@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body{
    margin:0;
    padding:0;
    width:100vw;
    font-family:"Zen Kaku Gothic New";
    background-size:100vw;
    font-size:2.54vw;
    color:#000000;
    font-family:"Noto Sans JP";
    font-optical-sizing:auto;
    font-weight:350;
    font-style:normal;
    background-image:url("");
    /*opacity:0.8;*/
    background-image:url("../img/theme/background.png");
    background-size:100%;       
    background-repeat:repeat-y;
}


::-webkit-scrollbar{
  display:none;
}
*{
    scrollbar-width:none;
    -ms-overflow-style:none;
}


.text-size-s1{
    font-size:1.7vw;
}
.text-size-b1{
    font-size:3.39vw;
}
.text-size-b2{
    font-size:4.7vw;
}
.text-size-b3{
    font-size:6.07vw;
}
.text-color-point{
    color:#c13732;
}
.text-color-sub{
    color:#ffffff;
}
.text-weight-bold{
    font-weight:700;
}


a{
  text-decoration:none;
  color:#000000;
}


label{
  display:flex;
  align-items:center;
}

.box-color-1{
    border:0.4vw solid #a6a6a6;
    background-color:#ffffff;
    width:91vw;
    display:block;
    margin:0 auto;
}

button{
  padding:0;
  margin:0;
  box-shadow:none;
  outline:none;
  appearance:none;
  -webkit-appearance:none;
  background-color:#fcd575;
  border:none;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:2.54vw;
  color:#000000;
  font-family:"Noto Sans JP";
  font-optical-sizing:auto;
  font-weight:350;
  font-style:normal;
  opacity:0.8;
}

.default-back{
    position:absolute;
    top:9.3vw;
    left:4.5vw;
}
.default-title{
    font-size:4.7vw;
    display:block;
    width:fit-content;
    margin:0 auto;
    margin-top:19vw;
}
.default-toptext{
    font-size:3.39vw;
    position:absolute;
    top:35vw;
    left:4vw;
}