@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital@0;1&display=swap');

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #sb-container {
    display: none !important;
  }
}

:root {
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-family-default: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  --font-family-marugo: dnp-shuei-mgothic-std, "Shuei MaruGo", var(--font-family-default);
  --font-family-worksans: "Work Sans", sans-serif;
  --background-color-maternity_light: #fff3f4;
  --background-color-baby_light: #fef8ea;
  --background-color-kids_light: #fff2e1;
  --background-color-face_light: #ffe9e4;
  --background-color-care_light: #faeef2;
  --background-color-uv_light: #f0f9ff;
  --border-color-maternity: #fcdadc;
  --border-color-baby: #fae9c2;
  --border-color-kids: #fce3c2;
  --border-color-face: #fad3ca;
  --border-color-care: #f5d8e0;
  --border-color-uv: #b7dcf3;
  --color-maternity: #fba2a6;
  --color-baby: #dfa726;
  --color-kids: #fbaa3c;
  --color-face: #fba592;
  --color-care: #d596a1;
  --color-uv: #6db9e7;
}
.worksans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}

.marugo {
  font-family: var(--font-family-marugo) !important;
}

#main {
  overflow: hidden;
}
#mainContents {
  color: #7d7d7d;
  font-family: var(--font-family-default);
  max-width: 750px;
  margin: auto;
}
#mainContents h1,
#mainContents h2,
#mainContents p {
  margin: 0;
}
#mainContents a {
  text-decoration: none;
  color: #7d7d7d;
}
#mainContents img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
#mainContents ul {
  list-style: none;
  padding: 0;
}

.fv {
  margin-bottom: clamp(0px, calc(100vw / 750 * 100), 100px);
}
.fv_kv {
  margin-bottom: clamp(0px, calc(100vw / 750 * 55), 55px);
}
.fv_kv p {
  width: 100%;
  top: 10.5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(0px, calc(100vw / 750 * 30), 30px);
  text-align: center;
  line-height: 1.6;
  color: #7e7e7e;
  z-index: 5;
  letter-spacing: .08em;
}
.fv_kv p strong {
  display: block;
  font-size: 1.2em;
  font-weight: var(--font-weight-medium);
}
.fv_kv h1 {
  width: 100%;
  top: 25.5%;
  left: 50%;
  transform: translateX(-50%);
  font-size:  clamp(0px, calc(100vw / 750 * 58), 58px);
  text-align: center;
  line-height: 1.6;
  z-index: 5;
}
.fv_kv h1 strong {
  font-size: 1.3em;
}
.fv_anchor {
    display: block;
    text-align: center;
    max-width: 84%;
    margin: auto;
}
.fv_anchor a {
  font-size: clamp(0px, calc(100vw / 750 * 38), 38px);
  line-height: 1;
  padding: 0.8em 1em;
  display: block;
  position: relative;
  border: 2px solid #ded5d0;
  border-radius: clamp(0px, calc(100vw / 750 * 10), 10px);
  box-shadow: 10px 10px 0 #ebebeb;
}
.fv_anchor a::after {
  content: "";
  width: .6em;
  height: .6em;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon_arrow_lightblue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}
@media (max-width: 750px) {
  .fv_anchor a {
    box-shadow: 1.066vw 1.066vw 0 #ebebeb;
  }
}


#mainContents .sec_ttl {
  text-align: center;
  font-family: var(--font-family-marugo);
  font-weight: var(--font-weight-medium);
  font-size: clamp(0px, calc(100vw / 750 * 35), 35px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: clamp(0px, calc(100vw / 750 * 40), 40px);
}
#mainContents .sec_ttl strong {
  font-weight: var(--font-weight-medium);
  font-size: 1.45em;
}
#mainContents .sec_ttl strong span {
  font-family: var(--font-family-worksans);
  font-size: 1.5em;
  color: #90ccf0;
}


.tokuten {
  margin-bottom: clamp(0px, calc(100vw / 750 * 50), 50px);
}
.tokuten_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, calc(100vw / 750 * 35), 35px) clamp(0px, calc(100vw / 750 * 20), 20px);
  width: 92%;
  margin: auto;
}
.tokuten_list li {
  position: relative;
  padding: clamp(0px, calc(100vw / 750 * 50), 50px) 10px clamp(0px, calc(100vw / 750 * 25), 25px);
  border: 1px solid #ded5d0;
  border-radius: 5px;
  box-sizing: border-box;
}
.tokuten_list .num {
  position: absolute;
  top: -0.5em;
  left: -0.1em;
  line-height: 1;
  z-index: 2;
  background-color: #fff;
  padding: 0 0.2em;
  font-family: var(--font-family-worksans);
  font-size: clamp(0px, calc(100vw / 750 * 50), 50px);
  color: #90ccf0;
}
.tokuten_list img {
  max-width: 127px !important;
  margin: .5em auto 0;
}
.tokuten_list p {
  font-size: clamp(0px, calc(100vw / 750 * 29), 29px);
  font-family: var(--font-family-marugo);
  text-align: center;
  line-height: 1.3;
}
.tokuten_list p strong {
  font-size: 1.25em;
  font-weight: var(--font-weight-medium);
}
.tokuten_list p .marker {
  background:linear-gradient(transparent 30%, #fdeea8 0%);
}
.tokuten_list.w100 {
  grid-template-columns: repeat(1, 1fr);
  margin-top: clamp(0px, calc(100vw / 750 * 35), 35px);
}
.tokuten_list.w100 li {
  width: 100%;
  padding-left: clamp(0px, calc(100vw / 750 * 25), 25px);
  padding-right: clamp(0px, calc(100vw / 750 * 25), 25px);
}
.tokuten_list.w100 li > div {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc(100vw / 750 * 40), 40px);
}
.tokuten_list.w100 li p {
  text-align: left;
}
.tokuten_list.w100 li p strong {
  font-size: 1.6em;
  line-height: 1;
}
.tokuten_list.w100 li p.sml {
  font-size: clamp(0px, calc(100vw / 750 * 16), 16px);
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em !important;
}
.tokuten_list.w100 li p sup {
  font-size: .7em;
  transform: translateY(0.3em);
  display: inline-block;
}
.tokuten_list.w100 li img {
  max-width: 230px !important;
  margin-top: 1.5em;
  margin-right: 0;
}
@media (max-width: 750px) {
  .tokuten_list img {
    max-width: 16.933vw !important;
  }
  .tokuten_list.w100 li img {
    max-width: 29vw !important;
    margin-top: 1vw;
  }
}


#mainContents .anchor {
  padding-top: clamp(0px, calc(100vw / 750 * 50), 50px);
}
#mainContents .anchor .sec_ttl {
  line-height: 1.5;
}
.anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, calc(100vw / 750 * 40), 40px) clamp(0px, calc(100vw / 750 * 20), 20px);
  width: 92%;
  margin: 0 auto clamp(0px, calc(100vw / 750 * 100), 100px);
}
.anchor_list li {
  width: 100%;
  display: flex;
}
.anchor_list a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .8em 0;
  font-feature-settings: "palt";
  font-size: clamp(0px, calc(100vw / 750 * 30), 30px);
  line-height: 1.4;
  border: 2px solid;
  border-radius: clamp(0px, calc(100vw / 750 * 10), 10px);
  box-shadow: clamp(0px, calc(100vw / 750 * 7), 7px) clamp(0px, calc(100vw / 750 * 7), 7px) 0 rgb(235, 235, 235, .65);
  position: relative;
}
.anchor_list a::before {
  content: "";
  width: clamp(0px, calc(100vw / 750 * 17), 17px);
  height: clamp(0px, calc(100vw / 750 * 17), 17px);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: clamp(0px, calc(100vw / 750 * 8), 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.anchor_list a::after {
  content: "";
  width: clamp(0px, calc(100vw / 750 * 100), 100px);
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.anchor_list li:nth-child(1) a {
  background-color: var(--background-color-maternity_light);
  border-color: var(--border-color-maternity);
}
.anchor_list li:nth-child(1) a::after {
   background-color: var(--color-maternity);
}
.anchor_list li:nth-child(1) a::before {
  background-image: url(../img/icon_arrow_maternity.png);
}

.anchor_list li:nth-child(2) a {
  background-color: var(--background-color-baby_light);
  border-color: var(--border-color-baby);
}
.anchor_list li:nth-child(2) a::after {
   background-color: var(--color-baby);
}
.anchor_list li:nth-child(2) a::before {
  background-image: url(../img/icon_arrow_baby.png);
}

.anchor_list li:nth-child(3) a {
  background-color: var(--background-color-kids_light);
  border-color: var(--border-color-kids);
}
.anchor_list li:nth-child(3) a::after {
   background-color: var(--color-kids);
}
.anchor_list li:nth-child(3) a::before {
  background-image: url(../img/icon_arrow_kids.png);
}

.anchor_list li:nth-child(4) a {
  background-color: var(--background-color-face_light);
  border-color: var(--border-color-face);
}
.anchor_list li:nth-child(4) a::after {
   background-color: var(--color-face);
}
.anchor_list li:nth-child(4) a::before {
  background-image: url(../img/icon_arrow_face.png);
}

.anchor_list li:nth-child(5) a {
  background-color: var(--background-color-care_light);
  border-color: var(--border-color-care);
}
.anchor_list li:nth-child(5) a::after {
   background-color: var(--color-care);
}
.anchor_list li:nth-child(5) a::before {
  background-image: url(../img/icon_arrow_care.png);
}

.anchor_list li:nth-child(6) a {
  background-color: var(--background-color-uv_light);
  border-color: var(--border-color-uv);
}
.anchor_list li:nth-child(6) a::after {
   background-color: var(--color-uv);
}
.anchor_list li:nth-child(6) a::before {
  background-image: url(../img/icon_arrow_uv.png);
}
@media (max-width: 750px) {
}


.sec_kv h2 {
  position: absolute;
  top: 33%;
  left: 6%;
  font-size: clamp(0px, calc(100vw / 750 * 50), 50px);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  z-index: 5;
}
.sec_kv h3 {
  position: absolute;
  top: 46%;
  left: 6%;
  font-size: clamp(0px, calc(100vw / 750 * 31), 31px);
  font-weight: var(--font-weight-medium);
  line-height: 1.7;
  letter-spacing: .05em;
  z-index: 5;
}


.item_wrap_ttl {
  text-align: center;
  font-size: clamp(0px, calc(100vw / 750 * 28), 28px);
  font-family: var(--font-family-marugo);
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  margin: 0 0 clamp(0px, calc(100vw / 750 * 25), 25px);
}
.item_wrap_ttl strong {
  font-size: 1.4em;
  font-weight: var(--font-weight-medium);
}
.item_wrap {
  width: 91%;
  margin: auto;
}
.item_border {
  border: 2px solid;
  border-radius: clamp(0px, calc(100vw / 750 * 7), 7px);
  overflow: hidden;
}
.item_ttl {
  font-size: clamp(0px, calc(100vw / 750 * 24), 24px);
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
  white-space: nowrap;
}
.item_ttl span {
  font-size: clamp(0px, calc(100vw / 750 * 20), 20px);
  background-color: #fff;
  padding: 0.4em 0.8em;
  margin-top: 0.3em;
  display: inline-block;
  line-height: 1;
  border-radius: 99px;
}
.item_kv_txt {
  text-align: center;
  line-height: 1.2;
}
.item_kv_txt .reg {
  font-size: clamp(0px, calc(100vw / 750 * 32), 32px);
  font-feature-settings: "palt";
  text-align: center;
}
.item_kv_txt .reg.marker {
  background: linear-gradient(transparent 10%, #fdeea8 0%);
  display: inline;
}
.item_kv_txt .reg .num {
  font-size: 1.4em;
  letter-spacing: -0.05em;
}
.item_kv_txt .reg span {
  font-size: 0.75em;
}
.item_kv_txt .reg sup {
  font-size: .6em;
}
.item_kv_txt .reg strong {
  font-size: 1.3em;
  font-weight: var(--font-weight-medium);
}
.item_kv_txt .sml {
  font-size: clamp(0px, calc(100vw / 750 * 20), 20px);
  font-feature-settings: "palt";
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 0.5em !important;
}
.item_cv {
  width: 87%;
  margin: auto;
  position: relative;
  margin-bottom: clamp(0px, calc(100vw / 750 * 40), 40px);
}
.item_cv > div {
  width: 90%;
  margin: auto;
}
.item_cv_name {
  font-size: clamp(0px, calc(100vw / 750 * 24), 24px);
  line-height: 1.4;
  margin: clamp(0px, calc(100vw / 750 * 25), 25px) 0 clamp(0px, calc(100vw / 750 * 30), 30px) !important;
}
.item_cv_number {
  font-size: clamp(0px, calc(100vw / 750 * 20), 20px);
}
.item_cv_price {
  font-size: clamp(0px, calc(100vw / 750 * 20), 20px);
  margin: 0.8em 0 0!important;
}
.item_cv_price span {
  font-size: .8em;
  font-feature-settings: "palt";
}
.item_cv_SPprice {
  font-size: clamp(0px, calc(100vw / 750 * 20), 20px);
  margin: 0.8em 0 0!important;
}
.item_cv_SPprice strong {
  font-size: clamp(0px, calc(100vw / 750 * 32), 32px);
  font-weight: 400;
  color: #e86983;
  margin-right: .2em;
  line-height: 1;
}
.item_cv_icon {
  bottom: 0;
  right: 0;
  width: clamp(0px, calc(100vw / 750 * 90), 90px);
  height: clamp(0px, calc(100vw / 750 * 90), 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  background-color: #e86983;
}
.item_cv_icon p {
  font-size: clamp(0px, calc(100vw / 750 * 19), 19px);
  font-feature-settings: "palt";
  line-height: 1.1;
  color: #fff;
  text-align: center;
}
.item_cv_icon p strong {
  font-size: 1.4em;
  font-weight: var(--font-weight-medium);
}
.item_cv_icon p span {
  font-size: .8em;
}
.item_cv a {
  display: block;
  margin-top: clamp(0px, calc(100vw / 750 * 35), 35px);
}
.item_list {
  font-size: clamp(0px, calc(100vw / 750 * 20), 20px);
  width: 87%;
  margin: 0 auto clamp(0px, calc(100vw / 750 * 40), 40px);
}
.item_wrap + .item_wrap {
  margin-top: clamp(0px, calc(100vw / 750 * 40), 40px);
}
.item_wrap.clm2 {
  display: flex;
  gap: clamp(0px, calc(100vw / 750 * 40), 40px);
}
.item_wrap.clm2 .item_blc {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
.item_wrap.clm2 .item_ttl {
  font-feature-settings: "palt";
  font-variant-east-asian: proportional-width;
}
.item_wrap.clm2 .item_cv {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0!important;
}
.item_wrap.clm2 .item_cv > div {
  width: 100%;
  margin-top: 0;
}
.item_wrap.clm2 .item_cv_icon {
  bottom: -20px;
}
.item_wrap.clm2.clm_img_txt .item_cv > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .item_wrap.clm2 .item_blc {
    width: calc(50% - 2.666vw);
  }
  .item_wrap.clm2 .item_cv_icon {
    bottom: -2.666vw;
  }
}


.sec_bnr {
  width: 91%;
  margin: clamp(0px, calc(100vw / 750 * 80), 80px) auto clamp(0px, calc(100vw / 750 * 100), 100px);
}
.sec_bnr a {
  filter: drop-shadow(10px 10px 0px rgb(235, 235, 235, .65));
  transform: translateZ(0);
  display: block;
}
@media (max-width: 750px) {
  .sec_bnr a {
    filter: drop-shadow(1.5vw 1.5vw 0px rgb(235, 235, 235, .65));
  }
}

/* sec_maternity */
.sec_maternity .sec_kv h2 {
  color: var(--color-maternity);
}
.sec_maternity .item_border {
  border-color: #ffeaeb;
}
.sec_maternity .item_ttl {
  color: var(--color-maternity);
  background-color: #fff7f7;
}
.sec_maternity .item_kv_txt  {
  top: 28%;
  left: 55%;
}
.sec_maternity .item_kv_txt .reg.marker {
  background: linear-gradient(transparent 10%, #fff3ef 0%);
  display: inline;
}

/* sec_baby */
.sec_baby .sec_kv h2 {
  color: var(--color-baby);
}
.sec_baby .item_border {
  border-color: var(--border-color-baby);
}
.sec_baby .item_ttl {
  color: var(--color-baby);
  background-color: var(--background-color-baby_light);
}
.sec_baby .item_kv_txt  {
  top: 17%;
  left: 60%;
}
.item_kv_txt .reg.marker {
  background: linear-gradient(transparent 10%, #fef8ea 0%);
  display: inline;
}
.sec_baby .item_kv_txt .sml {
  margin-left: 20% !important;
}

/* sec_kids */
.sec_kids .sec_kv h2 {
  color: var(--color-kids);
}
.sec_kids .item_border {
  border-color: var(--border-color-kids);
}
.sec_kids .item_ttl {
  color: var(--color-kids);
  background-color: var(--background-color-kids_light);
}

/* sec_face */
.sec_face .sec_kv h2 {
  color: var(--color-face);
}
.sec_face .sec_kv h3 {
  top: 56%;
}
.sec_face .item_border {
  border-color: var(--border-color-face);
}
.sec_face .item_ttl {
  color: var(--color-face);
  background-color: var(--background-color-face_light);
}

/* sec_care */
.sec_care .sec_kv h2 {
  color: var(--color-care);
}
.sec_care .sec_kv h3 {
  top: 57%;
}
.sec_care .item_border {
  border-color: var(--border-color-care);
}
.sec_care .item_ttl {
  color: var(--color-care);
  background-color: var(--background-color-care_light);
}

/* sec_uv */
.sec_uv .sec_kv h2 {
  color: var(--color-uv);
}
.sec_uv .item_border {
  border-color: var(--border-color-uv);
}
.sec_uv .item_ttl {
  color: var(--color-uv);
  background-color: var(--background-color-uv_light);
}