html {
  font-size: 10px;
}

body {
  color: #333;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: all 0.1s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #fff;
  padding: 0.6rem 0 1.3rem;
  position: relative;
}

.footer__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 0 0.5rem;
}

.footer__links {
  align-items: center;
  display: flex;
  gap: 1.45rem;
}

.footer__logo {
  max-width: 4.5rem;
}

.footer__link {
  color: #000;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.5rem;
}

.footer__copyright {
  color: #000;
  font-size: 0.5rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  left: 0;
  left: 50%;
  max-width: 37.5rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 4;
}

.header__inner {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  padding: 1.1rem 0.8rem 1.1rem 0.5rem;
  position: relative;
}

.header__logo {
  max-width: 4.7rem;
}

.header__sitelogo {
  margin-left: auto;
  max-width: 4.5rem;
  position: relative;
  top: -0.5rem;
}

/*
 * l-bg-obj
 * -------------------------------------------------------------
 */

.l-bg-obj {
  backface-visibility: hidden;
  contain: paint;
  height: 200%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  width: 60.7rem;
  /* GPU合成レイヤー化 */
  will-change: transform;
  z-index: 0;
  /* この要素内だけ再描画 */
}

.l-bg-obj--back {
  background: url(./../images/bg_obj_back.webp) top/100%;
  background-repeat: repeat-y;
  top: 1.8rem;
}

.l-bg-obj--front {
  background: url(./../images/bg_obj_front.webp) top/100%;
  background-repeat: repeat-y;
  top: 2.3%;
  width: 71.2rem;
  z-index: 2;
}

/*
 * l-bgWrap
 * -------------------------------------------------------------
 */

.l-bgWrap {
  background: url(./../images/bg_grid_grad.jpg) repeat bottom/37.5rem;
  margin-top: -0.1rem;
  overflow: hidden;
  padding-bottom: min(16vw, 9rem);
  position: relative;
}

/*
 * l-bodyWrap
 * -------------------------------------------------------------
 */

/*
 * l-box
 * -------------------------------------------------------------
 */

.l-box {
  border: 0.7rem solid #f2a8c8;
  border-radius: 1.2rem;
  position: relative;
}

.l-box__inner {
  background: #fff;
  border-radius: 0.6rem;
}

.l-box.--blue {
  border-color: #b1d1fd;
}

/*
 * l-grad-box
 * -------------------------------------------------------------
 */

.l-grad-box {
  --c1: #dcedf9;
  --c2: #e7b3d6;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #dcedf9, #e7b3d6) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, var(--c1), var(--c2)) border-box;
  background-clip: padding-box, border-box;
  border: 0.5rem solid transparent;
  border-radius: 1.2rem;
  /* Safari 安定化 */
}

.l-grad-box__inner {
  border-radius: 1.2rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 37.5rem;
  padding: 0 2.5rem;
}

.l-inner--sm {
  max-width: 35rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-pc-bg
 * -------------------------------------------------------------
 */

.l-pc-bg {
  background: url(./../images/pc_bg_left.webp) left top/calc((100% - 37.5rem) / 2) 143vh no-repeat, url(./../images/pc_bg_right.webp) right top/calc((100% - 37.5rem) / 2) 143vh no-repeat;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
}

.l-pc-bg::before,
.l-pc-bg::after {
  content: "";
  display: block;
  height: 143vh;
  position: absolute;
  top: 0;
  width: calc((100% - 37.5rem) / 2 + 1rem);
  z-index: -1;
}

.l-pc-bg::before {
  background: url(./../images/pc_bg_left.webp) no-repeat center/100% 100%;
  left: 0;
}

.l-pc-bg::after {
  background: url(./../images/pc_bg_right.webp) no-repeat center/100% 100%;
  position: fixed;
  right: 0;
}

.l-pc-bg__inner {
  height: 100%;
  margin: 0 auto;
  padding-top: 10.2rem;
  position: relative;
  width: 100%;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.l-wrap::before {
  background: url(./../images/wrap_wave.webp) no-repeat top/100%;
  content: "";
  display: block;
  height: 16vw;
  left: 50%;
  position: absolute;
  top: -10.67vw;
  transform: translateX(-50%);
  width: 101%;
  z-index: 3;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta__btn {
  align-items: center;
  background: linear-gradient(90deg, rgb(220, 237, 249) 0%, rgb(237, 191, 216) 100%);
  border-radius: 2.3rem;
  box-shadow: 2px 2px 0px 0px #123577;
  display: grid;
  height: 4.5rem;
  justify-items: center;
  margin: 0 auto;
  max-width: 26rem;
  place-items: center;
  transition: transform 0.1s box-shadow 0.1s;
}

.c-cta__btn:hover {
  box-shadow: 0px 0px 0px 0px #123577;
  transform: translateY(2px);
}

.c-cta__text {
  display: block;
  max-width: 18.9rem;
  padding-top: 0.4rem;
}

.c-cta__note {
  color: #fac6f9;
  display: block;
  font-size: 1rem;
  letter-spacing: -0.1em;
  margin-top: 0.5rem;
  text-align: center;
}

/*
 * page-top
 * -------------------------------------------------------------
 */

.page-top {
  background: #ee87b5;
  border-radius: 50%;
  bottom: 4.9rem;
  height: 6.5rem;
  max-width: 6.5rem;
  padding: 0.25rem;
  position: fixed;
  right: calc((100% - 37.5rem) / 2 + 1rem);
  transition: transform 0.2s;
  width: 100%;
  z-index: 3;
}

.page-top span {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 900;
  gap: 0.1rem;
  height: 100%;
  justify-content: center;
  letter-spacing: -0.05em;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  text-align: center;
  width: 100%;
}

.page-top span::before {
  background: url(./../images/page_top_icon.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.05rem;
  width: 1.9rem;
}

.page-top:hover {
  transform: translateY(-0.3rem);
}

/*
 * acd-faq
 * -------------------------------------------------------------
 */

.acd-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

/*
 * acd-notes
 * -------------------------------------------------------------
 */

.acd-notes__list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  padding: 1rem 0 3rem;
}

.acd-notes__list li::before {
  content: "●";
  display: inline-block;
  margin-right: 0.3rem;
}

.acd-notes__list ol {
  padding-left: 3em;
}

.acd-notes__list li {
  display: flex;
}

.acd-notes__list li.has-child {
  flex-wrap: wrap;
}

.acd-notes__list li.has-child p {
  width: 95%;
}

.acd-notes__list ol li::before {
  content: "○";
  display: inline-block;
}

/*
 * acd-reqs
 * -------------------------------------------------------------
 */

.acd-reqs__ttl {
  align-items: center;
  display: flex;
}

.acd-reqs__ttl::before {
  content: "●";
  display: inline-block;
}

/*
 * acd-terms
 * -------------------------------------------------------------
 */

.acd-terms__text .list {
  counter-reset: item;
  padding-left: 1.5em;
}

.acd-terms__text .list2 {
  padding-left: 2.5em;
}

.acd-terms__text .list li p,
.acd-terms__text .list2 li {
  display: flex;
}

.acd-terms__text .list2 li::before,
.acd-terms__text .list1 li p::before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.5em;
}

/*
 * c-acd
 * -------------------------------------------------------------
 */

.acd {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}

.acd__ttlWrap {
  background: #f19db5;
  cursor: pointer;
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 0.9rem 1.2rem 1rem;
}

.acd__ttlWrap-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 24rem;
}

.acd__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.acd__ttl span {
  font-size: 1.3rem;
}

.acd__btn {
  align-items: center;
  cursor: pointer;
  display: inline-block;
  display: grid;
  height: 1.5rem;
  justify-items: center;
  place-items: center;
  position: relative;
  width: 1.6rem;
}

.acd__btn::before,
.acd__btn::after {
  background: #fff;
  border-radius: 1rem;
  content: "";
  display: block;
}

.acd__btn::before {
  height: 2px;
  width: 100%;
}

.acd__btn::after {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
  width: 2px;
}

.acd__btn.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.acd__contents {
  color: #000;
  display: none;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}

.acd__inner {
  max-width: 36rem;
}

.acd__contents a {
  color: #0000EE;
  display: inline-block;
}

/* contents
------------------------------------- */

.acd__contents dl {
  color: #000;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 1rem 0 3rem;
}

.acd__contents dt {
  font-weight: 500;
}

.acd__contents dt:not(:nth-child(1)) {
  margin-top: 1.3rem;
}

.acd__contents dd {
  margin-top: 0.1rem;
}

/*
 * campaign
 * -------------------------------------------------------------
 */

.campaign {
  margin-top: 1.6rem;
}

.campaign__inner {
  padding: 2.8rem 0 2.1rem;
}

.campaign__body {
  position: relative;
  z-index: 2;
}

.campaign__ttl {
  left: 50%;
  max-width: 27.8rem;
  position: absolute;
  top: -5.3rem;
  transform: translateX(-50%);
  width: 100%;
}

.campaign__lead {
  margin: 0 auto;
  max-width: 32rem;
}

.campaign__dl {
  align-items: center;
  color: #123577;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 0.5rem;
  text-align: center;
}

.campaign__dt {
  border: 1px solid #123577;
  border-radius: 1rem;
  font-size: 1.5rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.campaign__dl-item:nth-child(1) .campaign__dt {
  padding: 0 1.5rem 0.2rem;
}

.campaign__dl-item:nth-child(2) .campaign__dt {
  padding: 0 0.9rem 0.2rem;
}

.campaign__dd {
  display: flex;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}

.campaign__dd p:nth-of-type(1)::after {
  content: "▶︎";
  display: inline-block;
  margin: 0 0.5rem 0 0.6rem;
  position: relative;
  top: -0.5rem;
}

.campaign__dd .lg {
  font-size: 3.5rem;
}

.campaign__textWrap {
  margin: 2rem auto 0;
  max-width: 30.1rem;
}

.campaign__note {
  color: #123577;
  display: block;
  font-size: 1rem;
  letter-spacing: -0.1em;
  padding-right: 0.7rem;
  text-align: right;
}

.campaign__cta {
  margin-top: 1rem;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  margin-top: 4.5rem;
  padding: 2.1rem 2rem 3rem;
  text-align: center;
}

.contact__ttl {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.contact__company {
  margin: 1.3rem auto 0;
  max-width: 21.1rem;
}

.contact__tel {
  color: #15a63a;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: -0.05em;
  margin-top: 1rem;
  position: relative;
  right: 0.3rem;
}

.contact__tel::before {
  background: url(./../images/contact_icon.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 2rem;
  margin-top: 0.2rem;
  width: 3.2rem;
}

.contact__info {
  color: #4d4d4d;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 1.4rem;
}

.contact__info span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.contact__info span::before {
  content: "<";
  display: inline-block;
}

.contact__info span::after {
  content: ">";
  display: inline-block;
}

.contact__text {
  color: #4d4d4d;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 0.7rem;
  line-height: 1.9;
  margin-top: 1.4rem;
  text-align: left;
}

/*
 * enter
 * -------------------------------------------------------------
 */

.enter {
  margin-top: 4.5rem;
  position: relative;
  z-index: 2;
}

.enter__inner {
  padding: 4.6rem 0 2.5rem;
}

.enter__ttl {
  left: 50%;
  max-width: 21.5rem;
  position: absolute;
  top: -2.1rem;
  transform: translateX(-50%);
  width: 100%;
}

.enter__lead {
  color: #666;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 25.5rem;
}

.entry__textWrap {
  margin: 3.5rem auto 0;
  max-width: 30.1rem;
}

.enter__cta {
  margin-top: 1rem;
}

/* flow
------------------------------------------ */

.enter__flow {
  margin: 3.2rem auto 0;
  max-width: 29rem;
}

.enter__flow-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.enter__flow-item {
  -o-border-image: linear-gradient(to right, #a0d3ff, #c266ff) 1;
  align-items: center;
  border: 1px solid;
  border-image: linear-gradient(to right, #a0d3ff, #c266ff) 1;
  display: flex;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem 1rem 1.5rem;
}

.enter__flow-num {
  display: inline-block;
  min-width: 4.3rem;
  width: 4.3rem;
}

.enter__flow-text {
  font-size: 1.2rem;
  letter-spacing: -0.076em;
  line-height: 1.25;
}

.enter__flow-text span {
  font-weight: 700;
}

.enter__flow-text .prp {
  color: #9d91f9;
}

.enter__flow-text .grn {
  color: #82cb34;
}

.enter__flow-text .eng {
  letter-spacing: 0;
}

.enter__flow-lead {
  background: linear-gradient(transparent 39%, #ffff8a 0%);
  color: #fe467a;
  font-size: 1.9rem;
  font-weight: 900;
  margin: 1.4rem auto 0;
  padding-left: 0.7rem;
  width: -moz-fit-content;
  width: fit-content;
}

.enter__flow-bottom {
  color: #ff4f2c;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.36;
  margin-top: 1.5rem;
  text-align: center;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  position: relative;
  z-index: 3;
}

/*
 * guide
 * -------------------------------------------------------------
 */

.guide {
  margin-top: 2.2rem;
  padding: 0 1rem;
}

.guide__ttl {
  background: #666;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin: 0 auto;
  max-width: 26rem;
  padding: 0.7rem;
  text-align: center;
}

.guide__imgWrap-top {
  margin: 1.1rem auto 0;
  text-align: center;
}

.guide__img-top {
  margin: 0 auto;
  max-width: 8.3rem;
}

.guide__desc-top {
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.58;
  margin-top: 0.6rem;
}

.guide__desc-top .hl {
  background: #dff0fd;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem;
}

.guide__box {
  background: #FFFF8A;
  border-radius: 2.5rem;
  margin-top: 0.8rem;
  padding: 1rem 1.4rem 1.5rem;
}

.guide__box-text {
  font-size: 1rem;
  letter-spacing: -0.07em;
  line-height: 1.2;
  text-align: center;
}

.guide__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 900;
  gap: 0.1rem 1.1rem;
  justify-content: center;
  line-height: 1.25;
  margin-top: 0.7rem;
}

.guide__note {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 1rem;
  padding: 0 0.5rem;
  text-align: justify;
}

.guide__imgWrap-bottom {
  margin-top: 1rem;
}

.guide__desc-bottom {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1.4;
  margin-top: 0.1rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.guide__desc-bottom .hl {
  background: #dff0fd;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.1rem 0;
}

.guide__box02 {
  border: 2px solid #ccc;
  border-radius: 2.5rem;
  color: #666;
  margin-top: 1.1rem;
  padding: 0.8rem 0.9rem 1.2rem;
}

.guide__box02-ttl {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.guide__box02-ttl::after {
  background: radial-gradient(circle, #666 1px, transparent 1px) center/8px 2px repeat-x;
  content: "";
  display: block;
  height: 6px;
  margin: 0.3rem auto 0;
  width: 100%;
}

.guide__box02-list {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.5rem;
  padding-left: 1.4rem;
}

.guide__box02-list li::before {
  content: "・";
  display: inline-block;
}

.guide__text {
  color: #ff4f2c;
  font-size: 1.1rem;
  font-weight: 900;
  margin-top: 1rem;
  text-align: center;
}

.guide__wrong {
  background: #e6e6e6;
  margin-top: 0.9rem;
  padding: 0.4rem 1.2rem 0.9rem;
}

.guide__wrong-ttl {
  font-size: 2.1rem;
  text-align: center;
}

.guide__wrong-list {
  grid-gap: 0.85rem;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.6rem;
}

.guide__wrong-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.guide__wrong-itemTtl {
  background: #333;
  color: #fff;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.3rem;
  padding: 0.2rem;
  text-align: center;
  width: 100%;
}

.guide__wrong-img {
  align-items: center;
  display: flex;
  flex: 1;
}

.guide__wrong-item:last-child .guide__wrong-img {
  max-width: 7.7rem;
}

.guide__wrong-item:last-child .guide__wrong-img img {
  box-shadow: 0px 1px 1.3px 0px rgba(0, 0, 0, 0.3);
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
  background: url(./../images/intro_bg.webp) no-repeat top/100% 100%;
  margin-top: -0.1rem;
  padding: 1.2rem 0 16vw;
  position: relative;
}

.intro__inner {
  padding: 0 1.4rem;
}

.intro__ttl {
  margin: 0 auto;
  max-width: 35rem;
  position: relative;
  z-index: 3;
}

.intro__lead {
  margin-top: 0.2rem;
}

/*
 * pc-cta
 * -------------------------------------------------------------
 */

.pc-cta {
  background: url(./../images/pc_bg_right.webp) no-repeat center/100% 100%;
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc((100% - 37.5rem) / 2);
  z-index: 1;
}

.pc-cta::before {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  background: url(./../images/pc_obj_right.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 22.9vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32.36vw;
  z-index: -1;
}

.pc-cta__ttl {
  margin: 0 auto;
  max-width: 40rem;
  width: 28.45vw;
}

.pc-cta__limit {
  color: #123577;
  font-size: min(1.7rem, 1.2vw);
  margin-top: 1rem;
  text-align: center;
}

.pc-cta__btn {
  border-radius: 2.3vw;
  box-shadow: 0.27vw 0.27vw 0px 0px #123577;
  height: 4.5vw;
  margin: 0.9vw auto 0;
  max-height: 6rem;
  max-width: 35rem;
  width: 25vw;
}

.pc-cta__text {
  max-width: 25rem;
  padding-top: 0.4rem;
  width: 17.18vw;
}

.pc-cta__note {
  display: block;
  margin: 0.72vw auto 0;
  max-width: 31.5rem;
  text-align: center;
  width: 22.3vw;
}

/*
 * pc-products
 * -------------------------------------------------------------
 */

.pc-products {
  align-items: center;
  background: url(./../images/pc_bg_left.webp) no-repeat center/100% 100%;
  display: none;
  justify-items: center;
  place-items: center;
  position: relative;
  width: calc((100% - 37.5rem) / 2);
}

.pc-products::before {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  background: url(./../images/pc_obj_left.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 60.7vw;
  left: 52%;
  max-width: 43vw;
  position: absolute;
  top: 57%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 34vw;
  z-index: 1;
}

.pc-products__inner {
  max-width: 50rem;
  position: relative;
  width: 90%;
  z-index: 1;
}

.pc-products__header {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.pc-products__header-ttl {
  margin: 0 auto;
  width: min(22.2rem, 15vw);
}

.pc-products__header-note {
  color: #253874;
  display: block;
  font-size: min(1.5rem, 1vw);
  font-weight: 700;
  padding-right: min(1.3rem, 0.9vw);
  text-align: right;
}

.pc-products__body {
  display: flex;
  flex-direction: column;
  gap: min(4rem, 2.7vw);
  margin-top: min(1.5rem, 1vw);
}

.pc-products__list-ttl {
  margin: 0 auto;
  width: min(9.4rem, 6.36vw);
}

.pc-products__items {
  grid-gap: min(2.5rem, 1.7vw) 2.2rem;
  display: grid;
  gap: min(2.5rem, 1.7vw) 2.2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: min(1.5rem, 1vw);
}

.pc-products__item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.pc-products__ttl {
  font-size: min(1rem, 0.66vw);
  font-weight: 700;
  letter-spacing: -0.026em;
  line-height: 1.2;
  margin: auto calc(50% - 50vw) 0;
  text-align: center;
}

.pc-products__btn {
  align-items: center;
  align-items: center;
  background: #B1D1FD;
  border-radius: min(2rem, 1.5vw);
  box-shadow: 0.2vw 0.2vw 0px 0px #123577;
  display: grid;
  height: min(3.8rem, 2.75vw);
  justify-items: center;
  justify-items: center;
  margin: min(3rem, 2vw) auto 0;
  padding-top: min(0.45rem, 0.3vw);
  place-items: center;
  transition: transform 0.1s box-shadow 0.1s;
  width: min(31rem, 20.9vw);
}

.pc-products__btn:hover {
  box-shadow: 0px 0px 0px;
  transform: translateY(0.3rem);
}

.pc-products__btn-text {
  width: min(27.7rem, 18.7vw);
}

/* softymo
----------------------------------------------- */

.pc-products__list.--list01 .pc-products__img {
  width: min(4rem, 2.7vw);
}

.pc-products__list.--list01 .pc-products__item:nth-child(4) .pc-products__img {
  margin-top: auto;
  width: min(6rem, 4vw);
}

.pc-products__list.--list01 .pc-products__item:nth-child(5) .pc-products__img {
  width: min(4.6rem, 3.1vw);
}

.pc-products__list.--list01 .pc-products__item:nth-child(6) .pc-products__img {
  position: relative;
  top: 0.3vw;
  width: min(3.4rem, 2.3vw);
}

.pc-products__list.--list01 .pc-products__item:nth-child(7) .pc-products__img {
  width: min(4.3rem, 2.9vw);
}

.pc-products__list.--list01 .pc-products__item:nth-child(7) .pc-products__ttl {
  letter-spacing: -0.15em;
}

/* CLEAR TURN
----------------------------------------------- */

.pc-products__list.--list02 .pc-products__ttl {
  height: 2em;
}

.pc-products__list.--list02 .pc-products__img {
  margin-bottom: min(1.5rem, 1vw);
  max-width: min(7.4rem, 5vw);
}

.pc-products__list.--list02 .pc-products__item:nth-child(2) .pc-products__img {
  margin: min(0.4rem, 0.3vw) calc(50% - 50vw) 0;
  max-width: min(9.5rem, 6.4vw);
}

.pc-products__list.--list02 .pc-products__item:nth-child(3) .pc-products__img {
  margin-top: min(0.4rem, 0.3vw);
  max-width: min(6.7rem, 4.5vw);
}

.pc-products__list.--list02 .pc-products__item:nth-child(4) .pc-products__img {
  margin: min(0.9rem, 0.6vw) calc(50% - 50vw) 0;
  max-width: min(9rem, 6vw);
}

.pc-products__list.--list02 .pc-products__item:nth-child(5) .pc-products__img {
  margin: min(0.9rem, 0.6vw) calc(50% - 50vw) 0;
  max-width: min(9rem, 6vw);
}

.pc-products__list.--list02 .pc-products__item:nth-child(8) .pc-products__img {
  margin-top: min(0.4rem, 0.3vw);
  max-width: min(6.7rem, 4.5vw);
}

/* scroll_down
----------------------------------------- */

.scroll_down {
  animation: arrowmove 1.6s ease-in-out infinite;
  height: min(8rem, 5.4vw);
  left: 5%;
  position: absolute;
  top: 0;
  width: min(2.2rem, 1.6vw);
}

.scroll_down p {
  font-size: min(1.3rem, 0.9vw);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll_down:before {
  background: #000;
  bottom: 0;
  content: "";
  height: min(1.5rem, 1vw);
  position: absolute;
  right: max(-0.45rem, -0.3vw);
  transform: skewX(-31deg);
  width: 1px;
}

.scroll_down:after {
  background: #000;
  content: "";
  height: min(8rem, 5.4vw);
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

/*
 * present
 * -------------------------------------------------------------
 */

.present {
  margin-top: 3.6rem;
}

.present__inner {
  overflow: hidden;
  padding-top: 10.8rem;
}

.present__inner.--top {
  padding-top: 11.5rem;
}

.present__header {
  overflow: hidden;
  position: absolute;
  top: -3.64rem;
}

.present__header.--top {
  height: 15.5rem;
}

.present__header.--top::after {
  background: url(./../images/present_header_unit01_parts.webp) no-repeat center/100%;
  bottom: -0.2rem;
  content: "";
  display: block;
  height: 1.3rem;
  position: absolute;
  width: 100%;
}

.present__header-text {
  bottom: 0.8rem;
  color: #123577;
  font-size: 1.1rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}

.present__header-text.--top {
  bottom: 0.6rem;
  line-height: 1.2;
}

.present__body {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  padding: 2.2rem 1rem 1.4rem;
  position: relative;
  z-index: 2;
}

.present__imgWrap {
  margin-top: 1.7rem;
  position: relative;
}

.present__img-lg {
  margin: 0 auto;
  max-width: 24.6rem;
}

.present__img {
  margin: 2.6rem auto 0;
  max-width: 22.5rem;
}

.present__label {
  max-width: 5.8rem;
  position: absolute;
  right: 0.1rem;
  top: -2.9rem;
  width: 100%;
}

.present__item--02 .present__label {
  top: -4rem;
}

.present__grid {
  grid-gap: 0.3rem;
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 23rem;
}

.present__grid-img {
  position: relative;
}

.present__grid-img::before {
  background: url(./../images/sample.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.5rem;
  left: 50%;
  max-width: 4.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.present__header.--single01 {
  top: -2.54rem;
}

.present--single .present__body {
  padding-top: 1.7rem;
}

.present--single .present__imgWrap {
  margin-top: 2.8rem;
}

.present--single .present__imgWrap::after {
  background: url(./../images/present_plus.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.3rem;
  margin: 0.8rem auto 0;
  width: 2.1rem;
}

.present--single .present__label {
  top: -4.8rem;
}

.present__holder {
  height: 14rem;
  margin: 0.6rem auto 0;
  max-width: 14rem;
  width: 100%;
}

/*
 * products
 * -------------------------------------------------------------
 */

.products {
  margin-top: 4.5rem;
}

.products__header {
  left: 50%;
  max-width: 21.6rem;
  position: absolute;
  top: -3.2rem;
  transform: translateX(-50%);
  width: 100%;
}

.products__header-note {
  color: #123577;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: -0.5rem;
  padding-right: 1rem;
  text-align: right;
}

.products__body {
  display: flex;
  flex-direction: column;
  gap: 5.1rem;
  padding: 5rem 0 3.4rem;
  position: relative;
  z-index: 2;
}

.products__list-ttl {
  margin: 0 auto;
  max-width: 11rem;
}

.products__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0.5rem;
  justify-content: center;
  margin-top: 1.7rem;
}

.products__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.products__img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
}

/* softymo
--------------------------------------------- */

.products__list.--list01 .products__item {
  max-width: 13.8rem;
}

.products__list.--list01 .products__img {
  aspect-ratio: 55/133;
  margin-bottom: 1rem;
  max-width: 5.5rem;
}

.products__list.--list01 .products__item:nth-child(4) .products__img {
  aspect-ratio: unset;
  margin: auto;
  max-width: 8rem;
  position: relative;
  top: 2rem;
}

.products__list.--list01 .products__item:nth-child(6) .products__img {
  margin-top: 1rem;
  max-width: 4.7rem;
}

.products__list.--list01 .products__item:nth-child(8) .products__img {
  margin-top: -0.5rem;
  max-width: 6rem;
}

.products__ttl {
  color: #666;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.026em;
  line-height: 1.2;
  margin-top: auto;
  text-align: center;
}

.products__btn {
  align-items: center;
  background: #B1D1FD;
  border-radius: 1.5rem;
  box-shadow: 2px 2px 0px 0px #123577;
  display: grid;
  height: 3rem;
  justify-items: center;
  margin: 2.3rem auto 0;
  max-width: 26rem;
  place-items: center;
  transition: transform 0.1s box-shadow 0.1s;
}

.products__btn:hover {
  box-shadow: 0px 0px 0px 0px #123577;
  transform: translateY(2px);
}

.products__btn-text {
  margin-top: 0.2rem;
}

.products__list.--list01 .products__btn-text {
  max-width: 22.4rem;
}

/* CLEAR TURN
---------------------------------------- */

.products__list.--list02 .products__items {
  gap: 2.2rem 0.2rem;
  margin-top: 2.2rem;
}

.products__list.--list02 .products__item {
  gap: 0.8rem;
  max-width: 13.2rem;
}

.products__list.--list02 .products__item:nth-child(1) {
  gap: 0;
}

.products__list.--list02 .products__item:nth-child(1) .products__img {
  max-width: 10.1rem;
}

.products__list.--list02 .products__item:nth-child(2) .products__img {
  max-width: 13rem;
  position: relative;
  top: 0.5rem;
}

.products__list.--list02 .products__item:nth-child(3) .products__img {
  max-width: 8.6rem;
}

.products__list.--list02 .products__item:nth-child(4) .products__img {
  margin-top: 1rem;
  max-width: 10.4rem;
}

.products__list.--list02 .products__item:nth-child(5) .products__img {
  margin-top: 2.2rem;
  max-width: 10.4rem;
}

.products__list.--list02 .products__item:nth-child(6) .products__img {
  max-width: 10rem;
}

.products__list.--list02 .products__item:nth-child(7) .products__img {
  max-width: 10.6rem;
}

.products__list.--list02 .products__item:nth-child(8) .products__img {
  max-width: 9.4rem;
  position: relative;
  top: 0.8rem;
}

.products__list.--list02 .products__btn-text {
  max-width: 23.4rem;
}

.products__list.--list02 .products__ttl {
  height: 2.4em;
}

/*
 * profile
 * -------------------------------------------------------------
 */

.profile {
  padding: 3.9rem 0 7rem;
}

.profile__inner {
  max-width: 34.2rem;
}

.profile__ttl {
  margin: 0 auto;
  max-width: 27rem;
}

.profile__img {
  aspect-ratio: 500/333;
  margin: 0 auto;
  max-width: 25rem;
}

.profile__textWrap {
  margin-top: 0.7rem;
  text-align: center;
}

.profile__text {
  background: linear-gradient(to left, #ecd9eb, #dcedf9);
  color: #666;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-top: 0.4rem;
  padding: 0.3rem 0.1rem 0.1rem;
}

/*
 * sns
 * -------------------------------------------------------------
 */

.sns {
  padding: 4.4rem 0 1.7rem;
}

.sns__inner {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin: 0 auto;
  max-width: 24rem;
}

.sns__btn {
  align-items: center;
  border: 1px solid #666;
  box-shadow: 2px 2px 0px 0px rgba(18, 53, 119, 0.75);
  display: flex;
  height: 3rem;
  padding-left: 3.8rem;
  transition: transform box-shadow;
}

.sns__btn:hover {
  box-shadow: 0px 0px 0px 0px;
  transform: translateY(0.2rem);
}

.sns__icon {
  width: 2.3rem;
}

.sns__icon.--x img {
  margin: 0 auto;
  width: 1.5rem;
}

.sns__btn-text {
  color: #666;
  display: block;
  flex: 1;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  max-width: 14.5rem;
  text-align: center;
}

/*
 * store
 * -------------------------------------------------------------
 */

.store {
  margin-top: 4rem;
  padding: 1.2rem 2.5rem 2rem;
}

.store__ttl {
  color: #000000;
  font-size: 3.9rem;
  font-weight: 900;
  text-align: center;
}

.store__ttl span {
  display: block;
  font-size: 1.9rem;
  letter-spacing: -0.05em;
}

.store__btn {
  align-items: center;
  background: #e5c35b;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  font-size: 1.9rem;
  font-weight: 700;
  gap: 0.4rem;
  justify-content: center;
  letter-spacing: -0.08em;
  margin-top: 1.2rem;
  padding: 0.8rem;
}

.store__btn::before {
  background: url(./../images/store_icon.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 2.3rem;
  width: 2.6rem;
}

/*
 * webcm
 * -------------------------------------------------------------
 */

.webcm {
  padding-top: 1.7rem;
}

.webcm__ttl {
  margin: 0 auto;
  max-width: 18rem;
}

.webcm__video {
  aspect-ratio: 500/323;
  margin: 0 auto;
  max-width: 25rem;
  position: relative;
  z-index: 2;
}

.webcm__video-ttl,
.webcm__video-link {
  color: #8bbfff;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}

.webcm__video-ttl {
  margin-top: 0.8rem;
}

.webcm__video-link {
  margin-top: 0.2rem;
}

.webcm__video-link:hover {
  color: #f2a8c8;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

@media screen and (min-width: 450px) {

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (min-width: 1100px) {

  html {
    font-size: min(13px, 0.95vw);
  }

  .header {
    position: fixed;
  }

  .header::before {
    animation: floating-header 1.8s ease-in-out infinite alternate-reverse;
    background: url(./../images/pc_header.webp) no-repeat center/100% 100%;
    content: "";
    display: block;
    height: 6.4rem;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    width: 100vw;
  }

  .l-bgWrap {
    padding-bottom: 6rem;
  }

  .l-bodyWrap {
    margin: 0 auto;
    max-width: 37.5rem;
  }

  .l-main {
    margin-top: 2rem;
  }

  .l-pc-bg {
    display: block;
  }

  .l-wrap::before {
    height: 6rem;
    top: -4rem;
  }

  .intro {
    padding-bottom: 5.7rem;
  }

  .pc-cta {
    display: block;
  }

  .pc-products {
    display: grid;
  }

  .present__header.--top::after {
    bottom: min(-0.3rem, 0.23vw);
  }

}

@media screen and (min-width: 1369px) {

  .present__header.--top::after {
    bottom: -0.25rem;
  }

}

@media screen and (max-width: 375px) {

  html {
    font-size: 2.67vw;
  }

}

@keyframes floating-header {

  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-8%);
  }

}

@keyframes floating-y {

  0% {
    transform: translate(-50%, -46%);
  }

  100% {
    transform: translate(-50%, -50%);
  }

}

@keyframes floating-y {

  0% {
    transform: translate(-50%, -48%);
  }

  100% {
    transform: translate(-50%, -50%);
  }

}

@keyframes arrowmove {

  0% {
    top: 0;
  }

  50% {
    top: 1%;
  }

  100% {
    top: 0;
  }

}


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