@charset "utf-8";

#load_lower_list footer {
  padding-bottom: 22%;
}

/*共通*/
img {
  width: 100%;
  height: auto;
}

span.invisibleTxt {
  display: none;
}

.contents p,
.contents h2 {
  line-height: 1.5;
  color: #333;
}

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_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: #ffffff;
}

.mainVisual h1 {
  background: #ffffff;
}

.mainVisual h1 img {
  display: block;
  margin: 0 auto;
}

section {
  padding: 6.2500vw 5vw;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-50%);
}
}
.kv_emblem {
  display: flex;
  overflow: hidden;
}
.kv_emblem ul {
  display: flex;
  padding: 0;
  animation: infinity-scroll-left 10s infinite linear 0.5s both;
}
.kv_emblem ul li {
  width: 156.875vw;
}
.kv_emblem ul li img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .kv_emblem ul li {
    width: 1004px;
  }
}

@media screen and (min-width: 641px) {
  section {
    padding: 40px 32px;
  }
}

.sec_intro .sec_content {
  background-color: #fff;
  overflow: hidden;
}

.txtBlock {
  padding: 0 5vw;
}

.sec_intro01 {
  padding: 5.125% 0 0;
}

.sec_intro .sec_content .txtBlock {
  padding-top: 3.9063vw;
  padding-bottom: 5vw;
}

.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;
  padding-bottom: 15%;
}

.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_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_btn span {
    font-size: 26px;
  }
}

.sec_count {
  padding: 2.5000vw 0 0;
  position: relative;
  background-color: #ffffff;
}

.sec_count_numbers>ul>li {
  position: absolute;
  top: 30.775vw;
  font-size: 7.8125vw;
  font-weight: bold;
  color: #000;
}

/* uncountedクラス：集計中表記の際はfont-sizeの調整・位置調整が必要なため */
.sec_count_numbers.uncounted>ul>li {
  font-size: 6.4688vw;
  top: 50%;
  text-align: center;
}

.sec_count_numbers>ul>li:nth-child(1) {
  left: 11.5938vw;
}

.sec_count_numbers>ul>li:nth-child(2) {
  left: 20.5188vw;
}

.sec_count_numbers>ul>li:nth-child(3) {
  left: 31.3063vw;
}

.sec_count_numbers>ul>li:nth-child(4) {
  left: 40.45vw;
}

.sec_count_numbers>ul>li:nth-child(5) {
  left: 49.3938vw;
}

.sec_count_numbers>ul>li:nth-child(6) {
  left: 59.925vw;
}

.sec_count_numbers>ul>li:nth-child(7) {
  left: 68.825vw;
}

.sec_count_numbers>ul>li:nth-child(8) {
  left: 77.5125vw;
}

.sec_count_numbers>ul>li {
  width: 5.3047vw;
}

.sec_count>p {
  position: absolute;
  bottom: 11.625vw;
  left: 8.6875vw;
  font-size: 2.725vw;
  line-height: 1.3;
  color: #fff !important;
}

@media screen and (min-width: 641px) {
  .sec_count {
    padding: 16px 0 0;
  }

  .sec_count_numbers>ul>li {
    top: 195px;
    font-size: 50px;
  }

  .sec_count_numbers.uncounted>ul>li {
    font-size: 38px;
    top: 50%;
    margin: auto;
  }

  .sec_count_numbers>ul>li:nth-child(1) {
    left: 73px;
  }

  .sec_count_numbers>ul>li:nth-child(2) {
    left: 131px;
  }

  .sec_count_numbers>ul>li:nth-child(3) {
    left: 200px;
  }

  .sec_count_numbers>ul>li:nth-child(4) {
    left: 259px;
  }

  .sec_count_numbers>ul>li:nth-child(5) {
    left: 316px;
  }

  .sec_count_numbers>ul>li:nth-child(6) {
    left: 384px;
  }

  .sec_count_numbers>ul>li:nth-child(7) {
    left: 441px;
  }

  .sec_count_numbers>ul>li:nth-child(8) {
    left: 498px;
  }

  .sec_count_numbers>ul>li {
    width: 34px;
  }

  .sec_count>p {
    bottom: 74px;
    left: 55px;
    font-size: 18px;
  }
}

.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;
}
.campaign_ttl {
  max-width: 530px;
  margin: 0 auto 3.125%;
}
@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;
}

.sec_step h2 {
  width: 64.3750vw;
  margin: 0 auto;
}

.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;
  }

  .sec_step h2 {
    width: 412px;
  }

  .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: 470px;
  overflow: auto;
  transition: 0.5s;
  opacity: 0;
  transform: translateX(9999999999px);
  pointer-events: none;
  justify-content: flex-start;
}
.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: 57.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;
}
.menu_btn button.close::after {
  transform: rotate(180deg);
}
.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;
  padding-bottom: 7.364%;
}
.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: 5vw;
  padding: 0.5em 0;
}
.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 {
    justify-content: flex-start;
  }
  .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: 28px;
  }
}

.sec_news {
  background-color: #e2e3e9;
}

.news_ttl {
  background-color: #e60012;
  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;
  text-decoration: none !important;
}
.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;
  padding-bottom: 14%;
}


.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% 4.925% 0;
}

.ranking_date {
  text-align: center;
  padding: 1.0em 0 1.5em;
}
.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;
  justify-content: space-between;
  padding-bottom: 0.75vw;
  border-bottom: 0.75vw solid #e60012;
}

.category_wrap button {
  display: block;
  color: #4d4d4d;
  font-size: 3.4954vw;
  font-weight: bold;
  padding: 0.5em 0;
  cursor: pointer;
  width: 24.424%;
  background-color: #e6e6e6;
}
.category_wrap button.active{
  position: relative;
  color: #ffffff;
  background-color: #e60012;
  pointer-events: none;
}
.category_wrap button.inactive{
  background-color: #666666;
  pointer-events: none;
}

.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.25vw;
  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 2.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 {
    padding-bottom: 4px;
    border-bottom: 4px solid #e60012;
  }
  .category_wrap button {
    font-size: 24px;
    padding: 0.5em 0;
  }
  .category_wrap button.active{
  }

  .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: 22px;
  }
  .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;
  }
}

.sec_clublist {
  background-image: url(../img/clublist_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-color: #000000;
}


.clublist_wrap {
  background-color: #ffffff;
  border-radius: 12px;
  padding-top: 3.125%;
}

.clublist_ttl {
  width: 75%;
  max-width: 424px;
  margin: -16% auto 6%;
}

.clublist_img {
  width: 92.606%;
  margin: 0 auto 3%;
}

.clublist_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92.606%;
  margin: 0 auto 3%;
}

.clublist_category button {
  width: 48.48%;
  color: #4d4d4d;
  font-weight: bold;
  background-color: #cccccc;
  box-shadow: 0px 3px 6px -1px #cccccc;
  margin-bottom: 3%;
  cursor: pointer;
  font-size: 4.0625vw;
  border-radius: 10px;
  max-height: 57px;
  height: 8.907vw;
}

.clublist_category button.active {
  background-color: #e60012;
  color: #ffffff;
  pointer-events: none;
  cursor: auto;
}
.clublist_category button.inactive {
  background-color: #666666;
  pointer-events: none;
  cursor: auto;
}


.clublist_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92.606%;
  margin: 0 auto 3%;
}

.clublist_area button {
  width:31.18%;
  color: #4d4d4d;
  font-weight: bold;
  background-color: #cccccc;
  box-shadow: 0px 3px 6px -1px #cccccc;
  margin-bottom: 3%;
  cursor: pointer;
  font-size: 3.28125vw;
  border-radius: 10px;
  max-height: 57px;
  height: 8.907vw;
}
.clublist_area button.active {
  background-color: #e60012;
  color: #ffffff;
  box-shadow: 0px 3px 6px -1px #000000 inset;
  pointer-events: none;
  cursor: auto;
}

.clublist_area_all_btn {
  width: 92.606%;
  margin: 0 auto;
}

.clublist_area_all_btn button {
  width: 100%;
  color: #4d4d4d;
  font-weight: bold;
  background-color: #cccccc;
  box-shadow: 0px 3px 6px -1px #cccccc;
  margin-bottom: 3%;
  cursor: pointer;
  font-size: 3.28125vw;
  border-radius: 10px;
  max-height: 57px;
  height: 8.907vw;
}
.clublist_area_all_btn button.active {
  background-color: #e60012;
  color: #ffffff;
  box-shadow: 0px 3px 6px -1px #000000 inset;
  pointer-events: none;
  cursor: auto;
}

.clublist_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92.606%;
  margin: 0 auto;
}
.clublist_list li {
  width: 48.366%;
  box-shadow: 0px 4px 6px -4px;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 4%;
  border: solid 1px #dddddd;
}
.clublist_list li>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8.3%;
  height: 100%;
  box-sizing: border-box;
}
.clublist_list li.error {
  width: 100%;
  box-shadow: none !important;
  border: none;
  border-radius: 0 !important;
  padding: 5% 0 4%;
  box-sizing: border-box;
}

.clublist_list_ttl {
  font-size: 2.8125vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.125%;
}

.clublist_list_img {
  margin-bottom: 5.125%;
}

.clublist_list_img img {
  border-radius: 12px;
}

.clublist_list_price_ttl {
  font-size: 2.1875vw;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 2.125%;
  width: 45.69%;
  background-color: #e60012;
  color: #ffffff !important;
}

.clublist_list_price {
  font-size: 4.6875vw;
  font-weight: bold;
  text-align: right;
  margin: 0 auto 2.125%;
}
.clublist_list_price span {
  font-size: 2.8125vw;
  font-weight: normal;
}


@media screen and (min-width: 641px) {
  .clublist_wrap {
    border-radius: 20px;
  }
  .clublist_category button {
    font-size: 26px;
  }
  .clublist_area button {
    font-size: 21px;
  }
  .clublist_area_all_btn button {
    font-size: 21px;
  }
  .clublist_list li {
    box-shadow: 0px 4px 8px -4px;
    border-radius: 20px;
  }

  .clublist_list_ttl {
    font-size: 18px;
  }
  .clublist_list_price_ttl {
    font-size: 14px;
  }
  .clublist_list_price {
    font-size: 30px;
  }
  .clublist_list_price span {
    font-size: 18px;
  }
}


.sec_howto {
  margin-top: 3.125%;
}

.howto_ttl {
  width: 89.41%;
  margin: 0 auto 5%;
}

.howto_tab_head {
  display: flex;
  justify-content: space-between;
}
.howto_tab_head li {
  width: 49.5%;
  background-color: #cccccc;
  color: #4d4d4d;
  border-radius: 12px 12px 0 0;
  font-size: 3.75vw;
}
.howto_tab_head li button {
  width: 100%;
  background-color: #cccccc;
  color: #4d4d4d;
  border-radius: 12px 12px 0 0;
  font-size: 3.75vw;
  font-weight: bold;
  padding: 0.75em 0;
  cursor: pointer;
}
.howto_tab_head li button.active {
  background-color: #e60012;
  color: #ffffff;
  pointer-events: none;
  cursor: auto;
}

.howto_body {
  background-color: #ffffff;
  border: 1.0vw solid #e60012;
}

.howto_body li {
  display: none;
}

.howto_body li.active {
  display: block;
}

.howto_body .txtBlock {
  padding-top: 3.9063vw;
  padding-bottom: 5vw;
}

.howto_img01 {
  margin-bottom: 4%;
}

.howto_btn01 {
  width: 88.89%;
  margin: 0 auto 3%;
}

.x_account_wrap {
  background-color: #e2e3e9;
}

.x_account {
  padding: 6.2500vw 5vw;
}


@media screen and (min-width: 641px) {
  .howto_tab_head li {
    font-size: 24px;
    border-radius: 20px 20px 0 0;
  }
  .howto_tab_head li button {
    font-size: 24px;
    border-radius: 20px 20px 0 0;
  }
  .howto_body {
    border: 6px solid #e60012;
  }
  .howto_body .txtBlock {
    padding-top: 25px;
    padding-bottom: 32px;
  }
  .x_account {
    padding: 40px 32px;
  }
}


.float_area {
  display: block;
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  padding: 6vw 5vw 15px;
  box-sizing: border-box;
  transition: 0.5s;
}
.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;
  }
}
.sec_content_bnr_list {
  scroll-behavior: smooth;
}

.sec_content_bnr_list {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.sec_content_bnr_list li {
  flex-shrink: 0;
}

.sec_content_bnr_list li:not(:last-child) {
  margin-right: 3.125%;
}