@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap"); /* common */
:root {
  --border-sp: 1px dashed var(--border-gray);
  --color-main: #231815;
  --border-gray: #707070;
  --gray: #f8f5f4;
  --pink: #cba2bd;
  --purple: #a49edd;
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: source-han-serif-japanese, serif;
  --font-hannari: "hannari";
  --font-en: "EB Garamond", serif;
  --font-medium: 500;
  --bg-c1: #f7f7f7;
  --bg-c2: rgb(203 162 189/0.25);
  --bg-c3: rgb(232 230 246 / 0.25);
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.tabi {
  color: var(--color-main);
  font-family: var(--font-sans);
}

.tabi * {
  box-sizing: border-box;
}

.text-purple {
  color: var(--pink);
}

.heading__wrap {
  text-align: center;
  margin-bottom: 0.4rem;
}

.heading__wrap h2 {
  font-family: var(--font-hannari);
  font-size: 0.22rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
}

.heading__wrap p {
  font-family: var(--font-en);
  font-size: 0.15rem;
  background: var(--gray);
  letter-spacing: 0.12em;
  width: 1.84rem;
  margin: 0 auto;
  border-radius: 0.2rem;
  padding: 0.03rem 0;
}

.container {
  max-width: 10.8rem;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .pankuzuWrap {
    display: none;
  }

  .heading__wrap {
    margin-bottom: 0.34rem;
  }

  .container {
    margin: 0 0.24rem;
    padding-bottom: 0.44rem;
    border-bottom: var(--border-sp);
  }
}

/* mv */
.mv {
  margin-bottom: 0.4rem;
}

.mv__pc img {
  width: 100%;
}

.mv__pc {
  margin-top: -0.04rem;
  position: relative;
}

.mv__sp {
  display: none;
}

.mv__pc h1,
.mv__pc .mv__txt {
  position: absolute;
}

.mv__pc h1 {
  left: 0.45rem;
  top: 0.15rem;
}

.mv__pc .mv__txt {
  top: 0;
  right: 0.8rem;
}

.mv__txt h2 {
  font-size: 0.38rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.17rem;
  font-family: var(--font-serif);
  line-height: 1.8;
  text-align: center;
}

.mv__txt p {
  font-size: 0.16rem;
  font-weight: var(--medium);
  background: white;
  text-align: center;
  padding: 0.07rem 0;
  border-radius: 999px;
}

@media (max-width: 1200px) {
  .mv__pc h1 img {
    width: 80%;
  }

  .mv__txt h2 {
    font-size: 0.32rem;
  }

  .mv__txt {
    top: 0;
    right: 0.52rem;
  }
}

@media (max-width: 640px) {
  .mv {
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
  }

  .mv__pc {
    display: none;
  }

  .mv__sp {
    display: block;
  }

  .mv__pic {
    position: relative;
  }

  .mv__pic h1 {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
  }

  .mv__txt {
    padding-bottom: 0.44rem;
    width: 87%;
    margin: 0 auto;
    border-bottom: var(--border-sp);
  }

  .mv__txt h2 {
    font-size: 0.28rem;
  }

  .mv__txt p {
    background: var(--gray);
    width: 2.68rem;
    margin: 0 auto;
    position: relative;
  }

  .mv__txt p:before {
    position: absolute;
    content: "";
    background: url(../img/icon-mv.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.55rem;
    aspect-ratio: 55/67;
    right: -10px;
    top: -17px;
    z-index: 1;
  }
}

/* link */
.link {
  margin-bottom: 0.8rem;
}

.link__items {
  display: flex;
  justify-content: center;
  font-size: 0.14rem;
  font-family: var(--font-serif);
  align-items: center;
}

.link__items li:not(:last-child) {
  margin-right: 0.16rem;
  padding-right: 0.16rem;
  position: relative;
}

.link__items li a {
  color: var(--color-main);
}

a:hover {
  opacity: 0.8;
}

.link__items li:last-child {
  background: #cba2bd;
  padding: 0.02rem 0.17rem;
  border-radius: 0.04rem;
}

.link__items li:last-child a {
  color: white;
  font-weight: bold;
}

.link__items li:not(:last-child) a:hover {
  color: var(--pink);
  opacity: initial;
}

.link__items li:not(:last-child):before {
  content: "";
  position: absolute;
  background: var(--color-main);
  width: 0.01rem;
  height: 0.11rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .link__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.08rem;
    margin: 0 0.2rem;
    padding-bottom: 0.37rem;
    border-bottom: var(--border-sp);
  }

  .link__items li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border: 1px solid var(--border-gray);
    border-radius: 0.04rem;
    padding: 0.07rem 0;
  }

  .link__items li:not(:last-child):before {
    content: none;
  }

  .link__items li:last-child {
    padding: 0.07rem 0;
  }

  .link__items li {
    text-align: center;
    width: 48%;
  }

  .link {
    margin-bottom: 0.37rem;
  }
}

/* about */
.about__wrap {
  display: flex;
  max-width: 7.2rem;
  width: 100%;
  gap: 0.5rem;
  margin: 0 auto;
  align-items: center;
}

.about__wrap img {
  width: 3.32rem;
}

.about__wrapSub {
  width: 3.36rem;
}

.about__wrapSub h3 {
  font-size: 0.22rem;
  font-family: var(--font-hannari);
  font-weight: inherit;
  margin-bottom: 0.37rem;
  line-height: 1.7;
}

.about__wrapSub p {
  font-size: 0.14rem;
  line-height: 1.7;
}

.about__wrapSub p:not(:last-child) {
  padding-bottom: 0.4rem;
  padding-bottom: 0.3rem;
}

@media (max-width: 640px) {
  .about {
    margin-bottom: 0.4rem;
  }

  .about__wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .about__wrapSub {
    width: initial;
    order: 2;
  }

  .about__wrap img {
    width: initial;
  }

  .about__wrapSub h3 {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
}

/* flow */
.flow {
  position: relative;
  margin-top: -2rem;
}

.flow__box {
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translateX(50%);
}

.flow__wrap {
  background: white;
  width: 7.55rem;
  height: 3.88rem;
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 0.05rem;
}

.flow__wrapImg img {
  width: 100%;
}

.flow .heading__wrap {
  margin-bottom: 0.16rem;
}

.flow .heading__wrap p {
  background: white;
}

.flow__items {
  display: flex;
}

.flow__wrapImg {
  position: relative;
}

.flow__path {
  position: absolute;
  top: 0.8rem;
  right: 0;
}

.flow__wrapImg img:first-of-type {
  position: relative;
  z-index: -1;
}

.flow__box {
  top: 30%;
}

.flow__attention {
  text-align: right;
  margin-bottom: 0.1rem;
}

.flow__item {
  display: flex;
}

.flow__items .flow__item:nth-child(1) {
  padding-right: 0.47rem;
  margin-right: 0.42rem;
  border-right: 1px dotted;
}

.flow__wrapHeading h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.18rem;
  font-family: var(--font-serif);
}

.flow__wrapHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
}

.flow__itemsSub {
  width: 2.36rem;
}

.flow__itemsSub li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.flow__bg {
  text-align: center;
  font-family: var(--font-serif);
  padding: 0.02rem 0;
  border-radius: 0.04rem;
  margin-bottom: 0.05rem;
}

.flow__bg--c1 {
  background: var(--bg-c1);
}
.flow__bg--c2 {
  background: var(--bg-c2);
}

.flow__bg--c3 {
  background: var(--bg-c3);
}
.flow__arrow p,
.flow__txt p {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 0.16rem;
}

.flow__attentionBox > span {
  font-size: 0.12rem;
  font-family: var(--font-sans);
  font-weight: 400;
  display: inline-block;
}

/* flow--test */
.flow--test {
  background: url(../img/test-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.flow--test .flow__box {
  position: initial;
  margin: 0 auto;
  transform: initial;
}
/* -----------------------------------------------------------------------------

price

----------------------------------------------------------------------------- */
.price {
  margin-bottom: 1.6rem;
}

.price__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.27rem;
}

.price__items > li {
  text-align: center;
}

.price__items > li {
  border: 1px solid;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.price__items > li h3 {
  font-size: 0.18rem;
  font-family: var(--font-serif);
  line-height: 1.7;
}

.price__items > li p {
  font-size: 0.12rem;
}

.price__items > li:before,
.price__items > li:after {
  content: "";
  position: absolute;
}

.price__items > li:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 97%;
  border: 1px solid;
  border-radius: 100vh;
}

.price__items > li:after {
  background-color: white;
  width: 0.36rem;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  right: -0.14rem;
  bottom: 27%;
}

.price__multiply:after {
  background: url(../img/icon-price-1.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.price__equal:after {
  background: url(../img/icon-price-2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.price__items > .price__total {
  border-radius: 71% 29% 34% 66% / 45% 39% 61% 55%;
  background: var(--purple);
  border: none;
  color: white;
  letter-spacing: 0.3em;
}

.price__items > .price__total:before,
.price__items > .price__total:after {
  content: none;
}

@media (max-width: 640px) {
  .price__items {
    display: grid;
    grid-template-columns: initial;
    gap: 0.38rem;
  }

  .price__items br {
    display: none;
  }

  .price__items > li {
    border-radius: 3px;
    aspect-ratio: initial;
    padding: 0.1rem 0;
  }

  .price__items > li h3 {
    font-size: 0.16rem;
  }

  .price__items > li p {
    padding-top: 0.05rem;
  }

  .price__items > li:before {
    border-radius: 3px;
    width: 97%;
    height: 84%;
  }

  .price__items > li:after {
    background-color: initial;
    right: calc(50% - 0.16rem);
    aspect-ratio: initial;
    bottom: -0.23rem;
  }

  .price__multiply:after {
    width: 0.08rem;
    height: 0.08rem;
    background-size: contain;
  }

  .price__equal:after {
    width: 0.08rem;
    height: 0.08rem;
    background-size: contain;
    transform: rotate(90deg);
  }

  .price__items > .price__total {
    border-radius: 6px;
    position: relative;
    background: white;
    border: 2px solid var(--purple);
  }

  .price__items > .price__total:before {
    position: absolute;
    content: "";
    background: var(--purple);
    width: 99%;
    height: 90%;
    border-radius: 6px;
  }

  .price__items > .price__total h3 {
    color: white;
    position: relative;
  }
}
/* -----------------------------------------------------------------------------

custom

----------------------------------------------------------------------------- */
.custom {
  background-color: var(--bg-c1);
  position: relative;
}

.custom:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg-custom.png);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 2400/90;
  height: 90px;
  top: -0.9rem;
}

.container--custom {
  padding-bottom: 0.6rem;
}

.custom__wrap {
  max-width: 8.2rem;
  padding: 0.3rem 0.3rem 0.36rem;
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
}

.custom__wrap h3 {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 0.19rem;
  padding-bottom: 0.25rem;
  /* margin-bottom: 0.25rem; */
  border-bottom: 1px solid var(--pink);
  font-weight: initial;
}

.custom .heading__wrap p {
  background-color: white;
  margin-bottom: 0.6rem;
}

.custom__wrapSub {
  display: grid;
  grid-template-columns: 1fr 2.79rem;
  align-items: center;
  font-family: var(--font-serif);
  padding: 0 0.2rem;
}

.text-mark .text-purple {
  color: var(--pink);
  font-size: 0.27rem;
}

.custom__fee > p {
  font-size: 21px;
}
.custom__fee > p .text-purple {
  font-size: 0.32rem;
}

.custom__fee > p .round {
  background-color: var(--pink);
  color: white;
  font-size: 0.14rem;
  border-radius: 3px;
  padding: 2px 6px;
  display: inline-block;
  position: relative;
  left: 2px;
  top: -4px;
}

.custom__price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.custom__price > p:nth-child(1) {
  font-size: 50px;
  color: var(--pink);
}

.custom__price > p:nth-child(1) .tax {
  font-size: 0.38rem;
  position: relative;
}

.custom__price > p:nth-child(2) {
  font-size: 18px;
  position: relative;
  top: -0.09rem;
}

.custom__price > p:nth-child(2) > span {
  font-size: 14px;
}

.custom__img {
  position: relative;
  top: -0.09rem;
}
