@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #f9f9f9;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

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

.en_sb {
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.en_b {
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.en_bl {
  font-family: "acumin-pro-wide", sans-serif;
  font-weight: 800;
  font-style: normal;
}

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

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

@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;
  }
}

/*--------------------------------------*
* 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;
}
#loading-bg #loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  padding: 50px 20px;
  margin: -70px 0 0 -220px;
  background: #ffffff;
}
#loading-bg #loading #percent {
  margin-bottom: 5px;
  text-align: center;
  font-size: 5.8666666667vw;
}

@media screen and (min-width: 769px) {
  #loading-bg #loading #percent {
    font-size: 1.7361111111vw;
  }
}
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  position: relative;
  overflow: hidden;
  height: calc(100svh - 40px);
}
.fv .bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100svh;
}
.fv .bg img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv h1 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
}
.fv .sp_fv_slider .swiper-slide {
  overflow: hidden;
}
.fv .pc_fv {
  overflow: hidden;
}

.lead {
  padding: 13.3333333333vw 0 9.3333333333vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fv {
    max-height: 170.6666666667vw;
  }
  .fv .sp_text_slider {
    margin-top: 5.3333333333vw;
    font-size: 19.7333333333vw;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #023c8c;
    position: relative;
    z-index: 11;
  }
  .fv .sp_text_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  .fv .sp_fv_slider {
    margin-top: -8vw;
    z-index: 10;
  }
  .fv h1 {
    position: absolute;
    z-index: 10;
    translate: -50% 0;
    left: 50%;
    bottom: calc(9.3333333333vw - 20px);
    width: 84vw;
  }
  .fv h2 {
    position: absolute;
    z-index: 10;
    left: -5px;
    width: 80vw;
    bottom: calc(18.6666666667vw - 20px);
  }
  .fv .bl_bg {
    position: absolute;
    z-index: 9;
    width: 40vw;
    height: calc(78.125svh - 20px);
    max-height: 137.3333333333vw;
    background-color: #6b6b6b;
    top: 0;
    left: 0;
  }
  .lead {
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    height: calc(100vh - 50px);
    position: relative;
  }
  .fv .pc_fv {
    position: absolute;
    width: 68.8194444444vw;
    height: calc(80.4285714286vh - 50px);
    translate: -50% 0;
    top: 0;
    left: 50%;
    z-index: 10;
  }
  .fv h1 {
    position: absolute;
    z-index: 10;
    translate: -50% 0;
    left: 50%;
    bottom: 9.7857142857vh;
    width: 41.6666666667vw;
  }
  .fv h2 {
    position: absolute;
    z-index: 10;
    left: 14.7222222222vw;
    width: 31.4583333333vw;
    bottom: 19.2857142857vh;
  }
  .fv h3 {
    position: absolute;
    right: 10.4166666667vw;
    top: 0;
    z-index: 11;
    height: calc(100vh - 50px);
  }
  .fv h3 img {
    height: 100%;
  }
  .fv .bl_bg {
    position: absolute;
    z-index: 9;
    width: 34.7222222222vw;
    height: calc(71.4285714286vh - 50px);
    background-color: #6b6b6b;
    top: 0;
    left: 0;
  }
  .lead {
    font-size: 0.9722222222vw;
    line-height: 2.1428571429;
    padding: 4.1666666667vw 0 2.7777777778vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* index
*--------------------------------------*/
.index h2 {
  text-align: center;
}
.index .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.index .arrow {
  display: block;
  background-color: #000;
  margin: 0 auto;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 2.4vw;
  height: 1.6vw;
}

.top_text_slider {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  position: relative;
  z-index: 10;
}
.top_text_slider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .index {
    padding-top: 5.3333333333vw;
  }
  .index h2 {
    font-size: 4.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .index .grid {
    font-size: 2.9333333333vw;
    text-align: center;
    letter-spacing: -0.03em;
    gap: 5.3333333333vw 0;
  }
  .index .brand {
    padding: 2.6666666667vw 0;
  }
  .top_text_slider {
    font-size: 15.2vw;
    margin: 21.3333333333vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .index {
    padding-top: 1.7361111111vw;
  }
  .index h2 {
    font-size: 1.6666666667vw;
    margin-bottom: 1.3888888889vw;
  }
  .index .grid {
    width: 82.6388888889vw;
    margin-inline: auto;
    grid-template-columns: repeat(8, 1fr);
    font-size: 0.9027777778vw;
  }
  .index .brand {
    padding: 0.7638888889vw 0;
    text-align: center;
  }
  .index .arrow {
    width: 0.9722222222vw;
    height: 0.7638888889vw;
  }
  .top_text_slider {
    font-size: 5.4166666667vw;
    margin-top: 6.25vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.page_top_btn {
  width: 11.4666666667vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.sec .swiper-pagination {
  bottom: -5.3333333333vw;
  width: fit-content;
}
.sec .swiper-pagination-bullet {
  width: 9.3333333333vw;
  height: 2px;
  background-color: #fff;
  opacity: 1 !important;
  border-radius: 0;
  margin: 0 0.2666666667vw !important;
}
.sec .swiper-pagination-bullet-active {
  position: relative;
}
.sec .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  inset: 0;
  background-color: #000;
  z-index: 10;
  animation: bar 3s forwards linear;
}
.sec .main_wrap .swiper-slide {
  overflow: hidden;
}
@keyframes bar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.sec .main_wrap .swiper {
  overflow: inherit;
}
.sec .style1 .slider_wrap {
  margin: 0 0 0 auto;
}
.sec .style1 .slider_wrap .swiper-pagination {
  right: 4.5333333333vw !important;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 13.3333333333vw 0 16vw;
  }
  .sec .main_wrap {
    position: relative;
  }
  .sec .main_wrap .style_bg {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 17.3333333333vw;
  }
  .sec .main_wrap .number {
    position: absolute;
    top: 4vw;
    right: 4vw;
    z-index: 10;
    font-size: 2.6666666667vw;
    text-align: center;
  }
  .sec .main_wrap .number span {
    font-size: 9.3333333333vw;
  }
  .sec .main_wrap .slider_wrap {
    width: 86.4vw;
  }
  .sec .main_wrap .brand_wrap {
    position: absolute;
    z-index: 10;
    top: 4vw;
    left: 8vw;
    display: flex;
    flex-direction: row-reverse;
  }
  .sec .main_wrap .brand_wrap .brand_index {
    writing-mode: vertical-rl;
    font-size: 2.6666666667vw;
  }
  .sec .main_wrap .brand_wrap .brand_index span {
    font-size: 4.2666666667vw;
  }
  .sec .main_wrap .brand_wrap h3 {
    writing-mode: vertical-rl;
    font-size: 12.2666666667vw;
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
  .sec .sub_wrap {
    position: relative;
    z-index: 2;
    margin: 14.1333333333vw 0 0 0;
  }
  .sec .sub_wrap .img1 {
    width: 52.5333333333vw;
  }
  .sec .sub_wrap .img2 {
    width: 42.4vw;
    margin: -9.3333333333vw 0 -10.6666666667vw auto;
  }
  .sec .sub_wrap .img3 {
    width: 55.2vw;
    margin: 0 auto 0 8vw;
  }
  .sec .style_items {
    margin: 12vw auto 0;
    width: 84vw;
  }
  .sec .style_items h4 {
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px solid #000;
    margin-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .sec .style2 {
    margin-top: 21.3333333333vw;
  }
  .sec .style2 .swiper-pagination {
    margin: 0 auto 0 4.5333333333vw;
  }
  .sec .style2 .number {
    right: inherit;
    left: 4vw;
  }
  .sec .style2 .sub_wrap .img1 {
    margin: 0 0 0 auto;
  }
  .sec .style2 .sub_wrap .img2 {
    margin: -9.3333333333vw auto -10.6666666667vw 0;
  }
  .sec .style2 .sub_wrap .img3 {
    margin: 0 8vw 0 auto;
  }
  .sec .style2 .brand_wrap {
    top: inherit;
    left: inherit;
    bottom: 1.3333333333vw;
    right: 8.5333333333vw;
  }
  #sec2 .main_wrap .brand_wrap h3,
  #sec3 .main_wrap .brand_wrap h3,
  #sec4 .main_wrap .brand_wrap h3,
  #sec7 .main_wrap .brand_wrap h3 {
    font-size: 17.3333333333vw;
  }
  #sec8 .main_wrap .brand_wrap h3 {
    font-size: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .page_top_btn {
    width: 3.6805555556vw;
  }
  .sec {
    padding-top: 12.8472222222vw;
  }
  .sec#sec1 {
    padding-top: 4.5138888889vw;
  }
  .sec .slider_wrap {
    width: 31.25vw;
  }
  .sec .style_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 31.25vw auto;
    width: 79.8611111111vw;
    margin: 0 0 0 auto;
  }
  .sec .style_wrapper.style1 {
    gap: 0 10.4166666667vw;
    padding-right: 6.9444444444vw;
  }
  .sec .style_wrapper.style1 .sub_wrap {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .sec .style_wrapper.style2 {
    margin: 12.5vw 0 0 auto;
    gap: 0 9.0277777778vw;
    padding-right: 9.1666666667vw;
    grid-template-columns: auto 31.25vw;
  }
  .sec .style_wrapper.style2 .main_wrap {
    grid-column: 2/3;
  }
  .sec .style_wrapper.style2 .sub_wrap {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .sec .style_wrapper.style2 .number {
    right: inherit;
    left: 1.3888888889vw;
  }
  .sec .style_wrapper.style2 .style_items {
    margin: 10.4166666667vw 0 0 0;
  }
  .sec .style_bg {
    position: absolute;
    top: 14.2361111111vw;
    right: 0;
    width: 78.6111111111vw;
  }
  .sec .main_wrap {
    position: relative;
  }
  .sec .main_wrap .number {
    position: absolute;
    top: 1.5277777778vw;
    right: 1.3888888889vw;
    z-index: 10;
    font-size: 0.9027777778vw;
    text-align: center;
  }
  .sec .main_wrap .number span {
    font-size: 3.3333333333vw;
  }
  .sec .sub_wrap {
    position: relative;
    z-index: 2;
    padding-top: 7.6388888889vw;
  }
  .sec .sub_wrap .img1 {
    width: 23.4027777778vw;
  }
  .sec .sub_wrap .img2 {
    width: 18.8888888889vw;
    margin: -2.7777777778vw 0 3.6805555556vw auto;
  }
  .sec .sub_wrap .img3 {
    width: 23.125vw;
    margin: 0 auto 0 5.9027777778vw;
  }
  .sec .style_items {
    width: 27.0833333333vw;
    margin: 10.4166666667vw 0 0 8.6805555556vw;
  }
  .sec .style_items h4 {
    font-size: 1.0416666667vw;
    padding-bottom: 0.6944444444vw;
    margin-bottom: 2.0833333333vw;
    border-bottom: 1px solid #000;
  }
  .sec .swiper-pagination {
    bottom: -1.7361111111vw;
  }
  .sec .swiper-pagination-bullet {
    width: 3.3333333333vw;
    margin: 0 0.1388888889vw;
  }
  .sec .style1 .slider_wrap .swiper-pagination {
    right: 0 !important;
  }
  #sec2 .main_wrap .brand_wrap h3,
  #sec3 .main_wrap .brand_wrap h3,
  #sec4 .main_wrap .brand_wrap h3,
  #sec7 .main_wrap .brand_wrap h3 {
    font-size: 6.5972222222vw;
  }
  .fixed_title {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .fixed_title .brand_wrap {
    position: absolute;
    top: 0;
    left: -5px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
  }
  .fixed_title .brand_wrap:nth-child(2), .fixed_title .brand_wrap:nth-child(3), .fixed_title .brand_wrap:nth-child(4), .fixed_title .brand_wrap:nth-child(7) {
    left: -15px;
  }
  .fixed_title .brand_wrap:nth-child(2) h3, .fixed_title .brand_wrap:nth-child(3) h3, .fixed_title .brand_wrap:nth-child(4) h3, .fixed_title .brand_wrap:nth-child(7) h3 {
    font-size: 6.5972222222vw;
  }
  .fixed_title .brand_index {
    writing-mode: vertical-rl;
    font-size: 0.6944444444vw;
    margin-top: 0.4vw;
  }
  .fixed_title .brand_index span {
    font-size: 1.1111111111vw;
  }
  .fixed_title h3 {
    writing-mode: vertical-rl;
    font-size: 4.5833333333vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* CREDIT
*--------------------------------------*/
.credit {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 2.6666666667vw;
  gap: 3.2vw;
  margin-right: 2.1333333333vw;
}
.credit li a {
  display: grid;
  grid-template-columns: 12.2666666667vw auto 14.1333333333vw;
  gap: 2.9333333333vw;
  align-items: flex-start;
  position: relative;
}
.credit .item {
  line-height: 1.4;
}
.credit .buy {
  margin: 0.8vw 0 0 auto;
  width: 14.1333333333vw;
  background-color: #000;
  color: #fff;
  font-size: 2.4vw;
  border-radius: 100vmax;
  text-align: center;
  padding: 1.0666666667vw 0;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .credit {
    position: relative;
    z-index: 12;
    font-size: 0.7638888889vw;
    gap: 0.8333333333vw;
  }
  .credit li a {
    gap: 0.9027777778vw;
    grid-template-columns: 3.4722222222vw auto 4.3055555556vw;
  }
  .credit .buy {
    font-size: 0.7638888889vw;
    width: 4.3055555556vw;
    padding: 0.3472222222vw 0 0.4166666667vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* STAFF
*--------------------------------------*/
.staff_wrap .staff_data {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32.8vw auto;
  align-items: center;
  gap: 6.1333333333vw;
}
.staff_wrap .name {
  font-size: 4vw;
}
.staff_wrap .shop {
  font-size: 2.6666666667vw;
  white-space: pre-wrap;
  margin: 1.3333333333vw 0 3.2vw;
  line-height: 1.2;
}
.staff_wrap .instagram {
  font-size: 2.6666666667vw;
  display: flex;
  align-items: center;
  gap: 1.6vw;
  margin-bottom: 1.3333333333vw;
}
.staff_wrap .instagram .insta_icon {
  width: 3.7333333333vw;
  display: block;
}
.staff_wrap .staff_link {
  font-size: 3.2vw;
  text-decoration: underline;
}
.staff_wrap .balloon {
  border: 1px solid #000;
  border-radius: 26px;
  position: relative;
}
.staff_wrap .balloon:before {
  content: "";
  background-image: url(../assets/images/balloon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 9.0666666667vw;
  height: 14.6666666667vw;
  z-index: 2;
  left: 16.2666666667vw;
  bottom: -9.8666666667vw;
}
.staff_wrap .balloon:has(:checked) p {
  max-height: 100vh;
}
.staff_wrap .balloon:has(:checked) p:after {
  content: none;
}
.staff_wrap .balloon:has(:checked) label span:before {
  content: "-";
}
.staff_wrap .balloon:has(:checked) label span:after {
  content: "close";
}
.staff_wrap .balloon input {
  display: none;
}
.staff_wrap .balloon label {
  font-size: 3.4666666667vw;
  position: absolute;
  right: 10.6666666667vw;
  bottom: 6.6666666667vw;
}
.staff_wrap .balloon label span {
  display: flex;
  gap: 3px;
}
.staff_wrap .balloon label span:before {
  content: "+";
}
.staff_wrap .balloon label span:after {
  content: "more";
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.staff_wrap .balloon p {
  white-space: pre-wrap;
  margin: 8vw 8vw 12vw 8vw;
  font-size: 3.2vw;
  line-height: 1.75;
  overflow: hidden;
  max-height: 26.6666666667vw;
  transition: max-height 0.6s;
  position: relative;
}
.staff_wrap .balloon p:after {
  transition: max-height 0.6s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, transparent, #f9f9f9);
  content: "";
}

#sec1 .staff_wrap .balloon label {
  display: none;
}
#sec1 .staff_wrap .balloon p {
  max-height: 100vh;
  margin: 8vw;
}
#sec1 .staff_wrap .balloon p:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .staff_wrap .balloon {
    width: 85.3333333333vw;
    margin: 16vw auto 12vw;
  }
  .staff_wrap .staff_data {
    width: 65.6vw;
  }
}
@media screen and (min-width: 769px) {
  .staff_wrap {
    width: 57.6388888889vw;
    margin: 6.9444444444vw auto 0;
  }
  .staff_wrap .staff_container {
    display: grid;
    grid-template-columns: auto 19.4444444444vw;
    gap: 3.4722222222vw;
  }
  .staff_wrap .staff_data {
    grid-template-columns: 10.0694444444vw auto;
    gap: 2.0833333333vw;
  }
  .staff_wrap .name {
    font-size: 1.1805555556vw;
  }
  .staff_wrap .shop {
    font-size: 0.6944444444vw;
    white-space: pre-wrap;
    margin: 0.4861111111vw 0 0.8333333333vw;
    line-height: 1.2;
  }
  .staff_wrap .instagram {
    font-size: 0.7638888889vw;
    display: flex;
    align-items: center;
    gap: 0.2777777778vw;
    margin-bottom: 0.3472222222vw;
  }
  .staff_wrap .instagram .insta_icon {
    width: 0.9722222222vw;
    display: block;
  }
  .staff_wrap .staff_link {
    font-size: 0.9027777778vw;
    text-decoration: underline;
  }
  .staff_wrap .balloon:before {
    width: 2.4305555556vw;
    height: 5.5555555556vw;
    left: inherit;
    right: -2.8472222222vw;
    bottom: 1.7361111111vw;
    rotate: -80deg;
  }
  .staff_wrap .balloon label {
    cursor: pointer;
    font-size: 0.9027777778vw;
    right: 3.8194444444vw;
    bottom: 1.7361111111vw;
  }
  .staff_wrap .balloon p {
    margin: 2.0833333333vw 3.125vw 3.4722222222vw 3.125vw;
    font-size: 0.9027777778vw;
    line-height: 1.8461538462;
    max-height: 9.0277777778vw;
  }
  #sec1 .staff_wrap .balloon label,
  #sec3 .staff_wrap .balloon label {
    display: none;
  }
  #sec1 .staff_wrap .balloon p,
  #sec3 .staff_wrap .balloon p {
    max-height: 100vh;
    margin: 2.0833333333vw 3.125vw;
  }
  #sec1 .staff_wrap .balloon p:after,
  #sec3 .staff_wrap .balloon p:after {
    display: none;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* RECOMMEND
*--------------------------------------*/
.reco_wrap .bg {
  background-color: #cfd9d7;
}
.reco_wrap .ja_title {
  background-color: #000;
  color: #fff;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.reco_wrap .item_credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.8181818182;
}
.reco_wrap .buy {
  width: 14.1333333333vw;
  background-color: #000;
  color: #fff;
  font-size: 2.4vw;
  border-radius: 100vmax;
  text-align: center;
  padding: 0.5333333333vw 0;
  letter-spacing: 0.05em;
}
.reco_wrap .view_btn {
  font-size: 4vw;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 85.3333333333vw;
  margin: 17.3333333333vw auto 0;
  padding: 5.3333333333vw 0;
  border-radius: 100vmax;
  transition: inherit;
}
.reco_wrap .view_btn:hover {
  opacity: 0.6 !important;
  transition: all 0.4s;
}

.bottom_slider {
  padding: 26.6666666667vw 0;
}
.bottom_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.bottom_slider p {
  font-size: 3.2vw;
  padding: 24vw 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reco_wrap {
    margin-top: 16vw;
  }
  .reco_wrap .bg {
    background-color: #cfd9d7;
    padding: 17.3333333333vw 0;
  }
  .reco_wrap .reco_text_slider {
    font-size: 16.8vw;
  }
  .reco_wrap .reco_text_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  .reco_wrap .item_slider .bg_box {
    width: 84vw;
    height: 53.3333333333vw;
    position: absolute;
    translate: -50% 0;
    left: 50%;
    top: 21.3333333333vw;
    border: 1px solid #000;
  }
  .reco_wrap .ja_title {
    font-size: 5.8666666667vw;
    margin: -4vw auto 0;
    padding: 0.5333333333vw;
  }
  .reco_wrap .swiper-slide img {
    width: 95%;
    margin: 0 auto;
  }
  .reco_wrap .swiper-button-next:after,
  .reco_wrap .swiper-button-prev:after {
    content: "";
  }
  .reco_wrap .swiper-button-next,
  .reco_wrap .swiper-button-prev {
    content: "";
    top: 48vw;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .reco_wrap .swiper-button-prev {
    background-image: url(../assets/images/prev.svg);
  }
  .reco_wrap .swiper-button-next {
    background-image: url(../assets/images/next.svg);
  }
  .reco_wrap .item_credit {
    width: 84vw;
    margin: -5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .reco_wrap {
    margin-top: 6.9444444444vw;
  }
  .reco_wrap .bg {
    padding: 6.25vw 0;
  }
  .reco_wrap h3 {
    font-size: 3.9583333333vw;
    text-align: center;
  }
  .reco_wrap .ja_title {
    font-size: 1.7361111111vw;
    margin: -0.6944444444vw auto 0;
    padding: 0.3472222222vw 0.9027777778vw;
  }
  .reco_wrap .grid {
    margin-top: 2.0833333333vw;
    place-content: center;
    display: grid;
    grid-template-columns: repeat(3, 20.8333333333vw);
    gap: 3.8194444444vw;
  }
  .reco_wrap .grid li a {
    position: relative;
  }
  .reco_wrap .grid li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 13.5416666667vw;
    top: 3.4722222222vw;
    border: 1px solid #000;
    z-index: 1;
  }
  .reco_wrap .grid li a img {
    scale: 1.1;
    position: relative;
    z-index: 2;
  }
  .reco_wrap .item_credit {
    font-size: 0.7638888889vw;
    margin: 0 auto;
  }
  .reco_wrap .buy {
    font-size: 0.7638888889vw;
    width: 4.3055555556vw;
    padding: 0.3472222222vw 0 0.4166666667vw;
    line-height: 1;
  }
  .reco_wrap .view_btn {
    width: 28.4722222222vw;
    font-size: 1.1805555556vw;
    padding: 1.3888888889vw 0;
    margin: 6.25vw auto 0;
  }
  .bottom_slider {
    padding: 13.8888888889vw 0 2.2222222222vw;
  }
  .bottom_slider p {
    font-size: 0.9722222222vw;
    padding: 11.8055555556vw 3.6805555556vw 0 0;
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */