@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-txt-lg {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-lg {
    font-size: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lg {
    font-size: 42px;
  }
}

.c-txt-lr {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-txt-md {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-txt-sm {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-sm {
    font-size: 17px;
  }
}
@media screen and (min-width: 1500px) {
  .c-txt-sm {
    font-size: 18px;
  }
}

.c-txt-xs {
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-xs {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-xs {
    margin-bottom: 30px;
  }
}

.mb-sm, .tab-cate, .p-footer__logo, .p-letter__desc, .p-letter__title, .p-dashboard__desc, .p-dashboard__title, .p-product__title, .p-concept__title, .p-title, .wp-categories, .breadcrumb {
  margin-bottom: 30px;
}
@media screen and (min-width: 1500px) {
  .mb-sm, .tab-cate, .p-footer__logo, .p-letter__desc, .p-letter__title, .p-dashboard__desc, .p-dashboard__title, .p-product__title, .p-concept__title, .p-title, .wp-categories, .breadcrumb {
    margin-bottom: 40px;
  }
}

.mb-md, .c-contact-text, .p-footer__nav, .p-footer .sns-link, .c-category-news .category-section, .c-latest-news, .c-product-sl__list, .c-product-sl__topview, .c-product {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .mb-md, .c-contact-text, .p-footer__nav, .p-footer .sns-link, .c-category-news .category-section, .c-latest-news, .c-product-sl__list, .c-product-sl__topview, .c-product {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-md, .c-contact-text, .p-footer__nav, .p-footer .sns-link, .c-category-news .category-section, .c-latest-news, .c-product-sl__list, .c-product-sl__topview, .c-product {
    margin-bottom: 80px;
  }
}

.mb-lr, .c-category-news, .pagination, .p-news, .p-letter, .p-dashboard, .c-topsec, .p-product, .p-concept, .sub-page main {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .mb-lr, .c-category-news, .pagination, .p-news, .p-letter, .p-dashboard, .c-topsec, .p-product, .p-concept, .sub-page main {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .mb-lr, .c-category-news, .pagination, .p-news, .p-letter, .p-dashboard, .c-topsec, .p-product, .p-concept, .sub-page main {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .mb-lr, .c-category-news, .pagination, .p-news, .p-letter, .p-dashboard, .c-topsec, .p-product, .p-concept, .sub-page main {
    margin-bottom: 110px;
  }
}

.pd-lr {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .pd-lr {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pd-lr {
    padding: 80px 0;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

.c-container, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 768px) {
  .c-container, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-container, .breadcrumb {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-container, .breadcrumb {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1500px) {
  .c-container, .breadcrumb {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

.breadcrumb {
  display: flex;
}
.breadcrumb li {
  color: rgb(165, 165, 165);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #b91d1d;
  border-bottom: 1px solid #b91d1d;
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

body {
  color: #1e1c1a;
  background-color: #fbfbfb;
  letter-spacing: 0.03em;
  font-family: "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.2rem + 0.3vw, 1.55rem);
  line-height: 2;
}

body.hidden {
  overflow: hidden;
}

.superwrapper,
#main-wrapper {
  overflow: hidden;
}

.p-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding-left: 20px;
  position: relative;
}
.p-title::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .p-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .p-title {
    font-size: 2rem;
    padding-left: 36px;
  }
  .p-title::before {
    width: 24px;
  }
}
@media (min-width: 1280px) {
  .p-title {
    font-size: 2.2rem;
  }
}

.c-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .c-title {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  .c-title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .c-title {
    font-size: 3rem;
  }
}
@media (min-width: 1500px) {
  .c-title {
    font-size: 3.4rem;
  }
}

.font, .c-contact__list__item h3, .c-privacy__table table th, .c-privacy-item .table table thead th, .c-privacy h3, .p-footer__logo .Desc, .c-news-sl__date, .p-news__content, .p-letter__title, .p-dashboard__title, .c-product-sl__catch h3, .c-product-sl__topview .Desc__title, .p-product__setitem .Desc__price, .p-product__setitem .Desc__title, .p-product__regular .p-title .ja, .p-product__list__item .p-product__setitem .p-title .ja, .p-product__list__item .Desc-box .List2-desc h4, .p-product__title .ja, .p-concept__list__item h3 strong, .c-txt-md, .c-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.cinzel, .p-footer .copyright, .c-latest-news .cate-item,
.c-category-news .cate-item, .c-news .cate-item, .c-news-sbttl, .pagination .page-numbers, .p-news__btn, .p-news .cate-item, .p-dashboard__wrap .Desc__number, .p-dashboard__wrap .Desc__label, .c-product-sl__topview .Desc__price, .p-product__title .en, .p-concept__list__item h3 span, .p-concept__box h4, .p-title {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.more-btn {
  text-align: center;
}
.more-btn__link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
.more-btn__link:hover .more-btn__arrow {
  border: 1px solid #b91d1d;
}
.more-btn__link:hover .more-btn__arrow .bg {
  transform: translateX(0);
}
.more-btn__link:hover .more-btn__label {
  opacity: 0.6;
}
.more-btn__label {
  text-align: left;
  color: #1e1c1a;
  transition: all 0.3s;
}
.more-btn__arrow {
  position: relative;
  width: 50px;
  height: 36px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #1e1c1a;
  border-radius: 4px;
  background-color: #1e1c1a;
}
.more-btn__arrow::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url(../images/common/yazirusi-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.more-btn__arrow .bg {
  display: block;
  position: absolute;
  inset: 0;
  background-color: #b91d1d;
  transform: translateX(-101%);
  transition: transform 0.3s;
}

.c-topview .en {
  font-size: 38px;
  letter-spacing: 4px;
  font-weight: 700;
  padding: 5vw 0 8vw;
}
@media (min-width: 600px) {
  .c-topview .en {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  .c-topview .en {
    font-size: 62px;
    padding: 4vw 0 6vw;
  }
}
@media (min-width: 1200px) {
  .c-topview .en {
    font-size: 68px;
  }
}
@media (min-width: 2000px) {
  .c-topview .en {
    padding: 2vw 0 3vw;
  }
}

.sub-page .p-header .mobile-container .mobile-menu__btn > span {
  background-color: #1e1c1a;
}
.sub-page .p-header .pc-container .pc-nav-link {
  color: #1e1c1a;
}
.sub-page .p-header .pc-container::before {
  background: linear-gradient(#fff, transparent 80%);
  opacity: 0.8;
}
.top-view {
  background-color: #000;
  margin-bottom: max(15vh, 80px);
  position: relative;
}
.top-view::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10vh;
  bottom: -1px;
  left: 0;
  background: linear-gradient(transparent, #fbfbfb);
  z-index: 1;
}
.top-view .hero {
  position: relative;
}
.top-view .hero__img {
  height: max(85vh, 480px);
  padding: 0 0 clamp(160px, 40vh, 360px);
  position: relative;
}
.top-view .hero__img img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.top-view .hero__img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% -10%, transparent 55%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.85) 100%);
}
.top-view .hero__text {
  position: absolute;
  bottom: clamp(110px, 20vh, 220px);
  left: 0;
  z-index: 10;
  width: 100%;
}
.top-view .hero__text h2 {
  text-align: center;
  font-size: clamp(1.8rem, 1.4rem + 1.5vw, 2.8rem);
  color: #fff;
  white-space: nowrap;
}
.top-view .hero__logo {
  position: absolute;
  bottom: clamp(-70px, -12vh, -40px);
  left: 0;
  width: 100%;
  z-index: 10;
}
.top-view .hero__logo .Img {
  width: 40%;
  max-width: 170px;
  margin: 0 auto;
  position: relative;
}
.top-view .hero__logo .Img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.top-view .hero__logo .Img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .top-view .hero__img {
    height: max(85vh, 500px);
    padding: 0 0 clamp(180px, 30vh, 320px);
  }
  .top-view .hero__text {
    bottom: clamp(100px, 18vh, 200px);
  }
  .top-view .hero__logo {
    bottom: clamp(-80px, -10vh, -120px);
  }
}
@media (min-width: 1024px) {
  .top-view .hero__img {
    height: max(90vh, 700px);
    padding: 0 0 clamp(250px, 35vh, 320px);
  }
  .top-view .hero__text {
    bottom: clamp(150px, 20vh, 200px);
  }
  .top-view .hero__text h2 {
    font-size: 3.6rem;
  }
  .top-view .hero__logo {
    bottom: clamp(-180px, -5vh, -60px);
  }
  .top-view .hero__logo .Img {
    max-width: 200px;
  }
}
@media (min-width: 1280px) {
  .top-view .hero__img {
    height: max(90vh, 880px);
    padding: 0 0 clamp(250px, 35vh, 320px);
  }
  .top-view .hero__text {
    bottom: clamp(200px, 20vh, 200px);
  }
  .top-view .hero__text h2 {
    font-size: 4.8rem;
  }
  .top-view .hero__logo {
    bottom: clamp(-120px, -5vh, -90px);
  }
  .top-view .hero__logo .Img {
    max-width: 260px;
  }
}
@media (min-width: 768px) {
  .top-view {
    margin-bottom: max(10vh, 120px);
  }
}
@media (min-width: 1280px) {
  .top-view {
    margin-bottom: max(10vh, 150px);
  }
}

.p-concept {
  position: relative;
  padding-top: 30px;
}
.p-concept__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.p-concept__title strong {
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.p-concept__img {
  margin: 0 -6vw 40px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 49% 49%;
  gap: 2%;
}
.p-concept__img .Img:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-concept__img .Img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-concept__img .Img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.p-concept__box {
  border: 1px solid #888;
  padding: 20px 20px 10px;
  max-width: 500px;
  margin: 0 auto 50px;
}
.p-concept__box h4 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.p-concept__box .List dl {
  margin-bottom: 15px;
}
.p-concept__box .List dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-concept__list__item {
  margin-bottom: 25px;
}
.p-concept__list__item h3 {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  padding-bottom: 12px;
  position: relative;
}
.p-concept__list__item h3::before {
  content: "";
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #b91d1d, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-concept__list__item h3 span {
  font-size: 2.4rem;
  line-height: 1;
  width: 50px;
  color: #b91d1d;
}
.p-concept__list__item h3 strong {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-concept__title {
    font-size: 2.8rem;
  }
  .p-concept__title strong {
    font-size: 4.2rem;
    display: inline-block;
    margin-right: 10px;
  }
  .p-concept__title br {
    display: none;
  }
  .p-concept__box {
    padding: 30px 30px 15px;
    max-width: 600px;
    display: flex;
    align-items: flex-start;
  }
  .p-concept__box h4 {
    line-height: 1.4;
    font-size: 2.2rem;
    flex-basis: 150px;
  }
  .p-concept__box .List {
    flex: 1;
  }
  .p-concept__box .List dl {
    display: flex;
    align-items: flex-start;
  }
  .p-concept__box .List dl dt {
    flex-basis: 120px;
    font-size: auto;
    margin-bottom: 0px;
  }
  .p-concept__list__item {
    margin-bottom: 30px;
  }
  .p-concept__list__item h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .p-concept__list__item h3::before {
    width: 80px;
  }
  .p-concept__list__item h3 span {
    font-size: 3rem;
    width: 60px;
  }
  .p-concept__list__item h3 strong {
    font-size: 1.8rem;
  }
  .p-concept__list__item h3 strong br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .p-concept {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .p-concept__title {
    font-size: 3.2rem;
  }
  .p-concept__title strong {
    font-size: 5.4rem;
    line-height: 1.8;
    margin-right: 18px;
  }
  .p-concept__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-concept__left {
    flex-basis: 48%;
  }
  .p-concept__right {
    flex-basis: 48%;
  }
  .p-concept__img {
    margin: 0 0 30px;
  }
  .p-concept__box {
    display: block;
  }
  .p-concept__box h4 {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
  .p-concept__list__item h3 {
    margin-bottom: 27px;
    padding-bottom: 18px;
  }
  .p-concept__list__item h3::before {
    width: 100px;
  }
  .p-concept__list__item h3 span {
    font-size: 3.6rem;
    width: 70px;
  }
  .p-concept__list__item h3 strong {
    font-size: 2.1rem;
  }
  .p-concept__list__item h3 strong br {
    display: block;
  }
}
@media (min-width: 1280px) {
  .p-concept {
    margin-bottom: 80px;
  }
  .p-concept__title {
    font-size: 3.6rem;
  }
  .p-concept__title strong {
    font-size: 5.8rem;
    line-height: 1.8;
    margin-right: 22px;
  }
  .p-concept__box {
    display: flex;
    justify-content: center;
    max-width: none;
    margin: 0;
  }
  .p-concept__box h4 {
    flex-basis: 130px;
  }
  .p-concept__box .List {
    flex: none;
    flex-basis: 350px;
  }
  .p-concept__list__item {
    margin-bottom: 45px;
  }
  .p-concept__list__item h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .p-concept__list__item h3::before {
    width: 100px;
  }
  .p-concept__list__item h3 span {
    font-size: 4rem;
    width: 70px;
  }
  .p-concept__list__item h3 strong {
    font-size: 2.3rem;
  }
  .p-concept__list__item h3 strong br {
    display: none;
  }
}

.p-product {
  padding: 70px 0 50px;
  background-color: #fff;
}
.p-product__title .en {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px;
}
.p-product__title .ja {
  font-size: 2rem;
  letter-spacing: 0.12em;
}
.p-product__list__item {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.p-product__list__item .p-title {
  margin-bottom: 0px;
}
.p-product__list__item .Desc-box {
  margin-bottom: 45px;
}
.p-product__list__item .Desc-box .List1 {
  margin: 20px 0;
}
.p-product__list__item .Desc-box .List1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-product__list__item .Desc-box .List1 ul li {
  border: 1px solid #888;
  font-size: 1.05rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #333;
  width: 46%;
  max-width: 155px;
  margin: 0 1% 15px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
}
.p-product__list__item .Desc-box .List2 {
  margin: 20px 0;
}
.p-product__list__item .Desc-box .List2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-product__list__item .Desc-box .List2 ul li {
  width: 100%;
  max-width: 300px;
  margin: 0 8px 15px;
}
.p-product__list__item .Desc-box .List2 ul li:nth-child(1) {
  background-color: #efe8cc;
}
.p-product__list__item .Desc-box .List2 ul li:nth-child(2) {
  background-color: #e5d5a3;
}
.p-product__list__item .Desc-box .List2 ul li:nth-child(3) {
  background-color: #f3eddf;
}
.p-product__list__item .Desc-box .List2-desc {
  padding: 20px;
}
.p-product__list__item .Desc-box .List2-desc h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-product__list__item .Desc-box .List2-desc p {
  font-size: 90%;
}
.p-product__list__item .p-product__setitem {
  position: relative;
}
.p-product__list__item .p-product__setitem .p-title {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  display: inline-block;
  font-size: 1.2rem;
  background-color: #b91d1d;
  padding: 5px 15px;
  color: #fff;
}
.p-product__list__item .p-product__setitem .p-title::before {
  display: none;
}
.p-product__list__item .p-product__setitem .p-title .ja {
  display: inline-block;
  margin-left: 10px;
  font-weight: 400;
}
.p-product__list__item:nth-child(2) .p-product__setitem .p-title {
  text-transform: math-auto;
}
.p-product__list__item:nth-child(2) .p-product__setitem .p-title .ja {
  display: block;
  margin-left: 0px;
}
.p-product__regular .p-title {
  display: inline-block;
  background-color: #1e1c1a;
  padding: 5px 15px;
  color: #fff;
}
.p-product__regular .p-title::before {
  display: none;
}
.p-product__regular .p-title .ja {
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
}
.p-product__setitem .Img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #ccc;
}
.p-product__setitem .Img__main {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product__setitem .Desc {
  transition: all 0.3s;
  padding: 20px 0 40px;
}
.p-product__setitem .Desc__title {
  font-size: 1.5rem;
  line-height: 2.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: 8px;
  overflow: hidden;
}
.p-product__setitem .Desc__category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.p-product__setitem .Desc__category.soup-1 {
  background-color: #efe8cc;
}
.p-product__setitem .Desc__category.soup-2 {
  background-color: #e5d5a3;
}
.p-product__setitem .Desc__category.soup-3 {
  background-color: #f3eddf;
}
.p-product__setitem .Desc__price {
  font-size: 1.6rem;
  line-height: 1;
}
.p-product__setitem .Desc__price strong {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 8px;
  letter-spacing: 0.1em;
}
.p-product__setitem .Desc__caution {
  color: #888;
  text-align: right;
  font-size: 0.9em;
}
.p-product__setitem .Desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-product__link {
  display: block;
  color: #1e1c1a;
}
@media (hover: hover) {
  .p-product__link:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .p-product__title .en {
    font-size: 3.2rem;
    margin-bottom: 12px;
  }
  .p-product__title .ja {
    font-size: 2.4rem;
  }
  .p-product__list__item {
    padding-bottom: 50px;
  }
  .p-product__list__item .Desc-box {
    margin-bottom: 55px;
  }
  .p-product__list__item .Desc-box .List1,
  .p-product__list__item .Desc-box .List2 {
    margin: 30px 0;
  }
  .p-product__list__item .Desc-box .List2 ul {
    display: block;
  }
  .p-product__list__item .Desc-box .List2 ul li {
    max-width: none;
    margin: 0 0 15px;
    display: flex;
  }
  .p-product__list__item .Desc-box .List2-img {
    width: 30%;
    max-width: 180px;
  }
  .p-product__list__item .Desc-box .List2-desc {
    flex: 1;
  }
  .p-product__list__item .Desc-box .List2-desc h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .p-product__list__item .Desc-box .List2-desc p {
    font-size: 80%;
  }
  .p-product__list__item .Desc-box .more-btn br {
    display: none;
  }
  .p-product__list__item .p-product__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-product__list__item .p-product__link .Img {
    flex-basis: 48%;
  }
  .p-product__list__item .p-product__link .Desc {
    flex-basis: 48%;
    padding: 0;
  }
  .p-product__regular .p-title {
    padding: 5px 20px;
  }
  .p-product__regular .product-slider .slider-navigation {
    position: absolute;
    margin-top: 0;
    top: -65px;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .p-product {
    padding: 90px 0 50px;
  }
  .p-product__list__item {
    padding-bottom: 65px;
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 4%;
  }
  .p-product__list__item .Desc-box {
    flex: 1;
    margin-bottom: 0;
  }
  .p-product__list__item .Desc-box .List1 ul {
    justify-content: left;
  }
  .p-product__list__item .Desc-box .List1 ul li {
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: 23%;
    max-width: 140px;
    margin: 0 1% 10px;
    height: 65px;
  }
  .p-product__list__item .Desc-box .List2 ul li {
    margin: 0 0 20px;
  }
  .p-product__list__item .Desc-box .List2-img {
    width: 40%;
    max-width: 240px;
  }
  .p-product__list__item .Desc-box .List2-desc h4 {
    font-size: 1.8rem;
  }
  .p-product__list__item .Desc-box .more-btn__link {
    display: flex;
    justify-content: right;
  }
  .p-product__list__item .p-product__setitem {
    width: 38%;
    max-width: 460px;
  }
  .p-product__list__item .p-product__link {
    display: block;
  }
  .p-product__list__item .p-product__link .Desc {
    padding: 15px 0 30px;
  }
  .p-product__regular .p-title {
    margin-bottom: 45px;
  }
  .p-product__setitem .Desc__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-product__setitem .Desc__category {
    font-size: 1.5rem;
  }
  .p-product__setitem .Desc__price {
    font-size: 2rem;
  }
  .p-product__setitem .Desc__price strong {
    font-size: 3.2rem;
  }
  .p-product__setitem .Desc__caution {
    font-size: 1.5rem;
  }
  .p-product__regular .product-slider .slider-navigation {
    top: -90px;
  }
}
@media (min-width: 1280px) {
  .p-product__title .en {
    font-size: 3.8rem;
  }
  .p-product__title .ja {
    font-size: 2.8rem;
  }
  .p-product__list__item {
    margin-bottom: 80px;
  }
  .p-product__list__item .Desc-box .List1 {
    margin: 40px 0 30px;
  }
  .p-product__list__item .Desc-box .List1 ul li {
    font-size: 1.1rem;
    max-width: 155px;
    margin: 0 1% 15px;
    height: 75px;
  }
  .p-product__list__item .Desc-box .List2 {
    margin: 40px 0 30px;
  }
  .p-product__list__item .Desc-box .List2 ul {
    display: flex;
  }
  .p-product__list__item .Desc-box .List2 ul li {
    flex-basis: 33.3%;
    margin: 0 0 20px;
    display: block;
  }
  .p-product__list__item .Desc-box .List2-img {
    width: 100%;
    max-width: none;
  }
  .p-product__list__item .Desc-box .List2-desc h4 {
    font-size: 1.7rem;
  }
  .p-product__list__item .p-product__setitem .p-title {
    top: 12px;
    left: 12px;
    font-size: 1.4rem;
    padding: 5px 20px;
  }
  .p-product__regular .p-title {
    padding: 8px 30px;
  }
}
@media (min-width: 1500px) {
  .p-product__list__item .Desc-box .List1 {
    margin: 40px 0 30px;
  }
  .p-product__list__item .Desc-box .List1 ul li {
    font-size: 1.3rem;
    max-width: 180px;
    margin: 0 1% 15px;
    height: 85px;
  }
  .p-product__list__item .Desc-box .List2 ul li {
    flex-basis: 32%;
    margin: 0 2% 20px 0;
  }
  .p-product__list__item .Desc-box .List2 ul li:last-child {
    margin: 0 0 20px;
  }
  .p-product__list__item .Desc-box .List2-desc h4 {
    font-size: 1.8rem;
  }
}

.product-slider,
.latest-news-slider,
.category-news-slider {
  position: relative;
}
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev,
.latest-news-slider .swiper-button-next,
.latest-news-slider .swiper-button-prev,
.category-news-slider .swiper-button-next,
.category-news-slider .swiper-button-prev {
  display: none;
}
.product-slider .slider-navigation,
.latest-news-slider .slider-navigation,
.category-news-slider .slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .product-slider .slider-navigation,
  .latest-news-slider .slider-navigation,
  .category-news-slider .slider-navigation {
    gap: 25px;
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  .product-slider .slider-navigation,
  .latest-news-slider .slider-navigation,
  .category-news-slider .slider-navigation {
    gap: 30px;
    margin-top: 30px;
  }
}
.product-slider .slider-nav-btn,
.latest-news-slider .slider-nav-btn,
.category-news-slider .slider-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.product-slider .slider-nav-btn:hover,
.latest-news-slider .slider-nav-btn:hover,
.category-news-slider .slider-nav-btn:hover {
  border-color: #b91d1d;
  background: #b91d1d;
}
.product-slider .slider-nav-btn:hover .arrow-left,
.latest-news-slider .slider-nav-btn:hover .arrow-left,
.category-news-slider .slider-nav-btn:hover .arrow-left {
  border-right-color: #fff;
}
.product-slider .slider-nav-btn:hover .arrow-right,
.latest-news-slider .slider-nav-btn:hover .arrow-right,
.category-news-slider .slider-nav-btn:hover .arrow-right {
  border-left-color: #fff;
}
.product-slider .slider-nav-btn.disabled,
.latest-news-slider .slider-nav-btn.disabled,
.category-news-slider .slider-nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-slider .slider-nav-btn.disabled:hover,
.latest-news-slider .slider-nav-btn.disabled:hover,
.category-news-slider .slider-nav-btn.disabled:hover {
  border-color: #ddd;
  background: #fff;
}
.product-slider .slider-nav-btn.disabled:hover .arrow-left,
.latest-news-slider .slider-nav-btn.disabled:hover .arrow-left,
.category-news-slider .slider-nav-btn.disabled:hover .arrow-left {
  border-right-color: #999;
}
.product-slider .slider-nav-btn.disabled:hover .arrow-right,
.latest-news-slider .slider-nav-btn.disabled:hover .arrow-right,
.category-news-slider .slider-nav-btn.disabled:hover .arrow-right {
  border-left-color: #999;
}
@media (min-width: 768px) {
  .product-slider .slider-nav-btn,
  .latest-news-slider .slider-nav-btn,
  .category-news-slider .slider-nav-btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .product-slider .slider-nav-btn,
  .latest-news-slider .slider-nav-btn,
  .category-news-slider .slider-nav-btn {
    width: 45px;
    height: 45px;
  }
}
.product-slider .arrow,
.latest-news-slider .arrow,
.category-news-slider .arrow {
  width: 0;
  height: 0;
}
.product-slider .arrow.arrow-left,
.latest-news-slider .arrow.arrow-left,
.category-news-slider .arrow.arrow-left {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #999;
  margin-right: 1px;
}
@media (min-width: 768px) {
  .product-slider .arrow.arrow-left,
  .latest-news-slider .arrow.arrow-left,
  .category-news-slider .arrow.arrow-left {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 9px solid #999;
  }
}
@media (min-width: 1024px) {
  .product-slider .arrow.arrow-left,
  .latest-news-slider .arrow.arrow-left,
  .category-news-slider .arrow.arrow-left {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #999;
  }
}
.product-slider .arrow.arrow-right,
.latest-news-slider .arrow.arrow-right,
.category-news-slider .arrow.arrow-right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #999;
  margin-left: 1px;
}
@media (min-width: 768px) {
  .product-slider .arrow.arrow-right,
  .latest-news-slider .arrow.arrow-right,
  .category-news-slider .arrow.arrow-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #999;
  }
}
@media (min-width: 1024px) {
  .product-slider .arrow.arrow-right,
  .latest-news-slider .arrow.arrow-right,
  .category-news-slider .arrow.arrow-right {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #999;
  }
}

.c-topsec {
  padding-top: 110px;
}
.c-topsec .onlyPC {
  display: none;
}
@media (min-width: 768px) {
  .c-topsec {
    padding-top: 130px;
    text-align: center;
  }
  .c-topsec .onlyPC {
    display: block;
  }
  .c-topsec .onlySP {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-topsec {
    padding-top: 150px;
  }
}
@media (min-width: 1280px) {
  .c-topsec {
    padding-top: 180px;
  }
}

.c-product .p-title {
  display: inline-block;
  background-color: #b91d1d;
  padding: 5px 15px;
  color: #fff;
}
.c-product .p-title::before {
  display: none;
}
.c-product.list .p-title {
  background-color: #1e1c1a;
}
.c-product__wrap .c-product:nth-child(2) .p-title {
  text-transform: math-auto;
}
.c-product__wrap .c-product:nth-child(2) .p-title .ja {
  display: block;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .c-product .p-title {
    padding: 5px 20px;
  }
  .c-product.single .p-product__link {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .c-product.single .p-product__link .Img {
    flex-basis: 46%;
  }
  .c-product.single .p-product__link .Desc {
    flex-basis: 46%;
    padding: 0;
  }
  .c-product.list .c-product__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-product.list .c-product__item {
    flex-basis: 46%;
    margin: 0 2% 20px;
  }
  .c-product__wrap .c-product:nth-child(2) .p-title .ja {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .c-product .c-container, .c-product .breadcrumb {
    padding: 0;
  }
  .c-product.single {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-product.list {
    max-width: 950px;
    margin: 0 auto;
  }
  .c-product.list .c-product__item {
    flex-basis: 42%;
    margin: 0 4% 20px;
  }
}
@media (min-width: 1280px) {
  .c-product .p-title {
    padding: 8px 30px;
  }
}

.c-product-sl {
  padding-top: 60px;
}
.c-product-sl__topview .Img {
  margin: 0 -6vw 20px;
  position: relative;
  height: 100vw;
  max-height: 420px;
  background-color: #ccc;
}
.c-product-sl__topview .Img__main, .c-product-sl__topview .Img__sub {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease;
}
.c-product-sl__topview .Img__sub {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.c-product-sl__topview .Img__main {
  cursor: pointer;
}
.c-product-sl__topview .Img.is-sub .Img__main {
  opacity: 0;
}
.c-product-sl__topview .Img.is-sub .Img__sub {
  opacity: 1;
}
.c-product-sl__topview .Desc__title {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 10px;
}
.c-product-sl__topview .Desc__category {
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.c-product-sl__topview .Desc__category.soup-1 {
  background-color: #efe8cc;
}
.c-product-sl__topview .Desc__category.soup-2 {
  background-color: #e5d5a3;
}
.c-product-sl__topview .Desc__category.soup-3 {
  background-color: #f3eddf;
}
.c-product-sl__topview .Desc__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.c-product-sl__topview .Desc__price {
  font-size: 2rem;
}
.c-product-sl__topview .Desc__price strong {
  display: inline-block;
  font-size: 3rem;
  margin-left: 8px;
  letter-spacing: 0.13em;
}
.c-product-sl__topview .Desc__caution {
  color: #888;
}
.c-product-sl__topview .Desc .more-btn {
  text-align: right;
}
.c-product-sl__catch {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.c-product-sl__catch h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.c-product-sl__list__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.c-product-sl__list__item__img {
  aspect-ratio: 1/1;
  max-width: 600px;
  margin: 0 auto 30px;
}
.c-product-sl__list__item__desc {
  color: #4a4a4a;
  letter-spacing: 0em;
}
.c-product-sl__list__item__desc h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.c-product-sl__detail {
  color: #4a4a4a;
  letter-spacing: 0em;
}
.c-product-sl__detail .detail__img {
  background: #ccc;
  max-width: 500px;
  margin: 0 auto 15px;
}
.c-product-sl__detail .detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-product-sl__detail .detail__desc, .c-product-sl__detail .detail__list {
  margin-bottom: 20px;
}
.c-product-sl__detail .detail__desc h3, .c-product-sl__detail .detail__list h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.c-product-sl__detail .detail__list__item {
  margin-bottom: 20px;
}
.c-product-sl__detail .detail__list__item .List dl {
  display: flex;
}
.c-product-sl__detail .detail__list__item .List dl dt {
  font-weight: 400;
  flex-basis: 7em;
}
.c-product-sl__detail .detail__list__item .List dl dd {
  flex: 1;
}
@media (min-width: 595px) {
  .c-product-sl {
    padding-top: 100px;
  }
  .c-product-sl__list {
    max-width: 950px;
    margin: 0 auto;
  }
  .c-product-sl__list__item {
    margin-bottom: 55px;
    padding-bottom: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-product-sl__list__item__img {
    flex-basis: 40%;
    margin: 0;
  }
  .c-product-sl__list__item__desc {
    flex: 1;
    margin-left: 25px;
    align-self: center;
  }
  .c-product-sl__detail {
    max-width: 950px;
    margin: 0 auto;
  }
  .c-product-sl__detail .detail__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .c-product-sl__detail .detail__img {
    width: 40%;
    max-width: none;
    margin: 0;
  }
  .c-product-sl__detail .detail__desc {
    flex: 1;
    margin: 0 0 0 25px;
  }
  .c-product-sl__detail .detail__list {
    display: flex;
    justify-content: space-between;
  }
  .c-product-sl__detail .detail__list__item {
    flex-basis: 48%;
    margin-bottom: 0px;
  }
}
@media (min-width: 773px) {
  .c-product-sl__list__item__img {
    flex-basis: 60%;
  }
  .c-product-sl__list__item__desc {
    flex: 1;
    margin-left: 25px;
  }
  .c-product-sl__detail .detail__img {
    width: 60%;
  }
  .c-product-sl__detail .detail__desc {
    margin: 0 0 0 25px;
  }
}
@media (min-width: 768px) {
  .c-product-sl__topview {
    display: flex;
    justify-content: space-between;
  }
  .c-product-sl__topview .Img {
    margin: 0 0 0 -6vw;
    height: auto;
    flex-basis: calc(48% + 6vw);
  }
  .c-product-sl__topview .Desc {
    flex-basis: 48%;
    align-self: center;
  }
  .c-product-sl__topview .Desc__category {
    font-size: 1.4rem;
  }
  .c-product-sl__topview .Desc__price {
    font-size: 2.4rem;
  }
  .c-product-sl__topview .Desc__price strong {
    font-size: 3.6rem;
  }
  .c-product-sl__topview .Desc__caution {
    font-size: 1.2rem;
  }
  .c-product-sl__catch {
    text-align: center;
  }
  .c-product-sl__catch h3 {
    font-size: 2.2rem;
  }
  .c-product-sl__catch h3 br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .c-product-sl {
    padding-top: 120px;
  }
  .c-product-sl__topview .Desc__title {
    font-size: 2.3rem;
    margin-bottom: 12px;
  }
  .c-product-sl__topview .Desc__category {
    font-size: 1.5rem;
  }
  .c-product-sl__topview .Desc__wrap {
    display: block;
  }
  .c-product-sl__topview .Desc__price {
    font-size: 2.8rem;
  }
  .c-product-sl__topview .Desc__price strong {
    font-size: 4.2rem;
    margin-left: 15px;
  }
  .c-product-sl__topview .Desc__caution {
    font-size: 1.4rem;
  }
  .c-product-sl__topview .Desc__caution br {
    display: none;
  }
  .c-product-sl__catch {
    margin-bottom: 70px;
  }
  .c-product-sl__catch h3 {
    font-size: 2.4rem;
  }
  .c-product-sl__catch p {
    line-height: 2.2;
  }
}
@media (min-width: 1280px) {
  .c-product-sl {
    padding-top: 140px;
  }
  .c-product-sl__topview .Img {
    margin: 0;
    flex-basis: 48%;
  }
  .c-product-sl__topview .Desc__title {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .c-product-sl__topview .Desc__category {
    font-size: 1.6rem;
  }
  .c-product-sl__topview .Desc__price {
    font-size: 3.2rem;
  }
  .c-product-sl__topview .Desc__price strong {
    font-size: 4.8rem;
  }
  .c-product-sl__catch {
    padding-bottom: 65px;
  }
  .c-product-sl__catch h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

.p-dashboard__title {
  font-size: 2.4rem;
}
.p-dashboard__wrap {
  background-color: #f2f2f2;
  padding: 40px 20px 50px;
  margin: 0 -6vw;
}
.p-dashboard__wrap .Desc {
  margin-bottom: 30px;
}
.p-dashboard__wrap .Desc__label {
  color: #b91d1d;
}
.p-dashboard__wrap .Desc__number {
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.p-dashboard__wrap .Desc .txt {
  margin-top: 10px;
}
.p-dashboard__wrap .Desc .txt__season {
  font-family: "Cinzel", "Shippori Mincho", serif;
  color: #b91d1d;
  font-weight: 400;
}
.p-dashboard__wrap .Desc .txt__title {
  font-family: "Cinzel", "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
}
.p-dashboard__wrap .Line {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 36px;
}
.p-dashboard__wrap .Line__item {
  flex: 1;
  text-align: center;
  position: relative;
}
.p-dashboard__wrap .Line__item::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc;
}
.p-dashboard__wrap .Line__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-dashboard__wrap .Line__item.is-active::before {
  background: #333;
}
.p-dashboard__wrap .Line__item.is-active::after {
  background: #333;
}
.p-dashboard__wrap .Line__item.is-inactive::before {
  background: #ccc;
}
.p-dashboard__wrap .Line__item.is-inactive::after {
  background: #ccc;
}
.p-dashboard__wrap .Line__item p {
  font-size: 80%;
  margin-bottom: 8px;
  color: #999;
}
.p-dashboard__wrap .Line__item.is-active p {
  color: #333;
}
@media (min-width: 768px) {
  .p-dashboard__title {
    font-size: 3rem;
  }
  .p-dashboard__desc {
    margin-bottom: 55px;
  }
  .p-dashboard__wrap {
    padding: 60px 6vw;
    margin: 0 -6vw;
  }
  .p-dashboard__wrap .Desc {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
  }
  .p-dashboard__wrap .Desc__left {
    margin-right: 5vw;
    text-align: center;
  }
  .p-dashboard__wrap .Desc__number {
    font-size: 4.8rem;
    line-height: 1.3;
  }
  .p-dashboard__wrap .Desc .txt {
    margin-top: 0px;
    flex: 1;
  }
  .p-dashboard__wrap .Desc .txt__title {
    font-size: 2.2rem;
    line-height: 2.3;
  }
  .p-dashboard__wrap .Line {
    max-width: 800px;
    margin: 0 auto 55px;
  }
  .p-dashboard__wrap .Line__item::before {
    bottom: 14px;
  }
  .p-dashboard__wrap .Line__item::after {
    width: 30px;
    height: 30px;
  }
  .p-dashboard__wrap .Line__item p {
    font-size: 1.4rem;
  }
  .p-dashboard__wrap .more-btn {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .p-dashboard__desc {
    margin-bottom: 70px;
  }
  .p-dashboard__wrap {
    padding: 80px 6vw 70px;
  }
  .p-dashboard__wrap .Desc {
    margin-bottom: 55px;
  }
  .p-dashboard__wrap .Desc__number {
    font-size: 5.2rem;
    line-height: 1.4;
  }
  .p-dashboard__wrap .Desc .txt__title {
    font-size: 2.8rem;
    line-height: 2.3;
  }
  .p-dashboard__wrap .Line {
    max-width: 800px;
    margin: 0 auto 65px;
  }
  .p-dashboard__wrap .Line__item p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .p-dashboard__title {
    font-size: 3.4rem;
  }
  .p-dashboard__wrap {
    padding: 100px 5vw 80px;
  }
  .p-dashboard__wrap .Desc {
    margin-bottom: 65px;
  }
  .p-dashboard__wrap .Desc__left {
    margin-right: 80px;
  }
  .p-dashboard__wrap .Desc__number {
    font-size: 5.4rem;
    line-height: 1.5;
  }
  .p-dashboard__wrap .Desc .txt__title {
    font-size: 3.2rem;
    line-height: 2.3;
  }
  .p-dashboard__wrap .Line {
    max-width: 1000px;
    margin: 0 auto 80px;
  }
  .p-dashboard__wrap .Line__item p {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}
@media (min-width: 1500px) {
  .p-dashboard__wrap {
    padding: 100px 100px 80px;
    margin: 0;
  }
}

.p-letter__title {
  font-size: 2.4rem;
}
.p-letter__desc .List {
  margin-top: 20px;
}
.p-letter__desc .List li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.p-letter__code {
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .p-letter__title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .p-letter .c-container, .p-letter .breadcrumb {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .p-letter__desc {
    flex-basis: 48%;
    margin-bottom: 0;
  }
  .p-letter__code {
    flex-basis: 48%;
  }
}
@media (min-width: 1280px) {
  .p-letter__title {
    font-size: 3.4rem;
  }
}

.p-news__link {
  color: #fff;
  display: block;
}
@media (hover: hover) {
  .p-news__link:hover .p-news__img::before {
    opacity: 0;
  }
  .p-news__link:hover .p-news__img img {
    transform: scale(1.1);
  }
}
.p-news__img {
  overflow: hidden;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  position: relative;
}
.p-news__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1e1c1a;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: 10;
}
.p-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.p-news__item {
  aspect-ratio: 3/2;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 20px;
  position: relative;
}
.p-news-wrap {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 20;
}
.p-news .cate-item {
  color: #ccc;
  font-size: 1.2rem;
  display: inline-block;
}
.p-news__content {
  font-weight: 500;
  font-size: 1.6rem;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-news__btn {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
}
.p-news__btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .p-news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .p-news__item {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .p-news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .p-news__list {
    gap: 20px;
  }
  .p-news-wrap {
    padding: 0 25px;
  }
  .p-news__content {
    font-size: 2rem;
    margin: 15px 0;
  }
  .p-news__btn {
    right: 25px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.3vw;
}
.pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1c1a;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination .page-numbers:not(.next):not(.prev):not(.dots) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
@media (hover: hover) {
  .pagination .page-numbers:not(.next):not(.prev):not(.dots):hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .pagination .page-numbers:not(.next):not(.prev):not(.dots) {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1024px) {
  .pagination .page-numbers:not(.next):not(.prev):not(.dots) {
    font-size: 18px;
  }
}
.pagination .page-numbers.current {
  cursor: default;
}
.pagination .page-numbers.current:hover {
  opacity: 0.6;
}
.pagination .page-numbers.next {
  position: relative;
  padding-right: 22px;
  color: #1e1c1a;
  background: none;
  border: none;
}
.pagination .page-numbers.next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1e1c1a;
  border-right: 1px solid #1e1c1a;
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .pagination .page-numbers.next::after {
    width: 8px;
    height: 8px;
  }
}
@media (hover: hover) {
  .pagination .page-numbers.next:hover::after {
    transform: rotate(45deg) translateX(2px);
  }
}
.pagination .page-numbers.prev {
  position: relative;
  padding-left: 22px;
  color: #1e1c1a;
  background: none;
  border: none;
}
.pagination .page-numbers.prev::before {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  left: 0;
  border-top: 1px solid #1e1c1a;
  border-right: 1px solid #1e1c1a;
  transform: rotate(225deg);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
}
@media (min-width: 1024px) {
  .pagination .page-numbers.prev::before {
    width: 8px;
    height: 8px;
  }
}
@media (hover: hover) {
  .pagination .page-numbers.prev:hover::before {
    transform: rotate(225deg) translateX(-2px);
  }
}
.pagination .page-numbers.dots {
  background: none;
  border: none;
  cursor: default;
  color: #999;
}
@media (max-width: 767px) {
  .pagination {
    gap: 2vw;
  }
}

.news-wrapper .p-news {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .news-wrapper .p-news {
    padding-top: 110px;
  }
  .news-wrapper .c-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .news-wrapper .p-news {
    padding-top: 130px;
  }
}
@media (min-width: 1280px) {
  .news-wrapper .p-news {
    padding-top: 150px;
  }
}

.c-news-sbttl {
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
  color: #888;
  font-size: 18px;
  padding-left: 20px;
}
.c-news-sbttl::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #b91d1d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-news__link {
  color: #1e1c1a;
  display: block;
}
@media (hover: hover) {
  .c-news__link:hover {
    opacity: 0.6;
  }
}
.c-news__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}
.c-news__img.has-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-news__img.no-thumbnail span {
  color: #fff;
}
.c-news__item {
  margin-bottom: 45px;
}
.c-news .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e1c1a;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  padding: 5px 12px;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .c-news__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .c-news__item {
    flex-basis: 48%;
  }
}
@media (min-width: 1024px) {
  .c-news__list {
    justify-content: left;
  }
  .c-news__item {
    flex-basis: 31%;
    margin: 0 1% 45px;
  }
  .c-news-sbttl {
    margin-bottom: 25px;
    font-size: 24px;
    padding-left: 35px;
  }
  .c-news-sbttl::before {
    content: "";
    width: 20px;
  }
  .c-news .cate-item {
    font-size: 13px;
    padding: 5px 12px;
  }
}
@media (min-width: 1280px) {
  .c-news__img {
    margin-bottom: 20px;
  }
  .c-news__item {
    flex-basis: 29%;
    margin: 0 2% 50px;
  }
}

.c-latest-news .c-news__img,
.c-category-news .c-news__img {
  margin-bottom: 12px;
}
.c-latest-news .c-news__item,
.c-category-news .c-news__item {
  margin-bottom: 10px;
}
.c-latest-news .c-news__content,
.c-category-news .c-news__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.c-latest-news .cate-item,
.c-category-news .cate-item {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #1e1c1a;
  font-size: 10px;
  display: inline-block;
  padding: 3px 8px;
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .c-latest-news .c-news__img,
  .c-category-news .c-news__img {
    margin-bottom: 10px;
  }
  .c-latest-news .cate-item,
  .c-category-news .cate-item {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.c-news-sl {
  padding: 110px 0 70px;
}
.c-news-sl__date {
  font-weight: 400;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl .more-btn {
  text-align: right;
}
@media (min-width: 768px) {
  .c-news-sl {
    padding: 130px 0 80px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 1024px) {
  .c-news-sl {
    padding: 150px 0 100px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 4vw 0;
  }
}
@media (min-width: 1280px) {
  .c-news-sl {
    padding: 170px 0 100px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}
@media (min-width: 1500px) {
  .c-news-sl {
    padding: 170px 0 100px;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0;
    max-width: 1200px;
  }
  .c-news-sl__contents {
    padding: 50px 0;
  }
}

.p-footer {
  background-color: #ccc;
  padding: 70px 0 20px;
}
.p-footer__logo {
  text-align: center;
}
.p-footer__logo .Img {
  margin-bottom: 10px;
}
.p-footer__logo .Img img {
  width: 40%;
  max-width: 180px;
}
.p-footer__logo .Desc {
  font-size: 1.9rem;
  white-space: nowrap;
}
.p-footer .sns-link ul {
  display: flex;
  justify-content: center;
}
.p-footer .sns-link ul li {
  width: 35px;
  height: 35px;
  margin: 0 10px;
}
.p-footer .sns-link ul li a {
  display: block;
  transition: all 0.3s;
}
.p-footer .sns-link ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link ul li a:hover {
  opacity: 0.6;
}
.p-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 550px;
  margin: 0 auto;
}
.p-footer__nav ul li {
  flex-basis: 48%;
  margin: 0 1% 15px;
}
.p-footer__nav ul li a {
  color: #1e1c1a;
  transition: all 0.3s;
}
.p-footer__nav ul li a:hover {
  opacity: 0.6;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #888;
  padding: 20px 0 0;
  border-top: 1px solid #888;
}
@media (min-width: 768px) {
  .p-footer__logo .Img {
    margin-bottom: 15px;
  }
  .p-footer__logo .Img img {
    width: 40%;
    max-width: 200px;
  }
  .p-footer__logo .Desc {
    font-size: 2.2rem;
  }
  .p-footer__logo .Desc br {
    display: none;
  }
  .p-footer__nav ul {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .p-footer {
    padding: 80px 0 30px;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto 70px;
  }
  .p-footer__logo .Img {
    margin-bottom: 15px;
  }
  .p-footer__logo .Img img {
    width: 50%;
    max-width: 200px;
  }
  .p-footer .sns-link {
    margin-bottom: 0;
  }
  .p-footer .sns-link ul li {
    width: 45px;
    height: 45px;
    margin: 0 10px;
  }
  .p-footer .wrap {
    margin-right: 5vw;
  }
  .p-footer__nav {
    flex: 1;
    margin-bottom: 0;
  }
  .p-footer__nav ul {
    margin-top: 15px;
    display: block;
  }
  .p-footer__nav ul li {
    margin: 0 0 15px;
  }
  .p-footer .copyright {
    font-size: 14px;
    padding: 30px 0 0;
  }
}
@media (min-width: 1280px) {
  .p-footer .wrap {
    margin-right: 80px;
  }
}

.c-privacy {
  margin-top: 90px;
}
.c-privacy .c-title {
  font-size: 2rem;
  margin-bottom: 50px;
}
.c-privacy h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.c-privacy-item {
  margin-bottom: 30px;
}
.c-privacy-item .List {
  margin-top: 20px;
}
.c-privacy-item .List > li {
  padding-left: 3.2em;
  text-indent: -3.2em;
  margin-bottom: 8px;
}
.c-privacy-item .List > li .sub-List {
  margin-top: 20px;
}
.c-privacy-item .List > li .sub-List > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.c-privacy-item a {
  color: #1e1c1a;
}
.c-privacy-item a.link {
  color: #b91d1d;
  border-bottom: 1px solid #b91d1d;
}
.c-privacy-item .caution {
  color: #b91d1d;
  border-bottom: 1px solid #b91d1d;
}
.c-privacy-item .table {
  margin-top: 20px;
}
.c-privacy-item .table table {
  width: 100%;
}
.c-privacy-item .table table th,
.c-privacy-item .table table td {
  border: 1px solid #ccc;
}
.c-privacy-item .table table thead th {
  text-align: center;
  font-weight: 600;
  padding: 8px;
  background-color: #ccc;
}
.c-privacy-item .table table thead th:nth-child(1) {
  border-right: 1px solid #fff;
  width: 40%;
}
.c-privacy-item .table table thead th:nth-child(2) {
  width: 60%;
}
.c-privacy-item .table table tbody td {
  padding: 15px 10px;
}
.c-privacy-item .table.table2 table thead th:nth-child(1), .c-privacy-item .table.table2 table thead th:nth-child(2) {
  border-right: 1px solid #fff;
  width: 33%;
}
.c-privacy-item .table.table2 table thead th:nth-child(3) {
  width: 33%;
}
.c-privacy-item .table.table2 table tbody th,
.c-privacy-item .table.table2 table tbody td {
  text-align: center;
  font-weight: 400;
}
.c-privacy-item .table.table2 table tbody th {
  background-color: #f2f2f2;
}
.c-privacy-item .table.table2 .caution-box {
  margin-top: 10px;
}
.c-privacy-item .table.table2 .caution-box p {
  font-size: 0.9em;
}
.c-privacy__table table {
  width: 100%;
}
.c-privacy__table table th,
.c-privacy__table table td {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.c-privacy__table table th {
  text-align: center;
  font-weight: 600;
  padding: 8px;
  background-color: #ccc;
}
.c-privacy__table table th br {
  display: none;
}
.c-privacy__table table td {
  padding: 15px 10px;
}
.c-privacy__table table td a {
  color: #1e1c1a;
}
.c-privacy__table table td a.link {
  color: #b91d1d;
  border-bottom: 1px solid #b91d1d;
}
.c-privacy__table table td .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.c-privacy__table table td .indent2 {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 5px;
}
.c-privacy__table table td .box {
  display: block;
  margin-bottom: 15px;
}
.c-privacy__table table td .box b {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c-privacy {
    margin-top: 100px;
  }
  .c-privacy .c-title {
    font-size: 2.2rem;
  }
  .c-privacy h3 {
    font-size: 1.8rem;
  }
  .c-privacy-item .table {
    margin-top: 30px;
  }
  .c-privacy-item .table table thead th {
    padding: 12px;
  }
  .c-privacy-item .table table thead th:nth-child(1) {
    width: 40%;
  }
  .c-privacy-item .table table thead th:nth-child(2) {
    width: 60%;
  }
  .c-privacy-item .table table tbody td {
    padding: 22px;
  }
  .c-privacy-item .table.table2 table thead th:nth-child(3) br {
    display: none;
  }
  .c-privacy-item .table.table2 table tbody td {
    padding: 12px;
  }
  .c-privacy__table table th {
    padding: 12px;
  }
  .c-privacy__table table td {
    padding: 25px 30px;
  }
  .c-privacy__table table td .box {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .c-privacy {
    margin-top: 130px;
  }
  .c-privacy .c-title {
    font-size: 2.7rem;
  }
  .c-privacy h3 {
    font-size: 2rem;
  }
  .c-privacy-item {
    margin-bottom: 45px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .c-privacy__table table {
    border-top: 1px solid #ccc;
  }
  .c-privacy__table table tr {
    display: flex;
  }
  .c-privacy__table table th {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
  .c-privacy__table table th br {
    display: block;
  }
  .c-privacy__table table td {
    flex-basis: 70%;
    border-top: none;
    padding: 22px;
  }
}
@media (min-width: 1280px) {
  .c-privacy {
    margin-top: 150px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.c-contact {
  margin-top: 90px;
  text-align: center;
}
.c-contact__list__item {
  margin-bottom: 40px;
}
.c-contact__list__item h3 {
  font-size: 1.2em;
  margin-bottom: 8px;
}
.c-contact__list__item .more-btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .c-contact {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .c-contact {
    margin-top: 130px;
  }
  .c-contact__list {
    display: flex;
    justify-content: center;
  }
  .c-contact__list__item {
    flex-basis: 350px;
    text-align: left;
    margin: 0 30px 30px;
  }
  .c-contact__list__item .more-btn {
    margin-top: 25px;
  }
  .c-contact__list__item .more-btn__link {
    display: flex;
    justify-content: right;
  }
}
@media (min-width: 1280px) {
  .c-contact {
    margin-top: 150px;
  }
}
.p-header {
  width: 100%;
  position: relative;
}
.p-header .logo__img {
  display: inline-block;
  margin: 5px 10px 0 8px;
}
.p-header .logo {
  background-image: url(../images/common/logo_v2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  opacity: 1;
}
.p-header.is-dark .mobile-container .mobile-menu__btn > span {
  background-color: #1e1c1a;
}
.p-header.is-dark .pc-container .pc-nav-link {
  color: #1e1c1a;
}
.p-header.is-scroll .pc-container .pc-container::before {
  opacity: 0.8;
}
.p-header.is-scroll .pc-container .pc-container::after {
  opacity: 0;
}
.p-header.is-scroll.is-dark .pc-container::before {
  opacity: 0;
}
.p-header.is-scroll.is-dark .pc-container::after {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .p-header .pc-container {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-header .mobile-container {
    display: none !important;
  }
  .p-header .pc-container {
    position: fixed;
    width: 100%;
    z-index: 8000;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-header .pc-container::before, .p-header .pc-container::after {
    content: "";
    width: 100%;
    height: 20vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .p-header .pc-container::before {
    background: linear-gradient(#000, transparent 80%);
  }
  .p-header .pc-container::after {
    background: linear-gradient(#fff, transparent 80%);
  }
  .p-header .pc-container .pc-nav {
    margin-bottom: 10px;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    margin-top: 20px;
  }
  .p-header .pc-container .pc-nav-item {
    margin-right: 4vw;
  }
  .p-header .pc-container .pc-nav-link {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: block;
    color: #fff;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-link:hover {
    color: #b91d1d;
  }
  .p-header .pc-container .logo__img {
    margin: 10px 10px 0px 10px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .p-header .pc-container::before, .p-header .pc-container::after {
    height: 16vw;
  }
  .p-header .pc-container .pc-nav-list {
    margin-top: 30px;
  }
  .p-header .pc-container .pc-nav-item {
    margin-right: 4vw;
  }
  .p-header .pc-container .logo__img {
    margin: 10px 10px 0px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 90px;
    width: 90px;
  }
}
@media (min-width: 1280px) {
  .p-header .pc-container::before, .p-header .pc-container::after {
    height: 14vw;
  }
  .p-header .pc-container .logo__img {
    margin: 10px 10px 0px 15px;
  }
  .p-header .pc-container .logo__img .logo {
    height: 100px;
    width: 100px;
  }
}
@media (min-width: 1500px) {
  .p-header .pc-container::before, .p-header .pc-container::after {
    height: 180px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9411764706);
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
}
.mobile-menu__list {
  width: 100%;
  padding: 130px 8vw 40px;
}
.mobile-menu__item {
  margin-bottom: 30px;
  position: relative;
}
.mobile-menu a {
  color: #1e1c1a;
}
.mobile-menu .sns-link {
  margin: 0 8vw;
  border-top: 1px solid #ccc;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.mobile-menu .sns-link li {
  width: 24px;
  margin: 20px 15px 0 0;
}
.mobile-menu .sns-link li img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 23px;
  right: 10px;
  z-index: 200;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  transition: all 0.3s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
  width: 18px;
}
@media (min-width: 600px) {
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 9px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #1e1c1a !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(4px) rotate(20deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  width: 30px;
  transition-delay: 70ms;
  transform: translateY(-4px) rotate(-20deg);
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.bound,
.clip-js1.reveal.bound,
.clip-js2.reveal.bound,
.clip-js3.reveal.bound {
  animation-name: bound;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.wow.inview .item,
.wow2.inview .item {
  animation-name: wow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.wow.inview .item:nth-child(1),
.wow2.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.wow.inview .item:nth-child(2),
.wow2.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.wow.inview .item:nth-child(3),
.wow2.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.wow.inview .item:nth-child(4),
.wow2.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.wow.inview .item:nth-child(5),
.wow2.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.wow.inview .item:nth-child(6),
.wow2.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.wow.inview .item:nth-child(7),
.wow2.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.wow.inview .item:nth-child(8),
.wow2.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.wow.inview .item:nth-child(9),
.wow2.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.wow.inview .item:nth-child(10),
.wow2.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.wow.inview .item:nth-child(11),
.wow2.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.wow.inview .item:nth-child(12),
.wow2.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.wow.inview .item:nth-child(13),
.wow2.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.wow.inview .item:nth-child(14),
.wow2.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.wow.inview .item:nth-child(15),
.wow2.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.wow.inview .item:nth-child(16),
.wow2.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.wow.inview .item:nth-child(17),
.wow2.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.wow.inview .item:nth-child(18),
.wow2.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.wow.inview .item:nth-child(19),
.wow2.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.wow.inview .item:nth-child(20),
.wow2.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.wow.inview .item:nth-child(21),
.wow2.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.wow.inview .item:nth-child(22),
.wow2.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.wow.inview .item:nth-child(23),
.wow2.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.wow.inview .item:nth-child(24),
.wow2.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.wow.inview .item:nth-child(25),
.wow2.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.wow.inview .item:nth-child(26),
.wow2.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.wow.inview .item:nth-child(27),
.wow2.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.wow.inview .item:nth-child(28),
.wow2.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.wow.inview .item:nth-child(29),
.wow2.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.wow.inview .item:nth-child(30),
.wow2.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.wow.inview .item:nth-child(31),
.wow2.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.wow.inview .item:nth-child(32),
.wow2.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.wow.inview .item:nth-child(33),
.wow2.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.wow.inview .item:nth-child(34),
.wow2.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.wow.inview .item:nth-child(35),
.wow2.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.wow.inview .item:nth-child(36),
.wow2.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.wow.inview .item:nth-child(37),
.wow2.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.wow.inview .item:nth-child(38),
.wow2.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.wow.inview .item:nth-child(39),
.wow2.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

@keyframes bound {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  20% {
    opacity: 1;
    transform: translateY(40px);
  }
  30% {
    transform: translateY(-40px);
  }
  40% {
    transform: translateY(0);
  }
}
@keyframes wow {
  0% {
    transform: scale(0) rotate(10deg);
  }
  5% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  10% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  15% {
    transform: scale(2) rotate(10deg) translate(-10px, 5px);
  }
  20% {
    transform: scale(2) rotate(10deg) translate(10px, -5px);
  }
  30% {
    transform: scale(0.9) rotate(-3deg);
  }
  35% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: translate(-10px, 5px);
  }
  45% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-10px, 5px);
  }
  55% {
    transform: translate(0);
  }
}
.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.panel2 {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #b91d1d;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  width: 43%;
  margin: 10px;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 20px 20px;
    width: 30%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #b91d1d;
  border: 1px solid #b91d1d;
}

.panel.is-show {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 1.1s ease-out;
  opacity: 0;
  filter: blur(8px);
}
.appear.inview .item {
  opacity: 1;
  transform: none;
  filter: blur(0);
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 1.5s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 2.1s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 2.7s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 3.3s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 3.9s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 4.2s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 4.5s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 5.1s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 5.4s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 5.7s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 6.3s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 6.6s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 6.9s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 7.5s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 7.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 8.1s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 8.7s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 9.3s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 9.9s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 10.2s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 10.5s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 11.1s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 11.4s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.p-question .faq dt.ac-title.is-active .i_box::before {
  transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */