@charset "utf-8";

/*共通*/
img {
  width: 100%;
  height: auto;
}

body.close {
  overflow: hidden;
}

span.invisibleTxt {
  display: none;
}

.contents{
  font-family: "Hiragino Kaku Gothic StdN";
}

.contents p,
.contents h2 {
  line-height: 1.5;
  color: #333;
  font-family: 'Hiragino Kaku Gothic StdN';
}

a {
  display: block;
  text-decoration: none;
}

p {
  font-size: 3.7500vw;
}

p.txtIndent {
  font-size: 3.1250vw;
}

@media screen and (min-width: 641px) {
  p {
    font-size: 24px;
  }

  p.txtIndent {
    font-size: 20px;
  }
}

.next {
  margin: 0 auto;
}

.none {
  display: none !important;
}

.txt-c {
  text-align: center !important;
}

.txtlink {
  display: inline;
  text-decoration: underline !important;
}
.txtlink:link {
  color: #0000ff !important;
}

.fsS {
  font-size: 0.8em;
}

.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}

/*フローティングボタン*/
.float_wrap {
  transition: 0.5s;
}
.float_btn {
  position: fixed;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
}

.float_btn.isActive {
  transition-duration: .3s;
  opacity: 1;
  visibility: visible;
}

.float_btn p::after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.float_btn p span {
  font-size: 2vw;
}

/* 開始時ラベル */
.label_start {
  background: #F3E7EA;
}

.label_start p {
  width: 50%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background-color: #DB7080;
  text-align: center;
  font-size: 3.8vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.6;
}

/* メインビジュアル */
.mainVisual {
  background: #F7F5F5;
}

.mainVisual h1 {
  background: #F3E7EA;
}

.mainVisual h1 img {
  display: block;
  margin: 0 auto;
}

/* SP */
section {
  padding: 6.25vw 5vw;
}

/* PC  */
@media screen and (min-width: 641px) {
  section {
    padding: 50px 20px;
  }
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.kv_emblem {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  padding: 3.125% 0;
}
.kv_emblem>ul {
  display: flex;
  padding: 0;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.kv_emblem>ul>li {
  width: 19.688vw;
}
.kv_emblem>ul>li>ul {
  display: flex;
  flex-direction: column;
}
.kv_emblem>ul>li>ul>li {
  width: 15.625vw;
}
.kv_emblem>ul>li>ul>li:nth-child(2n) {
  margin-left: auto;
}
.kv_emblem>ul>li>ul>li img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .kv_emblem>ul>li {
    width: 126px;
  }
  .kv_emblem>ul>li>ul>li {
    width: 100px;
  }
}

.sec_intro .sec_content {
  background-color: #fff;
  overflow: hidden;
}

.txtBlock {
  padding: 0 5vw;
}

.sec_intro01 {
  padding-top: 18.6667vw;
  padding-left: unset;
  padding-right: unset;
  padding-bottom: unset;
  background-color: #ffffff;
}

.sec_intro01_contents00{
  margin-bottom: 8vw;
  padding-left: 2.6667vw;
  padding-right: 2.6667vw;
  text-align: center;
}

.about-oshikatsu-title01-wrap,.about-oshikatsu-title02-wrap,.about-oshikatsu-title03-wrap{
  padding: 0 5.3333vw;
  margin-bottom: 5.3333vw;
}

.about-oshikatsu-title-wrap{
  margin-bottom: 4vw;
}

.about-oshikatsu-title-wrap+p{
  font-size: 3.28125vw;
  font-weight: bold;
}

.sec_intro01_contents01,.sec_intro01_contents02{
  margin-bottom: 8vw;
}

@media screen and (min-width: 641px) {
  .sec_intro01 {
    padding-top: 70px;
  }

  .about-oshikatsu-title-wrap+p{
    font-size: 26px;
  }

  .sec_intro01_contents00{
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-oshikatsu-title01-wrap,.about-oshikatsu-title02-wrap,.about-oshikatsu-title03-wrap{
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .about-oshikatsu-title-wrap{
    margin-bottom: 15px;
  }

  .sec_intro01_contents01,.sec_intro01_contents02{
    margin-bottom: 30px;
  }
}


.sec_intro .sec_content .txtBlock {
  padding-top: 3.9063vw;
  padding-bottom: 5vw;
}

.top_bnr_area {
  padding: 0 5vw 6.2500vw;
}
.top_bnr_area li:not(:last-child) {
  padding-bottom: 3.125%;
}
.top_bnr_area li a {
  display: block;
}
.top_bnr_area li a img {
  width: 100%;
}


@media screen and (min-width: 641px) {
    .top_bnr_area {
        padding: 0 32px 40px;
    }

}

.sec_intro02 {
  background-color: #9fc8ff;
}

.sec_intro02 p {
  text-align: center;
  font-size: 4.3750vw;
  margin-top: 6.2500vw;
}

.sec_intro02 img:nth-child(3) {
  display: block;
  width: 78.5938vw;
  margin: 2.1875vw auto 0;
}


.sec_intro04 .sec_content {
  border-radius: unset !important;
}

.btn {
  display: block;
}

.sec_intro02 .btn,
.float_btn {
  width: 80.0000vw;
  height: 17.1875vw;
  background: url(../img/btn_01.png);
  margin: 7.3438vw auto 0;
  background-size: cover;
}

.sec_intro02 .txtIndent {
  text-align: center;
  margin: 2.5000vw 2.34375vw 0;
  padding-bottom: 5vw;
  font-size: 3.125vw;
}

.sec_content_txt01 {
  background-color: #e2e3e9;
  text-align: center;
  font-size: 4.1125vw;
  font-weight: bold;
  max-width: 567px;
  margin: 0 auto 3.125%;
  padding: 0.35em 0;
  border-radius: 2.7125vw;
}
.sec_content_txt02 {
  color: #cc0033 !important;
  text-align: center;
  font-size: 6.7125vw;
  font-weight: bold;
  max-width: 567px;
  margin: 0 auto;
}
.sec_content_txt03 {
  color: #cc0033 !important;
  text-align: center;
  font-size: 9.7125vw;
  font-weight: bold;
  max-width: 567px;
  margin: 0 auto;
}
.sec_content_txt04 {
  text-align: center;
  font-size: 2.7125vw;
  font-weight: bold;
  max-width: 567px;
  margin: 0 auto 3.125%;
}
.sec_content_txt04.mt18{
  background: #E2E3E9;
  margin:0 auto 0;
  max-width:100%;
  font-size: 2.7125vw;
}
.sec_content_btn {
  position: relative;
  background-color: #333333;
  color: #ffffff ;
  max-width: 376px;
  width: 60.044%;
  margin: 0 auto 5.125%;
  font-size: 3.28125vw;
  font-weight: bold;
  border-radius: 60px;
}
.sec_content_btn span {
  display: block;
  color: #ffffff ;
  font-size: 3.28125vw;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}

@media screen and (min-width: 641px) {

  .txtBlock {
    padding: 0 32px;
  }

  .sec_intro .sec_content .txtBlock {
    padding-top: 25px;
    padding-bottom: 32px;
  }

  .sec_intro02 p {
    font-size: 28px;
    margin-top: 40px;
  }

  .sec_intro02 img:nth-child(3) {
    width: 503px;
    margin: 14px auto 0;
  }

  .sec_intro02 .btn,
  .float_btn {
    width: 512px;
    height: 110px;
    margin: 47px auto 0;
  }

  .sec_intro02 .txtIndent {
    margin: 16px 30px 0px;
    padding-bottom: 32px;
    font-size: 20px;
  }

  .sec_content_txt01 {
    font-size: 28px;
    border-radius: 10px;
  }
  .sec_content_txt02 {
    font-size: 36px;
  }
  .sec_content_txt03 {
    font-size: 54px;
  }
  .sec_content_txt04 {
    font-size: 18px;
  }
  .sec_content_txt04.mt18{
    font-size:18px;
  }
  .sec_content_btn span {
    font-size: 26px;
  }
}

.sec_price_wrap {
  margin-top: -4%;

}
.sec_price_wrap h2 {
  width: 75.348%;
  margin: 0 auto;
  transform: translateY(50%);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: "Hiragino Kaku Gothic StdN";
  font-size: 6.25vw;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -2px;
  text-align: center;
  padding: 1.0937vw 0;
}

.sec_price {
  border-radius: 3.125vw;
  background: #E2E3E9;
}
.sec_price ul {
  display: flex;
  padding: 11.4063vw 4.2188vw 2.5vw;
}
.sec_price ul::after {
  content: "円";
  display: flex;
  align-items: flex-end;
  color: #000;
  font-family: "Hiragino Kaku Gothic StdN";
  font-size: 6.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  padding-left: 0.46875vw;
}
.sec_price ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 5px;
  background: #151f83;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 7.75vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
  width: 9vw;
  height: 11.657vw;
  margin: 0 0.46875vw;
}
.uncounted .sec_price ul li {
  font-size: 5.9375vw;
}
.sec_price ul li:first-child {
  margin: 0 0.46875vw 0 0;
}
.sec_price ul li:last-child {
  margin: 0 0 0 0.46875vw;
}
.sec_price ul li:nth-child(3) {
  margin: 0 2.65625vw 0 0.46875vw;
}
.sec_price ul li:nth-child(3):after {
  position: absolute;
  content: ",";
  display: flex;
  color: #000;
  font-family: "Arial";
  font-size: 7.75vw;
  right: -2.65625vw;
  bottom: -1.09375vw;
}
.sec_price ul li:nth-child(6) {
  margin: 0 2.65625vw 0 0.46875vw;
}
.sec_price ul li:nth-child(6):after {
  position: absolute;
  content: ",";
  display: flex;
  color: #000;
  font-family: "Arial";
  font-size: 7.75vw;
  right: -2.65625vw;
  bottom: -1.09375vw;
}

.sec_price p {
  color: #000;
  font-family: "Hiragino Kaku Gothic StdN";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.8px;
  padding: 0 2.65625vw 4.0625vw;
}

@media screen and (min-width: 641px) {
  .sec_price_wrap h2 {
    font-size: 40px;
    padding: 7px 0;
  }
  .sec_price {
    border-radius: 20px;
  }
  .sec_price ul {
    padding: 73px 27px 16px;
  }
  .sec_price ul::after {
    font-size: 40px;
    letter-spacing: -1.2px;
    padding-left: 3px;
  }
  .sec_price ul li {
    border-radius: 5px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1.68px;
    width: 52px;
    height: 74px;
    margin: 0 3px;
  }
  .uncounted .sec_price ul li {
    font-size: 38px;
  }
  .sec_price ul li:first-child {
    margin: 0 3px 0 0;
  }
  .sec_price ul li:last-child {
    margin: 0 0 0 3px;
  }
  .sec_price ul li:nth-child(3) {
    margin: 0 17px 0 3px;
  }
  .sec_price ul li:nth-child(3):after {
    font-size: 50px;
    right: -17px;
    bottom: -7px;
  }
  .sec_price ul li:nth-child(6) {
    margin: 0 17px 0 3px;
  }
  .sec_price ul li:nth-child(6):after {
    font-size: 50px;
    right: -17px;
    bottom: -7px;
  }

  .sec_price p {
    font-size: 20px;
    letter-spacing: -0.8px;
    padding: 0 17px 26px;
  }


}


.sec_max {
  padding: 6.4063vw 0 4.6875vw;
  background-color: #d8faff;
}

.sec_max .max_img {
  padding: 0 8.2813vw 0 5.9375vw;
}

.sec_max .max_txt {
  padding: 0 10vw;
  margin-top: 6.5625vw;
}

.sec_max .max_txt p {
  font-size: 3.125vw;
  padding-left: 1em;
  text-indent: -1em;
}

.campaign_banner{
  margin:50px 0;
  text-align:center;
}
.campaign_banner .campaign_intro{
  max-width:480px;
  width:100%;
  margin-bottom:16px;
}
@media screen and (max-width: 640px) {
  .campaign_banner{
    margin:7.813vw 0;
  }
  .campaign_banner .campaign_intro{
    width:85%;
    margin-bottom:12px;
}
}

@media screen and (min-width: 641px) {
  .sec_max {
    padding: 41px 0 30px;
  }

  .sec_max .max_img {
    padding: 0 53px 0 38px;
  }

  .sec_max .max_txt {
    padding: 0 64px;
    margin-top: 42px;
  }

  .sec_max .max_txt p {
    font-size: 20px;
  }
  
}

.sec_club {
  padding-top: 4.6875vw;
}

.sec_club .sec_content_title {
  width: 67.6563vw;
  margin: 0 auto;
}

.sec_club .sec_content {
  border: 0.6250vw solid #fcff25;
  border-radius: 2.8125vw;
  padding: 6.2500vw 4.3750vw 5.0000vw;
}

.sec_content_list>li {
  padding: 3.9063vw 0 5.0000vw;
}

.sec_content_list>li:first-child {
  margin-top: 5vw;
}

.sec_content_list>li:not(:first-child) {
  margin-top: 6.2500vw;
}

.sec_content_list>li .title {
  margin: 0 auto;
}

.sec_content_list>li:nth-child(1) .title {
  width: 50.78vw;
}

.sec_content_list>li:nth-child(2) .title {
  width: 33.44vw;
}

.sec_content_list>li:nth-child(3) .title {
  width: 57.81vw;
}

.sec_content_list>li:nth-child(4) .title {
  width: 54.38vw;
}

.sec_content_list>li:nth-child(5) .title {
  width: 50.02vw;
}

.sec_content_list>li:nth-child(6) .title {
  width: 50.29vw;
}

.sec_content_list>li:nth-child(7) .title {
  width: 36.73vw;
}

.sec_content_list>li:nth-child(8) .title {
  width: 40.78vw;
}

.sec_content_list>li:nth-child(9) .title {
  width: 48.44vw;
}

.sec_content_list>li:nth-child(10) .title {
  width: 57.19vw;
}

.sec_content_list>li:nth-child(11) .title {
  width: 40.94vw;
}

.sec_content_list>li:nth-child(12) .title {
  width: 66.56vw;
}

.sec_content_list>li:nth-child(13) .title {
  width: 42.81vw;
}

.sec_content_list>li:nth-child(14) .title {
  width: 54.38vw;
}

.sec_content_list>li:nth-child(15) .title {
  width: 50.781vw;
}

.sec_content_list>li:nth-child(16) .title {
  width: 33.28vw;
}

.sec_content_list>li:nth-child(17) .title {
  width: 66.88vw;
}

.sec_content_list>li:nth-child(18) .title {
  width: 41.56vw;
}

.sec_content_list>li:nth-child(19) .title {
  width: 41.56vw;
}

.sec_content_list>li:nth-child(20) .title {
  width: 40.47vw;
}

.sec_content_list>li:nth-child(21) .title {
  width: 47.66vw;
}

.sec_content_list>li:nth-child(22) .title {
  width: 49.22vw;
}

.sec_content_list>li:nth-child(23) .title {
  width: 29.22vw;
}

.sec_content_list>li:nth-child(24) .title {
  width: 33.44vw;
}

.sec_content_list>li:nth-child(25) .title {
  width: 39.06vw;
}

.sec_content_list>li:nth-child(26) .title {
  width: 41.3vw;
}

.sec_content_list>li:nth-child(27) .title {
  width: 51.41vw;
}

.sec_content_list>li:nth-child(28) .title {
  width: 58.75vw;
}

.sec_content_list>li:nth-child(29) .title {
  width: 31.25vw;
}

.sec_content_list>li:nth-child(30) .title {
  width: 36.56vw;
}

.sec_content_list>li:nth-child(31) .title {
  width: 36.25vw;
}

.sec_content_list>li:nth-child(32) .title {
  width: 47.81vw;
}

.sec_content_list>li:nth-child(33) .title {
  width: 52.03vw;
}

.sec_content_list>li:nth-child(34) .title {
  width: 30.63vw;
}

.sec_content_list>li:nth-child(35) .title {
  width: 30.78vw;
}

.sec_content_list>li:nth-child(36) .title {
  width: 37.81vw;
}

.sec_content_list>li:nth-child(37) .title {
  width: 51.09vw;
}

.sec_content_list>li:nth-child(38) .title {
  width: 51.88vw;
}

.sec_content_list>li:nth-child(39) .title {
  width: 57.5vw;
}

.sec_content_list>li:nth-child(40) .title {
  width: 55.47vw;
}

.sec_content_list>li:nth-child(41) .title {
  width: 64.06vw;
}

.sec_content_list>li:nth-child(42) .title {
  width: 30.16vw;
}



.sec_content_list>li .slide_content,
.sec_content_list>li .not_slide {
  padding-top: 3.5938vw;
}

.sec_content_list>li .btn {
  width: 72.5000vw;
  height: 14.0625vw;
  background: url(../img/btn_02.png);
  background-size: cover;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .sec_club {
    padding-top: 30px;
  }

  .sec_club .sec_content_title {
    width: 433px;
  }

  .sec_club .sec_content {
    border-width: 4px;
    border-radius: 18px;
    padding: 40px 28px 32px;
  }

  .sec_content_list>li {
    padding: 25px 0 32px;
  }

  .sec_content_list>li:first-child {
    margin-top: 32px;
  }

  .sec_content_list>li:not(:first-child) {
    margin-top: 40px;
  }

  .sec_content_list>li:nth-child(1) .title {
    width: 325px;
  }

  .sec_content_list>li:nth-child(2) .title {
    width: 186px;
  }

  .sec_content_list>li:nth-child(3) .title {
    width: 370px;
  }

  .sec_content_list>li:nth-child(4) .title {
    width: 348px;
  }

  .sec_content_list>li:nth-child(5) .title {
    width: 295px;
  }

  .sec_content_list>li:nth-child(6) .title {
    width: 325px;
  }

  .sec_content_list>li:nth-child(7) .title {
    width: 235px;
  }

  .sec_content_list>li:nth-child(8) .title {
    width: 261px;
  }

  .sec_content_list>li:nth-child(9) .title {
    width: 310px;
  }

  .sec_content_list>li:nth-child(10) .title {
    width: 366px;
  }

  .sec_content_list>li:nth-child(11) .title {
    width: 262px;
  }

  .sec_content_list>li:nth-child(12) .title {
    width: 426px;
  }

  .sec_content_list>li:nth-child(13) .title {
    width: 274px;
  }

  .sec_content_list>li:nth-child(14) .title {
    width: 348px;
  }

  .sec_content_list>li:nth-child(15) .title {
    width: 320px;
  }

  .sec_content_list>li:nth-child(16) .title {
    width: 213px;
  }

  .sec_content_list>li:nth-child(17) .title {
    width: 428px;
  }

  .sec_content_list>li:nth-child(18) .title {
    width: 266px;
  }

  .sec_content_list>li:nth-child(19) .title {
    width: 266px;
  }

  .sec_content_list>li:nth-child(20) .title {
    width: 259px;
  }

  .sec_content_list>li:nth-child(21) .title {
    width: 305px;
  }

  .sec_content_list>li:nth-child(22) .title {
    width: 315px;
  }

  .sec_content_list>li:nth-child(23) .title {
    width: 187px;
  }

  .sec_content_list>li:nth-child(24) .title {
    width: 214px;
  }

  .sec_content_list>li:nth-child(25) .title {
    width: 250px;
  }

  .sec_content_list>li:nth-child(26) .title {
    width: 264px;
  }

  .sec_content_list>li:nth-child(27) .title {
    width: 329px;
  }

  .sec_content_list>li:nth-child(28) .title {
    width: 376px;
  }

  .sec_content_list>li:nth-child(29) .title {
    width: 200px;
  }

  .sec_content_list>li:nth-child(30) .title {
    width: 234px;
  }

  .sec_content_list>li:nth-child(31) .title {
    width: 232px;
  }

  .sec_content_list>li:nth-child(32) .title {
    width: 306px;
  }

  .sec_content_list>li:nth-child(33) .title {
    width: 333px;
  }

  .sec_content_list>li:nth-child(34) .title {
    width: 196px;
  }

  .sec_content_list>li:nth-child(35) .title {
    width: 197px;
  }

  .sec_content_list>li:nth-child(36) .title {
    width: 242px;
  }

  .sec_content_list>li:nth-child(37) .title {
    width: 327px;
  }

  .sec_content_list>li:nth-child(38) .title {
    width: 332px;
  }

  .sec_content_list>li:nth-child(39) .title {
    width: 368px;
  }

  .sec_content_list>li:nth-child(40) .title {
    width: 355px;
  }

  .sec_content_list>li:nth-child(41) .title {
    width: 410px;
  }

  .sec_content_list>li:nth-child(42) .title {
    width: 193px;
  }

  .sec_content_list>li .slide_content,
  .sec_content_list>li .not_slide {
    padding-top: 23px;
  }

  .sec_content_list>li .btn {
    width: 464px;
    height: 90px;
  }
}

.sec_step {
  background-color: #acefff;
  padding-bottom: 10.6250vw;
}

.step {
  position: relative;
  margin: 11.7188vw auto 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 3.1250vw 5.0000vw 3.9063vw;
  background-color: #FFFFFF;
}

.step .stepNum {
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 13.2813vw;
}

.step .step_inner {
  background-color: #F9F9F9;
}

.step .step_inner img {
  width: 58.7500vw;
  height: auto;
  display: block;
  background-color: #F9F9F9;
  margin: 0 auto;
  padding-top: 6.2500vw;
  padding-bottom: 2.3438vw;
}

.step.step_single_screen .step_inner img {
  width: 36.7188vw;
}

.step .step_inner .note {
  font-size: 3.1250vw;
  padding-bottom: 4.6875vw;
  text-align: center;
}

.sec_step .text {
  padding-top: 3.4375vw;
  text-align: left;
}

.sec_step .text a {
  text-decoration: underline;
  color: #0B98D8;
}

.sec_step .note {
  text-align: left;
}

@media screen and (min-width: 641px) {
  .sec_step {
    padding-bottom: 68px;
  }


  .step {
    margin: 75px auto 0;
    padding: 20px 32px 25px;
  }

  .step .stepNum {
    top: -51px;
    width: 85px;
  }

  .step .step_inner img {
    width: 376px;
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .step.step_single_screen .step_inner img {
    width: 235px;
  }

  .step .step_inner .note {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .sec_step .text {
    padding-top: 22px;
  }
}

.sec_kanryo {
  overflow: hidden;
  padding-top: unset;
  padding-bottom: 3.9063vw;
  margin-top: -3.1250vw;
}

.sec_kanryo>img {
  width: 100vw;
  margin-left: -5vw;
}

.sec_kanryo>p {
  text-align: center;
  font-size: 4.3750vw;
  margin-top: 9.8438vw;
}

.slide {
  width: 80.0000vw;
  margin: 0 auto;
  margin-top: 4.6875vw;
  box-shadow: 0 0 2.8125vw 0 rgba(0, 63, 152, 0.12);
  border-radius: 3.1250vw;
  overflow: hidden;
}

.slide_content,
.not_slide {
  padding: 6.2500vw 10.1563vw;
}

.slide_content .slick-list {
  margin: 0 -1.5625vw;
}

.slide_content .slick-slide {
  margin: 0 1.5625vw;
}

.slick-arrow {
  z-index: 1 !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: none;
  border: none;
  width: 3.7500vw;
  height: 6.5625vw;
  cursor: pointer;
  background: url('../img/arrow.png') no-repeat center center / contain !important;
}

.slick-prev {
  left: -7.5000vw;
}

.slick-next {
  right: -7.5000vw;
  transform: translateY(-50%) scaleX(-1);
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

@media screen and (min-width: 641px) {
  .sec_kanryo {
    padding-bottom: 25px;
    margin-top: -20px;
  }

  .sec_kanryo>img {
    width: 640px;
    margin-left: -32px;
  }

  .sec_kanryo>p {
    font-size: 28px;
    margin-top: 63px;
  }

  .slide {
    width: 512px;
    margin-top: 30px;
    box-shadow: 0 0 18px 0 rgba(0, 63, 152, 0.12);
    border-radius: 20px;
  }

  .slide_content,
  .not_slide {
    padding: 40px 65px;
  }

  .slide_content .slick-list {
    margin: 0 -10px;
  }

  .slide_content .slick-slide {
    margin: 0 10px;
  }

  .slick-prev,
  .slick-next {
    width: 24px;
    height: 42px;
  }

  .slick-prev {
    left: -48px;
  }

  .slick-next {
    right: -48px;
  }
}

.sec_end>p {
  margin-top: 6.2500vw;
  font-size: 3.7500vw;
  font-weight: bold;
  text-align: center;
}

.sec_end>img {
  margin-top: 3.9063vw;
}

.sec_end>.next.redBtn {
  margin-top: 4.6875vw;
}

.sec_end>.next.home {
  margin-top: 5.1563vw;
}

@media screen and (min-width: 641px) {
  .sec_end>p {
    margin-top: 40px;
    font-size: 24px;
  }

  .sec_end>img {
    margin-top: 25px;
    width: 620px;
    margin-left: -22px;
  }

  .sec_end>.next.redBtn {
    margin-top: 30px;
  }

  .sec_end>.next.home {
    margin-top: 33px;
  }
}

/* ご注意事項 */
.cpNotes {
  margin: 0 auto;
}

.cpNotesBtnWrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cpNotesBtnWrap {
  position: relative;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -3px 0px 0px #d00e31 inset;
  box-shadow: 0px -3px 0px 0px #d00e31 inset;
  border: 2px solid #D00E31;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cpNotesBtnWrap.shadowJs {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px 3px 0 0;
}

.cpNotesBtn {
  display: table;
  width: 100%;
}

.cpNotesBtn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.cpNotesFlame {
  display: none;
  border-left: 2px solid #D00E31;
  border-right: 2px solid #D00E31;
  border-bottom: 2px solid #D00E31;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.cpNotesList {
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.cpNotesSubttl {
  margin-top: 1em;
}

.cpNotesCaution {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.cpNotesCaution2 {
  padding-left: 2.35em;
  text-indent: -1.35em;
}
.cpNotesCaution3 {
  padding-left: 1.65em;
  text-indent: -1.65em;
}

.cpNotesCaution4 {
  padding-left: 4.25em;
  text-indent: -2.6em
}



@media only screen and (min-width: 361px) {
  .cpNotesList {
    padding: 20px;
  }

  .cpNotesList {
    font-size: 14px;
  }

  .cpNotesBtnWrap {
    padding-bottom: 4px;
    -webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
    border-width: 3px;
  }

  .cpNotesFlame {
    border-width: 3px;
  }
}

@media only screen and (min-width: 641px) {
  .cpNotesBtnWrap {
    padding-bottom: 6px;
    -webkit-box-shadow: 0px -6px 0px 0px #d00e31 inset;
    box-shadow: 0px -6px 0px 0px #d00e31 inset;
  }
}

.txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.next.redBtn {
  background-color: #CC0033;
  border: 2px solid #CC0033;
  margin: 0 auto;
}

.next.redBtn p {
  color: #ffffff;
}

.next.redBtn p::after {
  border-color: #ffffff;
}

@media screen and (min-width: 641px) {
  h2 {
    font-size: 19px;
  }

  .float_btn p span {
    font-size: 12px;
  }

  p.note {
    font-size: 16px;
  }

  .label_start p {
    font-size: 24px;
  }

  .sec_step h2 {
    font-size: 35px;
  }

  .step .stepNum {
    top: -49px;
    width: 85px;
  }

  .step .step_inner img {
    width: 70%;
  }

  .step.step_single_screen .step_inner img {
    width: 34%;
  }

  .step .step_inner .note {
    font-size: 14px;
  }
}

.not_slide li {
  position: relative;

}

.not_slide li img.img_coming_soon {
  filter: brightness(80%);
}

.txt_coming_soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.12vw;
  font-weight: bold;
  color: white;
}

@media screen and (min-width: 641px) {
  .txt_coming_soon {
    font-size: 20px;
  }
}

.noIndent {
  line-height: 1.2em;
}


/* ハンバーガーメニュー */
.menu_wrap {
  display: flex;
  position: fixed;
  top: calc(10% + 56px);
  right: 0;
  z-index: 555;
  max-width: 516px;
  width: 80.625%;
  max-height: 514px;
  height: 82vw;
  overflow: auto;
  transition: 0.5s;
  opacity: 0;
  transform: translateX(9999999999px);
  pointer-events: none;
}
.menu_wrap.close {
  justify-content: flex-end;
}
.menu_gray {
  display: none;
  position: fixed;
  background-color: #333333;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 554;
  opacity: 0.5;
  cursor: pointer;
}
.menu_btn {
  display: flex;
  align-items: flex-end;
  z-index: 556;
  pointer-events: none;
}
.menu_btn button {
  position: relative;
  display: block;
  cursor: pointer;
  max-height: 213px;
  margin-bottom: 142.05%;
  pointer-events: auto;
  width: 10vw;

}
.menu_btn button::after {
  content: "";
  position: absolute;
  background-image: url(../img/menu_btn_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 25%;
  right: 62%;
  left: 38%;
  max-width: 17px;
  max-height: 18px;
  width: 40%;
  height: 11%;
  transition: 0.5s;
  transform: rotate(180deg);
}
.menu_btn button.close::after {
  transform: rotate(0);
}
.menu_btn button img {
  filter: drop-shadow(8px 2px 6px rgba(0,0,0,0.2));
}
.menu_body {
  background-color: #ffffff;
  padding: 7.3645%;
  overflow: auto;
  z-index: 557;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  width: 66.9%;
  border-radius: 0.9vw 0 0 0.9vw;
}

.menu_anc {
  width: 100%;
  margin: 0 auto;
}
.menu_anc li {
  width: 100%;
  border-bottom: 3px solid #dcdcdc;
}
.menu_anc li:last-child {
  border: none;
}
.menu_anc li a{
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #000000;
  font-size: 3vw;
  padding: 0.5em 0;
  align-items: center;
}
.menu_anc li a span:last-child{
  max-width: 23px;
  width: 7%;
}

.menu_txt {
  text-align: center;
  font-size: 14px;
  padding-bottom: 3.125%;
}

.menu_linkBtn {
  padding-bottom: 3.125%;
}
.menu_linkBtn img{
  width: 100%;
}

@media screen and (min-width: 641px) {
  .menu_wrap.close {
    justify-content: flex-start;
  }
  .menu_txt {
    font-size: 18px;
  }
  .menu_body {
    border-radius: 8px 0 0 8px;
  }
  .menu_btn button {
    width: 100%;
  }
  .menu_anc li a{
    font-size: 18px;
  }
}

.sec_news {
  background-color: #e2e3e9;
}

.news_ttl {
  background-color: #151f83;
  color: #ffffff !important;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 5.625vw;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
  line-height: 1.0 !important;
  padding: 0.6em 0 0.4em;
}

.news_wrap {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding: 1.0em;
}
.news_list_wrap {
  background-color: #ffffff;
  padding: 1.0em;
}
.news_list_wrap li {
  padding-bottom: 0.5em;
  font-size: 3.28125vw;
  font-weight: bold;
}
.news_list_wrap li a {
  font-size: 3.28125vw;
  line-height: 1.6;
}
.news_list_wrap li a {
  color: #000000;
  display: inline;
  text-decoration: underline;
}

.news_list_wrap li a:hover {
  color: #0000ff;
}
.news_list_wrap li.indent_2 {
  text-indent: -5.25em;
  padding-left: 5.25em;
}
.news_list_wrap li.indent_3 {
  text-indent: -5.25em;
  padding-left: 5.25em;
}
.news_list_wrap li.indent_4 {
  text-indent: -5.25em;
  padding-left: 5.25em;
}
.news_list_wrap li .date2 {
  padding-right: 1.9em;
}
.news_list_wrap li .date3 {
  padding-right: 1.185em;
}
.news_list_wrap li .date4 {
  padding-right: 0.55em;
}


#news_list_bottom {
  display: none;
}

.news_list_btn {
  display: none;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  padding: 0.5em 0;
  max-width: 340px;
  width: 62.044%;
  margin: 0 auto;
  font-size: 3.28125vw;
  font-weight: bold;
  border-radius: 0 0 12px 12px;
}

.news_list_btn_txt {
  padding-right: 2.0em;
}

.acc_icon_wrap {
  display: block;
  position: absolute;
  top: 18%;
  right: 10%;
  background-color: #acefff;
  width: 4.688vw;
  height: 4.688vw;
  border-radius: 100px;
}
.news_list_btn .acc_icon_wrap {
  background-color: #acefff;
}
.acc_icon {
  position: relative;
}
.acc_icon.is-open::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.4vw;
  height: 3vw;
  top: 0.7vw;
  left: -0.2vw;
  background-color: #333333;
  transform: rotate(90deg);
}
.acc_icon.plus::before,.plus::after  {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.4vw;
  height: 3vw;
  top: 0.7vw;
  left: -0.2vw;
  background-color: #333333;
  transition: all .4s ease-out;
}
.acc_icon.plus::after {
  transform: rotate(90deg);
}

.nolink {
  pointer-events: none;
}
.nolink span{
  text-decoration: none !important;
}

@media screen and (min-width: 641px) {
  .news_ttl {
    font-size: 36px;
  }
  .news_list_wrap li {
    font-size: 21px;
  }
  .news_list_wrap li a {
    font-size: 21px;
  }
  .news_list_btn {
    font-size: 26px;
  }
  .acc_icon_wrap {
    top: 27%;
    right: 10%;
    width: 30px;
    height: 30px;
  }
  .acc_icon.is-open::before {
    width: 2px;
    height: 20px;
    top: 4px;
    left: -1px;
  }
  .acc_icon.plus::before,.plus::after  {
    width: 2px;
    height: 20px;
    top: 4px;
    left: -1px;
  }
}

.about_ttl {
  width: 91.146%;
  margin: 15% auto -12%;
  transform: translateY(-50%);
}

.about_wrap {
  background-color: #ffffff;
}

.about_img01 {
  width: 88.8889%;
  margin: 0 auto;
}

.about_img02 {
  width: 100%;
  margin: 0 auto;
}

.about_txt {
  font-size: 3.4375vw;
}

.about_wrap .txtBlock {
    padding: 0 3.4375vw;
}

.about_slick .slick-prev {
  left: -3.5vw;
}

.about_slick .slick-next {
  right: -3.5vw;
  transform: translateY(-50%) scaleX(-1) !important;
}

.about_slick .slick-prev,
.about_slick .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 150;
  background: none;
  border: none;
  width: 3.7500vw;
  height: 6.5625vw;
  cursor: pointer;
  padding: 5.7500vw;
  background:  rgba(224,224,224,0.5) url('../img/arrow.png') no-repeat center center / 40% !important;
}

.slick-disabled {
  display: none !important;
}

.about_btn_list {
  display: flex;
  justify-content: space-between;
  padding-top: 6.2500vw;
}

.about_btn_list li {
  width: 48.265%;
}

.about_btn {
  padding-bottom: 3.25%;
}

.about_btn_txt {
  text-align: center;
  font-size: 2.2375vw;
}

@media screen and (min-width: 641px) {
  .about_slick .slick-prev,
  .about_slick .slick-next {
    width: 24px;
    height: 42px;
    padding: 32px;
  }

  .about_slick .slick-prev {
    left: -26px;
  }

  .about_slick .slick-next {
    right: -26px;
  }
  .about_wrap .txtBlock {
      padding: 0 24px;
  }
  .about_txt {
    font-size: 22px;
  }
  .about_btn_list {
    padding-top: 40px;
  }
  .about_btn_txt {
    font-size: 15px;
  }
}


.bnr_area {
  width: 75%;
  margin: 4% auto 5%;
}

.bnr_area a{
  display: block;
  box-shadow: 0px 4px 12px 0px #000000;
}


.sec_ranking {
  background-color: #e2e3e9;
}


.ranking_ttl {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  border-radius: 12px 12px 0 0;
  line-height: 1.0 !important;
  padding: 0.4em 0 0;
}

.ranking_wrap {
  background-color: #ffffff;
  padding: 3.125% 3.125% 0;
}

.ranking_date {
  text-align: center;
  padding: 0.5em 0 1.0em;
}
.ranking_date li:first-child {
  font-size: 3.75vw;
  font-weight: bold;
}
.ranking_date li:last-child {
  font-size: 4.375vw;
  font-weight: bold;
}
.ranking_date li:last-child span {
  font-size: 6.5625vw;
}
.ranking_date li:last-child .start_year, .ranking_date li:last-child .end_year {
  font-size: 4.375vw;
}

#ranking_list_bottom {
  display: none;
}

.category_wrap {
  display: flex;
  background-color: #cccccc;
  border-radius: 24px;
}

.category_wrap button {
  display: block;
  color: #4d4d4d;
  font-size: 3.4954vw;
  font-weight: bold;
  padding: 0.5em 2.35em;
  cursor: pointer;
}
.category_wrap button.active{
  position: relative;
  color: #ffffff;
  background-image: linear-gradient(#636aad, #7141ce);
  border-radius: 24px;
  pointer-events: none;
}
.category_wrap button.active::after{
  content: "";
  position: absolute;
  top: 36%;
  left: 42%;
  transform: translateY(114%);
  border: 2vw solid transparent;
  border-top: 3vw solid #7141ce;
}

.ranking_list_wrap {
  padding-top: 7%;
}

.ranking_list>li {
  display: flex;
  align-items: center;
  padding-bottom: 1.5em;
}

.ranking_list>li p, .ranking_list>li ul{
  padding: 0 1%;
}


.ranking_rank {
  font-weight: bold;
  text-align: center;
  width: 15.2425%;
}

.ranking_icon {
  width: 12.687%;
}

.ranking_club {
  width: 16.687%;
  font-size: 3.28125vw;
  font-weight: bold;
  text-align: center;
}

.ranking_value {
    display: flex;
    width: 67%;
    flex-direction: column;
    margin-left: 3%;
}

.ranking_price {
  display: inline-block;
  font-size: 4.375vw;
  font-weight: bold;
  margin-left: auto;
}
.ranking_price.top {
  font-size: 6.25vw;
}
.ranking_price span {
  font-size: 2.8125vw;
  font-weight: normal;
}
.ranking_member {
  font-size: 3.75vw;
  font-weight: normal;
  margin-bottom: 5%;
}
.ranking_member span {
  font-size: 2.8125vw;
  font-weight: normal;
}

.ranking_list_btn_wrap {
  background-color: #ffffff;
  padding: 0 0 6.125%;
  border-radius: 0 0 12px 12px;
}

.ranking_list_btn {
  display: none;
  position: relative;
  cursor: pointer;
  background-color: #333333;
  color: #ffffff;
  padding: 0.5em 0;
  max-width: 376px;
  width: 60.044%;
  margin: 0 auto;
  font-size: 3.28125vw;
  font-weight: bold;
  border-radius: 60px;
}

.ranking_list_btn .acc_icon_wrap {
  top: 19%;
  background-color: #333333;
}
.acc_icon.plus::before, .plus::after {
  background-color: #ffffff;
}

@media screen and (min-width: 641px) {
  .ranking_wrap {
    padding: 1.0em;
  }
  .ranking_list_btn {
    font-size: 26px;
  }
  .ranking_date li:first-child {
    font-size: 24px;
  }
  .ranking_date li:last-child {
    font-size: 28px;
  }
  .ranking_date li:last-child span {
    font-size: 42px;
  }
  .ranking_date li:last-child .start_year, .ranking_date li:last-child .end_year {
    font-size: 28px;
  }
  .ranking_list_btn .acc_icon_wrap {
    top: 30%;
  }

  .category_wrap button {
    font-size: 24px;
    padding: 0.5em 2.1874em;
  }
  .category_wrap button.active{
    border-radius: 24px;
  }

  .category_wrap button.active::after{
    top: 49%;
    left: 44%;
    transform: translateY(119%);
    border: 10px solid transparent;
    border-top: 15px solid #7141ce;
  }

  .ranking_club {
    font-size: 21px;
  }
  .ranking_price {
    font-size: 28px;
  }
  .ranking_price.top {
    font-size: 40px;
  }
  .ranking_price span {
    font-size: 18px;
  }
  .ranking_member {
    font-size: 28px;
  }
  .ranking_member span {
    font-size: 16px;
  }

}

.design_ranking_card {
  padding-bottom: 5%;
}

.design_ranking_wrap {
  display: flex;
  align-items: center;
}

.design_ranking_rank {
  width: 23.3%;
  margin-right: 5.125%;
}

.design_ranking_txt li:first-child {
  font-size: 5.625vw;
  font-weight: bold;
}
.design_ranking_txt li:last-child {
  font-size: 4.375vw;
}


@media screen and (min-width: 641px) {
  .design_ranking_txt li:first-child {
    font-size: 36px;
  }
  .design_ranking_txt li:last-child {
    font-size: 30px;
  }
}

#searchlist{
  background-color: #FFF9EC;
  background-image: url(../img/searchlist_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
}

#searchlist .search_ttl,.search_icon_wrap{
  margin-bottom: 6.25vw;
}

.float_area {
  display: block;
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  padding: 6vw 5vw 15px;
  box-sizing: border-box;
}
.float_area.hide {
  opacity: 0;
  pointer-events: none;
}

.float_list {
  display: flex;
  justify-content: space-between;
}
.float_list li {
  width: 49%;
}

@media screen and (min-width: 641px) {
  .float_area {
    padding: 30px 32px 15px;
  }
  #searchlist .search_ttl,.search_icon_wrap{
    margin-bottom: 50px;
  }
}
.sec_content_bnr_list {
  scroll-behavior: smooth;
}
.copyright_wrap {
  padding: 3.0vw 2.5vw;
}
.copyright_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Futura BdCn BT";
  font-weight: bold;
  font-size: 2.0vw;
  line-height: 2;
}

.copyright_wrap ul li {
  padding-right: 1.0em;
}
@media screen and (min-width: 641px) {
  .copyright_wrap {
    padding: 20px 16px;
  }
  .copyright_wrap ul {
    font-size: 13px;
  }
}


.ta-c{
  text-align: center !important;
}

.fs-0{
  font-size: 0 !important;
}

.mt-20{
  margin-top: 20px !important;
}


.sec_step h2{
    background-image: url(../img/title_bg.png);
}

#faq{
  background-color: #F5F5F5;
}

.search_h2_sub,.faq_h2_sub{
  color: #CC0033 !important;
  font-size: 3vw;
  font-weight: bold;
}

.search_ttl,.faq_ttl {
  max-width: 250px;
  margin: 0;
  margin-bottom: 5.125%;
  width: 50%;
  font-size: 5.75vw;
  font-weight: bold;
  text-align: left;
}

.faq_wrap {
}

.faq_area li:not(:last-child) {
  margin-bottom: 5.125%;
}

.faq_q {
  width: 100%;
}
.search_q .search_q_btn,.faq_q .faq_q_btn {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 3.125%;
  font-size: 3.6vw;
  text-align: left;
  cursor: pointer;
  gap: 10px;
  border-radius: 20px;
}
.search_q .search_q_btn{
  color: #ffffff;
  background-color: #CC0033;
  align-items: center;
  border-radius: 10px;
}
.search_q .search_q_btn.open,.faq_q .faq_q_btn.open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.search_icon_wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search_flag_icon{
  max-width: 38px;
}
.search_flag_icon+p{
  font-weight: 500;
}
.faq_q_txt {
  color: #000000;
  width: 86.5%;
}
.faq_q .faq_q_btn::before {
  content: "";
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  background: url("../img/faq_q.png") no-repeat center center;
  background-size: 20px 20px;
}
.icon {
  position: relative;
  display: block;
  width: 5.313vw;
  height: 5.313vw;
  margin: auto;
}
.icon::before,.icon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 3.438vw;
    height: 0.48vw;
    margin: auto;
    background-color: #CC0033;
    transition: transform 0.2s;
}
.search_q_txt{
  width: 90%;
  font-weight: 800;
  font-family: Hiragino Kaku Gothic StdN;
}
.search_q .icon::before,.search_q .icon::after {
  background-color: #ffffff !important;
}
.search_q_btn .icon::after,.faq_q_btn .icon::after {
    transform: rotate(90deg);
}
.search_q_btn.open .icon::after,.faq_q_btn.open .icon::after {
    transform: rotate(0);
}
.search_a_wrap,.faq_a_wrap {
  display: none;
  padding: 3.125%;
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.faq_a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}
.faq_a::before {
  content: "";
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  background: url("../img/faq_a.png") no-repeat center center;
  background-size: 20px 20px;
}
.faq_a p {
  color: #000000;
  font-size: 3.6vw;
}

.faq_a_link a {
  display: flex;
  font-size: 3.6vw;
  color: #000000;
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
  .search_ttl,.faq_ttl {
    font-size: 36px;
  }
  .search_q .search_q_btn,.faq_q .faq_q_btn {
    font-size: 23px;
    border-radius: 10px;
    gap: 20px;
  }
  .search_q .search_q_btn.open,.faq_q .faq_q_btn.open {
  }
  .faq_q .faq_q_btn::before {
    font-size: 30px;
  }
  .search_h2_sub,.faq_h2_sub{
    font-size: 18px;
  }
  .icon {
    width: 34px;
    height: 34px;
  }
  .icon::before,.icon::after {
      width: 22px;
      height: 2px;
  }
  .faq_a{
    gap: 20px;
  }
  .faq_a::before {
    min-width: 40px;
    min-height: 40px;
    background-size: 40px 40px;
  }
  .faq_a p {
    font-size: 23px;
  }
  .icon::before,.icon::after {
      width: 20px;
      height: 2px;
  }
  .faq_a_link a {
    font-size: 23px;
  }
  .faq_q .faq_q_btn::before {
    min-width: 40px;
    min-height: 40px;
    background-size: 40px 40px;
  }
}

.movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.isRemove {
  pointer-events: none !important;
}

.isRemove.menu_wrap,.isRemove .float_wrap {
  opacity: 0 !important;
  transition: 0.5s;
}


.isRemove a, .isRemove button {
  pointer-events: none !important;
}

.club-content-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}

/* .club-content-list > li {
  flex: 0 0 150px;
} */
.club-content-list li{
  width: 48%;
}

.club-content-list a{
  font-family: 'Hiragino Kaku Gothic StdN';
  color: #333333;
  font-size: 2.8125vw;
  padding: 8px 10px;
  /* max-width: 150px; */
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 46px;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.5;
}

.club-content-list a div{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 641px) {
  .club-content-list{
    gap: 16px;
  }
  .club-content-list a{
    color: #333333;
    font-size: 18px;
    padding: 16px 20px;
    max-width: 260px;
  }
  .club-content-list > li {
    flex: 0 0 260px;
  }
}

.button-arrow-01 {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.button-arrow-01 > div:first-child {
  flex: 1;
  min-width: 0;
}

.button-arrow-01 > div:last-child {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.button-arrow-01__flag {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: url("../img/search_icon.png") no-repeat center / contain;
}

.button-arrow-btn{
  display: block;
  width: 4px;
  height: 8px;
  background: url("../img/btn_icon_arrow.png") no-repeat center / contain;
}

.button-blank-btn{
  display: block;
  width: 13px;
  height: 9px;
  background: url("../img/btn_icon_blank.png") no-repeat center / contain;
}

.search_wrap{
  margin-bottom: 6vw;
}

.search_wrap.seperate_wrap{
  margin-bottom: 8vw;
}

@media screen and (min-width: 641px) {
  .search_wrap{
    margin-bottom: 30px;
  }
  .search_wrap.seperate_wrap{
    margin-bottom: 50px;
  }
  .button-arrow-01__flag {
    width: 20px;
    height: 20px;
  }
}

.search_title_btn{
  font-family: 'Hiragino Kaku Gothic StdN';
  color: #ffffff;
  padding: 2.125%;
  font-size: 3.6vw;
  width: 100%;
  background: #000000;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 8px;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6vw;
}

.search_title_btn .button-arrow-btn {
  display: block;
  width: 10px !important;
  height: 15px !important;
  background: url(../img/btn_icon_title_arrow.png) no-repeat center / contain !important;
  filter: invert(1);
}

.club-content-title{
  font-size: 3.1250vw;
  margin-bottom: 10px;
  font-weight: bold;
}

.club-content-title+.club-content-list{
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .search_title_btn{
    padding: 16px 20px;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .club-content-title{
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
  }

  .club-content-title+.club-content-list{
    margin-bottom: 40px;
  }
}




/**/
/* .club-content-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px 16px;
}

.club-content-list li{
  display:flex;
}

.club-content-list li>a{
  width:100%;
  display:flex;
} */

/**/




#campaign {
  background-color: #F5F5F5;
}

.campaign_h2_sub {
  color: #CC0033 !important;
  font-size: 3vw;
  font-weight: bold;
}

.campaign_ttl {
  font-size: 5.75vw;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5.125%;
  text-align: left;
}

.campaign_list li {
  background-color: #ffffff;
  border-radius: 3.125vw;
  margin-bottom: 3.334%;
  padding: 3.334%;
  box-shadow: 0 6px 15px -10px #000000;
}

.campaign_img {
  margin-bottom: 3.334%;
}

.campaign_btn a {
  background-color: #cc0033;
  border-radius: 50px;
  color: #fff;
  font-size: 2.8125vw;
  font-weight: bold;
  max-width: 360px;
  margin: 0 auto;
  padding: 1.25% 3.5735%;
  position: relative;
  text-align: center;
  width: 65%;

}

.campaign_btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.2vw;
  width: 1.4vw;
  height: 1.4vw;
  margin: auto;
  border-top: 0.6vw solid #ffffff;
  border-right: 0.6vw solid #ffffff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.campaign_aco_btn button {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  color: #000;
  font-size: 2.8125vw;
  font-weight: bold;
  margin: 0 auto;
  padding: 1.25% 3.5735%;
  position: relative;
  text-align: center;
  width: 100%;

}

.campaign_aco_btn button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.2vw;
  width: 1.4vw;
  height: 1.4vw;
  margin: auto;
  border-bottom: 0.6vw solid #000;
  border-right: 0.6vw solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.5s;
}
.campaign_aco_btn button.open::after {
  transform: rotate(225deg);
  top: 10%;
}

#campaign_aco_body {
  display: none;
}


.search_aco_btn button {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic StdN';
  color: #000000;
  padding: 3.125%;
  font-size: 3.6vw;
  width: 100%;
  background: #FFFFFF;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 8px;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6vw;
}

.search_aco_btn button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.2vw;
  width: 2.4vw;
  height: 2.4vw;
  margin: auto;
  border-bottom: 0.6vw solid #000;
  border-right: 0.6vw solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.5s;
}
.search_aco_btn button.open::after {
  transform: rotate(225deg);
  top: 10%;
}

.search_aco_body {
  display: none;
}

.search_q_btn.btn02 {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic StdN';
  color: #000000;
  padding: 3.125%;
  font-size: 3.6vw;
  width: 100%;
  background: #FFFFFF;
  font-weight: bold;
  border: 2px solid #000000;
  border-radius: 8px;
  justify-content: space-between;
  gap: 8px;
}

.search_q_btn.btn02.open {
  border-bottom: 0;
}


.search_q_btn.btn02::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.2vw;
  width: 2.4vw;
  height: 2.4vw;
  margin: auto;
  border-bottom: 0.6vw solid #000;
  border-right: 0.6vw solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: 0.5s;
}
.search_q_btn.btn02.open::after {
  transform: rotate(225deg);
  top: 10%;
}


.search_a_wrap.wrap02 {
  border: 2px solid #000;
  border-top: 0;
}

@media screen and (min-width: 481px) {
  .campaign_btn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .campaign_aco_btn button::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  .search_aco_btn button::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
  .search_q_btn.btn02::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
  }
}

@media screen and (min-width: 641px) {
  .campaign_ttl {
    font-size: 36px;
  }
  .campaign_h2_sub{
    font-size: 18px;
  }
  .campaign_list li {
    border-radius: 20px;
  }
  .campaign_btn a {
    font-size: 18px;
  }
  .campaign_btn a::after {
    right: 27px;
    width: 9px;
    height: 9px;
  }
  .campaign_aco_btn button {
    font-size: 18px;
  }
  .campaign_aco_btn button::after {
    right: 27px;
    width: 9px;
    height: 9px;
  }
  .search_aco_btn button {
    padding: 12px 20px;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .search_aco_btn button::after {
    right: 27px;
    width: 12px;
    height: 12px;
  }
  .search_q_btn.btn02 {
    padding: 12px 20px;
    font-size: 24px;
  }
  .search_q_btn.btn02::after {
    right: 27px;
    width: 12px;
    height: 12px;
  }
}