@charset "UTF-8";
/* autoprefixer grid: autoplace */
/* ==========================================================================
 Foundation
 ========================================================================== */
/* GFO template */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

/* 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;
}

.project {
  font-size: 2.666vw;
  line-height: 1.4;
  font-family: "Shippori Mincho B1","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #2B2E34;
}

.project *, .project *:before, .project *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.project h1, .project h2, .project h3, .project h4 {
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  .project {
    font-size: 0.925vw;
  }
}

@media screen and (min-width: 1081px) {
  .project {
    font-size: 10px;
  }
}

a {
  color: #2B2E34;
  text-decoration: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

/* ==========================================================================
 Layout
 ========================================================================== */
.l-container {
  width: 100%;
  overflow: hidden;
}

.l-container--gradient-brown {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(0%, #f7edd7), color-stop(70%, #b88b7f), to(#6b1514));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, #f7edd7 0%, #b88b7f 70%, #6b1514 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, #f7edd7 0%, #b88b7f 70%, #6b1514 100%);
}

.l-container--gradient-khaki {
  background: linear-gradient(90deg, rgba(215,237,247,1) 0%, rgba(235,216,186,1) 100%);
}

.l-container--gradient-blue {
  background: linear-gradient(90deg, rgba(208,232,220,1) 0%, rgba(96,165,186,1) 100%);
}

.l-container--darkgreen {
  background: #002A0F;
}

.l-container--darkred {
  background: #602447;
}


.l-content {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.333vw;
  padding-left: 5.333vw;
}

@media screen and (min-width: 769px) {
  .l-content {
    padding-right: 3.703vw;
    padding-left: 3.703vw;
  }
  .l-content--logo {
    padding-left: 2.314vw;
  }
}

.l-content2 {
  position: relative;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right:0;
  padding-left: 0;
}

@media screen and (min-width: 769px) {
  .l-content2 {
    padding-right: 3.703vw;
    padding-left: 3.703vw;
  }
}


@media screen and (min-width: 1081px) {
  .l-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .l-content--logo {
    padding-left: 25px;
  }
}

.l-content--full {
  padding-right: 0;
  padding-left: 0;
}

.l-content--footer {
  padding-bottom: 0px;
}

@media screen and (min-width: 769px) {
  .l-content--footer {
    padding-bottom: 50px;
  }
}

.l-logo {
  margin-bottom: 5.3vw;
}

@media screen and (min-width: 769px) {
  .l-logo {
    margin-bottom: 3.7vw;
  }
}

@media screen and (min-width: 1081px) {
  .l-logo {
    margin-bottom: 40px;
  }
}

.l-column-list {
  padding-top: 17.9%;
  padding-bottom: 11.9%;
}

@media screen and (min-width: 769px) {
  .l-column-list {
    padding-top: 5%;
    padding-bottom: 1%;
  }
}

.l-categories {
  padding-top: 29.8%;
}

@media screen and (min-width: 769px) {
  .l-categories {
    padding-top: 16%;
  }
}

/* ==========================================================================
 Component
 ========================================================================== */
/* c-nav-button
----------------------------------------------------------------- */
.c-nav-button {
  border-radius: 3.2vw;
  /* -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  overflow: hidden;
}

.c-nav-button__link {
  display: block;
  padding-bottom: 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-nav-button__link--interior {
  background-image: url(../img/btn_interior_sp.png);
}

.c-nav-button__link--gift {
  background-image: url(../img/btn_gift_sp.png);
}

@media screen and (min-width: 769px) {
  .c-nav-button__link {
    padding-top: 3.9%;
    padding-bottom: 3.9%;
    padding-left: 5%;
    padding-right: 5%;
    background-image: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .c-nav-button {
    border-radius: 0.75em;
    border: solid 0.2em #333;
  }
}

.nav_bg--2023{
  background-color: #67B5B7;
  padding: 3rem 1rem 1rem;
}

.nav_bg_in--2023{
  padding: 3rem 1rem 1rem;
}



.nav_container--2023{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  flex-direction:row;
}

.nav_item--2023{
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 2rem;
  color: #FFF;
  margin: 0.5rem 0;
}

.nav_item_in--2023{
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 2rem;
  color: #333333;
  margin: 0.5rem 0;
  
}

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

  .nav_container--2023{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    flex-direction:column;
    height: 110px;
  }


  .nav_item--2023{
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
    width: 30%;
    font-size: 1.9rem;
    color: #FFF;
    margin: 0.5rem 0;
  }

  .nav_item_in--2023{
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 500;
    width: 30%;
    font-size: 1.9rem;
    color: #333333;
    margin: 0.5rem 0;
  }
}

.nav_item_in--2023 a {
  color: #333333;
}

.nav_item--2023 a {
  color: #FFF;
}

.nav_item--2023::before{
  content: url(../img/nav_arrow.png);
  vertical-align: middle;
  padding-right: 5px;
}

.nav_item_in--2023::before{
  content: url(../img/nav_arrow_bk.png);
  vertical-align: middle;
  padding-right: 5px;
}



/* interiorgift2023AW
----------------------------------------------------------------- */

.main-contents a{
  transition: 0.3s;
}
.main-contents a:hover{
  opacity: 0.7;
}

.u-space_sp{
  display: none !important;
}
.u-space_pc{
  display : block !important;
}
@media screen and (max-width: 767px) {
  .u-space_sp{
    display : block !important;
  }
  .u-space_pc{
    display: none !important;
  }
}

.main-ttl{
  background-color: #E3E0D6;
}
.main-ttl h1{
  width: 587px;
  margin: 0 auto;
  padding: 40px 0;
}

#message_slider{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-height: 44.27vw;
}

.slick-slide{
  outline: none;
}

.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #message_slider{
    max-height: 69.334vw;
  }
}


.top-contents{
  max-width: 1100px;
  margin: 72px auto 0;
  padding: 0 10px;
}
.top-contents .banner-gift{
  max-width: 920px;
  margin: 0 auto;
}
.top-interior-contents{
  margin: 120px auto 0;
}
.top-interior-ttl{
  text-align: center;
}
.top-interior-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.top-interior-ttl p{
  padding-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.top-interior-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 62px;
}
.top-interior-nav-link{
  max-width: 504px;
  width: 49%;
  margin-top: 56px;
}
.top-interior-nav-link-top,
.top-interior-nav-link-top-02{
  margin-top: 0;
}
.top-interior-nav-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.top-interior-nav-txt{
  margin-top: 32px;
}
.top-interior-nav-detail{
  font-size: 20px;
  line-height: 1.6;
}
.top-interior-nav-more{
  margin-top: 6px;
  font-size: 16px;
  color: #7B7B7B;
  text-decoration: underline;
}
.top-interior-nav-logo{
  width: 120px;
}

.top-staff-contents{
  margin-top: 70px;
  padding-top: 50px;
}
.top-staff-ttl{
  text-align: center;
}
.top-staff-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.top-staff-ttl p{
  padding-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.top-staff-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
}
.top-staff-nav-link{
  max-width: 246px;
  width: 21.6%;
  margin-top: 52px;
}
.top-staff-nav-link:first-child,
.top-staff-nav-link:nth-child(2),
.top-staff-nav-link:nth-child(3),
.top-staff-nav-link:nth-child(4){
  margin-top: 0;
}
.top-staff-nav-txt{
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}

.footer-interior{
  margin: 120px auto 0;
  padding-bottom: 96px;
  background-color: #E3E0D6;
}
.footer-interior-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 96px;
}
.footer-interior-nav li {
  position: relative;
  padding-right: 16px;
}
.footer-interior-nav li::before{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/footer-interior-line02.png);
  width: 2px;
  height: 64px;
  background-size: cover;
}
.footer-interior-nav li:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../img/footer-interior-line01.png);
  width: 342px;
  height: 2px;
  background-size: cover;
}
.footer-interior-nav li:nth-child(3n){
  padding-right: 0;
}
.footer-interior-nav li:nth-child(3n)::before{
  position: static;
  content: "";
  background-image: none;
}
.footer-interior-nav li a{
  display: inline-block;
  width: 340px;
  margin: 10px 0;
  padding: 24px 0;
  font-size: 14px;
  text-align: center;
}
.footer-interior-nav li span{
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}
.footer-interior-nav li:nth-child(3n) span{
  right: 2px;
}
.footer-interior-nav li .page-arrow{
  transform: translateY(-50%) rotate(-90deg);
}

.footer-interior .banner-gift{
  max-width: 920px;
  width: 85%;
  margin: 54px auto 0;
}
.contents-nav{
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .footer-interior-nav{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-top: 96px;
  }
  .footer-interior-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-interior-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-interior-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/footer-interior-line03.png);
    width: 100%;
    height: 3px;
    background-size: cover;
  }
  .footer-interior-nav li a {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    padding: 14px 0;
    font-size: 14px;
    text-align: left;
  }
  .footer-interior-nav li span {
    right: 10px;
  }
  .footer-interior-nav li:nth-child(3n) span {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-ttl h1{
    width: 58.667vw;
    margin: 0 auto;
    padding: 4.8vw 0;
  }  
  .top-contents{
    max-width: 89.334vw;
    margin: 7.46667vw auto 0;
    padding: 0;
  }
  .top-contents .banner-gift{
    max-width: 122.667vw;
    margin: 0 auto;
  }
  .top-interior-contents{
    margin: 12.8vw auto 0;
  }
  .top-interior-ttl h2{
    font-size: 5.333vw;
  }
  .top-interior-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  .top-interior-nav{
    display: block;
    margin-top: 6.667vw;
  }
  .top-interior-nav-link{
    max-width: none;
    width: 100%;
    margin-top: 8.533vw;
  }
  .top-interior-nav-link-top{
    margin-top: 6.667vw;
  }
  .top-interior-nav-link-top-02{
    margin-top: 8.533vw;
  }
  .top-interior-nav-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 4.267vw;
  }
  .top-interior-nav-txt{
    margin-top: 0;
  }
  .top-interior-nav-detail{
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .top-interior-nav-more{
    margin-top: 2.667vw;
    font-size: 3.2vw;
  }
  .top-interior-nav-logo{
    width: 20vw;
  }
  
  .top-staff-contents{
    margin-top: 9.334vw;
    padding-top: 6.6667vw;
  }
  .top-staff-ttl{
    text-align: center;
  }
  .top-staff-ttl h2{
    font-size: 5.333vw;
    letter-spacing: 0.15em;
  }
  .top-staff-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  .top-staff-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7.467vw;
  }
  .top-staff-nav-link,
  .top-staff-nav-link:nth-child(3),
  .top-staff-nav-link:nth-child(4){
    max-width: none;
    width: 47.612%;
    margin-top: 7.467vw;
  }
  .top-staff-nav-link:first-child,
  .top-staff-nav-link:nth-child(2){
    margin-top: 0;
  }
  .top-staff-nav-txt{
    margin-top: 2.133vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  
  .footer-interior{
    margin: 16vw auto 0;
    padding-bottom: 12.8vw;
    background-color: #E3E0D6;
  }
  .footer-interior-nav{
    display: block;
    width: 89.334vw;
    margin: 0 auto;
    padding-top: 9.6vw;
  }
  .footer-interior-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-interior-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-interior-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/footer-interior-line03.png);
    width: 100%;
    height: 2px;
    background-size: cover;
  }
  .footer-interior-nav li a {
    display: inline-block;
    width: 100%;
    margin: 0 0;
    padding: 4.26667vw 0 3.2vw;
    font-size: 3.067vw;
    text-align: left;
  }
  .footer-interior-nav li span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.3334vw solid transparent;
    border-left: 1.6vw solid black;
    border-bottom: 1.3334vw solid transparent;
  }
  .footer-interior-nav li:nth-child(3n) span {
    right: 0;
  }  
  .footer-interior .banner-gift{
    width: 89.334vw;
    margin: 9.6vw auto 0;
  }
  .contents-nav{
    margin-top: 0;
  }
}

/* interior01 */

@media (min-width: 769px) {
  .main-contents a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .main-contents a[href*="tel:"]:hover{
    opacity: 1;
  }
}

.interior-contents-wrapper{
  max-width: 920px;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 46px;
}
.interior-contents{
  margin-top: 110px;
  padding-top: 50px;
}
.interior-contents-top{
  margin-top: 0;
  padding-top: 50px;
}
.interior-contents .interior-ttl{
  text-align: center;
}
.interior-contents .interior-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.interior-contents .interior-ttl p{
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.interior-contents .interior-img{
  margin-top: 56px;
}
.interior-contents .interior-img-flex{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.interior-contents .interior-img-flex p{
  max-width: 452px;
  width: 49.131%;
}
.interior-contents .interior-txt{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.interior-contents .interior-spec{
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #7B7B7B;
}
.interior-contents .interior-detail{
  display: flex;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #7B7B7B;
}
.interior-contents .interior-detail .interior-detail-txt{
  width: 385px;
  margin-right: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.interior-contents .interior-detail .interior-brand{
  font-weight: 700;
}
.interior-contents .interior-detail .interior-place{
  padding-top: 6px;
}
.interior-contents .interior-detail .interior-tel{
  padding-top: 2px;
}
.interior-contents .interior-detail .interior-logo{
  width: 120px;
  margin-right: 48px;
}
.interior-contents .interior-detail .interior-shop{
  width: 320px;
  padding-top: 32px;
}
.interior-contents .interior-staff{
  max-width: 720px;
  margin: 72px auto 0;
}
.footer-interior01{
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .interior-contents-wrapper{
    max-width: none;
    width: 89.334%;
    margin: 0 auto 0;
    padding-top: 6.13334vw;
  }
  .interior-contents{
    margin-top: 9.3334vw;
    padding-top: 6.6667vw;
  }
  .interior-contents-top{
    margin-top: 0;
    padding-top: 6.6667vw;
  }
  .interior-contents .interior-ttl{
    text-align: center;
  }
  .interior-contents .interior-ttl h2{
    font-size: 5.333vw;
  }
  .interior-contents .interior-ttl p{
    margin-top: 4.267vw;
    font-size: 3.733vw;
  }
  .interior-contents .interior-img{
    margin-top: 7.467vw;
  }
  .interior-contents .interior-img-flex{
    display: block;
    margin-top: 0;
  }
  .interior-contents .interior-img-flex p{
    max-width: none;
    width: 100%;
    margin-top: 2.133vw;
  }
  .interior-contents .interior-txt{
    margin-top: 6.933vw;
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .interior-contents .interior-spec{
    margin-top: 4.267vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .interior-contents .interior-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7.467vw;
    padding-top: 5.333vw;
    border-top: 1px solid #7B7B7B;
  }
  .interior-contents .interior-detail .interior-detail-txt{
    width: 65.067vw;
    margin-right: 2.133vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.6;
  }
  .interior-contents .interior-detail .interior-brand{
    font-weight: 700;
  }
  .interior-contents .interior-detail .interior-place{
    padding-top: 0.8vw;
  }
  .interior-contents .interior-detail .interior-tel{
    padding-top: 0.267vw;
  }
  .interior-contents .interior-detail .interior-logo{
    width: 20vw;
    margin-right: 0;
  }
  .interior-contents .interior-detail .interior-shop{
    width: 53.333vw;
    margin: 0 auto;
    padding-top: 4.267vw;
  }
  .interior-contents .interior-staff{
    max-width: none;
    margin: 9.6vw auto 0;
  }
  .footer-interior01{
    margin-top: 21.333vw;
  }
}

/* interior02 */

.interior-contents .interior-small-rooms{
  width: 280.5px;
  margin: 0 auto;
}
#interior02 .interior-contents .interior-ttl h2 {
  padding-top: 50px;
}
.footer-interior02{
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .interior-contents .interior-small-rooms{
    width: 42.6667vw;
    margin: 0 auto;
  }
  #interior02 .interior-contents .interior-ttl h2 {
    padding-top: 4.267vw;
  }
  .footer-interior02{
    margin-top: 21.333vw;
  }
}


/* goods */

.goods-contents-wrapper{
  max-width: 920px;
  width: 90%;
  margin: 96px auto 0;
}
.goods-page-ttl{
  text-align: center;
}
.goods-page-ttl h2{
  font-size: 36px;
  letter-spacing: 0.15em;
}
.goods-page-ttl p{
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.goods-contents{
  margin-top: 120px;
}
.goods-contents-top{
  margin-top: 96px;
}
.goods-contents .goods-logo{
  width: 120px;
  margin: 0 auto;
}
.goods-contents .goods-ttl{
  margin: 8px auto 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.075em;
}
.goods-contents .goods-img{
  margin: 40px auto 0;
  width: 100%;
}
.goods-contents .goods-txt{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.6;
}
.goods-contents .goods-spec{
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  color: #7B7B7B;
}
.goods-contents .goods-detail{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #7B7B7B;
}
.goods-contents .goods-detail .goods-detail-txt{
  width: 538px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.goods-contents .goods-detail .goods-brand{
  font-weight: 700;
}
.goods-contents .goods-detail .goods-place{
  padding-top: 6px;
}
.goods-contents .goods-detail .goods-tel{
  padding-top: 2px;
}
.goods-contents .goods-detail .goods-shop{
  width: 320px;
  margin-right: 30px;
}
.footer-goods{
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .goods-contents-wrapper {
    max-width: none;
    width: 89.334%;
    margin: 12.8vw auto 0;
  }
  .goods-page-ttl h2 {
    font-size: 5.333vw;
  }
  .goods-page-ttl p {
    margin-top: 4.267vw;
    font-size: 3.733vw;
  }
  .goods-contents {
    margin-top: 9.6vw;
  }
  .goods-contents-top {
    margin-top: 7.467vw;
  }
  .goods-contents .goods-logo {
    width: 26.667vw;
    margin: 0 auto;
  }
  .goods-contents .goods-ttl {
    margin: 1.06667vw auto 0;
    font-size: 4.267vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .goods-contents .goods-img {
    margin: 7.4667vw auto 0;
    width: 100%;
  }
  .goods-contents .goods-txt {
    margin-top: 7.467vw;
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .goods-contents .goods-spec {
    margin-top: 4.267vw;
    font-size: 3.2vw;
    line-height: 1.6;
    color: #7B7B7B;
  }
  .goods-contents .goods-detail {
    display: block;
    margin-top: 7.467vw;
    padding-top: 5.333vw;
    border-top: 1px solid #7B7B7B;
  }
  .goods-contents .goods-detail .goods-detail-txt {
    width: 100%;
    font-size: 3.2vw;
  }
  .goods-contents .goods-detail .goods-shop {
    width: 53.333vw;
    margin: 8vw auto 0;
  }
  .footer-goods{
    margin-top: 16vw;
  }
}

/* column */

.column-contents-wrapper{
  max-width: 1080px;
  width: 90%;
  margin: 96px auto 0;
}
.column-staff-ttl{
  font-size: 36px;
  letter-spacing: 0.15em;
  text-align: center;
}
.column-main-img{
  margin-top: 60px;
}
.column-ttl-wrapper{
  margin-top: 56px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.column-ttl-wrapper .column-ttl{
  font-size: 36px;
}
.column-ttl-wrapper .column-person{
  margin-top: 16px;
  font-size: 20px;
}
.column-contents-inner{
  max-width: 800px;
  width: 90%;
  margin: 96px auto 0;
}
.column-contents-txt01{
  margin-top: 56px;
  font-size: 16px;
  line-height: 1.8;
}
.column-contents-txt01 p{
  margin-top: 40px;
  text-indent: 1em;
}
.column-contents-img02{
  margin-top: 96px;
}
.column-contents-txt02{
  margin-top: 56px;
  font-size: 16px;
  line-height: 1.8;
}
.column-contents-txt02 p{
  margin-top: 30px;
  text-indent: 1em;
}
.column-contents-txt02 p:first-child{
  font-size: 24px;
  text-indent: 0;
}
.column-detail{
  max-width: 1080px;
  margin: 120px auto 0;
  padding-top: 16px;
  border-top: 1px solid #707070;
}
.column-detail-inner{
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 0 auto;
}
.column-detail-inner .column-icon{
  max-width: 160px;
}
.column-detail-inner .column-detail-txt{
  width: 384px;
  margin-left: 12px;
  padding-top: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}
.column-detail-inner .column-detail-txt p{
  padding-top: 4px;
  font-size: 16px;
  font-weight: 400;
}
.column-detail-inner .column-detail-txt p:first-child{
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.column-detail-inner .column-detail-txt p:nth-child(2){
  padding-top: 6px;
}
.column-detail-inner .column-shopinfo{
  max-width: 320px;
  margin-top: 54px;
}
.column-detail-inner-attention{
  max-width: 940px;
}
.column-detail-inner .column-detail-txt-attention{
  width: 420px;
  margin-left: 6px;
}


@media screen and (max-width: 767px) {
  .column-contents-wrapper{
    max-width: none;
    width: 100%;
    margin: 0 auto 0;
  }
  .column-staff-ttl{
    font-size: 5.333vw;
    margin-top: 8vw;
  }
  .column-main-img{
    margin-top: 8vw;
  }
  .column-ttl-wrapper{
    width: 89.334%;
    margin: 7.4667vw auto 0;
  }
  .column-ttl-wrapper .column-ttl{
    font-size: 5.333vw;
  }
  .column-ttl-wrapper .column-person{
    margin-top: 2.133vw;
    font-size: 3.2vw;
  }
  .column-contents-inner{
    max-width: none;
    width: 89.334%;
    margin: 9.6vw auto 0;
  }
  .column-contents-txt01{
    margin-top: 7.467vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .column-contents-txt01 p{
    margin-top: 6.133vw;
    text-indent: 1em;
  }
  .column-contents-img02{
    margin-top: 15.2vw;
  }
  .column-contents-txt02{
    margin-top: 7.467vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  .column-contents-txt02 p{
    margin-top: 5.333vw;
    text-indent: 1em;
  }
  .column-contents-txt02 p:first-child{
    font-size: 4.267vw;
    text-indent: 0;
  }
  .column-contents-txt02 p:nth-child(2){
    margin-top: 4.267vw;
  }
  .column-detail{
    max-width: none;
    width: 89.334%;
    margin: 12vw auto 0;
    padding-top: 5.333vw;
    border-top: 1px solid #707070;
  }
  .column-detail-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: none;
    margin: 0 auto;
  }
  
  .column-detail-inner .column-icon{
    max-width: 20vw;
    order: 2;
  }
  .column-detail-inner .column-detail-txt{
    width: 65.067vw;
    margin-left: 0;
    padding-top: 0;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    order: 1;
  }
  .column-detail-inner .column-detail-txt p{
    padding-top: 0.533vw;
    font-size: 3.2vw;
    font-weight: 400;
  }
  .column-detail-inner .column-detail-txt p:first-child{
    padding-top: 0;
    font-size: 3.2vw;
    font-weight: 700;
  }
  .column-detail-inner .column-detail-txt p:nth-child(2){
    padding-top: 1.867vw;
  }
  .column-detail-inner .column-shopinfo{
    max-width: 53.333vw;
    margin: 4.2667vw auto 0;
    order: 3;
  }
  .column-detail-inner-attention{
    max-width: none;
  }
  .column-detail-inner .column-detail-txt-attention{
    width: 65.067vw;
    margin-left: 0;
  }
}


/* gift */

.gift-main-ttl h1 {
  width: 438px;
  margin: 0 auto;
  padding: 40px 0;
}
#gift .top-contents .banner-interior {
  max-width: 920px;
  margin: 0 auto;
}
#gift .top-gift-contents{
  margin-top: 120px;
}
#gift .top-gift-ttl{
  font-size: 36px;
  letter-spacing: 0.15em;
  text-align: center;
}
#gift .top-gift-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
#gift .top-gift-nav-link{
  max-width: 246px;
  width: 21.6%;
  margin-top: 52px;
}
#gift .top-gift-nav-link:first-child,
#gift .top-gift-nav-link:nth-child(2),
#gift .top-gift-nav-link:nth-child(3),
#gift .top-gift-nav-link:nth-child(4){
  margin-top: 0;
}
#gift .top-gift-nav-txt{
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#gift .top-gift-nav-all{
  width: 416px;
  margin: 72px auto 0;
  text-align: center;
}
#gift .top-gift-nav-all a{
  display: block;
  position: relative;
  font-size: 18px;
  padding: 16px 0;
  background-color: #E3E0D6;
}
#gift .top-gift-nav-all a span {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}

.footer-gift{
  margin: 160px auto 0;
  padding-bottom: 96px;
  background-color: #E3E0D6;
}
.footer-gift-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 86px;
}
.footer-gift-nav li {
  position: relative;
  padding-right: 18px;
}
.footer-gift-nav li::before{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/gift/footer-gift-line02.png);
  width: 2px;
  height: 63px;
  background-size: cover;
}
.footer-gift-nav li:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../img/gift/footer-gift-line01.png);
  width: 248px;
  height: 2px;
  background-size: cover;
}
.footer-gift-nav li:nth-child(4n){
  padding-right: 0;
}
.footer-gift-nav li:nth-child(4n)::before{
  position: static;
  content: "";
  background-image: none;
}
.footer-gift-nav li a{
  display: inline-block;
  width: 246px;
  margin: 6px 0;
  padding: 12px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.footer-gift-nav li span{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid black;
  border-bottom: 8px solid transparent;
}
.footer-gift-nav li:nth-child(4n) span{
  right: 4px;
}
.footer-gift-nav li .page-arrow{
  transform: translateY(-50%) rotate(-90deg);
}
.footer-gift .banner-interior{
  max-width: 920px;
  width: 85%;
  margin: 56px auto 0;
}

.u-br_sp{
  display: none !important;
}
.u-br_pc{
  display : block !important;
}
@media screen and (max-width: 1100px) {
  .u-br_sp{
    display : block !important;
  }
  .u-br_pc{
    display: none !important;
  }

  .footer-gift-nav{
    display: block;
    width: 85%;
    margin: 0 auto;
    padding-top: 96px;
  }
  .footer-gift-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-gift-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-gift-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/gift/footer-gift-line03.png);
    width: 100%;
    height: 3px;
    background-size: cover;
  }
  .footer-gift-nav li a {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
    padding: 14px 0;
    font-size: 14px;
    text-align: left;
  }
  .footer-gift-nav li span {
    right: 10px;
  }
  .footer-gift-nav li:nth-child(4n) span {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .gift-main-ttl h1 {
    width: 43.867vw;
    margin: 0 auto;
    padding: 4.8vw 0;
  }  
  #gift .top-contents{
    max-width: 89.334vw;
    margin: 7.46667vw auto 0;
    padding: 0;
  }
  #gift .top-contents .banner-gift{
    max-width: 122.667vw;
    margin: 0 auto;
  }
  #gift .top-gift-contents{
    margin: 16vw auto 0;
  }
  #gift .top-gift-contents-top{
    margin: 12.8vw auto 0;
  }
  #gift .top-gift-ttl h2{
    font-size: 5.333vw;
  }
  #gift .top-gift-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  #gift .top-gift-ttl{
    font-size: 5.3334vw;
    text-align: center;
  }
  #gift .top-gift-ttl h2{
    font-size: 5.333vw;
    letter-spacing: 0.15em;
  }
  #gift .top-gift-ttl p{
    padding-top: 4.267vw;
    font-size: 3.733vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  
  #gift .top-gift-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7.467vw;
  }
  #gift .top-gift-nav-link,
  #gift .top-gift-nav-link:nth-child(3),
  #gift .top-gift-nav-link:nth-child(4){
    max-width: none;
    width: 47.612%;
    margin-top: 7.467vw;
  }
  #gift .top-gift-nav-link:first-child,
  #gift .top-gift-nav-link:nth-child(2){
    margin-top: 0;
  }
  #gift .top-gift-nav-txt{
    margin-top: 2.133vw;
    font-size: 2.9334vw;
    line-height: 1.6;
  }
  #gift .top-gift-nav-all {
    width: 74.667vw;
    margin: 9.6vw auto 0;
    text-align: center;
  }
  #gift .top-gift-nav-all a {
    font-size: 3.2vw;
    padding: 4.2667vw 0;
  }
  #gift .top-gift-nav-all a span {
    right: 2.1334vw;
    border-top: 1.3334vw solid transparent;
    border-left: 1.6vw solid black;
    border-bottom: 1.3334vw solid transparent;
  }
  
  .footer-gift{
    margin: 16vw auto 0;
    padding-bottom: 12.8vw;
    background-color: #E3E0D6;
  }
  .footer-gift-nav{
    display: block;
    width: 89.334vw;
    margin: 0 auto;
    padding-top: 9.6vw;
  }
  .footer-gift-nav li {
    position: relative;
    padding-right: 0;
  }
  .footer-gift-nav li::before{
    position: sticky;
    top: 0;
    right: 0;
    transform: none;
    content: "";
    background-image: none;
  }
  .footer-gift-nav li:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../img/gift/footer-gift-line03.png);
    width: 100%;
    height: 2px;
    background-size: cover;
  }
  .footer-gift-nav li a {
    display: inline-block;
    width: 100%;
    margin: 0 0;
    padding: 4.26667vw 0 3.2vw;
    font-size: 3.067vw;
    text-align: left;
  }
  .footer-gift-nav li span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.3334vw solid transparent;
    border-left: 1.6vw solid black;
    border-bottom: 1.3334vw solid transparent;
  }
  .footer-gift-nav li:nth-child(4n) span {
    right: 0;
  }  
  .footer-gift .banner-gift{
    width: 89.334vw;
    margin: 9.6vw auto 0;
  }

}

/* gift01 */

.gift-contents-wrapper{
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
.gift-contents{
  margin-top: 64px;
  padding-top: 96px;
}
.gift-contents-top{
  margin-top: 0;
  padding-top: 96px;
}
.gift-contents-ttl{
  text-align: center;
}
.gift-contents-ttl h2{
  font-size: 36px;
}
.gift-contents-ttl p{
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.8;
}

.gift-goods{
  margin-top: 70px;
  padding-top: 50px;
}
.gift-goods-top{
  margin-top: 46px;
  padding-top: 50px;
}
.gift-lead .gift-icon{
  width: 120px;
  margin: 0 auto;
}
.gift-lead .gift-ttl{
  margin-top: 8px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.075em;
}
.gift-lead .gift-img{
  margin-top: 40px;
}
.gift-goods-introduce{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.gift-goods-introduce .gift-goods-txt{
  width: 688px;
  line-height: 1.8;
}
.gift-goods-introduce .gift-goods-txt p{
  font-size: 16px;
}
.gift-goods-introduce .gift-goods-txt ul{
  margin-top: 12px;
  font-size: 14px;
  color: #7B7B7B;
}
.gift-goods-introduce .gift-goods-img{
  width: 200px;
}
.gift-detail{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #7B7B7B;
}
.gift-detail-txt{
  width: 538px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.gift-detail-txt .gift-brand{
  font-weight: 700;
}
.gift-detail-txt .gift-place{
  padding-top: 6px;
}
.gift-detail-txt .gift-tel{
  padding-top: 2px;
}
.gift-shop{
  max-width: 320px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .gift-contents-wrapper{
    max-width: none;
    width: 89.334%;
    margin: 0 auto;
    padding: 0;
  }
  .gift-contents{
    margin-top: 3.2vw;
    padding-top: 12.8vw;
  }
  .gift-contents-top{
    margin-top: 0;
    padding-top: 12.8vw;
  }
  .gift-contents-ttl{
    text-align: center;
  }
  .gift-contents-ttl h2{
    font-size: 5.333vw;
  }
  .gift-contents-ttl p{
    margin-top: 4.267vw;
    font-size: 3.733vw;
    line-height: 1.8;
  }
  
  .gift-goods{
    margin-top: 2.9334vw;
    padding-top: 6.6667vw;
  }
  .gift-goods-top{
    margin-top: 0.8vw;
    padding-top: 6.6667vw;
  }
  .gift-lead .gift-icon{
    width: 26.667vw;
    margin: 0 auto;
  }
  .gift-lead .gift-ttl{
    margin-top: 1.067vw;
    font-size: 4.267vw;
    text-align: center;
    letter-spacing: 0.075em;
  }
  .gift-lead .gift-img{
    margin-top: 5.333vw;
  }
  .gift-goods-introduce{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.333vw;
  }
  .gift-goods-introduce .gift-goods-txt{
    width: auto;
    line-height: 1.8;
  }
  .gift-goods-introduce .gift-goods-txt p{
    width: 100%;
    font-size: 3.733vw;
    line-height: 1.6;
  }
  .gift-goods-introduce .gift-goods-txt .gift-goods-txt-flex-sp{
    display: flex;
    justify-content: space-between;
    margin-top: 4.267vw;
  }
  .gift-goods-introduce .gift-goods-txt ul{
    width: 59.467vw;
    margin-top: 0;
    font-size: 3.2vw;
    color: #7B7B7B;
    line-height: 1.6;
  }
  .gift-goods-introduce .gift-goods-txt .gift-goods-img{
    width: 26.667vw;
  }
  .gift-detail{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 7.467vw;
    padding-top: 5.333vw;
    border-top: 1px solid #7B7B7B;
  }
  .gift-detail-txt{
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
  .gift-detail-txt .gift-brand{
    font-weight: 700;
  }
  .gift-detail-txt .gift-place{
    padding-top: 1.333vw;
  }
  .gift-detail-txt .gift-tel{
    padding-top: 0.267vw;
  }
  .gift-shop{
    max-width: 53.333vw;
    margin: 7.7334vw auto 0;
  }
}

/* gift02 */

#gift02 .gift-goods-introduce {
  display: block;
  margin-top: 40px;
}
#gift02 .gift-goods-introduce .gift-goods-txt {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gift02 .gift-goods-introduce {
    display: block;
    margin-top: 5.333vw;
  }
  #gift02 .gift-goods-introduce .gift-goods-txt {
    width: 100%;
  }
  #gift02 .gift-goods-introduce .gift-goods-txt ul {
    margin-top: 3.4667vw;
  }
}


/* js-lozad
----------------------------------------------------------------- */
.js-lozad {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.js-lozad--show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-pagetop
----------------------------------------------------------------- */
.c-pagetop {
  display: none;
  width: 38px;
  height: 38px;
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 5.333vw;
  right: 5.333vw;
}

@media screen and (min-width: 769px) {
  .c-pagetop {
    bottom: 3.703vw;
    right: 3.703vw;
  }
}

@media screen and (min-width: 1081px) {
  .c-pagetop {
    bottom: 40px;
    right: 40px;
  }
}




/* 20241021 Jewelry2024 */

:root {

  /* colors */
  --c-ffffff: 255, 255, 255;
  --c-000000: 0, 0, 0;
  --c-333333: 51, 51, 51;
  --c-707070: 112, 112, 112;
  --c-7b7b7b: 123, 123, 123;
  --c-9d9d9d: 157, 157, 157;
  --c-aa9dbc: 170, 157, 188;
  --c-e5e8d9: 229, 232, 217;
  --c-d0d0d0: 218, 218, 218;
  --c-f7f5f6: 247, 245, 246;
  --c-f5f4f2: 245, 244, 242;
  --c-f2eee9: 242, 238, 233;
  --c-fcfcfc: 252, 252, 252;


  --c-0c1254: 12, 18, 84;
  --c-8589af: 133, 137, 175;


  /* fonts */
  --f-ntj: 'Noto Sans JP', sans-serif;
  --f-sg: 'Sawarabi Gothic', sans-serif;
  --f-sm: 'Shippori Mincho', serif;
  --f-smb: 'Shippori Mincho B1', serif;
  --f-cor: 'Cormorant', serif;
  --f-rob: 'Roboto', sans-serif;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  --fs-ita: italic;


  /* duration */
  --t-duration-fast: 0.4s;
  --t-duration-med: 0.6s;
  --t-duration-slow: 0.8s;

}

/* font-family */
.u-f-ntj {
  font-family: var(--f-ntj);
}
.u-f-sg {
  font-family: var(--f-sg);
}
.u-f-sm {
  font-family: var(--f-sm);
}
.u-f-smb {
  font-family: var(--f-smb);
}
.u-f-cor {
  font-family: var(--f-cor);
}
.u-f-rob {
  font-family: var(--f-rob);
}

/* font-weight */
.u-fw-lig {
  font-weight: var(--fw-light);
}
.u-fw-reg {
  font-weight: var(--fw-regular);
}
.u-fw-med {
  font-weight: var(--fw-medium);
}
.u-fw-bol {
  font-weight: var(--fw-bold);
}

/* font-style */
.u-fs-ita {
  font-style: var(--fs-ita);
}


.u-txt-uppercase {
  text-transform: uppercase;
}


.pageContents__wrapper {
  position: relative;
  margin: 0 auto;
  background-image: url(../img/pc-bg_grad.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pageContents__inner {
  display: grid;
  place-content: center;
  position: fixed;
  top: 157px;
  bottom: 0;
  padding: 21px;
  transition: top 0.3s;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pageContents__inner::-webkit-scrollbar {
    display: none;
}
.pageContents__inner.left {
  left: 0;
}
.pageContents__inner.right {
  right: 0;
}
.pageContents__inner .pageContents__info {
  transform: scale(0.8);
  transition: transform 0.4s;
  transform-origin: center;
}
.pageContents__title {
  max-width: 340px;
}
.pageContents__title a {
  display: block;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
}
.pageContents__title a img:first-child {
  margin-bottom: 86px;
  max-width: 340px;
}
.pageContents__title a img:last-child {
  max-width: 327px;
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .pageContents__title a img:first-child {
    margin-bottom: 6.143vw;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .pageContents__title a img:first-child {
    margin-bottom: 6.719vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pageContents__title a img:first-child {
    margin-bottom: 7.819vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .pageContents__title a img:first-child {
    margin-bottom: 8.399vw;
  }
}

.pageContents__contents {
  position: relative;
  width: 52%;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
  color: rgb(var(--c-0c1254));
  background: rgb(var(--c-ffffff));
  box-shadow: 2px 2px 6px rgba(var(--c-000000), 0.16);
  z-index: 1;
}

.pageContents__main {
  padding-bottom: 83px;
  background-image: url(../img/top-main-bg-grad.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pageContents__main.item-page {
  padding-bottom: 83px;
  background-image: unset;
}
@media screen and (max-width: 750px) {
  .pageContents__main {
    padding-bottom: 16vw;
  }
}
.pageContents__sub {
  position: relative;
}
.pageContents__sub:nth-of-type(2) {
  position: relative;
  margin-bottom: -83px;
  padding-bottom: 83px;
}
.pageContents__sub .bg-grad {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .pageContents__sub:nth-of-type(2) {
    margin-bottom: -16vw;
    padding-bottom: 16vw;
  }
  .pageContents__sub .bg-grad {
    top: -5.77vw;
  }
}

/* 
.pageContents__inner.right {
  display: grid;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 157px;
  bottom: 0;
  padding: 21px;
  transition: top 0.3s;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
} */
.pageContents__inner {
  -ms-overflow-style: none;
}
.pageContents__inner .pageContents__info {
  transform: scale(0.9);
  transition: transform 0.4s;
  transform-origin: center;
}
.pageContents__inner .pageContents__nav {
  max-width: 347px;
}
.pageContents__inner .pageContents__nav .nav-ttl {
  margin-bottom: 53px;
  margin-inline: auto;
  max-width: 100px;
}
.pageContents__inner .pageContents__nav .nav-list {
  margin-bottom: 62px;
  margin-inline: auto;
  max-width: 285px;
  counter-reset: number 0;
}
.pageContents__inner .pageContents__nav .nav-list li:not(:first-child) {
  padding-top: 25px;
}
.pageContents__inner .pageContents__nav .nav-list li:nth-child(5) span {
  position: relative;
  top: -0.2em;
}
.pageContents__inner .pageContents__nav .nav-list li a {
  display: block;
  padding-bottom: 11px;
  width: 100%;
  border-bottom: 1px solid rgb(var(--c-707070));
  transition: color 0.2s;
}
.pageContents__inner .pageContents__nav .nav-list li a.active-link {
  color: rgba(var(--c-333333), 1);
}
.pageContents__inner .pageContents__nav .nav-list li a.active-link::after {
  opacity: 1;
}
/* .pageContents__inner .pageContents__nav .nav-list li a::before {
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 14px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: var(--fw-light);
  font-family: var(--f-rob);
  font-style: italic;
}
.pageContents__inner .pageContents__nav .nav-list li a::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 20px;
  aspect-ratio: 20/15;
  background-image: url(../img/nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  transition: color 0.2s;
} */
.pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-ttl {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: rgb(var(--c-0c1254));
  text-align: center;
}
.pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-txt {
  margin-bottom: 18px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgb(var(--c-0c1254));
  text-align: center;
}
.pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-image {
  box-shadow: 1px 1px 10px rgba(var(--c-000000), 0.16);
  width: 100%;
  aspect-ratio: 327/180;
  transition: opacity var(--t-duration-med) ease, visibility 0s linear var(--t-duration-med);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-image.is-shown {
  transition-delay: 0s, 0s;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .pageContents__header .pageContents__info {
    transform: scale(0.7);
  }
  .pageContents__inner .pageContents__info {
    /* transform: scale(0.8); */
  }
  
}
@media screen and (min-width: 1100px) and (max-width: 1280px) {
  .pageContents__header .pageContents__info {
    transform: scale(0.6);
  }
  .pageContents__inner .pageContents__info {
    transform: scale(0.85);
    transform-origin: left center;
  }
  .pageContents__inner .pageContents__nav .nav-ttl {
    margin-bottom: 4.141vw;
  }
  .pageContents__inner .pageContents__nav .nav-list {
    margin-bottom: 4.844vw;
  }
  .pageContents__inner .pageContents__nav .nav-list li:not(:first-child) {
    padding-top: 1.954vw;
  }
  .pageContents__inner .pageContents__nav .nav-list li a {
    padding-bottom: 0.86vw;
  }
  .pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-ttl {
    margin-bottom: 0.469vw;
    font-size: 1.563vw;
  }
  .pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-txt {
    margin-bottom: 1.407vw;
    font-size: 1.654vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .pageContents__header .pageContents__info {
    transform: scale(0.6);
  }
  .pageContents__inner .pageContents__info {
    transform: scale(1);
  }
  .pageContents__inner .pageContents__nav .nav-ttl {
    margin-bottom: 3.941vw;
  }
  .pageContents__inner .pageContents__nav .nav-list {
    margin-bottom: 4.644vw;
  }
  .pageContents__inner .pageContents__nav .nav-list li:not(:first-child) {
    padding-top: 1.754vw;
  }
  .pageContents__inner .pageContents__nav .nav-list li a {
    padding-bottom: 0.66vw;
  }
  .pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-ttl {
    margin-bottom: 0.269vw;
    font-size: 1.363vw;
  }
  .pageContents__inner .pageContents__nav .nav-bnr .nav-bnr-txt {
    margin-bottom: 1.207vw;
    font-size: 1.454vw;
  }
}
@media screen and (min-width: 1024px) {
  .pageContents__inner {
    width: calc(50% - 26rem);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .pageContents__inner.left {
    width: calc(100% - 52rem);
  }
  .pageContents__contents {
    width: 100%;
    margin-inline: auto 0;
  }
  .pageContents__inner.right {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .pageContents__inner.left .pageContents__bg {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pageContents__contents {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .pageContents__inner {
    display: none;
  }
}


.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}


/*===========================
  index
===========================*/

.header-wave {
  position: fixed;
  inset: 0;
}
.header-wave svg {
  width: unset !important;
  height: unset !important;
}

.mv {
  position: relative;
  margin-bottom: 29.2308%;
  padding-top: 25%;
}
.mv-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mv-anim {
    perspective: 1000px; 
    position: relative;
    margin-inline: auto;
    width: 57.6924%;
    aspect-ratio: 300/400;
}
.figure-wrapper {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-out;
    transform: rotateY(0deg); 
    opacity: 1;
}
.figure-front, .figure-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden; 
}
.figure-front { transform: rotateY(0deg); }
.figure-back { transform: rotateY(180deg); }

.figure-wrapper img, .figure-final img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.figure-final {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.0s ease-in;
}
.figure-final.is-visible {
    opacity: 1;
    pointer-events: auto;
}
.figure-wrapper.is-hidden {
    opacity: 0;
}

.mv-frame {
    position: relative;
    margin-top: 8.4616%;
    z-index: 10;
}
.mv-frame .start,
.mv-frame .end {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.mv-frame .start {
  margin-inline: auto;
  width: 46.1539%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  z-index: 2;
}
.mv-frame .start.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.mv-frame .end { 
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
    transition: opacity 1.0s ease-in, visibility 1.0s ease-in;
    z-index: 1;
}
.mv-frame .end.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mv-frame .end p {
    position: relative;
    text-align: center;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: rgb(var(--c-0c1254));
}
.mv-frame .end span {
    display: inline-block; 
    opacity: 0;
    transform: translateY(40px); 
}

.mv-date {
  margin: 36% auto 0;
  width: 60.3847%;
}

@keyframes character-slide-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes character-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .mv-frame .end p {
      font-size: 6.13334vw;
  }
  .mv-frame .end span {
      display: inline-block; 
      opacity: 0;
      transform: translateY(10.6667vw); 
  }
}



.lead {
  position: relative;
  margin-block: 0 136px;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  z-index: 1;
}
.lead .lead-ttl {
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.lead .lead-txt {
  font-size: 22px;
  line-height: 2.188;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .lead {
    margin-bottom: 26.134vw;
  }
  .lead .lead-ttl {
    margin-bottom: 6.134vw;
    font-size: 5.334vw;
  }
  .lead .lead-txt {
    font-size: 4.267vw;
  }
}


.brand {
  margin-bottom: 139px;
  margin-inline: auto;
  width: 395px;
}
.brand .brand-ttl {
  margin-bottom: 42px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: rgb(var(--c-0c1254));
  text-align: center;
}
.brand .brand-list {
  /* counter-reset: number 0; */
}
.brand .brand-list li:not(:first-child) {
  padding-top: 35px;
}
/* .brand .brand-list li:nth-child(5) span {
  position: relative;
  top: -0.2em;
} */
.brand .brand-list li a {
  display: block;
  /* display: flex;
  align-items: center; */
  padding-bottom: 15px;
  width: 100%;
  /* font-size: 33px;
  line-height: 1.209;
  letter-spacing: 0.05em; */
  border-bottom: 1.4px solid rgb(var(--c-707070));
}
/* .brand .brand-list li a::before {
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 19px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: var(--fw-light);
  font-family: var(--f-rob);
  font-style: italic;
}
.brand .brand-list li a::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  width: 28px;
  aspect-ratio: 28/21;
  background-image: url(../img/nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
} */
@media screen and (max-width: 750px) {
  .brand {
    margin-bottom: 26.667vw;
    width: 76vw;
  }
  .brand .brand-ttl {
    margin-bottom: 8vw;
    font-size: 5.334vw;
  }
  .brand .brand-list li:not(:first-child) {
    padding-top: 6.667vw;
  }
  .brand .brand-list li a {
    padding-bottom: 2.934vw;
    /* font-size: 6.4vw; */
    border-bottom: 1px solid rgb(var(--c-707070));
  }
  /* .brand .brand-list li a::before {
    margin-right: 3.734vw;
    font-size: 5.334vw;
  }
  .brand .brand-list li a::after {
    width: 5.334vw;
  } */
}


.spoint {
  margin-inline: auto;
  padding: 56px 39px;
  width: 454px;
  border-radius: 14px;
  background-color: rgb(var(--c-e5e8d9));
  box-shadow: 2px 2px 5px rgb(var(--c-d0d0d0));
}
.spoint .spoint-ttl {
  display: grid;
  grid-auto-flow:column;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.563;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.spoint .spoint-ttl .spoint-ttl_logo {
  inline-size: 98px;
  aspect-ratio: 1;
}
.spoint .spoint-txt {
  margin-bottom: 14px;
}
.spoint .spoint-btn a {
  display: grid;
  place-content: center;
  grid-auto-flow: column;
  align-items: center;
  column-gap: 28px;
  margin-inline: auto;
  padding-left: 9px;
  width: 278px;
  aspect-ratio: 200/40;
  font-size: 20px;
  line-height: 1.072;
  border-radius: 100vmax;
  background-color: rgb(var(--c-ffffff));
}
.spoint .spoint-btn a::after {
  content: "";
  inline-size: 14px;
  aspect-ratio: 1;
  background-image: url(../img/g-btn-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .spoint {
    padding: 10.667vw 7.467vw;
    width: 87.2vw;
    border-radius: 2.667vw;
  }
  .spoint .spoint-ttl {
    column-gap: 2.934vw;
    margin-bottom: 2.667vw;
    font-size: 4.267vw;
  }
  .spoint .spoint-ttl .spoint-ttl_logo {
    inline-size: 18.667vw;
  }
  .spoint .spoint-txt {
    margin-bottom: 2.667vw;
  }
  .spoint .spoint-btn a {
    column-gap: 5.334vw;
    padding-left: 1.6vw;
    width: 53.334vw;
    font-size: 3.734vw;
  }
  .spoint .spoint-btn a::after {
    inline-size: 2.667vw;
  }
}


.special {
  padding: 69px 33px;
  background: linear-gradient(182deg,rgba(207, 218, 224, 1) 0%, rgba(243, 248, 254, 1) 48%, rgba(254, 245, 229, 1) 100%);
}
.special .special-head {
  margin-bottom: 28px;
  text-align: center;
}
.special .special-head .special-head_ttl {
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(var(--c-0c1254));
}
.special .special-head .special-head_sub {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgb(var(--c-0c1254));
}
.special .special-txt {
  margin-bottom: 42px;
  font-size: 22px;
  line-height: 1.563;
  letter-spacing: 0.04em;
  color: rgb(var(--c-0c1254));
}
.special .special-movie {
  position: relative;
  width: 100%;
  height: auto;
  /* aspect-ratio: 16 / 9; */
  box-shadow: 1px 1px 10px rgba(var(--c-000000), 0.16);
  z-index: 2;
}
.special .special-movie iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 750px) {
  .special {
    padding: 13.334vw 6.4vw;
  }
  .special .special-head {
    margin-bottom: 5.334vw;
  }
  .special .special-head .special-head_ttl {
    margin-bottom: 2.134vw;
    font-size: 10.6667vw;
  }
  .special .special-head .special-head_sub {
    font-size: 2.934vw;
  }
  .special .special-txt {
    margin-bottom: 8vw;
    font-size: 4.267vw;
  }
}


.announce {
  padding: 55px 33px;
  background-color: rgb(var(--c-9d9d9d));
}
.announce-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 15px;
  line-height: 1.546;
  letter-spacing: 0.04em;
  color: rgb(var(--c-ffffff));
}
.announce-list li::before {
  content: "※";
}
@media screen and (max-width: 750px) {
  .announce {
    padding: 10.667vw 6.4vw;
  }
  .announce-list li {
    font-size: 2.934vw;
  }
}


/*===========================
  item
===========================*/

.mt-40 {
  margin-top: 56px;
}
.mb-74 {
  margin-bottom: 103px;
}
.mb-100 {
  margin-bottom: 139px;
}
.w-150 {
  width: 208px;
}
.w-180 {
  width: 250px;
}
.w-240 {
  width: 333px;
}
@media screen and (max-width: 750px) {
  .mt-40 {
    margin-top: 10.667vw;
  }
  .mb-74 {
    margin-bottom: 19.734vw;
  }
  .mb-100 {
    margin-bottom: 26.667vw;
  }
  .w-150 {
    width: 40vw;
  }
  .w-180 {
    width: 48vw;
  }
  .w-240 {
    width: 64vw;
  }
}


.fv {
  position: relative;
  margin-bottom: 14px;
  padding: 28px 33px;
  z-index: 1;
}
.fv .fv-ttl {
  width: 106px;
}
@media screen and (max-width: 750px) {
  .fv {
    margin-bottom: 2.667vw;
    padding: 5.334vw 6.4vw;
  }
  .fv .fv-ttl {
    width: 20.267vw;
  }
}


.anchor {
  margin-inline: auto;
  max-width: 454px;
}
.anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  /* counter-reset: number 0; */
}
.anchor .anchor-list li {
  width: 208px;
}
.anchor .anchor-list li:nth-child(n+3) {
  padding-top: 28px;
}
.anchor .anchor-list li:nth-child(5) span {
  position: relative;
  top: -0.2em;
}
.anchor .anchor-list li:nth-child(5) a {
  padding-bottom: 8px;
}
.anchor .anchor-list li:nth-child(6) a {
  padding-bottom: 4px;
}
.anchor .anchor-list li:nth-child(5) a::after,
.anchor .anchor-list li:nth-child(6) a::after {
  top: 50%;
  transform: translateY(-50%);
}
.anchor .anchor-list li a {
  position: relative;
  display: block;
  padding-bottom: 14px;
  width: 100%;
  /* font-size: 23px;
  line-height: 1.05;
  letter-spacing: 0.05em; */
  line-height: 0;
  border-bottom: 1.4px solid rgb(var(--c-8589af));
}
/* .anchor .anchor-list li a::before {
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 12px;
  font-size: 17px;
  line-height: 1.565;
  letter-spacing: 0.2em;
  font-weight: var(--fw-light);
  font-family: var(--f-rob);
  font-style: italic;
  white-space: nowrap;
} */
.anchor .anchor-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-left: auto;
  width: 8px;
  aspect-ratio: 8/14;
  background-image: url(../img/item-anchor-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.anchor.anchor-top {
  padding-bottom: 28px;
}
.anchor.anchor-btm {
  padding-block: 0;
}
.anchor.anchor-btm .anchor-list li a::after {
  transform: rotate(180deg);
}
.anchor.anchor-btm .anchor-list li:nth-child(5) a::after ,
.anchor.anchor-btm .anchor-list li:nth-child(6) a::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.anchor.anchor-btm .anchor-list li:last-child {
  width: 100%;
}
.anchor.anchor-btm .anchor-list li:last-child a {
  justify-content: center;
  padding-left: unset;
}
.anchor.anchor-btm .anchor-list li:last-child a::before {
  content: "";
}
.anchor.anchor-btm .anchor-list li:last-child a::after {
  right: 1px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 750px) {
  .anchor {
    width: 87.2vw;
  }
  .anchor .anchor-list li {
    width: 45.872%;
  }
  .anchor .anchor-list li:nth-child(n+3) {
    padding-top: 5.334vw;
  }
  .anchor .anchor-list li:nth-child(6) a {
    padding-bottom: 0.534vw;
  }
  .anchor .anchor-list li a {
    padding-bottom: 2.667vw;
    font-size: 4.267vw;
    border-bottom: 1px solid rgb(var(--c-707070));
  }
  .anchor .anchor-list li a::before {
    margin-right: 2.134vw;
    font-size: 3.2vw;
  }
  .anchor .anchor-list li a::after {
    width: 1.6vw;
    aspect-ratio: 6/9;
  }
  .anchor.anchor-top {
    padding-bottom: 5.334vw;
  }
  .anchor.anchor-btm {
    padding-block: 0;
  }
}


.item {
  position: relative;
  margin-inline: auto;
  padding-block: 83px 139px;
  padding-inline: 34px;
  background-image: url(../img/item-item-bg-top-grad.png) ;
  background-repeat: no-repeat;
  background-size: cover;
}
.item .item-head {
  position: relative;
  padding-top: 162px;
}
.item .item-head .item-head_num {
  position: absolute;
  top: 0;
  right: 0;
  width: 139px;
  transform: rotateY(360deg);
  transition: transform 2s ease-in-out;
}
.item .item-head .item-head_num.is-shown {
  transform: rotateY(0deg);
}
.item .item-head .item-head_ttl {
  margin-bottom: 69px;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.item:nth-of-type(5) .item-head .item-head_ttl span {
  position: relative;
  top: -0.2em;
}
.item .item-lead {
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.item .item-txt {
  margin-bottom: 67px;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.item .item-slide {
  margin-bottom: 14px;
  width: 520px;
  transform: translateX(-34px);
}
.item .item-image {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  overflow: hidden;
  z-index: 1;
}
.item .item-image.is-shown {
  transform: translateY(0);
  opacity: 1;
}
#item02.item .item-image.image-01 {
  margin-inline: 60px auto;
}
#item02.item .item-image.image-02 {
  margin-top: -97px;
  margin-inline: auto 0;
}
#item02.item .item-image.image-03 {
  margin-inline: auto 0;
}
#item03.item .item-image.image-01 {
  margin-inline: auto 0;
}
#item03.item .item-image.image-02 {
  margin-inline: 0 auto;
}
#item03.item .item-image.image-03 {
  margin-top: -35px;
  margin-inline: auto 0;
}
#item04.item .item-image.image-02 {
  margin-inline: 0 auto;
}
#item04.item .item-image.image-03 {
  margin-top: -35px;
  margin-inline: auto 0;
}
#item05.item .item-image.image-01 {
  margin-inline: auto 0;
}
#item06.item .item-image.image-01 {
  margin-inline: auto 0;
}
.item .item-caption {
  margin-bottom: 139px;
  font-size: 14px;
  line-height: 1.546;
  letter-spacing: 0.04em;
}
.item .item-block .item-block-ttl {
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: rgb(var(--c-8589af));
}
.item .item-block .item-block-lead {
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.item .item-block .item-block-txt {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.item .item-block .item-block-note {
  padding-top: 17px;
  font-size: 15px;
  line-height: 1.546;
  letter-spacing: 0.04em;
}
.item .item-block .item-block-image img {
  margin-bottom: 24px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
  overflow: hidden;
}
.item .item-block .item-block-image img.is-shown {
  transform: translateY(0);
  opacity: 1;
}
.item .item-block .item-block-image .item-block-image_caption {
  font-size: 15px;
  line-height: 1.546;
  letter-spacing: 0.04em;
}
.item .item-block.item-other {
  margin-block: 194px 111px;
}
.item .item-block.item-other .item-block-ttl {
  letter-spacing: 0.05em;
  color: rgb(var(--c-0c1254));
}
.item .item-block.item-other .item-block-lead {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.item .item-block.item-whats {
  margin-bottom: 111px;
}
.item .item-block.item-only {
  margin-bottom: 69px;
  border: 1.4px solid rgb(var(--c-8589af));
  border-top: unset;
}
.item .item-block.item-only .item-block-ttl {
  display: grid;
  grid-template-columns: 1fr 236px 1fr;
  align-items: center;
  justify-items: center;
  margin-bottom: unset;
  margin-inline: auto;
  color: rgb(var(--c-8589af));
  transform: translateY(calc(-50% + 0.2px));
}
.item .item-block.item-only .item-block-ttl::before,
.item .item-block.item-only .item-block-ttl::after {
  content: "";
  inline-size: 100%;
  height: 0.7px;
  background-color: rgb(var(--c-8589af));
}
.item .item-only .item-only-inner {
  margin-inline: auto;
  padding-block: 28px 55px;
  width: 374px;
}
.item .item-only .item-only-inner .item-only-txt {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.item .item-only .item-only-inner .item-only-txt span {
  display: contents;
  font-size: 15px;
  line-height: 1.546;
  letter-spacing: 0.04em;
}
.item .item-only .item-only-inner .item-only-txt + .item-only-image {
  margin-top: 28px;
}
.item .item-only .item-only-inner .item-only-desc li {
  display: grid;
  grid-auto-flow: column;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.item .item-only .item-only-inner .item-only-desc li:not(:first-child) {
  margin-top: 1lh;
}
.item .item-only .item-only-inner .item-only-desc li span {
  display: contents;
  font-size: 15px;
  line-height: 1.546;
  letter-spacing: 0.04em;
}
.item .item-only .item-only-inner .item-only-desc li::before {
  content: "・";
}
.item .item-offer {
  padding-top: 55px;
}
.item .item-offer .item-offer-ttl {
  margin-bottom: 21px;
  font-size: 26px;
  line-height: 1.2632;
  letter-spacing: 0.2em;
  text-align: center;
}
.item .item-offer .item-offer-txt {
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.item .item-offer .item-offer-txt span {
  display: contents;
  font-size: 15px;
  line-height: 1.546;
  letter-spacing: 0.04em;
}
.item .item-offer .item-offer-txt + .item-offer-image {
  margin-top: 28px;
}
.item .item-shop {
  margin-inline: auto;
  width: 374px;
}
.item .item-shop .item-shop-image {
  margin-bottom: 28px;
}
.item .item-shop .item-shop-list {
  text-align: center;
}
.item .item-shop .item-shop-list .item-shop-list_name a {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  column-gap: 11px;
  font-size: 18px;
  line-height: 1.847;
  letter-spacing: 0.04em;
  color: rgb(var(--c-0c1254));
  white-space: nowrap;
}
.item .item-shop .item-shop-list .item-shop-list_name a::after {
  content: "";
  inline-size: 14px;
  aspect-ratio: 1;
  background-image: url(../img/item-shop-other.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.item .item-shop .item-shop-list .item-shop-list_info span:nth-of-type(1) {
  display: block;
  font-size: 15px;
  line-height: 2.182;
  letter-spacing: 0.04em;
}
.item .item-shop .item-shop-list .item-shop-list_info span:nth-of-type(2) {
  display: block;
  font-size: 18px;
  line-height: 1.847;
  letter-spacing: 0.04em;
}
.item .item-shop .item-shop-list .item-shop-list_info span:nth-of-type(2) a {
  color: rgb(var(--c-0c1254));
}
.item .separate-wave {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.item .item-selection {
  position: relative;
  z-index: 0;
}
.item .item-selection .item-wave {
  position: absolute;
  top: -27.2728%;
  left: -34px;
  right: -34px;
  z-index: -1;
}
.item .item-history {
  position: relative;
  z-index: 0;
}
.item .item-history .item-wave {
  position: absolute;
  left: -34px;
  right: -34px;
  z-index: -1;
}
#item02.item .item-history .item-wave {
  top: -148%;
}
#item03.item .item-history .item-wave {
  top: -102%;
}
#item04.item .item-history .item-wave {
  top: -12%;
}
#item05.item .item-history .item-wave {
  top: -25%;
}
#item06.item .item-history .item-wave {
  top: -42%;
}
.item .item-product {
  position: relative;
  z-index: 0;
}
.item .item-product .item-wave {
  position: absolute;
  left: -34px;
  right: -34px;
  transform: scaleY(-1);
  z-index: -1;
}
#item02.item .item-product .item-wave {
  top: -20%;
}
#item03.item .item-product .item-wave {
  top: -8%;
}
#item04.item .item-product .item-wave {
  top: 65%;
}
#item05.item .item-product .item-wave {
  top: 135%;
}
.item .item-whats {
  position: relative;
  z-index: 0;
}
.item .item-whats .item-wave {
  position: absolute;
  left: -34px;
  right: -34px;
  transform: scaleY(-1);
  z-index: -1;
}
#item06.item .item-whats .item-wave {
  top: 67%;
}
.item .item-other  {
  position: relative;
  z-index: 0;
}
.item .item-other .item-wave {
  position: absolute;
  left: -34px;
  right: -34px;
  transform: scaleY(-1);
  z-index: -1;
}
#item01.item .item-other .item-wave {
  top: 6.3637%;
}
@media screen and (max-width: 750px) {
  .item {
    padding-block: 16vw 26.667vw;
    padding-inline: 6.4vw;
  }
  .item .item-head {
    padding-top: 31.2vw;
  }
  .item .item-head .item-head_num {
    width: 26.667vw;
  }
  .item .item-head .item-head_ttl {
    margin-bottom: 13.334vw;
    font-size: 6.667vw;
  }
  .item .item-lead {
    margin-bottom: 5.334vw;
    font-size: 5.334vw;
  }
  .item .item-txt {
    margin-bottom: 12.8vw;
    font-size: 3.734vw;
  }
  .item .item-slide {
    margin-bottom: 2.667vw;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    transform: translateX(0);
  }
  #item02.item .item-image.image-01 {
    margin-inline: 11.467vw auto;
  }
  #item02.item .item-image.image-02 {
    margin-top: -18.667vw;
  }
  #item03.item .item-image.image-03 {
    margin-top: -6.667vw;
  }
  #item04.item .item-image.image-03 {
    margin-top: -6.667vw;
  }
  .item .item-caption {
    margin-bottom: 26.667vw;
    font-size: 2.6667vw;
  }
  .item .item-block .item-block-ttl {
    margin-bottom: 5.334vw;
    font-size: 5.334vw;
  }
  .item .item-block .item-block-note {
    padding-top: 3.2vw;
    font-size: 2.934vw;
  }
  .item .item-block .item-block-lead {
    margin-bottom: 5.334vw;
    font-size: 5.334vw;
  }
  .item .item-block .item-block-txt {
    font-size: 3.734vw;
  }
  .item .item-block .item-block-image img {
    margin-bottom: 4.534vw;
  }
  .item .item-block .item-block-image .item-block-image_caption {
    font-size: 2.934vw;
  }
  .item .item-block.item-other {
    margin-block: 37.334vw 21.334vw;
  }
  .item .item-block.item-other .item-block-lead {
    font-size: 3.734vw;
  }
  .item .item-block.item-whats {
    margin-bottom: 21.334vw;
  }
  .item .item-block.item-only {
    margin-bottom: 13.3334vw;
    border: 1px solid rgb(var(--c-8589af));
    border-top: unset;
  }
  .item .item-block.item-only .item-block-ttl {
    grid-template-columns: 1fr 236px 1fr;
    transform: translateY(calc(-50% + 0.4px));
  }
  .item .item-block.item-only .item-block-ttl::before,
  .item .item-block.item-only .item-block-ttl::after {
    height: 0.5px;
  }
  .item .item-only .item-only-inner {
    padding-block: 5.3334vw 10.6667vw;
    width: 72vw;
  }
  .item .item-only .item-only-inner .item-only-txt {
    font-size: 3.734vw;
  }
  .item .item-only .item-only-inner .item-only-txt span {
    font-size: 2.934vw;
  }
  .item .item-only .item-only-inner .item-only-txt + .item-only-image {
    margin-top: 5.3444vw;
  }
  .item .item-only .item-only-inner .item-only-desc li {
    font-size: 3.734vw;
  }
  .item .item-only .item-only-inner .item-only-desc li span {
    font-size: 2.934vw;
  }
  .item .item-offer {
    padding-top: 10.6667vw;
  }
  .item .item-offer .item-offer-ttl {
    margin-bottom: 4vw;
    font-size: 5.06667vw;
  }
  .item .item-offer .item-offer-txt {
    font-size: 4.26667vw;
  }
  .item .item-offer .item-offer-txt span {
    font-size: 2.934vw;
  }
  .item .item-offer .item-offer-txt + .item-offer-image {
    margin-top: 5.3334vw;
  }
  .item .item-shop {
    width: 72vw;
  }
  .item .item-shop .item-shop-image {
    margin-bottom: 5.334vw;
  }
  .item .item-shop .item-shop-list .item-shop-list_name a {
    column-gap: 2.134vw;
    font-size: 3.467vw;
  }
  .item .item-shop .item-shop-list .item-shop-list_name a::after {
    inline-size: 2.667vw;
  }
  .item .item-shop .item-shop-list .item-shop-list_info span:nth-of-type(1) {
    font-size: 2.934vw;
  }
  .item .item-shop .item-shop-list .item-shop-list_info span:nth-of-type(2) {
    font-size: 3.467vw;
  }
  .item .item-selection .item-wave {
    left: -6.4vw;
    right: -6.4vw;
  }
  .item .item-history .item-wave {
    left: -6.4vw;
    right: -6.4vw;
  }
  .item .item-product .item-wave {
    left: -6.4vw;
    right: -6.4vw;
  }
  .item .item-whats .item-wave {
    left: -6.4vw;
    right: -6.4vw;
  }
  .item .item-other .item-wave {
    left: -6.4vw;
    right: -6.4vw;
  }
}


.contents-nav,
.breadcrumb,
.global-footer {
  position: relative;
  z-index: 1;
}
.global-footer {
  background: rgb(var(--c-ffffff));
}


.slide > div:not(:first-child) {
  display: none;
}
.slide .slick-dots li {
  width: 35px;
  height: 1.4px;
  margin-inline: 7px;
}
.slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: rgb(var(--c-8589af));
  pointer-events: all;
}
.slide .slick-dots li.slick-active button {
  background-color: rgb(var(--c-ffffff));
}
.slide .slick-dots li button::before {
  display: none;
}
@media screen and (max-width: 750px) {
  .slide .slick-dots li {
    width: 6.667vw;
    height: 1px;
    margin-inline: 1.334vw;
  }
}