@charset "UTF-8";
/*-------------------- color --------------------*/
/*-------------------- 共通 --------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #030303;
  font-feature-settings: "palt";
}
@media (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #030303;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

.sp_show {
  display: block;
}
@media (min-width: 600px) {
  .sp_show {
    display: none;
  }
}

.pc_show {
  display: none;
}
@media (min-width: 600px) {
  .pc_show {
    display: block;
  }
}

.tax {
  font-size: 60%;
  margin-left: 2px;
}

.img-link {
  position: relative;
  display: block;
}
.img-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}
.img-link:hover::before {
  opacity: 0.2;
}

.view_timer {
  display: none;
}

/*web接客*/
#flipdesk_root {
  display: none;
}

/*-------------------- mv --------------------*/
.mv {
  background: url("../image/bg.jpg") repeat-x center;
  background-size: contain;
}
@media (min-width: 600px) {
  .mv img {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.lead {
  background: #d4e4f1;
  text-align: center;
  padding-bottom: 50px;
}
.lead-ttl {
  margin-bottom: 20px;
}
.lead-txt {
  line-height: 2;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .lead-txt {
    margin-bottom: 80px;
  }
}
.lead-menu {
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .lead-menu {
    margin-bottom: 100px;
  }
}
.lead-menu-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lead-menu-heading::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #030303;
  transform: rotate(50deg);
}
.lead-menu-heading::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #030303;
  transform: rotate(-50deg);
}
.lead-menu-heading {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .lead-menu-heading {
    margin-bottom: 15px;
  }
}
.lead-menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin: 0 clamp(5px, 3vw, 10px);
}
@media (min-width: 600px) {
  .lead-menu-list {
    gap: 10px;
    width: 560px;
    margin: 0 auto;
  }
}
.lead-menu-list a {
  display: block;
  border: 1px solid #030303;
  border-radius: 100vh;
  padding: 5px 0;
  background-image: url("../image/arrow_r.png");
  background-size: 15px;
  background-position: center right 5px;
}
.lead-menu-list p:first-child a {
  background-color: #dfedfa;
}
.lead-menu-list p:nth-child(2) a {
  background-color: #d5f0e9;
}
.lead-menu-list p:last-child a {
  background-color: #efefd5;
}
.lead-next {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media (min-width: 600px) {
  .lead-next {
    font-size: 1.8rem;
  }
}
.lead #lead-next-btn1--1,
.lead #lead-next-btn2--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  transform: translate(-50%, -50%);
}
.lead #lead-next-btn2--1 {
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
  transition: stroke-dashoffset 2s ease;
}
.lead .lead-next.active #lead-next-btn2--1 {
  stroke-dashoffset: 0;
}
.lead .cls-1 {
  fill: none;
  stroke: #030303;
  stroke-dasharray: 3.97 3.97 3.97 3.97;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.5px;
}
.lead .cls-2 {
  fill: none;
  stroke: #030303;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lead .deco-border {
  position: relative;
}
.lead .deco-border span::before {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background: #030303;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 0% 0%;
  transform: scale(1, 0);
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.69, 0.03, 0.64, 1);
  z-index: 2;
}
@media (min-width: 600px) {
  .lead .deco-border span::before {
    height: 150px;
  }
}
.lead .deco-border.active span::before {
  transform-origin: 0% 0%;
  transform: scale(1, 1);
}

/*-------------------- qa --------------------*/
.qa {
  display: none;
  opacity: 0;
  padding: 80px 0 50px;
}
@media (min-width: 600px) {
  .qa {
    padding: 150px 0;
  }
}
.qa.active {
  display: block;
  opacity: 1;
  animation: displayFadeIn 0.3s ease-in 0s forwards;
}
.qa-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .qa-ttl {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.qa-ttl span {
  display: block;
  font-size: 2.8rem;
}
@media (min-width: 600px) {
  .qa-ttl span {
    font-size: 4rem;
  }
}
.qa__inner {
  border: 1px solid #030303;
  border-radius: 20px;
  margin: 0 clamp(10px, 5vw, 20px);
  padding: 30px;
}
@media (min-width: 600px) {
  .qa__inner {
    max-width: 670px;
    margin: 0 auto;
    padding: 50px;
  }
}
.qa__inner-ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .qa__inner-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .qa-flex {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .qa__inner-img {
    width: 185px;
    margin: 0 auto 20px;
  }
}
.qa__inner-list-item {
  padding: 10px 20px;
}
.qa__inner-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.qa__inner-list-item:hover {
  cursor: pointer;
}
.qa__inner-list-item::before {
  margin-right: 10px;
}
.qa--a {
  background: #dfedfa;
}
.qa--a::before {
  content: "A";
  font-weight: bold;
  color: #5994c1;
}
.qa--b {
  background: #d5f0e9;
}
.qa--b::before {
  content: "B";
  font-weight: bold;
  color: #5ab59b;
}
.qa--c {
  background: #efefd5;
}
.qa--c::before {
  content: "C";
  font-weight: bold;
  color: #cab52b;
}

/*結果*/
.result {
  display: none;
  opacity: 0;
  padding: 80px 0 50px;
}
@media (min-width: 600px) {
  .result {
    padding: 150px 0;
  }
}
.result.active {
  display: block;
  opacity: 1;
  animation: displayFadeIn 0.3s ease-in 0s forwards;
}
.result.bg--straight {
  background-image: linear-gradient(180deg, #dfedfa, transparent 50%);
}
.result.bg--wave {
  background-image: linear-gradient(180deg, #d5f0e9, transparent 50%);
}
.result.bg--natural {
  background-image: linear-gradient(180deg, #efefd5, transparent 50%);
}
.result-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media (min-width: 600px) {
  .result-ttl {
    font-size: 2.4rem;
  }
}
.result #result-ttl-btn1--1,
.result #result-ttl-btn2--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  transform: translate(-50%, -50%);
}
.result #result-ttl-btn2--1 {
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
  transition: stroke-dashoffset 2s ease;
}
.result .result-ttl.active #result-ttl-btn2--1 {
  stroke-dashoffset: 0;
}
.result .cls-1 {
  fill: none;
  stroke: #030303;
  stroke-dasharray: 3.97 3.97 3.97 3.97;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.5px;
}
.result .cls-2 {
  fill: none;
  stroke: #030303;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.result__inner {
  display: none;
  padding-top: 40px;
}
@media (min-width: 600px) {
  .result__inner {
    padding-top: 50px;
  }
}
.result__inner.active {
  display: block;
}
.result__inner-ttl, .super-ttl, .cd-ttl {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}
.result__inner-ttl span, .super-ttl span, .cd-ttl span {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 600px) {
  .result__inner-ttl span, .super-ttl span, .cd-ttl span {
    font-size: 4rem;
  }
}
.result-flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 599px) {
  .result-flex {
    flex-direction: column;
    margin: 0 clamp(10px, 8vw, 30px);
  }
}
@media (min-width: 600px) {
  .result-flex {
    align-items: center;
    justify-content: center;
    max-width: 670px;
    margin: 0 auto;
    gap: 50px;
  }
}
@media (max-width: 599px) {
  .result__inner-img {
    width: 120px;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .result__inner-img {
    width: 200px;
    flex-shrink: 0;
  }
}
.result__inner-detail div:first-child {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .result__inner-detail div:first-child {
    margin-bottom: 50px;
  }
}
.result__inner-detail div:nth-child(2) {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .result__inner-detail div:nth-child(2) {
    margin-bottom: 50px;
  }
}
.result__inner-detail-heading {
  font-size: 1.5rem;
  margin-bottom: 3px;
}
@media (min-width: 600px) {
  .result__inner-detail-heading {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.result__inner-detail-link a {
  text-align: center;
  display: block;
  border: 1px solid #030303;
  border-radius: 100vh;
  padding: 10px 0;
  background-image: url("../image/arrow_r.png");
  background-size: 15px;
  background-position: center right 5px;
  min-width: 200px;
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .result__inner-detail-link a {
    margin: 0;
  }
}

@keyframes displayFadeIn {
  0% {
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.result--straight .result__inner-ttl, .result--straight .super-ttl, .result--straight .cd-ttl {
  color: #5994c1;
}
.result--straight .result__inner-detail-link a {
  background-color: #dfedfa;
}

.result--wave .result__inner-ttl, .result--wave .super-ttl, .result--wave .cd-ttl {
  color: #5ab59b;
}
.result--wave .result__inner-detail-link a {
  background-color: #d5f0e9;
}

.result--natural .result__inner-ttl, .result--natural .super-ttl, .result--natural .cd-ttl {
  color: #cab52b;
}
.result--natural .result__inner-detail-link a {
  background-color: #efefd5;
}

/*-------------------- cd --------------------*/
.cd {
  padding: 50px 0;
}
@media (min-width: 600px) {
  .cd {
    padding: 150px 0;
  }
}
.cd-ttl {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .cd-ttl {
    margin-bottom: 50px;
  }
}
.cd-txt {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .cd-txt {
    margin: 0 clamp(10px, 8vw, 30px) 20px;
  }
}
@media (min-width: 600px) {
  .cd-txt {
    text-align: center;
    margin-bottom: 50px;
  }
}
.cd-flex {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .cd-flex {
    display: flex;
    gap: 50px;
    max-width: 750px;
    margin: 0 auto 80px;
  }
}
.cd-img {
  margin: 0 clamp(10px, 5vw, 20px) 50px;
}
@media (min-width: 600px) {
  .cd-img {
    margin: 0;
  }
}
.cd-item-ttl, .cd-recommend-ttl {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  .cd-item-ttl, .cd-recommend-ttl {
    text-align: center;
    margin: 0 clamp(15px, 10vw, 40px) 30px;
  }
}
@media (min-width: 600px) {
  .cd-item-ttl, .cd-recommend-ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .cd-item__wrap {
    width: 250px;
    flex-shrink: 0;
  }
}
.cd-item__inner {
  display: grid;
}
@media (max-width: 599px) {
  .cd-item__inner {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    margin: 0 clamp(20px, 12vw, 45px) 30px;
  }
}
@media (min-width: 600px) {
  .cd-item__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .cd-item {
    font-size: 1.2rem;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 600px) {
  .cd-item-detail {
    width: 130px;
    flex-shrink: 0;
  }
}
@media (max-width: 599px) {
  .cd-item-img {
    margin-bottom: 10px;
  }
}
.cd-item-size::before {
  content: "着用サイズ：";
}
.cd-item-price {
  margin: 5px 0;
}
.cd-item-link a {
  text-align: center;
  display: block;
  background: #ffffff;
  border: 1px solid #030303;
  border-radius: 100vh;
  padding: 5px 0;
}
@media (min-width: 600px) {
  .cd-item-link a {
    padding: 3px 0;
  }
}
.cd-notice {
  font-size: 1.2rem;
  color: #999;
}
@media (max-width: 599px) {
  .cd-notice {
    text-align: center;
  }
}
.cd-recommend {
  font-size: 1.1rem;
}
@media (min-width: 600px) {
  .cd-recommend {
    font-size: 1.2rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
  }
}
.cd-recommend-ttl {
  text-align: center;
}
.cd-recommend-img {
  margin-bottom: 5px;
}
.cd-recommend-name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.cd-recommend-img {
  margin-bottom: 10px;
}

.cd--straight {
  background: #dfedfa;
}
.cd--straight .cd-ttl {
  color: #5994c1;
}

.cd--wave {
  background: #d5f0e9;
}
.cd--wave .cd-ttl {
  color: #5ab59b;
}

.cd--natural {
  background: #efefd5;
}
.cd--natural .cd-ttl {
  color: #cab52b;
}

@media (max-width: 599px) {
  .swiper {
    padding-left: clamp(10px, 5vw, 20px);
    padding-right: clamp(10px, 5vw, 20px);
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  background: url("../image/arrow_l.png") no-repeat center;
  background-size: 30px;
  width: 50px;
  left: 0;
}
@media (max-width: 599px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  background: url("../image/arrow_r.png") no-repeat center;
  background-size: 30px;
  width: 50px;
  right: 0;
}
@media (max-width: 599px) {
  .swiper-button-next {
    display: none;
  }
}

/*-------------------- super --------------------*/
.super {
  padding: 80px 0 50px;
}
@media (min-width: 600px) {
  .super {
    padding: 150px 0;
  }
}
.super-img {
  width: 175px;
  margin: 0 auto 10px;
}
.super-name {
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
.super-name span {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 600px) {
  .super-name span {
    font-size: 3.6rem;
  }
}
.super-txt {
  text-align: center;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .super-txt {
    margin: 0 clamp(10px, 5vw, 20px);
  }
}
@media (min-width: 600px) {
  .super-txt {
    font-size: 1.2rem;
  }
}

/*-------------------- footer --------------------*/
.footer {
  background: #f8f7ef;
  padding: 50px 0;
}
@media (min-width: 600px) {
  .footer {
    padding: 80px 0;
  }
}
.footer-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 30px;
}
@media (min-width: 600px) {
  .footer-btn {
    gap: 30px;
    margin-bottom: 50px;
  }
}
.footer-btn a {
  display: block;
  text-align: center;
  border: 1px solid #030303;
  border-radius: 100vh;
  padding: 10px 0;
}
@media (min-width: 600px) {
  .footer-btn a {
    padding: 20px 0;
  }
}
.footer small {
  display: block;
  text-align: center;
}

@media (max-width: 599px) {
  .insta_wrap {
    margin: 50px clamp(10px, 5vw, 20px) 0;
  }
}
@media (min-width: 600px) {
  .insta_wrap {
    width: 500px;
    margin: 150px auto 0;
  }
}