@charset "UTF-8";
/* PC用設定 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
:root {
  --font-mincho: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  --font-gothic: "hiragino-kaku-gothic-pron", sans-serif;
  --main-color: 89, 87, 87;
  --point-color: 114, 113, 113;
}
* {
  box-sizing: border-box;
  font-feature-settings: "palt";
  padding: 0;
}

main {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif"
  width: 100%;
  font-family: var(--font-mincho);
}
.annotation {font-family: var(--font-gothic);}
.pc_hidden {display: none;}

/* ↓ top ↓ -------------------------------------------------- */
#top {position: relative;}

#top > div {
  position: absolute;
  width: 42%;
  top: calc(80px + 4.62em);
  left: 4.18em;
}
#top > div > p.st1 {
  font-size: 51px;
  font-size: 1.7em;
  line-height: 1.57em;
  letter-spacing: 0.09em;
}
#top > div > p.st1 span {display: block;}
#top > div > p.st1 span.right {text-align: right;}

#top > div > p.st2 {
  font-size: 40px;
  font-size: 1.3em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: rgba(var(--point-color), 1);
  margin-top: 0.7em;
}

/* ↓ intro ↓ -------------------------------------------------- */
#intro {
  position: relative;
  overflow: hidden;
}
#intro .content {
  width: 41%;
  margin: 0 auto;
  padding: 5.6em 0 7.4em;
  z-index: 2;
  position: relative;
}
#intro .content p {
  font-family: var(--font-gothic);
  font-size: 32px;
  font-size: 1.06em;
  line-height: 2.22em;
  letter-spacing: 0.11em;
  color: rgba(var(--main-color), 1);
}
#intro .content p span {display: block;}
#intro .content p.st2 {margin-top: 3.3em;}
#intro .content p.st3 {margin-top: 5.75em;}

#intro .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ani-fuwari {
  border-radius: 50%;
  filter: blur(0.3em);
  position: absolute;
  will-change: transform;
}
#sircle1 {
  width: 13em;
  height: 13em;
  background-color: rgba(248, 197, 163, 0.25);
  top: -15%;
  left: -10%;
}
#sircle2 {
  width: 20.3em;
  height: 20.3em;
  background-color: rgba(249, 208, 186, 0.25);
  top: -7.5%;
  left: -1.8%;
}
#sircle3 {
  width: 15em;
  height: 15em;
  background-color: rgba(188, 212, 223, 0.25);
  bottom: 0.1em;
  left: 1.2%;
}
#sircle4 {
  width: 10em;
  height: 10em;
  background-color: rgba(219, 168, 144, 0.25);
  bottom: -8.3%;
  left: 12.4%;
}
#sircle5 {
  width: 16.5em;
  height: 16.5em;
  background-color: rgba(243, 210, 140, 0.25);
  bottom: 40%;
  right: 3.7%;
}
#sircle6 {
  width: 13em;
  height: 13em;
  background-color: rgba(188, 179, 209, 0.25);
  bottom: 20%;
  right: -2.2%;
}
#sircle7 {
  width: 16em;
  height: 16em;
  background-color: rgba(192, 221, 163, 0.25);
  bottom: -1.7%;
  right: -18%;
}

#intro .p {
  width: 40%;
}

/* ↓ movie ↓ -------------------------------------------------- */
#movie {
  background: linear-gradient(
  30deg, rgba(228, 227, 236, 1) 0%,
  rgba(228, 228, 237, 0.6) 51.39%,
  rgba(234, 238, 244, 0.64) 71.35%,
  rgba(240, 247, 250, 0.7) 100%);
  padding: 6.325em 0;
}
#movie .movie-box {
  width: 60%;
  margin: 0 auto;
  line-height: 0;
}
#movie video {
  width:100%;
}


/* ↓ feature ↓ -------------------------------------------------- */
#feature {
  background: linear-gradient(
  30deg, rgba(252, 241, 234, 1) 0%,
  rgba(251, 240, 234, 1) 2.95%,
  rgba(228, 228, 237, 0.9) 51.39%,
  rgba(234, 238, 244, 0.94) 71.35%,
  rgba(240, 247, 250, 1) 100%
  );
  padding: 3.8em;
}
#feature .content {
  background-color: white;
  text-align: center;
  padding: 2.4em 3.42em 2.4em 6em;
}
#feature .content > p {
  font-size: 35px;
  font-size: 1.17em;
  line-height: 1.28em;
  letter-spacing: 0.1em;
  color: rgba(var(--point-color), 1);
}
#feature .content > #f-title {
  width: 20%;
  margin: 1.26em auto 0;
}
.fbox {padding-bottom: 3em;}
#f1 {margin-top: 2em;}
.fbox > .box {
  display: grid;
  grid-template-columns: 2.5em 1fr;
  grid-column-gap: 1.28em;
  color: rgba(var(--main-color), 1);
  position: relative;
}
.fbox .box .st1 {
  font-size: 34px;
  font-size: 1.13em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.fbox .box .st2 {
  grid-area: 2 / 1 / 4 / 2;
  font-size: 94px;
  font-size: 3.13em;
  line-height: 1.2em;
  letter-spacing: 0.09em;
  transform: skewX(-10deg);
}
.fbox .box .st3 {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 43px;
  font-size: 1.43em;
  line-height: 0.95em;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 0.5em;
}
.fbox .box .st4 {
  grid-area: 3 / 2 / 4 / 3;
  font-family: var(--font-gothic);
  text-align: left;
  font-size: 32px;
  font-size: 1.07em;
  line-height: 1.6em;
  letter-spacing: 0.11em;
  margin-top: 0.8em;
  color: black;
  padding-right: 3em;
}
#feature .content > p.annotation {
  font-size: 0.6em;
  text-align: right;
}
#feature .content > p.annotation span {
  margin-left: 1em;
}
#feature .fbox .box p.annotation {
  position: absolute;
  top: 100%;
  right: 0;
  text-indent: -2em;
  margin-left: 2em;
  margin-top: 1em;
  text-align: left;
}
#feature .fbox .box p.annotation span {display: inline;}

/* ↓ 特長1 ↓----------------------------------------------------------- */
#component {
  margin: 2.5em auto;
  display: grid;
  grid-template-columns: repeat(8,1fr);
  position: relative;
}
#item1 {
  --title-color: 99, 101, 44;
  --bg-color: 251, 242, 221;
}
#item2 {
  --title-color: 137, 67, 57;
  --bg-color: 253, 241, 234;
}
#item3 {
  --title-color: 1, 101, 95;
  --bg-color: 235, 242, 245;
}
#item4 {
  --title-color: 0, 105, 62;
  --bg-color: 236, 245, 227;
}
#item5 {
  --title-color: 119, 36, 28;
  --bg-color: 244, 229, 222;
}
#item6 {
  --title-color: 4, 56, 89;
  --bg-color: 235, 232, 241;
}
#item7 {
  --title-color: 229, 101, 42;
  --bg-color: 253, 240, 228;
}
#component .item {
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background-color: rgba(var(--bg-color), 1);
  margin: 0.3em;
  display: grid;
  align-items: center;
  grid-column: auto / span 2;
}
#item5 {
  grid-column: 2 / 4 !important;
}
#component .item-box {
  width: 87.3%;
  font-size: 1.1em;
  display: grid;
  grid-template-columns: 1fr 7.4em;
  grid-column-gap: 0.36em;
  align-items: end;
  margin: 0 auto;
}
#component #item5 .item-box,
#component #item6 .item-box,
#component #item7 .item-box {
  width: 9.9em;
  margin-right: 1em;
}
.item-name {
  font-family: var(--font-gothic);
  font-weight: 600;
  color: rgba(var(--title-color), 1);
  font-size: 14px;
  font-size: 0.47em;
  line-height: 1em;
  letter-spacing: 0.075em;
  border-bottom: solid 0.15em rgba(var(--title-color), 1);
  width: fit-content;
  padding: 0 0.5em 0.3em;
  grid-area: 1 / 1 / 2 / 3;
  margin: 0 auto;
}
#component #item5 .item-name,
#component #item6 .item-name,
#component #item7 .item-name {
  grid-area: 1 / 2 / 2 / 3;
  margin-left: 1em;
}
#component #item1 .item-image {width: 1em;}
#component .item-image {
  grid-area: 2 / 1 / 3 / 2;
  width: 0.9em;
  filter: drop-shadow(0.1em 0.2em 0.1em rgba(183, 180, 131, 0.75));
  margin-bottom: 0.5em;
}
#component #item5 .item-image,
#component #item6 .item-image,
#component #item7 .item-image {
  width: 2.13em;
  margin-bottom: 0;
}
#component .com-image {
  grid-area: 2 / 2 / 3 / 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.5em;
  position: relative;
}
#component .com-image .st1 {
  position: relative;
  background-color: rgba(176, 156, 83, 1);
  height: 0.77em;
}
#component .com-image .st1 > img {
  width: 3.13em;
  position: absolute;
  bottom: 0.05em;
  left: 50%;
  transform: translateX(-50%);
}
#component .com-image .st2 {
  font-family: var(--font-gothic);
  background-color: white;
  color: rgba(var(--main-color), 1);
  font-size: 13px;
  font-size: 0.43em;
  line-height: 1.26em;
  letter-spacing: 0.05em;
  height: 1.77em;
  align-content: center;
}
#component #item7 .com-image .st2.span1 {
  grid-area: auto;
}
#component .com-image > .box {
  position: relative;
  grid-row: 3 / 4;
}
#component .com-image .st3 {
  font-family: var(--font-gothic);
  font-size: 13px;
  font-size: 0.43em;
  line-height: 1.26em;
  letter-spacing: 0.05em;
  color: white;
  position: absolute;
  bottom: 0.5em;
  text-align: center;
  width: 100%;
  min-height: 2.46em;
  display: grid;
  align-items: center;
}
#component .com-image .st3 span {display: block;}
#component .com-image .st3.slim {
  transform: scale(0.8, 1);
  transform-origin: left;
  width: 125%;
}

#component .com-image.plus0 {
  border: solid 0.08em rgba(176, 156, 83, 1);
  margin-top: 1em;
}
#component .com-image.plus0 .st2 {grid-area: 2 / 1 / 3 / 3;}

#component .com-image.plus1 {
  grid-column-gap: 0.2em;
  position: relative;
}
#component .com-image.plus1::before,
#component .com-image.plus1::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(50% - 0.2em);
  border: solid 0.08em rgba(176, 156, 83, 1);
  bottom: -0.07em;
  z-index: 1;
}
#component .com-image.plus1::before {
  height: calc(100% - 0.77em);
  left: 0;
}
#component .com-image.plus1::after {
  height: 100%;
  right: 0;
}
#component .com-image.plus1 .st1 {
  grid-area: 1 / 2 / 2 / 3;
}
#component .com-image.plus1 .st2 {grid-row: 2 / 3;}

#component .com-image.plus2 {
  border: solid 0.08em rgba(176, 156, 83, 1);
}
#component .com-image.plus2 .st1 {
  grid-area: 1 / 1 / 2 / 3;
  position: relative;
}
#component .com-image.plus2 .st2 {
  grid-area: 2 / 1 / 3 / 3;
}
.com-image .annotation {
  position: absolute;
  top: 100%;
  font-size: 0.35em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: rgba(176, 156, 83, 1);
  margin-top: 0.5em;
  text-align: left;
  text-indent: -2em;
  margin-left: 2em;
  display: none;
}
#component > p.annotation {
  position: absolute;
  top: 100%;
  right: 0;
  color: rgba(var(--point-color), 1);
  margin-top: 2em;
}

/* ↓ 特長2 ↓ ----------------------------------------------------------- */
#feature .fbox #easyGel {
  width: 86%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0.62em;
  margin: 2.5em auto 1em;
  padding-left: 0.5em;
}
#feature .fbox #easyGel .box {position: relative;}
#feature .fbox #easyGel .box > p {
  position: absolute;
  font-family: var(--font-gothic);
  font-size: 18px;
  font-size: 0.6em;
  line-height: 1.3em;
  letter-spacing: 0.11em;
  color: rgba(var(--main-color), 1);
  bottom: 0.43em;
  left: 0.43em;
}
#feature .fbox #easyGel .box > p span {
  width: fit-content;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 84%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 0.1em 1em 0.1em 0.7em;
}
#feature .fbox #easyGel .box .annotation {
  font-size: 0.55em;
  margin-top: 0.3em;
  display: block;
  text-align: left;
  text-indent: -2.2em;
  margin-left: 2em;
}

/* ↓ 特長3 ↓----------------------------------------------------------- */
#f3 > .box {
  width: 90%;
  grid-template-columns: 2.5em 1fr 1fr;
}

#free {
  grid-area: 2 / 3 / 4 / 4; 
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.3em;
  position: relative;
}
#free::before,
#free::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(var(--main-color), 1);
  clip-path: polygon(0% 0%, 0% calc(0% + 1px), 100% 100%, 100% calc(100% - 1px));
}
#free::after {
  transform: scale(-1, 1);
  right: 0;
}
#free > p {
  font-family: var(--font-gothic);
  font-size: 20px;
  font-size: 0.67em;
  line-height: 2.5em;
  letter-spacing: 0.125em;
  color: rgba(var(--main-color), 1);
  border: solid 0.05em rgba(var(--main-color), 1);
  padding: 0 0.7em;
}

@media screen and (max-width: 1400px) {
  #component {
    grid-template-columns: repeat(6,1fr);
  }
  #component .item {font-size: 1.35em;}
  #item1,
  #item3 {grid-column: 2 / 4 !important;}
  #item5 {grid-column: 1 / 3 !important;}
  .com-image .annotation {
    display: block;
  }
  #component > p.annotation {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #component {
    width: 80%;
    grid-template-columns: repeat(4,1fr);
  }
  #component .item {font-size: 1.7em;}
  #item1,
  #item3 {grid-column: auto / span 2 !important;}
  #item5 {grid-column: auto / span 2 !important;}
  #item7 {grid-column: 2 / 4 !important;}
  #feature .fbox #easyGel {
    width: 70%;
    font-size: 0.85em;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5em;
    padding-left: 0;
  }
  #feature .fbox #easyGel .box > p {font-size: 1.1em;}
  #free {
    width: 100%;
    font-size: 1.5em;
  }
}

/*
@media screen and (max-width: 1000px) {
  #component {
    width: 80%;
    grid-template-columns: repeat(4,1fr);
  }
  #component .item {font-size: 1.7em;}
  #item1,
  #item3 {grid-column: auto / span 2 !important;}
  #item5 {grid-column: auto / span 2 !important;}
  #item7 {grid-column: 2 / 4 !important;}

}
*/



























/* ↓ return ↓ */
#return {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: grid;
  z-index: 100;
}
#return div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(183, 160, 178, 1);
  display: grid;
  align-items: center;
}
#return p {
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
#return p span {display: block;}













