@charset "UTF-8";

@font-face {
  font-family: 'Neura Display';
  src: url('../fonts//NeuraDisplayVariable[wght].ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}
:root {
   --color-black: #2D2D2D;
   --color-white: #FFFFFF;
   --color-gray: #807E7B;
   --color-navy: #1D4984;
   --color-pink: #DBB7C3;
   --color-gold: #BD9E85;
}

/*============================
全体
============================*/
html {
  font-size: 10px;
}
body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0;
  width: 100%;
}
main {
  overflow-x: hidden;
}
a {
  color: var(--color-black);
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.neura-display {
  font-family: 'Neura Display', sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  /* コンテンツ幅 */
  .wrapper {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/*============================
共通
============================*/
.starter-kit {
  background: url("../img/starter_bg.webp") center / cover no-repeat;
  padding: 16rem 4rem 14.2rem;
}
@media screen and (max-width: 767px) {
  .starter-kit {
    padding: 4rem 2rem 4rem;
  }
}
/*============================
スターターキット・ファーストビュー
============================*/
#starter__fv {
  position: relative;
  width: 100%;
  height: 40.2rem;
  background: url("../img/starter-fv.webp") left top / cover no-repeat;
  margin-top: 14.1rem;
  padding: 11.6rem 0;
}
.starter__fv-inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.starter__title-box {
  text-align: center;
}
.starter__title {
  position: relative;
  display: inline-block;
  color: var(--color-navy);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 1.1rem;
  text-shadow: 1px 1px 5px #D7CFCC;
}
.starter__title::after {
  content: "";
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.3rem;
  height: 2px;
  background-color: var(--color-navy);
}
.starter__subtitle {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px #5B2600;
  margin-bottom: .7rem;
}
.starter__txt {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px #5B2600;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
  #starter__fv {
    width: 100%;
    height: 68rem;
    background: url("../img/starter-fv_sp.webp") center bottom / cover no-repeat;
    margin-top: 0;
    padding: 14.4rem 0 0;
  }
  .starter__fv-inner {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .starter__title {
    font-size: 6rem;
    margin-bottom: .6rem;
  }
  .starter__title::after {
    bottom: .5rem;
    width: 17rem;
    height: 1px;
  }
  .starter__subtitle {
    font-size: 2.8rem;
    margin-bottom: .4rem;
  }
  .starter__txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  
}

/*============================
スターターキット・キャンペーン
============================*/
#starter-kit-campaign {
  background-color:var(--color-white);
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto 4rem;
  border-radius: 16px;
}
.starter-kit-campaign__inner {
  max-width: 99rem;
  margin: 0 auto;
  padding: 9.6rem 4rem;
}
.starter-kit-campaign__title {
  max-width: 53.5rem;
  margin: 0 auto 3.2rem;
}
.starter-kit-campaign__badges {
  max-width: 47.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 4.8rem;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.red-badge {
  background-color: #CF1212;
  padding: .8rem 1.6rem;
  border-radius: 999px;
}
.navy-badge {
  background-color: var(--color-navy);
  padding: .8rem 2rem;
  border-radius: 999px;
}
.starter-kit-campaign__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40 / 796 * 100%);
  margin-bottom: 2.4rem;
}
.starter-kit-campaign__device {
  width: 100%;
  max-width: 23.3rem;
  height: 100%;
}
.starter-kit-campaign__text {
  color: var(--color-navy);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.6rem;
}
.starter-kit__plus {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 3.2rem;
}
.starter-kit-campaign__flavor {
  width: 100%;
  max-width: 46.4rem;
  height: 100%;
}
.starter-kit-price__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.starter-kit-price__sub-text {
  width: 100%;
  max-width: 33.6rem;
  height: 100%;
}
.starter-kit-price__main-text {
  width: 100%;
  max-width: 47.6rem;
  height: 100%;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
  #starter-kit-campaign {
    margin: 0 auto 2.4rem;
    border-radius: 12px;
  }
  .starter-kit-campaign__inner {
    padding: 4rem 1.6rem;
  }
  .starter-kit-campaign__title {
    width: 100%;
    margin: 0 auto 1.6rem;
  }
  .starter-kit-campaign__badges {
    justify-content: center;
    flex-wrap: wrap;
    gap: .8rem;
    margin: 0 auto 2.4rem;
    font-size: 1.6rem;
  }
  .red-badge {
    padding: .4rem 1.2rem;
  }
  .navy-badge {
    padding: .4rem 1.2rem;
  }
  .starter-kit-campaign__content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    gap: .8rem;
    margin-bottom: 1.6rem;
  }
  .starter-kit-campaign__device {
    width: 100%;
    max-width: 23.3rem;
    height: 100%;
  }
  .starter-kit-campaign__text {
    font-size: 1.6rem;
    margin-bottom: .8rem;
  }
  .starter-kit__plus {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .starter-kit-campaign__flavor {
    width: 100%;
    max-width: 46.4rem;
    height: 100%;
  }
  .starter-kit-price__content {
    flex-flow: column;
    justify-content: flex-start;
    gap: .8rem;
  }
  .starter-kit-price__sub-text {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {

}
/*============================
会員のセクション
============================*/
#starter-kit-member {
  background-color: var(--color-white);
  width: 100%;
  max-width: 48rem;
  border-radius: 16px;
  margin: 0 auto 6.4rem;
}
.starter-kit-member__inner {
  max-width: 39.4rem;
  margin: 0 auto;
  padding: 4.8rem 4rem;
}
.starter-kit-member__title {
  color: var(--color-navy);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.4rem;
}
.starter-kit-member__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border: 2px solid var(--color-navy);
  background-color: var(--color-navy);
  width: 100%;
  height: 5.5rem;
  border-radius: 999px;
  transition: .3s;
  margin-bottom: 2.4rem;
}
.starter-kit-member__btn-text {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  transition: .3s;
}
.starter-kit-member__btn-arrow {
  width: 2.4rem;
  height: 1.3rem;
  background-image: url("../img/white-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition:
    transform 0.3s,
    background-image 0.3s;
}
.starter-kit-member__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  #starter-kit-member {
    margin: 0 auto 4rem;
    border-radius: 12px;
  }
  .starter-kit-member__inner {
    padding: 2.4rem 1.6rem;
  }
  .starter-kit-member__title {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
  .starter-kit-member__btn {
    gap: 1.6rem;
    height: 4rem;
    margin-bottom: 1.6rem;
  }
  .starter-kit-member__btn-text {
    font-size: 2rem;
  }
  .starter-kit-member__btn-arrow {
    width: 2rem;
    height: 1rem;
  }
  .starter-kit-member__text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .starter-kit-member__btn:hover {
    background-color: var(--color-white);
  }
  .starter-kit-member__btn:hover .starter-kit-member__btn-text {
    color: var(--color-navy);
  }
  .starter-kit-member__btn:hover .starter-kit-member__btn-arrow {
	background-image: url("../img/navy-arrow.svg");
	transform: translateX(8px);
  }
}

/*============================
スターターキット：新規フォーム レイアウト調整
============================*/
.starter-form {
  background-color: var(--color-white);
  width: 100%;
  max-width: 102.4rem;
  margin: 0 auto;
  border-radius: 16px;
}
.starter-form__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 4.8rem 4rem;
  display: flex;
  flex-direction: column;
}
.starter-form__main-title {
  color: var(--color-navy);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 4rem;
}
.starter-form__form {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.starter-form__title {
  color: var(--color-navy);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.2rem;
}
.starter-form__block {
  margin-bottom: 0;
}
.starter-form__row {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto 6.4rem;
  display: grid;
  grid-template-columns: 16rem 1fr;
  align-items: center;
  gap: .4rem;
}
.starter-form__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 .8rem;
  background-color: #F4FEFF;
  color: var(--color-navy);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.starter-form__field {
  width: 100%;
}
.starter-form__select {
  width: 100%;
  height: 2.8rem;
  padding: 0 1.2rem;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 1.6rem;
  line-height: 1;
  appearance: auto;
}
.starter-form__button-wrap {
  display: flex;
  justify-content: center;
}
.starter-form__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 42rem;
  height: 5.6rem;
  border: 2px solid #CEAA35;
  border-radius: 8px;
  background-color: #CEAA35;
  color: var(--color-white);
  font-size: 2.4rem;
  line-height: 1.2;
  cursor: pointer;
  appearance: none;
}
.starter-form__button-arrow {
  position: absolute;
  top: 52%;
  right: 6.4rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.1rem;
  background-image: url("../img/white-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .starter-form {
    max-width: 100%;
    border-radius: 12px;
  }
  .starter-form__inner {
    padding: 3.2rem 1.6rem;
  }
  .starter-form__main-title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
  .starter-form__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
  .starter-form__row {
    max-width: 100%;
    grid-template-columns: 12rem 1fr;
  }
  .starter-form__button {
    max-width: 28rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
  .starter-form__button-arrow {
    right: 4rem;
  }
}