/* common */
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  font-size: 3.73vw;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 5em;
  background: -webkit-gradient(linear, left top, right top, from(#E0AD4F), color-stop(17.5%, #E0AD4F), color-stop(50%, #A88950), color-stop(51%, #A88950), color-stop(87.5%, #E0AD4F), to(#E0AD4F));
  background: linear-gradient(90deg, #E0AD4F 0%, #E0AD4F 17.5%, #A88950 50%, #A88950 51%, #E0AD4F 87.5%, #E0AD4F 100%);
  background-size: 200% auto;
  background-position: 1% 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */
@media screen and (min-width: 501px) {
  /* .c-btn {
    font-size: 19px;
  } */
}
/* .c-btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}
.c-btn:active {
  border-bottom: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.c-btn__inner {
  text-decoration: none !important;
  color: #fff !important;
} */

.c-link {
  text-decoration: underline !important;
  color: #000 !important;
}

.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  position: relative;
}

.l-content {
  padding: 52px 0 0;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
.p-nav {
  width: 100%;
  max-width: 502px;
  height: 100svh;
  /* background-image: url("../img/top/bg_menu.png"); */
  background-color: #16363D;
  background-size: cover;
  position: fixed;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 800;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
.p-nav--opened {
  visibility: visible;
  opacity: 1;
}
.p-nav__inner {
  padding: 4vw;
}
@media screen and (min-width: 501px) {
  .p-nav__inner {
    padding: 20px;
  }
}
.p-nav__list {
  margin: 16vw 8vw 0;
}
@media screen and (min-width: 501px) {
  .p-nav__list {
    margin: 60px 30px 0;
  }
}
.p-nav__item {
  margin: 5.33vw auto;
}
@media screen and (min-width: 501px) {
  .p-nav__item {
    margin: 20px auto;
  }
}
.p-nav__link {
  font-size: 4.27vw;
  font-weight: bold;
  color: #fff !important;
}
@media screen and (min-width: 501px) {
  .p-nav__link {
    font-size: 18px;
  }
}
.p-nav-btn__list {
  margin: 10.67vw 8vw 0;
}
@media screen and (min-width: 501px) {
  .p-nav-btn__list {
    margin: 54px 40px 0;
  }
}
.p-nav-btn__item {
  margin: 4vw auto;
}
@media screen and (min-width: 501px) {
  .p-nav-btn__item {
    margin: 20px auto;
  }
}
.p-nav-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 3.73vw;
  font-weight: bold;
  border-radius: 5em;
  background: #fff;
  color: #a88950 !important;
}
@media screen and (min-width: 501px) {
  .p-nav-btn__link {
    font-size: 14px;
  }
}
.p-nav a {
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-nav a:hover {
  opacity: 0.7;
}

.p-btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  aspect-ratio: 1;
  font-size: 1rem;
  border-radius: 50%;
  background: #be9e82;
  position: fixed;
  top: 76px;
  right: 4vw;
  z-index: 900;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 501px) {
  .p-btn-menu {
    right: 50%;
    -webkit-transform: translateX(220px);
            transform: translateX(220px);
  }
}
.p-btn-menu:hover {
  opacity: 0.7;
}
.p-btn-menu--opened {
  background: #a88950;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.p-btn-menu--opened::before, .p-btn-menu--opened::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.p-btn-menu--opened::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-btn-menu--opened > span {
  opacity: 0;
}
.p-btn-menu > span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.25em;
  height: 0.25em;
  background: currentColor;
  border-radius: 50%;
  -webkit-box-shadow: -0.5em 0 0 0 currentColor, 0.5em 0 0 0 currentColor;
          box-shadow: -0.5em 0 0 0 currentColor, 0.5em 0 0 0 currentColor;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-sec {
  margin: 10.67vw auto;
}
@media screen and (min-width: 501px) {
  .p-sec {
    margin: 54px auto;
  }
}
.p-sec__inner {
  margin: 0 4vw;
}
@media screen and (min-width: 501px) {
  .p-sec__inner {
    margin: 0 20px;
  }
}
.p-sec__ttl {
  text-align: center;
  font-size: 5.33vw;
  font-weight: bold;
  color: #a88950;
}
@media screen and (min-width: 501px) {
  .p-sec__ttl {
    font-size: 24px;
  }
}
.p-entry__list {
  margin: 5.33vw 8vw;
}
@media screen and (min-width: 501px) {
  .p-entry__list {
    margin: 27px 40px;
  }
}
.p-entry__item {
  margin: 2.67vw auto;
}
@media screen and (min-width: 501px) {
  .p-entry__item {
    margin: 14px auto;
  }
}

.p-faq__inner {
  margin-top: 4.27vw;
  margin-right: 8vw;
  margin-left: 8vw;
}
@media screen and (min-width: 501px) {
  .p-faq__inner {
    margin-top: 22px;
    margin-right: 40px;
    margin-left: 40px;
  }
}
.p-faq__more {
  margin: 8vw auto 0;
  text-align: center;
}
@media screen and (min-width: 501px) {
  .p-faq__more {
    margin: 40px auto 0;
  }
}
.p-faq__more-container {
  display: none;
}
.p-faq__more > a {
  font-size: 3.73vw;
  text-decoration: underline !important;
  color: #000 !important;
}
@media screen and (min-width: 501px) {
  .p-faq__more > a {
    font-size: 19px;
  }
}
.p-faq__more > a:hover {
  text-decoration: none !important;
}
.p-faq-item {
  margin-top: 2.67vw;
}
@media screen and (min-width: 501px) {
  .p-faq-item {
    margin-top: 14px;
  }
}
.p-faq-item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* padding: 2.67vw 13.33vw 2.67vw 4vw; */
  padding: 2.67vw 0 2.67vw 4vw;
  min-height: 15.47vw;
  font-size: 3.73vw;
  font-weight: normal;
  line-height: 1.29;
  border-radius: 10px;
  background: #a88950;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 501px) {
  .p-faq-item__ttl {
    /* padding: 14px 67px 14px 20px; */
    padding: 14px 0 14px 20px;
    min-height: 78px;
    font-size: 19px;
  }
}
.p-faq-item__body {
  padding: 2.67vw 0 5.33vw;
  font-size: 3.47vw;
  line-height: 1.5;
}
@media screen and (min-width: 501px) {
  .p-faq-item__body {
    padding: 14px 0 27px;
    font-size: 17px;
  }
}

.p-toggle-btn::before, .p-toggle-btn::after {
  content: "";
  width: 3.73vw;
  height: 0.53vw;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5.33vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 501px) {
  .p-toggle-btn::before, .p-toggle-btn::after {
    width: 18px;
    height: 2px;
    right: 26px;
  }
}
.p-toggle-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-toggle-content {
  display: none;
}

/* bottom */
@media screen and (max-width: 767px) {
  .footer_column > .col_item {
    font-size: 14px !important;
  }
  .Pagetop a::after {
    /* left: 50%; */
    top: 0;
    width: 8px;
    height: 8px;
    margin-top: 18px;
    margin-left: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 768px) {
  
}
.share-sns-column {
  background: white;
  width: 100%;
}

.Pagetop {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.Pagetop a::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.bottomBox {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .Footer {
    margin-top: 0;
  }
}


/* 0326追加 */

  /* 241226 add */


/* style */

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: inherit
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    /* line-height: 1.15 */
}

body {
    margin: 0
}

iframe,
p {
    margin: 0
}

h3 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none !important;
}

small {
    font-size: 80%
}

.FooterBody small {
    font-size: smaller;
}

img {
    border-style: none;
    vertical-align: bottom
}

iframe {
    border: 0;
    vertical-align: bottom
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

/* html {
    height: 100%;
    font-size: 62.5%;
    line-height: 1.6; */
    /* scroll-behavior: smooth */
/* } */

body {
    width: 100%;
    color: #000;
    
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none
}

a:hover img {
    text-decoration: none;
    opacity: .8
}

a {
    cursor: pointer
}


.Manrope {
    font-family: "Manrope", sans-serif;
}



/******************************** モバイルファーストで記述 *********************************/
/* .headerDammy {
    height: 39px;
    width: 100%;
    background-color: green;
} */
/* .l-header {
    z-index: 999;
    position: fixed;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
} */
/* .header__inner {
} */
.header__heading {
    text-align: center;
    color: #000 !important;
    font-size: 15px;
    background-color: #E6D183;
    height: 74px;
    display: flex;
    place-content: center;
    margin: 0 auto;
    align-items: center;
    font-weight: bold;
    position: fixed;
    z-index: 99;
    width: 100%;
}
.p-nav__ttl {
    color: #000;
    font-weight: bold;
    
}
.center-wrap {
    margin: 0 auto 0;
    width: 100%;
    padding-top: 0;
    max-width: 500px;
}

.bg {
    position: fixed;
    background: url(../../assets/img/watch/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.l-left {
  display: none;
}
.l-right {
    display: none;
}
.p-faq-item__inner {
    margin: 20px auto;
    background-color: #F5F6F8;
    border-radius: 20px;
    padding: 25px 20px 20px 25px;
}
/******************* 以下pc **********************/

@media screen and (min-width: 501px) {
   
    .header__heading {
        text-align: center;
        color: #0D0D0D;
        font-size: 15px;
        background-color: #E6D183;
        display: flex;
        place-content: center;
        margin: 0 auto;
        align-items: center;
        font-weight: bold;
        /* position: relative; */
        width: 100%;
        max-width: 500px;
    }
   

    .l-left {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      width: 50vw;
      max-width: calc(50% - 250px);
      display: block;
  }
  .l-left__wrap {
      max-width: 335px;
      width: 100%;
      position: relative;
      top: 160px;
      margin-right: 28px;
  }
  .l-left__text {
      font-size: 15px;
      font-weight: bold;
      margin-left: 30px;
      margin-bottom: 59px;
      line-height: 1.5;
  }
  .l-left__nyuukai {
      margin-bottom: 10px;
  }

    .l-right__wrap>.p-entry__list {
        margin: 50px 5px 20px;
        width: 300px;
        margin-left: -20px;
    }
    
    .l-right {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50vw;
        max-width: calc(50% - 250px);
        display: block;
    }
    .l-right__wrap {
    position: relative;
    top: 160px;
    max-width: 280px;
    width: 100%;
    margin-left: 70px;
    }
    .l-right__item {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    /* .l-right__item:first-child {
        font-size: 14px;
    } */
    .l-right__item a {
        color: #fff;
        /* text-indent: calc(5px + 1em); */
        /* margin-left: calc(-5px + -1em); */
    }



    .center-wrap {
        margin: 0 auto 0;
        width: 100%;
        padding-top: 0;
        max-width: 500px;
    }
    
}


@media screen and (max-width: 1179px) {
    .l-left {
      display: none;
    }
    .l-right {
        display: none;
    }
}







@media screen and (max-width: 500px) {

.header__heading {
    text-align: center;
    color: #0D0D0D;
    font-size: 4vw;
    background-color: #E6D183;
    height: 19.733vw;
    display: flex;
    place-content: center;
    margin: 0 auto;
    align-items: center;
    font-weight: bold;
    position: fixed;
    z-index: 99;
    width: 100%;
}

.center-wrap {
    margin: 0 auto 0;
    width: 100%;
    padding-top: 0;
    max-width: 133.333vw;
}

.center-wrap>.p-faq {
    margin-top: -2vw;
    padding-top: 20vw;
}
}


.js-current {
    padding-right: 5px;
}


/* watch unique */


.l-wrapper{
}
.l-left{
}
.l-content p{
  line-height: 1.7;
}

/*============================
.mv_area
============================*/
.center-wrap{
}
.mv_area{
}
.mv_under_area{
  background-color: #B28B42;
  padding: 4vw 10.4vw 12vw;
}

.mv_under_area p {
  padding-top: 8.4vw;
  text-align: center;
  font-size: 3.6vw;
}
/*============================
section
============================*/
.section {
  padding: 12vw 10vw;
}
.ttl_h2 h2 {
  font-size: 4.8vw;
  text-align: center;
  padding-bottom: 1vw;
}
.ttl_h2 span {
  width: 100%;
  height: 0.2vw;
  display: block;
  margin: 0.4vw;
}

/*============================
#anc01.service_area.section
============================*/
.service_area{
  background-color: #16363D;
}
.ttl_h2.ttl_h2_service{
  color: #B28B42;
}
.ttl_h2.ttl_h2_service span{
  background-color: #B28B42;
}
.service_block{
  margin-top: 12vw;
  color: #fff;
}
.service_h4{
  font-weight: 100;
  font-size: 4.8vw;
  text-align: center;
  margin-bottom: 1vw;
}
.service_h3{
  text-align: center;
  padding: 2vw 2vw;
  font-size:4.4vw ;
  font-weight: 700;
}
.border_img.reverse {
  transform: rotate(180deg);
}
.border_img img {
  max-width: initial;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root .border_img img {
	/* width: calc(100% + 2px); */
	/* width: 102%;
  margin-left: -3px; */
}
.service_block_img{
  margin-top: 4vw;
}
.service_block_p{
  font-size: 2.8vw;
  font-weight: 500;
  padding-top: 4vw;
}
.service_block_p_notes{
  font-size: 2.4vw;
  font-weight: 300;
}
.preferential_treatment{
  margin: 9.2vw 0 6vw;
  background-color: #B28B42;
  text-align: center;
  font-size: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preferential_treatment .first_rate {
  padding-top: 1vw;
  padding-right: 2vw;
  margin: 0;
}
.preferential_treatment .span_per {
  font-size: 7.2vw;
  margin: 0;
}
.preferential_treatment::after{
  content: "";
  width: 100%;
  height: 4vw;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background-color: #B28B42;
  position: absolute;
  bottom: -4vw;
  left: 0;
}
.service_block_p.table_top_p{
  text-align: center;
  padding-top:0;
}
.table_preferential_treatment_area{
  margin-top: 4vw;
  margin-bottom: 4vw;
}
.table_preferential_treatment_area table {
  border: 1px solid #BE9C5E;
  border-collapse: collapse;
  width: 100%;
}
.table_preferential_treatment_area table th{
  background-color: #BE9C5E;
  padding: 2.5vw;
  font-size: 3.2vw;
  font-weight: 500;
}
.table_preferential_treatment_area table th:first-child{
  border-right: 1px solid #fff;
}
.table_preferential_treatment_area table td {
  padding: 4.6vw;
  text-align: center;
  color: #000;
}
.table_preferential_treatment_area table td:first-child {
  font-size: 3.2vw;
}
.table_preferential_treatment_area table td:nth-child(2){
  font-size: 4.6vw;
}

.table_preferential_treatment_area table tr:nth-child(2) td {
  background-color: #EFE3C6;
}
.table_preferential_treatment_area table tr:nth-child(3) td {
  background-color: #F5EEDD;
}
.table_preferential_treatment_area table tr:nth-child(4) td {
  background-color: #FCF9F4;
}
.rate{
}

.btn {
  margin-top: 6vw;
}


.btn a {
  width: 60vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12vw;
  font-size: 2.6vw;
  font-weight: 500;
}

.btn.btn01 a{
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn01 a p{
  position: relative;
  margin-left: 6vw;
}
.btn.btn01 a p::before{
  content: "";
  background-image: url(../../assets/img/watch/ico_card.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.2vw;
  position: absolute;
  left: -7vw;
  height: 8vw;
  top: -1.6vw;
}

/*============================
#anc02.voice_area.section
============================*/
.voice_area{
  background-color: #DCCDBB;
  color: #16363D;
}
.ttl_h2.ttl_h2_voice{
  
}
.ttl_h2.ttl_h2_voice span{
  background-color: #16363D;
}
.voice_area_p{
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  padding-top: 8vw;
}
.voice_block{
  margin-top: 8vw;
}
.voice_h4{
  color: #fff;
  font-size: 4.8vw;
  font-weight: 100;
  background-color: #16363D;
  padding: 1vw 3.2vw;
}
.voice_h3{
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 6vw;
}
.voice_block .voice_h3 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
}
.voice_block01 .voice_h3 {
  background-image: url(../../assets/img/watch/voice01.png);
}
.voice_block02 .voice_h3 {
  background-image: url(../../assets/img/watch/voice02.png);
}
.voice_block03 .voice_h3 {
  background-image: url(../../assets/img/watch/voice03.png);
}
.voice_block_ul{
  background-color: #fff;
  font-size: 2.8vw;
  font-weight: 500;
  padding: 6vw 5vw;
}

.voice_block_ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.voice_block_ul li:not(:first-child) {
  margin-top: 6vw;
}
.voice_block_ul li::before {
  content: "・";
}

/*============================
#anc03.flow_area.section
============================*/
.flow_area.section{
  background-color: #C5A871;
  color: #fff;
  padding: 12vw 0 0;
}
.ttl_h2.ttl_h2_flow{
}
.ttl_h2.ttl_h2_flow span{
  background-color: #fff;
}
.flow_h3{
  font-size: 4.7vw;
  font-weight: 700;
  margin-top: 7vw;
  text-align: center;
}
.flow00{
  display: flex;
  justify-content: space-between;
  margin-top: 7vw;
}

.flow00_block{
  width: 50%;
}
.flow00_block_img {

}
.flow00_block img{
  /* width: 34.4vw; */
  padding-right: 5.6vw;
}
.flow00_block:nth-child(1){
  /* padding-right: 2vw; */
}
.flow00_block:nth-child(2){
  /* padding-left: 2vw; */
}
.Annual_fee{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.6vw 0;
}
.Annual_fee_ttl{
  font-size: 3.6vw;
  font-weight: 700;
  text-align: center;
}
.Annual_fee_p{
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.18vw;
}
.flow00_circle{
  color: #B28B42;
  font-size: 3.6vw;
  font-weight: 500;
  background: transparent linear-gradient(180deg, #FEFEFE 0%, #F9F6F1 34%, #D8C5A0 100%) 0% 0% no-repeat padding-box;
  border-radius: 20vw;
  width: 30vw;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 4vw;
  box-shadow: 3px 3px 5px #0000001A;
}
.flow00_p{
  font-size: 2.8vw;
  font-weight: 500;
  margin-top: 4vw;
  text-align: center;
}
.flow00_area {
  position: relative;
  padding-bottom: 6vw;
}
.flow00_area::after {
  content: "";
  width: 100%;
  height: 9.4vw;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #C5A871;
  position: absolute;
  bottom: -9.4vw;
  left: 0;
  z-index: 2;
}
.flow00_area_inner,
.flow01_area_inner,
.flow02_area_inner {
  padding: 0 10vw;
}
.flow01_area{
  background-color: #BA9756;
  position: relative;
  padding-bottom: 6vw;
  padding-top: 8vw;
}
.flow01_area::after {
  content: "";
  width: 100%;
  height: 9.4vw;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #BA9756;
  position: absolute;
  bottom: -9.4vw;
  left: 0;
}
.flow_p{
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 3vw;
}
.flow02_area{
  background-color: #B28B42;
  padding-bottom: 12vw;
  padding-top: 8vw;
}
.flow_p_notes{
  font-size: 2.4vw;
  font-weight: 300;
  margin-top: 2vw;
}

/*============================
#anc04.other_area.section
============================*/
.other_area{
  color: #16363D;
}
.ttl_h2.ttl_h2_other{
}
.ttl_h2.ttl_h2_other span{
  background-color: #000;
}
.other_area_p{
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
  padding: 12vw 0 0;
}
.other_block{
  margin-top: 12vw;
}
.other_h3{
  font-size: 4vw;
  font-weight: 700;
  border: 1px solid #16363D;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.8vw;
}
.other_img{
  margin-top: 4vw;
}
.other_img {
  width: 90%;
}
.other_p{
  font-size: 2.8vw;
  font-weight: 500;
  padding-top: 4vw;
}
.other_p_notes{
  font-size: 2.4vw;
  font-weight: 300;
  padding-top: 2vw;
}
.btn.btn02{
  margin-top: 12vw;
}
.btn.btn02 a{
  border: 1px solid #fff;
  background-color: #16363D;
  color: #fff;
}
.invitation_img_area{
}
.invitation_img_block{
}
.invitation_img_p{
  font-size: 2.4vw;
  font-weight: 300;
  text-align: center;
  padding-top: 3vw;
}

.join_btn {

}

.join_btn a{
  /* display: none; */
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.8vw;
  position: fixed;
  bottom: 14.8vw;
  background-color: #BE9C5E;
  color: #fff;
  z-index: 5;
}

.join_btn a span {
  font-size: 1.4vw;
        padding-left: 1vw;
        vertical-align: 0.4vw;
}

.future_btn a{
  max-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.8vw;
  position: fixed;
  bottom: 0;
  background: transparent linear-gradient(180deg, #E8DCC0 0%, #F2ECDA 100%) 0% 0% no-repeat padding-box;
  color: #B28B42;
  z-index: 5;
  text-align: center;
}

.future_btn a span {
  font-size: 1.4vw;
        padding-left: 1vw;
        vertical-align: 0.4vw;
}

.future_btn .future_btn_img {
  width: 6vw;
  margin: 0 2vw 0 0;
}

.future_btn_txt {
  margin: 0;
}

/* l-right bnr */
.bnr_area {
  margin-top: 10vw;
}

.bnr_join {
  
}

.bnr_join a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54vw;
  height: 14vw;
  background-color: #B28B42;
  color: #fff;
  text-align: center;
  
}

.bnr_join a span {
  font-size: 1.4vw;
  padding-left: 1vw;
  vertical-align: 0.4vw;
}

.bnr_join a:visited {
  color: #fff;
}

.bnr_special {
  margin-top: 4vw;
}
.bnr_flex {
  display: flex;
  padding: 3.6vw 5.4vw;
  background: transparent linear-gradient(180deg, #E8DCC0 0%, #F2ECDA 100%) 0% 0% no-repeat padding-box;
  width: 54vw;
}
.bnr_flex_img {
  width: 12vw;
}
.bnr_flex_txt {
  width: calc(100% + -15vw);
  font-size: 2.8vw;
  font-weight: 500;
  color: #B28B42;
  text-align: center;
}

.gd_card_txt {
  padding-bottom: 2vw;
}

.special_txt {
  border-top: 1px solid #B28B42;
  padding-top: 2vw;
}
.special_txt span {
  font-size: 1.4vw;
  padding-left: 1vw;
  vertical-align: 0.4vw;
}

.ttl_h2[id^="anc"] {
  padding-top: calc(52px + 12vw);
  margin-top: calc(-52px + -12vw);
}

#faq {
  padding-top: 21.2vw;
  margin-top: -10.4vw;
}



@media screen and (min-width: 501px) {

.l-wrapper{
}
.l-left{
}
.l-content p{
  line-height: 1.7;
}

/*============================
.mv_area
============================*/
.center-wrap{
}
.mv_area{
}
.mv_under_area{
  background-color: #B28B42;
  padding: 20px 52px 60px;
}

.mv_under_area p {
  padding-top: 42px;
  text-align: center;
  font-size: 18px;
}
/*============================
section
============================*/
.section {
  padding: 60px 50px;
}
.ttl_h2 h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 5px;
}
.ttl_h2 span {
  width: 100%;
  height: 1px;
  display: block;
  margin: 2px;
}

/*============================
#anc01.service_area.section
============================*/
.service_area{
  background-color: #16363D;
}
.ttl_h2.ttl_h2_service{
  color: #B28B42;
}
.ttl_h2.ttl_h2_service span{
  background-color: #B28B42;
}
.service_block{
  margin-top: 60px;
  color: #fff;
}
.service_h4{
  font-weight: 100;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}
.service_h3{
  text-align: center;
  padding: 10px 10px;
  font-size:22px ;
  font-weight: 700;
}
.border_img.reverse {
  transform: rotate(180deg);
}
.service_block_img{
  margin-top: 20px;
}
.service_block_p{
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
}
.service_block_p_notes{
  font-size: 12px;
  font-weight: 300;
}
.preferential_treatment{
  margin: 46px 0 30px;
  background-color: #B28B42;
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preferential_treatment .first_rate {
  padding-top: 5px;
  padding-right: 10px;
  margin: 0;
}
.preferential_treatment .span_per {
  font-size: 36px;
  margin: 0;
}
.preferential_treatment::after{
  content: "";
  width: 100%;
  height: 20px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%,100% 0,0 0);
  background-color: #B28B42;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.service_block_p.table_top_p{
  text-align: center;
  padding-top:0;
}
.table_preferential_treatment_area{
  margin-top: 20px;
  margin-bottom: 20px;
}
.table_preferential_treatment_area table {
  border: 1px solid #BE9C5E;
  border-collapse: collapse;
  width: 100%;
}
.table_preferential_treatment_area table th{
  background-color: #BE9C5E;
  padding: 12.5px;
  font-size: 16px;
  font-weight: 500;
}
.table_preferential_treatment_area table th:first-child{
  border-right: 1px solid #fff;
}
.table_preferential_treatment_area table td {
  padding: 23px;
  text-align: center;
  color: #000;
}
.table_preferential_treatment_area table td:first-child {
  font-size: 16px;
}
.table_preferential_treatment_area table td:nth-child(2){
  font-size: 23px;
}

.table_preferential_treatment_area table tr:nth-child(2) td {
  background-color: #EFE3C6;
}
.table_preferential_treatment_area table tr:nth-child(3) td {
  background-color: #F5EEDD;
}
.table_preferential_treatment_area table tr:nth-child(4) td {
  background-color: #FCF9F4;
}
.rate{
}

.btn {
  margin-top: 30px;
}


.btn a {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 500;
}

.btn.btn01 a{
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn01 a p{
  position: relative;
  margin-left: 30px;
}
.btn.btn01 a p::before{
  content: "";
  background-image: url(../../assets/img/watch/ico_card.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  position: absolute;
  left: -35px;
  height: 40px;
  top: -8px;
}

/*============================
#anc02.voice_area.section
============================*/
.voice_area{
  background-color: #DCCDBB;
  color: #16363D;
}
.ttl_h2.ttl_h2_voice{
  
}
.ttl_h2.ttl_h2_voice span{
  background-color: #16363D;
}
.voice_area_p{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
}
.voice_block{
  margin-top: 40px;
}
.voice_h4{
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  background-color: #16363D;
  padding: 5px 16px;
}
.voice_h3{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.voice_block .voice_h3 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}
.voice_block01 .voice_h3 {
  background-image: url(../../assets/img/watch/voice01.png);
}
.voice_block02 .voice_h3 {
  background-image: url(../../assets/img/watch/voice02.png);
}
.voice_block03 .voice_h3 {
  background-image: url(../../assets/img/watch/voice03.png);
}
.voice_block_ul{
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 25px;
}

.voice_block_ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.voice_block_ul li:not(:first-child) {
  margin-top: 30px;
}
.voice_block_ul li::before {
  content: "・";
}

/*============================
#anc03.flow_area.section
============================*/
.flow_area.section{
  background-color: #C5A871;
  color: #fff;
  padding: 60px 0 0;
}
.ttl_h2.ttl_h2_flow{
}
.ttl_h2.ttl_h2_flow span{
  background-color: #fff;
}
.flow_h3{
  font-size: 23.5px;
  font-weight: 700;
  margin-top: 35px;
  text-align: center;
}
.flow00{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.flow00_block{
  width: 50%;
}
.flow00_block_img {

}
.flow00_block img{
  /* width: 172px; */
  padding-right: 28px;
}
.flow00_block:nth-child(1){
  /* padding-right: 10px; */
}
.flow00_block:nth-child(2){
  /* padding-left: 10px; */
}
.Annual_fee{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
}
.Annual_fee_ttl{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.Annual_fee_p{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.flow00_circle{
  color: #B28B42;
  font-size: 18px;
  font-weight: 500;
  background: transparent linear-gradient(180deg, #FEFEFE 0%, #F9F6F1 34%, #D8C5A0 100%) 0% 0% no-repeat padding-box;
  border-radius: 100px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  box-shadow: 3px 3px 5px #0000001A;
}
.flow00_p{
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}
.flow00_area {
  position: relative;
  padding-bottom: 30px;
}
.flow00_area::after {
  content: "";
  width: 100%;
  height: 47px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #C5A871;
  position: absolute;
  bottom: -47px;
  left: 0;
  z-index: 2;
}
.flow00_area_inner,
.flow01_area_inner,
.flow02_area_inner {
  padding: 0 50px;
}
.flow01_area{
  background-color: #BA9756;
  position: relative;
  padding-bottom: 30px;
  padding-top: 40px;
}
.flow01_area::after {
  content: "";
  width: 100%;
  height: 47px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #BA9756;
  position: absolute;
  bottom: -47px;
  left: 0;
}
.flow_p{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 15px;
}
.flow02_area{
  background-color: #B28B42;
  padding-bottom: 60px;
  padding-top: 40px;
}
.flow_p_notes{
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

/*============================
#anc04.other_area.section
============================*/
.other_area{
  color: #16363D;
}
.ttl_h2.ttl_h2_other{
}
.ttl_h2.ttl_h2_other span{
  background-color: #000;
}
.other_area_p{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 60px 0 0;
}
.other_block{
  margin-top: 60px;
}
.other_h3{
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #16363D;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.other_img{
  margin-top: 20px;
}
.other_img {
  width: 90%;
}
.other_p{
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
}
.other_p_notes{
  font-size: 12px;
  font-weight: 300;
  padding-top: 10px;
}
.btn.btn02{
  margin-top: 60px;
}
.btn.btn02 a{
  border: 1px solid #fff;
  background-color: #16363D;
  color: #fff;
}
.invitation_img_area{
}
.invitation_img_block{
}
.invitation_img_p{
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding-top: 15px;
}

.sp_btn_area {
  display: none;
}

.join_btn {
}

.join_btn a{
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  position: fixed;
  bottom: 74px;
  background-color: #BE9C5E;
  color: #fff;
  z-index: 5;
}

.join_btn a span {
  font-size: 7px;
        padding-left: 5px;
        vertical-align: 2px;
}

.future_btn a{
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  position: fixed;
  bottom: 0;
  background: transparent linear-gradient(180deg, #E8DCC0 0%, #F2ECDA 100%) 0% 0% no-repeat padding-box;
  color: #B28B42;
  z-index: 5;
  text-align: center;
}

.future_btn a span {
  font-size: 7px;
        padding-left: 5px;
        vertical-align: 2px;
}

.future_btn .future_btn_img {
  width: 30px;
  margin: 0 10px 0 0;
}

.future_btn_txt {
  margin: 0;
}

/* l-right bnr */
.bnr_area {
  margin-top: 50px;
}

.bnr_join {
  
}

.bnr_join a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 70px;
  background-color: #B28B42;
  color: #fff;
  text-align: center;
  
}

.bnr_join a span {
  font-size: 7px;
  padding-left: 5px;
  vertical-align: 2px;
}

.bnr_join a:visited {
  color: #fff;
}

.bnr_special {
  margin-top: 20px;
}
.bnr_flex {
  display: flex;
  padding: 18px 27px;
  background: transparent linear-gradient(180deg, #E8DCC0 0%, #F2ECDA 100%) 0% 0% no-repeat padding-box;
  width: 270px;
}
.bnr_flex_img {
  width: 60px;
}
.bnr_flex_txt {
  width: calc(100% + -75px);
  font-size: 14px;
  font-weight: 500;
  color: #B28B42;
  text-align: center;
}

.gd_card_txt {
  padding-bottom: 10px;
}

.special_txt {
  border-top: 1px solid #B28B42;
  padding-top: 10px;
}
.special_txt span {
  font-size: 7px;
  padding-left: 5px;
  vertical-align: 2px;
}

.ttl_h2[id^="anc"] {
  padding-top: 112px;
  margin-top: -112px;
}

#faq {
  padding-top: 106px;
  margin-top: -52px;
}



}

.sp_btn_area.js-fixed a {
  position: relative;
}

.sp_btn_area.js-fixed .join_btn a {
  bottom: 0;
}

/* モーダル 入会はこちら */
.p-modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.p-modal.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s, visibility 0s 0s;
  transition: opacity 0.3s, visibility 0s 0s;
}
.p-modal__container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-modal__container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.p-modal__inner {
  margin: 8vw auto;
  width: 100%;
}

@media screen and (min-width: 501px) {
  .p-modal__inner {
    margin: 40px auto;
  }
}
.p-modal__content {
  display: none;
}
.is-active .p-modal__content {
  display: block;
}
.p-modal__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.53vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #be9e82;
  background: #a88950;
  position: absolute;
  top: 2.67vw;
  right: 2.67vw;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 501px) {
  .p-modal__close-btn {
    width: 43px;
    top: 14px;
    right: 14px;
  }
}
.p-modal__close-btn:hover {
  opacity: 0.7;
}
.p-modal__close-btn::before, .p-modal__close-btn::after {
  content: "";
  width: 4.8vw;
  height: 0.53vw;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 501px) {
  .p-modal__close-btn::before, .p-modal__close-btn::after {
    width: 24px;
    height: 3px;
  }
}
.p-modal__close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-modal__close-btn--white {
  border: 1px solid #a88950;
  background: #fff;
}
.p-modal__close-btn--white::before, .p-modal__close-btn--white::after {
  background: #a88950;
}

.p-select-box {
  padding: 13.33vw 8vw 8vw;
  border-radius: 10px;
  background: #fff;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 501px) {
  .p-select-box {
    padding: 60px 40px 40px;
    max-width: 500px;
  }
}
.p-select-box__ttl {
  margin-bottom: 5.33vw;
  font-size: 5.33vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 501px) {
  .p-select-box__ttl {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.p-select-box__ttl > span {
  display: block;
  margin-bottom: 5.33vw;
  text-align: left;
  font-size: small;
  font-weight: normal;
}
@media screen and (min-width: 501px) {
  .p-select-box__ttl > span {
    margin-bottom: 32px;
  }
}
.p-select-box__ttl > small {
  display: block;
  margin-top: 2.67vw;
  font-size: small;
  font-weight: normal;
}
@media screen and (min-width: 501px) {
  .p-select-box__ttl > small {
    margin-top: 14px;
  }
}
.p-select-box__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.67vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.67vw;
  width: 100%;
}
@media screen and (min-width: 501px) {
  .p-select-box__form {
    gap: 14px;
  }
}
.p-select-box__sec {
  margin-top: 2.67vw;
  width: 100%;
}
@media screen and (min-width: 501px) {
  .p-select-box__sec {
    margin-top: 14px;
  }
}
.p-select-box__sec-name {
  border-bottom: 2px solid #0d0d0d;
}
.p-select-box__sec--1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.p-select-box__sec--2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.p-select-box__sec--3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.p-select-box__sec--4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.p-select-box__sec--5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.p-select-box__sec--6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.p-select-box__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.67vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.67vw;
  margin-top: 2.67vw;
}
@media screen and (min-width: 501px) {
  .p-select-box__list {
    gap: 14px;
    margin-top: 14px;
  }
}
.p-select-box__item {
  width: 100%;
}
.p-select-box__item > label {
  white-space: nowrap;
}
.p-select-box__submit {
  margin-top: 5.33vw;
}
@media screen and (min-width: 501px) {
  .p-select-box__submit {
    margin-top: 32px;
  }
}
.p-select-box__submit a {
  color: #fff !important;
}
.p-select-box__submit a:hover, .p-select-box__submit a:active {
  color: #fff !important;
}
.p-select-box input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-select-box input[type=radio]:checked::before,
.p-select-box input.active[type=radio]::before{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

.p-selected {
  margin-top: 8vw;
  text-align: center;
}
@media screen and (min-width: 501px) {
  .p-selected {
    margin-top: 40px;
  }
}
.p-selected__ttl {
  display: block;
}
.p-selected__current {
  display: inline-block;
  margin-top: 2.67vw;
  font-size: 5.33vw;
  font-weight: bold;
}
@media screen and (min-width: 501px) {
  .p-selected__current {
    margin-top: 14px;
    font-size: 28px;
  }
}
.p-selected__current.js-error {
  color: #ff0000;
}
.p-selected__current.checked {
  color: #000;
}


.p-select-box__submit {
  margin-top: 5.33vw;
}
@media screen and (min-width: 501px) {
  .p-select-box__submit {
    margin-top: 32px;
  }
}
.p-select-box__submit a {
  color: #fff !important;
}
.p-select-box__submit a:hover, .p-select-box__submit a:active {
  color: #fff !important;
}



.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  font-size: 3.73vw;
  font-weight: bold;
  text-decoration: none !important;
  /* border-bottom: 5px solid #000; */
  border-radius: 5em;
  background: -webkit-gradient(linear, left top, right top, from(#E0AD4F), color-stop(17.5%, #E0AD4F), color-stop(50%, #A88950), color-stop(51%, #A88950), color-stop(87.5%, #E0AD4F), to(#E0AD4F));
  background: linear-gradient(90deg, #E0AD4F 0%, #E0AD4F 17.5%, #A88950 50%, #A88950 51%, #E0AD4F 87.5%, #E0AD4F 100%);
  background-size: 200% auto;
  background-position: 1% 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 501px) {
  .c-btn {
    font-size: 19px;
  }
}
.c-btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}
.c-btn:active {
  border-bottom: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.c-btn__inner,
.c-btn a {
  text-decoration: none !important;
  color: #fff !important;
}
.c-btn--double::before {
  content: "";
  height: 64%;
  border-left: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn--double > a {
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
}
.c-btn--double > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 2.13vw;
  aspect-ratio: 1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translateY(-15%) rotate(45deg);
          transform: translateY(-15%) rotate(45deg);
}
@media screen and (min-width: 501px) {
  .c-btn--double > a::after {
    width: 11px;
  }
}