@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "thesignature";
  src: url("../assets/fonts/Thesignature.otf");
}
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #eeeeec;
}

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

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

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

.semi {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ja {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}

.en_m {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}

.en_r {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.en_b {
  font-family: "garamond-premier-pro", serif;
  font-weight: 700;
  font-style: normal;
}

.en_display {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
}

.en_subhead {
  font-family: "garamond-premier-pro-subhead", serif;
  font-weight: 400;
  font-style: normal;
}

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

/*--------------------------------------*
* ローディング
*--------------------------------------*/
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv .container {
  border-top: 6px solid #83638b;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.fv .fv_slider {
  position: absolute;
  bottom: 65px;
  width: 1200%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.fv .fv_slider .fv_slider_wrap {
  display: flex;
  width: 450%;
  animation: loop-slide 40s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fv .text_slider {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  line-height: 1;
  width: 100%;
  font-size: 80px;
  white-space: nowrap;
  color: #83638b;
  letter-spacing: 0.2em;
}
.fv .text_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.fv h2 {
  width: 72vw;
  margin: 0 0 0 30px;
}
.fv h1 {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  width: fit-content;
  white-space: nowrap;
  translate: -50% 0;
  left: 50%;
  letter-spacing: 1.3333333333vw;
}
.fv h1 .big,
.fv h1 .small {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 960px) {
  .fv .container {
    height: 100svh;
  }
  .fv .fv_slider {
    overflow: visible !important;
  }
  .fv .fv_slider .fv_slider_wrap img {
    scale: 1.2;
    transform-origin: bottom;
  }
  .fv h1 p {
    background-color: #83638b;
    padding: 10px 10px 5px 10px;
  }
  .fv h1 .small {
    font-size: 21px;
    width: fit-content;
  }
  .fv h1 .big {
    width: fit-content;
    font-size: 36px;
    padding: 10px 5px 10px 5px;
    min-width: 375px;
  }
}
@media screen and (min-width: 958px) {
  .fv h1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 6.25vw;
  }
  .fv h1 p {
    background-color: #83638b;
  }
  .fv h1 .small {
    font-size: 1.875vw;
    width: fit-content;
    height: fit-content;
    padding: 15px 10px 15px 15px;
    margin-right: -0.5px;
    letter-spacing: 0.1388888889vw;
  }
  .fv h1 .big {
    font-size: 4.9305555556vw;
    padding: 10px 15px 10px 5px;
    letter-spacing: 0.5555555556vw;
  }
  .fv h2 {
    width: 26.3888888889vw;
    position: relative;
    z-index: 10;
    margin: 28% 0 0 7.2916666667vw;
    mix-blend-mode: difference;
  }
  .fv h2 svg {
    fill: #fff;
  }
  .fv .fv_slider {
    bottom: 65px;
    width: 360%;
    z-index: 5;
  }
  .fv .fv_slider .fv_slider_wrap {
    width: 180%;
    animation: loop-slide 45s infinite linear 1s both;
  }
  .fv .text_slider {
    position: absolute;
    font-size: 8.6805555556vw;
    letter-spacing: 0.3em;
    bottom: -20px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* lead
*--------------------------------------*/
.lead {
  padding: 50px 0;
}
.lead p {
  text-align: center;
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width: 958px) {
  .lead {
    padding: 90px 0;
  }
  .lead p {
    font-size: 15px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.index .index_title p {
  font-size: 22px;
  text-align: center;
  margin-top: -15px;
  position: relative;
}
.index .index_box {
  padding: 60px 0;
  background-color: #f5f5f2;
  margin-top: -8px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.index ul {
  display: grid;
  gap: 45px;
}
.index ul li a {
  padding: 0 35px 0 20px;
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
}
.index ul li a:after {
  content: "";
  background-image: url(../assets/images/arrow.png);
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 35px;
  width: 6px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.index .number {
  font-size: 28px;
  position: relative;
}
.index .number:after {
  content: "";
  height: 23px;
  width: 1px;
  background-color: #000;
  position: absolute;
  translate: 0 -50%;
  top: 60%;
  transform-origin: center center;
  rotate: 20deg;
  margin-left: 10px;
}
.index .section_title {
  font-size: 14px;
  line-height: 1.5;
}
.index .section_title span {
  font-size: 16px;
  color: #83638b;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 960px) {
  .index {
    max-width: 500px;
    margin: 0 auto;
  }
  .index .index_title p {
    letter-spacing: 0.32em;
  }
}
@media screen and (min-width: 958px) {
  .pc_flex {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .index {
    position: sticky;
    top: 0;
    height: 102vh;
  }
  .index .index_title {
    width: 5.1388888889vw;
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    left: 0;
  }
  .index .index_title p {
    font-size: 1.7361111111vw;
    height: 100vh;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  .index .index_box {
    position: absolute;
    translate: 0 -50%;
    top: 50%;
    width: calc(100% - 4.8611111111vw);
    margin-left: 4.8611111111vw;
    display: grid;
    place-content: center;
    height: 100vh;
    padding: 0;
  }
  .index .number {
    font-size: 2.8472222222vw;
  }
  .index .number:after {
    height: 2.2916666667vw;
    top: 45%;
    margin-left: 1.5972222222vw;
  }
  .index .section_title {
    font-size: 1.1805555556vw;
  }
  .index .section_title span {
    font-size: 1.3888888889vw;
  }
  .index ul li a {
    opacity: 0.4;
    gap: 3.6805555556vw 3.4722222222vw;
  }
  .index ul li a:after {
    height: 1.3888888889vw;
  }
  .index ul li a.active {
    opacity: 1;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.slide {
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.slide.active {
  transition: all 1s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.section .code_wrapper:nth-child(odd) .cursive_line {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s;
}
.section .code_wrapper:nth-child(odd) .cursive.active .cursive_line {
  transition: all 0.5s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.section .code_wrapper:nth-child(even) .cursive_line {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.section .code_wrapper:nth-child(even) .cursive.active .cursive_line {
  transition: all 1s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.section .sec_title_wrap {
  text-align: center;
  position: relative;
}
.section .sec_title_wrap .sub_title {
  font-size: 18px;
}
.section .sec_title_wrap .number_wrap .subtitle {
  font-size: 18px;
}
.section .sec_title_wrap .number_wrap .number {
  font-size: 72px;
}
.section .sec_title_wrap h3 {
  transition: all 1s;
  font-size: 16px;
  line-height: 1.5;
}
.section .sec_title_wrap h3 span {
  font-size: 19px;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #83638b;
}
.section .sec_title_wrap:before, .section .sec_title_wrap:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 111px;
  position: absolute;
  top: 50px;
}
.section .sec_title_wrap:before {
  background-image: url(../assets/images/left.svg);
  left: 18px;
}
.section .sec_title_wrap:after {
  background-image: url(../assets/images/right.svg);
  right: 18px;
}
.section .line {
  height: 50px;
  width: 1px;
  background-color: #000;
  margin: 45px auto 0;
}
.section .staff_wrap {
  margin: 50px 0;
  position: relative;
}
.section .staff_wrap .left {
  width: 40px;
  position: absolute;
  top: 0;
  left: -10px;
}
.section .staff_wrap .left svg {
  width: 100%;
  fill: #83638b;
}
.section .staff_wrap .right {
  width: 300px;
  margin: 0 0 0 auto;
  display: grid;
  gap: 25px 20px;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
}
.section .staff_wrap .answer_title {
  grid-column: 1/3;
  position: relative;
}
.section .staff_wrap .staff_image_wrap {
  position: relative;
}
.section .staff_wrap .staff_image_wrap .image_text {
  position: absolute;
  top: -15px;
  left: -3px;
  transform-origin: center;
  scale: 1.1;
}
.section .staff_wrap .staff_image_wrap .staff_image {
  transform-origin: bottom;
  scale: 0.93;
}
.section .staff_wrap .brand {
  font-size: 16px;
}
.section .staff_wrap .name {
  font-size: 17px;
  padding: 7px 0;
}
.section .staff_wrap .shop {
  font-size: 11px;
}
.section .staff_wrap .age {
  font-size: 11px;
}
.section .staff_wrap .instagram,
.section .staff_wrap .staff_snap {
  font-size: 12px;
}
.section .staff_wrap .instagram[href=""],
.section .staff_wrap .staff_snap[href=""] {
  display: none;
}
.section .staff_wrap .instagram {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin: 8px 0;
}
.section .staff_wrap .icon {
  display: block;
  width: 14px;
}
.section .staff_wrap .staff_snap {
  text-decoration: underline;
}
.section .staff_wrap h4 {
  font-size: 22px;
}
.section .staff_wrap h4 span {
  background-color: #b7abb9;
  width: fit-content;
  padding: 3px 5px;
  line-height: 2;
}
.section .point_wrap {
  position: relative;
}
.section .point_wrap .cursive {
  position: absolute;
  top: 0;
  z-index: 10;
}
.section .point_wrap .cursive .cursive_text {
  font-size: 44px;
  font-family: "thesignature", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.section .point_wrap .cursive.active .cursive_text {
  animation: slide 1s 0.5s forwards;
}
@keyframes slide {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    width: 100%;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.section .point_wrap .slider {
  overflow: hidden;
  margin: -25% 0 0 0;
}
.section .point_wrap .fade_slider {
  width: 110%;
  margin: 0 0 0 18%;
}
.section .point_wrap .point_text {
  position: absolute;
  width: 110px;
  bottom: 22%;
  left: 20px;
  z-index: 10;
}
.section .point_wrap .point_text .title {
  font-size: 14px;
  border-bottom: 1px solid #000;
  line-height: 0.8;
  margin-bottom: 10px;
}
.section .point_wrap .point_text .com {
  font-size: 12px;
  line-height: 1.8;
}
.section .point_wrap .point_text .com .highlight {
  background: linear-gradient(transparent 80%, #b7abb9 20%);
}
.section .image_wrap {
  margin: -40% 14px 0 18px;
}
.section .image_wrap .img1 {
  width: 211px;
}
.section .image_wrap .img2 {
  width: 167px;
  margin: -61px 0 -27px auto;
  position: relative;
  z-index: 3;
}
.section .image_wrap .img3 {
  margin: 0 0 0 20px;
  position: relative;
}
.section .image_wrap .img3 img {
  width: 187px;
}
.section .image_wrap .com2 {
  bottom: 20px;
  right: 30px;
  position: absolute;
  width: 120px;
  font-size: 12px;
  line-height: 2;
}
.section .image_wrap .com2 .highlight {
  background: linear-gradient(transparent 80%, #b7abb9 20%);
}
.section .other_wrap {
  width: 345px;
  margin: 0 auto 26.6666666667vw;
  overflow: hidden;
}
.section .other_wrap .bg {
  padding: 45px 0;
  background-color: #b7abb9;
}
.section .other_wrap .other_title {
  text-align: center;
}
.section .other_wrap .other_title p {
  font-size: 11px;
}
.section .other_wrap .other_title h4 {
  font-size: 23px;
  padding: 7px 0 30px;
}
.section .other_wrap .text_red {
  display: none;
}
.section .other_wrap .scroll_slider {
  padding: 0 24px;
  overflow: inherit !important;
}
.section .other_wrap .scroll_slider p {
  font-size: 10px;
  line-height: 1.6;
}
.section .other_wrap .scroll_slider img {
  padding-bottom: 6px;
}
.section .other_wrap .other_slider {
  position: relative;
  overflow: inherit !important;
}
.section .other_wrap .swiper-scrollbar {
  translate: -50% 0;
  left: 50% !important;
  bottom: -30px !important;
  width: 145px !important;
  background-color: #999999 !important;
  border-radius: 0 !important;
}
.section .other_wrap .swiper-scrollbar-drag {
  background-color: #000000 !important;
  border-radius: 0 !important;
}
.section .other_wrap .view_btn {
  width: 190px;
  text-align: center;
  background-color: #eeeeec;
  margin: 70px auto 0;
  font-size: 15px;
  padding: 10px 0 7px;
  border: 1px solid #eeeeec;
}

.section .code_wrapper:nth-child(even) .point_wrap .fade_slider {
  margin: 0 auto 0 -25%;
}
.section .code_wrapper:nth-child(even) .point_wrap .point_text {
  left: inherit;
  right: 20px;
}
.section .code_wrapper:nth-child(even) .image_wrap .img1 {
  margin: 0 0 0 auto;
}
.section .code_wrapper:nth-child(even) .image_wrap .img2 {
  margin: -61px auto -27px 0;
}
.section .code_wrapper:nth-child(even) .image_wrap .img3 img {
  margin: 0 20px 0 auto;
}
.section .code_wrapper:nth-child(even) .image_wrap .com2 {
  right: inherit;
  left: 20px;
}

#sec1 {
  padding-top: 80px;
}

#sec2 .sec_title_wrap h3 span {
  color: #55907b;
}
#sec2 .staff_wrap .left svg {
  fill: #55907b;
}
#sec2 .staff_wrap h4 span {
  background-color: #a3b5ae;
}
#sec2 .point_wrap .point_text .com .highlight,
#sec2 .image_wrap .com2 .highlight {
  background: linear-gradient(transparent 80%, #a3b5ae 20%);
}
#sec2 .credit .buy {
  background-color: #55907b;
  border: 1px solid #55907b;
}
#sec2 .other_wrap .bg {
  background-color: #a3b5ae;
}

#sec3 .sec_title_wrap h3 span {
  color: #6194aa;
}
#sec3 .staff_wrap .left svg {
  fill: #6194aa;
}
#sec3 .staff_wrap h4 span {
  background-color: #9aaeb7;
}
#sec3 .point_wrap .point_text .com .highlight,
#sec3 .image_wrap .com2 .highlight {
  background: linear-gradient(transparent 80%, #9aaeb7 20%);
}
#sec3 .credit .buy {
  background-color: #6194aa;
  border: 1px solid #6194aa;
}
#sec3 .other_wrap .bg {
  background-color: #9aaeb7;
}

#sec4 .sec_title_wrap h3 span {
  color: #aaa361;
}
#sec4 .staff_wrap .left svg {
  fill: #aaa361;
}
#sec4 .staff_wrap h4 span {
  background-color: #cecbaf;
}
#sec4 .point_wrap .point_text .com .highlight,
#sec4 .image_wrap .com2 .highlight {
  background: linear-gradient(transparent 80%, #cecbaf 20%);
}
#sec4 .credit .buy {
  background-color: #aaa361;
  border: 1px solid #aaa361;
}
#sec4 .other_wrap .bg {
  background-color: #cecbaf;
}

#sec1 .staff1 .point_wrap .cursive {
  top: 150px;
  left: 50px;
}
#sec1 .staff1 .point_wrap .cursive .cursive_text {
  rotate: -13deg;
}
#sec1 .staff1 .point_wrap .cursive .cursive_line {
  width: 64px;
  margin: -10px 0 0 90px;
}
#sec1 .staff2 .point_wrap .cursive {
  top: 150px;
  right: 70px;
}
#sec1 .staff2 .point_wrap .cursive .cursive_text {
  rotate: 10deg;
}
#sec1 .staff2 .point_wrap .cursive .cursive_line {
  width: 64px;
  margin: -5px 0 0 -40px;
}
#sec1 .staff3 .point_wrap .cursive {
  top: 120px;
  left: 60px;
}
#sec1 .staff3 .point_wrap .cursive .cursive_text {
  rotate: -13deg;
}
#sec1 .staff3 .point_wrap .cursive .cursive_line {
  width: 48px;
  margin: -5px 0 0 90px;
}
#sec1 .staff4 .point_wrap .cursive {
  top: 100px;
  right: 70px;
}
#sec1 .staff4 .point_wrap .cursive .cursive_text {
  rotate: 10deg;
}
#sec1 .staff4 .point_wrap .cursive .cursive_line {
  width: 64px;
  margin: -5px 0 0 -40px;
}

#sec2 .staff1 .point_wrap .cursive {
  top: 150px;
  left: 50px;
}
#sec2 .staff1 .point_wrap .cursive .cursive_text {
  rotate: -30deg;
  font-size: 32px;
}
#sec2 .staff1 .point_wrap .cursive .cursive_line {
  width: 64px;
  margin: 0 0 0 90px;
}
#sec2 .staff2 .point_wrap .cursive {
  top: 120px;
  right: 30px;
}
#sec2 .staff2 .point_wrap .cursive .cursive_text {
  rotate: 10deg;
  font-size: 39px;
}
#sec2 .staff2 .point_wrap .cursive .cursive_line {
  width: 52px;
  margin: -5px 0 0 -15px;
}

#sec3 .staff1 .point_wrap .cursive {
  top: 150px;
  left: 35px;
}
#sec3 .staff1 .point_wrap .cursive .cursive_text {
  rotate: -11deg;
  font-size: 32px;
}
#sec3 .staff1 .point_wrap .cursive .cursive_line {
  width: 55px;
  margin: 0 0 0 90px;
}
#sec3 .staff2 .point_wrap .cursive {
  top: 120px;
  right: 65px;
}
#sec3 .staff2 .point_wrap .cursive .cursive_text {
  rotate: 10deg;
  font-size: 34px;
}
#sec3 .staff2 .point_wrap .cursive .cursive_line {
  width: 52px;
  margin: -5px 0 0 10px;
}

#sec4 .staff1 .point_wrap .cursive {
  top: 150px;
  left: 35px;
}
#sec4 .staff1 .point_wrap .cursive .cursive_text {
  rotate: -30deg;
  font-size: 44px;
}
#sec4 .staff1 .point_wrap .cursive .cursive_line {
  width: 78px;
  margin: 0 0 0 90px;
}
#sec4 .staff2 .point_wrap .cursive {
  top: 160px;
  right: 35px;
}
#sec4 .staff2 .point_wrap .cursive .cursive_text {
  rotate: 23deg;
  font-size: 40px;
}
#sec4 .staff2 .point_wrap .cursive .cursive_line {
  width: 55px;
  margin: -5px 0 0 -20px;
}

@media screen and (max-width: 960px) {
  .section .container {
    max-width: 375px;
    margin: 0 auto;
  }
  .section .point_wrap .point_text {
    bottom: 25%;
  }
  .section .code_wrapper:nth-child(even) .image_wrap .com2 {
    left: 10px;
  }
  .top_btn {
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .top_btn .side_line {
    width: 10px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 16px;
    translate: -50% 0;
    left: 50%;
  }
  .top_btn .arrow {
    position: absolute;
    translate: -50% -50%;
    left: 43%;
    top: 55%;
    width: 5px;
    height: 11px;
  }
  .top_btn .arrow:before, .top_btn .arrow:after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 1px;
  }
  .top_btn .arrow:before {
    height: 7px;
    rotate: 45deg;
    right: 0;
    top: -2px;
  }
  .top_btn .arrow:after {
    height: 10px;
    right: -2px;
  }
}
@media screen and (min-width: 958px) {
  .section .container {
    max-width: 33.3333333333vw;
    margin: 0 auto;
  }
  .section .line {
    width: 2px;
  }
  .section .sec_title_wrap:before, .section .sec_title_wrap:after {
    width: 1.1111111111vw;
    height: 10vw;
  }
  .section .sec_title_wrap:before {
    left: 0;
  }
  .section .sec_title_wrap:after {
    right: 0;
  }
  .section .sec_title_wrap .sub_title {
    font-size: 1.3194444444vw;
    letter-spacing: 5px;
  }
  .section .sec_title_wrap .number_wrap .number {
    font-size: 7.6388888889vw;
  }
  .section .sec_title_wrap h3,
  .section .sec_title_wrap h3 span {
    font-size: 1.5277777778vw;
  }
  .section .staff_wrap {
    margin: 2.7777777778vw auto;
  }
  .section .staff_wrap .left {
    width: 3.125vw;
    left: 30px;
  }
  .section .staff_wrap .right {
    width: 20.8333333333vw;
    margin: 0 3.4722222222vw 0 auto;
  }
  .section .staff_wrap .staff_image_wrap {
    width: 11.5277777778vw;
    margin: 0 0 0 auto;
  }
  .section .staff_wrap .staff_image_wrap .image_text {
    width: 10.25390625vw;
    top: -1.46484375vw;
    left: -0.9765625vw;
    scale: 0.9;
  }
  .section .staff_wrap .brand {
    font-size: 1.25vw;
  }
  .section .staff_wrap .name {
    font-size: 1.3888888889vw;
    padding: 0.6944444444vw 0;
  }
  .section .staff_wrap .staff_snap {
    font-size: 0.9722222222vw;
  }
  .section .staff_wrap .instagram,
  .section .staff_wrap .shop {
    font-size: 0.8333333333vw;
  }
  .section .staff_wrap .instagram {
    gap: 0.3472222222vw;
    margin: 0.6944444444vw 0;
  }
  .section .staff_wrap .icon {
    width: 1.0416666667vw;
  }
  .section .staff_wrap h4 {
    font-size: 1.5277777778vw;
  }
  .section .staff_wrap h4 span {
    padding: 0.2083333333vw 0.5555555556vw;
    line-height: 2;
  }
  .section .point_wrap .cursive {
    scale: 1.3;
    transform-origin: left;
  }
  .section .point_wrap .cursive .cursive_text {
    font-size: 2.6388888889vw;
  }
  .section .point_wrap .slider {
    margin: -15% 0 0 0;
  }
  .section .point_wrap .point_text {
    width: 11.5277777778vw;
    left: 0;
  }
  .section .point_wrap .point_text .title {
    font-size: 1.4583333333vw;
  }
  .section .point_wrap .point_text .com {
    font-size: 0.9722222222vw;
  }
  .section .image_wrap {
    margin: -30% auto 0;
  }
  .section .image_wrap .img1 {
    width: 20.4166666667vw;
  }
  .section .image_wrap .img2 {
    width: 16.1111111111vw;
    margin: -6.9444444444vw -1.3888888889vw -2.7777777778vw auto;
  }
  .section .image_wrap .img3 {
    margin: 0 0 0 2.0833333333vw;
  }
  .section .image_wrap .img3 img {
    width: 18.0555555556vw;
  }
  .section .image_wrap .com2 {
    font-size: 0.9722222222vw;
    width: 11.8055555556vw;
    bottom: 2.7777777778vw;
    right: -2vw;
  }
  .section .other_wrap {
    width: 50vw;
    margin: 0 auto 10.0694444444vw -8.4vw;
  }
  .section .other_wrap .scroll_slider {
    padding: 0 6.9444444444vw;
  }
  .section .other_wrap .bg {
    padding: 70px 0;
  }
  .section .code_wrapper:nth-child(even) .point_wrap .point_text {
    right: 0;
  }
  .section .code_wrapper:nth-child(even) .image_wrap .img1 {
    margin: 0 0 0 auto;
  }
  .section .code_wrapper:nth-child(even) .image_wrap .img2 {
    margin: -6.9444444444vw auto -2.7777777778vw -1.3888888889vw;
  }
  .section .code_wrapper:nth-child(even) .image_wrap .com2 {
    left: -3vw;
  }
  #sec1 .staff1 .point_wrap .cursive {
    top: 13.8888888889vw;
    left: 3.4722222222vw;
  }
  #sec1 .staff1 .point_wrap .cursive .cursive_text {
    rotate: -13deg;
  }
  #sec1 .staff1 .point_wrap .cursive .cursive_line {
    width: 4.4444444444vw;
    margin: -0.6944444444vw 0 0 6.25vw;
  }
  #sec1 .staff2 .point_wrap .cursive {
    top: 10.4166666667vw;
    right: 8.3333333333vw;
  }
  #sec1 .staff2 .point_wrap .cursive .cursive_text {
    rotate: 10deg;
  }
  #sec1 .staff2 .point_wrap .cursive .cursive_line {
    width: 4.4444444444vw;
    margin: -0.3472222222vw 0 0 -2.7777777778vw;
  }
  #sec1 .staff3 .point_wrap .cursive {
    top: 13.8888888889vw;
    left: 4.1666666667vw;
  }
  #sec1 .staff3 .point_wrap .cursive .cursive_text {
    rotate: -13deg;
  }
  #sec1 .staff3 .point_wrap .cursive .cursive_line {
    width: 3.3333333333vw;
    margin: -0.3472222222vw 0 0 6.25vw;
  }
  #sec1 .staff4 .point_wrap .cursive {
    top: 10.4166666667vw;
    right: 6.9444444444vw;
  }
  #sec1 .staff4 .point_wrap .cursive .cursive_text {
    rotate: 10deg;
  }
  #sec1 .staff4 .point_wrap .cursive .cursive_line {
    width: 64px;
    margin: -5px 0 0 -40px;
  }
  #sec2 .staff1 .point_wrap .cursive {
    top: 13.8888888889vw;
    left: 3.4722222222vw;
  }
  #sec2 .staff1 .point_wrap .cursive .cursive_text {
    rotate: -30deg;
    font-size: 2.2222222222vw;
  }
  #sec2 .staff1 .point_wrap .cursive .cursive_line {
    width: 4.4444444444vw;
    margin: 0 0 0 6.25vw;
  }
  #sec2 .staff2 .point_wrap .cursive {
    top: 11.1111111111vw;
    right: 4.8611111111vw;
  }
  #sec2 .staff2 .point_wrap .cursive .cursive_text {
    rotate: 10deg;
    font-size: 2.7083333333vw;
  }
  #sec2 .staff2 .point_wrap .cursive .cursive_line {
    width: 3.6111111111vw;
    margin: -0.3472222222vw 0 0 -1.0416666667vw;
  }
  #sec3 .staff1 .point_wrap .cursive {
    top: 12.5vw;
    left: 2.4305555556vw;
  }
  #sec3 .staff1 .point_wrap .cursive .cursive_text {
    rotate: -11deg;
    font-size: 2.2222222222vw;
  }
  #sec3 .staff1 .point_wrap .cursive .cursive_line {
    width: 3.8194444444vw;
    margin: 0 0 0 6.25vw;
  }
  #sec3 .staff2 .point_wrap .cursive {
    top: 11.1111111111vw;
    right: 8.3333333333vw;
  }
  #sec3 .staff2 .point_wrap .cursive .cursive_text {
    rotate: 10deg;
    font-size: 2.3611111111vw;
  }
  #sec3 .staff2 .point_wrap .cursive .cursive_line {
    width: 3.6111111111vw;
    margin: -0.3472222222vw 0 0 0.6944444444vw;
  }
  #sec4 .staff1 .point_wrap .cursive {
    top: 13.8888888889vw;
    left: 2.7777777778vw;
  }
  #sec4 .staff1 .point_wrap .cursive .cursive_text {
    rotate: -30deg;
    font-size: 2.6388888889vw;
  }
  #sec4 .staff1 .point_wrap .cursive .cursive_line {
    width: 5.4166666667vw;
    margin: 0 0 0 6.25vw;
  }
  #sec4 .staff2 .point_wrap .cursive {
    top: 14.5833333333vw;
    right: 5.5555555556vw;
  }
  #sec4 .staff2 .point_wrap .cursive .cursive_text {
    rotate: 23deg;
    font-size: 2.6388888889vw;
  }
  #sec4 .staff2 .point_wrap .cursive .cursive_line {
    width: 3.8194444444vw;
    margin: -0.3472222222vw 0 0 -1.3888888889vw;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
.credit {
  display: grid;
  gap: 9px;
  width: 300px;
  margin: 50px auto;
}
.credit a {
  font-size: 11px;
  line-height: 1.7;
  display: grid;
  grid-template-columns: 45px 1fr 55px;
  gap: 10px;
}
.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 .en_r {
  font-size: 12px;
}
.credit .buy {
  background-color: #83638b;
  height: fit-content;
  text-align: center;
  height: 20px;
  padding: 1px 0 0 0;
  border: 1px solid #83638b;
}
.credit .price:has(.creditAjax_price__sale) .creditAjax_price__proper {
  text-decoration: line-through;
}
.credit .creditAjax_price__proper:before {
  content: "¥";
}
.credit .creditAjax_price__sale {
  color: #ff0000;
}
.credit .creditAjax_price__sale:before {
  content: "→¥";
  margin-left: 5px;
}
.credit .creditAjax_price__off {
  display: none;
}

@media screen and (min-width: 958px) {
  .credit {
    margin: 70px auto 80px;
    width: 28.4722222222vw;
    gap: 0.5555555556vw;
  }
  .credit a {
    font-size: 0.8333333333vw;
  }
  .credit .buy {
    font-size: 1.0416666667vw;
    padding: 0.1388888889vw 0 0.2083333333vw;
    height: 1.5972222222vw;
    width: 3.9583333333vw;
  }
}/*# sourceMappingURL=style.css.map */