@charset "UTF-8";
.sec-index-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1.6rem;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .sec-index-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.6rem;
  }
}

#top-page {
  padding-top: 26.5rem;
}
@media screen and (max-width: 1080px) {
  #top-page {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #top-page {
    padding-top: 13.9rem;
  }
}

.item-grid-list {
  display: flex;
  gap: 3.7rem;
}
@media screen and (max-width: 768px) {
  .item-grid-list {
    gap: 3rem 1.6rem;
    flex-wrap: wrap;
  }
}

.item-grid {
  width: calc((100% - 3.7rem * 3) / 4);
}
@media screen and (max-width: 768px) {
  .item-grid {
    width: calc((100% - 1.6rem) / 2);
  }
}
.item-grid figure {
  border: 1px solid #d2d2d2;
  padding: 0.4rem;
  background: #fff;
}
.item-grid .item-name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .item-grid .item-name {
    font-size: 1.2rem;
    line-height: 1.75;
    color: #666666;
  }
}
.item-grid .price {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1.6rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .item-grid .price {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 2.3333333333;
    color: #666666;
  }
  .item-grid .price span {
    font-size: 0.8rem;
  }
}

body .slick-slide {
  height: auto;
}

/*/////////////////////////////////////////
//  MV
/////////////////////////////////////////*/
#mv {
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 3.2rem;
}
#mv .mv-slider {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #mv {
    padding-bottom: 4.2rem;
  }
}
#mv .slick-list {
  overflow: visible;
}
#mv .slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1150/550;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #mv .slick-slide img {
    aspect-ratio: 375/300;
  }
}

/*/////////////////////////////////////////
//  Campaign
/////////////////////////////////////////*/
#campaign {
  overflow: hidden;
  padding: 12.3rem 0 6.6rem;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #campaign {
    padding: 4.2rem 0 4.2rem;
  }
}
#campaign .campaign-slider {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #campaign .campaign-slider {
    margin-top: 3.2rem;
  }
}
#campaign .campaign-slider .slick-list {
  overflow: visible;
}
#campaign .campaign-slider .slick-slide {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #campaign .campaign-slider .slick-slide {
    padding: 0 0.8rem;
  }
}
#campaign .campaign-slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#campaign .campaign-slider .slick-dots {
  bottom: -2.4rem;
}
@media screen and (max-width: 768px) {
  #campaign .campaign-slider .slick-dots {
    bottom: -3.2rem;
  }
}
#campaign .campaign-slider .slick-dots li button:before {
  content: "";
  background: #fff;
}
#campaign .campaign-slider .slick-dots li button:hover, #campaign .campaign-slider .slick-dots li button:focus {
  outline: none;
}
#campaign .campaign-slider .slick-dots li.slick-active button:before {
  background: #555555;
}

/*/////////////////////////////////////////
//  Category
/////////////////////////////////////////*/
#category {
  padding: 12.8rem 0 12.8rem;
}
@media screen and (max-width: 768px) {
  #category {
    padding: 4.2rem 0 4.2rem;
  }
}
#category .ctg-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 4rem;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  #category .ctg-list {
    gap: 0;
    margin-top: 3.2rem;
  }
}
#category .ctg-list .items {
  display: grid;
  grid-template-columns: 8.8rem 1fr;
  grid-template-rows: 8.8rem minmax(0, 1fr);
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  align-items: start;
  align-content: start;
  height: 100%;
  padding-bottom: 5.1rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items {
    grid-template-columns: 4rem 1fr;
    grid-template-rows: auto;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    padding-bottom: 0;
  }
  #category .ctg-list .items:nth-child(1) {
    border-top: 1px solid #e6e6e6;
  }
}
#category .ctg-list .items figure {
  grid-column: 1;
  grid-row: 1/3;
  width: 8.8rem;
  height: 8.8rem;
  padding: 0.4rem;
  background: #fff;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items figure {
    grid-row: 1;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: none;
    align-self: center;
  }
}
#category .ctg-list .items figure img {
  width: 100%;
}
#category .ctg-list .items .txt-wrapper {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .txt-wrapper {
    align-self: center;
  }
}
#category .ctg-list .items .txt-wrapper .title-area {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .txt-wrapper .title-area {
    gap: 0.8rem;
    height: 4rem;
  }
}
#category .ctg-list .items .txt-wrapper .title-area h3 {
  flex: 1;
}
#category .ctg-list .items .txt-wrapper .title-area h3 a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .txt-wrapper .title-area h3 a {
    font-size: 1.2rem;
    color: #666666;
    font-weight: 400;
  }
}
#category .ctg-list .items .txt-wrapper .title-area .accordion-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .txt-wrapper .title-area .accordion-toggle {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: none;
  }
  #category .ctg-list .items .txt-wrapper .title-area .accordion-toggle::before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 0.1rem;
    background: #707070;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #category .ctg-list .items .txt-wrapper .title-area .accordion-toggle::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 1.2rem;
    background: #707070;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease;
  }
  #category .ctg-list .items .txt-wrapper .title-area .accordion-toggle[aria-expanded=true]::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
#category .ctg-list .items .sub-list {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: -5rem;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .sub-list {
    grid-column: 1/3;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #category .ctg-list .items .sub-list.open {
    max-height: 1000px;
    opacity: 1;
    margin-top: 0.8rem;
    padding-bottom: 2.4rem;
  }
}
#category .ctg-list .items .sub-list li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .sub-list li a {
    font-size: 1.2rem;
    padding: 0.8rem 0;
  }
}
#category .ctg-list .items .sub-list li a:before {
  content: "・";
}
@media screen and (max-width: 768px) {
  #category .ctg-list .items .sub-list li a:before {
    content: none;
  }
}
#category .ctg-list .items .sub-list li a:hover {
  color: #333;
}

/*/////////////////////////////////////////
//  search
/////////////////////////////////////////*/
#search {
  padding: 12.8rem 0 12.8rem;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #search {
    padding: 4.2rem 0 4.2rem;
  }
}
#search .search-form-area {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  gap: 3.8rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #search .search-form-area {
    flex-direction: column;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #search .search-form-area {
    gap: 0;
  }
}
#search .search-form-area form {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #search .search-form-area form {
    width: 100%;
    justify-content: center;
    align-self: center;
  }
}
#search .search-form-area form input[type=text] {
  width: 36.8rem;
  height: 4.8rem;
  background: #fff;
  border: 1px solid #b9b9b9;
  color: #000;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  #search .search-form-area form input[type=text] {
    max-width: 24.4rem;
    width: 100%;
  }
}
#search .search-form-area form .search-url {
  display: flex;
  align-items: center;
  background: #555555;
  width: 11.4rem;
  height: 4.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  position: relative;
  padding-right: auto;
  padding-left: 5rem;
  border: none;
}
@media screen and (max-width: 768px) {
  #search .search-form-area form .search-url {
    width: 7.2rem;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  #search .search-form-area form .search-url span {
    display: none;
  }
}
#search .search-form-area form .search-url:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.9rem;
  position: absolute;
  left: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/common/icon-search.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #search .search-form-area form .search-url:before {
    position: static;
    width: 1.7rem;
    height: 1.8rem;
  }
}
#search .search-form-area .search-ctg-list {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  #search .search-form-area .search-ctg-list {
    display: none;
  }
}
#search .search-form-area .search-ctg-list .items > a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#search .search-form-area .search-ctg-list .items > a:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  margin-top: -0.2rem;
}
#search .search-form-area .search-ctg-list .sub-items {
  display: none;
}
#search .keyword-area {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1080px) {
  #search .keyword-area {
    margin-top: 2.4rem;
    flex-direction: column;
  }
}
#search .keyword-area h3 {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
#search .keyword-area .keyword-list {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #search .keyword-area .keyword-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 0.4rem;
  }
}
#search .keyword-area .keyword-list li a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.6rem;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #cecece;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #search .keyword-area .keyword-list li a {
    font-size: 1rem;
  }
}

/*/////////////////////////////////////////
//  ranking
/////////////////////////////////////////*/
#ranking {
  padding: 12.8rem 0 12.8rem;
}
@media screen and (max-width: 768px) {
  #ranking {
    padding: 4.2rem 0 4.2rem;
  }
}
#ranking .ranking-tab {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-tab {
    margin-top: 3.2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
  }
}
#ranking .ranking-tab li {
  width: 16.6666666667%;
  cursor: pointer;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-tab li {
    width: 50%;
    border-top: none;
  }
}
#ranking .ranking-tab li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-tab li span {
    height: 3.2rem;
    color: #666666;
    font-size: 1.2rem;
  }
}
#ranking .ranking-tab li:nth-child(1) {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-tab li:nth-child(1) {
    border-left: none;
  }
}
#ranking .ranking-tab li.active span {
  background: #555555;
  color: #fff;
}
#ranking .ranking-contents {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-contents {
    margin-top: 3.2rem;
  }
}
#ranking .ranking-contents .ranking-list-group {
  display: none;
}
#ranking .ranking-contents .ranking-list-group.show {
  display: block;
}
#ranking .ranking-list .item-grid > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#ranking .ranking-list .item-grid .price {
  margin-top: auto;
  padding-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-list .item-grid .price {
    padding-top: 0.8rem;
  }
}
#ranking .ranking-list img {
  max-height: 14.917rem;
}
#ranking .ranking-list .rank-no {
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  color: #000000;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-list .rank-no {
    font-size: 1.6rem;
  }
}
#ranking .ranking-list .rank-no:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.735rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #ranking .ranking-list .rank-no:before {
    width: 1.6rem;
    height: 1.388rem;
  }
}
#ranking .ranking-list .rank-no.rank01 {
  color: #c8a700;
}
#ranking .ranking-list .rank-no.rank01:before {
  background-image: url("../images/common/icon-rank01.svg");
}
#ranking .ranking-list .rank-no.rank02 {
  color: #bababa;
}
#ranking .ranking-list .rank-no.rank02:before {
  background-image: url("../images/common/icon-rank02.svg");
}
#ranking .ranking-list .rank-no.rank03 {
  color: #be9144;
}
#ranking .ranking-list .rank-no.rank03:before {
  background-image: url("../images/common/icon-rank03.svg");
}
#ranking .ranking-list .rank-no.rank04:before {
  background-image: url("../images/common/icon-rank04.svg");
}
#ranking .btn-more {
  margin: 4rem auto 0;
}

/*/////////////////////////////////////////
//  pickup
/////////////////////////////////////////*/
#pickup {
  overflow: hidden;
  padding: 12.8rem 0 9.6rem;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #pickup {
    padding: 4.2rem 0 4.2rem;
  }
}
#pickup .pickup-slider {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider {
    margin-top: 3.2rem;
  }
}
#pickup .pickup-slider li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#pickup .pickup-slider li figure {
  border: 1px solid #d2d2d2;
}
#pickup .pickup-slider li .item-name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider li .item-name {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #666666;
  }
}
#pickup .pickup-slider li .price {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: auto;
  padding-top: 1.6rem;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider li .price {
    margin-top: auto;
    padding-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 2;
    color: #666666;
  }
  #pickup .pickup-slider li .price span {
    font-size: 0.8rem;
  }
}
#pickup .pickup-slider .slick-list {
  overflow: visible;
}
#pickup .pickup-slider .slick-track {
  display: flex;
  align-items: stretch;
}
#pickup .pickup-slider .slick-slide {
  display: flex;
  padding: 0 2rem;
  width: 36rem;
  height: auto;
}
#pickup .pickup-slider .slick-slide > a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .slick-slide {
    padding: 0 1.6rem;
    width: 28.8rem;
  }
}
#pickup .pickup-slider .slick-slide img {
  width: 100%;
  aspect-ratio: 320/216;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .slick-slide:not(.slick-center) .item-name,
  #pickup .pickup-slider .slick-slide:not(.slick-center) .price {
    display: none;
  }
}

/*/////////////////////////////////////////
//  new-arrivals
/////////////////////////////////////////*/
#new-arrivals {
  padding: 12.8rem 0 12.8rem;
}
@media screen and (max-width: 768px) {
  #new-arrivals {
    padding: 4.2rem 0 4.2rem;
  }
}
#new-arrivals .new-arrivals-list {
  margin-top: 4rem;
  flex-wrap: wrap;
}
#new-arrivals .new-arrivals-list .item-grid > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#new-arrivals .new-arrivals-list .item-grid .price {
  margin-top: auto;
  padding-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  #new-arrivals .new-arrivals-list {
    margin-top: 3.2rem;
    gap: 1.6rem;
  }
  #new-arrivals .new-arrivals-list .item-grid .price {
    padding-top: 0.8rem;
  }
}
#new-arrivals .btn-more {
  margin: 4rem auto 0;
}

/*/////////////////////////////////////////
//  coordinate
/////////////////////////////////////////*/
#coordinate {
  padding: 12.8rem 0 12.8rem;
  border-top: 1px solid rgba(148, 148, 148, 0.5);
}
@media screen and (max-width: 768px) {
  #coordinate {
    padding: 4.2rem 0 4.2rem;
  }
}
#coordinate .coordinate-list {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate-list {
    margin-top: 3.2rem;
  }
}
#coordinate .coordinate-list .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate-list .slick-list {
    overflow: hidden;
  }
}
#coordinate .coordinate-list .slick-slide {
  padding: 0 0.4rem;
  width: 72.8rem;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate-list .slick-slide {
    padding: 0;
    width: auto;
  }
}
#coordinate .coordinate-list .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#coordinate .coordinate-list .slick-dots {
  bottom: -2.4rem;
}
@media screen and (max-width: 768px) {
  #coordinate .coordinate-list .slick-dots {
    bottom: -3.2rem;
  }
}
#coordinate .btn-more {
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 768px) {
  #coordinate .btn-more {
    margin-top: 7.8rem;
  }
}

/*/////////////////////////////////////////
//  review
/////////////////////////////////////////*/
#review {
  padding: 12.8rem 0 12.8rem;
  border-top: 1px solid rgba(148, 148, 148, 0.5);
}
@media screen and (max-width: 768px) {
  #review {
    padding: 4.2rem 0 4.2rem;
  }
}
#review .inner {
  max-width: calc(108rem + 4.7rem + 4.7rem);
}
#review .review-list {
  margin-top: 4rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #review .review-list {
    margin-top: 1.6rem;
    flex-direction: column;
  }
}
#review .review-list .items {
  width: 33.3333333333%;
  padding: 0 4.7rem;
}
@media screen and (max-width: 1080px) {
  #review .review-list .items {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #review .review-list .items {
    width: 100%;
    padding: 2.4rem 0 2.4rem;
  }
}
#review .review-list .items:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  #review .review-list .items:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 768px) {
  #review .review-list .items:nth-child(1) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #review .review-list .items:nth-last-child(1) {
    padding-bottom: 0;
  }
}
#review .review-list .items .stars {
  display: flex;
}
#review .review-list .items .stars li {
  font-size: 2rem;
  color: #c8a700;
}
@media screen and (max-width: 768px) {
  #review .review-list .items .stars li {
    font-size: 1.6rem;
  }
}
#review .review-list .items h3 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #review .review-list .items h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.4rem;
  }
}
#review .review-list .items .item-name {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 0.8rem;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #review .review-list .items .item-name {
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.4rem;
    color: #666666;
  }
}
#review .review-list .items p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 1.2rem;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #review .review-list .items p {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
#review .btn-more {
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 768px) {
  #review .btn-more {
    margin-top: 4.2rem;
  }
}
#review .slick-next {
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  border-radius: 0;
  right: -2rem;
  top: 40%;
}
#review .slick-next:before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  transform: rotate(-225deg);
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #review .slick-next {
    right: -2.7rem;
  }
}
#review .slick-prev {
  width: 3.2rem;
  height: 3.2rem;
  background: transparent;
  border: none;
  border-radius: 0;
  left: -2rem;
}
#review .slick-prev:before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  transform: rotate(135deg);
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #review .slick-prev {
    left: -2.7rem;
  }
}
#review .slick-prev:hover, #review .slick-prev:focus,
#review .slick-next:hover,
#review .slick-next:focus {
  background: transparent;
  border: none;
}
#review .slick-prev:before,
#review .slick-next:before {
  opacity: 1;
}

/*/////////////////////////////////////////
//  instagram
/////////////////////////////////////////*/
#instagram {
  padding: 12.8rem 0 12.8rem;
  border-top: 1px solid rgba(148, 148, 148, 0.5);
}
@media screen and (max-width: 768px) {
  #instagram {
    padding: 4.2rem 0 4.2rem;
  }
}
#instagram .instagram-area {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
#instagram .instagram-area .instagram-item {
  width: calc((100% - 1.2rem) / 4);
}
@media screen and (max-width: 768px) {
  #instagram .instagram-area .instagram-item {
    width: calc((100% - 0.4rem * 2) / 2);
  }
}
#instagram .instagram-area .instagram-item a {
  display: block;
}
#instagram .instagram-area .instagram-item a img {
  width: 100%;
  height: 25.7rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-area .instagram-item a img {
    width: 41.6266666667vw;
    height: 41.6266666667vw;
  }
}
@media screen and (max-width: 768px) {
  #instagram .instagram-area {
    margin-top: 3.2rem;
  }
}

/*/////////////////////////////////////////
//  about
/////////////////////////////////////////*/
#about {
  padding: 13rem 0 6.4rem;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 4.2rem 0 3.2rem;
  }
}
#about .about-contents {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1080px) {
  #about .about-contents {
    gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about-contents {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
#about .about-contents .img-area {
  width: 52rem;
}
@media screen and (max-width: 1080px) {
  #about .about-contents .img-area {
    width: 43.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about-contents .img-area {
    width: 100%;
  }
}
#about .about-contents .txt-area {
  width: calc(100% - 52rem - 4rem);
}
@media screen and (max-width: 1080px) {
  #about .about-contents .txt-area {
    width: calc(100% - 43.3333333333vw - 3.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  #about .about-contents .txt-area {
    width: 100%;
  }
}
#about .about-contents .txt-area h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(148, 148, 148, 0.5);
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #about .about-contents .txt-area h3 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
#about .about-contents .txt-area .txt p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #about .about-contents .txt-area .txt p {
    font-size: 1.2rem;
  }
}
#about .about-contents .txt-area .txt p:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #about .about-contents .txt-area .btn-area {
    display: flex;
    justify-content: flex-end;
  }
}
#about .about-contents .txt-area .btn-more2 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #about .about-contents .txt-area .btn-more2 {
    margin-top: 2.4rem;
  }
}

/*/////////////////////////////////////////
//  reason
/////////////////////////////////////////*/
#reason {
  background: #e6e6e6;
}
#reason .inner {
  border-top: 1px solid rgba(148, 148, 148, 0.5);
  padding-top: 6.4rem;
  padding-bottom: 12.8rem;
}
@media screen and (max-width: 768px) {
  #reason .inner {
    padding: 3.2rem 2.75rem 4.2rem;
  }
}
#reason .reason-list {
  display: flex;
  gap: 4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  #reason .reason-list {
    flex-direction: column;
    gap: 3.2rem;
  }
}
#reason .reason-list .items {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #reason .reason-list .items {
    width: 100%;
  }
}
#reason .reason-list .items figure img {
  width: 100%;
  height: auto;
  display: block;
}
#reason .reason-list .items .reason-no {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  display: inline-block;
  position: absolute;
  top: -1.6rem;
  left: 1.6rem;
}
@media screen and (max-width: 768px) {
  #reason .reason-list .items .reason-no {
    font-size: 3.2rem;
    top: -1.8rem;
  }
}
#reason .reason-list .items h3 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 1.2rem;
  margin-top: 1.6rem;
  border-bottom: 1px solid rgba(148, 148, 148, 0.5);
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  #reason .reason-list .items h3 {
    font-size: 1.4rem;
  }
}
#reason .reason-list .items p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #reason .reason-list .items p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#reason .reason-list .items .sup-txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #666666;
  margin-top: 0.8rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #reason .reason-list .items .sup-txt {
    font-size: 1rem;
    line-height: 1.6;
  }
}
#reason .reason-list .items .sup-txt:before {
  content: "※";
  font-size: 1.6rem;
  line-height: 1.25;
  color: #666666;
  margin-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  #reason .reason-list .items .sup-txt:before {
    font-size: 1.2rem;
  }
}

/*/////////////////////////////////////////
//  faq
/////////////////////////////////////////*/
#faq {
  padding: 12.8rem 0 12.8rem;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 4.2rem 0 4.2rem;
  }
}
#faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list {
    margin-top: 3.2rem;
  }
}
#faq .faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.6rem 3.8rem 1.6rem 4.2rem;
  cursor: pointer;
  list-style: none;
  background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  #faq .faq-list summary {
    padding: 1.6rem 1rem 1.6rem;
    align-items: flex-start;
    gap: 3.65rem;
  }
}
#faq .faq-list summary::-webkit-details-marker {
  display: none;
}
#faq .faq-list summary h3 {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #faq .faq-list summary h3 {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#faq .faq-list summary h3 em {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  flex-shrink: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list summary h3 em {
    font-size: 1.6rem;
  }
}
#faq .faq-list .faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list .faq-icon {
    margin-top: 1.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
#faq .faq-list .faq-icon::before, #faq .faq-list .faq-icon::after {
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
}
#faq .faq-list .faq-icon::before {
  width: 1.2rem;
  height: 0.1rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #faq .faq-list .faq-icon::before {
    width: 0.8rem;
  }
}
#faq .faq-list .faq-icon::after {
  width: 0.1rem;
  height: 1.2rem;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #faq .faq-list .faq-icon::after {
    height: 0.8rem;
  }
}
#faq .faq-list details.is-open > summary .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq .faq-list .answer {
  padding: 1.6rem 4.2rem 1.6rem 4.2rem;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list .answer {
    padding: 1.6rem 1rem 1.6rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#faq .faq-list .answer em {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 400;
  flex-shrink: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list .answer em {
    font-size: 1.6rem;
  }
}

/*/////////////////////////////////////////
//  information
/////////////////////////////////////////*/
#information {
  padding: 12.8rem 0 12.8rem;
  border-top: 1px solid rgba(148, 148, 148, 0.5);
}
@media screen and (max-width: 768px) {
  #information {
    padding: 4.2rem 0 4.2rem;
  }
}
#information .information-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #information .information-list {
    margin-top: 3.2rem;
  }
}
#information .information-list .items {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  #information .information-list .items {
    flex-direction: column;
    gap: 0.8rem;
  }
}
#information .information-list .items:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  #information .information-list .items:not(:last-child) {
    padding-bottom: 2.4rem;
  }
}
#information .information-list .items dt {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #666666;
  width: 12.8rem;
}
@media screen and (max-width: 768px) {
  #information .information-list .items dt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    width: 100%;
  }
}
#information .information-list .items dd {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: #666666;
  flex: 1;
}
@media screen and (max-width: 768px) {
  #information .information-list .items dd {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

/*/////////////////////////////////////////
//  column
/////////////////////////////////////////*/
#column {
  padding: 12.8rem 0 14.2rem;
  border-top: 1px solid rgba(148, 148, 148, 0.5);
}
@media screen and (max-width: 768px) {
  #column {
    padding: 4.2rem 0 4.2rem;
  }
}
#column .inner {
  max-width: calc(108rem + 4.7rem + 4.7rem);
}
#column .column-list {
  margin-top: 4rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #column .column-list {
    margin-top: 3.2rem;
    flex-direction: column;
  }
}
#column .column-list .items {
  width: 33.3333333333%;
  padding: 0 4.7rem;
}
@media screen and (max-width: 1080px) {
  #column .column-list .items {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #column .column-list .items {
    width: 100%;
    padding: 2.4rem 0 2.4rem;
  }
}
#column .column-list .items img {
  width: 100%;
}
#column .column-list .items:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  #column .column-list .items:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 768px) {
  #column .column-list .items:nth-child(1) {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #column .column-list .items:nth-last-child(1) {
    padding-bottom: 0;
  }
}
#column .column-list .items h3 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #column .column-list .items h3 {
    font-size: 1.2rem;
    line-height: 1.6666666667;
    margin-top: 1.2rem;
  }
}
#column .btn-more {
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 768px) {
  #column .btn-more {
    margin-top: 3.2rem;
  }
}

/*/////////////////////////////////////////
//  banner
/////////////////////////////////////////*/
#banner-area {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #banner-area {
    margin-top: 4.3rem;
  }
}
#banner-area .banner-list {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */