@charset "utf-8";
/* CSS Document */

/* ローディングくるくる追加 */
.spinner {
    width: 32px;
    height: 32px;
    margin: 10px auto;
      border: 4px #f87b75 solid;
      border-top: 4px #dc655f solid;
    border-radius: 50%;
    animation: sp-anime 1.0s infinite linear;
  }

  @keyframes sp-anime {
    100% {
      transform: rotate(360deg);
    }
  }
body{
    font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
    margin: 0;
}
.rubberBand {
-webkit-animation-iteration-count: infinite!important;
-moz-animation-iteration-count: infinite!important;
-ms-animation-iteration-count: infinite!important;
-o-animation-iteration-count: infinite!important;
animation-iteration-count: infinite!important;

/* X秒かけてアニメーションする */
-webkit-animation-duration: 3s!important;
-moz-animation-duration: 3s!important;
-ms-animation-duration: 3s!important;
-o-animation-duration: 3s!important;
animation-duration: 3s!important;
  animation-iteration-count: infinite!important; /* アニメーションの繰り返し回数 */
}

main {
    max-width: 750px;
    margin: 0 auto;
}

img {
width: 100%;
display: block;
}


.mainbox {
width: 750px;
margin: 0 auto;
}
img {
    width: 100%;
}
.cta_btn {

    height: auto;
    background-position: center;
    background-size: cover;
}
.cta_eria{

    height: auto;
    background-size: cover;
}
.cta_btn img,.cta_eria img{
    width: 90%;
    margin: 0 auto;
    padding: 60px 25px;
}
.fact_move {

    height: auto;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 30px;
}
.fact_move .youtube {
    width: 100%;
  }





footer {
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
}
footer img {
    width: 20vw;
    padding: 5em;
    margin: 0 auto;
}
footer a {
    width: 20vw;
    padding: 0em;
    margin: 20px auto;
    display: block;
    color: #000;
    text-decoration: solid;
}
footer address {
    text-align: center;
    padding: 3em;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    margin: 30px 0 0 0;
}




@media screen and (max-width: 760px) {
.rubberBand {
    width: 80%;
    margin: 0 auto;
padding: 0 0 6em 0;
}

footer img {
    width: 50vw;
}
.snsbana img {
    width: 95%;
    margin: 10px auto;
}
.cta_eria {
    background-size: cover;
    background-repeat: no-repeat;
}
.cta_btn img, .cta_eria img {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}
.fact_move {
    padding: 20px 15px;
}
.fact_move .youtube {
    height: 240px;
}
footer a {
    width: 100%;
    font-size: 13px;
}
footer address {
    font-size: 11px;
}

}

@media screen and (max-width: 640px) {
.mainbox {
width: 100%;
margin: 0 auto;
}


}



div#container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    text-align: left;
}
#lpshoppingcolumn {
    max-width: 750px;
    margin: 30px auto;
    padding: 0 2% 2%;
    font-size: 1.2em;
    border: 2px solid #aaa;
    border-radius: 5px;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    #lpshoppingcolumn {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    }


    }
    .ft_txt {
        width: 750px;
        margin: 0 auto 50px auto;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ft_txt p{
        padding: 10px;
    }
    .ft_txt a{
        padding: 10px;
        color: #000;
    }

    @media screen and (max-width: 640px) {
        .ft_txt {
            width: 100%;
            font-size: 14px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .checknox-wrap {
            /* display: block; */
            position: relative;
            padding-left: 30px;
            margin-bottom: 12px;
            cursor: pointer;
            font-size: 12px;
            user-select: none;
        }
    }


    .accordion-container .accordion-title {
        position: relative;
        margin: 0;
        padding: 0.625em 0.625em 0.625em 2em;
        background-color: #fff;
        font-size: 1.25em;
        font-weight: normal;
        color: #3a3a3a;
        cursor: pointer;
        margin: 10px 0;
        display: flex;
    align-items: center;
      }
      .accordion-container .accordion-title:hover,
      .accordion-container .accordion-title:active,
      .accordion-title.open {
        background-color: #fff;
      }


      /*CSS for CodePen*/

      .accordion-content {
        padding: 1.625em 3em 1.625em 3em;
        background-color: #fff;
        margin: 10px 0 30px 0;
        line-height: 180%;
        font-size: 14px;
        background-color: #fff;
      }
      .accordion-container {
        width: 100%;
        margin: 0 auto;
      }
      #accordion {
      }
      #accordion .inner{
       padding: 10px;
      }

      .accordion-container .accordion-title span{
        color: #fafff9;
        font-size: 2.0rem;
        margin: 0 15px 0 0;
      }

      .accordion-content span{
        color: #146e74;
        font-size: 2.0rem;
        margin: 0 15px 0 0;
    }
    .accordion-title{
        position: relative;
      }

      .accordion-title:after,
      .accordion-title:before {
      content: "";
      position: absolute;
      right: 1.25em;
      top: 1.25em;
      width: 2px;
      height: 0.75em;
      background-color: #333;
      transition: all 0.3s;
      }
      .accordion-title:after {
      transform: rotate(90deg);
      }

      .accordion-title.open:before {
        transform: rotate(90deg) !important;
      }

      .accordion-container .accordion-title span {
        color: #333;
        font-size: 2.0rem;
        margin: 0 15px 0 0;
    }
    .accordion-content span {
        color: #146e74;
        font-size: 2.0rem;
        margin: 0 15px 0 0;
    }
    #accordion {
background-color: #fafff9;
    }
    .accordion-content {
        padding: 1.625em 3em 1.625em 3em;
        background-color: #fff;
        margin: 10px 0 30px 0;
        line-height: 180%;
        font-size: 14px;
        background-color: #fff;
    }
    .accordion-container .accordion-title {
        position: relative;
        margin: 0;
        padding: 0.625em 0.625em 0.625em 2em;
        background-color: #fafff9;
        font-size: 1.25em;
        font-weight: normal;
        color: #3a3a3a;
        cursor: pointer;
        margin: 10px 0;
        display: flex;
        align-items: center;
    }




    @media screen and (max-width: 640px) {
      .accordion-container .accordion-title {
        padding: 0.625em 0.625em 0.625em 0.6em;
        font-size: 0.9em;
    }
    .accordion-content {
        padding: 1.625em 1em 1.625em 1em;
    }
}


  .swiper-slide video {
    height: auto;
    width: 100%;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f3f0e7!important;
}
html { scroll-behavior: smooth;}

.txt_sm a{
    color: #333;
    text-decoration: none;
    font-size: 0.8rem;
    text-align: center;
    margin: 15px auto;
    display: block;
}

.fadeInUp {
    position: relative;
    bottom: -50px;
    opacity: 0;
    transition: bottom 0.6s, opacity 1s;
  }
  .fadeInUp.show {
    bottom: 0;
    opacity: 1;
  }
  #payment_area table td {
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px dotted #767676;
    overflow: hidden;
    width: 100%;
    display: block;
}


.tb_suuryou {
    width: 15%;
}



.chbox {
    position: fixed;
    bottom: 0;
    background-color: #146e74;
    width: 100%;
    color: #fff;
    padding: 10px;
    justify-content: center;
    text-align: center;
}
.chbox a{
    color: #fff;
}

/* チェックボックス全体 */
.checknox-wrap {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
  }

  /* デフォルトチェックボックス非表示 */
  .checknox-wrap input {
    display: none;
  }

  /* チェックボックスのスタイル */
  .checknox-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
  }

  /* チェックマーク作成 */
  .checknox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  /* チェック時のスタイル */
  .checknox-wrap input:checked + .checkmark {
    border: 2px solid #fff;
  }

  /* チェック時 チェックマーク表示 */
  .checknox-wrap input:checked + .checkmark:after {
    display: block;
  }
  @media screen and (max-width: 640px) {

    .checknox-wrap {
        font-size: 12px;
    }
}
