@charset "UTF-8";

/*--------------------------------------------------------

定数

--------------------------------------------------------*/

@media screen and (max-width: 1800px) {
  .area1800 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .area1600 {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  .visible900 {
    display: block !important;
  }

  .hidden900 {
    display: none;
  }

  .area900 {
    width: 100%;
  }

  .center_img2 {
    margin-left: 0px;
  }

  .break_900:after {
    content: "\A";
    white-space: pre;
  }
}


@media screen and (max-width: 800px) {
  .visible800 {
    display: block !important;
  }

  .hidden800 {
    display: none;
  }

  .area800 {
    width: 100%;
  }

  .center_img {
    margin-left: 0px;
  }

  .break_800:after {
    content: "\A";
    white-space: pre;
  }

  /*--------------------------------------------------------
  margin・padding系の部分は設定するwidthで変わる。テンプレートの場合は800pxで設定しているのでここに記載。
  900pxの場合は上の @media screen and (max-width: 900px) の中に記載する。
  --------------------------------------------------------*/

  .ml20p {
    margin-left: 4%;
  }

  .mt10p {
    margin-top: 3%;
  }

  .mt20p {
    margin-top: 4%;
  }

  .mt30p {
    margin-top: 5%;
  }

  .mt40p {
    margin-top: 6%;
  }

  .mt50p {
    margin-top: 7%;
  }

  .mt60p {
    margin-top: 8%;
  }

  .mt70p {
    margin-top: 9%;
  }

  .mt80p {
    margin-top: 10%;
  }

  .mt90p {
    margin-top: 11%;
  }

  .mt100p {
    margin-top: 12%;
  }

  .mt200p {
    margin-top: 22%;
  }

  .mt500p {
    margin-top: 52%;
  }

  .mt1000p {
    margin-top: 120%;
  }

  .pt10p {
    padding-top: 3%;
  }

  .pt20p {
    padding-top: 4%;
  }

  .pt30p {
    padding-top: 5%;
  }

  .pt40p {
    padding-top: 6%;
  }

  .pt50p {
    padding-top: 7%;
  }

  .pt60p {
    padding-top: 8%;
  }

  .pt70p {
    padding-top: 9%;
  }

  .pt80p {
    padding-top: 10%;
  }

  .pt90p {
    padding-top: 11%;
  }

  .pt100p {
    padding-top: 12%;
  }

  .pb100p {
    padding-bottom: 12%;
  }

  .pb200p {
    padding-bottom: 22%;
  }

  .pb300p {
    padding-bottom: 32%;
  }
}



@media screen and (max-width: 600px) {
  .hidden600 {
    display: none;
  }

  .visible600 {
    display: block;
  }

  .break_600:after {
    content: "\A";
    white-space: pre;
  }
}



/*--------------------------------------------------------
各種設定
--------------------------------------------------------*/
@media screen and (max-width: 900px) {
  body {
    min-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /*--------------------------------------------------------
  common
  --------------------------------------------------------*/
  .fv-username-box-inner {
    font-size: 25px;
  }

  .footer-icon {
    width: 20%;
  }

  /*--------------------------------------------------------
  top
  --------------------------------------------------------*/
  .inner .title {
    font-size: 1.4em;
    padding-bottom: 0.2em;
  }

  .field {
    font-size: 1.2em;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select {
    border: 2px solid #6B6B6B;
  }

  .asdfg_09 {
    position: static;
  }

  .asdfg_04-2 {
    position: static;
  }

  .age-notice {
    font-size: 18px;
  }

  .asdfg_movie {
    width: 100%;
  }

  .asdfg_movie video {
    width: 100%;
  }

  .asdfg_16 {
    width: 68.7%;
  }

  .asdfg_17 {
    width: 12.1%;
  }

  /*--------------------------------------------------------
  popup
  --------------------------------------------------------*/
  .popup_text {
    font-size: 1.8vw;
  }

  
  

  /*--------------------------------------------------------
  check
  --------------------------------------------------------*/
  .confirm-userdata {
    font-size: 25px;
  }

  .confirm-contents-header {
    font-size: 30px;
  }

  .checkbox  {
    font-size: 22px;
  }

  /*--------------------------------------------------------
  payment
  --------------------------------------------------------*/
  .bank-info-inner {
    font-size: 3vw;
  }
}


@media screen and (max-width: 600px) {
  /*--------------------------------------------------------
  common
  --------------------------------------------------------*/
  .fv-username-box-inner {
    font-size: 18px;
  }

  /*--------------------------------------------------------
  check
  --------------------------------------------------------*/
  .confirm-contents-header {
    font-size: 20px;
  }
  
  .confirm-userdata {
    font-size: 18px;
  }
  
  .userdata-box-item span:first-child {
    width: 100px;
  }
  
  .checkbox {
    font-size: 18px;
    margin-left: 8%;
  }

  .notice {
    font-size: 12px;
  }

  /*--------------------------------------------------------
  law
  --------------------------------------------------------*/
  .law-text h2 {
    font-size: 16px;
  }

  .law-text p {
    font-size: 14px;
  }
    
}

@media screen and (max-width: 500px) {
  /*--------------------------------------------------------
  top
  --------------------------------------------------------*/
  .inner .title {
    font-size: 1.2em;
  }

  .field {
    font-size: 1em;
  }

  /*--------------------------------------------------------
  check
  --------------------------------------------------------*/
  .checkbox {
    font-size: 17px;
  }

  .err_msg2 {
    font-size: 0.9em;
  }

  .white_box.lawtext>div {
    height: 11em;
  }

  .white_box p {
    font-size: 14px;
  }

  .checkbox label input:checked+span.txt::after {
    left: -1em;
    border-bottom: 2px solid #FFBA39;
    border-right: 3px solid #FFBA39;
    top: -45%;
  }

  /*--------------------------------------------------------
  popup
  --------------------------------------------------------*/
  .close_btn {
    font-size: 30px;
  }

  /*--------------------------------------------------------
  チェックボックス
  --------------------------------------------------------*/
}

@media screen and (max-width: 380px) {
  /*--------------------------------------------------------
  チェックボックス
  --------------------------------------------------------*/
  .checkbox {
    font-size: 14px;
  }

  .err_msg2 {
    font-size: 0.8em;
  }
  
  .age-notice {
    font-size: 12px;
  }
}

/* PC用背景画像 */
@media screen and (min-width: 901px) {
  .bg-image {
    background-image: url('../img/asdfg_02_pc.jpg');
    height: 917px; /* ← PC時も高さを固定 */
  }

  .bg-image2 {
    background-image: url('../img/asdfg_06_pc.jpg');
    height: 1692px; /* ← PC時も高さを固定 */
  }

  .bg-image3 {
    background-image: url('../img/asdfg_19_pc.jpg');
    height: 1195px; /* ← PC時も高さを固定 */
  }

  .bg-image4 {
    background-image: url('../img/asdfg_08.jpg');
    height: 1935px; /* ← PC時も高さを固定 */
  }

  .bg-image5 {
    background-image: url('../img/asdfg_98_pc.jpg');
    height: 284px; /* ← PC時も高さを固定 */
  }
}