@charset "UTF-8";
/*
Theme Name: Hikigashi
Theme URI: https://hikigashi.positive-dream-persons.com/wp-content/themes/hikigashi/
Description:hikigashi's theme
*/


/* # =================================================================
   # BASE
   # ================================================================= */

   @import url('https://fonts.cdnfonts.com/css/saudagar');

   html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
  }

  
:root {
    accent-color:#93BBC0;
    --color-a:#33241F;
    --color-b:#DAE0DD;
    --color-c:#FFFEFB;
    --color-d:#F9F8F3;
    --color-e:#AFA285;
    --color-f:#EFECE2;
    --color-g:#231815;
    --color-h:#C6D1D2 /*#D0CBBC*/;
    --color-i:#69829A;
    --color-j:#7C786B;
    --color-k:#c8cdca;
    --font-xxl:6.5vw;
    --font-xl:4.5vw;
    --font-l:2vw;
    --font-ml:1.6vw;
    --font-m:1.1vw;
    --font-ms:1vw;
    --font-s:0.9vw;
    --font-style-a:"yu-mincho-pr6n", sans-serif;
    --font-style-b:'Saudagar', sans-serif;
    --font-style-c:"yu-gothic-pr6n", sans-serif;
  }
  @media screen and (max-width: 769px) {
    :root {
      --font-xxl:32px;
      --font-xl:40px;
      --font-l:20px;
      --font-ml:18px;
      --font-m:14px;
      --font-ms:13px;
      --font-s:12px;
    }
  }
  
  body {
    font-family:var(--font-style-c);
    color: var(--color-g);
    font-size: var(--font-m);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    font-feature-settings: "palt";
    background:var(--color-c);
  }

a {
  color: var(--color-g);
  text-decoration: none;
  transition: all 0.5s;
  outline: none;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: var(--color-g) !important;
    text-decoration: none !important;
  }
}


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

address {
  font-style: normal;
}

hr {
  border-color: var(--color-e);
  margin-bottom: 1em;
}

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

dt{
  margin: 0;
  padding: 0;
  font-weight: normal;
}

strong {
  font-weight: 600;
}

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.font-l {
  font-size: var(--font-l);
}

.font-s {
  font-size: var(--font-s);
}

.wrapper a{
  color: var(--color-a);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
.wrapper a:hover{
  text-decoration: none;
}
}

.wrapper h3,
.wrapper p{
    width:80%;
    margin:0 auto;
}

@media only screen and (max-width: 769px) {
  .wrapper h3,
  .wrapper p{
      width:100%;
  }
}

.wrapper h3{
  font-size: var(--font-ml);
  margin-bottom: 1em;
}

.wrapper .wp-block-image{
  margin:5em 0;
}

.wrapper .wp-block-image img{
  max-width: none!important;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  display: block!important;
}

@media only screen and (max-width: 769px) {
  .wrapper .wp-block-image{
    margin:5em -3%;
  }
  .wrapper .wp-block-image img{
    aspect-ratio: 1/1.1;
    object-fit: cover;
  }
}

.wrapper figure,
.wp-block-embed,
.wrapper p,
.wrapper ul,
.wrapper ol{
  margin-bottom:2em!important;
}

.wrapper ul li{
  list-style: disc;
  margin-left:1.1em;
  margin-bottom: 0.2em;
}

.wrapper ol li{
  list-style: decimal;
  margin-left:2em;
  margin-bottom: 0.2em;
}

.wrapper table{
  margin-bottom: 2em;
}

.wrapper table th{
  background:var(--color-e);
}


/* display
------------------------------ */

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.grecaptcha-badge {
  display: none;
}


  /* align
  ------------------------------ */
  .txt-center {
    text-align: center;
  }
  
  .txt-right {
    text-align: right;
  }
  
  @media screen and (min-width: 769px) {
    .pc-txt-center {
      text-align: center;
    }
  }

   /* animation */
   .wp-block-image{
     opacity: 0;
   }
 
   .fadeIn{
     animation: fadeIn 1s ease-in-out forwards;
 }
 
   @keyframes fadeIn{
   0% {
   opacity: 0;
   filter: contrast(300%);
   } 
   100% {
   opacity: 1;
   filter: contrast(100%);
   } 
 }
 
  
  /* # =================================================================
   # AREA
   # ================================================================= */
   .row {
    width: 80%;
    margin: 0 auto;
  }

  .row-s{
    width: 60%;
    margin:0 auto;
}

@media only screen and (max-width: 769px) {
    .row,
    .row-s{
        width: 94%;
      }

    #main{
        padding-top:3em;
      }

    .page-id-2 #main{
      padding:0;
    }

    .main-img img{
      aspect-ratio: 1/1.1;
      object-fit: cover;
    }
}



  /* # =================================================================
   # HEADING
   # ================================================================= */
   h2,
   h3,
   h4,
   h5{
       line-height: 1.5;
       font-family: var(--font-style-a);
   }
  
.heading01{
  margin: 4em 0;
  padding:0 2.5em;
  line-height: 1.5;
}

.cat-img .heading01{
  padding: 0;
  margin:0 0 1em 0;
  text-transform: capitalize;
  font-family: var(--font-style-a);
}

.heading01::before{
  content:attr(data-title);
  font-size: var(--font-xl);
  font-family: var(--font-style-b);
  padding-right:0.2em;
}
.blog .heading01,
.blog .heading01::before{
  color: var(--color-j);
}

@media only screen and (max-width: 769px) {
  .heading01{
    margin:1em 0 4em 0;
    padding: 0 2em;
    color: var(--color-j);
  }

  .page-id-2 .heading01{
    color: var(--color-e);
  }

  .cat-img .heading01 {
    position: relative;
    display: inline-block;
  }

  .cat-img .heading01::before{
    display: inline-block;
    margin-right: 0.2em;
  }

  .cat-img .heading01::after{
    content:'';
    width: 111%;
    height: 1px;
    background: var(--color-f);
    position: absolute;
    bottom:0.8em;
    left:-9%;
  }

  .heading01::before{
    display: block;
    line-height: 1.2;
    padding-right: 0;
  }
}

.heading02{
  text-align: center;
  font-size: var(--font-l);
}

.heading02a{
  font-size: var(--font-l);
}

.heading03{
  text-align: center;
  font-size: var(--font-m);
  margin-bottom:3em;
}

.heading03::before{
  content:attr(data-title);
  font-size: var(--font-ml);
  padding-right:0.5em;
}

@media only screen and (max-width: 769px) {
  .heading03::before{
    display: block;
  }
}

/* # =================================================================
   # HEADER
   # ================================================================= */
   #header {
    position: sticky;
    top:0;
    background:var(--color-c);
    z-index: 3;
     display: flex;
     justify-content: space-between;
     padding:2.5em 3em 0.8em 3em;
 }

   #header #identity{
     line-height: 1;
     width:35%;
   }

   @media (max-width:769px){
    .page-id-2 #header{
      background:transparent;
    }
 }

 
   @media (max-width:600px){
     #header{
         padding:2em 1em 1em 2em;
     }
     #header #identity{
      width:60%;
    }
 }

/* # =================================================================
   # Navigation
   # ================================================================= */

   .nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:2.5em;
    font-family: var(--font-style-a);
    font-size: var(--font-ms);
  }

  .nav > ul li:nth-of-type(3){
    order: 5;
  }

  .nav p,
  #hamburger{
    display: none;
  }


@media screen and (min-width: 770px) {
  
  .nav dl{
    position: relative;
  }

.nav dl dd {
  position: absolute;
  top:2em;
  left:-1em;
  opacity: 0;
  z-index: -1;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
  .nav dl:hover dd {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }

  .nav dl dd li a{
    display: block;
    padding:0.5em 1em;
    width:10em;
    border:1px solid var(--color-f);
    background: var(--color-c);
  }
  .nav dl dd li a:hover{
    background: var(--color-f);
  }

}

  #blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index:-1; /* nav より後ろになるように調整 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none; /* 背景がクリックできるようにしておく */
}

body.nav-open #blur-overlay {
    opacity: 1;
    visibility: visible;
    z-index:2; /* nav より後ろになるように調整 */
}

  @media (max-width:769px){

    .nav dl dd {
      display: block;
      opacity: 1;
      transform: none;
      transition: none;
    }

    body.nav-open #header #identity{
      filter: blur(5px);
    }

    #hamburger{
      display: block;
      border:none;
      position: fixed;
      width:50px;
      height:25px;
      right: 1em;
      top: 2em;
      z-index: 9999;
      cursor: pointer;
    }

   .hamburger-lines {
    width: 80%;
    margin:0 auto;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger-lines span {
    display: block;
    width: 100%;
    height:1px;
    background-color: var(--color-a);
    transition: 0.4s;
  }

  .page-id-2 .hamburger-lines span {
    background-color:var(--color-c);
  }
  
  .hamburger.active .hamburger-lines span:nth-child(1) {
    transform: rotate(29deg) translate(6px, 8px);
  }
  .hamburger.active .hamburger-lines span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-lines span:nth-child(3) {
    transform:rotate(-29deg) translate(3px,-3px)
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 314px;
    height: 100%;
    background: var(--color-h);
    transition: 0.4s;
    z-index: 999;
  }
  .nav.active {
    right: 0;
  }

  .nav > ul {
    display: block;
    gap: 0;
    width: 90%;
    margin: 0 auto;
    padding-top:6.5em;
    font-size: var(--font-m);
  }

  .nav > ul li:nth-of-type(3){
    order: 3;
  }

  .nav > ul li a {
    padding: 0.8em 1em 0.8em 3em;
    display: block;
  } 
  .nav > ul ul li a {
    padding: 0.5em 1em 0.5em 5.2em;
  } 

  .nav dd li a{
    padding-left: 2.5em;
    position: relative;
  }

  .nav dd li a::before{
    content:'';
    width:0.8em;
    height: 1px;
    background: var(--color-a);
   position: absolute;
   top:1.4em;
   left:4em;
  }

  .nav p{
    display: block;
    width:74%;
   position: absolute;
   right:2em;
   bottom:3em;
  }
}

  /* # =================================================================
   # BTN
   # ================================================================= */

.btn-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top:1em;
}

.btn a{
  background: var(--color-a) url(img/ico_arrow_w.svg) 90% 50% no-repeat;
  color: var(--color-c);
  padding:0.2em 3em 0.2em 2.5em;
  border-radius: 10em;
  display: inline-block;
  font-family: var(--font-style-a);
}

@media only screen and (max-width: 769px) {
  .btn-list{
    display: block;
  }

  .btn-list li{
    margin-bottom:1em;
  }

  .btn a{
    display: block;
    max-width: 220px;
    width:100%;
    padding:0.4em 3em 0.4em 2.5em;
    margin:0 auto;
  }

}

@media (min-width:768px){
  .btn a:hover{
    background: var(--color-i) url(img/ico_arrow_w.svg) 90% 50% no-repeat;
  }
}

  /* # =================================================================
   # TOP
   # ================================================================= */

#top-slider-area{
  display: flex;
}

.swiper {
  height:100vh;
  width: 50%;
}

.swiper img{
  height:100vh;
  object-fit: cover;
}

@media only screen and (max-width: 769px) {
  #top-slider{
    position: relative;
    top:-75px;
    height: calc(100vh - 75px);
  }
  
#top-slider-area::after{
  content:'';
  position:fixed;
  height: 20vh;
  top:0;
  left:0;
  width:100%;
  z-index: 1;
  background:linear-gradient(180deg, #BDBBB7 -4.35%, transparent 100%);
}

#top-slider-area::before{
  content:'';
  position:absolute;
  height: 100vh;
  top:0;
  left:0;
  width:100%;
  z-index: 2;
}

  #top-slider-area{
    display: block;
  }
  
  .swiper {
    height:50vh;
    width: 100%;
  }
  
  .swiper img{
    height:50vh;
  }
}

.slider-top,
.slider-bottom{
  position: relative;
}

#top-slider-area h2{
  color: var(--color-c);
  font-family: var(--font-style-b);
  font-size: var(--font-xxl);
  position: absolute;
  left:0.4em;
  bottom:0.5em;
  z-index: 2;
  line-height: 0.8;
  text-align: right;
}

@media only screen and (max-width: 769px) {
  #top-slider-area h2{
    top:42vh;
    bottom:inherit;
    font-size: 14vw;
  }
}

.slider-bottom .slide-bottom-area{
  position: absolute;
  right:3em;
  bottom:4.5em;
  z-index: 2;
  font-family: var(--font-style-a);
  color: var(--color-c);
  font-size: var(--font-ml);
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 769px) {
  .slider-bottom .slide-bottom-area{
    right:inherit;
    left:5%;
    bottom:inherit;
    top:0;
    width: 90%;
    height: 48vh;
  }
  /* .slider-bottom .slide-bottom-area br{
    display: none;
  } */
  .slider-bottom .slide-bottom-area p{
  color: var(--color-j);
  font-size: 4.2vw;
  text-align: right;
  letter-spacing: 0.1em;
  padding-top:11vw;
  }
}

@media only screen and (max-width: 500px) {
  .slider-bottom .slide-bottom-area p{
    padding-top:8.5vw;
    }
}

.slider-bottom .slide-bottom-area .scroll{
  position: relative;
  font-size: var(--font-ms);
  letter-spacing: 0.1em;
  font-family: var(--font-style-b);
  padding-top:1em;
  margin-top: 1em;
}


@media only screen and (max-width: 769px) {
  .slider-bottom .slide-bottom-area .scroll{
    position: absolute;
    bottom:0;
    width:100%;
    text-align: left;
    color: var(--color-c);
  }

}

.slider-bottom .slide-bottom-area .scroll span::before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 2px;
  background:var(--color-h);
}

.slider-bottom .slide-bottom-area .scroll span::after{
	content: "";
	position: absolute;
	top: 0;
	width: 20%;
	height:1px;
	background:var(--color-c);
	animation: pathmove 2.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		width:0;
		left:0;
		opacity: 0;
	}
	30%{
		width:20%;
		opacity: 1;
	}
	100%{
		width:0;
		left:100%;
		opacity: 0;
	}
}


#top-about{
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 8em;
}

#top-about .top-heading{
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  position: relative;
  padding-top:5em;
}

#top-about .top-heading::before{
  content:'';
  width:1px;
  height: 20em;
  background:var(--color-h);
  position: absolute;
  left:10.5em;
  top:0em;
}

#top-about .heading01{
  margin:0;
  padding:0;
  position:relative;
}

#top-about .heading01::before{
  font-size: var(--font-xxl);
  padding:0;
  display: block;
  line-height: 0.8;
}

#top-about .heading01::after{
  content: '';
  width: 1px;
  height: 2em;
  background: var(--color-h);
  position: absolute;
  left: 0.7em;
  top: -2.5em;
}

.top-about-block{
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.top-about-img01{
  width:80%;
}

.top-about-img02{
  margin-top:10em;
}

.top-about-lead{
  padding: 5em 0;
}

.top-about-lead h2{
  font-size: var(--font-l);
  margin-bottom: 2em;
  letter-spacing: 0.2em;
}

.top-about-lead p{
  margin:0 0 2em 8em;
}

@media only screen and (max-width: 769px) {
  #top-about {
    grid-template-columns: 1fr;
  }

  .top-about-block{
    grid-template-columns: 1.2fr 3fr;
    padding-right: 5%;
  }
  .top-about-lead {
    padding: 10em 0 5em 0;
}
  .top-about-lead p {
    margin:0 0 1em 0;
  }
  .top-about-lead p br{
    display: none;
  }
  .top-about-img02{
   display: none;
  }
  .top-about-img01{
    width:96%;
  }
  #top-about .heading01 {
    left: -0.5em;
}

#top-about .heading01::before{
  font-size: 50px;
}

#top-about .top-heading::before {
  height: 17em;
  left:45%;
}

}

@media only screen and (max-width: 550px) {
  #top-about .top-heading::before {
    left: 40%;
  }
}

#top-guide{
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 8em;
}

#top-guide .top-heading{
  display: flex;
  justify-content: center;
}

.top-guide-area section{
  display:grid;
  grid-template-columns: 1fr 2fr 1fr;
  border-bottom:1px solid var(--color-f);
  padding:2em 1em;
}

.top-guide-area section:first-of-type{
  border-top:1px solid var(--color-f);
}

.top-guide-area section h3{
  font-size: var(--font-m);
}

.top-guide-area section h3::after{
  content: attr(data-title);
  font-size: var(--font-s);
  display: block;
}

.top-guide-area section p{
  font-size: var(--font-s);
}


@media only screen and (max-width: 769px) {
  
.top-guide-area section h3{
  font-size: var(--font-ml);
}

.top-guide-area section h3::after{
  font-size: var(--font-m);
}
  .top-guide-area section,
  #top-guide{
    grid-template-columns: 1fr;
  }  
  #top-guide{
    margin-bottom: 5em;
  }
  #top-guide .top-heading{
    display: block;
  }
  .top-guide-area{
    margin-left:1em;
  }
  .top-guide-area section p{
    margin-top:1em;
  }
.top-guide-area .btn a{
  margin:1em 0 1em 0;
  max-width: 130px;
}

}


#top-story{
  padding:0 2em 4em 2em;
}


#top-story .top-heading .heading01{
  position: relative;
  margin:0 0 1em 0;
  padding:0;
  color: var(--color-e);
  text-align: right;
  }

  #top-story .top-heading .heading01::after{
    content:'';
    width:2em;
    height: 1px;
    background:var(--color-e);
    position: absolute;
    right: 13em;
    top: 4em;
  }

  #top-story .top-heading .heading01::before{
    display: block;
    color: var(--color-e);
    line-height:0.8;
    margin-left: -0.65em;
  }

.top-story-area{
  display: grid;
  /* grid-template-columns: 2fr 1fr 1fr; */
   grid-template-columns: 1fr 1fr 1fr;
}

.top-story-list{
  border-right:1px solid var(--color-h);
  position: relative;
}

.top-story-list:first-of-type{
  border-left:1px solid var(--color-h);
}

.top-story-list a{
  display: block;
  height: 100%;
  padding:0 0.5em;
}

@media only screen and (min-width: 769px) {
  .top-story-list a:hover{
    background:var(--color-d);
  }

  .top-story-list figure{
    overflow: hidden;
  }

  .top-story-list a img{
    transition: all 0.5s;
  }

  .top-story-list a:hover img{
    transform: scale(1.05);
  }
}


.top-story-list a header{
  font-family: var(--font-style-a);
  padding:0.5em;
}

.top-story-list a header h3{
  font-size: var(--font-s);
}

.top-story-list a header p{
  font-size: var(--font-m);
}

.top-story-lead{
  font-size: var(--font-s);
  color: var(--color-j);
  padding:0 0.5em;
  margin-bottom:5em;
}

.top-story-list figure{
  margin-bottom: 1em;
}

.top-story-list figure img{
  /* aspect-ratio: 1/1.2; */
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* .top-story-list:first-of-type figure img{
  aspect-ratio: 2/1.17;
} */

.top-story-btn{
  text-align: right;
  font-family: var(--font-style-a);
  border-bottom: 1px solid rgba(124,120,107,0.5);
  font-size: var(--font-s);
  background:url(img/ico_arrow.svg) no-repeat right;
  padding-right: 2em;
  position: absolute;
  bottom:0;
  left:3%;
  width:94%;
}

.top-story-list:first-of-type .top-story-btn{
  left:2%;
  width:96%;
}

@media only screen and (max-width: 769px) {
  .top-story-list a header h3{
    font-size: var(--font-m);
  }
  
  .top-story-list a header p{
    font-size: var(--font-ml);
  }
  
  .top-story-lead{
    font-size: var(--font-m);
  }
  #top-story {
    padding: 0 2% 4em 2%;
}
  .top-story-area{
    grid-template-columns: 1fr;
  }
  #top-story .top-heading .heading01::before{
    font-size: 60px;
    margin: 0;
  }
  #top-story .top-heading .heading01::after {
    top: 7.5em;
}
.top-story-list {
  margin-bottom: 3em;
}
.top-story-list figure img {
  aspect-ratio: 2 / 1.17;
}
.top-story-list {
  border-left: 1px solid var(--color-h);
}
#top-story .story-footer {
  padding:0 0 3em 0;
}
}

  #top-gift{
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding-bottom: 2em;
  }

  #top-about .top-heading,
  #top-guide .top-heading,
  #top-gift .top-heading {
    color:var(--color-e);
  }

  #top-guide .top-heading .heading01,
  #top-gift .top-heading .heading01{
  position: relative;
  padding-left: 5.5em;
  margin-top:0;
  }
  #top-guide .top-heading .heading01::after,
  #top-gift .top-heading .heading01::after{
    content:'';
    width:2em;
    height: 1px;
    background:var(--color-e);
    position: absolute;
    left: 3em;
    top: 4em;
  }

  #top-guide .top-heading .heading01::before,
  #top-gift .top-heading .heading01::before{
    display: block;
    color: var(--color-e);
    line-height:0.8;
    margin-left: -0.65em;
  }

  #top-gift .select-block{
    padding-right:2em;
  }

  .top-gift-heading h3{
    font-size: var(--font-ml);
    margin-bottom: 1em;
  }

  .top-gift-heading{
    margin-bottom: 3em;
  }

  @media only screen and (max-width: 769px) {
    #top-gift{
      grid-template-columns: 1fr;
    }
    #top-guide .top-heading .heading01,
    #top-gift .top-heading .heading01{
    padding-left: 3em;
    margin-bottom: 1.5em;
    }
    #top-guide .top-heading .heading01::before,
    #top-gift .top-heading .heading01::before{
      font-size:60px;
      margin-left:-0.3em;
    }
    #top-guide .top-heading .heading01::after, #top-gift .top-heading .heading01::after {
      width: 1em;
      left: 1.5em;
      top: 4.2em;
    }

    .top-gift-heading {
      padding:0 4%;
    }
    #top-gift .select-block {
      padding:0 2%;
    }

  }

  /* # =================================================================
   # ITEM
   # ================================================================= */

   .column-two{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:6em;
    padding:0 10em 0 3em;
  }

  .main-area{
    padding-top: 5em;
  }

  @media only screen and (max-width: 769px) {
    .column-two{
      grid-template-columns: 1fr;
      gap:0;
      padding:0;
    }
    .main-area{
      padding:3em 6% 0 6%;
    }

  }

  .item-header{
    font-family: var(--font-style-a);
  }

  .item-header .btn {
    margin:3em 0 5em 0;
    text-align: center;
  }

  .item-header .btn a{
    display: block;
    padding:0.5em 2em;
    background-color: var(--color-i);
    background-position: 94% 50%;
  }

  @media only screen and (min-width: 769px) {
    .item-header .btn a:hover{
      background-color:var(--color-a);
    }
  }

  .price{
    line-height: 1;
  }

  .price span{
    font-size: var(--font-ml);
  }

  @media only screen and (max-width: 769px) {
    .item-header .btn a,
    .item-aside .btn a{
      max-width: none;
    }
    .price {
      margin-top:1em;
    }
  }

  .item-content{
    border-bottom: 1px solid var(--color-h);
    margin-bottom: 3em;
    padding-bottom: 1em;
  }

  .item-content h3{
    font-size: var(--font-ml);
    margin-bottom: 2em;
  }

  .item-content p{
    margin-bottom: 2em;
  }

  .item-detail-list{
    margin-bottom: 5em;
  }

  .item-detail-list li{
    margin-bottom: 1em;
  }

  .item-detail-list dl{
    display:grid;
    grid-template-columns: 1.5fr 4fr;
    column-gap:1em;
  }

  .item-aside h3{
    font-size: var(--font-m);
    margin-bottom: 0.5em;
  }

  .item-aside h3::before{
    content:'';
    width:0.5em;
    height: 0.5em;
    border-radius: 50%;
    display: inline-block;
    background: var(--color-a);
    margin-right: 0.5em;
  }
  
  .item-aside .btn{
    margin:2em 0 5em 0;
    font-family: var(--font-style-a);
  }
  .item-aside .btn a{
    display: block;
    text-align: center;
    padding:0.5em 2em;
  }

   .sub-area{
    display: grid;
    grid-template-columns: 1fr 9fr;
    gap: 0.5em;
    position: sticky;
    top:5em;
    align-self: start;
    padding:5em 0;
  }

  .sub-area img{
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  #slider{
    order:2;
  }

  @media only screen and (max-width: 769px) {
    .sub-area{
      grid-template-columns: 1fr;
      position: inherit;
      top:inherit;
      padding: 0 6%;
    }

    #slider{
      order:1;
    }

    #carousel{
      order:2;
    }

    #carousel .slides{
      display: grid;
      grid-template-columns:repeat(5,1fr);
      column-gap:0.5em;
    }
  }

  #slider .slides li {
    display: none;
  }

  #slider .slides li.active {
    display: block;
  }

  #carousel .slides li img {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s;
  }

  #carousel .slides li.active img {
    opacity: 1;
  }

  #carousel .slides li{
  background:var(--color-g);
  margin-bottom: 0.5em;
  }

.related-list-area{
  padding:5em 0 8em 0;
}

.related-list-area footer{
  padding-top:3em;
}

.related-link{
  display: grid;
  grid-template-columns:repeat(4,1fr);
  gap: 0.5em;
}

@media only screen and (max-width: 769px) {
  .related-link{
    grid-template-columns:repeat(2,1fr);
    text-align: center;
  }
  
}

.related-link figure{
  overflow: hidden;
  margin-bottom: 1em;
}

.related-link img{
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.3s;
}

@media only screen and (min-width: 769px) {
  .related-link img:hover{
    transform: scale(1.1);
  }
}

.items-area{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  text-align: center;
  margin: 0 2.5em;
  padding-bottom: 5em;
  border-top:1px solid var(--color-h);
}
.items-block{
padding:2em 1em;
border-bottom:1px solid var(--color-h);
border-right:1px solid var(--color-h);
display: none;
opacity: 0;
transition: opacity 0.6s ease;
}

.category .items-block{
  display: block;
  opacity: 1;
  transition: none;
}

.items-block.show {
  display: block;
}

.items-block.fade-up {
  opacity: 1;
}

.items-block:nth-child(3n){
  border-right:none;
}

.items-block a{
  display: block;
  height: 100%;
}

#loadMore{
cursor: pointer;
text-align: center;
margin-bottom: 5em;
font-family: var(--font-style-a);
}

#loadMore span{
  display: inline-block;
  background:var(--color-a) url(img/ico_arrow_w_b.svg) no-repeat 90% 50%;
  padding: 0.2em 4em 0.2em 3em;
  color: var(--color-c);
  border-radius: 1em;
}

@media only screen and (max-width: 769px) {
  .items-area{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin:0;
  }

  .items-block{
    padding:2em 0.5em;
  }

  .items-block:nth-child(3n){
    border-right:1px solid var(--color-h);
  }

  .items-block:nth-child(2n){
    border-right:none;
  }
}

.items-area header p{
  margin:1em 0;
}

.items-area h3,
.items-price{
  color: var(--color-j);
  font-size: var(--font-s);
}

.related-list figure,
.items-block figure{
  overflow: hidden;
  position: relative;
}

.related-list figcaption,
.items-block figcaption{
  background: var(--color-i);
  color: var(--color-c);
  padding:0.2em 1em;
  position: absolute;
  left:0;
  top:0;
  font-family: var(--font-style-a);
  font-size: var(--font-s);
}

.related-list figure img,
.items-block figure img{
  transition: all 0.3s;
}

.related-list figure img:hover,
.items-block figure img:hover{
  transform: scale(1.1);
}

@media only screen and (max-width: 769px) {
  .items-block figure img{
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}


  /* # =================================================================
   # CAT
   # ================================================================= */

   .cat-img{
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap:5em;
    align-items:flex-end;
    padding:0 3em 6em 0;
  }

  @media only screen and (max-width: 769px) {
    .cat-img{
      grid-template-columns: 1fr;
      gap: 2em;
      padding-bottom:4em;
    }  

    .cat-img header{
      padding:0 0 0 4%;
      margin-right:0;
    }
  }

  .cat-img figure{
    position: relative;
  }

  .cat-img figure img{
    aspect-ratio: 1.15 / 1;
    object-fit: cover;
  }

  .cat-img figcaption{
    color:var(--color-j);
    position: absolute;
    right:-2em;
    top:5em;
    writing-mode: vertical-rl;
    font-family: var(--font-style-a);
  }

  .cat-img figcaption::before{
    content:'';
    position: absolute;
    top: -5em;
    right: 1em;
    width: 1px;
    height: 4em;
    background:var(--color-j);
  }

  .other-cats-block{
    display: grid;
    grid-template-columns:repeat(2,1fr);
    gap:0.5em;
    padding: 0 2.5em 5em 2.5em;
  }

  @media only screen and (max-width: 769px) {
    .other-cats-block{
      grid-template-columns: 1fr;
      padding: 0 0.5em 4em 0.5em;
    }  
  }

  .other-cats-block a{
    display: grid;
    grid-template-columns: 3fr 1.5fr;
    gap:2em;
    background: var(--color-b);
  }

  @media only screen and (min-width: 769px) {
    .other-cats-block a:hover{
      background:var(--color-h);
    }

  }

  .other-cats-block figure img{
    aspect-ratio: 1/1;
    object-fit: cover;
  }

.other-cats-block h3{
  font-size: var(--font-m);
  padding:1em 2em;
  text-transform: capitalize;
}

.other-cats-block h3:before{
  content:attr(data-title);
  font-size: var(--font-ml);
}

.other-cats-block section{
  position: relative;
}

.other-cats-block section p{
  position: absolute;
  left:2em;
  bottom:2em;
  padding:0 10em 0 0;
  border-bottom: 1px solid rgba(124,120,107,0.5);
  background:url(img/ico_arrow.svg) no-repeat 90% 50%;
}

@media only screen and (max-width: 500px) {
  .other-cats-block h3{
    font-size: var(--font-m);
    padding:1em 1.5em;
  }
  
  .other-cats-block section p{
    left:1.5em;
    bottom:1.5em;
    padding:0 5em 0 0;
  }  
}

  /* # =================================================================
   # GUIDE
   # ================================================================= */

   .guide-header ul{
    margin-top:5em;
  }

.guide-header ul li a{
  display:inline-block;
  background:url(img/ico_arrow_b.svg) no-repeat 95% 50%;
  border-bottom: 1px solid rgba(124,120,107,0.5);
  padding:0.5em 0;
  width:70%;
  font-family: var(--font-style-a);
}

@media (max-width:769px){
  
  .guide-header ul{
    margin-top:2em;
  }
  .guide-header ul li a{
    width: 100%;
  }
}

#about,
#choice,
#howtouse{
  border-bottom: 1px solid rgba(124,120,107,0.5);
  padding:5em 0 0 0;
}

.about-wrapper{
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding-left:10%;
  padding-right: 10%;
}

@media (max-width:769px){
  .about-wrapper{
    grid-template-columns: 1fr;
    padding:0 5%;
  }

}

.guide-heading{
  font-family: var(--font-style-a);
}

@media (max-width:769px){
  .guide-heading{
    margin-bottom: 2em;
  }
}

#choice .guide-heading,
#howtouse .guide-heading{
  margin-bottom: 3em;
}

.guide-heading h2{
  font-size: var(--font-ml);
}

.guide-heading dl{
  position: relative;
  display: flex;
  gap: 0.5em;
} 

.guide-heading dd::before {
  content: '';
  width: 2em;
  height: 1px;
  background: var(--color-a);
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
}

.about-area{
  /* display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 3em; */
  padding:0 10% 2em 0;
  margin-bottom: 2em;
}

@media (max-width:769px){
  .about-area{
    grid-template-columns: 1fr;   
    padding:0 0 2em 0;
    margin-bottom: 3em;
  }
}

.about-area h3{
  font-size: var(--font-ml);
}

.about-area p:not(:last-of-type){
  margin-bottom: 1em;
}

.about-area h3::after{
  content: attr(data-title);
  font-size: var(--font-ms);
  display: block;
}

.choice-wrapper{
  padding-left:10%;
}


#howtouse .choice-wrapper,
.choice-heading{
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  padding-right: 19%;
  gap:2em;
  margin-bottom: 3em;
}


@media (max-width:769px){
  #howtouse .choice-wrapper,
  .choice-wrapper{
    grid-template-columns: 1fr;
    padding:0 5%;
  }
  .choice-heading{
    grid-template-columns: 1fr;
    padding:0;
  }
}

.choice-heading h3{
  font-size: var(--font-ml);
}

.choice-heading h3::before{
  content:attr(data-title);
  display: inline-block;
  font-size: var(--font-m);
}

.choice-area{
  display: grid;
  grid-template-columns:repeat(2,1fr);
  gap:0.5em;
  padding-right:5%;
  margin-bottom: 5em;
  padding-bottom: 5em;
  border-bottom: 1px solid rgba(124,120,107,0.5);
}

.choice-area section{
  display: grid;
  grid-template-columns: 3fr 1.3fr;
  background:var(--color-b);
}

.choice-area div{
  padding:2em;
}

.choice-area p{
  color: var(--color-j);
  font-size: var(--font-ms);
}


.choice-area figure img{
  aspect-ratio: 1/1.3;
  object-fit: cover;
}

@media (max-width:769px){
  .choice-area{
    padding-right: 0;
  }
  .choice-area,
  .choice-area section{
    grid-template-columns:1fr;
  }
  .choice-area figure img{
    aspect-ratio: 3/1;
    object-fit: cover;  
  }
}

.choice-area h3{
  font-size: var(--font-m);
  font-family: var(--font-style-a);
  margin-bottom:1em;
}

.choice-area h3::before{
  content: attr(data-title);
  font-size: var(--font-ml);
  display: inline-block;
  margin-right: 0.5em;
}

.select-block{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:0.5em;
  margin-bottom: 3em;
  padding-right: 5%;
}

@media (max-width:769px){
  .select-block{
    grid-template-columns:1fr;
    padding-right: 0;
    padding-bottom: 4em;
  }  
}

.select-block p{
  border-bottom: 1px solid rgba(124,120,107,0.5);
  font-family: var(--font-style-a);
  background: url(img/ico_arrow.svg) no-repeat 94% 50%;
  width:70%;
  margin-top:3em;
}

.select-block a{
  display: block;
  background:var(--color-b);
}

@media (min-width:769px){
  .choice-area a:hover,
  .select-block a:hover{
  background:var(--color-h); /*k*/   
  }
}

@media (max-width:769px){
  .select-block a{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
  .select-block p{
    width:100%;
  }
}

.select-block header{
  padding: 1.5em;
}

.select-block header h3::before{
  content:attr(data-title);
  display: inline-block;
  font-size: var(--font-ml);
  margin-right:0.2em;
  text-transform: capitalize;
}

.select-block figure img{
  aspect-ratio: 2.3/1;
  object-fit: cover;
  transition: all 0.5s;
}

@media (max-width:769px){
  .select-block figure img{
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

.select-block figure{
  overflow: hidden;
}

@media (min-width:768px){
  .select-block header a:hover{
    background:var(--color-h);
  }
  .select-block header a:hover img{
    transform: scale(1.05);
  } 
}

.howtouse-block{
  margin-right: -30%;
}

@media (max-width:769px){
  .howtouse-block{
    margin-right:0;
  }
}

.howtouse-block h3{
  margin-bottom: 1em;
  font-size: var(--font-ml);
}

.howtouse-block h3::after{
  content: attr(data-title);
  font-size: var(--font-m);
  display: inline-block;
  margin-left:0.5em;
}

.howtouse-block p{
  margin-bottom: 3em;
}

.guide-footer{
  padding:5em 0;
}


  /* # =================================================================
   # STORY
   # ================================================================= */
  
.story-block:first-of-type a{
  border-top: 1px solid var(--color-h);
}

.story-block a{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  border-bottom: 1px solid var(--color-h);
  align-items: center;
  padding:4em 2em 4em 0;
}

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

  .story-block a{
    grid-template-columns: 1fr;
    padding:2em 0;
    gap:0;
  }  
  .story-block a div{
    padding:1em;
  }

  .story-block a footer{
    text-align: right;
  }
}

.story-block a figure{
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .story-block a:hover figure img{
    transition: all 0.5s;
  }
  .story-block a:hover figure img{
    transform: scale(1.05);
  }
}

.story-block a header p{
  font-size: var(--font-ml);
  font-family: var(--font-style-a);
  margin-bottom: 1em;
}

.story-lead{
  font-size: var(--font-ms);
  color: var(--color-j);
  margin-bottom: 4em;
}

.story-link{
  border-bottom: 1px solid rgba(124,120,107,0.5);
  display: inline-block;
  padding:0 4em 0 0;
  background: url(img/ico_arrow.svg) no-repeat 90% 50%;
}

.story-footer{
  padding:6em 0;
}

.story-header{
  padding:2.5em 0 6em 0;  
}

.story-header dl{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-family: var(--font-style-a);
  margin-bottom:1em;
}

.story-header dd::before{
  content: '';
  width: 4em;
  height: 1px;
  background: var(--color-a);
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
}

#aside{
  background:var(--color-d);
}

.aside-area{
  width:80%;
  margin:0 auto;
  padding:5em 12% 3em 12%;
  border-bottom: 1px solid var(--color-h);
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap:3em;
  font-family: var(--font-style-a);
}

.aside-area figure{
  overflow: hidden;
}

.aside-area figure img{
  aspect-ratio: 1.1/1;
  object-fit: cover;
  transition: all 0.5s;
}

@media only screen and (min-width: 769px) {
  .aside-area figure img:hover{
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 769px) {
  .aside-area{
    width:94%;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1em;
}
.aside-area figure img{
  max-width: 200px;
}
}

.aside-area h3{
  font-size: var(--font-ml);
}

.other-list-area{
  background:var(--color-d);
  padding:5em 0 8em 0;
}

@media only screen and (max-width: 769px) {
  .other-list-area{
    padding:2em 0 4em 0;
  }
}

.other-list-block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}

.other-list a{
  display: block;
  background:var(--color-b);
  font-family: var(--font-style-a);
}

.other-list h3{
font-size: var(--font-m);
}

.other-list header{
  padding:1.5em;
}

.other-list p{
  border-bottom: 1px solid rgba(124,120,107,0.5);
  padding:0 0.5em;
  margin:2em 1.5em 1.5em 1.5em;
  background:url(img/ico_arrow.svg) no-repeat right;
  background-size: 1em auto;
}

.other-list dl{
  position: relative;
  display: flex;
  gap: 0.5em;
  margin-bottom:0.2em;
  font-size: var(--font-s);
}

.other-list dd::before{
  content: '';
  width: 2em;
  height: 1px;
  background: var(--color-a);
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
}

.other-list figure img{
  aspect-ratio: 2.3/1;
  object-fit: cover;
  transition: all 0.5s;
}

.other-list figure{
  overflow: hidden;
}

@media (min-width:768px){
  .other-list a:hover{
    background:var(--color-h);
  }
  .other-list a:hover img{
    transform: scale(1.05);
  }
  
}

@media (max-width:769px){
  .other-list-block{
    grid-template-columns: 1fr;
  }  
  .other-list h3{
    font-size: var(--font-ml);
    }
}

/* # =================================================================
   # Footer
   # ================================================================= */

   #footer{
    background:url(img/footer_bg.jpg);
    padding:5em 3em;
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr;
    gap: 4em;
    color: var(--color-c);
    font-size: var(--font-ms);
  }

  #footer p img{
    width:70%;
  }

  #footer .footer-middle-nav ul,
  #footer dl{
    display: flex;
    flex-wrap: wrap;
    gap: 1em 3em;
  }

  #footer .footer-middle-nav ul ul{
    gap: 1em 2em;
  }

  #footer dl dt{
    display: none;
    width: 100%;
  }
  
  #footer dl dd li:after{
    content:'/';
    padding-left:2em;
  }

  #footer dl dd li:first-of-type:after,
  #footer dl dd li:last-of-type:after{
    display: none;
  }
  
  #footer .footer-bottom-nav li{
    margin-bottom: 1em;
  }

  #footer .footer-bottom-nav li:last-of-type{
    margin-bottom: 3em;
  }

  #footer .footer-bottom-nav li a{
    display: inline-block;
    padding-right: 3em;
    background:url(img/ico_arrow_w.svg) no-repeat right;
  }

  #footer a{
    color: var(--color-c);
    font-family: var(--font-style-a);
  }

  @media (max-width:769px){
    #footer{
      padding:2em 1.5em;
      grid-template-columns: 1fr;
      gap: 3em;
      font-size: var(--font-m);
    }

    #footer p img{
      max-width: 280px;
      width:100%;
    }

    #footer .footer-middle-nav ul{
      display: block;
    }

    #footer .footer-middle-nav ul li a{
      padding:0.5em 0;
      display: inline-block;
    }

    #footer dl{
      gap:0 3em;
    }

    #footer .footer-middle-nav dl dd ul{
      display: flex;
      gap:0;
    }

    #footer .footer-middle-nav dl dd li:first-of-type{
      width: 100%;
    } 

    #footer .footer-middle-nav dl dd li:first-of-type::before,
    #footer .footer-middle-nav dl dd li:nth-of-type(2)::before{
      content:'ー';
      padding:0 1em;
    }
    
    #footer dl dd li:after {
      padding-left: 0.5em;
  }

  #footer dl dt{
    display: block;
  }

  #footer small{
    display: block;
    text-align: center;
  }
  }

    /* # =================================================================
   # 404
   # ================================================================= */
.error404 .row-s{
  padding:8em 0;
}
.error404 h2{
  margin-bottom: 1em;
}
.error404 p{
  margin-bottom: 5em;
}

