* {
  font-family: "Shippori Mincho", sans-serif;
}

main {
  background-image: url(./images/so-white.png);
  background-repeat: repeat;
  background-size: 400px 400px;
}

body {
  overflow-x: hidden;
}

header {
  height: 80px;
  width: 100%;
  background-image: url(./images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 320px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  top: 0;
  z-index: 10;
  background-color: #ffffff;
}

.evt {
  visibility: hidden;
}

@media (max-width: 360px) {
  header {
    background-size: 80%;
  }
}

.pc_indent {
  display: none;
}

.fv__img {
  background-image: url(./images/top_image.png);
  width: 100%;
  aspect-ratio: 375 / 420;
  background-size: cover;
  background-position: right top;
  clip-path: circle(88.8vw at center 21.33vw);
  max-height: 500px;
}

.fv__img {
  --circle-radius: 45vw;
  background-image: url(./images/top_image.png);
  width: 100%;
  aspect-ratio: 375 / 420;
  background-size: cover;
  background-position: right top;
  clip-path: circle(var(--circle-radius) at 50% calc(100% - var(--circle-radius)));
  max-height: 500px;
}

@media (min-width: 455px) {
  .fv__img {
    clip-path: circle(100vw at center 0vw);
  }
}

@media (min-width: 499px) {
  .fv__img {
    clip-path: circle(150vw at center -20vw);
  }
}

.fv__ring {
  background-image: url(./images/top_ring.png);
  width: 53.33vw;
  background-size: cover;
  aspect-ratio: 200 / 110;
  margin: 0 auto;
  max-width: 200px;
}

.fv__text {
  text-align: center;
}

h2 {
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 1px;

  white-space: nowrap;
}

.fv__text h2 {
  letter-spacing: 4px;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: #707070;
  height: 1px;
  border: none;
}

.fv__text p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 4px;
  white-space: nowrap;
}

.fv__text p:first-of-type {
  margin-top: 8px;
}

.minsa_feelings {
  position: relative;
  margin-top: 100px;
}

.minsa_feelings__background {
  width: 100%;
  height: fit-content;
  overflow-x: visible;
  aspect-ratio: 375 / 1100;
  max-height: 1100px;
  max-width: 800px;
  background-image: url(./images/minsa_feelings.png);
  background-size: cover;
  background-position: 40% top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 520px) {
  .minsa_feelings__background {
    background-position: 35% top;
  }
}

.minsa_feelings {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.minsa_feelings__content {
  position: absolute;
  top: 110vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 376px) {
  .minsa_feelings__content {
    position: absolute;
    top: 412px;
  }
}

.minsa_feelings article {
  padding: 0 27px;
}

.minsa_feelings h2 {
  line-height: 50px;
}

.divider {
  background-image: url(./images/delim.png);
  height: 13px;
  width: 88px;
  background-size: cover;
  margin: 38px auto 40px auto;
}

.minsa_feelings__img {
  background-image: url(./images/minsa_feelings_2.png);
  width: 100%;
  aspect-ratio: 375 / 213;
  background-size: cover;
  z-index: 2;
  margin-top: 80px;
  max-height: 300px;
  background-position: bottom;
}

.product_features {
  padding: 80px 27.5px 0 27.5px;
}

.product_feature {
  width: 100%;
  position: relative;
  max-width: 500px;
  margin: 40px auto 0 auto;
}

.product_feature:last-child {
  margin-top: 20px;
}

.product_feature__img {
  width: 100%;
  aspect-ratio: 320 / 226;
  background-size: cover;
  background-position: right;
  position: relative;
}

.product_feature.feature_01 .product_feature__img {
  background-image: url(./images/product_features_1.png);
}

.product_feature.feature_02 .product_feature__img {
  background-image: url(./images/product_features_2.png);
}

.product_feature__description {
  position: relative;
  top: -20px;
  padding: 23px 10px 19px 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  width: calc(100% - 20px);
  margin: 0 auto;
  background-color: #ffffff;
}

.product_feature__description>div {
  display: flex;
  align-items: center;
}

.product_feature__description>div span:first-child {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-right: 10px;
}

.product_feature__description>div span:last-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.product_feature hr {
  margin: 14px 0 10px 0;
}

.product_lineup {
  padding: 0 27px;
  overflow: hidden;
}

.product_lineup__item {
  width: 100%;
}

.product_lineup__item__img {
  width: 85.33vw;
  height: 85.33vw;
  max-width: 320px;
  max-height: 320px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.product_lineup__item.item01 .product_lineup__item__img {
  background-image: url(./images/product_lineup_1.png);
}

.product_lineup__item.item02 .product_lineup__item__img {
  background-image: url(./images/product_lineup_2_02.jpg);
}

.product_lineup__item__content {
  margin: 22px auto 0 auto;

  width: fit-content;
  max-width: 360px;
}

.product_lineup__item__content h3 {
  letter-spacing: 1px;
  white-space: nowrap;
}

.product_lineup__item__content>div:first-of-type {
  display: flex;
  gap: 16px;
  justify-content: left;
  max-width: 300px;
}

.product_lineup__item__content h3 {
  font-size: 20px;
}

.product_lineup__item__content>span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}

.product_lineup__item__content>div:last-of-type {
  display: flex;
  gap: 21px;
  margin-top: 13px;
}

.product_lineup__item__content>div:last-of-type span {
  font-weight: 700;
}

.product_lineup__item__content>div:last-of-type span:first-child {
  font-size: 14px;
  display: inline-block;
  margin-top: 4px;
}

.product_lineup__item__content>div:last-of-type span:last-child {
  font-size: 20px;
}

.product_lineup__item.item02 {
  margin-top: 40px;
  padding-bottom: 10px;
}

.purple_button {
  display: block;
  width: 85.33vw;
  max-width: 320px;
  height: 50px;
  background-color: #d83c95;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  margin: 26px auto 0 auto;
}

.online_shop {
  margin-top: 80px;
  padding-bottom: 80px;
}

.online_shop__img {
  background-image: url(./images/online_shop.png);
  background-size: cover;
  aspect-ratio: 375/210;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.online_shop h3 {
  text-align: center;
  margin-top: 21px;
  line-height: 36px;
  font-size: 20px;
  letter-spacing: 1px;
}

.online_shop h2 {
  margin-top: 80px;
  line-height: 32px;
  letter-spacing: 4px;
}

.online_shop p {
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 28px auto 0 auto;
}

.online_shop .purple_button {
  margin-top: 39px;
}

footer {
  background-color: #717171;
  color: #ffffff;
  text-align: center;
  padding-top: 41px;
}

footer h3 {
  line-height: 24px;
  font-size: 20px;
}

footer span {
  line-height: 30px;
  display: block;
  margin: 20px auto 0 auto;
}

footer div {
  background-color: #ffffff;
  font-size: 12px;
  color: #3b4043;
  text-align: center;
  padding-top: 11px;
  margin-top: 41px;
}

.product_lineup {
  margin-top: 60px;
}

.call_link {
  color: #ffffff;
}

.call_link:hover {
  text-shadow: 0px 0px 7px rgba(256, 256, 256, 0.7);
}

.product_features>p {
  display: none;
}

@media (min-width: 768px) {
  .fv__text {
    text-align: left;
  }

  h2 {
    font-size: 30px;
  }

  .fv__wrapper {
    position: absolute;
    top: 25%;
    left: 20vw;
  }

  .fv__wrapper {
    display: flex;
    flex-direction: column;
  }

  .fv__ring {
    order: 2;
    /* Will render after the text */
  }

  .fv__text {
    order: 1;
    /* Will render before the ring */
  }

  .fv__text p {
    font-size: 24px;
  }

  .pc_indent {
    display: initial;
  }

  .sp_indent {
    display: none;
  }

  .fv__img {
    background-image: url(./images/top_image.png);
    width: 100%;
    aspect-ratio: 1366 / 779;
    background-size: 123%;
    background-position: right top;
    clip-path: circle(88.8vw at center 21.33vw);
    max-height: 779px;
  }

  .fv__ring {
    width: 29.6vw;
    max-width: 405px;
    position: relative;
    left: -30px;
    margin-top: 50px;
  }

  .fv__text * {
    letter-spacing: 6px;
  }

  .fv__text h2 {
    text-align: left;
    position: relative;
    left: -5px;
  }

  .fv__text p {
    line-height: 40px;
  }

  .fv__text p:first-of-type {
    margin-top: 18px;
  }

  .minsa_feelings {
    position: relative;
    margin-top: 35px;
  }

  .minsa_feelings__background {
    width: 100%;
    height: fit-content;
    max-height: 1100px;
    max-width: 680px;
    background-size: 140%;
    background-position: left 7%;
    /* margin-left: auto; */
    margin-right: 0;
    margin-left: calc(50vw + 20px);
  }

  .minsa_feelings__content {
    top: 150px;
  }

  .minsa_feelings__img {
    margin-top: 199px;
  }

  .minsa_feelings__content .divider {
    margin-top: 38px;
  }

  .minsa_feelings__content p {
    text-align: center;
    line-height: 32px;
    margin-top: 40px;
  }

  .minsa_feelings__img {
    height: 500px;
    max-height: 500px;
    aspect-ratio: initial;
    box-sizing: content-box;
    background-size: 115%;
    background-position: right 80%;
  }

  .product_features p {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
  }

  .product_features>p {
    text-align: center;
  }

  .product_features {
    padding: 200px 0 0 0;
    max-width: 1366px;
    margin: 0 auto;
  }

  .product_feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80.38vw;
    max-width: 1098px;
    overflow: visible;
    max-height: 509px;
    box-sizing: content-box;
    /* margin-top: 100px !important; */
  }

  .product_feature.product_feature.feature_01 {
    margin: 100px 0 0 auto;

    flex-direction: row-reverse;
  }

  .product_feature.product_feature.feature_02 {
    margin: 100px auto 0 0;
  }

  .product_feature__img {
    width: 52.7vw;
    aspect-ratio: 720 / 509;
    max-width: 720px;
    max-height: 509px;
    background-position: center;
    min-width: 620px;
    min-height: 440px;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .product_feature.feature_01 .product_feature__img {
    background-image: url(./images/product_features_1_pc.png);
  }

  .product_feature__description {
    position: absolute;
    top: 50%;
    padding: 45px 50px 50px 50px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    width: 39.23vw;
    height: fit-content;
    margin: 0;
    background-color: #ffffff;
    max-width: 536px;
    max-height: 377px;
    transform: translateY(-50%);
  }

  .product_feature.product_feature.feature_01 .product_feature__description {
    left: 0;
  }

  .product_feature.product_feature.feature_02 .product_feature__description {
    right: 0;
  }

  .product_feature__description>div span:first-child {
    font-size: 52px;
    position: relative;
    top: -5px;
  }

  .product_feature__description>div span:last-child {
    font-size: 20px;
  }

  .product_feature hr {
    margin: 14px 0 25px 0;
  }

  .product_lineup {
    margin-top: 180px;
  }

  .product_lineup__item {
    display: flex;
    flex-wrap: wrap;
    max-width: 935px;
    margin: 100px auto 0 auto !important;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }

  .product_lineup__item.item02 {
    flex-direction: row-reverse;
  }

  .product_lineup__item__img {
    width: 35.87vw;
    height: 35.87vw;
    max-width: 490px;
    max-height: 490px;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  .product_lineup__item__content h3 {
    font-size: 24px;
    position: relative;
    left: -5px;
    white-space: nowrap;
  }

  .product_lineup__item__content>span {
    margin-top: 18px;
    line-height: 24px;
  }

  .product_lineup__item__content .purple_button {
    margin: 20px auto 0 0;
  }

  .product_lineup__item__img {
    margin: 0;
  }

  .product_lineup__item__content {
    margin: 0;
  }

  .online_shop {
    max-width: 1366px;
    margin: 0 auto;
  }

  .online_shop>div {
    display: flex;
    position: relative;
    width: 80.38vw;
    max-width: 1098px;
    margin: 200px 0 0 auto;
  }

  .online_shop__img {
    aspect-ratio: 758 / 423;
    width: 55.49vw;
    max-width: 758px;
    max-height: 423px;
    margin: 0 0 0 auto;
  }

  .online_shop h3 {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    display: block;
    width: 398px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 4px;
    margin-top: 0;
  }

  .online_shop h2 {
    margin-top: 200px;
  }

  .online_shop p {
    margin: 58px auto 0 auto;
    line-height: 30px;
    font-size: 16px;
  }

  .online_shop {
    padding-bottom: 100px;
  }

  footer {
    padding-top: 61px;
  }

  footer div {
    margin-top: 63px;
    padding: 11px 0 29px 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fv__wrapper {
    top: 20%;
    left: 12vw;
  }
}

@media (min-width: 768px) and (max-width: 1320px) {
  .product_feature {
    width: 98vw;
    /* max-width: none; */
  }

  .product_feature__description {
    width: 50%;
    height: 80%;
    padding: 30px;
    max-height: 500px;
  }

  .product_features p {
    line-height: 28px;
    font-size: 14px;
  }

  .product_feature hr {
    margin: 14px 0 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 1042px) {
  .product_feature.feature_01 .product_feature__img {
    background-position: left;
    background-size: 110%;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  .online_shop>div {
    display: flex;
    position: relative;
    width: 100vw;
    max-width: none;
    margin: 200px 0 0 auto;
  }

  .online_shop h3 {
    left: calc(100vw - 55.49vw - 318px);
  }
}

@media (min-width: 1367px) {
  .fv__img {
    max-height: 800px;
  }

  .fv__wrapper {
    top: 35%;
    left: calc(50vw - 400px);
  }

  .minsa_feelings__img {
    background-size: cover;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .minsa_feelings__background {
    background-position: 30% 7%;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .minsa_feelings__background {
    background-position: 45% 7%;
  }
}

@media (min-width: 768px) and (max-width: 1010px) {
  .special_indent {
    display: none;
  }
}

@media (min-width: 340px) {
  .indent {
    display: none;
  }
}