@charset "UTF-8";
/*
Theme Name:  Frenchie Crew Theme
Author: will
Version: 1.0 ver
*/
/* リセットCSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5要素の表示をブロックレベルに設定 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 画像のボーダーを削除 */
img {
  border-style: none;
}

/* リンクのテキスト装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の外観をリセット */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* ボタンと入力タイプをリセット */
button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

.LinotypeDidot {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-weight: 700;
  font-style: normal;
}

.FOT-TsukuAOldMin {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.YuGothicPr6N {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #fcf6eb;
  color: #687c7a;
  font-size: 14px;
  letter-spacing: 2px;
}
body.no-scroll {
  overflow: hidden;
}

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

.common-hero .container {
  max-width: 1920px;
  margin: 0 auto;
}
.common-hero .container .wrapper {
  width: 83%;
  margin: 0 auto;
  margin-top: 90px;
  padding-bottom: 35px;
  border-bottom: solid 1px #b2b9b2;
}
.common-hero .container .wrapper .section-head .title {
  font-size: 70px;
  margin-top: 10px;
}

.common-gift-wrapping .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.common-gift-wrapping .container .wrapper .accordion .gift-wrapping-wrapper {
  border: solid 2px #687c7a;
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
  cursor: pointer;
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .section-head {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .icon {
  position: relative;
  width: 18px;
  height: 18px;
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .icon i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header.active .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.common-gift-wrapping .container .wrapper .accordion .list.wrapping-header:hover .section-head {
  opacity: 0.5;
}
.common-gift-wrapping .container .wrapper .accordion .list.products {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: max-height 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents {
  padding-bottom: 60px;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li {
  width: 27%;
  margin: 0 1%;
  margin-top: 60px;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-thumb {
  width: 100%;
  aspect-ratio: 4/4;
  overflow: hidden;
  display: block;
  background: #cfd4d4;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info {
  font-size: 18px;
  margin-top: 15px;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper {
  margin-top: 10px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper .product-arrow {
  display: block;
  padding-bottom: 15px;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper .product-arrow img {
  width: 40px;
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li:hover figure img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li:hover .product-arrow img {
  -webkit-animation: arrowSlide 1s ease forwards;
          animation: arrowSlide 1s ease forwards;
}
@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.common-gift-wrapping .container .wrapper .accordion .list.products .products-contents .btn {
  width: 180px;
  margin: 0 auto;
  margin-top: 70px;
}

.btn {
  display: block;
  /* =========================================================
     画像スライド（右へ消える → 左から戻る）
  ========================================================= */
}
.btn .topics-more-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  /* =========================================================
     アイコン（リング2段階 + 画像スライド）
  ========================================================== */
  /* =========================================================
     テキスト（2枚スライド）
  ========================================================== */
  /* =========================================================
     ホバーアニメーション（全要素）
  ========================================================== */
}
.btn .topics-more-link .topics-more-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  /* リングを見せたいので overflow: visible */
  overflow: visible;
  /* 画像ラッパー（画像スライドのはみ出しを隠す） */
  /* OUTリング（初期リング：拡大→消える） */
  /* INリング（外→内の収束：ホバー中見える） */
}
.btn .topics-more-link .topics-more-icon .topics-more-icon-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.btn .topics-more-link .topics-more-icon .topics-more-icon-inner figure {
  width: 100%;
}
.btn .topics-more-link .topics-more-icon .topics-more-icon-inner figure img {
  display: block;
  width: 40%;
  padding-top: 15px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 3;
}
.btn .topics-more-link .topics-more-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  outline: 1px solid #7e7d7a;
  border-radius: 50%;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  z-index: 1;
}
.btn .topics-more-link .topics-more-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  outline: 1px solid #7e7d7a;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  z-index: 2;
}
.btn .topics-more-link .topics-more-text-wrap {
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn .topics-more-link .topics-more-text-wrap .topics-more-text {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
}
.btn .topics-more-link .topics-more-text-wrap .topics-more-text:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}
.btn .topics-more-link:hover {
  /* ===== テキスト入れ替え ===== */
  /* ===== OUTリング：拡大して消える ===== */
  /* ===== INリング：収束して現れる ===== */
  /* ===== 画像：右に抜け → 左からフェードイン ===== */
}
.btn .topics-more-link:hover .topics-more-text:first-child {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.btn .topics-more-link:hover .topics-more-text:last-child {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.btn .topics-more-link:hover .topics-more-icon::before {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  opacity: 0;
}
.btn .topics-more-link:hover .topics-more-icon::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn .topics-more-link:hover .topics-more-icon-inner img {
  -webkit-animation: iconSlide 0.7s ease-out forwards;
          animation: iconSlide 0.7s ease-out forwards;
}
@-webkit-keyframes iconSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
    opacity: 0;
    /* 右に抜ける時に消える */
  }
  40% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
    opacity: 0;
    /* 左へ瞬間移動（見えない状態） */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    /* 左からふわっと現れる */
  }
}
@keyframes iconSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(90%);
            transform: translateX(90%);
    opacity: 0;
    /* 右に抜ける時に消える */
  }
  40% {
    -webkit-transform: translateX(-90%);
            transform: translateX(-90%);
    opacity: 0;
    /* 左へ瞬間移動（見えない状態） */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    /* 左からふわっと現れる */
  }
}
.btn.common-contact .topics-more-icon::before {
  outline: 1px solid white;
}
.btn.common-contact .topics-more-icon::after {
  outline: 1px solid white;
}

.common-products-contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.common-products-contents ul li {
  width: 24%;
  margin: 0 0.5%;
  margin-top: 60px;
  position: relative;
}
.common-products-contents ul li .product-thumb {
  width: 100%;
  aspect-ratio: 4/4;
  overflow: hidden;
  display: block;
  background: #cfd4d4;
}
.common-products-contents ul li .product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.common-products-contents ul li .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  /* 三角形の元になる正方形エリアを確保 */
  width: 60px;
  height: 60px;
  pointer-events: none;
}
.common-products-contents ul li .tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  /* 直角二等辺三角形（左上が直角） */
  border-top: 60px solid #687c7a;
  border-right: 60px solid transparent;
  border-left: 0;
  border-bottom: 0;
  z-index: -1;
}
.common-products-contents ul li .tag span {
  position: absolute;
  top: 35%;
  left: 38%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  /* 中心基準で移動＋回転 */
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  display: inline-block;
}
.common-products-contents ul li .product-info {
  font-size: 18px;
  margin-top: 15px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.common-products-contents ul li .product-info .price-wrapper {
  margin-top: 10px;
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-products-contents ul li .product-info .price-wrapper .product-arrow {
  display: block;
  padding-bottom: 15px;
}
.common-products-contents ul li .product-info .price-wrapper .product-arrow img {
  width: 40px;
}
.common-products-contents ul li:hover figure img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.common-products-contents ul li:hover .product-arrow img {
  -webkit-animation: arrowSlide 1s ease forwards;
          animation: arrowSlide 1s ease forwards;
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.common-products-contents .btn {
  width: 180px;
  margin: 0 auto;
  margin-top: 70px;
}

.en {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}

.sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .common-products-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .common-products-contents ul li {
    width: 24%;
    margin: 0 0.5%;
    margin-top: 60px;
    position: relative;
  }
  .common-products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .common-products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .common-products-contents ul li .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    /* 三角形の元になる正方形エリアを確保 */
    width: 60px;
    height: 60px;
    pointer-events: none;
  }
  .common-products-contents ul li .tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /* 直角二等辺三角形（左上が直角） */
    border-top: 60px solid #687c7a;
    border-right: 60px solid transparent;
    border-left: 0;
    border-bottom: 0;
    z-index: -1;
  }
  .common-products-contents ul li .tag span {
    position: absolute;
    top: 35%;
    left: 38%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    /* 中心基準で移動＋回転 */
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    display: inline-block;
  }
  .common-products-contents ul li .product-info {
    font-size: 18px;
    margin-top: 15px;
  }
  .common-products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 15px;
  }
  .common-products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 40px;
  }
  .common-products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .common-products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @-webkit-keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .common-products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1050px) {
  .common-hero .container {
    max-width: 1920px;
    margin: 0 auto;
  }
  .common-hero .container .wrapper {
    width: 83%;
    margin: 0 auto;
    margin-top: 90px;
    padding-bottom: 35px;
    border-bottom: solid 1px #b2b9b2;
  }
  .common-hero .container .wrapper .section-head .title {
    font-size: 60px;
    margin-top: 10px;
  }
  .common-gift-wrapping .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .common-gift-wrapping .container .wrapper .accordion .gift-wrapping-wrapper {
    border: solid 2px #687c7a;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 40px;
    cursor: pointer;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .section-head {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .section-head .title {
    font-size: 38px;
    margin-top: 7px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .icon {
    position: relative;
    width: 18px;
    height: 18px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .icon i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header.active .icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header:hover .section-head {
    opacity: 0.5;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: max-height 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents {
    padding-bottom: 60px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li {
    width: 27%;
    margin: 0 1%;
    margin-top: 60px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info {
    font-size: 16px;
    margin-top: 15px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 15px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 40px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @-webkit-keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .common-products-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .common-products-contents ul li {
    width: 24%;
    margin: 0 0.5%;
    margin-top: 60px;
    position: relative;
  }
  .common-products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .common-products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .common-products-contents ul li .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    /* 三角形の元になる正方形エリアを確保 */
    width: 60px;
    height: 60px;
    pointer-events: none;
  }
  .common-products-contents ul li .tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /* 直角二等辺三角形（左上が直角） */
    border-top: 60px solid #687c7a;
    border-right: 60px solid transparent;
    border-left: 0;
    border-bottom: 0;
    z-index: -1;
  }
  .common-products-contents ul li .tag span {
    position: absolute;
    top: 35%;
    left: 38%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    /* 中心基準で移動＋回転 */
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    display: inline-block;
  }
  .common-products-contents ul li .product-info {
    font-size: 16px;
    margin-top: 15px;
  }
  .common-products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 15px;
  }
  .common-products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 40px;
  }
  .common-products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .common-products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .common-products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .common-hero .container {
    max-width: 1920px;
    margin: 0 auto;
  }
  .common-hero .container .wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: solid 1px #b2b9b2;
  }
  .common-hero .container .wrapper .section-head .title {
    font-size: 46px;
    margin-top: 10px;
  }
  .common-gift-wrapping .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .common-gift-wrapping .container .wrapper .accordion .gift-wrapping-wrapper {
    border: solid 2px #687c7a;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    cursor: pointer;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .section-head {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .section-head .title {
    font-size: 25px;
    margin-top: 7px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .icon {
    position: relative;
    width: 18px;
    height: 18px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header .icon i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header.active .icon i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .common-gift-wrapping .container .wrapper .accordion .list.wrapping-header:hover .section-head {
    opacity: 0.5;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: max-height 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents {
    padding-bottom: 20px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li {
    width: 45%;
    margin: 0 2.5%;
    margin-top: 20px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-thumb {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info {
    font-size: 14px;
    margin-top: 15px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper .product-arrow {
    padding-bottom: 15px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 20px;
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @-webkit-keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .common-gift-wrapping .container .wrapper .accordion .list.products .products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .common-products-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .common-products-contents ul li {
    width: 48%;
    margin: 0 1%;
    margin-top: 30px;
    position: relative;
  }
  .common-products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .common-products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .common-products-contents ul li .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    /* 三角形の元になる正方形エリアを確保 */
    width: 40px;
    height: 40px;
    pointer-events: none;
  }
  .common-products-contents ul li .tag::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /* 直角二等辺三角形（左上が直角） */
    border-top: 40px solid #687c7a;
    border-right: 40px solid transparent;
    border-left: 0;
    border-bottom: 0;
    z-index: -1;
  }
  .common-products-contents ul li .tag span {
    position: absolute;
    top: 35%;
    left: 38%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    /* 中心基準で移動＋回転 */
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    display: inline-block;
  }
  .common-products-contents ul li .product-info {
    font-size: 14px;
    margin-top: 15px;
  }
  .common-products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 8px;
  }
  .common-products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 20px;
  }
  .common-products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .common-products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .common-products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
.page-top-fv {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.page-top-fv .swiper-slide-active .fv-slide-image img,
.page-top-fv .swiper-slide-duplicate-active .fv-slide-image img,
.page-top-fv .swiper-slide-prev .fv-slide-image img {
  -webkit-animation: zoomUp 12s linear 0s normal both;
          animation: zoomUp 12s linear 0s normal both;
}
.page-top-fv .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #687c7a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.fade-in-text {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 2s;
  transition: 2s;
}
.fade-in-text.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in-text.delay1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fade-in-text.delay2 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fade-in-text.delay3 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.fade-in-text.delay4 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.fade-in-text.delay5 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.fade-in-section {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 2s;
  transition: 2s;
}
.fade-in-section.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in-section.delay1 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.fade-in-section.delay2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in-section.delay3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fade-in-section.delay4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fade-in-section.delay5 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in-section.delay6 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fade-in-section.delay7 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fade-in-section.delay8 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.fade-in-section-parallax {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
.fade-in-section-parallax.show {
  opacity: 1;
}

@media screen and (max-width: 820px) {
  .fade-in-text {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: 2s;
    transition: 2s;
  }
  .fade-in-text.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .fade-in-text.delay1 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .fade-in-text.delay2 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .fade-in-text.delay3 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .fade-in-text.delay4 {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .fade-in-text.delay5 {
    -webkit-transition-delay: 3s;
            transition-delay: 3s;
  }
  .fade-in-section {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: 2s;
    transition: 2s;
  }
  .fade-in-section.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .fade-in-section.delay1 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .fade-in-section.delay2 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section.delay3 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section.delay4 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section.delay5 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section.delay6 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section.delay7 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section.delay8 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .fade-in-section-parallax {
    opacity: 0;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .fade-in-section-parallax.show {
    opacity: 1;
  }
}
.section-header .container .wrapper {
  width: 95%;
  max-width: 1550px;
  margin: 0 auto;
  margin-top: 25px;
}
.section-header .container .wrapper header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-header .container .wrapper header .logo-area {
  width: 190px;
}
.section-header .container .wrapper header .pc-menu-wrapper {
  padding-top: 10px;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul li {
  border-bottom: solid 1px transparent;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul li + li {
  margin-left: 50px;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul li i {
  font-size: 25px;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul li img {
  width: 30px;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul li:hover {
  border-bottom: solid 1px #739692;
}
.section-header .container .wrapper header .pc-menu-wrapper nav ul li:hover.icon {
  border-bottom: solid 1px transparent;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1050px) {
  .section-header .container .wrapper {
    width: 95%;
    max-width: 1550px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .section-header .container .wrapper header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-header .container .wrapper header .logo-area {
    width: 190px;
  }
  .section-header .container .wrapper header .pc-menu-wrapper {
    padding-top: 10px;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul li {
    border-bottom: solid 1px transparent;
    padding-bottom: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul li + li {
    margin-left: 40px;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul li i {
    font-size: 25px;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul li img {
    width: 30px;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul li:hover {
    border-bottom: solid 1px #739692;
  }
  .section-header .container .wrapper header .pc-menu-wrapper nav ul li:hover.icon {
    border-bottom: solid 1px transparent;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 820px) {
  .section-header .container .wrapper {
    width: 95%;
    max-width: 1550px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .section-header .container .wrapper header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-header .container .wrapper header .logo-area {
    width: 190px;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon {
    background: #687c7a;
    position: fixed;
    z-index: 999;
    top: 8px;
    right: 8px;
    list-style: none;
    width: 40px;
    height: 40px;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon:hover {
    cursor: pointer;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon li {
    color: #333333;
    width: 20px;
    height: 1px;
    background: white;
    position: absolute;
    left: 27%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon li:nth-child(1) {
    top: 30%;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon li:nth-child(2) {
    top: 48.7%;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon li:nth-child(3) {
    bottom: 30%;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon.active li:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon.active li:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .section-header .container .wrapper header .sp-menu-wrapper .menu-icon.active li:nth-child(3) {
    top: 48%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 1.2s;
    transition: 1.2s;
    opacity: 0;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu .logo {
    width: 50%;
    max-width: 230px;
    margin: 20px;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 100px;
    margin-top: 60px;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul li {
    text-align: center;
    padding: 30px 0;
    text-shadow: none;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin-top: 0;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul li a {
    display: block;
    text-decoration: none;
    color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul li a:hover {
    opacity: 0.5;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul li.icon a {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
  .section-header .container .wrapper header .sp-menu-wrapper .sp-menu nav ul li.icon a i {
    font-size: 40px;
    padding-right: 6px;
  }
}
.common-contact .container .wrapper {
  padding: 180px 0 220px 0;
  background-image: url(img/page-top-contact-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.common-contact .container .wrapper::before {
  content: "";
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.common-contact .container .wrapper .contact-wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-title {
  font-size: 60px;
  letter-spacing: 8px;
}
.common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-lead {
  margin-top: 30px;
}
.common-contact .container .wrapper .contact-wrapper .btn {
  padding-top: 50px;
}

footer .container .wrapper {
  width: 95%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 45px 0 15px 0;
}
footer .container .wrapper .footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .container .wrapper .footer-main .footer-logo {
  width: 190px;
}
footer .container .wrapper .footer-main nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container .wrapper .footer-main nav ul li {
  border-bottom: solid 1px transparent;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .container .wrapper .footer-main nav ul li + li {
  margin-left: 50px;
}
footer .container .wrapper .footer-main nav ul li i {
  font-size: 25px;
}
footer .container .wrapper .footer-main nav ul li img {
  width: 30px;
}
footer .container .wrapper .footer-main nav ul li:hover {
  border-bottom: solid 1px #739692;
}
footer .container .wrapper .footer-main nav ul li:hover.icon {
  border-bottom: solid 1px transparent;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .container .wrapper .footer-bottom {
  text-align: center;
  margin-top: 60px;
  font-size: small;
}

@media screen and (max-width: 1200px) {
  .common-contact .container .wrapper {
    padding: 180px 0 220px 0;
    background-image: url(img/page-top-contact-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .common-contact .container .wrapper::before {
    content: "";
    background: black;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common-contact .container .wrapper .contact-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-title {
    font-size: 50px;
    letter-spacing: 5px;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-lead {
    margin-top: 30px;
  }
  .common-contact .container .wrapper .contact-wrapper .btn {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .common-contact .container .wrapper {
    padding: 130px 0 160px 0;
    background-image: url(img/page-top-contact-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .common-contact .container .wrapper::before {
    content: "";
    background: black;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common-contact .container .wrapper .contact-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-title {
    font-size: 52px;
    letter-spacing: 5px;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-lead {
    margin-top: 30px;
  }
  .common-contact .container .wrapper .contact-wrapper .btn {
    padding-top: 50px;
  }
  footer .container .wrapper {
    width: 95%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 45px 0 15px 0;
  }
  footer .container .wrapper .footer-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container .wrapper .footer-main .footer-logo {
    width: 190px;
  }
  footer .container .wrapper .footer-main nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container .wrapper .footer-main nav ul li {
    border-bottom: solid 1px transparent;
    padding-bottom: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .container .wrapper .footer-main nav ul li + li {
    margin-left: 40px;
  }
  footer .container .wrapper .footer-main nav ul li i {
    font-size: 25px;
  }
  footer .container .wrapper .footer-main nav ul li img {
    width: 30px;
  }
  footer .container .wrapper .footer-main nav ul li:hover {
    border-bottom: solid 1px #739692;
  }
  footer .container .wrapper .footer-main nav ul li:hover.icon {
    border-bottom: solid 1px transparent;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  footer .container .wrapper .footer-bottom {
    text-align: center;
    margin-top: 60px;
    font-size: small;
  }
}
@media screen and (max-width: 820px) {
  .common-contact .container .wrapper {
    padding: 60px 0;
    background-image: url(img/page-top-contact-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .common-contact .container .wrapper::before {
    content: "";
    background: black;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common-contact .container .wrapper .contact-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper {
    text-align: center;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-title {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .common-contact .container .wrapper .contact-wrapper .contact-text-wrapper .contact-lead {
    margin-top: 30px;
    line-height: 1.5em;
  }
  .common-contact .container .wrapper .contact-wrapper .btn {
    padding-top: 50px;
    padding-right: 50px;
  }
  footer .container .wrapper {
    width: 95%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 45px 0 15px 0;
  }
  footer .container .wrapper .footer-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .wrapper .footer-main .footer-logo {
    width: 190px;
    margin: 0 auto;
  }
  footer .container .wrapper .footer-main nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  footer .container .wrapper .footer-main nav ul li {
    width: 80%;
    text-align: center;
    border-bottom: solid 1px transparent;
    padding-bottom: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px 0;
  }
  footer .container .wrapper .footer-main nav ul li + li {
    margin-left: 0;
    border-top: solid 1px rgba(104, 124, 122, 0.4);
  }
  footer .container .wrapper .footer-main nav ul li i {
    font-size: 25px;
  }
  footer .container .wrapper .footer-main nav ul li img {
    width: 30px;
  }
  footer .container .wrapper .footer-main nav ul li:hover {
    border-bottom: solid 1px #739692;
  }
  footer .container .wrapper .footer-main nav ul li:hover.icon {
    border-bottom: solid 1px transparent;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  footer .container .wrapper .footer-bottom {
    text-align: center;
    margin-top: 60px;
    font-size: small;
  }
}
.page-top-fv .container {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.page-top-fv .container .fv-vertical-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-top-fv .container .wrapper {
  width: 90%;
  margin-left: auto;
}
.page-top-fv .container .wrapper .fv-contents {
  position: relative;
}
.page-top-fv .container .wrapper .fv-contents .fv-left {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.page-top-fv .container .wrapper .fv-contents .fv-left .fv-copy-block {
  font-size: 12px;
  line-height: 1.4em;
}
.page-top-fv .container .wrapper .fv-contents .fv-left .fv-main-title {
  font-size: 70px;
  letter-spacing: 5px;
  margin-top: 40px;
}
.page-top-fv .container .wrapper .fv-contents .fv-right {
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  /* Swiper本体 */
  /* スライド＝トリミング枠 */
  /* 画像ラッパー */
  /* ページネーション */
}
.page-top-fv .container .wrapper .fv-contents .fv-right .fv-swiper {
  width: 100%;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .swiper-slide {
  width: 100%;
  aspect-ratio: 1.3/1;
  overflow: hidden;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image {
  width: 100%;
  height: 100%;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img.sp {
  display: none;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination {
  bottom: -30px;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 2px;
  margin: 0 6px !important;
  border-radius: 0;
  background-color: #ccc;
  opacity: 1;
}
.page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #506463;
}

.page-top-topics .container .wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 110px;
}
.page-top-topics .container .wrapper .section-head {
  font-size: 24px;
  letter-spacing: 3px;
}
.page-top-topics .container .wrapper .topics-contents {
  margin-top: 30px;
}
.page-top-topics .container .wrapper .topics-contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-top-topics .container .wrapper .topics-contents ul li {
  width: 24.5%;
  margin: 0 5px;
}
.page-top-topics .container .wrapper .topics-contents ul li .topic-thumb {
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
  display: block;
}
.page-top-topics .container .wrapper .topics-contents ul li .topic-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.page-top-topics .container .wrapper .topics-contents ul li a {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-top-topics .container .wrapper .topics-contents ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top-topics .container .wrapper .topics-contents ul li:hover a::before {
  opacity: 0.1;
}
.page-top-topics .container .wrapper .topics-contents .btn {
  width: 220px;
  margin: 0 auto;
  margin-top: 60px;
}

.page-top-products .container .wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 110px;
}
.page-top-products .container .wrapper .section-head {
  position: relative;
}
.page-top-products .container .wrapper .section-head .section-title {
  width: 460px;
  font-size: 70px;
  letter-spacing: 5px;
  margin-top: 15px;
  background: #fcf6eb;
  position: relative;
  z-index: 2;
}
.page-top-products .container .wrapper .section-head::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b2b9b2;
  position: absolute;
  bottom: 13px;
  left: 0;
  z-index: 1;
}

.page-top-about .container {
  background: #d3dad0;
  padding-top: 130px;
}
.page-top-about .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page-top-about .container .wrapper .section-head {
  font-size: 80px;
  opacity: 0.4;
  position: absolute;
  top: 100px;
  right: -30px;
}
.page-top-about .container .wrapper .contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top-about .container .wrapper .contents-wrapper .left-wrapper {
  width: 40%;
}
.page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text h2 {
  font-size: 24px;
  letter-spacing: 5px;
}
.page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper {
  margin-top: 60px;
}
.page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper p {
  margin-top: 35px;
  line-height: 1.4em;
}
.page-top-about .container .wrapper .contents-wrapper .left-wrapper .btn {
  margin-top: 40px;
}
.page-top-about .container .wrapper .contents-wrapper .content-image {
  width: 55%;
  padding-right: 5%;
}

.page-top-gallery .container {
  background: #d3dad0;
  padding-top: 190px;
  padding-bottom: 120px;
}
.page-top-gallery .container .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.page-top-gallery .container .wrapper .page-top-gallery-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner {
  padding-top: 0;
}
.page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type1 {
  padding-top: 50px;
}
.page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type2 {
  padding-top: 0px;
}
.page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type3 {
  padding-top: 40px;
}
.page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type4 {
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .page-top-fv .container {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
  }
  .page-top-fv .container .fv-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-top-fv .container .wrapper {
    width: 90%;
    margin-left: auto;
  }
  .page-top-fv .container .wrapper .fv-contents {
    position: relative;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left .fv-copy-block {
    font-size: 12px;
    line-height: 1.4em;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left .fv-main-title {
    font-size: 50px;
    letter-spacing: 5px;
    margin-top: 40px;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right {
    width: 60%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    /* Swiper本体 */
    /* スライド＝トリミング枠 */
    /* 画像ラッパー */
    /* ページネーション */
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-swiper {
    width: 100%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-slide {
    width: 100%;
    aspect-ratio: 1.3/1;
    overflow: hidden;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image {
    width: 100%;
    height: 100%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination {
    bottom: -30px;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 2px;
    margin: 0 6px !important;
    border-radius: 0;
    background-color: #ccc;
    opacity: 1;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #506463;
  }
  .page-top-products .container .wrapper {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 110px;
  }
  .page-top-products .container .wrapper .section-head {
    position: relative;
  }
  .page-top-products .container .wrapper .section-head .section-title {
    width: 360px;
    font-size: 50px;
    letter-spacing: 5px;
    margin-top: 15px;
    background: #fcf6eb;
    position: relative;
    z-index: 2;
  }
  .page-top-products .container .wrapper .section-head::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b2b9b2;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 1;
  }
  .page-top-products .container .wrapper .products-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-top-products .container .wrapper .products-contents ul li {
    width: 24%;
    margin: 0 0.5%;
    margin-top: 60px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info {
    font-size: 18px;
    margin-top: 15px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 15px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 40px;
  }
  .page-top-products .container .wrapper .products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .page-top-products .container .wrapper .products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @-webkit-keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .page-top-products .container .wrapper .products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-top-about .container {
    background: #d3dad0;
    padding-top: 130px;
  }
  .page-top-about .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .page-top-about .container .wrapper .section-head {
    font-size: 70px;
    opacity: 0.4;
    position: absolute;
    top: 100px;
    right: -3%;
  }
  .page-top-about .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper {
    width: 40%;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text h2 {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper {
    margin-top: 60px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper p {
    margin-top: 35px;
    line-height: 1.4em;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .btn {
    margin-top: 40px;
  }
  .page-top-about .container .wrapper .contents-wrapper .content-image {
    width: 55%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1050px) {
  .page-top-fv .container {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
  }
  .page-top-fv .container .fv-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-top-fv .container .wrapper {
    width: 90%;
    margin-left: auto;
  }
  .page-top-fv .container .wrapper .fv-contents {
    position: relative;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left .fv-copy-block {
    font-size: 12px;
    line-height: 1.4em;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left .fv-main-title {
    font-size: 50px;
    letter-spacing: 3px;
    margin-top: 40px;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right {
    width: 60%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    /* Swiper本体 */
    /* スライド＝トリミング枠 */
    /* 画像ラッパー */
    /* ページネーション */
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-swiper {
    width: 100%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-slide {
    width: 100%;
    aspect-ratio: 1.3/1;
    overflow: hidden;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image {
    width: 100%;
    height: 100%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination {
    bottom: -30px;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 2px;
    margin: 0 6px !important;
    border-radius: 0;
    background-color: #ccc;
    opacity: 1;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #506463;
  }
  .page-top-products .container .wrapper {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 110px;
  }
  .page-top-products .container .wrapper .section-head {
    position: relative;
  }
  .page-top-products .container .wrapper .section-head .section-title {
    width: 360px;
    font-size: 50px;
    letter-spacing: 5px;
    margin-top: 15px;
    background: #fcf6eb;
    position: relative;
    z-index: 2;
  }
  .page-top-products .container .wrapper .section-head::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b2b9b2;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 1;
  }
  .page-top-products .container .wrapper .products-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-top-products .container .wrapper .products-contents ul li {
    width: 24%;
    margin: 0 0.5%;
    margin-top: 60px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info {
    font-size: 14px;
    margin-top: 15px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 15px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 40px;
  }
  .page-top-products .container .wrapper .products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .page-top-products .container .wrapper .products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @-webkit-keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .page-top-products .container .wrapper .products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-top-about .container {
    background: #d3dad0;
    padding-top: 130px;
  }
  .page-top-about .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .page-top-about .container .wrapper .section-head {
    font-size: 55px;
    opacity: 0.4;
    position: absolute;
    top: 100px;
    right: -20px;
  }
  .page-top-about .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper {
    width: 40%;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text h2 {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper {
    margin-top: 60px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper p {
    margin-top: 35px;
    line-height: 1.4em;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .btn {
    margin-top: 40px;
  }
  .page-top-about .container .wrapper .contents-wrapper .content-image {
    width: 55%;
    padding-right: 0;
  }
  .page-top-gallery .container {
    background: #d3dad0;
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .page-top-gallery .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .page-top-gallery .container .wrapper .page-top-gallery-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner {
    padding-top: 0;
  }
  .page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type1 {
    padding-top: 50px;
  }
  .page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type2 {
    padding-top: 0px;
  }
  .page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type3 {
    padding-top: 40px;
  }
  .page-top-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type4 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .page-top-fv .container {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
  }
  .page-top-fv .container .fv-vertical-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-top-fv .container .wrapper {
    width: 100%;
    margin-left: auto;
  }
  .page-top-fv .container .wrapper .fv-contents {
    position: relative;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 3%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 2;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left .fv-copy-block {
    width: 92%;
    font-size: 12px;
    line-height: 1.6em;
    margin-left: 3%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-left .fv-main-title {
    font-size: 34px;
    letter-spacing: 1px;
    margin-top: 20px;
    width: 350px;
    text-wrap: nowrap;
    margin-left: 3%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right {
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    /* Swiper本体 */
    /* スライド＝トリミング枠 */
    /* 画像ラッパー */
    /* ページネーション */
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-swiper {
    width: 100%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-slide {
    width: 100%;
    aspect-ratio: 1/1.4;
    overflow: hidden;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image {
    width: 100%;
    height: 100%;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img.sp {
    display: block;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .fv-slide-image img.pc {
    display: none;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination {
    bottom: -20px;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 1px;
    margin: 0 6px !important;
    border-radius: 0;
    background-color: #ccc;
    opacity: 1;
  }
  .page-top-fv .container .wrapper .fv-contents .fv-right .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #506463;
  }
  .page-top-topics .container .wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 110px;
  }
  .page-top-topics .container .wrapper .section-head {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .page-top-topics .container .wrapper .topics-contents {
    margin-top: 30px;
  }
  .page-top-topics .container .wrapper .topics-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-top-topics .container .wrapper .topics-contents ul li {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .page-top-topics .container .wrapper .topics-contents ul li .topic-thumb {
    width: 100%;
    aspect-ratio: 8/5;
    overflow: hidden;
    display: block;
  }
  .page-top-topics .container .wrapper .topics-contents ul li .topic-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .page-top-topics .container .wrapper .topics-contents ul li a {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-top-topics .container .wrapper .topics-contents ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top-topics .container .wrapper .topics-contents ul li:hover a::before {
    opacity: 0.1;
  }
  .page-top-topics .container .wrapper .topics-contents .btn {
    width: 220px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .page-top-products .container .wrapper {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 110px;
  }
  .page-top-products .container .wrapper .section-head {
    position: relative;
  }
  .page-top-products .container .wrapper .section-head .section-title {
    width: 200px;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    background: #fcf6eb;
    position: relative;
    z-index: 2;
  }
  .page-top-products .container .wrapper .section-head::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b2b9b2;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: 1;
  }
  .page-top-products .container .wrapper .products-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page-top-products .container .wrapper .products-contents ul li {
    width: 48%;
    margin: 0 0.5%;
    margin-top: 30px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-thumb {
    width: 100%;
    aspect-ratio: 4/4;
    overflow: hidden;
    display: block;
    background: #cfd4d4;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info {
    font-size: 14px;
    margin-top: 15px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper {
    margin-top: 10px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper .product-arrow {
    display: block;
    padding-bottom: 5px;
  }
  .page-top-products .container .wrapper .products-contents ul li .product-info .price-wrapper .product-arrow img {
    width: 20px;
  }
  .page-top-products .container .wrapper .products-contents ul li:hover figure img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .page-top-products .container .wrapper .products-contents ul li:hover .product-arrow img {
    -webkit-animation: arrowSlide 1s ease forwards;
            animation: arrowSlide 1s ease forwards;
  }
  @-webkit-keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowSlide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    40% {
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
      opacity: 0;
    }
    41% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .page-top-products .container .wrapper .products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .page-top-about .container {
    background: #d3dad0;
    padding-top: 130px;
  }
  .page-top-about .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .page-top-about .container .wrapper .section-head {
    text-align: center;
    font-size: 50px;
    opacity: 0.4;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .page-top-about .container .wrapper .contents-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper {
    width: 100%;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text {
    margin-top: 40px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text h2 {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper {
    margin-top: 20px;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .content-text .text-wrapper p {
    margin-top: 20px;
    line-height: 1.4em;
  }
  .page-top-about .container .wrapper .contents-wrapper .left-wrapper .btn {
    margin-top: 40px;
    padding-right: 55px;
    text-align: center;
  }
  .page-top-about .container .wrapper .contents-wrapper .content-image {
    width: 100%;
    padding-right: 0;
  }
}
.page-about-movie .container .wrapper {
  margin-top: 90px;
}
.page-about-movie .container .wrapper .section-head {
  text-align: center;
}
.page-about-movie .container .wrapper .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}
.page-about-movie .container .wrapper .movie-content .movie-iframe {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 40px;
}
.page-about-movie .container .wrapper .movie-content .movie-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: 0;
  display: block;
}

.page-about-concept .container .wrapper {
  margin-top: 70px;
}
.page-about-concept .container .wrapper .message-visual {
  width: 83%;
  max-width: 1440px;
  margin: 0 auto;
}
.page-about-concept .container .wrapper .message-body {
  text-align: center;
}
.page-about-concept .container .wrapper .message-body .message-title {
  font-size: 28px;
  letter-spacing: 5px;
}
.page-about-concept .container .wrapper .message-body .text-wrapper {
  margin-top: 60px;
}
.page-about-concept .container .wrapper .message-body .text-wrapper p {
  margin-top: 35px;
  color: #4e4e4e;
  line-height: 1.5em;
}

.page-about-gallery .container {
  padding-top: 110px;
  padding-bottom: 120px;
}
.page-about-gallery .container .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.page-about-gallery .container .wrapper .page-top-gallery-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.page-about-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner {
  padding-top: 0;
}
.page-about-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type1 {
  padding-top: 50px;
}
.page-about-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type2 {
  padding-top: 0px;
}
.page-about-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type3 {
  padding-top: 40px;
}
.page-about-gallery .container .wrapper .page-top-gallery-swiper .gallery-inner--type4 {
  padding-top: 10px;
}

.page-about-feature .container {
  background: #d3dad0;
  padding: 80px 0 170px 0;
}
.page-about-feature .container .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
.page-about-feature .container .wrapper .section-head {
  color: #687c7a;
  width: 93%;
  margin-left: auto;
}
.page-about-feature .container .wrapper .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}
.page-about-feature .container .wrapper .feature-list {
  margin-top: 90px;
}
.page-about-feature .container .wrapper .feature-list .feature-item {
  width: 93%;
  margin-left: auto;
  margin-top: 50px;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-header {
  position: relative;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-header .feature-number {
  width: 100px;
  color: rgba(104, 124, 122, 0.4);
  font-size: 60px;
  background: #d3dad0;
  position: relative;
  z-index: 2;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-header::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #9daba5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-body {
  color: #4e4e4e;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-text-block {
  width: 47%;
  margin-top: 35px;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-text-block .feature-title {
  max-width: 700px;
  margin-left: auto;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.3em;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-text-block .feature-text {
  max-width: 700px;
  margin-left: auto;
  margin-top: 40px;
  line-height: 1.5em;
}
.page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-photo {
  width: 47%;
}
.page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) {
  width: 93%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 50px;
}
.page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-header {
  position: relative;
}
.page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-header .feature-number {
  margin-left: auto;
  text-align: right;
  width: 100px;
  color: rgba(104, 124, 122, 0.4);
  font-size: 60px;
  background: #d3dad0;
  position: relative;
  z-index: 2;
}
.page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-header::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #9daba5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-body .feature-text-block .feature-title {
  margin-left: 0;
}
.page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-body .feature-text-block .feature-text {
  margin-left: 0;
}

.page-about-message .container .wrapper {
  width: 83%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0 110px 0;
}
.page-about-message .container .wrapper .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}
.page-about-message .container .wrapper .contents-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-about-message .container .wrapper .contents-wrapper .text-block {
  width: 40%;
}
.page-about-message .container .wrapper .contents-wrapper .text-block p {
  color: #4e4e4e;
  letter-spacing: 2px;
  line-height: 1.7em;
  margin-top: 40px;
}
.page-about-message .container .wrapper .contents-wrapper .image-block {
  width: 55%;
}

.page-about-company .container .wrapper {
  padding: 70px 0 150px 0;
  background: #ede7dd;
}
.page-about-company .container .wrapper .section-head {
  text-align: center;
  position: relative;
  color: #4e4e4e;
}
.page-about-company .container .wrapper .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}
.page-about-company .container .wrapper .contents-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page-about-company .container .wrapper .contents-wrapper .company-table {
  margin-top: 90px;
}
.page-about-company .container .wrapper .contents-wrapper .company-table ul {
  color: #4e4e4e;
  border-top: solid 1px #4e4e4e;
}
.page-about-company .container .wrapper .contents-wrapper .company-table ul li {
  font-size: 16px;
  border-bottom: solid 1px #4e4e4e;
  padding: 25px 0 25px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-about-company .container .wrapper .contents-wrapper .company-table ul li .label {
  width: 35%;
}
.page-about-company .container .wrapper .contents-wrapper .company-table ul li .content {
  width: 65%;
  line-height: 1.5em;
}

@media screen and (max-width: 1280px) {
  .page-about-message .container .wrapper {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0 110px 0;
  }
  .page-about-message .container .wrapper .section-head .title {
    font-size: 44px;
    margin-top: 7px;
  }
  .page-about-message .container .wrapper .contents-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-about-message .container .wrapper .contents-wrapper .text-block {
    width: 40%;
  }
  .page-about-message .container .wrapper .contents-wrapper .text-block p {
    color: #4e4e4e;
    letter-spacing: 2px;
    line-height: 1.7em;
    margin-top: 30px;
  }
  .page-about-message .container .wrapper .contents-wrapper .image-block {
    width: 55%;
  }
}
@media screen and (max-width: 820px) {
  .page-about-movie .container .wrapper {
    margin-top: 50px;
  }
  .page-about-movie .container .wrapper .section-head {
    text-align: center;
  }
  .page-about-movie .container .wrapper .section-head .title {
    font-size: 38px;
    margin-top: 7px;
  }
  .page-about-movie .container .wrapper .movie-content .movie-iframe {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .page-about-movie .container .wrapper .movie-content .movie-iframe iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: 0;
    display: block;
  }
  .page-about-concept .container .wrapper {
    margin-top: 70px;
  }
  .page-about-concept .container .wrapper .message-visual {
    width: 83%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .page-about-concept .container .wrapper .message-body {
    text-align: center;
  }
  .page-about-concept .container .wrapper .message-body .message-title {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .page-about-concept .container .wrapper .message-body .text-wrapper {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
  }
  .page-about-concept .container .wrapper .message-body .text-wrapper p {
    margin-top: 20px;
    color: #4e4e4e;
    line-height: 1.5em;
  }
  .page-about-feature .container {
    background: #d3dad0;
    padding: 80px 0 170px 0;
  }
  .page-about-feature .container .wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
  .page-about-feature .container .wrapper .section-head {
    color: #687c7a;
    width: 93%;
    margin-left: auto;
  }
  .page-about-feature .container .wrapper .section-head .title {
    font-size: 38px;
    margin-top: 7px;
  }
  .page-about-feature .container .wrapper .feature-list {
    margin-top: 40px;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item {
    width: 90%;
    margin-left: auto;
    margin: 0 auto;
    margin-top: 50px;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-header {
    position: relative;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-header .feature-number {
    width: 60px;
    color: rgba(104, 124, 122, 0.4);
    font-size: 40px;
    background: #d3dad0;
    position: relative;
    z-index: 2;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-header::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #9daba5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-body {
    color: #4e4e4e;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-text-block {
    width: 100%;
    margin-top: 35px;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-text-block .feature-title {
    max-width: 700px;
    margin-left: auto;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.3em;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-text-block .feature-text {
    max-width: 700px;
    margin-left: auto;
    margin-top: 20px;
    line-height: 1.5em;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item .feature-body .feature-photo {
    width: 100%;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    margin: 0 auto;
    margin-top: 50px;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-header {
    position: relative;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-header .feature-number {
    margin-left: auto;
    text-align: right;
    width: 60px;
    color: rgba(104, 124, 122, 0.4);
    font-size: 40px;
    background: #d3dad0;
    position: relative;
    z-index: 2;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-header::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #9daba5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-body .feature-text-block .feature-title {
    margin-left: 0;
  }
  .page-about-feature .container .wrapper .feature-list .feature-item:nth-child(even) .feature-body .feature-text-block .feature-text {
    margin-left: 0;
  }
  .page-about-message .container .wrapper {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 80px 0 110px 0;
  }
  .page-about-message .container .wrapper .section-head .title {
    font-size: 38px;
    margin-top: 7px;
  }
  .page-about-message .container .wrapper .contents-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-about-message .container .wrapper .contents-wrapper .text-block {
    width: 100%;
  }
  .page-about-message .container .wrapper .contents-wrapper .text-block p {
    color: #4e4e4e;
    letter-spacing: 2px;
    line-height: 1.7em;
    margin-top: 30px;
  }
  .page-about-message .container .wrapper .contents-wrapper .image-block {
    width: 100%;
  }
  .page-about-company .container .wrapper {
    padding: 70px 0 150px 0;
    background: #ede7dd;
  }
  .page-about-company .container .wrapper .section-head {
    text-align: center;
    position: relative;
    color: #4e4e4e;
  }
  .page-about-company .container .wrapper .section-head .title {
    font-size: 38px;
    margin-top: 7px;
  }
  .page-about-company .container .wrapper .contents-wrapper {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page-about-company .container .wrapper .contents-wrapper .company-table {
    margin-top: 50px;
  }
  .page-about-company .container .wrapper .contents-wrapper .company-table ul {
    color: #4e4e4e;
    border-top: solid 1px #4e4e4e;
  }
  .page-about-company .container .wrapper .contents-wrapper .company-table ul li {
    font-size: 16px;
    border-bottom: solid 1px #4e4e4e;
    padding: 25px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-about-company .container .wrapper .contents-wrapper .company-table ul li .label {
    width: 100%;
  }
  .page-about-company .container .wrapper .contents-wrapper .company-table ul li .content {
    width: 100%;
    line-height: 1.5em;
    margin-top: 10px;
  }
}
.archive-topics-topics .container {
  max-width: 1920px;
  margin: 0 auto;
}
.archive-topics-topics .container .wrapper {
  width: 76%;
  margin: 0 auto;
  margin-top: 80px;
}
.archive-topics-topics .container .wrapper .topics-contents {
  margin-top: 30px;
}
.archive-topics-topics .container .wrapper .topics-contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.archive-topics-topics .container .wrapper .topics-contents ul li {
  width: 31.2%;
  margin: 10px 1%;
}
.archive-topics-topics .container .wrapper .topics-contents ul li .topic-thumb {
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
  display: block;
}
.archive-topics-topics .container .wrapper .topics-contents ul li .topic-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.archive-topics-topics .container .wrapper .topics-contents ul li a {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.archive-topics-topics .container .wrapper .topics-contents ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-topics-topics .container .wrapper .topics-contents ul li:hover a::before {
  opacity: 0.4;
}
.archive-topics-topics .container .wrapper .topics-contents .btn {
  width: 220px;
  margin: 0 auto;
  margin-top: 60px;
}

.archive-topics-products .container .wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 120px;
  padding-bottom: 110px;
}
.archive-topics-products .container .wrapper .section-head {
  text-align: center;
}
.archive-topics-products .container .wrapper .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}

@media screen and (max-width: 1280px) {
  .archive-topics-topics .container {
    max-width: 1920px;
    margin: 0 auto;
  }
  .archive-topics-topics .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .archive-topics-topics .container .wrapper .topics-contents {
    margin-top: 30px;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li {
    width: 31.2%;
    margin: 10px 1%;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li .topic-thumb {
    width: 100%;
    aspect-ratio: 8/5;
    overflow: hidden;
    display: block;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li .topic-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li a {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li:hover a::before {
    opacity: 0.4;
  }
  .archive-topics-topics .container .wrapper .topics-contents .btn {
    width: 220px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .archive-topics-products .container .wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 120px;
    padding-bottom: 110px;
  }
  .archive-topics-products .container .wrapper .section-head {
    text-align: center;
  }
  .archive-topics-products .container .wrapper .section-head .title {
    font-size: 44px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 1050px) {
  .archive-topics-products .container .wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 120px;
    padding-bottom: 110px;
  }
  .archive-topics-products .container .wrapper .section-head {
    text-align: center;
  }
  .archive-topics-products .container .wrapper .section-head .title {
    font-size: 44px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 820px) {
  .archive-topics-topics .container {
    max-width: 1920px;
    margin: 0 auto;
  }
  .archive-topics-topics .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .archive-topics-topics .container .wrapper .topics-contents {
    margin-top: 30px;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li {
    width: 80%;
    margin: 10px auto;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li .topic-thumb {
    width: 100%;
    aspect-ratio: 8/5;
    overflow: hidden;
    display: block;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li .topic-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li a {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-topics-topics .container .wrapper .topics-contents ul li:hover a::before {
    opacity: 0.4;
  }
  .archive-topics-topics .container .wrapper .topics-contents .btn {
    width: 220px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .archive-topics-products .container .wrapper {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 120px;
    padding-bottom: 110px;
  }
  .archive-topics-products .container .wrapper .section-head {
    text-align: center;
  }
  .archive-topics-products .container .wrapper .section-head .title {
    font-size: 26px;
    margin-top: 7px;
  }
}
.common-hero.single-topics .container .wrapper .section-head .title {
  font-size: 40px;
  margin-top: 10px;
}

.single-topics-products .container .wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 110px;
}

.single-topics-topics .container .wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 120px;
}
.single-topics-topics .container .wrapper .section-head {
  font-size: 44px;
  letter-spacing: 3px;
  text-align: center;
}
.single-topics-topics .container .wrapper .topics-contents {
  margin-top: 50px;
}
.single-topics-topics .container .wrapper .topics-contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-topics-topics .container .wrapper .topics-contents ul li {
  width: 24.5%;
  margin: 0 5px;
}
.single-topics-topics .container .wrapper .topics-contents ul li .topic-thumb {
  width: 100%;
  aspect-ratio: 8/5;
  overflow: hidden;
  display: block;
}
.single-topics-topics .container .wrapper .topics-contents ul li .topic-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.single-topics-topics .container .wrapper .topics-contents ul li a {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-topics-topics .container .wrapper .topics-contents ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-topics-topics .container .wrapper .topics-contents ul li:hover a::before {
  opacity: 0.1;
}
.single-topics-topics .container .wrapper .topics-contents .btn {
  width: 220px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (max-width: 1050px) {
  .common-hero.single-topics .container .wrapper .section-head .title {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .common-hero.single-topics .container .wrapper .section-head .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .single-topics-products .container .wrapper {
    width: 97%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 110px;
  }
  .single-topics-topics .container .wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .single-topics-topics .container .wrapper .section-head {
    font-size: 38px;
    letter-spacing: 3px;
    text-align: center;
  }
  .single-topics-topics .container .wrapper .topics-contents {
    margin-top: 20px;
  }
  .single-topics-topics .container .wrapper .topics-contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-topics-topics .container .wrapper .topics-contents ul li {
    width: 80%;
    margin: 10px auto;
  }
  .single-topics-topics .container .wrapper .topics-contents ul li .topic-thumb {
    width: 100%;
    aspect-ratio: 8/5;
    overflow: hidden;
    display: block;
  }
  .single-topics-topics .container .wrapper .topics-contents ul li .topic-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
  }
  .single-topics-topics .container .wrapper .topics-contents ul li a {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .single-topics-topics .container .wrapper .topics-contents ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .single-topics-topics .container .wrapper .topics-contents ul li:hover a::before {
    opacity: 0.1;
  }
  .single-topics-topics .container .wrapper .topics-contents .btn {
    width: 220px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.archive-products-products .container .wrapper {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 110px;
}
.archive-products-products .container .wrapper .section-head {
  text-align: center;
}
.archive-products-products .container .wrapper .section-head .title {
  font-size: 44px;
  margin-top: 7px;
}
.archive-products-products .container .wrapper .common-products-contents.archive-products ul li {
  width: 31%;
  margin: 0 1%;
  margin-top: 60px;
  position: relative;
}

.single-topics-topics.archive-products .wrapper {
  margin-top: 80px;
}

@media screen and (max-width: 1050px) {
  .archive-products-products .container .wrapper {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 110px;
  }
  .archive-products-products .container .wrapper .section-head {
    text-align: center;
  }
  .archive-products-products .container .wrapper .section-head .title {
    font-size: 44px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 820px) {
  .common-hero.archive-products .container {
    max-width: 1920px;
    margin: 0 auto;
  }
  .common-hero.archive-products .container .wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: solid 1px #b2b9b2;
  }
  .common-hero.archive-products .container .wrapper .section-head .title {
    font-size: 44px;
    margin-top: 10px;
  }
  .archive-products-products .container .wrapper {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 110px;
  }
  .archive-products-products .container .wrapper .section-head {
    text-align: center;
  }
  .archive-products-products .container .wrapper .section-head .title {
    font-size: 44px;
    margin-top: 7px;
  }
  .archive-products-products .container .wrapper .common-products-contents.archive-products ul li {
    width: 48%;
    margin: 0 1%;
    margin-top: 40px;
  }
  .archive-products-products .container .wrapper .common-products-contents .btn {
    width: 180px;
    margin: 0 auto;
    margin-top: 70px;
  }
  .single-topics-topics.archive-products .wrapper {
    margin-top: 0px;
  }
}
.single-products-products .container .wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.common-gift-wrapping.single-products {
  margin-top: 120px;
}

@media screen and (max-width: 820px) {
  .single-products-products .container .wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */