@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "cormorant", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #604e48;
}
html:not(.ja),
body:not(.ja) {
  letter-spacing: 0.06em;
}

.en {
  font-family: "cormorant-infant", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #604e48;
}
@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;
}

/*--------------------------------------*
* クレジット
*--------------------------------------*/
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
.page_top {
  position: fixed;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .page_top {
    width: 8vw;
    bottom: 4vw;
    right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .page_top {
    width: min(2.0833333333vw, 30px);
    bottom: min(2.0833333333vw, 30px);
    right: min(2.0833333333vw, 30px);
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit {
  display: grid;
}
.credit a {
  display: grid;
  align-items: center;
}
.credit a .nolink {
  white-space: nowrap;
}
.credit a:has(.nolink) {
  display: flex;
  gap: 0;
}
.credit a:has(.nolink) figure,
.credit a:has(.nolink) .price,
.credit a:has(.nolink) .buy {
  display: none;
}
.credit .buy {
  height: fit-content;
  text-align: center;
  padding: 1px 0 0 0;
  color: #604e48;
}
.credit .price {
  display: flex;
  padding-top: 5px;
}

.creditAjax_price {
  display: flex !important;
}

.price:has(.creditAjax_price__sale) .creditAjax_price__proper {
  text-decoration: line-through;
}

.creditAjax_price__sale {
  color: #ff0000;
}
.creditAjax_price__sale:before {
  content: "→¥";
  margin: 0 5px;
}

.creditAjax_price__off {
  display: none !important;
}

.creditAjax_price__proper {
  display: flex !important;
  gap: 5px;
}
.creditAjax_price__proper:before {
  content: "¥";
  display: block;
}

.top_wrap .credit .buy {
  background-color: #dfc08e;
  border: 1px solid #dfc08e;
}

.center_wrap .credit .buy {
  background-color: #d5b294;
  border: 1px solid #d5b294;
}

.bottom_wrap .credit .buy {
  background-color: #bf9f86;
  border: 1px solid #bf9f86;
}

@media screen and (max-width: 768px) {
  .credit {
    gap: 4vw;
    width: 74.6666666667vw;
    margin: 14.6666666667vw auto 18.6666666667vw;
  }
  .credit a {
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
    gap: 4vw;
    grid-template-columns: 10.6666666667vw auto 12vw;
  }
  .credit a span {
    font-size: 2.9333333333vw;
  }
  .credit .price {
    letter-spacing: 0.06em;
  }
  .credit .buy {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit {
    margin: min(5.9027777778vw, 85px) auto;
    width: min(23.6111111111vw, 340px);
    gap: min(1.0416666667vw, 15px);
  }
  .credit a {
    grid-template-columns: min(3.4722222222vw, 50px) auto min(4.4444444444vw, 64px);
    font-size: min(0.9027777778vw, 13px);
    gap: min(1.3888888889vw, 20px);
    line-height: 1.2307692308;
  }
  .credit a span {
    font-size: min(0.9027777778vw, 13px);
  }
  .credit .buy {
    font-size: min(1.0416666667vw, 15px);
    padding: min(0.3472222222vw, 5px) 0 min(0.2777777778vw, 4px);
  }
}
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  background-size: contain;
  background-position: top center;
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  min-height: 600px;
  overflow: hidden;
}
.fv .fv_slider {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.fv .brand_bg {
  position: absolute;
  width: 100%;
  translate: -50% 0;
  left: 50%;
  top: 0;
  mix-blend-mode: multiply;
}
.fv .brand_bg img {
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.fv .grid {
  display: grid;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.fv .grid a {
  width: 100%;
  height: 100%;
}
.fv .swiper {
  overflow: inherit !important;
}

@media screen and (max-width: 768px) {
  .fv {
    background-image: url(../assets/images/sp_bg.jpg);
    height: 100svh;
    min-height: 600px;
    max-height: 1200px;
  }
  .fv .brand_bg {
    height: 41.6666666667vh;
    min-height: 250px;
  }
  .fv .grid {
    margin-bottom: -29.3333333333vw;
    grid-template-columns: repeat(4, 1fr);
    height: 41.6666666667vh;
    min-height: 250px;
  }
  .fv .swiper-slide:nth-child(1) .grid {
    background-image: url(../assets/images/sp1.png);
  }
  .fv .swiper-slide:nth-child(2) .grid {
    background-image: url(../assets/images/sp2.png);
  }
  .fv .swiper-slide:nth-child(3) .grid {
    background-image: url(../assets/images/sp3.png);
  }
}
@media screen and (min-width: 769px) {
  .fv {
    background-image: url(../assets/images/pc_bg.jpg);
    min-height: 740px;
    max-height: 1000px;
  }
  .fv .bg img {
    object-fit: cover;
    object-position: right;
  }
  .fv .brand_bg {
    height: 47.619047619vh;
    min-height: 400px;
    max-width: 1400px;
  }
  .fv .grid {
    margin: 0 auto -13.8888888889vw;
    grid-template-columns: repeat(7, 1fr);
    height: 47.619047619vh;
    min-height: 400px;
    max-width: 1400px;
    z-index: 0;
  }
  .fv .grid:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: -1;
  }
  .fv .swiper-slide:nth-child(1) .grid {
    background-image: url(../assets/images/pc1.png);
  }
  .fv .swiper-slide:nth-child(2) .grid {
    background-image: url(../assets/images/pc2.png);
  }
  .fv .swiper-slide:nth-child(3) .grid {
    background-image: url(../assets/images/pc3.png);
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
.lead {
  padding: 100px 0 65px;
}
.lead .lead_text {
  text-align: center;
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 2.1666666667;
}
.lead .line {
  display: block;
  height: clamp(50px, 13.3333333333vw, 60px);
  width: 1px;
  background-color: #604e48;
  margin: clamp(40px, 10.6666666667vw, 60px) auto;
}
.lead .table {
  width: 80.8vw;
  margin-inline: auto;
}
.lead .table .table_title {
  font-size: clamp(22px, 5.8666666667vw, 28px);
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto clamp(35px, 9.3333333333vw, 55px);
  gap: clamp(13px, 3.4666666667vw, 17px);
  background: linear-gradient(transparent 60%, #f5ecdd 40%);
}
.lead .table .table_title span {
  display: block;
  width: clamp(13px, 3.4666666667vw, 17px);
}

@media screen and (min-width: 769px) {
  .lead .table {
    width: min(43.0555555556vw, 620px);
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.index {
  border-top: 1px solid #604e48;
  margin-inline: auto;
}
.index .index_title {
  font-size: clamp(40px, 10.6666666667vw, 48px);
  text-align: center;
  margin-bottom: clamp(40px, 10.6666666667vw, 70px);
}
.index .index_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index .index_wrapper li {
  position: relative;
}
.index .number,
.index .brand {
  position: absolute;
  top: 0;
}
.index .number {
  left: 3px;
  line-height: 0.5;
}
.index .brand {
  right: 3px;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .index {
    width: 89.3333333333vw;
    padding: 16vw 0;
  }
  .index .index_wrapper {
    gap: 5.3333333333vw 2.9333333333vw;
  }
  .index .index_wrapper li {
    padding-top: 4vw;
    width: 20vw;
  }
  .index .number {
    font-size: 9.6vw;
  }
  .index .brand {
    font-size: 3.2vw;
  }
  .index .brand span {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .index {
    width: min(76.3888888889vw, 1100px);
    padding: min(6.9444444444vw, 100px) 0;
  }
  .index .index_wrapper {
    gap: min(1.9444444444vw, 28px);
  }
  .index .index_wrapper li {
    padding-top: min(1.1805555556vw, 17px);
    width: min(6.4583333333vw, 93px);
  }
  .index .number {
    font-size: min(3.0555555556vw, 44px);
  }
  .index .brand {
    font-size: min(0.9722222222vw, 14px);
  }
  .index .brand span {
    font-size: min(0.5555555556vw, 8px);
  }
  .index .index_wrapper li:nth-child(6) .brand {
    font-size: min(0.9027777778vw, 13px);
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.main_wrap {
  margin-inline: auto;
}
.main_wrap .title_wrap {
  text-align: center;
}
.main_wrap .section_number {
  position: relative;
}
.main_wrap .section_number:before, .main_wrap .section_number:after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  top: 60%;
  background-color: #604e48;
  height: 1px;
}
.main_wrap .section_number:before {
  left: 0;
}
.main_wrap .section_number:after {
  right: 0;
}

.image_btn {
  position: relative;
}
.image_btn .image_title {
  margin: 0 auto -20px;
  position: relative;
}
.image_btn .cursive_text {
  position: absolute;
}

.credit_wrap .line {
  height: 3px;
  background-image: url(../assets/images/dots_line.svg);
  background-repeat: repeat-x;
}
.credit_wrap .credit_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.credit_wrap .credit_price span {
  display: block;
}
.credit_wrap .item_name {
  line-height: 1.3;
}
.credit_wrap .buy {
  background-color: #604e48;
  color: #fff;
}

.point_wrap {
  position: relative;
}
.point_wrap:before, .point_wrap:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.point_wrap:before {
  background-image: url(../assets/images/point_top.svg);
  top: 0;
  left: 0;
}
.point_wrap:after {
  background-image: url(../assets/images/point_bottom.svg);
  bottom: 0;
  right: 0;
}
.point_wrap .point_title {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.point_wrap .point_title span {
  position: absolute;
  translate: -50% 0;
  left: 50%;
  z-index: -1;
}
.point_wrap .point_text {
  white-space: pre-wrap;
}
.point_wrap .color {
  background: linear-gradient(transparent 60%, #f5ecdd 40%);
}

.right .line {
  background-color: #604e48;
  width: 1px;
}

.styling_wrap {
  overflow: hidden;
}
.styling_wrap .styling_title {
  position: relative;
  margin-inline: auto;
}
.styling_wrap .title_text {
  position: absolute;
  translate: -50%;
  top: 50%;
  left: 50%;
}
.styling_wrap .anchor_link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
}
.styling_wrap .anchor_link li a,
.styling_wrap .anchor_link li figure {
  position: relative;
  height: 100%;
}
.styling_wrap .anchor_link li a img,
.styling_wrap .anchor_link li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.styling_wrap .anchor_link li:not(:last-child) a:after {
  content: "";
  background-image: url(../assets/images/side_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  translate: 0 -50%;
}

.common_wrap .code_title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}
.common_wrap .slider {
  position: relative;
}
.common_wrap .slider .fade_slider {
  overflow: inherit !important;
}
.common_wrap .slider .swiper-pagination {
  bottom: -30px;
}
.common_wrap .slider .swiper-pagination-bullet {
  width: 30px;
  border-radius: 0;
  height: 1px;
  background-color: #dfc08e;
  opacity: 1;
}
.common_wrap .slider .swiper-pagination-bullet-active {
  background-color: #dfc08e;
  opacity: 0.4;
}
.common_wrap .styling_text {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  z-index: 10;
}
.common_wrap .comment {
  position: relative;
}
.common_wrap .comment:before, .common_wrap .comment:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.common_wrap .comment:before {
  top: 0;
  left: 0;
  background-image: url(../assets/images/quotation_top.svg);
}
.common_wrap .comment:after {
  bottom: 0;
  right: 0;
  background-image: url(../assets/images/quotation_bottom.svg);
}
.common_wrap .comment .comment_text {
  margin-inline: auto;
}

.code_bottom {
  margin-inline: auto;
}

.top_wrap .slider {
  background: linear-gradient(transparent 15%, #dfc08e 15%, #dfc08e 85%, transparent 85%);
}

.center_wrap .slider {
  background: linear-gradient(transparent 15%, #d5b294 15%, #d5b294 85%, transparent 85%);
}
.center_wrap .slider .swiper-pagination-bullet {
  background-color: #d5b294;
}

.bottom_wrap .slider {
  background: linear-gradient(transparent 15%, #bf9f86 15%, #bf9f86 85%, transparent 85%);
}
.bottom_wrap .slider .swiper-pagination-bullet {
  background-color: #bf9f86;
}

.staff_wrap {
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
  margin-inline: auto;
}
.staff_wrap .staff_text {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
}
.staff_wrap .grid {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.staff_wrap .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #604e48;
}

.other_wrap {
  position: relative;
}
.other_wrap .inner {
  overflow: hidden;
}
.other_wrap .bg {
  background-color: #f5ecdd;
}
.other_wrap .other_title {
  text-align: center;
  letter-spacing: 0.02em;
}
.other_wrap .view_btn {
  color: #fff;
  background-color: #604e48;
  text-align: center;
}
.other_wrap .scroll_slider {
  overflow: inherit !important;
}
.other_wrap .scroll_slider .price {
  padding-top: 3px;
}
.other_wrap .other_slider {
  position: relative;
  overflow: inherit !important;
}
.other_wrap .swiper-scrollbar {
  translate: -50% 0;
  left: 50% !important;
  bottom: -30px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}
.other_wrap .swiper-scrollbar-drag {
  background-color: #604e48 !important;
  border-radius: 0 !important;
}
.other_wrap:before {
  content: "";
  position: absolute;
  translate: -50% 0;
  left: 50%;
  width: 1px;
  background-color: #604e48;
}

@media screen and (max-width: 768px) {
  .main_wrap {
    width: 89.3333333333vw;
    padding-top: 8vw;
  }
  .main_wrap .section_number {
    font-size: 28.2666666667vw;
  }
  .main_wrap .section_number:before, .main_wrap .section_number:after {
    width: 26.6666666667vw;
  }
  .main_wrap .brand {
    padding: 8vw 0 2.6666666667vw;
    font-size: 10.6666666667vw;
  }
  .main_wrap .brand_kana {
    font-size: 2.6666666667vw;
  }
  .image_btn {
    width: 80.8vw;
    margin: 13.3333333333vw auto 0;
  }
  .image_btn .image_title {
    width: 46.6666666667vw;
  }
  .image_btn .cursive_text {
    width: 26.6666666667vw;
    top: 34.6666666667vw;
    right: -8vw;
  }
  .credit_wrap .item_name {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .credit_wrap .line {
    margin: 4vw 0 5.3333333333vw;
  }
  .credit_wrap .price {
    font-size: 4.2666666667vw;
  }
  .credit_wrap .buy {
    font-size: 4vw;
    padding: 1.3333333333vw 4.5333333333vw 1.8666666667vw;
  }
  .point_wrap {
    margin: 16vw auto 0;
    padding: 8vw 0;
    width: 86.6666666667vw;
  }
  .point_wrap:before, .point_wrap:after {
    width: 8vw;
    height: 8vw;
  }
  .point_wrap .point_title {
    font-size: 8.5333333333vw;
  }
  .point_wrap .point_title span {
    width: 40vw;
    bottom: -2.6666666667vw;
  }
  .point_wrap .point_text {
    padding-top: 13.3333333333vw;
    font-size: 3.2vw;
    line-height: 2.0833333333;
    width: 74.6666666667vw;
    margin-inline: auto;
  }
  .right .line {
    height: 16vw;
    margin: 9.3333333333vw auto;
  }
  .styling_wrap .inner {
    width: 92vw;
    margin: 10.6666666667vw auto 0;
  }
  .styling_wrap .styling_title {
    margin-bottom: 10.6666666667vw;
    width: 84vw;
  }
  .styling_wrap span {
    font-size: 3.7333333333vw;
  }
  .styling_wrap .anchor_link {
    width: 92vw;
    gap: 3.4666666667vw;
  }
  .styling_wrap .anchor_link li:not(:last-child) a:after {
    width: 3.2vw;
    height: 1.8666666667vw;
    top: 21.3333333333vw;
    right: -3.2vw;
  }
  .common_wrap .code_title {
    font-size: 8vw;
    gap: 2.6666666667vw;
    line-height: 0.85;
    margin-bottom: -2.6666666667vw;
    padding-top: 24vw;
  }
  .common_wrap .code_title .icon {
    width: 5.8666666667vw;
  }
  .common_wrap .code_title .en {
    font-size: 18.1333333333vw;
  }
  .common_wrap:not(.top_wrap) .code_title {
    padding-top: 13.3333333333vw;
  }
  .common_wrap .fade_slider {
    width: 80.8vw;
  }
  .common_wrap .styling_text {
    width: 18.6666666667vw;
    right: 1.3333333333vw;
  }
  .common_wrap .comment {
    width: 80.8vw;
    margin: 17.3333333333vw auto;
    padding: 8vw 0 4vw;
  }
  .common_wrap .comment .comment_text {
    width: 69.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.8333333333;
  }
  .common_wrap .comment:before, .common_wrap .comment:after {
    width: 5.3333333333vw;
    height: 4vw;
  }
  .common_wrap .bottom_arrow {
    width: 5.3333333333vw;
    margin: 0 auto;
  }
  .code_bottom {
    width: 86.6666666667vw;
  }
  .code_bottom .img1 {
    width: 58.6666666667vw;
  }
  .code_bottom .img2 {
    width: 58.6666666667vw;
    margin: 12vw 0 12vw auto;
  }
  .code_bottom .img3 {
    width: 42.6666666667vw;
    margin: 0 auto 0 12vw;
  }
  .staff_wrap {
    width: 89.3333333333vw;
  }
  .staff_wrap .staff_text {
    width: 2.9333333333vw;
    right: -1.3333333333vw;
  }
  .staff_wrap .grid {
    padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw 9.3333333333vw;
  }
  .staff_wrap .grid .right,
  .staff_wrap .grid .left {
    width: 34.6666666667vw;
  }
  .staff_wrap .kana {
    font-size: 2.6666666667vw;
    letter-spacing: 0.2em;
  }
  .staff_wrap .flex {
    padding: 1.3333333333vw 0 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .staff_wrap .name {
    font-size: 4.8vw;
  }
  .staff_wrap .high,
  .staff_wrap .instagram,
  .staff_wrap .staff_link {
    font-size: 3.4666666667vw;
    letter-spacing: 0.06em;
  }
  .staff_wrap .shop {
    font-size: 3.2vw;
  }
  .staff_wrap .instagram {
    margin: 2.6666666667vw 0 1.8666666667vw;
    display: flex;
    gap: 1.8666666667vw;
  }
  .staff_wrap .instagram span {
    display: block;
    width: 3.7333333333vw;
  }
  .staff_wrap .staff_link {
    text-decoration: underline;
  }
  .other_wrap {
    margin: 22.6666666667vw 0 8vw;
  }
  .other_wrap .bg {
    padding: 22.6666666667vw 0;
  }
  .other_wrap .other_title {
    font-size: 10.6666666667vw;
    margin-bottom: 12vw;
  }
  .other_wrap .other_title span {
    font-size: 4vw;
    display: block;
    padding-top: 2.1333333333vw;
  }
  .other_wrap .view_btn {
    font-size: 4vw;
    width: 74.6666666667vw;
    margin: 26.6666666667vw auto 0;
    padding: 4vw 0 3.4666666667vw;
  }
  .other_wrap .scroll_slider {
    padding: 0 5.3333333333vw;
  }
  .other_wrap .scroll_slider p {
    font-size: 2.9333333333vw;
    line-height: 1.2727272727;
  }
  .other_wrap .scroll_slider img {
    padding-bottom: 3.2vw;
  }
  .other_wrap .swiper-scrollbar {
    bottom: -10.6666666667vw !important;
    width: 64vw !important;
  }
  .other_wrap:before {
    height: 16vw;
    top: -8vw;
  }
}
@media screen and (min-width: 769px) {
  .main_wrap {
    width: min(76.3888888889vw, 1100px);
    padding-top: min(2.0833333333vw, 30px);
  }
  .main_wrap .section_number {
    font-size: min(7.3611111111vw, 106px);
  }
  .main_wrap .section_number:before, .main_wrap .section_number:after {
    width: min(30.9027777778vw, 445px);
  }
  .main_wrap .brand {
    padding: min(3.4722222222vw, 50px) 0 min(0.6944444444vw, 10px);
    font-size: min(4.1666666667vw, 60px);
  }
  .main_wrap .brand_kana {
    font-size: min(0.6944444444vw, 10px);
  }
  .image_btn {
    width: min(21.0416666667vw, 303px);
    margin: min(4.1666666667vw, 60px) 0 0 auto;
  }
  .image_btn .image_title {
    width: min(12.1527777778vw, 175px);
  }
  .image_btn .cursive_text {
    top: min(9.0277777778vw, 130px);
    width: min(6.9444444444vw, 100px);
    right: max(-2.0833333333vw, -30px);
  }
  .credit_wrap .item_name {
    margin-top: min(1.3888888889vw, 20px);
    font-size: min(1.1111111111vw, 16px);
  }
  .credit_wrap .line {
    margin: min(1.0416666667vw, 15px) 0 min(1.3888888889vw, 20px);
  }
  .credit_wrap .price {
    font-size: min(1.1111111111vw, 16px);
  }
  .credit_wrap .buy {
    font-size: min(1.0416666667vw, 15px);
    padding: min(0.3472222222vw, 5px) min(1.1805555556vw, 17px) min(0.4861111111vw, 7px);
  }
  .pc_flex {
    display: grid;
    grid-template-columns: min(32.9166666667vw, 474px) min(43.75vw, 630px);
    gap: min(11.5277777778vw, 166px);
    place-content: center;
  }
  .left {
    position: sticky;
    top: 0;
    height: fit-content;
    display: grid;
    align-items: center;
  }
  .point_wrap {
    margin: min(6.9444444444vw, 100px) auto 0;
    padding: min(3.4722222222vw, 50px) 0;
    width: min(43.75vw, 630px);
  }
  .point_wrap:before, .point_wrap:after {
    width: min(3.4722222222vw, 50px);
    height: min(3.4722222222vw, 50px);
  }
  .point_wrap .point_title {
    font-size: min(2.3611111111vw, 34px);
  }
  .point_wrap .point_title span {
    width: min(11.1111111111vw, 160px);
    bottom: max(-0.6944444444vw, -10px);
  }
  .point_wrap .point_text {
    padding-top: min(2.7777777778vw, 40px);
    font-size: min(0.9027777778vw, 13px);
    line-height: 2.1538461538;
    width: min(32.2916666667vw, 465px);
    margin-inline: auto;
  }
  .right .line {
    height: min(5.5555555556vw, 80px);
    margin: min(3.4722222222vw, 50px) auto;
  }
  .styling_wrap .inner {
    width: min(43.75vw, 630px);
    margin: min(1.3888888889vw, 20px) auto 0;
  }
  .styling_wrap .styling_title {
    margin-bottom: min(3.8194444444vw, 55px);
    width: min(33.3333333333vw, 480px);
  }
  .styling_wrap span {
    font-size: min(1.25vw, 18px);
  }
  .styling_wrap .anchor_link {
    width: min(38.8888888889vw, 560px);
    gap: min(2.7777777778vw, 40px);
  }
  .styling_wrap .anchor_link li:not(:last-child) a:after {
    width: min(1.3194444444vw, 19px);
    height: min(0.8333333333vw, 12px);
    top: min(10.4166666667vw, 150px);
    right: max(-2.4305555556vw, -35px);
  }
  .common_wrap .code_title {
    font-size: min(2.5vw, 36px);
    gap: min(0.8333333333vw, 12px);
    line-height: 0.85;
    margin-bottom: max(-1.3888888889vw, -20px);
    padding-top: min(9.0277777778vw, 130px);
  }
  .common_wrap .code_title .icon {
    width: min(2.0833333333vw, 30px);
  }
  .common_wrap .code_title .en {
    font-size: min(5.8333333333vw, 84px);
  }
  .common_wrap:not(.top_wrap) .code_title {
    padding-top: min(3.4722222222vw, 50px);
  }
  .common_wrap .fade_slider {
    width: min(31.9444444444vw, 460px);
  }
  .common_wrap .styling_text {
    width: min(5.9027777778vw, 85px);
    right: min(2.7777777778vw, 40px);
  }
  .common_wrap .comment {
    width: min(31.9444444444vw, 460px);
    margin: min(9.0277777778vw, 130px) auto min(4.8611111111vw, 70px);
    padding: min(2.0833333333vw, 30px) 0 min(1.0416666667vw, 15px);
  }
  .common_wrap .comment .comment_text {
    width: min(25vw, 360px);
    font-size: min(0.9027777778vw, 13px);
    line-height: 2.1538461538;
  }
  .common_wrap .comment:before, .common_wrap .comment:after {
    width: min(1.3888888889vw, 20px);
    height: min(1.0416666667vw, 15px);
  }
  .common_wrap .bottom_arrow {
    width: min(1.3888888889vw, 20px);
    margin: 0 auto;
  }
  .code_bottom {
    width: min(31.9444444444vw, 460px);
  }
  .code_bottom .img1 {
    width: min(20.8333333333vw, 300px);
  }
  .code_bottom .img2 {
    width: min(20.8333333333vw, 300px);
    margin: min(4.1666666667vw, 60px) 0 min(4.1666666667vw, 60px) auto;
  }
  .code_bottom .img3 {
    width: min(15.2777777778vw, 220px);
    margin: 0 auto 0 min(4.5138888889vw, 65px);
  }
  .staff_wrap {
    width: min(34.7222222222vw, 500px);
  }
  .staff_wrap .staff_text {
    width: min(1.3888888889vw, 20px);
    right: max(-0.6944444444vw, -10px);
  }
  .staff_wrap .grid {
    padding: min(2.0833333333vw, 30px) min(4.8611111111vw, 70px) min(2.0833333333vw, 30px) min(6.9444444444vw, 100px);
  }
  .staff_wrap .grid .right,
  .staff_wrap .grid .left {
    width: min(9.7222222222vw, 140px);
  }
  .staff_wrap .kana {
    font-size: min(0.6944444444vw, 10px);
    letter-spacing: 0.2em;
  }
  .staff_wrap .flex {
    padding: min(0.3472222222vw, 5px) 0 min(0.6944444444vw, 10px);
    margin-bottom: min(0.6944444444vw, 10px);
  }
  .staff_wrap .name {
    font-size: min(1.25vw, 18px);
  }
  .staff_wrap .high,
  .staff_wrap .instagram,
  .staff_wrap .staff_link {
    font-size: min(0.9027777778vw, 13px);
    letter-spacing: 0.06em;
  }
  .staff_wrap .shop {
    font-size: min(0.8333333333vw, 12px);
  }
  .staff_wrap .instagram {
    margin: min(0.6944444444vw, 10px) 0 min(0.4861111111vw, 7px);
    display: flex;
    gap: min(0.4861111111vw, 7px);
  }
  .staff_wrap .instagram span {
    display: block;
    width: min(0.9722222222vw, 14px);
  }
  .staff_wrap .staff_link {
    text-decoration: underline;
  }
  .other_wrap {
    margin: min(11.1111111111vw, 160px) 0 min(3.4722222222vw, 50px);
  }
  .other_wrap .bg {
    padding: min(8.3333333333vw, 120px) 0 min(6.9444444444vw, 100px);
  }
  .other_wrap .other_title {
    font-size: min(3.3333333333vw, 48px);
    margin-bottom: min(2.7777777778vw, 40px);
  }
  .other_wrap .other_title span {
    font-size: min(1.1111111111vw, 16px);
    display: block;
    padding-top: min(0.6944444444vw, 10px);
  }
  .other_wrap .view_btn {
    font-size: min(1.0416666667vw, 15px);
    width: min(23.6111111111vw, 340px);
    margin: min(6.25vw, 90px) auto 0;
    padding: min(1.0416666667vw, 15px) 0 min(0.9027777778vw, 13px);
  }
  .other_wrap .other_slider {
    margin-inline: auto;
    width: min(65.2777777778vw, 940px);
    overflow: hidden !important;
    padding-bottom: min(2.7777777778vw, 40px);
  }
  .other_wrap .scroll_slider {
    padding: 0;
  }
  .other_wrap .scroll_slider p {
    font-size: min(0.7638888889vw, 11px);
    line-height: 1.2727272727;
  }
  .other_wrap .scroll_slider img {
    padding-bottom: min(0.9027777778vw, 13px);
  }
  .other_wrap .swiper-scrollbar {
    bottom: max(-2.7777777778vw, -40px) !important;
    width: min(16.6666666667vw, 240px) !important;
  }
  .other_wrap:before {
    height: min(5.5555555556vw, 80px);
    top: max(-2.7777777778vw, -40px);
  }
}
@media screen and (max-width: 768px) {
  #sec2 .main_wrap .brand,
  #sec6 .main_wrap .brand {
    font-size: 8.5333333333vw;
  }
  #sec7 .other_wrap {
    margin: 22.6666666667vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  #sec7 .other_wrap {
    margin: min(11.1111111111vw, 160px) 0 0;
  }
}/*# sourceMappingURL=style.css.map */