@charset "UTF-8";
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  background-color: #dfd8ca;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #6c2122;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "hwt-roman-extended-light-fac", serif;
  font-weight: 500;
  font-style: normal;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*-------------------
* コンテンツのスタイル
-------------------*/
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  padding: 77px 0 48px 0;
  position: relative;
}
.fv .slider_wrap {
  display: grid;
  gap: 23px;
  width: 100%;
}
.fv .fv_slider,
.fv .fv_slider_reverse {
  width: 100vw;
}
.fv .fv_slider .swiper-slide,
.fv .fv_slider_reverse .swiper-slide {
  display: grid;
  place-content: center;
}
.fv .fv_slider .swiper-wrapper,
.fv .fv_slider_reverse .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.fv .fv_slider .slide-img-1,
.fv .fv_slider_reverse .slide-img-1 {
  width: 157px;
}
.fv .fv_slider .slide-img-2,
.fv .fv_slider_reverse .slide-img-2 {
  width: 136px;
}
.fv .fv_slider .slide-img-3,
.fv .fv_slider_reverse .slide-img-3 {
  width: 157px;
}
.fv .fv_slider .slide-img-4,
.fv .fv_slider_reverse .slide-img-4 {
  width: 136px;
}
.fv .fv_slider .slide-img-5,
.fv .fv_slider_reverse .slide-img-5 {
  width: 157px;
}
.fv .fv_slider .slide-img-6,
.fv .fv_slider_reverse .slide-img-6 {
  width: 136px;
}
.fv .fv_text {
  font-size: 48px;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  position: absolute;
  z-index: 10;
}
.fv .fv_text.autumn {
  top: 0;
  right: 8px;
}
.fv .fv_text.switch {
  writing-mode: vertical-rl;
  top: 50px;
  right: 0;
}
.fv h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2647058824;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 10;
}
.fv h1.autumn_ja {
  writing-mode: vertical-rl;
  left: 4px;
  bottom: 2px;
}
.fv h1.switch_ja {
  left: 43px;
  bottom: 0;
}

.lead {
  padding: 47px 0 60px;
}
.lead p {
  font-size: 12px;
  width: 335px;
  margin-inline: auto;
  line-height: 2.3333333333;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 769px) {
  .pc_left_fixed {
    position: sticky;
    height: 100vh;
    width: fit-content;
    inset: 0;
  }
  .pc_left_fixed .pc_left_wrapper {
    padding: 10vh 0 10vh 5.9722222222vw;
    height: 80vh;
    display: grid;
  }
  .pc_left_fixed .title_wrap {
    width: 19.4444444444vw;
  }
  .pc_left_fixed .index_list {
    display: grid;
    gap: 1.6666666667vw;
    margin: auto 0 0 0;
  }
  .pc_left_fixed .index_list li a {
    color: #6c2122;
    font-size: 1.25vw;
  }
  .fv {
    margin: -100vh 0 0 auto;
    width: 63.8888888889vw;
    padding: 0;
  }
  .fv .fv_slider,
  .fv .fv_slider_reverse {
    width: 55.2083333333vw;
  }
  .fv .fv_slider .slide-img-1,
  .fv .fv_slider_reverse .slide-img-1 {
    width: 11.1111111111vw;
  }
  .fv .fv_slider .slide-img-2,
  .fv .fv_slider_reverse .slide-img-2 {
    width: 9.7222222222vw;
  }
  .fv .fv_slider .slide-img-3,
  .fv .fv_slider_reverse .slide-img-3 {
    width: 11.1111111111vw;
  }
  .fv .fv_slider .slide-img-4,
  .fv .fv_slider_reverse .slide-img-4 {
    width: 9.7222222222vw;
  }
  .fv .fv_slider .slide-img-5,
  .fv .fv_slider_reverse .slide-img-5 {
    width: 11.1111111111vw;
  }
  .fv .fv_slider .slide-img-6,
  .fv .fv_slider_reverse .slide-img-6 {
    width: 9.7222222222vw;
  }
  .fv_inner {
    padding: 105px 80px 40px 48px;
  }
  .fv .fv_text {
    font-size: 75px;
  }
  .fv .fv_text.autumn {
    top: 11px;
    right: 24px;
  }
  .fv .fv_text.switch {
    top: 85px;
    right: 11px;
  }
  .fv h1 {
    font-size: 54px;
  }
  .fv h1.switch_ja {
    left: 57px;
    bottom: -2px;
  }
  .lead {
    padding: 86px 0;
    width: 63.8888888889vw;
    margin: 0 0 0 auto;
  }
  .lead p {
    width: fit-content;
    font-size: 14px;
  }
  .index {
    width: 63.8888888889vw;
    margin: 0 0 0 auto;
  }
  .index .index_list {
    display: grid;
    padding: 90px 8.6111111111vw;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
  .index .index_list li {
    position: relative;
    height: 100%;
  }
  .index .index_list li a {
    width: 12.0138888889vw;
  }
  .index .index_list li:nth-child(2) a {
    margin: 0 auto 0 -2.2222222222vw;
  }
  .index .index_list li:nth-child(2) .index_text {
    margin-left: -0.1388888889vw;
  }
  .index .index_list li:nth-child(3) a {
    margin: 3.125vw auto 1.5972222222vw -1.3888888889vw;
  }
  .index .index_list li:nth-child(3) .index_text {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    right: -1.5277777778vw;
  }
  .index .index_list li:nth-child(4) a {
    margin: 2.7777777778vw 0 0 1.6666666667vw;
  }
  .index .index_list li:nth-child(4) .index_text {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: -0.2777777778vw;
    left: -0.5555555556vw;
    rotate: 180deg;
    line-height: 1.1666666667;
  }
  .index .index_list li:nth-child(5) a {
    margin: 1.4583333333vw auto 0 2.5vw;
  }
  .index .index_list li:nth-child(5) .index_text {
    text-align: right;
  }
  .index .index_list li:nth-child(6) a {
    margin: 4.2361111111vw 0 0 auto;
  }
  .index .index_title {
    color: #e6dfd3;
    font-size: 1.3888888889vw;
    top: 4.9305555556vw;
    left: -1.1111111111vw;
    position: absolute;
  }
  .index .index_text {
    font-size: 1.0416666667vw;
    line-height: 1.6666666667;
  }
  .index .number {
    position: absolute;
    font-size: 2.0833333333vw;
    left: -0.2777777778vw;
    top: -1.25vw;
  }
}
/*--------------------------------------*
* 基本設定
*--------------------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.opacity {
  opacity: 0;
}

@keyframes maskLeft {
  0% {
    mask-position: left;
    -webkit-mask-position: left;
  }
  100% {
    mask-position: right;
    -webkit-mask-position: right;
  }
}
@keyframes maskRight {
  0% {
    mask-position: right;
    -webkit-mask-position: right;
  }
  100% {
    mask-position: left;
    -webkit-mask-position: left;
  }
}
.mask_left {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mask_right {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.mask_full {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
figure.zoom,
figure.slide_zoom {
  overflow: hidden;
}

/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.hidden {
  overflow: hidden;
}

.index .red_bg {
  background-color: #6c2122;
}
.index .index_item a {
  color: #e6dfd3;
  position: relative;
}
.index .index_title {
  color: #e6dfd3;
  position: absolute;
}
.index .index_text {
  line-height: 1.6666666667;
}
.index .number {
  position: absolute;
}
.index p {
  z-index: 10;
}
.index figure {
  overflow: hidden;
}

.contents {
  contain: paint;
}
.contents .title_wrapper {
  position: relative;
  padding: calc(80 / 375 * 100cqi) calc(20 / 375 * 100cqi) calc(40 / 375 * 100cqi);
}
.contents .title_wrapper .section_category {
  font-size: calc(10 / 375 * 100cqi);
  line-height: 1.5;
}
.contents .title_wrapper .section_number {
  font-size: calc(42 / 375 * 100cqi);
}
.contents .title_wrapper .section_title {
  font-size: calc(76 / 375 * 100cqi);
  letter-spacing: 0.07em;
}
.contents .title_wrapper .section_title span {
  font-size: calc(30 / 375 * 100cqi);
  letter-spacing: 0.11em;
}
.contents .title_wrapper .section_com {
  font-size: calc(16 / 375 * 100cqi);
  line-height: 1.75;
  white-space: pre-line;
  letter-spacing: -0.04em;
}
.contents .title_wrapper .title_top {
  display: flex;
  justify-content: space-between;
}
.contents .title_wrapper .title_top p {
  height: fit-content;
}
.contents .credit {
  margin-top: calc(22 / 375 * 100cqi);
  display: grid;
  gap: calc(8 / 375 * 100cqi);
}
.contents .credit li a {
  display: grid;
  grid-template-columns: calc(42 / 375 * 100cqi) auto calc(58 / 375 * 100cqi);
  gap: calc(8 / 375 * 100cqi);
}
.contents .credit .item_text {
  font-size: calc(10 / 375 * 100cqi);
  line-height: 1.7;
  color: #6c2122;
}
.contents .credit .buy {
  background-color: #6c2122;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  height: fit-content;
  padding: calc(4 / 375 * 100cqi) calc(12 / 375 * 100cqi);
  font-size: calc(9 / 375 * 100cqi);
  border-radius: 100vmax;
  letter-spacing: 0.05em;
}
.contents .credit .buy.nolink {
  background-color: transparent;
  color: #6c2122;
}
.contents .creditAjax_price__proper::before,
.contents .creditAjax_price__sale::before {
  content: "¥";
}
.contents .creditAjax_price__off {
  display: none;
}
.contents .creditAjax_price__sale {
  color: red;
  margin-left: 5px;
}
.contents .creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
.contents .other_item_wrapper {
  padding: calc(52 / 375 * 100cqi) 0;
  margin-top: calc(70 / 375 * 100cqi);
  background-color: #f5f0e7;
}
.contents .other_item_wrapper img {
  padding-bottom: 1.6vw;
}
.contents .other_title {
  font-size: calc(13 / 375 * 100cqi);
  text-align: center;
  padding-bottom: calc(26 / 375 * 100cqi);
}
.contents .other_item_slider {
  padding: 0 calc(25 / 375 * 100cqi) calc(20 / 375 * 100cqi) calc(25 / 375 * 100cqi);
  font-size: calc(10 / 375 * 100cqi);
  line-height: 1.5;
}
.contents .other_item_slider a {
  color: #6c2122;
}
.contents .swiper-horizontal > .swiper-scrollbar,
.contents .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
  width: calc(265 / 375 * 100cqi);
  translate: -50% 0;
  left: 50%;
  bottom: 0;
  background-color: #afafaf;
}
.contents .swiper-scrollbar-drag {
  background-color: #6c2122;
}
.contents .more_btn {
  background-color: #6c2122;
  padding: calc(16 / 375 * 100cqi) 0;
  margin: calc(32 / 375 * 100cqi) auto 0;
  color: #fff;
  text-align: center;
  border-radius: 100vmax;
  letter-spacing: 0.12em;
  width: calc(236 / 375 * 100cqi);
  font-size: calc(12 / 375 * 100cqi);
}

#sec1 .title_wrapper .section_number,
#sec3 .title_wrapper .section_number {
  padding-top: calc(27 / 375 * 100cqi);
}
#sec1 .title_wrapper .section_com,
#sec3 .title_wrapper .section_com {
  margin-top: calc(8 / 375 * 100cqi);
}
#sec1 .title_wrapper .section_title,
#sec3 .title_wrapper .section_title {
  margin-top: calc(-24 / 375 * 100cqi);
}

#sec2 .title_wrapper .section_title,
#sec5 .title_wrapper .section_title {
  writing-mode: vertical-rl;
  position: absolute;
  font-size: calc(75 / 375 * 100cqw);
  right: 0;
  top: calc(270 / 375 * 100cqw);
  z-index: 10;
}

#sec2 .title_wrapper .section_category,
#sec4 .title_wrapper .section_category {
  text-align: right;
}
#sec2 .title_wrapper .title_top,
#sec4 .title_wrapper .title_top {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: calc(30 / 375 * 100cqi);
}

#sec4 .title_wrapper .section_title {
  font-size: calc(55 / 375 * 100cqi);
  text-align: right;
  margin-right: calc(-8 / 375 * 100cqi);
}
#sec4 .title_wrapper .section_com {
  margin-top: calc(8 / 375 * 100cqi);
  text-align: right;
}

.item_wrapper {
  display: grid;
  gap: calc(45 / 375 * 100cqi);
}

#sec1 .item1 {
  width: calc(352 / 375 * 100cqi);
  margin-inline: auto;
}
#sec1 .item1 .credit {
  margin: calc(22 / 375 * 100cqi) calc(10 / 375 * 100cqi) 0;
}
#sec1 .item2 {
  width: calc(305 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec1 .item2 .credit {
  margin-right: calc(16 / 375 * 100cqi);
}
#sec1 .item3 {
  width: calc(315 / 375 * 100cqi);
  margin-inline: auto;
}
#sec1 .item3 .item_image {
  padding: 12px;
  background-color: #6c2122;
}
#sec1 .item4 {
  width: calc(320 / 375 * 100cqi);
  margin: 0 auto 0 0;
}
#sec1 .item4 .credit {
  margin-left: calc(16 / 375 * 100cqi);
}
#sec1 .item5 {
  width: calc(352 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec1 .item5 .credit {
  margin-right: calc(16 / 375 * 100cqi);
}

#sec2 {
  background: linear-gradient(to bottom, #dfd8ca 0%, #dfd8ca 54.8%, #6c2122 54.8%, #6c2122 100%);
}
#sec2 .item_wrapper {
  padding-bottom: calc(64 / 375 * 100cqi);
}
#sec2 .item1 .item_image {
  width: calc(324 / 375 * 100cqi);
  margin-right: auto;
}
#sec2 .item1 .credit {
  margin: calc(22 / 375 * 100cqi) calc(24 / 375 * 100cqi);
}
#sec2 .item2 {
  width: calc(300 / 375 * 100cqi);
  margin-inline: auto;
}
#sec2 .item3 {
  width: calc(300 / 375 * 100cqi);
  margin: 0 0 0 auto;
  position: relative;
}
#sec2 .item3 .credit {
  display: none;
}
#sec2 .item4 {
  width: calc(330 / 375 * 100cqi);
  margin: calc(-105 / 375 * 100cqi) auto 0 0;
}
#sec2 .item4 .credit {
  margin: calc(22 / 375 * 100cqi) 0 0 calc(20 / 375 * 100cqi);
}
#sec2 .item5 .credit .item_text,
#sec2 .item6 .credit .item_text {
  color: #dfd8ca;
}
#sec2 .item5 .credit .buy,
#sec2 .item6 .credit .buy {
  background-color: #dfd8ca;
  color: #6c2122;
}
#sec2 .item5 {
  width: calc(352 / 375 * 100cqi);
  margin: calc(40 / 375 * 100cqi) 0 0 auto;
}
#sec2 .item5 .credit {
  margin: calc(22 / 375 * 100cqi) calc(20 / 375 * 100cqi) 0 0;
}
#sec2 .item6 {
  width: calc(352 / 375 * 100cqi);
  margin: 0 auto 0 0;
}
#sec2 .item6 .credit {
  margin: calc(22 / 375 * 100cqi) 0 0 calc(20 / 375 * 100cqi);
}
#sec2 .other_item_wrapper {
  margin-top: 0;
}

#sec3 .item1 .credit {
  margin: calc(22 / 375 * 100cqi) calc(24 / 375 * 100cqi);
}
#sec3 .item2 {
  width: calc(350 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec3 .item2 .credit {
  margin: calc(22 / 375 * 100cqi) calc(24 / 375 * 100cqi) 0 0;
}
#sec3 .item3 {
  margin-top: calc(-45 / 375 * 100cqi);
  top: 0;
  height: calc(360 / 375 * 100cqi);
}
#sec3 .item3 .credit {
  display: none;
}
#sec3 .item3 .item_image {
  padding-top: calc(57 / 375 * 100cqi);
  width: calc(293 / 375 * 100cqi);
  margin: 0 calc(18 / 375 * 100cqi) 0 auto;
}
#sec3 .item4 {
  height: calc(360 / 375 * 100cqi);
}
#sec3 .item4 .credit {
  display: none;
}
#sec3 .item4 .item_image {
  padding-top: calc(86 / 375 * 100cqi);
  width: calc(293 / 375 * 100cqi);
  margin: 0 calc(60 / 375 * 100cqi) 0 auto;
}
#sec3 .item5 {
  height: calc(360 / 375 * 100cqi);
}
#sec3 .item5 .item_image {
  padding-top: calc(118 / 375 * 100cqi);
  width: calc(293 / 375 * 100cqi);
  margin: 0 calc(40 / 375 * 100cqi) 0 auto;
}
#sec3 .item5 .credit {
  margin: calc(22 / 375 * 100cqi) calc(24 / 375 * 100cqi);
}
#sec3 .item3,
#sec3 .item4,
#sec3 .item5 {
  position: sticky;
  top: 0;
}
#sec3 .other_item_wrapper {
  margin-top: calc(175 / 375 * 100cqi);
}

#sec4 .item1 .item_image {
  width: calc(352 / 375 * 100cqi);
  margin: 0 auto;
}
#sec4 .item1 .credit {
  margin: calc(22 / 375 * 100cqi) calc(24 / 375 * 100cqi);
}
#sec4 .item2 {
  width: calc(352 / 375 * 100cqi);
}
#sec4 .item2 .credit {
  margin: calc(22 / 375 * 100cqi) 0 0 calc(20 / 375 * 100cqi);
}
#sec4 .item3 {
  width: calc(305 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec4 .item3 .credit {
  margin: calc(22 / 375 * 100cqi) calc(20 / 375 * 100cqi) 0 0;
}
#sec4 .item4 {
  width: calc(315 / 375 * 100cqi);
  margin: 0 auto 0 calc(26 / 375 * 100cqi);
}
#sec4 .item4 .item_image {
  padding: 12px;
  background-color: #6c2122;
}
#sec4 .item5 {
  width: calc(352 / 375 * 100cqi);
  margin: 0 auto 0 0;
}
#sec4 .item5 .credit {
  margin: calc(22 / 375 * 100cqi) 0 0 calc(20 / 375 * 100cqi);
}
#sec4 .item6 {
  width: calc(352 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec4 .item6 .credit {
  margin: calc(22 / 375 * 100cqi) calc(20 / 375 * 100cqi) 0 0;
}

#sec5 {
  background: linear-gradient(to bottom, #dfd8ca 0%, #dfd8ca 53%, #6c2122 53%, #6c2122 100%);
}
#sec5 .title_wrapper .title_top {
  align-items: center;
}
#sec5 .title_wrapper .section_com {
  margin-top: calc(32 / 375 * 100cqi);
  text-align: right;
}
#sec5 .title_wrapper .section_title {
  right: inherit;
  left: 0;
  top: calc(230 / 375 * 100cqw);
}
#sec5 .item_wrapper {
  padding-bottom: calc(64 / 375 * 100cqi);
}
#sec5 .item1 .item_image {
  width: calc(327 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec5 .item1 .credit {
  margin: calc(22 / 375 * 100cqi) calc(20 / 375 * 100cqi) 0 calc(20 / 375 * 100cqi);
}
#sec5 .item2 {
  width: calc(329 / 375 * 100cqi);
}
#sec5 .item2 .credit {
  margin: calc(22 / 375 * 100cqi) 0 0 calc(20 / 375 * 100cqi);
}
#sec5 .item3 .credit {
  margin: calc(22 / 375 * 100cqi) calc(20 / 375 * 100cqi) 0;
}
#sec5 .item4 {
  width: calc(300 / 375 * 100cqi);
  position: relative;
  z-index: 3;
  margin: 0 0 0 auto;
}
#sec5 .item4 .credit {
  display: none;
}
#sec5 .item5 {
  width: calc(329 / 375 * 100cqi);
  margin: calc(-100 / 375 * 100cqi) auto 0 0;
}
#sec5 .item5 .credit {
  margin: calc(22 / 375 * 100cqi) 0 0 calc(20 / 375 * 100cqi);
}
#sec5 .item6 {
  width: calc(352 / 375 * 100cqi);
  margin: 0 0 0 auto;
}
#sec5 .item6 .credit {
  margin: calc(22 / 375 * 100cqi) calc(20 / 375 * 100cqi) 0 0;
}
#sec5 .item5 .credit .item_text,
#sec5 .item6 .credit .item_text {
  color: #dfd8ca;
}
#sec5 .item5 .credit .buy,
#sec5 .item6 .credit .buy {
  background-color: #dfd8ca;
  color: #6c2122;
}
#sec5 .other_item_wrapper {
  margin-top: 0;
}

.information {
  font-size: 10px;
  padding: 8px 4px;
  color: #e6dfd3;
}

@media screen and (max-width: 768px) {
  .fv {
    min-height: 137.8666666667vw;
  }
  .index {
    position: relative;
  }
  .index .red_bg {
    padding: 18.1333333333vw 0;
  }
  .index .index_title {
    top: 22.4vw;
    right: 12.8vw;
  }
  .index .index_title {
    font-size: 3.7333333333vw;
    color: #e6dfd3;
    position: absolute;
  }
  .index_item a {
    width: 35.4666666667vw;
  }
  .index .index_text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .index .number {
    position: absolute;
    font-size: 6.1333333333vw;
    left: -1.0666666667vw;
    top: -2.9861111111vw;
  }
  .index .index_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .index .index_list li:nth-child(2) a {
    margin: 0 2.4vw 0 auto;
  }
  .index .index_list li:nth-child(2) .index_text {
    margin-left: -0.5333333333vw;
  }
  .index .index_list li:nth-child(3) a {
    margin: 23.2vw auto 0 5.6vw;
  }
  .index .index_list li:nth-child(3) .index_text {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    right: -4.8vw;
    z-index: 10;
  }
  .index .index_list li:nth-child(4) a {
    margin: -7.2vw 6.6666666667vw 0 auto;
  }
  .index .index_list li:nth-child(4) .index_text {
    writing-mode: vertical-rl;
    position: absolute;
    bottom: -1.0666666667vw;
    left: -2.1333333333vw;
    rotate: 180deg;
    line-height: 1.1666666667;
    z-index: 10;
  }
  .index .index_list li:nth-child(5) a {
    margin: 12.2666666667vw auto 0 9.3333333333vw;
  }
  .index .index_list li:nth-child(5) .index_text {
    text-align: right;
  }
  .index .index_list li:nth-child(6) a {
    margin: -14.4vw -3.4666666667vw 0 auto;
  }
  .contents .other_item_wrapper {
    min-height: 136vw;
  }
  #sec3 .other_item_wrapper {
    margin-top: calc(420 / 375 * 100cqi);
  }
}
@media screen and (min-width: 769px) {
  .contents_container {
    container-type: inline-size;
    container-name: content;
    width: 41.6666666667vw;
    margin: 0 auto;
  }
  .bottom_wrapper {
    width: 63.8888888889vw;
    margin: 0 0 0 auto;
  }
  #sec2 {
    background: linear-gradient(to bottom, #dfd8ca 0%, #dfd8ca 55.5%, #6c2122 55.5%, #6c2122 100%);
  }
  .contents .credit {
    margin: 1.7361111111vw 0 0 0 !important;
    display: grid;
    gap: calc(8 / 375 * 100cqi);
  }
  .contents .credit li a {
    display: grid;
    grid-template-columns: calc(42 / 375 * 100cqi) auto 4.3055555556vw;
    gap: calc(8 / 375 * 100cqi);
  }
  .contents .credit .item_text {
    font-size: 0.8333333333vw;
    line-height: 1.7;
    color: #6c2122;
  }
  .contents .credit .buy {
    background-color: #6c2122;
    color: #fff;
    text-align: center;
    display: grid;
    place-content: center;
    height: fit-content;
    padding: 0.2777777778vw 0;
    font-size: 0.6944444444vw;
    border-radius: 100vmax;
    letter-spacing: 0.05em;
    margin: 0 0 0 auto;
    width: 100%;
  }
  .contents .other_item_wrapper {
    padding: 6.25vw 6.7361111111vw;
    margin-top: 4.8611111111vw;
    background-color: #f5f0e7;
  }
  .contents .other_title {
    font-size: 1.3194444444vw;
    text-align: center;
    padding-bottom: 2.9166666667vw;
  }
  .contents .other_item_slider {
    padding-right: 1px;
    font-size: 0.6944444444vw;
    line-height: 1.5;
    padding: 0 0 4.4444444444vw;
    position: relative;
  }
  .contents .other_item_slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    width: 9.375vw;
    height: 100%;
    background: linear-gradient(to right, transparent, #f5f0e7);
    z-index: 10;
    transition: opacity 0.3s ease;
  }
  .contents .other_item_slider.is-end:after {
    opacity: 0;
  }
  .contents .swiper-horizontal > .swiper-scrollbar,
  .contents .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 3px;
    width: 29.8611111111vw;
    translate: -50% 0;
    left: 50%;
    bottom: 0;
    background-color: #afafaf;
  }
  .contents .swiper-scrollbar-drag {
    background-color: #6c2122;
  }
  .contents .more_btn {
    background-color: #6c2122;
    padding: 1.1111111111vw 0;
    margin: 2.2222222222vw auto 0;
    color: #fff;
    text-align: center;
    border-radius: 100vmax;
    letter-spacing: 0.12em;
    width: 16.3888888889vw;
    font-size: 0.8333333333vw;
  }
  .contents .title_wrapper .section_com {
    font-size: 1.5972222222vw;
  }
  .contents .title_wrapper .section_category {
    font-size: 1.1805555556vw;
  }
  .contents .title_wrapper .section_number {
    font-size: 5vw;
  }
  .contents .other_item_wrapper {
    min-height: 47.9166666667vw;
  }
  .contents .other_item_wrapper img {
    padding-bottom: 0.4166666667vw;
  }
  .contents #sec1 .credit {
    margin: 25px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */