@charset "UTF-8";
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-main {
  position: relative;
  overflow: hidden;
}
.l-main a {
  color: #5d5d5d;
  text-decoration: none;
}
.l-main:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#c6eaed 0%, #b4e2fc 4.06%, #d6d7ff 16.65%, #afe0ff 28.32%, #c3ebf2 39.36%, #fff6d9 48.61%, #ffe1d1 53.11%, #f3eeb4 70.43%, #ffccb3 96.79%, #ffccb3 100%, #ffccb3 100%);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.l-main a:hover img {
  opacity: 1 !important;
}

html {
  font-family: "Hiragino Sans", sans-serif;
}
html.is-modal-open {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "IBM Plex Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #15181c;
  overflow-x: hidden;
}

.l-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 11;
  font-family: "Hiragino Sans", sans-serif;
  color: #3e3a39;
}
@media (max-width: 1023px) {
  .l-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .l-wrapper {
    width: 100%;
  }
}

@keyframes moveLineTopToBottom {
  0% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  49.9% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: center top;
  }
}
.fade-up {
  transform: translateY(50px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
}
.is-onscreen .fade-up {
  opacity: 1;
  transform: translateY(0px);
}
.fade-up.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.fade-up-s {
  transform: translateY(20px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
}
.is-onscreen .fade-up-s {
  opacity: 1;
  transform: translateY(0px);
}
.fade-up-s.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.sp-inline {
  display: none;
}
@media (max-width: 768px) {
  .sp-inline {
    display: block !important;
  }
}

.pc-inline {
  display: block;
}
@media (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.kv {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 1.2s;
  opacity: 0;
}
.is-page-loaded .kv {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

.kv__logo {
  position: absolute;
  top: 50px;
  left: 57px;
  width: 233px;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 1s;
}
@media (max-width: 768px) {
  .kv__logo {
    width: 53.45vw;
    top: 26px;
    left: 20px;
  }
}
.is-page-loaded .kv__logo {
  opacity: 1;
}

.kv__icon {
  position: absolute;
  top: 50px;
  right: 57px;
  width: 120px;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 1s;
}
.is-page-loaded .kv__icon {
  opacity: 1;
}
@media (max-width: 768px) {
  .kv__icon {
    width: 23.936vw;
    top: 26px;
    right: 10px;
  }
}

.l-container {
  width: 732px;
  position: relative;
  margin: 56px auto 0;
}
@media (max-width: 768px) {
  .l-container {
    width: 100%;
    padding: 0 10px;
  }
}

.intro__tag {
  width: 578px;
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  .intro__tag {
    width: 232px;
  }
}

.intro__ttl {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .intro__ttl {
    font-size: 24px;
  }
}

.intro__ttl-2 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 10px;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .intro__ttl-2 {
    font-size: 14px;
    margin-top: 5px;
  }
}
.intro__ttl-2 .tag {
  font-size: 26px;
  background: #fff;
  border: 1px solid #3e3a39;
  border-radius: 5px;
  padding: 10px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .intro__ttl-2 .tag {
    font-size: 18px;
    margin: 0 3px;
    padding: 6px;
    line-height: 2;
  }
}

.intro__lead {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .intro__lead {
    font-size: 18px;
  }
  .intro__lead--2 {
    font-size: 14px;
  }
}

.intro__icon {
  display: table;
  margin: 30px auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 768px) {
  .intro__icon {
    margin: 25px auto 20px;
  }
}

.intro__img {
  display: table;
  margin: 10px auto 50px;
  width: 345px;
}
@media (max-width: 768px) {
  .intro__img {
    width: 274px;
    margin: 15px auto 20px;
  }
}

.arrow-down {
  height: 115px;
}
@media (max-width: 768px) {
  .arrow-down {
    height: 80px;
  }
}

.arrow-down p {
  position: relative;
  width: 1px;
  height: 0px;
  /* 最大の長さ */
  background: #3e3a39;
  display: table;
  margin: 20px auto -15px;
  transition: 1s;
}
.arrow-down p.is-onscreen {
  height: 100px;
}
@media (max-width: 768px) {
  .arrow-down p.is-onscreen {
    height: 80px;
  }
}

.arrow-down-icon {
  display: table;
  margin: 0 auto;
}

.intro__row {
  display: flex;
  width: 620px;
  margin: 20px auto 100px;
}
@media (max-width: 768px) {
  .intro__row {
    width: 100%;
    display: block;
    position: relative;
    margin: 20px auto 40px;
  }
}

.intro__icon-2 {
  width: 118px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .intro__icon-2 {
    position: absolute;
    width: 26.3852vw;
    top: -100px;
    left: 19vw;
  }
}

.intro__col {
  width: 350px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .intro__col {
    width: 100%;
  }
}
.intro__col .intro__lead {
  text-align: left !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .intro__col .intro__lead {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
.intro__col .intro__ttl {
  text-align: left !important;
}
@media (max-width: 768px) {
  .intro__col .intro__ttl {
    text-align: center !important;
  }
}

.intro__img-2 {
  width: 360px;
  box-sizing: border-box;
  margin-left: -90px;
}
@media (max-width: 768px) {
  .intro__img-2 {
    width: 230px;
    margin: 20px auto 0;
    overflow: hidden;
    display: table;
  }
  .intro__img-2 img {
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .point {
    padding: 0 10px;
  }
}

.point__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  color: #3e3a39;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 111;
}
@media (max-width: 768px) {
  .point__ttl {
    font-size: 32px;
  }
}
.point__ttl p {
  opacity: 0.6;
}

.point__inner {
  background-size: cover;
  background-position: center center;
  padding: 60px 0 10px;
  text-align: center;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .point__inner {
    padding: 37px 20px 10px;
    margin-top: -25px;
  }
}

.point__heading {
  font-size: 26px;
  text-align: center;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #8d8ec5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .point__heading {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
  }
}

.point__lead {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .point__lead {
    text-align: left;
  }
}

.point__row {
  display: flex;
  width: 467px;
  gap: 20px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .point__row {
    flex-direction: row-reverse;
    width: 100%;
    gap: 0px;
    justify-content: flex-end;
  }
}

.point__img {
  width: 148px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .point__img {
    width: 28vw;
  }
}
@media (max-width: 499px) {
  .point__img {
    width: 108px;
  }
}

.point__col {
  width: calc(100% - 168px);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .point__col {
    width: calc(90% - 28vw);
    padding-right: 10px;
  }
}
@media (max-width: 499px) {
  .point__col {
    width: calc(100% - 108px);
    padding-right: 10px;
  }
}

.point__elm {
  position: relative;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 768px) {
  .point__elm {
    padding: 25px 0;
    margin-bottom: -20px;
  }
}
.point__elm:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  content: "";
  background: #3e3a39;
}
.point__elm:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  content: "";
  background: #3e3a39;
}

.point__illust {
  display: flex;
  width: 286px;
  margin: 20px auto;
  position: relative;
}
.point__illust-img {
  height: 85px;
}

.point__illust-item {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s;
}
.point__illust-item p {
  font-size: 10px;
  white-space: nowrap;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .point__illust-item p {
    margin-top: 5px;
  }
}
.point__illust-item--1 img {
  transform: translateY(12px);
}
.point__illust-item--2 {
  margin: 0 11px 0 17px;
}
.point__illust-item.is-onscreen {
  opacity: 1;
  transform: translateY(0px);
}

.point__illust-arrow {
  position: absolute;
  top: 34px;
  left: 70px;
  opacity: 0;
  transition: 0.8s;
  z-index: 11;
}
.point__illust-arrow.is-onscreen {
  opacity: 1;
}

.point__illust-arrow-2 {
  position: absolute;
  top: 34px;
  right: 77px;
  opacity: 0;
  transition: 0.8s;
}
.point__illust-arrow-2.is-onscreen {
  opacity: 1;
}

.lineup {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .lineup {
    padding-top: 60px;
  }
}

.lineup__list {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .lineup__list {
    padding-top: 10px;
  }
}

.lineup__item {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .lineup__item {
    margin-bottom: 110px;
  }
}

.lineup__heading {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .lineup__heading {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.lineup__heading sup {
  vertical-align: super;
  /* 上付きに */
  font-size: 15px;
  line-height: 1;
  /* 行間調整 */
}
@media (max-width: 768px) {
  .lineup__heading sup {
    font-size: 11px;
  }
}
.lineup__heading span {
  position: relative;
}
.lineup__heading span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  -webkit-clip-path: inset(0 100% 0 0%);
          clip-path: inset(0 100% 0 0%);
  content: "";
  transition: 1s;
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .lineup__heading span:after {
    height: 5px;
  }
}
.lineup__heading span.is-onscreen:after {
  -webkit-clip-path: inset(0 0% 0 0%);
          clip-path: inset(0 0% 0 0%);
}
.lineup__heading--1 span:after {
  opacity: 0.4;
  background: #cec708;
  z-index: -1;
}
.lineup__heading--2 span:after {
  opacity: 0.4;
  background: #f18d5d;
  z-index: -1;
}
.lineup__heading--3 span:after {
  opacity: 0.4;
  background: #34b9c4;
  z-index: -1;
}
.lineup__heading--4 span:after {
  opacity: 0.4;
  background: #45a1db;
  z-index: -1;
}
.lineup__heading--5 span:after {
  opacity: 0.4;
  background: #8d8ec5;
  z-index: -1;
}

.lineup__head {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lineup__head {
    display: block;
    padding: 0 50px;
  }
}
@media (max-width: 499px) {
  .lineup__head {
    display: block;
    padding: 0px;
  }
}

.lineup__img {
  width: 366px;
}
@media (max-width: 768px) {
  .lineup__img {
    width: 100%;
    position: relative;
    padding: 0 10px;
  }
  .lineup__img--5 {
    margin: -40px auto;
  }
}

.lineup__head-textarea {
  margin-left: -60px;
}
.lineup__item--5 .lineup__head-textarea {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .lineup__head-textarea {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

.lineup__head-textarea-icon {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lineup__head-textarea-icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.lineup__head-textarea-icon p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.lineup__head-textarea-icon--1 {
  background: #cec708;
}
.lineup__head-textarea-icon--2 {
  background: #f18d5d;
}
.lineup__head-textarea-icon--3 {
  background: #34b9c4;
}
.lineup__head-textarea-icon--5 {
  background: #8d8ec5;
}

.lineup__name {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lineup__name {
    text-align: center;
    letter-spacing: -0.05em;
  }
}

.lineup__price {
  font-size: 16px;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 20px 0;
  font-weight: 500;
}
.lineup__price span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .lineup__price {
    text-align: center;
    margin: 0px 0;
  }
}

.lineup__sample {
  color: #fff;
  width: 220px;
}
@media (max-width: 768px) {
  .lineup__sample {
    display: table;
    margin: 6px auto 20px;
  }
}
.lineup__sample svg {
  display: table;
  margin: 0 auto -1px;
}
.lineup__sample p {
  padding: 12px 0px;
  border-radius: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  background: #0047ba;
}
@media (max-width: 768px) {
  .lineup__sample p {
    padding: 9px 0px;
    font-size: 12px;
  }
}
.lineup__sample p span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lineup__sample p span {
    font-size: 8px;
  }
}

.lineup__bottom {
  padding: 50px 57px 30px;
  background: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (max-width: 768px) {
  .lineup__bottom {
    padding: 20px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}

.lineup__row {
  display: flex;
}
@media (max-width: 768px) {
  .lineup__row {
    display: block;
  }
}

.lineup__illust-row {
  width: 312px;
  display: flex;
}
@media (max-width: 768px) {
  .lineup__illust-row {
    width: 100%;
    padding: 0 20px;
    margin-top: 0px;
  }
}
.lineup__illust-row p {
  color: #8d8ec5;
  display: table;
  margin: 0 auto;
  padding: 0 3px;
  border: 1px solid #8d8ec5;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .lineup__illust {
    margin-bottom: 20px;
  }
}
.lineup__illust--1 {
  width: 153px;
  margin-left: 40px;
  margin-top: -20px;
  position: relative;
}
@media (max-width: 768px) {
  .lineup__illust--1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}
@media (max-width: 499px) {
  .lineup__illust--1 {
    margin-left: auto;
    margin-right: 40px;
    margin-top: 0px;
  }
}
.lineup__illust--1 .lineup__illust-elm {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lineup__illust--1 .lineup__illust-elm {
    position: absolute;
    top: 0;
    left: -110px;
    width: 110px;
  }
}
.lineup__illust--2 {
  width: 275px;
  margin-left: 30px;
}
.lineup__illust--2 .lineup__illust-elm {
  width: 153px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lineup__illust--2 {
    margin: 0 auto 20px;
  }
}
.lineup__illust--3 {
  width: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .lineup__illust--3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
}
@media (max-width: 450px) {
  .lineup__illust--3 {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
  }
}
.lineup__illust--3 .lineup__illust-elm {
  width: 153px;
  margin: 0 auto;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .lineup__illust--3 .lineup__illust-elm {
    position: absolute;
    top: 0;
    left: -103px;
    width: 143px;
  }
}
@media (max-width: 450px) {
  .lineup__illust--3 .lineup__illust-elm {
    position: absolute;
    top: 0;
    left: -26.4vw;
    width: 36vw;
  }
}
@media (max-width: 370px) {
  .lineup__illust--3 .lineup__illust-elm {
    position: absolute;
    top: 0;
    left: -24vw;
    width: 35vw;
  }
}
.lineup__illust--4 {
  width: 220px;
  margin-left: 80px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .lineup__illust--4 {
    margin: 0 auto 20px;
  }
}
.lineup__illust--5 {
  position: relative;
}
.lineup__illust--5 .lineup__illust-elm {
  width: 124px;
  margin: 0 auto;
}
.lineup__illust--6 {
  position: relative;
}
.lineup__illust--6 .lineup__illust-elm {
  width: 84px;
  margin: 0 auto;
}
.check__icon {
  margin-top: 3px;
}

.lineup__row-2 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .lineup__row-2 {
    display: block;
  }
}

.lineup__upimg {
  width: 200px;
}
@media (max-width: 768px) {
  .lineup__upimg {
    width: 180px;
    margin: 0 auto 20px;
  }
}

.lineup__textarea {
  width: calc(100% - 230px);
}
@media (max-width: 768px) {
  .lineup__textarea {
    width: 100%;
  }
}

.lineup__textarea-lead {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  .lineup__textarea-lead {
    margin-bottom: 10px;
  }
}
.lineup__textarea-lead sup {
  vertical-align: super;
  /* 上付きに */
  font-size: 10px;
  line-height: 1;
  /* 行間調整 */
}

.lineup__textarea-point {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  .lineup__textarea-point {
    margin-bottom: 10px;
  }
}
.lineup__textarea-point sup {
  vertical-align: super;
  /* 上付きに */
  font-size: 10px;
  line-height: 1;
  /* 行間調整 */
}

.lineup__textarea-info {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.lineup__btn {
  display: table;
  margin: 0 auto;
  width: 300px;
}
.lineup__btn a {
  display: flex;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transition: 0.5s;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 0;
}
.lineup__btn a:hover {
  opacity: 0.5;
}
.lineup__btn .lineup__btn-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0047ba;
  font-size: 19px;
}
@media (max-width: 768px) {
  .lineup__btn .lineup__btn-text {
    font-size: 19px;
  }
}
.lineup__btn .lineup__btn-icon {
  width: 22px;
  height: 22px;
}

.instagram {
  position: relative;
}
@media (max-width: 768px) {
  .instagram {
    padding-top: 60px;
  }
}
.instagram:after {
  width: 1px;
  height: 0;
  background: #3e3a39;
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .instagram:after {
    top: -70px;
  }
}
.instagram.is-onscreen:after {
  height: 100px;
}

.insta__ttl {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #3e3a39;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 111;
}
.howto {
  width: 618px;
  margin: 90px auto 0;
}
@media (max-width: 768px) {
  .howto {
    width: 100%;
    margin-top: 70px;
  }
}

.howto__ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: table;
  margin: 0 auto 20px;
  position: relative;
  padding: 0 40px;
}
.howto__ttl:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #3e3a39;
  content: "";
}
.howto__ttl:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #3e3a39;
  content: "";
}

.howto__list {
  display: flex;
  gap: 26px;
}
@media (max-width: 768px) {
  .howto__list {
    gap: 16px;
    padding: 0 10px;
  }
}

.howto__item {
  width: 50%;
}
.howto__item p {
  text-align: center;
  margin-bottom: 7px;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.pagetop {
  position: absolute;
  right: -67px;
  bottom: 0;
}
@media (max-width: 768px) {
  .pagetop {
    right: 10px;
  }
  .pagetop img {
    width: 52px;
  }
}

.footer {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 50px;
  }
}

.footer__ttl {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.footer__ttl span {
  font-size: 18px;
  display: block;
}
@media (max-width: 768px) {
  .footer__ttl span {
    font-size: 14px;
  }
}

.footer__heading {
  display: table;
  margin: 33px auto 13px;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding: 0 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer__heading {
    font-size: 14px;
    padding: 0 10px;
  }
}
.footer__heading:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #3e3a39;
  transform: rotate(-15deg);
}
.footer__heading.is-loop:after {
  transform: rotate(-15deg);
}
.footer__heading:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #3e3a39;
  transform: rotate(15deg);
}
.footer__heading.is-loop:before {
  transform: rotate(15deg);
}

.footer__logo {
  display: table;
  margin: 60px auto 44px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: 70px auto 70px;
  }
  .footer__logo img {
    width: 125px;
  }
}

.footer__btn {
  display: table;
  margin: 0 auto;
}

.footer__btn-item {
  margin-bottom: 13px;
}
.footer__btn-item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer__btn-item a {
    gap: 5px;
  }
}

.footer__btn-text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #0047ba;
  font-size: 24px;
  border-bottom: 1px solid #0047ba;
}
@media (max-width: 768px) {
  .footer__btn-text {
    font-size: 18px;
  }
}
.footer__btn-text span {
  font-size: 18px;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .footer__btn-text span {
    font-size: 12px;
    margin-left: 9px;
  }
}

.footer__btn-icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .footer__btn-icon {
    width: 18px;
    height: 18px;
  }
}

.check__info-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin: 20px auto 14px;
  cursor: pointer;
}
.check__info-btn svg {
  transition: 0.8s;
}
.check__info-btn.is-open svg {
  transform: rotate(180deg);
}

.check__info-detail {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: none;
}
.check__info-detail.is-open {
  display: block;
}
@media (max-width: 768px) {
  .check__info-detail {
    padding: 0 10px;
  }
}

.check__list {
  text-align: left;
}

.check__item {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.check__item p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .check__item p {
    font-size: 12px;
  }
  .lineup .check__item p {
    font-size: 14px;
  }
}
.check__item p sup {
  vertical-align: super;
  /* 上付きに */
  font-size: 9px;
  line-height: 1;
  /* 行間調整 */
}
.check__item p span {
  position: relative;
  display: inline;
  background: rgba(141, 142, 197, 0.3);
}
.lineup__row--1 .check__item p span {
  background: rgba(206, 199, 8, 0.3);
}
.lineup__row--2 .check__item p span {
  background: rgba(241, 141, 93, 0.3);
}
.lineup__row--3 .check__item p span {
  background: rgba(52, 185, 196, 0.3);
}
.lineup__row--4 .check__item p span {
  background: rgba(69, 161, 219, 0.3);
}
.lineup__row--5 .check__item p span {
  background: rgba(141, 142, 197, 0.3);
}
.check__item p span:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}
.check__item--point {
  display: table;
  margin: 0 auto;
}
.check__item--point p {
  text-align: left !important;
}

@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.gradient {
  position: relative;
}
.gradient:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  -webkit-clip-path: inset(0 100% 0 0%);
          clip-path: inset(0 100% 0 0%);
  content: "";
  background: linear-gradient(210deg, #ffb591 0%, #fff1e8 30.5%, #fffac3 62.1%, #f0eea3 100%);
  mix-blend-mode: multiply;
  transition: 1s;
  transition-delay: 0.5s;
}
.gradient.is-onscreen:after {
  -webkit-clip-path: inset(0 0% 0 0%);
          clip-path: inset(0 0% 0 0%);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 9/16;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .modal-content {
    max-width: 310px;
  }
}

.modal iframe {
  width: 100%;
  height: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* PCはインラインiframe、SPはサムネイル */
.video-inline {
  display: block;
}

.sp-only {
  display: none;
}

/* 768px以下はモーダル方式に切り替え */
.video-inline {
  display: none;
}

/* SPでは非表示 */
.sp-only {
  display: block;
  cursor: pointer;
  position: relative;
}

.sp-only img {
  width: 100%;
  display: block;
}

.insta__list {
  display: flex;
  flex-wrap: wrap;
  /* 折り返しOK */
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .insta__list {
    gap: 6px;
    padding: 0 10px;
  }
}

.insta__item {
  overflow: hidden;
  box-sizing: border-box;
  flex: 1 1 calc(33.333% - 12px);
  /* 3カラムにする */
  box-sizing: border-box;
  transition: 1.2s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 767px) {
  .insta__item {
    flex: 1 1 calc(33.333% - 6px);
    /* 3カラムにする */
  }
}
.is-onscreen .insta__item {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.insta__item a {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/5;
  display: block;
}
.insta__item a:hover {
  opacity: 0.5;
}
.insta__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.insta__item img {
  max-width: 100%;
  height: auto;
}
.insta__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}