@charset "UTF-8";
body {
  background: #ffffff;
  color: #221815;
  letter-spacing: 0.1em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.main {
  background: url(../img/pc/bg-pink.png) no-repeat center center/cover;
  background-attachment: fixed;
}

.max-width {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #ffffff;
}

.inner {
  padding-inline: min(5.5555555556vw, 40px);
}

.mv {
  position: relative;
  margin-bottom: min(3.8888888889vw, 28px);
}

.mv__apply-button {
  position: absolute;
  bottom: min(5.5555555556vw, 40px);
  left: 50%;
  transform: translateX(-50%);
}

.apply-button {
  width: fit-content;
  text-align: center;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .apply-button:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .apply-button:active {
    opacity: 0.8;
  }
}

.apply-button__text {
  width: min(79.0277777778vw, 569px);
  border: 1px solid #13b4b0;
  background: #ffffff;
  padding-block: min(2.7777777778vw, 20px);
  border-radius: 999px;
  font-size: min(3.3333333333vw, 24px);
  transform: translateY(50%);
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #221815;
  letter-spacing: 0.1em;
}

.apply-button__btn-text {
  width: min(88.8888888889vw, 640px);
  padding-block: min(7.2222222222vw, 52px) min(5vw, 36px);
  background: url(../img/pc/button-bg.png) no-repeat center center/cover;
  font-size: min(5.5555555556vw, 40px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  border-radius: min(1.3888888889vw, 10px);
  position: relative;
}

.introduction__apply-button {
  margin-top: min(10.9722222222vw, 79px);
}

.renewal__text {
  font-size: min(3.6111111111vw, 26px);
  text-align: center;
  color: #000;
  line-height: 1.8461538462;
  margin-bottom: min(6.3888888889vw, 46px);
  letter-spacing: 0.065em;
}

.renewal__text--green {
  color: #004b49;
  font-size: min(3.6111111111vw, 26px);
  font-weight: 700;
}

.renewal__text--navy {
  color: #232a61;
  font-size: min(3.6111111111vw, 26px);
  font-weight: 700;
}

.renewal__box {
  padding: min(2.7777777778vw, 20px) min(4.1666666667vw, 30px) min(3.0555555556vw, 22px) min(21.25vw, 153px);
  border: 1px solid #6dc6c4;
  position: relative;
  width: min(83.8888888889vw, 604px);
  margin-left: auto;
  margin-bottom: min(5.5555555556vw, 40px);
}

.renewal__box-text {
  font-size: min(3.3333333333vw, 24px);
  color: #221815;
  font-feature-settings: "palt";
  letter-spacing: 0.095em;
  line-height: 1.34;
}

.renewal__image {
  width: min(24.1666666667vw, 174px);
  position: absolute;
  top: min(2.5vw, -18px);
  left: min(4.8611111111vw, -35px);
}

.kawanishi__bg {
  background: url(../img/pc/kawanishimiki.jpg) no-repeat top left/min(100vw, 720px);
  width: 100%;
  aspect-ratio: 720/640;
  padding-top: min(14.3055555556vw, 103px);
}

.kawanishi__box {
  margin-left: 50%;
}

.kawanishi__name {
  font-size: min(8.5416666667vw, 61.5px);
  font-weight: 700;
  color: #d84c59;
  font-feature-settings: "palt";
  margin-bottom: min(1.25vw, 9px);
  letter-spacing: -0.05em;
}

.kawanishi__name-en {
  font-size: min(6.1111111111vw, 44px);
  color: #d84c59;
  margin-bottom: min(7.9166666667vw, 57px);
  letter-spacing: 0em;
}

.kawanishi__text {
  font-size: min(3.3333333333vw, 24px);
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: #d84c59;
  font-feature-settings: "palt";
}

.kawanishi__introduction {
  padding-block: min(4.8611111111vw, 35px) min(4.3055555556vw, 31px);
  font-feature-settings: "palt";
  font-size: min(3.6111111111vw, 26px);
  line-height: 1.3846153846;
  color: #000;
  letter-spacing: 0.15em;
}

.introduction {
  background: #ebf0f2;
  padding-block: min(5.5555555556vw, 40px);
}

.introduction__title {
  width: min(34.7222222222vw, 250px);
  margin: 0 auto min(5.5555555556vw, 40px);
}

.introduction__box {
  background: url(../img/pc/flower_ill.png) no-repeat bottom center/cover;
  background-color: #ebfdfd;
  padding-block: min(5vw, 36px) min(4.8611111111vw, 35px);
  position: relative;
}
.introduction__box + .introduction__box {
  margin-top: min(5.5555555556vw, 40px);
}
.introduction__box:nth-of-type(2) {
  margin-bottom: min(1.25vw, 9px);
  background: url(../img/pc/flower_ill2.png) no-repeat bottom center/cover;
}
.introduction__box:nth-of-type(2) .introduction__sub-title {
  color: #d84c59;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.introduction__sub-title {
  font-size: min(4.1666666667vw, 30px);
  font-weight: 700;
  color: #221815;
  width: fit-content;
  margin: 0 auto min(4.8611111111vw, 35px);
  text-align: center;
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
  line-height: 1.27;
}
.introduction__sub-title--bl {
  font-weight: 700;
  color: #221815;
}

.introduction__image1 {
  width: min(77.0833333333vw, 555px);
  margin: 0 auto;
}

.number {
  position: absolute;
  top: min(-3.0555555556vw, -22px);
  left: min(2.2222222222vw, 16px);
  width: min(11.1111111111vw, 80px);
}

.introduction__image2 {
  width: min(23.4722222222vw, 169px);
  margin: 0 auto;
}

.apply-campaign__container {
  position: relative;
  background: url(../img/pc/bg-pink.png) no-repeat center top/cover;
  padding-bottom: min(5.5555555556vw, 40px);
}

.apply-campaign__title-box {
  position: relative;
  padding-top: min(21.25vw, 153px);
  margin-bottom: min(5.6944444444vw, 41px);
}

.apply-campaign__en-img {
  position: absolute;
  top: min(1.8055555556vw, 13px);
  left: min(2.9166666667vw, 21px);
  width: min(54.3055555556vw, 391px);
}

.apply-campaign__contents-box {
  background: url(../img/pc/bg1.png) no-repeat center top/min(100vw, 720px);
  background: url(../img/pc/bg1.png) no-repeat center top/cover;
  background-color: transparent;
  padding-top: min(7.0833333333vw, 51px);
  padding-bottom: min(5vw, 36px);
  width: 100%;
}

.apply-campaign__sub-title {
  width: min(20.2777777778vw, 146px);
  margin: 0 auto min(5.5555555556vw, 40px);
}

.apply-campaign__list {
  display: flex;
  gap: min(5.9722222222vw, 43px);
  width: min(66.3888888889vw, 478px);
  margin: 0 auto min(5.2777777778vw, 38px);
}

.apply-campaign__list-text {
  font-size: min(2.375vw, 17.1px);
  color: #ffffff;
  padding-inline: min(1.3888888889vw, 10px);
  padding-block: min(1.5277777778vw, 11px) min(0.9722222222vw, 7px);
  background: #7dc9c7;
  width: fit-content;
  margin-bottom: min(2.9166666667vw, 21px);
  border-radius: 3px;
  font-weight: 700;
  font-feature-settings: "palt";
}

.apply-campaign__ListItemsText {
  padding-left: 1em;
  position: relative;
  font-size: min(3.6111111111vw, 26px);
  font-weight: 700;
  line-height: 1.3846153846;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
}
.apply-campaign__ListItemsText::after {
  content: "";
  position: absolute;
  top: min(1.1111111111vw, 8px);
  left: 0;
  width: min(1.3888888889vw, 10px);
  height: min(1.3888888889vw, 10px);
  border-radius: 999px;
  background: #7dc9c7;
}
.apply-campaign__ListItemsText + .apply-campaign__ListItemsText {
  margin-top: min(0.9722222222vw, 7px);
}

.stores {
  padding-top: min(8.3333333333vw, 60px);
}

.stores__contents-box {
  background: url(../img/pc/bg2.png) no-repeat center top/min(100vw, 720px);
  background: url(../img/pc/bg2.png) no-repeat center top/cover;
  background-color: transparent;
  padding-top: min(7.3611111111vw, 53px);
  padding-bottom: min(4.1666666667vw, 30px);
  width: 100%;
}

.stores__sub-title {
  width: min(20.2777777778vw, 146px);
  margin: 0 auto min(5.5555555556vw, 40px);
}

.stores__image {
  width: min(51.6666666667vw, 372px);
  margin: 0 auto min(5.1388888889vw, 37px);
}

.stores__text {
  font-size: min(3.6111111111vw, 26px);
  font-weight: 700;
  line-height: 1.3846153846;
  position: relative;
  padding-left: 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.11em;
}
.stores__text::after {
  content: "";
  position: absolute;
  top: min(3.3333333333vw, 24px);
  left: 0;
  width: min(1.3888888889vw, 10px);
  height: min(1.3888888889vw, 10px);
  border-radius: 999px;
  background: #7dc9c7;
}

.stores__lead-text {
  font-size: min(3.6111111111vw, 26px);
  line-height: 1.3846153846;
  position: relative;
  padding-left: 1em;
  margin-top: min(1.8055555556vw, 13px);
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
}

.apply-period {
  padding-top: min(5.5555555556vw, 40px);
}

.apply-period__contents-box {
  background: url(../img/pc/bg3.png) no-repeat center top/min(100vw, 720px);
  background: url(../img/pc/bg3.png) no-repeat center top/cover;
  background-color: transparent;
  padding-top: min(7.0833333333vw, 51px);
  padding-bottom: min(5.1388888889vw, 37px);
  width: 100%;
  margin-bottom: min(0.9722222222vw, 7px);
}

.apply-period__sub-title {
  width: min(20.2777777778vw, 146px);
  margin: 0 auto min(3.75vw, 27px);
}

.apply-period__period {
  font-size: min(10.0972222222vw, 72.7px);
  font-family: "Roboto", sans-serif;
  color: #7dc9c7;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.003em;
  margin-bottom: min(1.25vw, 9px);
}
.apply-period__period--sm {
  font-size: min(6.7222222222vw, 48.4px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.apply-period__period--md {
  font-size: min(6.325vw, 45.54px);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
.apply-period__period----center {
  font-size: min(5.5875vw, 40.23px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.apply-period__period----center {
  font-size: min(10.15vw, 73.08px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.apply-period__box {
  display: flex;
  width: min(88.8888888889vw, 640px);
  padding-block: min(2.7777777778vw, 20px) min(2.0833333333vw, 15px);
  background: #7dc9c7;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-inline: min(2.7777777778vw, 20px);
}

.apply-period__text,
.apply-period__date {
  color: #ffffff;
  font-size: min(3.3333333333vw, 24px);
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.09em;
}

.apply-period__date {
  letter-spacing: 0.053em;
}

.apply-period__apply-button {
  margin: min(10.9722222222vw, 79px) auto 0;
}

.apply-flow {
  padding-top: min(7.7777777778vw, 56px);
  padding-bottom: min(5.5555555556vw, 40px);
  background: #ebf0f2;
}

.apply-flow__sub-title {
  width: min(26.6666666667vw, 192px);
  margin: 0 auto min(7.6388888889vw, 55px);
}

.apply-flow__list {
  margin-bottom: min(4.8611111111vw, 35px);
}

.apply-flow__list-items {
  position: relative;
  padding: min(9.0277777778vw, 65px) min(5.5555555556vw, 40px) min(5vw, 36px);
  background: #ffffff;
  border: 1px solid #7dc9c7;
}
.apply-flow__list-items + .apply-flow__list-items {
  margin-top: min(9.5833333333vw, 69px);
}
.apply-flow__list-items:nth-of-type(2) .apply-flow__list-title {
  width: min(45.6944444444vw, 329px);
}
.apply-flow__list-items:nth-of-type(2) .apply-flow__list-image {
  width: min(39.4444444444vw, 284px);
  margin: 0 auto min(4.7222222222vw, 34px);
}
.apply-flow__list-items:nth-of-type(3) .apply-flow__list-title {
  width: min(68.6111111111vw, 494px);
}
.apply-flow__list-items:nth-of-type(3) .apply-flow__list-image {
  width: min(16.5277777778vw, 119px);
  margin: 0 auto min(5.2777777778vw, 38px);
}
.apply-flow__list-items:nth-of-type(4) .apply-flow__list-title {
  width: min(45.6944444444vw, 329px);
}
.apply-flow__list-items:nth-of-type(4) .apply-flow__list-image {
  width: min(16.6666666667vw, 120px);
  margin: 0 auto min(5.2777777778vw, 38px);
}
.apply-flow__list-items:nth-of-type(5) .apply-flow__list-title {
  width: min(62.7777777778vw, 452px);
}
.apply-flow__list-items:nth-of-type(5) .apply-flow__list-image {
  width: min(19.8611111111vw, 143px);
  margin: 0 auto min(5.2777777778vw, 38px);
}

.apply-flow__list-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  width: min(45.6944444444vw, 329px);
  padding-block: min(2.2222222222vw, 16px) min(1.25vw, 9px);
  text-align: center;
  color: #ffffff;
  font-size: min(4.1666666667vw, 30px);
  font-weight: 700;
  background: #7dc9c7;
  border-radius: 3px;
}

.apply-flow__list-image {
  margin-bottom: min(4.7222222222vw, 34px);
}

.apply-flow__inner-list-items {
  font-size: min(3.6111111111vw, 26px);
  font-weight: 700;
  line-height: 1.3846153846;
  position: relative;
  padding-left: 1.5em;
}
.apply-flow__inner-list-items::after {
  content: "";
  position: absolute;
  top: min(1.9444444444vw, 14px);
  left: 0;
  width: min(1.3888888889vw, 10px);
  height: min(1.3888888889vw, 10px);
  border-radius: 999px;
  background: #7dc9c7;
}
.apply-flow__inner-list-items + .apply-flow__inner-list-items {
  margin-top: min(0.9722222222vw, 7px);
}

.apply-flow__text {
  font-weight: 700;
}

.apply-flow__text--green {
  color: #003433;
}

.apply-flow__text--navy {
  color: #232a61;
}

.apply-flow__InnerListItems {
  font-size: min(3.6111111111vw, 26px);
  font-weight: 700;
  line-height: 1.3846153846;
  position: relative;
  padding-left: 1.5em;
  margin-top: min(3.8888888889vw, 28px);
  letter-spacing: -0.06em;
}
.apply-flow__InnerListItems::after {
  content: "※";
  position: absolute;
  top: min(0.2777777778vw, 2px);
  left: 0;
  font-size: min(2.5vw, 18px);
}
.apply-flow__InnerListItems + .apply-flow__InnerListItems {
  margin-top: min(-0.2777777778vw, -2px);
}

.apply-flow__apply-button {
  margin-top: min(10.9722222222vw, 79px);
}

.precautions {
  border: 1px solid #7dc9c7;
  padding: min(5.4166666667vw, 39px) min(5.6944444444vw, 41px) min(4.8611111111vw, 35px);
  margin-bottom: min(0.6944444444vw, 5px);
}

.precautions__title {
  font-size: min(3.3333333333vw, 24px);
  font-weight: 700;
  margin-bottom: min(1.8055555556vw, 13px);
  padding-left: 2em;
  position: relative;
  font-feature-settings: "palt";
}
.precautions__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(3.8888888889vw, 28px);
  height: min(3.4722222222vw, 25px);
  background: url(../img/pc/aleart.png) no-repeat center center/contain;
}

.precautions__list-items {
  font-size: min(3.3333333333vw, 24px);
  font-weight: 700;
  padding-left: 1.5em;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.084em;
  line-height: 1.25;
}
.precautions__list-items::after {
  content: "";
  position: absolute;
  top: min(1.25vw, 9px);
  left: 0;
  width: min(1.3888888889vw, 10px);
  height: min(1.3888888889vw, 10px);
  border-radius: 999px;
  background: #ffc73a;
}
.precautions__list-items + .precautions__list-items {
  margin-top: min(2.0833333333vw, 15px);
}

.subject-products {
  background: url(../img/pc/water-bg.png) no-repeat center top/min(100vw, 720px);
  background: url(../img/pc/water-bg.png) no-repeat center top/cover;
  padding-top: min(4.7222222222vw, 34px);
  padding-bottom: min(5.2777777778vw, 38px);
  position: relative;
}
.subject-products--second {
  background: url(../img/pc/products-bg.png) no-repeat center top/cover;
}

.subject-products__musk {
  position: absolute;
  top: min(67.3611111111vw, 485px);
  left: min(5.5555555556vw, 40px);
  width: min(25vw, 180px);
}

.subject-products--second {
  position: relative;
}
.subject-products--second .subject-products__musk {
  position: absolute;
  top: min(68.3333333333vw, 492px);
  left: min(5.5555555556vw, 40px);
  width: min(25.6944444444vw, 185px);
}
.subject-products--second .subject-products__box-title {
  color: #192676;
}
.subject-products--second .subject-products__title {
  margin-bottom: min(78.8888888889vw, 568px);
}

.subject-products__number {
  width: min(25.5555555556vw, 184px);
  padding-block: min(2.2222222222vw, 16px) min(1.6666666667vw, 12px);
  font-size: min(3.3333333333vw, 24px);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background: #7dc9c7;
  font-feature-settings: "palt";
  margin-bottom: min(2.7777777778vw, 20px);
  letter-spacing: 0.13em;
}

.subject-products__title {
  font-size: min(4.1666666667vw, 30px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(83.3333333333vw, 600px);
  font-feature-settings: "palt";
  text-align: left;
  letter-spacing: 0.075em;
}

.subject-products__box {
  padding: min(4.0277777778vw, 29px) min(5.5555555556vw, 40px) min(5.1388888889vw, 37px);
  background: #ffffff;
}

.subject-products__box-title {
  font-size: min(4.1666666667vw, 30px);
  font-weight: 700;
  color: #003433;
  line-height: 1.6;
  margin-bottom: min(2.6388888889vw, 19px);
}
.subject-products__box-title--sm {
  font-size: min(3.3333333333vw, 24px);
  font-weight: 500;
}

.subject-products__box-text {
  font-size: min(4.1666666667vw, 30px);
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: min(3.75vw, 27px);
  letter-spacing: 0.09em;
}
.subject-products__box-text--sm {
  font-size: min(3.3333333333vw, 24px);
}

.subject-products__box-list-items {
  position: relative;
  font-size: min(3.3333333333vw, 24px);
  line-height: 1.5;
  padding-left: 2em;
  letter-spacing: 0;
}

.subject-products__num {
  position: absolute;
  top: min(0.5555555556vw, 4px);
  left: min(0.4166666667vw, 3px);
  font-size: min(3.3333333333vw, 24px);
}

.lihaw {
  background: #ebf0f2;
}

.lihaw__image {
  margin-bottom: min(8.3333333333vw, 60px);
}

.lihaw__title {
  width: min(20.5555555556vw, 148px);
  margin: 0 auto min(6.9444444444vw, 50px);
}

.lihaw__text {
  font-size: min(3.3333333333vw, 24px);
  line-height: 2;
  letter-spacing: 0.03em;
}
.lihaw__text + .lihaw__text {
  margin-top: min(4.4444444444vw, 32px);
}
.lihaw__text:nth-of-type(3) {
  margin-top: min(5.4166666667vw, 39px);
}
.lihaw__text:nth-of-type(4) {
  margin-top: min(5.1388888889vw, 37px);
  padding-bottom: min(6.5277777778vw, 47px);
  border-bottom: 1px solid #a8b7ba;
}

.lihaw__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: min(5.6944444444vw, 41px);
  padding-bottom: min(29.3055555556vw, 211px);
}

.lihaw__img {
  width: min(19.1666666667vw, 138px);
}

.lihaw__company {
  font-size: min(2.5vw, 18px);
}

.floating-button {
  width: fit-content;
  text-align: center;
  transition: opacity 0.5s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .floating-button:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .floating-button:active {
    opacity: 0.8;
  }
}

.floating-button__text {
  width: min(79.0277777778vw, 569px);
  border: 1px solid #13b4b0;
  background: #ffffff;
  padding-block: min(2.7777777778vw, 20px);
  border-radius: 999px;
  font-size: min(3.3333333333vw, 24px);
  transform: translateY(50%);
  font-feature-settings: "palt";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #221815;
}

.floating-button__btn-text {
  width: min(88.8888888889vw, 640px);
  padding-block: min(7.2222222222vw, 52px) min(5vw, 36px);
  background: url(../img/pc/button-bg.png) no-repeat center center/cover;
  font-size: min(5.5555555556vw, 40px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
  border-radius: min(1.3888888889vw, 10px);
  position: relative;
}

/*# sourceMappingURL=style.css.map */
