body {
  position: relative !important;
  top: unset;
  left: unset;
  scroll-behavior: unset;
}
body * {
  font-style: normal;
}
@media screen and (max-width: 979px) {
  body {
    position: relative !important;
    top: unset;
    left: unset;
    scroll-behavior: unset;
    overflow: auto;
  }
}

@media screen and (max-width: 979px) {
  html {
    height: unset !important;
    overflow: unset !important;
  }
}
main {
  line-height: 1.6;
}
main p {
  line-height: 1.6;
}
main img {
  display: block;
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .hb_inner {
  width: 1120px;
}

main em, main small, main strong,
.modal_wrapper em,
.modal_wrapper small,
.modal_wrapper strong {
  font-style: normal;
}

header {
  z-index: 100;
}
header .btn-sub {
  background-image: url(../img/bg_header_btn.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.container {
  width: 980px;
  margin: 0 auto;
}

#top {
  background-color: #000;
  color: #fff;
}
#top .container {
  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;
  min-height: 400px;
}
#top h1 {
  text-align: center;
}
#top h1 em {
  display: block;
  font-weight: 500;
  font-size: 30px;
  color: #BBA171;
}
#top h1 strong {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 32px;
}
#top h2 {
  margin-top: 22px;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}

#link {
  position: relative;
  background-color: #fff;
  padding-bottom: 65px;
  background-image: url(../img/bg_link.webp);
  background-repeat: repeat-x;
  background-size: 100% auto;
  background-position: center top;
}
#link ul {
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 65px;
  padding-top: 83px;
  margin: 0 auto;
}
#link li {
  position: relative;
  width: 196px;
  height: 196px;
  background-image: url(../img/bg_link_btn.webp);
  background-size: 100% 100%;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
}
#link li .tag,
#link li .ttl {
  position: relative;
  z-index: 10;
}
#link li .tag {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
#link li .tag span {
  display: inline-block;
  padding: 0 5px 1px;
  background-color: #000;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
}
#link li .ttl {
  padding-top: 2px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
#link li .num {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  font-family: "din-2014", sans-serif;
  color: #D8C5A3;
  font-weight: 700;
  font-size: 90px;
  text-align: center;
  line-height: 1;
  pointer-events: none;
}
#link li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#link li a:hover {
  opacity: 0.7;
}
#link li a:has(.tag) {
  padding-top: 41px;
}
#link li a:has(.col03) {
  padding-top: 38px;
}

.modal_container .modal_flex:has(.modal_price) .img {
  width: 50%;
}
.modal_container .modal_flex:has(.modal_price) .txt {
  width: 50%;
}
.modal_container .modal_flex .detail_main_inner {
  padding: 0;
}

.modal_contents:has(.w50p) {
  width: 50%;
  margin: 0 auto;
}
.modal_contents:has(.w50p) .detail_main_inner {
  padding-right: 0;
  padding-left: 0;
}

.modal_price {
  padding: 0 !important;
}

.modal_price,
#detail {
  position: relative;
  padding-top: 64px;
  padding-bottom: 120px;
  background-color: #fff;
}
.modal_price .detail_inner,
#detail .detail_inner {
  position: relative;
  z-index: 0;
  width: 475px;
  background-image: url(../img/bg_detail_inner01.webp);
  background-size: 100% 100%;
  min-height: 607px;
  padding-top: 136px;
  padding-bottom: 42px;
  color: #000;
}
.modal_price .detail_inner:has(.ccordion_ttl.active),
#detail .detail_inner:has(.ccordion_ttl.active) {
  z-index: 10;
}
.modal_price .detail_inner.detail_wide,
#detail .detail_inner.detail_wide {
  width: 100%;
  padding-bottom: 95px;
  background-image: url(../img/bg_detail_inner02.webp);
}
.modal_price .detail_inner .tag,
#detail .detail_inner .tag {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 6px;
}
.modal_price .detail_inner .tag,
.modal_price .detail_inner .ttl,
#detail .detail_inner .tag,
#detail .detail_inner .ttl {
  position: relative;
  z-index: 10;
}
.modal_price .detail_inner .detail_ttl,
#detail .detail_inner .detail_ttl {
  width: 100%;
  height: 136px;
  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;
  position: absolute;
  top: 0;
  left: 0;
}
.modal_price .detail_inner .detail_ttl ~ .detail_main,
#detail .detail_inner .detail_ttl ~ .detail_main {
  margin-top: 0;
}
.modal_price .detail_inner .caution,
#detail .detail_inner .caution {
  color: #b52120;
  font-weight: bold;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
}
.modal_price .detail_inner .tag,
#detail .detail_inner .tag {
  text-align: center;
}
.modal_price .detail_inner .tag span,
#detail .detail_inner .tag span {
  display: inline-block;
  padding: 0 5px 1px;
  background-color: #000;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  line-height: 1.3;
}
.modal_price .detail_inner .ttl,
#detail .detail_inner .ttl {
  padding-top: 2px;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.modal_price .detail_inner .num,
#detail .detail_inner .num {
  width: 100%;
  height: 136px;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: "din-2014", sans-serif;
  color: #D8C5A3;
  font-weight: 700;
  font-size: 103px;
  text-align: center;
  line-height: 1;
  pointer-events: none;
}
.modal_price .row,
#detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 79px 29px;
  position: relative;
  z-index: 0;
}
.modal_price .row:has(.accordion_ttl.active),
#detail .row:has(.accordion_ttl.active) {
  z-index: 10;
}
.modal_price .detail_main,
#detail .detail_main {
  margin-top: 45px;
  padding: 0 28px;
}
.modal_price .detail_main .btn_detail,
#detail .detail_main .btn_detail {
  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;
  position: relative;
  z-index: 0;
  height: 50px;
  color: #fff;
  background-color: #2C2C2C;
  font-weight: 400;
  font-size: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_price .detail_main .btn_detail:hover,
#detail .detail_main .btn_detail:hover {
  opacity: 0.8;
}
.modal_price .detail_main .btn_detail .icon_btn_down,
.modal_price .detail_main .btn_detail .icon_btn_plus,
.modal_price .detail_main .btn_detail .icon_btn_link,
#detail .detail_main .btn_detail .icon_btn_down,
#detail .detail_main .btn_detail .icon_btn_plus,
#detail .detail_main .btn_detail .icon_btn_link {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  z-index: 1;
  width: 36px;
  height: 36px;
}
.modal_price .detail_main .btn_detail .icon_btn_down,
#detail .detail_main .btn_detail .icon_btn_down {
  background-image: url(../img/icon_btn_down.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal_price .detail_main .btn_detail .icon_btn_plus,
#detail .detail_main .btn_detail .icon_btn_plus {
  background-image: url(../img/icon_btn_plus.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal_price .detail_main .btn_detail a,
#detail .detail_main .btn_detail a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal_price .detail_main .btn_detail a .icon_btn_link,
#detail .detail_main .btn_detail a .icon_btn_link {
  background-image: url(../img/icon_btn_link.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.modal_price .detail_main_inner,
#detail .detail_main_inner {
  padding: 30px 21px 20px;
  background-color: #fff;
}
.modal_price .detail_main_inner p,
#detail .detail_main_inner p {
  padding-top: 10px;
  padding-bottom: 36px;
  font-size: 16px;
}
.modal_price .detail_main_inner .ttl_02,
#detail .detail_main_inner .ttl_02 {
  padding: 3px 10px 5px;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.modal_price .detail_main_inner .txt,
#detail .detail_main_inner .txt {
  padding-top: 23px;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
}
.modal_price .detail_main_inner .txt strong,
#detail .detail_main_inner .txt strong {
  font-weight: 700;
  font-size: 24px;
}
.modal_price .detail_main_inner .txt .notes,
#detail .detail_main_inner .txt .notes {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 18px;
  color: #1A1311;
  text-align: left;
}
.modal_price .detail_img .img img,
#detail .detail_img .img img {
  width: 100%;
}
.modal_price .detail_img.flex,
#detail .detail_img.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_price .detail_img.flex .img,
#detail .detail_img.flex .img {
  width: 50%;
}
.modal_price .detail_img.flex span,
#detail .detail_img.flex span {
  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;
  height: 36px;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.modal_price .detail_img.flex .img:first-child span,
#detail .detail_img.flex .img:first-child span {
  background-color: #4E4E4E;
  color: #fff;
}
.modal_price .detail_img.flex .img:nth-child(2) span,
#detail .detail_img.flex .img:nth-child(2) span {
  background-color: #000;
  color: #BBA171;
}
.modal_price .part,
#detail .part {
  position: relative;
  padding: 3px 100px 3px 19px;
  border: 1px solid #333;
  font-size: 19px;
}
.modal_price .part > span,
#detail .part > span {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 15px;
  margin-right: 2px;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 31px;
}
.modal_price .off,
#detail .off {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
  padding-top: 1px;
  border-radius: 50%;
  background-color: #000;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: pre;
  line-height: 1;
}
.modal_price .off span,
#detail .off span {
  margin-right: 2px;
  font-weight: 700;
  font-size: 37px;
  line-height: 1;
  letter-spacing: -2px;
}
.modal_price .off em,
#detail .off em {
  display: block;
  color: #BBA171;
  margin-top: -3px;
  font-size: 20px;
  line-height: 1;
}
.modal_price .price,
#detail .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 16px;
}
.modal_price .price .before,
#detail .price .before {
  position: relative;
  padding-left: 8px;
  font-family: "din-2014", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #939393;
  line-height: 1;
}
.modal_price .price .before:after,
#detail .price .before:after {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: 1;
  width: 138px;
  height: 10px;
  background-image: url(../img/icon_price_arrow.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
.modal_price .price .after,
#detail .price .after {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 63px;
  color: #BBA171;
  line-height: 1;
}
.modal_price .price .after span,
#detail .price .after span {
  font-weight: 500;
}

select:has(.slick-slider), main:has(.slick-slider) {
  overflow-x: hidden;
}

#detail .detail_slide {
  margin: 0 auto;
  padding-left: 40px;
}
#detail .detail_slide .slick-list {
  overflow: visible !important;
}
#detail .detail_slide .detail_main {
  background-color: #fff;
}
#detail .detail_slide .part {
  font-size: 18px;
  padding-right: 5px;
}
#detail .detail_slide .off {
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  right: 24px;
  bottom: -15px;
  margin-right: 0;
}
#detail .detail_slide .price .before:after {
  width: 119px;
  height: 9px;
}

.detail_slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail_slide .detail_main {
  width: 360px !important;
  margin-right: 19px;
  height: auto;
}

.detail_slide .detail_main > div {
  width: 100%;
}

.detail_slide .detail_main {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.detail_slide .detail_main_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.detail_img {
  position: relative;
}
.detail_img img {
  display: block;
  width: 100%;
  height: auto;
}

.detail_slide .slick-slide:last-child {
  margin-right: 0;
}

#detail .detail_slide .detail_main {
  padding: 0;
}

.modal_wrapper {
  display: none;
  position: relative;
  z-index: 200;
}

.modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_container {
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.modal_container .modal_inner {
  position: relative;
  z-index: 20;
  width: 978px;
  max-height: 90vh;
  border-radius: 30px;
  overflow-y: auto;
  background-color: #fff;
  /* Firefox */
  scrollbar-width: none;
  /* IE, Edge */
  -ms-overflow-style: none;
}
.modal_container .modal_inner::-webkit-scrollbar {
  display: none;
}
.modal_container .modal_inner .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_container .modal_inner .modal_close:hover {
  opacity: 0.7;
}
.modal_container .modal_ttl {
  padding: 75px 0 23px;
  background-color: #013580;
  color: #BBA171;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
}
.modal_container .modal_ttl em {
  color: #fff;
}
.modal_container .modal_contents_wrapper {
  padding: 50px;
}
.modal_container .modal_contents + .modal_contents {
  margin-top: 50px;
}
.modal_container .modal_contents_ttl {
  font-weight: 500;
  font-size: 23px;
}
.modal_container .modal_contents_ttl em {
  margin: 0 7px;
  font-weight: 500;
  font-size: 30px;
  color: #BBA171;
}
.modal_container .modal_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.modal_container .modal_flex .img {
  width: 480px;
}
.modal_container .modal_flex .txt {
  width: calc(100% - 480px);
  padding-left: 40px;
}
.modal_container .modal_flex .txt p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.modal_container .modal_flex .txt.bg_blue {
  padding: 27px 25px 0 40px;
  background-color: #023580;
}
.modal_container .modal_flex .txt.bg_blue p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.85;
}
.modal_container .modal_flex .txt.bg_blue p em {
  color: #BBA171;
}
.modal_container .modal_close_bottom {
  padding-bottom: 25px;
  text-align: center;
}
.modal_container .modal_close_bottom span {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #7E7E7E;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_container .modal_close_bottom span:hover {
  opacity: 0.7;
}

.accordion_inner {
  position: relative;
}
.accordion_inner .accordion_area {
  display: none;
  position: absolute;
  top: 0;
  padding: 28px 25px 38px 32px;
  background-color: #F2F1F1;
  font-weight: 300;
  font-size: 14px;
  color: #1A1311;
  line-height: 1.7;
  letter-spacing: 1px;
  border-bottom: 20px solid #2C2C2C;
}
.accordion_inner dt {
  font-weight: 500;
}
.accordion_inner dd {
  margin-top: 4px;
}
.accordion_inner dl + dl {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 90.6666vw;
  }
  #top {
    background-image: url(../img/bg_sun.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }
  #top .container {
    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;
    min-height: 66.6666vw;
  }
  #top h1 {
    text-align: center;
  }
  #top h1 em {
    font-size: 5.3333vw;
  }
  #top h1 strong {
    margin-top: 2vw;
    font-size: 5.6vw;
  }
  #top h2 {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
  #link {
    padding-bottom: 5.4666vw;
    background-image: url(../img/bg_link_sp.webp);
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center top;
  }
  #link ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 82.4vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding-top: 12.5333vw;
  }
  #link li {
    width: 39.0666vw;
    height: 39.0666vw;
    -webkit-box-shadow: 0 2.6666vw 2.6666vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 2.6666vw 2.6666vw rgba(0, 0, 0, 0.16);
  }
  #link li:nth-child(4n+2), #link li:nth-child(4n+3), #link li:nth-child(4n+4) {
    margin-left: 0;
  }
  #link li:nth-child(n+5) {
    margin-top: 4.9333vw;
  }
  #link li:nth-child(n+3) {
    margin-top: 4.9333vw;
  }
  #link li .tag span {
    padding: 0.1333vw 0.6666vw 0.1333vw;
    font-size: 3.7333vw;
  }
  #link li .ttl {
    padding-top: 0.2666vw;
    font-size: 4vw;
  }
  #link li .num {
    top: 1.3333vw;
    font-size: 18.1333vw;
  }
  #link li a {
    padding-top: 10.9333vw;
  }
  #link li a:has(.tag) {
    padding-top: 7.3333vw;
  }
  .modal_price,
  #detail {
    padding-top: 9.3333vw;
    padding-bottom: 16vw;
  }
  .modal_price .detail_inner,
  #detail .detail_inner {
    width: 100%;
    background-size: 100% 100%;
    min-height: unset;
    padding-top: 26.05vw;
    padding-bottom: 8vw;
  }
  .modal_price .detail_inner:nth-child(even),
  #detail .detail_inner:nth-child(even) {
    margin-left: 0;
  }
  .modal_price .detail_inner.detail_wide,
  #detail .detail_inner.detail_wide {
    width: 100%;
    padding-bottom: 8vw;
  }
  .modal_price .detail_inner .caution,
  #detail .detail_inner .caution {
    top: 17vw;
  }
  .modal_price .detail_inner .detail_ttl,
  #detail .detail_inner .detail_ttl {
    height: 26.05vw;
  }
  .modal_price .detail_inner .tag,
  #detail .detail_inner .tag {
    margin-right: 2vw;
  }
  .modal_price .detail_inner .tag span,
  #detail .detail_inner .tag span {
    padding: 0 0.6666vw 0.1333vw;
    font-size: 3.8666vw;
    line-height: 1.3;
  }
  .modal_price .detail_inner .ttl,
  #detail .detail_inner .ttl {
    padding-top: 0.2666vw;
    font-size: 4.8vw;
  }
  .modal_price .detail_inner .num,
  #detail .detail_inner .num {
    width: 100%;
    height: 26.05vw;
    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;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    font-family: "din-2014", sans-serif;
    color: #D8C5A3;
    font-weight: 700;
    font-size: 19.6vw;
    text-align: center;
    line-height: 1;
    pointer-events: none;
  }
  .modal_price .row,
  #detail .row {
    display: block;
  }
  .modal_price .row + .row,
  #detail .row + .row {
    margin-top: 8vw;
  }
  .modal_price .detail_inner + .detail_inner,
  #detail .detail_inner + .detail_inner {
    margin-top: 8vw;
  }
  .modal_price .detail_main,
  #detail .detail_main {
    margin-top: 8.5333vw;
    padding: 0 5.3333vw;
  }
  .modal_price .detail_main .btn_detail,
  #detail .detail_main .btn_detail {
    height: 9.6vw;
    font-size: 4vw;
  }
  .modal_price .detail_main .btn_detail .icon_btn_down,
  .modal_price .detail_main .btn_detail .icon_btn_plus,
  #detail .detail_main .btn_detail .icon_btn_down,
  #detail .detail_main .btn_detail .icon_btn_plus {
    right: 1.3333vw;
    width: 6.9333vw;
    height: 6.9333vw;
  }
  .modal_price .detail_main_inner,
  #detail .detail_main_inner {
    padding: 5.6vw 4vw 3.2vw;
  }
  .modal_price .detail_main_inner p,
  #detail .detail_main_inner p {
    padding-top: 2vw;
    padding-bottom: 1.3333vw;
    font-size: 3.7333vw;
  }
  .modal_price .detail_main_inner .ttl_02,
  #detail .detail_main_inner .ttl_02 {
    padding: 0.4vw 1.3333vw 0.6666vw;
    font-size: 3.7333vw;
  }
  .modal_price .detail_main_inner .txt,
  #detail .detail_main_inner .txt {
    padding-top: 4.4vw;
    padding-bottom: 4vw;
    font-size: 3.7333vw;
  }
  .modal_price .detail_main_inner .txt strong,
  #detail .detail_main_inner .txt strong {
    font-size: 4vw;
  }
  .modal_price .detail_img.flex span,
  #detail .detail_img.flex span {
    height: 6.9333vw;
    font-size: 4vw;
  }
  .modal_price .part,
  #detail .part {
    padding: 0.4vw 15.3333vw 0.4vw 3.0666vw;
    border: 1px solid #333;
    font-size: 3.7333vw;
  }
  .modal_price .part > span,
  #detail .part > span {
    top: 0.6666vw;
    margin-left: 2.8vw;
    margin-right: 0.2666vw;
    font-size: 6vw;
  }
  .modal_price .off,
  #detail .off {
    right: 1.4666vw;
    width: 12.8vw;
    height: 12.8vw;
    margin-right: 0;
    padding-top: 0.2666vw;
    font-size: 3.2vw;
  }
  .modal_price .off span,
  #detail .off span {
    margin-right: 0.2666vw;
    font-size: 7.2vw;
    letter-spacing: -0.267vw;
  }
  .modal_price .off em,
  #detail .off em {
    color: #BBA171;
    margin-top: -0.4vw;
    font-size: 3.8666vw;
  }
  .modal_price .price,
  #detail .price {
    padding-top: 2.6666vw;
  }
  .modal_price .price .before,
  #detail .price .before {
    position: relative;
    padding-left: 1.4666vw;
    padding-bottom: 2.6666vw;
    font-size: 5.0666vw;
  }
  .modal_price .price .before:after,
  #detail .price .before:after {
    bottom: 5.3333vw;
    width: 26.2666vw;
    height: 1.8666vw;
  }
  .modal_price .price .after,
  #detail .price .after {
    font-size: 12.1333vw;
  }
  select:has(.slick-slider), main:has(.slick-slider) {
    overflow-x: hidden;
  }
  #detail .detail_slide {
    margin: 0 auto;
    padding-left: 5.3333vw;
  }
  #detail .detail_slide .slick-list {
    overflow: visible !important;
  }
  #detail .detail_slide .part {
    font-size: 3.7333vw;
    padding-right: 2.9333vw;
  }
  #detail .detail_slide .off {
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 5.4666vw;
    bottom: -3.6vw;
    margin-right: 0;
  }
  #detail .detail_slide .price .before:after {
    width: 26.2666vw;
    height: 1.8666vw;
  }
  .detail_slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .detail_slide .detail_main {
    width: 80vw !important;
    margin-right: 4vw;
    height: auto;
  }
  .detail_slide .detail_main > div {
    width: 100%;
  }
  .detail_slide .detail_main {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .detail_slide .detail_main_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail_img {
    position: relative;
  }
  .detail_img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .detail_slide .slick-slide:last-child {
    margin-right: 0;
  }
  #detail .detail_slide .detail_main {
    padding: 0;
  }
  .modal_wrapper {
    display: none;
  }
  .modal_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal_container .modal_inner {
    width: 84vw;
    max-height: 85vh;
    border-radius: 8vw;
    /* Firefox */
    scrollbar-width: none;
    /* IE, Edge */
    -ms-overflow-style: none;
  }
  .modal_container .modal_inner::-webkit-scrollbar {
    display: none;
  }
  .modal_container .modal_inner .modal_close {
    position: absolute;
    top: 2.8vw;
    right: 3.4666vw;
    width: 6.9333vw;
    height: 6.9333vw;
  }
  .modal_container .modal_ttl {
    padding: 8.9333vw 0 3.7333vw;
    font-size: 4.2666vw;
  }
  .modal_container .modal_contents_wrapper {
    padding: 8vw 6vw;
  }
  .modal_container .modal_contents + .modal_contents {
    margin-top: 8vw;
  }
  .modal_container .modal_contents_ttl {
    font-size: 4.2666vw;
  }
  .modal_container .modal_contents_ttl em {
    display: block;
    margin: 0px;
    font-size: 5.6vw;
  }
  .modal_container .modal_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3.4666vw;
  }
  .modal_container .modal_flex .img {
    width: 100%;
    margin-top: 3.4666vw;
  }
  .modal_container .modal_flex .txt {
    width: 100%;
    padding-left: 0;
  }
  .modal_container .modal_flex .txt p {
    font-size: 3.2vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .modal_container .modal_flex .txt.bg_blue {
    padding: 5.3333vw 3.4666vw 6.4vw 5.0666vw;
  }
  .modal_container .modal_flex .txt.bg_blue p {
    font-size: 3.4666vw;
    line-height: 1.85;
  }
  .modal_container .modal_close_bottom {
    padding-bottom: 5.3333vw;
  }
  .modal_container .modal_close_bottom span {
    font-size: 3.4666vw;
  }
  .accordion_inner .accordion_area {
    display: none;
    position: absolute;
    top: 0;
    padding: 28px 25px 38px 32px;
    background-color: #F2F1F1;
    font-weight: 300;
    font-size: 14px;
    color: #1A1311;
    line-height: 1.7;
    letter-spacing: 1px;
    border-bottom: 20px solid #2C2C2C;
  }
  .accordion_inner dt {
    font-weight: 500;
  }
  .accordion_inner dd {
    margin-top: 4px;
  }
  .accordion_inner dl + dl {
    margin-top: 20px;
  }
  #btn_float {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    padding-bottom: 2.6666vw;
  }
  #btn_float .btn_wrapper {
    width: 84vw;
    margin: 0 auto;
  }
  #btn_float .btn_wrapper a {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 2.6666vw 2.6666vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 2.6666vw 2.6666vw rgba(0, 0, 0, 0.16);
    border-radius: 1.3333vw;
  }
  #btn_float .btn_wrapper a span {
    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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 500;
    font-size: 3.4666vw;
  }
  .footerSocialWrapper {
    margin-top: 14vw;
  }
  .footerSocialItem.twitter img {
    width: unset;
    height: 10.1333vw;
  }
  .footerSocialItem.instagram img {
    width: 13.3333vw;
    width: unset;
    height: 11.3333vw;
  }
  .footerSocialItem.instagram img {
    width: 10.6666vw;
    width: unset;
    height: 11.3333vw;
  }
  .footerSocialItem:not(:first-child) {
    margin-left: 9.7333vw;
  }
  .footerLogo img {
    width: 14.4vw;
  }
  .footerLogo {
    margin-top: 18.8vw;
  }
  .footerCopy {
    margin-top: 6.6666vw;
    padding-bottom: 16vw;
    font-size: 2.9333vw;
    color: #7E7E7E;
  }
}
#top,
#link {
  position: relative;
  z-index: 0;
}

#detail {
  z-index: 10;
}

.detail_inner {
  z-index: 0;
}
.detail_inner:has(.accordion_ttl.active) {
  z-index: 10 !important;
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
.headerWrapper {
  position: relative;
}

.wrapper {
  overflow-x: hidden;
}

.headerWrapper:has(.hamIcon.active) #sidemenu_wrapper {
  right: 0;
}

#sidemenu_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  right: -100vw;
  z-index: 100;
  background-color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #sidemenu_wrapper {
    width: 100%;
  }
}
#sidemenu_wrapper .sidemenu_wrapper_bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100vh;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  #sidemenu_wrapper .sidemenu_wrapper_bg {
    display: none;
  }
}
#sidemenu_wrapper .sidemenu_wrapper {
  width: 100%;
  height: 100%;
  background-color: #333333;
}

.headerWrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hamIcon02 {
  width: 16px;
  height: 16px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.hamIcon02.active .hamIcon__Lines {
  position: relative;
}

.hamIcon__Lines span, .hamIcon__Lines::before, .hamIcon__Lines::after {
  width: 100%;
  height: 2px;
  background-color: #bba170;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamIcon02.active .hamIcon__Lines::before {
  -webkit-transform: rotateZ(45deg) translateY(0px) translateX(0px);
          transform: rotateZ(45deg) translateY(0px) translateX(0px);
  position: absolute;
  top: calc(50% - 1px);
}

.hamIcon02.active .hamIcon__Lines::after {
  -webkit-transform: rotateZ(-45deg) translateY(0px) translateX(0px);
          transform: rotateZ(-45deg) translateY(0px) translateX(0px);
  position: absolute;
  bottom: calc(50% - 1px);
}

.hamIcon02.active .hamIcon__Lines span {
  display: none;
}

.sidemenu_container {
  padding: 109px 0 43px 40px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container {
    padding: 11.6vw 8vw 6.5333vw;
  }
}
.sidemenu_container img {
  display: block;
  max-width: 100%;
}
.sidemenu_container em, .sidemenu_container small, .sidemenu_container strong {
  font-style: normal;
}
.sidemenu_container .sidemenu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container .sidemenu_inner {
    width: 100%;
  }
}
.sidemenu_container .sidemenu_inner .sidemenu_main {
  display: inline-block;
}
.sidemenu_container h2 {
  text-align: center;
}
.sidemenu_container h2 em {
  display: block;
  font-size: 19px;
  color: #BBA171;
}
@media screen and (max-width: 768px) {
  .sidemenu_container h2 em {
    font-size: 3.3333vw;
  }
}
.sidemenu_container h2 strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sidemenu_container h2 strong {
    margin-top: 1.3333vw;
    font-size: 4vw;
  }
}
.sidemenu_container ul {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container ul {
    margin-top: 6.6666vw;
  }
}
.sidemenu_container li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container li a {
    font-size: 4vw;
  }
}
.sidemenu_container li a span {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 48px;
  font-weight: 400;
  font-size: 35px;
  font-family: "din-2014", sans-serif;
  color: #BBA171;
}
@media screen and (max-width: 768px) {
  .sidemenu_container li a span {
    width: 8.9333vw;
    top: 0.6666vw;
    font-size: 6.8vw;
  }
}
.sidemenu_container .link {
  width: 361px;
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container .link {
    width: 100%;
    margin-top: 9.4666vw;
  }
}
.sidemenu_container .nav_wrapper li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container .nav_wrapper li + li {
    margin-top: 1.3333vw;
  }
}
.sidemenu_container .footerSocialWrapper {
  margin-top: 158px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container .footerSocialWrapper {
    margin-top: 9.0666vw;
  }
}
.sidemenu_container .footerSocialItem:not(:first-child) {
  margin-left: 28px;
}
@media screen and (max-width: 768px) {
  .sidemenu_container .footerSocialItem:not(:first-child) {
    margin-left: 4.5333vw;
  }
}
@media screen and (max-width: 768px) {
  .sidemenu_container .footerSocialItem img {
    height: 5.0666vw;
  }
}
@media screen and (max-width: 768px) {
  .sidemenu_container .footerSocialItem.twitter img {
    height: 4.6666vw;
  }
}
@media screen and (max-width: 768px) {
  .sidemenu_container .footerLogo img {
    width: 10.9333vw;
  }
}

.modal_wrapper.modal01 .modal_ttl {
  background-image: url(../img/20260227/bg_Instagram.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}
.modal_wrapper.modal01 .txt a {
  color: #E54060;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modal_wrapper.modal01 .modal_contents_wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrapper.modal01 .modal_contents_wrapper .modal_contents {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrapper.modal01 .modal_contents_wrapper .modal_contents:has(.img_flex) {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.modal_wrapper .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modal_wrapper .img_flex {
    display: block;
  }
}
.modal_wrapper .img_flex .img {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .modal_wrapper .img_flex .img {
    width: 100%;
  }
}
.modal_wrapper .img_flex .img:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .modal_wrapper .img_flex .img:nth-child(n+3) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .modal_wrapper .img_flex .img:nth-child(n+2) {
    margin-top: 8vw;
  }
}
.modal_wrapper .bg_gray_txt {
  padding: 50px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  background-color: #F2F1F1;
}
@media screen and (max-width: 768px) {
  .modal_wrapper .bg_gray_txt {
    padding: 4vw 2vw 3.3333vw;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}

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

#link li 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;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #link li a {
    padding-top: 0;
  }
}

#link li a:has(.tag) {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #link li a:has(.tag) {
    padding-top: 0;
  }
}

#link li a:has(.col03) {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #link li a:has(.col03) {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .modal_container .modal_flex:has(.modal_price) .img,
  .modal_container .modal_flex:has(.modal_price) .txt {
    width: 100%;
  }
  .modal_contents:has(.w50p) {
    width: 100%;
  }
  .modal_contents:has(.w50p) .detail_main_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.modal_wrapper .notes {
  margin-bottom: 30px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .modal_wrapper .notes {
    margin-bottom: 5.3333vw;
    font-size: 2.6666vw;
  }
  .sidemenu_container {
    height: calc(100svh - 50px);
    overflow-y: scroll;
  }
}