/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html *,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
}

body {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  color: #6c6666;
}

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

.sans {
  font-family: YakuHanMP, "Noto Sans JP", serif;
}

.serif {
  font-family: YakuHanJP, "Noto Serif JP", serif;
}

.wrap {
  width: 90.67%;
  max-width: 1000px;
  margin: 0 auto;
}

.wrap-wide {
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .spv, .u_visible_sp {
    display: none !important;
  }
  .trans, .trans-op {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}

@media screen and (max-width: 767px) {
  .pcv, .u_visible_pc {
    display: none !important;
  }
}

@media (hover: hover) {
  .trans-op:hover {
    opacity: 0.7;
  }
}

#floating {
  display: none;
  background: #f2f0f0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 32px 0;
}

#floating .floating-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

#floating .floating-cta-item {
  text-align: center;
  font-weight: 500;
}

#floating .floating-cta-item a {
  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;
  font-size: 20px;
  width: 240px;
  height: 63px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(220, 213, 210, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(220, 213, 210, 0.3));
  margin-top: 8px;
}

#floating .floating-cta-item a.floating-cta-item-line {
  background: #ffffff;
  color: #2dae36;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  padding: 0 24px;
}

#floating .floating-cta-item a.floating-cta-item-reserve {
  background: #90775f;
  color: #ffffff;
}

#floating .floating-cta-item a.floating-cta-item-order {
  background: #b79f8b;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  #floating .floating-cta {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  #floating {
    padding: 24px 12px 22px;
  }
  #floating .floating-cta {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #floating .floating-cta-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 9px;
    color: #6c6666;
  }
  #floating .floating-cta-item a {
    font-size: 12px;
    lien-height: 1.22;
    width: auto;
    height: 50px;
    margin-top: 5px;
  }
  #floating .floating-cta-item a.floating-cta-item-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    padding: 0 4px;
  }
  #floating .floating-cta-item a.floating-cta-item-line img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 23px;
            flex: 0 1 23px;
  }
}

#pagetop {
  display: none;
}

#pagetop a {
  position: fixed;
  bottom: 170px;
  right: 60px;
  z-index: 100;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #a89645;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

#pagetop a:before {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../img/promotion/arrow.png) no-repeat center/contain;
}

#pagetop a:after {
  content: "TOP";
}

#pagetop.is-absolute a {
  position: absolute;
  bottom: calc(100% + 20px);
}

@media screen and (max-width: 900px) {
  #pagetop a {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #pagetop a {
    bottom: 120px;
    right: 14px;
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  #pagetop a:before {
    width: 9px;
    height: 5px;
  }
  #pagetop.is-absolute a {
    bottom: 100%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.footer {
  margin-bottom: 150px;
  background: #000000;
  color: #ffffff;
  position: relative;
}

.footer a {
  color: #ffffff;
}

.footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.75%;
     -moz-column-gap: 4.75%;
          column-gap: 4.75%;
  padding: 20px 0;
}

.footer .footer-logo {
  margin-left: 3.75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.footer .footer-copyright {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 110px;
  }
  .footer .footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 60px;
    padding: 32px 0 36px;
  }
  .footer .footer-logo {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 72px;
            flex: 0 1 72px;
  }
  .footer .footer-nav {
    display: block;
    font-size: 11px;
  }
  .footer .footer-nav > li + li {
    margin-top: 23px;
  }
  .footer .footer-copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
    margin: 0;
    font-size: 9px;
  }
}

#page.in.index {
  background: #fffcf6;
  color: #6c6666;
}

#page.in.index .bg-cmn {
  background: url(../img/promotion/bg.jpg) repeat-y top center/100%;
}

@media screen and (max-width: 767px) {
  #page.in.index {
    background: #fff;
  }
  #page.in.index .bg-cmn {
    background: none;
  }
}

#page.in.index .mvarea {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px -3px #f6f6f6;
          box-shadow: 0px 0px 15px -3px #f6f6f6;
}

#page.in.index .mvarea-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page.in.index .mvarea-flex-lft {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}

#page.in.index .mvarea-flex-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
}

#page.in.index .mvarea-flex-rig img {
  width: 100%;
}

#page.in.index .mv-txtbox {
  max-width: 425px;
  width: 100%;
  height: 300px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#page.in.index .mv-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

#page.in.index .mv-box-in {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page.in.index .mv-box-ttl {
  text-align: center;
  margin-top: 15px;
  font-size: 19px;
  letter-spacing: 0.2em;
  color: #574f4f;
}

#page.in.index .mv-order {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 190px;
  text-align: center;
  padding: 32px 0 12px;
  color: #ffffff;
  z-index: 2;
  overflow: hidden;
}

#page.in.index .mv-order:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: rgba(166, 146, 54, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1080px) {
  #page.in.index .mv-box {
    padding-top: 1.5%;
  }
  #page.in.index .mv-box-logo img {
    width: 280px;
  }
}

@media (max-width: 767px) {
  #page.in.index .mv-txtbox {
    width: 81px;
    height: 320px;
    top: 7%;
    left: 0;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #page.in.index .mv-box {
    padding-top: 5%;
  }
  #page.in.index .mv-box-logo img {
    width: 173px;
  }
  #page.in.index .mv-box-ttl {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
  }
}

#page.in.index .mv {
  position: relative;
  background-color: #fff;
}

#page.in.index .mv-bg img {
  width: 100%;
}

#page.in.index .mv-txtbox-in {
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page.in.index .mv-logo img {
  margin: 0 auto;
}

#page.in.index .mv-ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #96832f;
  margin-top: 40px;
}

#page.in.index .mv-order-sub {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 10px;
}

#page.in.index .mv-order-sub:before,
#page.in.index .mv-order-sub:after {
  content: "";
  width: 1px;
  height: 10px;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

#page.in.index .mv-order-sub:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#page.in.index .mv-order-main {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  #page.in.index .mv-txtbox-in {
    padding: 0 20px;
  }
  #page.in.index .mv-logo img {
    width: 120px;
  }
  #page.in.index .mv-ttl {
    margin-top: 28px;
  }
  #page.in.index .mv-order {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .mv-txtbox-in {
    padding: 0;
  }
  #page.in.index .mv-ttl {
    font-size: 18px;
    line-height: 1.5945945946;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-align: left;
    margin: 32px auto 0;
  }
  #page.in.index .mv-order {
    right: 48%;
  }
  #page.in.index .mv-order-main {
    font-size: 14px;
  }
}

#page.in.index .sec01 {
  padding: 54px 0 0;
  background: url(../img/promotion/sec01_bg03.png) no-repeat right top/1366px, url(../img/promotion/sec01_bg02.png) no-repeat left top/1366px, url(../img/promotion/sec01_bg01.png) no-repeat top center/100%, #ffffff;
}

#page.in.index .sec01-ttl {
  text-align: center;
  margin-bottom: 75px;
  color: #96832f;
}

#page.in.index .sec01-ttl-sub {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 28px;
}

#page.in.index .sec01-ttl-main img {
  margin: 0 auto;
}

#page.in.index .sec01-media {
  border: 1px solid #96832f;
  background: #ffffff;
  position: relative;
  padding: 32px 20px 28px;
  margin-bottom: 20px;
}

#page.in.index .sec01-media-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #96832f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 28px;
  text-align: center;
  width: 310px;
}

#page.in.index .sec01-media-ttl:before,
#page.in.index .sec01-media-ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 14px 0;
  border-color: transparent #96832f transparent transparent;
  position: absolute;
  top: 0;
}

#page.in.index .sec01-media-ttl:before {
  right: 100%;
}

#page.in.index .sec01-media-ttl:after {
  left: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#page.in.index .sec01-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8.75%;
     -moz-column-gap: 8.75%;
          column-gap: 8.75%;
}

#page.in.index .sec01-store {
  border: 1px solid #96832f;
  background: #ffffff;
  padding: 24px 5% 32px;
  text-align: center;
}

#page.in.index .sec01-store-ttl {
  color: #96832f;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

#page.in.index .sec01-store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 28px;
  font-size: 13px;
  font-weight: 500;
}

#page.in.index .sec01-store-note {
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

#page.in.index .sec01-img {
  margin-top: 72px;
}

#page.in.index .sec01-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec01 {
    padding: 20px 0 0;
    background: none;
  }
  #page.in.index .sec01-ttl {
    margin-bottom: 30px;
  }
  #page.in.index .sec01-ttl-sub {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #page.in.index .sec01-ttl-wrap {
    width: 100%;
  }
  #page.in.index .sec01-ttl-main img {
    width: 100%;
  }
  #page.in.index .sec01-media {
    padding: 28px 17px 14px;
    margin-top: -10px;
    margin-bottom: 16px;
  }
  #page.in.index .sec01-media-ttl {
    font-size: 14px;
    width: 290px;
  }
  #page.in.index .sec01-media-ttl:before {
    right: calc(100% - 0.5px);
  }
  #page.in.index .sec01-media-ttl:after {
    left: calc(100% - 0.5px);
  }
  #page.in.index .sec01-store {
    padding: 18px 14px;
  }
  #page.in.index .sec01-store-ttl {
    line-height: 1.125;
    margin-bottom: 20px;
  }
  #page.in.index .sec01-store-list {
    gap: 12px 20px;
    line-height: 1.26;
  }
  #page.in.index .sec01-store-note {
    margin-top: 6px;
  }
  #page.in.index .sec01-img {
    margin-top: 36px;
  }
}

#page.in.index .sec02 {
  padding: 112px 0;
  position: relative;
  z-index: 1;
  background: url(../img/promotion/bg.jpg) repeat-y top center/100%, #fffcf6;
}

#page.in.index .sec02-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#page.in.index .sec02-bg01 {
  width: 100%;
  max-width: 1366px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#page.in.index .sec02-bg02 {
  width: 100%;
  height: 100%;
  background: url(../img/promotion/sec02_bg01.png) no-repeat top left/1366px, url(../img/promotion/sec02_bg02.png) no-repeat top right/1366px, url(../img/promotion/sec02_bg03.png) no-repeat top left/1366px;
}

#page.in.index .sec02-ttl {
  text-align: center;
  color: #96832f;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

#page.in.index .sec02-lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 60px;
}

#page.in.index .sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

#page.in.index .sec02-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 320px;
          flex: 0 1 320px;
  background: #ffffff;
  border: 1px solid #96832f;
  padding: 32px 20px 28px;
  color: #96832f;
}

#page.in.index .sec02-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

#page.in.index .sec02-list-item-ttl:before, #page.in.index .sec02-list-item-ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #c1b16b;
}

#page.in.index .sec02-list-item-ttl > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 12px;
  position: relative;
}

#page.in.index .sec02-list-item-ttl > span:before,
#page.in.index .sec02-list-item-ttl > span:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #c1b16b;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#page.in.index .sec02-list-item-ttl > span:before {
  left: -2px;
}

#page.in.index .sec02-list-item-ttl > span:after {
  right: -2px;
}

#page.in.index .sec02-list-item-img img {
  width: 100%;
}

#page.in.index .sec02-list-item-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.025em;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec02-list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  #page.in.index .sec02-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 12px 20px;
  }
  #page.in.index .sec02-list-item-ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec02 {
    padding: 58px 0 0;
    background: none;
  }
  #page.in.index .sec02-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #page.in.index .sec02-lead {
    font-size: 13px;
    line-height: 1.6538461538;
    margin-bottom: 35px;
  }
  #page.in.index .sec02-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  #page.in.index .sec02-list-item {
    padding: 20px 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 140px 15px 1fr;
    grid-template-columns: 140px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
  #page.in.index .sec02-list-item-ttl {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 16px;
    margin-bottom: 12px;
  }
  #page.in.index .sec02-list-item-ttl > span {
    padding: 0 10px;
  }
  #page.in.index .sec02-list-item-txt {
    margin-top: 0;
  }
}

#page.in.index .sec03 {
  padding: 75px 0 0;
  position: relative;
  z-index: 2;
}

#page.in.index .sec03-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #96832f;
  margin-bottom: 22px;
}

#page.in.index .sec03-lead {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 56px;
}

#page.in.index .sec03-slider {
  background: #ffffff;
  padding: 22px 0;
}

#page.in.index .sec03-slider .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page.in.index .sec03-slider-item {
  width: 165px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

#page.in.index .sec03-slider-item-img {
  width: 100%;
  padding-top: 145.45%;
  position: relative;
  margin-bottom: 14px;
}

#page.in.index .sec03-slider-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#page.in.index .sec03-slider-item-name {
  margin-bottom: 12px;
}

#page.in.index .sec03-slider-item-name:last-child {
  margin-bottom: 0;
}

#page.in.index .sec03-slider-item-price {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec03 {
    padding: 48px 0 0;
  }
  #page.in.index .sec03-ttl {
    font-size: 19px;
    margin-bottom: 15px;
  }
  #page.in.index .sec03-lead {
    font-size: 13px;
    margin-bottom: 23px;
  }
  #page.in.index .sec03-slider {
    padding: 8px 0;
  }
  #page.in.index .sec03-slider .swiper-wrapper {
    width: 100%;
  }
  #page.in.index .sec03-slider-item {
    padding: 0;
    font-size: 13px;
    line-height: 1.25;
    height: 100%;
    width: 206px !important;
  }
  #page.in.index .sec03-slider-item-img {
    width: 206px;
    padding-top: 300px;
    margin: 0 auto 18px;
  }
  #page.in.index .sec03-slider-item-name {
    margin-bottom: 12px;
  }
  #page.in.index .sec03-slider-pagination {
    position: relative;
    bottom: auto;
    margin-top: 12px;
  }
  #page.in.index .sec03-slider-pagination .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #d0cec6;
    opacity: 1.0;
  }
  #page.in.index .sec03-slider-pagination .swiper-pagination-bullet-active {
    background: #d0cec6;
  }
}

#page.in.index .sec04 {
  padding: 138px 0 132px;
  background: url(../img/promotion/sec04_bg01.png) no-repeat top left/1366px;
  position: relative;
  z-index: 1;
}

#page.in.index .sec04-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 1366px;
}

#page.in.index .sec04-ttl {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #96832f;
  margin-bottom: 72px;
}

#page.in.index .sec04-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

#page.in.index .sec04-gallery-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page.in.index .sec04-gallery-row3 {
  row-gap: 3px;
}

#page.in.index .sec04-gallery-row4 {
  row-gap: 2px;
}

#page.in.index .sec04-gallery-item {
  position: relative;
}

#page.in.index .sec04-gallery-item img {
  width: 100%;
}

#page.in.index .sec04-gallery-item figcaption {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #643e2b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: rgba(253, 247, 239, 0.9);
  padding: 8px 12px;
}

#page.in.index .sec04-gallery-txtbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #bf9d5b;
  color: #ffffff;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec04 {
    padding: 54px 0 30px;
    background: none;
  }
  #page.in.index .sec04-ttl {
    font-size: 19px;
    margin-bottom: 30px;
  }
  #page.in.index .sec04-gallery {
    padding: 2px;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  #page.in.index .sec04-gallery-column {
    row-gap: 2px;
  }
  #page.in.index .sec04-gallery-item figcaption {
    font-size: 12px;
    padding: 6px;
  }
  #page.in.index .sec04-gallery-txtbox {
    font-size: 11px;
    line-height: 1.3;
    padding: 6px 5px;
  }
}

#page.in.index .bg-sec05 {
  background: url(../img/promotion/sec05_bg01.png) no-repeat center/cover;
}

#page.in.index .sec05 {
  padding: 95px 0 45px;
}

#page.in.index .sec05-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  color: #96832f;
  margin-bottom: 110px;
}

#page.in.index .sec05-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (32%)[3];
  grid-template-columns: repeat(3, 32%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page.in.index .sec05-list-item {
  background: #ffffff;
  position: relative;
  padding: 44px 20px 28px;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  gap: 0;
}

#page.in.index .sec05-list-item-point {
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #96832f;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.1em;
}

#page.in.index .sec05-list-item-point .s {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0.075em;
}

#page.in.index .sec05-list-item-ttl {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3529411765;
  letter-spacing: 0.1em;
  color: #96832f;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page.in.index .sec05-list-item-term {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: auto 0;
}

#page.in.index .sec05-list-item-term small {
  font-size: 11px;
  letter-spacing: 0.075em;
}

#page.in.index .sec05-list-item-img {
  margin: 12px 0 24px;
}

#page.in.index .sec05-list-item-txt {
  padding: 0 12px;
  line-height: 1.7142857143;
  letter-spacing: 0.075em;
}

#page.in.index .sec05-note {
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-right: 12px;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec05-list-item {
    padding: 44px 12px 28px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .bg-sec05 {
    background: url(../img/promotion/sec05_bg01_sp.png) repeat-y bottom center/100%;
    position: relative;
  }
  #page.in.index .bg-sec05:before {
    content: "";
    width: 100%;
    height: 230px;
    background: url(../img/promotion/sec05_bg01_sp.png) repeat-y bottom center/100%;
    position: absolute;
    bottom: 100%;
    left: 0;
  }
  #page.in.index .sec05 {
    padding: 30px 0;
  }
  #page.in.index .sec05-ttl {
    font-size: 19px;
    line-height: 1.45;
    margin-bottom: 45px;
  }
  #page.in.index .sec05-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 35px 0;
  }
  #page.in.index .sec05-list-item {
    padding: 24px 25px;
    display: block;
  }
  #page.in.index .sec05-list-item-point {
    top: -22px;
    left: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 62px;
    height: 62px;
    font-size: 11px;
    line-height: 1.18;
  }
  #page.in.index .sec05-list-item-point .s {
    font-size: 10px;
  }
  #page.in.index .sec05-list-item-ttl {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #page.in.index .sec05-list-item-term {
    font-size: 11px;
  }
  #page.in.index .sec05-list-item-term small {
    font-size: 9px;
  }
  #page.in.index .sec05-list-item-img {
    margin: 14px 0 20px;
  }
  #page.in.index .sec05-list-item-txt {
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
  #page.in.index .sec05-note {
    font-size: 11px;
    padding-right: 6px;
  }
}

#page.in.index .sec06 {
  padding: 45px 0 100px;
}

#page.in.index .sec06-ttl {
  text-align: center;
  color: #96832f;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 77px;
}

#page.in.index .sec06-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 0 49%;
  grid-template-columns: repeat(2, 49%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}

#page.in.index .sec06-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  gap: 0;
  margin-top: 20px;
}

#page.in.index .sec06-list-item:nth-child(-n+2) {
  margin-top: 0;
}

#page.in.index .sec06-list-item-in {
  background: #ffffff;
  padding: 28px 7.14%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  -ms-grid-columns: 37% 57%;
  grid-template-columns: 37% 57%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page.in.index .sec06-list-item-in > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#page.in.index .sec06-list-item-in > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#page.in.index .sec06-list-item-ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #96832e;
  margin-bottom: 12px;
}

#page.in.index .sec06-list-item-ttl span {
  font-size: 12px;
}

#page.in.index .sec06-list-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

#page.in.index .sec06-list-item-txtbox {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page.in.index .sec06-list-item-txt {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
}

#page.in.index .sec06-list-item-txt span {
  font-size: 10px;
  line-height: 1.2727272727;
  letter-spacing: 0.025em;
  display: inline-block;
  margin-top: 5px;
}

#page.in.index .sec06-list-item-txt.ls-narrow {
  letter-spacing: 0.05em;
  margin-right: -10px;
}

#page.in.index .sec06-list-item-target {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

#page.in.index .sec06-list-item-target dt {
  margin-bottom: 5px;
}

#page.in.index .sec06-list-item-target dd {
  margin-top: 4px;
  padding: 4px 12px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page.in.index .sec06-list-item-target dd.order {
  background: #96832f;
  color: #ffffff;
}

#page.in.index .sec06-list-item-target dd.original {
  background: #b5a470;
  color: #ffffff;
}

#page.in.index .sec06-list-item-note {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2727272727;
  letter-spacing: 0.025em;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec06-list {
    -ms-grid-columns: 490px;
    grid-template-columns: 490px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.in.index .sec06-list-item:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec06 {
    padding: 30px 0 22px;
  }
  #page.in.index .sec06-ttl {
    font-size: 19px;
    margin-bottom: 34px;
  }
  #page.in.index .sec06-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 25px 0;
  }
  #page.in.index .sec06-list-item {
    display: block;
    margin-top: 0;
  }
  #page.in.index .sec06-list-item:nth-child(2) {
    margin-top: 0;
  }
  #page.in.index .sec06-list-item-in {
    padding: 18px 10px;
    -ms-grid-rows: minmax(0, auto);
    grid-template-rows: minmax(0, auto);
    -ms-grid-columns: 37% 57%;
    grid-template-columns: 37% 57%;
  }
  #page.in.index .sec06-list-item-in > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #page.in.index .sec06-list-item-in > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #page.in.index .sec06-list-item-ttl {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #page.in.index .sec06-list-item-ttl span {
    font-size: 11px;
  }
  #page.in.index .sec06-list-item-img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-row: auto;
  }
  #page.in.index .sec06-list-item-txt {
    padding: 0 4px 0 0;
  }
  #page.in.index .sec06-list-item-txt span {
    font-size: 11px;
  }
  #page.in.index .sec06-list-item-txt span.u_visible_pc {
    display: none;
  }
  #page.in.index .sec06-list-item-txt.u_visible_sp {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-top: 8px;
  }
  #page.in.index .sec06-list-item-target {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 12px;
  }
  #page.in.index .sec06-list-item-target dt {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #page.in.index .sec06-list-item-target dd {
    margin-top: 0;
  }
}

#page.in.index .sec07 {
  padding: 88px 0;
  background: #fffcf6;
}

#page.in.index .sec07-ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3928571429;
  letter-spacing: 0.1em;
  color: #96832f;
  text-align: center;
  margin-bottom: 67px;
}

#page.in.index .sec07-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-bottom: 78px;
}

#page.in.index .sec07-flow-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 170px;
          flex: 0 1 170px;
  background: #ffffff;
  border: 1px solid #c1b16b;
  border-radius: 10px;
  text-align: center;
  padding: 16px 0;
  color: #96832f;
  position: relative;
}

#page.in.index .sec07-flow-item:after {
  content: "";
  width: 14px;
  height: 25px;
  background: url(../img/promotion/sec07_arrow.png) no-repeat center/contain;
  position: absolute;
  right: -34px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#page.in.index .sec07-flow-item:last-child:after {
  display: none;
}

#page.in.index .sec07-flow-item-num {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-bottom: 8px;
}

#page.in.index .sec07-flow-item-txt {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
}

#page.in.index .sec07-detail {
  margin-bottom: 84px;
}

#page.in.index .sec07-detail-item {
  margin-bottom: 50px;
  background: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45.5% 5.5% 1fr;
  grid-template-columns: 45.5% 1fr;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
      grid-template-areas: "img num" "img ttl" "img txt";
  -webkit-column-gap: 5.5%;
     -moz-column-gap: 5.5%;
          column-gap: 5.5%;
  min-height: 390px;
}

#page.in.index .sec07-detail-item:last-child {
  margin-bottom: 0;
}

#page.in.index .sec07-detail-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
  position: relative;
}

#page.in.index .sec07-detail-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#page.in.index .sec07-detail-item-num {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: num;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.0;
  color: #96832f;
  padding: 8% 0 20px;
}

#page.in.index .sec07-detail-item-ttl {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  padding-top: 8%;
  grid-area: ttl;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #96832e;
  margin-bottom: 28px;
}

#page.in.index .sec07-detail-item-txt {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: txt;
  font-size: 15px;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
}

#page.in.index .sec07-detail-item-txt p + p {
  margin-top: 20px;
}

#page.in.index .sec07-detail-item-txt a {
  color: #96832e;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

#page.in.index .sec07-detail-item-txt a:after {
  content: " >";
}

#page.in.index .sec07-cta {
  background: url(../img/promotion/sec07_cta_bg.png) no-repeat center/cover;
  padding: 45px 6.5%;
}

#page.in.index .sec07-cta-box01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 45%;
  grid-template-columns: 1fr 45%;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
      grid-template-areas: "ttl img" "txt img";
  margin-bottom: 30px;
}

#page.in.index .sec07-cta-box01-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ttl;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
      align-self: center;
}

#page.in.index .sec07-cta-box01-txt {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: txt;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}

#page.in.index .sec07-cta-box01-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: img;
}

#page.in.index .sec07-cta-box02 {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
}

#page.in.index .sec07-cta-box02-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#page.in.index .sec07-cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

#page.in.index .sec07-cta-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 250px;
          flex: 0 1 250px;
}

#page.in.index .sec07-cta-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 100%;
  height: 63px;
  border: 2px solid;
  border-radius: 5px;
}

#page.in.index .sec07-cta-list-item a.sec07-cta-list-item-line {
  color: #2dae36;
  background: #ffffff;
  border-color: #2dae36;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-left: 25px;
}

#page.in.index .sec07-cta-list-item a.sec07-cta-list-item-counseling {
  color: #2d94ae;
  background: #ffffff;
  border-color: #2d94ae;
}

#page.in.index .sec07-cta-list-item a.sec07-cta-list-item-contact {
  color: #ffffff;
  background: #90775f;
  border-color: #90775f;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec07-detail-item {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    padding-right: 2%;
  }
  #page.in.index .sec07-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  #page.in.index .sec07-cta-box01 {
    row-gap: 8px;
  }
  #page.in.index .sec07-cta-list-item a {
    font-size: 16px;
  }
  #page.in.index .sec07-cta-list-item a.sec07-cta-list-item-line {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec07 {
    padding: 55px 0 0;
    background: url(../img/promotion/sec07_bg01_sp.png) repeat-y top center/100%;
    overflow: hidden;
  }
  #page.in.index .sec07-ttl {
    font-size: 19px;
    margin-bottom: 30px;
  }
  #page.in.index .sec07-flow {
    display: block;
    margin-bottom: 58px;
  }
  #page.in.index .sec07-flow-item {
    padding: 12px 18px;
    position: relative;
    margin-bottom: 40px;
  }
  #page.in.index .sec07-flow-item:after {
    width: 11px;
    height: 19px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
  }
  #page.in.index .sec07-flow-item:last-child {
    margin-bottom: 0;
  }
  #page.in.index .sec07-flow-item-num {
    font-size: 27px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.in.index .sec07-flow-item-txt {
    font-size: 16px;
    text-align: center;
  }
  #page.in.index .sec07-detail {
    margin-bottom: 14px;
  }
  #page.in.index .sec07-detail-item {
    margin-bottom: 40px;
    min-height: auto;
    display: block;
    padding: 0 20px 35px;
  }
  #page.in.index .sec07-detail-item-img {
    margin: 0 -20px;
    padding-top: 83.3%;
  }
  #page.in.index .sec07-detail-item-num {
    font-size: 27px;
    padding: 30px 0 8px;
  }
  #page.in.index .sec07-detail-item-ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #page.in.index .sec07-detail-item-txt {
    font-size: 13px;
    line-height: 1.5769230769;
    letter-spacing: 0.025em;
  }
  #page.in.index .sec07-detail-item-txt p + p {
    margin-top: 20px;
  }
  #page.in.index .sec07-cta {
    padding: 14px 0;
    position: relative;
    z-index: 2;
    background: none;
  }
  #page.in.index .sec07-cta:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: url(../img/promotion/sec07_cta_bg_sp.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  #page.in.index .sec07-cta-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  #page.in.index .sec07-cta-box01-ttl {
    font-size: 15px;
    padding: 0 10px;
    margin: 25px 0 12px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #page.in.index .sec07-cta-box01-txt {
    font-size: 13px;
    line-height: 1.5769230769;
    letter-spacing: 0.025em;
    padding: 0 10px;
  }
  #page.in.index .sec07-cta-box01-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #page.in.index .sec07-cta-box02 {
    padding: 20px;
  }
  #page.in.index .sec07-cta-box02-ttl {
    font-size: 11px;
    margin-bottom: 20px;
  }
  #page.in.index .sec07-cta-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 16px;
  }
  #page.in.index .sec07-cta-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 16px) / 2);
            flex: 0 1 calc((100% - 16px) / 2);
  }
  #page.in.index .sec07-cta-list-item a {
    font-size: 12px;
    line-height: 1.1666666667;
    text-align: center;
    height: 50px;
    border-width: 1px;
  }
  #page.in.index .sec07-cta-list-item a.sec07-cta-list-item-line {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.in.index .sec07-cta-list-item a.sec07-cta-list-item-line img {
    width: 26px;
  }
}

#page.in.index .sec08 {
  padding: 114px 0 80px;
  background: url(../img/promotion/sec08_bg01.png) no-repeat top center/cover;
}

#page.in.index .sec08-ttl {
  text-align: center;
  color: #96832f;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 72px;
}

#page.in.index .sec08-dl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #96832f;
}

#page.in.index .sec08-dl dt {
  position: relative;
  border-bottom: 1px solid #c1b16b;
  padding: 16px 40px 16px 20px;
  cursor: pointer;
}

#page.in.index .sec08-dl dt:before,
#page.in.index .sec08-dl dt:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #c1b16b;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#page.in.index .sec08-dl dt:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#page.in.index .sec08-dl dt.is-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#page.in.index .sec08-dl dd {
  padding: 16px 40px 36px 20px;
  border-bottom: 1px solid #c1b16b;
  display: none;
}

#page.in.index .sec08-dl dd:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec08 {
    padding: 60px 0 30px;
  }
  #page.in.index .sec08-ttl {
    font-size: 19px;
    margin-bottom: 40px;
  }
  #page.in.index .sec08-dl {
    font-size: 13px;
    line-height: 1.5;
  }
  #page.in.index .sec08-dl dt {
    padding: 12px 30px 12px 0;
  }
  #page.in.index .sec08-dl dt:before,
  #page.in.index .sec08-dl dt:after {
    width: 13px;
    height: 1px;
    right: 6px;
  }
  #page.in.index .sec08-dl dd {
    padding: 11px 30px 19px 0;
  }
  #page.in.index .sec08-dl dd:last-child {
    padding-bottom: 0;
  }
}

#page.in.index .sec09 {
  background: #ffffff;
  padding: 100px 0;
}

#page.in.index .sec09-ttl {
  margin-bottom: 52px;
  text-align: center;
  color: #96832f;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
}

#page.in.index .sec09-ttl-sns {
  font-size: 26px;
  padding: 5px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: #f5ecc3;
  position: relative;
}

#page.in.index .sec09-ttl-sns:before {
  content: "";
  width: 19px;
  height: 18px;
  background: url(../img/promotion/sec09_img01.png) no-repeat center/contain;
  margin-right: 6px;
}

#page.in.index .sec09-ttl-sns:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 4px 0 4px;
  border-color: #f5ecc3 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

#page.in.index .sec09-ttl-sns span {
  font-size: 80%;
}

#page.in.index .sec09-ttl-main {
  font-size: 28px;
}

#page.in.index .sec09-ttl-sub {
  font-size: 20px;
}

#page.in.index .sec09-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 2.4%;
}

#page.in.index .sec09-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 240px;
          flex: 0 1 240px;
  padding: 2.4% 3px 0;
  position: relative;
  border: 1px solid #ecdddd;
  background: #ffffff;
}

#page.in.index .sec09-list-item:after {
  content: "";
  width: 100%;
  padding-top: 20.43478%;
  background: url(../img/promotion/sec09_frame.png) no-repeat center/cover;
  display: block;
}

#page.in.index .sec09-list-item > div {
  width: 100%;
  padding-top: 106.38%;
  position: relative;
  margin: 0 auto;
}

#page.in.index .sec09-list-item > div img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec09-list {
    gap: 20px 2%;
  }
  #page.in.index .sec09-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec09 {
    padding: 50px 0 45px;
  }
  #page.in.index .sec09-ttl {
    margin-bottom: 30px;
    row-gap: 10px;
  }
  #page.in.index .sec09-ttl-sns {
    font-size: 18px;
    padding: 2px 6px;
  }
  #page.in.index .sec09-ttl-sns:before {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
  #page.in.index .sec09-ttl-sns:after {
    border-width: 7px 2px 0 2px;
  }
  #page.in.index .sec09-ttl-main {
    font-size: 19px;
  }
  #page.in.index .sec09-ttl-sub {
    font-size: 14px;
  }
  #page.in.index .sec09-list-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #page.in.index .sec09-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 20px;
  }
  #page.in.index .sec09-list:after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1px;
            flex: 0 0 1px;
  }
  #page.in.index .sec09-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 188px;
            flex: 0 0 188px;
    padding-top: 20px;
  }
  #page.in.index .sec09-list-item:after {
    padding-top: 39px;
  }
  #page.in.index .sec09-list-item > div {
    padding-top: 195px;
  }
}

#page.in.index .sec10 {
  padding: 100px 0;
}

#page.in.index .sec10-ttl {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #96832f;
  margin-bottom: 90px;
}

#page.in.index .sec10-list-item {
  margin-top: 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 5.8% 44.5%;
  grid-template-columns: 45% 44.5%;
  -ms-grid-rows: auto 25px 1fr;
  grid-template-rows: auto 1fr;
  gap: 25px 5.8%;
      grid-template-areas: "img ttl" "img txt";
}

#page.in.index .sec10-list-item:first-child {
  margin-top: 0;
}

#page.in.index .sec10-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
}

#page.in.index .sec10-list-item-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: ttl;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #96832f;
  padding: 32px 12px 10px 12px;
  border-bottom: 1px solid currentColor;
}

#page.in.index .sec10-list-item-txtbox {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: txt;
  padding: 0 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: #96832f;
}

#page.in.index .sec10-list-item-subttl {
  font-size: 18px;
  line-height: 1.1;
  margin: 30px 0 16px;
  position: relative;
}

#page.in.index .sec10-list-item-subttl:first-child {
  margin-top: 0;
}

#page.in.index .sec10-list-item-subttl .yes,
#page.in.index .sec10-list-item-subttl .no {
  position: relative;
}

#page.in.index .sec10-list-item-subttl .yes:before,
#page.in.index .sec10-list-item-subttl .no:before {
  content: "";
  width: 27px;
  height: 27px;
  border: 2px solid #c1b16b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

#page.in.index .sec10-list-item-subttl--yes .yes:before {
  display: block;
}

#page.in.index .sec10-list-item-subttl--no .no:before {
  display: block;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec10-list-item {
    -ms-grid-columns: 45% 2.5% 1fr;
    grid-template-columns: 45% 1fr;
    -webkit-column-gap: 2.5%;
       -moz-column-gap: 2.5%;
            column-gap: 2.5%;
  }
  #page.in.index .sec10-list-item-ttl {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec10 {
    padding: 60px 0;
    background: url(../img/promotion/sec10_bg01_sp.png) repeat-y bottom/100%;
  }
  #page.in.index .sec10-ttl {
    font-size: 19px;
    margin-bottom: 40px;
  }
  #page.in.index .sec10-list-item {
    margin-top: 55px;
    display: block;
  }
  #page.in.index .sec10-list-item-ttl {
    font-size: 15px;
    padding: 16px 0 12px;
    margin-bottom: 20px;
  }
  #page.in.index .sec10-list-item-txtbox {
    padding: 0;
  }
  #page.in.index .sec10-list-item-subttl {
    font-size: 15px;
    margin: 20px 0 12px;
  }
  #page.in.index .sec10-list-item-subttl .yes:before,
  #page.in.index .sec10-list-item-subttl .no:before {
    width: 23px;
    height: 23px;
    border-width: 1px;
  }
  #page.in.index .sec10-list-item-txt {
    font-size: 12px;
    line-height: 1.5833333333;
    letter-spacing: 0.075em;
  }
}

#page.in.index .sec11 {
  padding: 100px 0 60px;
  position: relative;
  z-index: 1;
}

#page.in.index .sec11-bg {
  position: absolute;
  top: -74px;
  left: 0;
  width: 100%;
  max-width: 1366px;
  z-index: -1;
}

#page.in.index .sec11-ttl {
  margin-bottom: 77px;
  color: #96832f;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#page.in.index .sec11-box {
  background: #ffffff;
  padding: 60px 8.5%;
}

#page.in.index .sec11-box-ttl {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  color: #96832f;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#page.in.index .sec11-box-ttl:before,
#page.in.index .sec11-box-ttl:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: currentColor;
}

#page.in.index .sec11-box-ttl > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec11 {
    padding: 50px 0 30px;
    background: url(../img/promotion/sec11_bg01_sp.png) repeat-y top/100%;
  }
  #page.in.index .sec11-ttl {
    margin-bottom: 25px;
    font-size: 19px;
  }
  #page.in.index .sec11-box {
    padding: 26px 18px;
  }
  #page.in.index .sec11-box-ttl {
    margin-bottom: 28px;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
    font-size: 16px;
    line-height: 1.21875;
    text-align: center;
  }
}

#page.in.index .sec12 {
  padding: 60px 0 95px;
  position: relative;
  z-index: 1;
}

#page.in.index .sec12-bg {
  position: absolute;
  bottom: -58px;
  right: 0;
  width: 100%;
  max-width: 1366px;
  z-index: -1;
}

#page.in.index .sec12-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #96832f;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}

#page.in.index .sec12-ttl:before {
  content: "";
  width: 437px;
  height: 167px;
  background: url(../img/promotion/sec12_ttl_bg.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

#page.in.index .sec12-ttl > span {
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: block;
}

#page.in.index .sec12-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px 5%;
}

#page.in.index .sec12-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  background: #c1b16b;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(211, 211, 211, 0.3);
}

#page.in.index .sec12-list-item-txtbox {
  padding: 25px 8% 30px;
  min-height: 230px;
}

#page.in.index .sec12-list-item-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}

#page.in.index .sec12-list-item-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.73;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec12-list {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
  #page.in.index .sec12-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec12 {
    padding: 30px 0 70px;
    background: url(../img/promotion/sec11_bg01_sp.png) repeat-y top/100%;
  }
  #page.in.index .sec12-ttl {
    font-size: 19px;
    margin-bottom: 48px;
  }
  #page.in.index .sec12-ttl:before {
    width: 256px;
    height: 93px;
    background: url(../img/promotion/sec12_ttl_bg_sp.png) no-repeat center/contain;
  }
  #page.in.index .sec12-ttl > span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #page.in.index .sec12-list {
    gap: 40px;
  }
  #page.in.index .sec12-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
  #page.in.index .sec12-list-item-txtbox {
    padding: 25px;
    min-height: 165px;
  }
  #page.in.index .sec12-list-item-ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #page.in.index .sec12-list-item-txt {
    font-size: 12px;
  }
}

#page.in.index .sec13 {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}

#page.in.index .sec13-ttl {
  text-align: center;
  margin-bottom: 68px;
  color: #96832f;
}

#page.in.index .sec13-ttl-jp {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#page.in.index .sec13-ttl-eng {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 24px;
}

#page.in.index .sec13-box {
  position: relative;
  z-index: 2;
  padding: 80px 0 60px;
}

#page.in.index .sec13-box:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fcfbec;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: -1;
}

#page.in.index .sec13-box:after {
  content: "";
  width: 50vw;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}

#page.in.index .sec13-box .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  max-width: 256px;
}

#page.in.index .sec13-box .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page.in.index .sec13-box .box dl {
  width: 33%;
}

#page.in.index .sec13-box .box dl dt {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin-bottom: 28px;
}

#page.in.index .sec13-box .box dl dt:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: currentColor;
}

#page.in.index .sec13-box .box dl dd {
  font-weight: 600;
  line-height: 2.1428571429;
}

#page.in.index .sec13-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec13 {
    padding: 60px 0 0;
  }
  #page.in.index .sec13-ttl {
    margin-bottom: 28px;
  }
  #page.in.index .sec13-ttl-jp {
    font-size: 19px;
  }
  #page.in.index .sec13-ttl-eng {
    font-size: 14px;
    margin-top: 8px;
  }
  #page.in.index .sec13-box {
    padding: 35px 0 32px;
  }
  #page.in.index .sec13-box .img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 177px;
    margin: 0 auto 28px;
  }
  #page.in.index .sec13-box .box {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #page.in.index .sec13-box .box dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #page.in.index .sec13-box .box dl dt {
    font-size: 14px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  #page.in.index .sec13-box .box dl dt:before {
    width: 60px;
  }
  #page.in.index .sec13-box .box dl dd {
    font-size: 10px;
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
  }
}

#page.in.index .sec14 {
  padding: 85px 0 100px;
  background: #ffffff;
}

#page.in.index .sec14-box {
  background: #f7f7f7;
  padding: 54px 7%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58.14%;
  grid-template-columns: 1fr 58.14%;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      grid-template-areas: "img ttl" "img name" "img txt";
}

#page.in.index .sec14-box-logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
}

#page.in.index .sec14-box-logo img {
  margin: 0 auto;
}

#page.in.index .sec14-box-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: ttl;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #96832f;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
}

#page.in.index .sec14-box-ttl:after {
  content: "";
  width: 190px;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
}

#page.in.index .sec14-box-name {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: name;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}

#page.in.index .sec14-box-txt {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: txt;
  font-weight: 500;
  line-height: 2.0;
}

@media screen and (max-width: 900px) {
  #page.in.index .sec14-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #page.in.index .sec14 {
    padding: 48px 0 30px;
  }
  #page.in.index .sec14-box {
    padding: 50px 36px;
    display: block;
  }
  #page.in.index .sec14-box-logo {
    width: 122px;
    margin: 0 auto 44px;
  }
  #page.in.index .sec14-box-ttl {
    font-size: 19px;
    letter-spacing: 0.15em;
  }
  #page.in.index .sec14-box-ttl:after {
    width: 144px;
  }
  #page.in.index .sec14-box-name {
    font-size: 14px;
    margin-bottom: 12px;
  }
  #page.in.index .sec14-box-txt {
    font-size: 10px;
    line-height: 2.0952380952;
  }
}

#page.in.index .sec15 {
  padding: 100px 0 85px;
  background: #ffffff;
}

#page.in.index .sec15-ttl {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}

#page.in.index .sec15-ttl-main {
  font-size: 28px;
}

#page.in.index .sec15-ttl-note {
  margin-top: 25px;
}

#page.in.index .sec15-list-item {
  margin-bottom: 110px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 35%;
  grid-template-columns: 1fr 35%;
  -ms-grid-rows: auto 20px 1fr;
  grid-template-rows: auto 1fr;
      grid-template-areas: "ttl img" "txt img";
  gap: 20px;
}

#page.in.index .sec15-list-item:last-child {
  margin-bottom: 0;
}

#page.in.index .sec15-list-item-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: ttl;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#page.in.index .sec15-list-item-ttl > span {
  font-size: 14px;
  font-weight: 500;
}

#page.in.index .sec15-list-item-txtbox {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: txt;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}

#page.in.index .sec15-list-item-txt {
  max-width: 472px;
}

#page.in.index .sec15-list-item-address {
  margin-top: 20px;
}

#page.in.index .sec15-list-item-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page.in.index .sec15-list-item-link:first-child {
  margin-right: 20px;
}

#page.in.index .sec15-list-item-link {
  margin-top: 27px;
}

#page.in.index .sec15-list-item-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 45px;
  border: 1px solid #96832f;
  border-radius: 7px;
  color: #96832f;
  font-size: 16px;
}

#page.in.index .sec15-list-item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: img;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec15 {
    padding: 30px 0 35px;
    overflow: hidden;
  }
  #page.in.index .sec15-ttl {
    margin-bottom: 40px;
  }
  #page.in.index .sec15-ttl-main {
    font-size: 19px;
  }
  #page.in.index .sec15-ttl-note {
    margin-top: 12px;
    font-size: 12px;
  }
  #page.in.index .sec15-list-item {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.in.index .sec15-list-item-ttl {
    font-size: 14px;
  }
  #page.in.index .sec15-list-item-ttl > span {
    font-size: 11px;
  }
  #page.in.index .sec15-list-item-txtbox {
    font-size: 11px;
  }
  #page.in.index .sec15-list-item-txt {
    max-width: none;
  }
  #page.in.index .sec15-list-item-address {
    margin-top: 20px;
  }
  #page.in.index .sec15-list-item-link {
    margin-top: 35px;
  }
  #page.in.index .sec15-list-item-link a {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    font-size: 12px;
  }
  #page.in.index .sec15-list-item-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    height: 225px;
  }
  #page.in.index .sec15-list-item-link-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.in.index .sec15-list-item-img img {
    width: 100vw;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#page.in.index .sec16 {
  padding: 85px 0 55px;
  background: #ffffff;
}

#page.in.index .sec16-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 64px;
}

#page.in.index .sec16-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 28px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}

#page.in.index .sec16-list-item {
  padding: 12px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #c7c6b6;
}

#page.in.index .sec16-list-item-cat {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 6px 8px;
  text-align: center;
  color: #848383;
  background: #eeeddd;
}

#page.in.index .sec16-list-item-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec16 {
    padding: 35px 0 15px;
  }
  #page.in.index .sec16-ttl {
    font-size: 19px;
    margin-bottom: 30px;
  }
  #page.in.index .sec16-list {
    display: block;
  }
  #page.in.index .sec16-list-item {
    display: block;
    padding: 10px 0 8px;
  }
  #page.in.index .sec16-list-item-cat {
    font-size: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 60px;
    margin-bottom: 6px;
  }
  #page.in.index .sec16-list-item-txt {
    font-size: 12px;
  }
}

#page.in.index .sec17 {
  padding: 55px 0 82px;
  background: #ffffff;
}

#page.in.index .sec17-box {
  border: 1px solid #c7c6b6;
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.6%;
     -moz-column-gap: 2.6%;
          column-gap: 2.6%;
}

#page.in.index .sec17-box-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.3%;
          flex: 0 1 42.3%;
}

#page.in.index .sec17-box-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
  font-weight: 500;
}

#page.in.index .sec17-box-txt {
  font-size: 13px;
  line-height: 1.9230769231;
}

#page.in.index .sec17-box-link {
  margin-top: 15px;
  text-align: right;
}

#page.in.index .sec17-box-link a {
  font-size: 11px;
  text-decoration: underline;
  text-decoration-color: #c7c6b6;
  text-underline-offset: 4px;
}

#page.in.index .sec17-box-link a:after {
  content: " >";
}

@media screen and (max-width: 767px) {
  #page.in.index .sec17 {
    padding: 15px 0 55px;
  }
  #page.in.index .sec17-box {
    padding: 15px 23px 22px;
    display: block;
  }
  #page.in.index .sec17-box-txt {
    font-size: 11px;
    line-height: 1.619047619;
    letter-spacing: 0.075em;
  }
  #page.in.index .sec17-box-link {
    margin-top: 8px;
  }
}

#page.in.index .sec18 {
  position: relative;
  z-index: 2;
}

#page.in.index .sec18-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #96832f;
  margin-bottom: 22px;
}

#page.in.index .sec18-lead {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 56px;
}

#page.in.index .sec18-slider {
  background: #ffffff;
  padding: 22px 0;
}

#page.in.index .sec18-slider .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#page.in.index .sec18-slider-item {
  width: 165px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

#page.in.index .sec18-slider-item-img {
  width: 100%;
  padding-top: 145.45%;
  position: relative;
  margin-bottom: 14px;
}

#page.in.index .sec18-slider-item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #page.in.index .sec18-slider {
    padding: 20px 0;
  }
  #page.in.index .sec18-slider .swiper-wrapper {
    width: 100%;
  }
  #page.in.index .sec18-slider-item {
    font-size: 13px;
    line-height: 1.25;
    height: 100%;
    width: 206px !important;
  }
  #page.in.index .sec18-slider-item-img {
    width: 206px;
    padding-top: 300px;
    margin: 0 auto 18px;
  }
  #page.in.index .sec18-slider-item-name {
    margin-bottom: 12px;
  }
  #page.in.index .sec18-slider-pagination {
    position: relative;
    bottom: auto;
    margin-top: 12px;
  }
  #page.in.index .sec18-slider-pagination .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #d0cec6;
    opacity: 1.0;
  }
  #page.in.index .sec18-slider-pagination .swiper-pagination-bullet-active {
    background: #d0cec6;
  }
}

#page.in.index .modal {
  display: none;
}

.modaal-container {
  max-width: 650px;
  background: none;
}

.modaal-content-container {
  padding: 0;
}

.modal-wrap {
  padding: 50px 20px;
  background: #ffffff;
  border: 1px solid #a69236;
}

.modal-in {
  max-width: 520px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .modaal-container {
    width: 86.67%;
    padding: 6.665% 0;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modal-wrap {
    padding: 30px 20px;
  }
}

.modal01 .modal01-ttl {
  text-align: center;
  margin-bottom: 70px;
}

.modal01 .modal01-ttl-main {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #96832f;
}

.modal01 .modal01-ttl-sub {
  margin-top: 11px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.modal01 .modal01-ttl-sub > span {
  display: inline-block;
  background: #9d8d44;
  color: #ffffff;
  padding: 5px 22px 6px;
  border-radius: 100px;
}

.modal01 .modal01-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.modal01 .modal01-flex:last-child {
  margin-bottom: 0;
}

.modal01 .modal01-flex-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 32px;
  color: #96832f;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}

.modal01 .modal01-flex-lft {
  color: #93812b;
  font-weight: 600;
  line-height: 1.7142857143;
}

.modal01 .modal01-flex-rig {
  padding-right: 8.65%;
}

.modal01 .modal01-check {
  background: #fbf8ea;
  max-width: 260px;
  padding: 20px 15px 20px 20px;
  color: #96832f;
  margin-bottom: 10px;
}

.modal01 .modal01-check:last-child {
  margin-bottom: 0;
}

.modal01 .modal01-check-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.modal01 .modal01-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  font-weight: 600;
  line-height: 1.1;
}

.modal01 .modal01-check-list > li {
  background: url(../img/promotion/modal01_check.png) no-repeat left top 2px/13px;
  padding-left: 16px;
  min-width: 75px;
}

@media screen and (max-width: 767px) {
  .modal01 .modal01-ttl {
    margin-bottom: 36px;
  }
  .modal01 .modal01-ttl-main {
    font-size: 19px;
  }
  .modal01 .modal01-ttl-sub {
    font-size: 11px;
    margin-top: 6px;
  }
  .modal01 .modal01-ttl-sub > span {
    padding: 4px 12px 5px;
  }
  .modal01 .modal01-flex {
    width: 90%;
    margin: 0 auto 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .modal01 .modal01-flex-ttl {
    margin-bottom: 18px;
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .modal01 .modal01-flex-lft {
    font-size: 12px;
    line-height: 1.4166666667;
  }
  .modal01 .modal01-flex-rig {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modal01 .modal01-flex-rig img {
    margin: 0 auto;
  }
  .modal01 .modal01-check {
    padding: 22px;
    font-size: 12px;
  }
  .modal01 .modal01-check-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .modal01 .modal01-check-list {
    gap: 8px 12px;
  }
  .modal01 .modal01-check-list > li {
    padding-left: 15px;
    background-size: 11px;
    min-width: 70px;
  }
  .modal01 .modal01-notice {
    font-size: 9px;
  }
}

.modal02 {
  background: url(../img/promotion/modal02_bg_lft.png) no-repeat top left/100%, url(../img/promotion/modal02_bg_rig.png) no-repeat bottom right/100%, url(../img/promotion/modal02_bg.png) no-repeat center/cover;
}

.modal02 .modal02-ttl {
  text-align: center;
  color: #96832f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}

.modal02 .modal02-list {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #96832f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}

.modal02 .modal02-list > li + li {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .modal02 .modal02-ttl {
    font-size: 19px;
    margin-bottom: 22px;
  }
  .modal02 .modal02-list {
    font-size: 13px;
    margin-bottom: 0;
  }
  .modal02 .modal02-list > li + li {
    margin-top: 12px;
  }
}
