header {
  position: relative;
  background: url(../img/main_bg_sp.jpg) no-repeat top center;
  background-size: cover;
  min-height: 500px; }
  @media (min-width: 992px) {
    header {
      min-height: 750px; } }
  header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-image: linear-gradient(180deg, transparent 0 60%, #000 100%); }

.main-visual {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 15px;
  padding: 150px 0 0; }
  @media (min-width: 992px) {
    .main-visual {
      margin: 0;
      padding: 220px 0 0; } }

h1 {
  line-height: 1.3;
  margin: 0 auto 1.0em; }
  h1 .lead-title {
    display: block;
    font-size: 1.4rem;
    position: relative; }
    @media (min-width: 992px) {
      h1 .lead-title {
        font-size: 2.0rem; } }
    h1 .lead-title:before {
      content: "";
      position: absolute;
      background: url(../img/txt_exclusive.svg) no-repeat;
      background-size: contain;
      width: 140px;
      height: 40px;
      top: -60px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 992px) {
        h1 .lead-title:before {
          width: 175px;
          height: 50px;
          top: -70px; } }
    h1 .lead-title .deco {
      display: flex;
      align-items: center;
      justify-content: center; }
      h1 .lead-title .deco:before, h1 .lead-title .deco:after {
        content: "";
        width: 15px;
        border-top: 1px solid #fff;
        opacity: .5; }
      h1 .lead-title .deco:before {
        margin: 0 5px 0 0; }
      h1 .lead-title .deco:after {
        margin: 0 0 0 3px; }
  h1 .main-title-wrap {
    display: block;
    margin: 0 auto;
    max-width: 310px; }
    @media (min-width: 992px) {
      h1 .main-title-wrap {
        max-width: 500px; } }
  h1 .main-title {
    margin: 0 0 0 -25px;
    position: relative; }
    @media (min-width: 992px) {
      h1 .main-title {
        margin: 0 0 0 -55px; } }
    h1 .main-title:before {
      content: "";
      position: absolute;
      display: block;
      right: -25px;
      bottom: 3px;
      width: 15px;
      height: 36px;
      background: url(../img/txt_beta.svg) no-repeat;
      background-size: contain; }
      @media (min-width: 992px) {
        h1 .main-title:before {
          bottom: 6px;
          right: -40px;
          width: 22.5px;
          height: 54px; } }

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  max-width: 360px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .btn-wrap {
      max-width: 550px; } }
  .btn-wrap li {
    width: 50%; }

.lead-txt {
  margin: 0 0 50px; }
  @media (min-width: 992px) {
    .lead-txt {
      font-size: 1.6rem; } }

.reg-btn {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  background: #B8A86F;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  font-weight: 900;
  padding: 1.0em .5em;
  border-radius: 4px;
  letter-spacing: .1em; }
  .reg-btn:hover {
    opacity: .7; }
  @media (min-width: 992px) {
    .reg-btn {
      font-size: 1.8rem; } }

.line-btn {
  max-width: 450px;
  margin: 0 auto; }
  .line-btn a {
    display: block; }
    .line-btn a:hover {
      opacity: .7; }

.trouble-box {
  background: url(../img/obj_gentlemen.png) no-repeat;
  background-size: contain;
  max-width: 390px;
  margin: 0 auto 72px;
  min-height: 292px;
  position: relative; }
  @media (min-width: 992px) {
    .trouble-box {
      max-width: 800px;
      min-height: 438px;
      margin: 0 auto 142px; } }
  .trouble-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
    width: 4px;
    height: 32px;
    background: url(../img/deco_dot01.svg) no-repeat;
    background-size: contain;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .trouble-box:before {
        bottom: -82px; } }
  .trouble-box ul {
    position: absolute;
    top: 33%;
    left: 0; }
    @media (min-width: 992px) {
      .trouble-box ul {
        left: auto;
        right: 0;
        font-size: 1.8rem; } }
    .trouble-box ul li {
      margin: 0 0 .5em; }
      .trouble-box ul li:last-child {
        margin: 0; }
  .trouble-box .bg-black {
    background: #333;
    display: inline-block;
    padding: .25em .75em .25em 2.25em;
    position: relative; }
    @media (min-width: 992px) {
      .trouble-box .bg-black {
        padding: .25em .75em .25em 2.0em; } }
    .trouble-box .bg-black:before {
      content: "";
      position: absolute;
      left: .7em;
      top: .85em;
      width: 14px;
      height: 11px;
      background: url(../img/check01.svg) no-repeat; }
      @media (min-width: 992px) {
        .trouble-box .bg-black:before {
          left: .8em;
          top: .95em; } }
    .trouble-box .bg-black .fb {
      color: #BFA978; }

.fukidashi-list {
  max-width: 390px;
  margin: 0 auto 60px; }
  @media (min-width: 992px) {
    .fukidashi-list {
      max-width: 100%;
      margin: 0 auto 120px;
      display: flex;
      gap: 0 20px; } }
  .fukidashi-list li {
    display: flex;
    justify-content: center;
    gap: 0 12px;
    margin: 0 0 15px; }
    @media (min-width: 992px) {
      .fukidashi-list li {
        width: calc(100% / 3);
        margin: 0;
        font-size: 1.6rem; } }
    .fukidashi-list li:last-child {
      margin: 0; }
    .fukidashi-list li .img {
      width: 50px; }
      @media (min-width: 992px) {
        .fukidashi-list li .img {
          margin: 20px 0 0; } }
    .fukidashi-list li .txt {
      width: calc(100% - 50px);
      padding: .6em 1.2em;
      font-weight: bold;
      position: relative;
      letter-spacing: .1em; }
      @media (min-width: 992px) {
        .fukidashi-list li .txt {
          display: flex;
          align-items: center; } }
      .fukidashi-list li .txt:before, .fukidashi-list li .txt:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px; }
      .fukidashi-list li .txt:before {
        border-left: solid 1px #fff;
        border-top: solid 1px #fff;
        top: 0;
        left: 0; }
      .fukidashi-list li .txt:after {
        border-right: solid 1px #fff;
        border-bottom: solid 1px #fff;
        bottom: 0;
        right: 0; }

.eyecatch-box {
  position: relative;
  max-width: 390px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .eyecatch-box {
      max-width: 100%; } }
  .eyecatch-box .img {
    display: block;
    width: 98%;
    margin: 0 0 0 2%; }
    @media (min-width: 992px) {
      .eyecatch-box .img {
        width: 60%;
        margin: 0 0 0 10%; } }
  .eyecatch-box .txt {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 10%;
    color: #000; }
    @media (min-width: 992px) {
      .eyecatch-box .txt {
        font-size: 2.8rem;
        left: auto;
        right: 5%;
        bottom: 30%; } }
    .eyecatch-box .txt .bg-white {
      display: inline-block;
      background: rgba(255, 255, 255, 0.9);
      padding: .25em .3em .25em .5em; }
    .eyecatch-box .txt p {
      margin: 0 0 .5em;
      line-height: 1.0; }
      .eyecatch-box .txt p:last-child {
        margin: 0; }

.eyecatch-lead {
  margin: 25px 0 0 6%;
  padding: 0 6% 0 6%;
  font-size: 1.2rem;
  border-left: 1px solid #999; }
  @media (min-width: 992px) {
    .eyecatch-lead {
      font-size: 1.6rem;
      margin: 25px 0 0 10%;
      padding: 4% 0 4% 4%; } }
  .eyecatch-lead p {
    margin: 0 0 2.0em; }
    @media (min-width: 992px) {
      .eyecatch-lead p {
        margin: 0 0 .5em; } }
    .eyecatch-lead p:last-child {
      margin: 0; }

.reg-title {
  font-size: 4.0rem;
  margin: 0 0 .5em;
  font-family: "EB Garamond", serif;
  color: #BFA978;
  letter-spacing: .1em; }
  @media (min-width: 992px) {
    .reg-title {
      font-size: 6.0rem; } }
  .reg-title .ja-title {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: .2em;
    color: #fff;
    margin: 0 0 0 1.0em;
    padding: 0 0 0 1.25em;
    font-family: "Noto Sans JP", sans-serif;
    position: relative; }
    @media (min-width: 992px) {
      .reg-title .ja-title {
        font-size: 1.8rem; } }
    .reg-title .ja-title:before {
      content: "";
      width: 1px;
      height: 20px;
      background: #fff;
      transform: rotate(30deg);
      position: absolute;
      left: 0;
      bottom: .3em; }

.feature-box {
  margin: 0 15px 60px;
  padding: 30px 0 0; }
  @media (min-width: 992px) {
    .feature-box {
      display: flex;
      gap: 0 30px; } }

.feature-content {
  margin: 0 0 100px;
  counter-increment: mycounter; }
  @media (min-width: 992px) {
    .feature-content {
      width: calc(100% / 3);
      margin: 0; } }
  .feature-content:last-child {
    margin: 0; }
  .feature-content h3 {
    font-size: 2.0rem;
    line-height: 1.8;
    letter-spacing: .3em;
    margin: 0 0 1.2em;
    position: relative; }
    @media (min-width: 992px) {
      .feature-content h3 {
        min-height: 72px; } }
    .feature-content h3:before {
      content: counter(mycounter,decimal-leading-zero);
      position: absolute;
      left: 0;
      top: -2.0em;
      font-size: 1.8rem;
      font-family: "EB Garamond", serif;
      letter-spacing: .1em; }
    .feature-content h3:after {
      content: "";
      position: absolute;
      left: 1.5em;
      top: -1.0em;
      width: 30px;
      height: 1px;
      background: #999; }
  .feature-content .img {
    display: block;
    margin: 0 0 25px; }
  .feature-content .txt {
    font-size: 1.2rem;
    margin: 0 15px; }
    @media (min-width: 992px) {
      .feature-content .txt {
        line-height: 2.2; } }
    .feature-content .txt p {
      margin: 0 0 2.0em; }
      .feature-content .txt p:last-child {
        margin: 0; }

.menu-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .1em;
  gap: 30px 10px; }
  @media (min-width: 992px) {
    .menu-list {
      font-size: 1.6rem;
      gap: 50px 0;
      justify-content: space-between; } }
  .menu-list li {
    width: calc(50% - 5px); }
    @media (min-width: 992px) {
      .menu-list li {
        width: calc(100% / 3.1); } }
    .menu-list li p {
      margin: 0 0 .75em;
      font-weight: 600; }

.schedule-box {
  max-width: 800px;
  margin: 0 auto; }

.schedule-content {
  padding: 0 0 0 60px;
  margin: 0 0 40px;
  display: block;
  position: relative; }
  @media (min-width: 992px) {
    .schedule-content {
      margin: 0 0 60px; } }
  .schedule-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 46px;
    height: 46px;
    background: url(../img/icon_num01.svg) no-repeat;
    background-size: contain; }
  .schedule-content:after {
    content: "";
    position: absolute;
    left: 23px;
    top: 50px;
    width: 1px;
    height: calc(100% - 22px);
    background: #BFA978;
    opacity: .7;
    z-index: 1; }
    @media (min-width: 992px) {
      .schedule-content:after {
        height: calc(100% - 2px); } }
  .schedule-content:nth-child(2):before {
    background: url(../img/icon_num02.svg) no-repeat;
    background-size: contain; }
  .schedule-content:nth-child(3):before {
    background: url(../img/icon_num03.svg) no-repeat;
    background-size: contain; }
  .schedule-content:nth-child(4):before {
    background: url(../img/icon_num04.svg) no-repeat;
    background-size: contain; }
  .schedule-content:nth-child(5):before {
    background: url(../img/icon_num05.svg) no-repeat;
    background-size: contain; }
  .schedule-content:nth-child(6):before {
    background: url(../img/icon_num06.svg) no-repeat;
    background-size: contain; }
  .schedule-content:last-child {
    margin: 0; }
    .schedule-content:last-child:after {
      display: none; }
  .schedule-content h3 {
    font-size: 2.0rem;
    margin: 0 0 .5em; }
    @media (min-width: 992px) {
      .schedule-content h3 {
        font-size: 2.2rem; } }
  .schedule-content .txt p {
    font-size: 1.2rem;
    margin: 0 0 2.0em; }
    @media (min-width: 992px) {
      .schedule-content .txt p {
        font-size: 1.4rem; } }
    .schedule-content .txt p:last-child {
      margin: 0; }
  .schedule-content .txt a {
    color: #fff;
    text-decoration: underline;
    position: relative;
    padding: 0 0 0 1.0em; }
    .schedule-content .txt a:before {
      content: "";
      position: absolute;
      left: 0;
      top: .6em;
      transform: translateY(-50%);
      width: 0px;
      height: 0px;
      border: 0.3em solid transparent;
      border-left: 0.4em solid #fff; }

.bg-price {
  background: url(../img/bg_price.png) no-repeat center center;
  background-size: cover;
  margin: 0 0 30px;
  padding: 20px 0;
  text-align: center; }
  @media (min-width: 992px) {
    .bg-price {
      margin: 0 0 60px;
      padding: 60px 0; } }
  .bg-price h3 {
    font-size: 2.0rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.0em; }
    @media (min-width: 992px) {
      .bg-price h3 {
        font-size: 2.4rem;
        letter-spacing: .225em; } }
    .bg-price h3:before, .bg-price h3:after {
      content: "";
      width: 15px;
      border-top: 1px solid #fff;
      opacity: .5; }
    .bg-price h3:before {
      margin: 0 10px 0 0; }
    .bg-price h3:after {
      margin: 0 0 0 8px; }
  .bg-price .yen-txt {
    max-width: 204px;
    margin: 0 auto 20px; }
    @media (min-width: 992px) {
      .bg-price .yen-txt {
        max-width: 380px;
        margin: 0 auto 30px; } }
  @media (min-width: 992px) {
    .bg-price .at-txt {
      font-size: 1.8rem; } }

.case-box {
  border: 1px solid #999;
  margin: 0 auto 50px;
  padding: 20px 15px;
  position: relative;
  max-width: 600px; }
  @media (min-width: 992px) {
    .case-box {
      padding: 40px 15px; } }
  .case-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 20px;
    height: 12px;
    background: url(../img/arrow01.svg) no-repeat;
    background-size: contain;
    margin: 0 auto; }
  .case-box .lead {
    line-height: 1.8;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 992px) {
      .case-box .lead {
        margin: 0 0 30px;
        padding: 0 0 30px; } }
    .case-box .lead .icon {
      display: inline-block;
      width: 50px;
      min-width: 50px;
      margin: 0 10px 0 0; }
      @media (min-width: 992px) {
        .case-box .lead .icon {
          width: 60px;
          min-width: 60px;
          margin: 0 20px 0 0; } }
    .case-box .lead .txt {
      display: inline-block;
      width: auto; }
      @media (min-width: 992px) {
        .case-box .lead .txt {
          font-size: 1.8rem; } }
    .case-box .lead .mini {
      display: contents;
      font-size: 1.2rem;
      letter-spacing: .1em; }

.case-txt {
  max-width: 350px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .case-txt {
      max-width: 450px; } }

.case-yen {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 1.0em; }
  @media (min-width: 992px) {
    .case-yen {
      font-size: 2.2rem; } }
  .case-yen .mini {
    font-size: 1.2rem; }
    @media (min-width: 992px) {
      .case-yen .mini {
        font-size: 1.4rem; } }

.case-yen-sub {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
  margin: 0 auto 100px; }

.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6; }
  .accordion-area .box {
    display: none;
    margin: 0;
    padding: 1.5em 30px 1.0em 62px;
    line-height: 2.0;
    font-size: 1.2rem; }
    .accordion-area .box p {
      margin: 0 0 1.5em; }
      .accordion-area .box p:first-child {
        position: relative;
        font-size: 1.4rem;
        color: #BFA978;
        font-weight: bold; }
        .accordion-area .box p:first-child:before {
          content: "A";
          position: absolute;
          left: -42px;
          top: -1px;
          text-align: center;
          background: #BFA978;
          color: #fff;
          font-size: 1.8rem;
          width: 30px;
          height: 30px;
          line-height: 28px;
          border-radius: 50%;
          letter-spacing: normal;
          font-weight: normal; }

.accordion-area li {
  margin: 10px 0;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .accordion-area li {
      margin: 15px 0; } }

.title-q {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.25em 50px 1.25em 20px;
  transition: all .5s ease;
  color: #000;
  background: #fff;
  border-radius: 10px;
  font-weight: 600; }
  .title-q span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 42px; }
    .title-q span:before {
      content: "Q";
      position: absolute;
      left: 0;
      top: -2px;
      text-align: center;
      font-size: 1.8rem;
      background: #000;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 28px;
      border-radius: 50%;
      letter-spacing: normal;
      font-weight: normal; }

.title-q::before,
.title-q::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #000;
  top: 48%;
  right: 15px; }
  @media (min-width: 768px) {
    .title-q::before,
    .title-q::after {
      right: 20px; } }

.title-q::before {
  transform: rotate(0deg); }

.title-q::after {
  transform: rotate(90deg); }

.title-q.close::before {
  transform: rotate(45deg); }

.title-q.close::after {
  transform: rotate(-45deg); }

.mcl-ct-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #BFA978;
  margin: 0 0 1.0em;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .3em; }
  @media (min-width: 992px) {
    .mcl-ct-title {
      font-size: 3.4rem; } }
  .mcl-ct-title:before, .mcl-ct-title:after {
    content: "";
    width: 40px;
    border-top: 1px solid #BFA978;
    opacity: .5; }
  .mcl-ct-title:before {
    margin: 0 5px 0 0; }
  .mcl-ct-title:after {
    margin: 0 0 0 3px; }

.ct-center {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .ct-center {
      font-size: 1.6rem;
      margin: 0 0 50px; } }

.recommend-box {
  border: 1px solid #999;
  margin: 40px 0 0;
  padding: 1.5em 2.0em 2.0em;
  border-radius: 2px; }
  @media (min-width: 992px) {
    .recommend-box {
      width: 50%;
      margin: 60px auto 0; } }
  .recommend-box h3 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .3em;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #999; }
    @media (min-width: 992px) {
      .recommend-box h3 {
        font-size: 2.2rem; } }
  .recommend-box ul {
    width: 90%;
    max-width: 300px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .recommend-box ul {
        width: 70%;
        max-width: 450px; } }
    .recommend-box ul li {
      margin: 0 0 .5em;
      padding: 0 0 0 20px;
      position: relative; }
      @media (min-width: 992px) {
        .recommend-box ul li {
          font-size: 1.8rem; } }
      .recommend-box ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: .6em;
        width: 14px;
        height: 11px;
        background: url(../img/check02.svg) no-repeat;
        background-size: contain; }
        @media (min-width: 992px) {
          .recommend-box ul li:before {
            top: .7em; } }
      .recommend-box ul li:last-child {
        margin: 0; }

.mail-btn {
  margin: 20px auto 0; }
  .mail-btn a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 2px;
    max-width: 360px;
    margin: 0 auto;
    padding: 1.5em 0;
    line-height: 1.0; }
    .mail-btn a:hover {
      opacity: .7; }
    @media (min-width: 992px) {
      .mail-btn a {
        max-width: 550px; } }
  .mail-btn .icon {
    display: inline-block;
    position: relative;
    padding: 0 0 0 32px; }
    .mail-btn .icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 18px;
      background: url(../img/icon_mail.svg) no-repeat;
      background-size: contain; }

/*# sourceMappingURL=index.css.map */
