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

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

body {
  position: relative;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif !important;
  font-size: 14px;
  color: #333;
  position: relative;
  position: relative;
  background-color: #ffffd5;
}

a {
  opacity: 1;
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.7;
  transition: all 0.5s ease-out;
}

.gnavi {
  position: fixed;
  top: max(50vh - 280px, 0px);
  left: calc(33% - min(28vh, 260px));
  width: 260px;
  z-index: 2;
}
@media (max-width: 1120px) {
  .gnavi {
    display: none;
  }
}
.gnavi__head {
  margin: 0 auto 20px;
  display: block;
  width: 145px;
}
.gnavi__head img {
  width: 100%;
}
.gnavi__title {
  margin: 0 auto 50px;
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
}
.gnavi__title--big {
  font-size: 28px;
  font-weight: bold;
}
.gnavi__container {
  position: relative;
  list-style: none;
  margin: 0 auto;
}
.gnavi__link {
  width: 100%;
  margin: 0 auto 50px;
  position: relative;
  display: inline-block;
}
.gnavi__link--03 {
  margin: 0 auto 30px;
}
.gnavi__link--04 {
  margin: 0 auto;
}
.gnavi__body {
  background-color: #add9ca;
  border-radius: 100vmax;
  padding: 5px 0 10px;
  box-shadow: 10px 10px 0 #fff588;
  position: relative;
  text-align: center;
  z-index: 2;
}
.gnavi__body--rev {
  background-color: #fff588;
  box-shadow: 10px 10px 0 #add9ca;
}
.gnavi__body--all {
  background-color: #fff588;
  box-shadow: 10px 10px 0 #add9ca;
  padding: 10px 0;
}
.gnavi__number {
  position: absolute;
  top: -25px;
  left: 30px;
  background-color: #add9ca;
  box-shadow: 10px 10px 0 #fff59c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #3B6493;
  z-index: 1;
}
.gnavi__number--rev {
  right: 40px;
  left: auto;
  background-color: #fff59c;
  box-shadow: 10px 10px 0 #add9ca;
}
.gnavi__number--txt {
  display: inline-block;
  transform: translateY(-8px);
}
.gnavi__text {
  font-size: 21px;
  font-weight: bold;
  line-height: 22px;
  color: #3B6493;
}
.gnavi__text--small {
  font-size: 13px;
}
.gnavi__text--all {
  font-size: 14px;
}

.fnavi {
  position: fixed;
  z-index: 99999;
  width: 100%;
  max-width: 53vh;
  min-width: 375px;
  bottom: 0;
  display: none;
}
@media (max-width: 430px) {
  .fnavi {
    display: block;
    max-width: none;
    min-width: none;
  }
}
.fnavi__body {
  list-style: none;
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 3fr;
}
.fnavi__body_link img {
  vertical-align: bottom;
  width: 100%;
}

.link__button {
  width: 100%;
  padding: 15px;
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 100vmax;
  line-height: 19px;
  text-align: center;
  color: #fff;
}
.link__button--lineup {
  width: auto;
  padding: 10px 25px 10px 20px;
  font-weight: bold;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.5px;
  background: url(../img/index/arrow_r.svg) center right 15px no-repeat #3b6493;
}
.link__button--point {
  font-weight: bold;
  font-size: 9px;
  position: relative;
  width: 90%;
  padding: 2px 25px 2px 15px;
  margin: 0 auto 0 0;
  background: url(../img/index/arrow_r.svg) center right 10px no-repeat #3b6493;
}

.main-contents {
  position: relative;
  max-width: 53vh;
  min-width: 385px;
  width: 100%;
  margin: 0 calc(45% - 385px) 0 auto;
  z-index: 1000;
  border-left: solid 5px #FFF;
  border-right: solid 5px #FFF;
}
@media (max-width: 1120px) {
  .main-contents {
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .main-contents {
    max-width: none;
    border: none;
  }
}

header {
  background-color: #FFF;
}

.header {
  background-color: #fff588;
  position: relative;
  margin: 0;
  padding: 0;
}
.header__main {
  width: 100%;
  vertical-align: bottom;
}
.header__title {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.header__title--bar {
  display: inline-block;
}
.header__title--sub {
  margin: -115px auto 0;
  display: block;
}

.lead {
  background-color: #fff588;
  padding: 40px 0 60px;
  position: relative;
}
.lead__contents p {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  color: #3B6493;
  margin: 0 0 20px;
  text-align: center;
}

.lineup {
  background: url(../img/index/bg_lineup.png) top center no-repeat;
  background-size: 100% 100%;
  background-color: #ffffd5;
  padding: 20% 0 25%;
  position: relative;
}
.lineup__title {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  line-height: 26.86px;
  letter-spacing: 1.35px;
  color: #E95E82;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
}
.lineup__title--bar {
  display: inline-block;
}
.lineup__wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.lineup__inner {
  display: block;
  width: 100%;
}
.lineup__link {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 15px;
  justify-items: start;
  align-items: center;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.6px;
  color: #3B6493;
  text-align: left;
}
.lineup__img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.navi {
  background-color: #ffffd5;
  margin: 0 auto;
  padding: 30px 0 0;
}
.navi__title {
  margin: 0 auto 50px;
  text-align: center;
}
.navi__wapper {
  width: 76.8%;
  margin: 0 auto;
  position: relative;
}
.navi__container {
  list-style: none;
  margin: 0 auto;
}
.navi__link {
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
  display: inline-block;
}
.navi__body {
  background-color: #add9ca;
  border-radius: 100vmax;
  padding: 10px 0 20px;
  box-shadow: 10px 10px 0 #fff588;
  position: relative;
  text-align: center;
  z-index: 2;
}
.navi__body--rev {
  background-color: #fff588;
  box-shadow: 10px 10px 0 #add9ca;
}
.navi__body--all {
  background-color: #fff588;
  box-shadow: 10px 10px 0 #add9ca;
  padding: 10px 0;
}
.navi__number {
  position: absolute;
  top: -30px;
  left: 40px;
  background-color: #add9ca;
  box-shadow: 10px 10px 0 #fff59c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #3B6493;
  z-index: 1;
}
.navi__number--rev {
  right: 40px;
  left: auto;
  background-color: #fff59c;
  box-shadow: 10px 10px 0 #add9ca;
}
.navi__number--txt {
  display: inline-block;
  transform: translateY(-10px);
}
.navi__text {
  font-size: 23px;
  font-weight: bold;
  line-height: 27px;
  color: #3B6493;
}
.navi__text--small {
  font-size: 15px;
}
.navi__text--all {
  font-size: 16px;
}

.series {
  background-color: #add9ca;
  padding: 40px 0;
}
.series__wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #FFF;
  border-radius: 100vmax;
  position: relative;
}
.series__number {
  position: absolute;
  top: 10px;
  left: 3%;
  background-color: #FFF;
  box-shadow: 10px 10px 0 #fff59c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3B6493;
}
@media (max-width: 430px) {
  .series__number {
    top: 10px;
    left: 2%;
  }
}
.series__title {
  font-size: 20px;
  line-height: 41px;
  color: #3B6493;
  text-align: center;
  margin: 0 auto 50px;
}
.series__title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff588 70%);
  background-position: 0 1.2em;
  background-size: 0 1em;
  background-repeat: no-repeat;
  transition: all 1.5s;
  line-height: 45px;
}
.series__fukidashi {
  width: 85%;
  margin: 0 auto -20px;
  position: relative;
}
.series__fuki {
  display: block;
  margin: 0 auto;
}
.series__fuki--01 {
  transform: translate(-20px, 0);
}
.series__fuki--02 {
  transform: translate(20px, -10px);
}
.series__fuki--03 {
  transform: translate(-40px, -20px);
}
.series__fuki--04 {
  transform: translate(50px, -30px);
}
.series__fuki--deco {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(80px, 0);
}
.series__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  color: #3B6493;
  margin: 0 auto 50px;
}
.series__img {
  display: block;
  width: 88.23%;
  margin: 0 auto 30px;
}
.series__catch {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 2.2px;
  font-weight: bold;
  color: #3B6493;
  margin: 0 auto 10px;
}
.series__catch--01 {
  font-size: 26px;
  color: #85bfaa;
}
.series__catch--02 {
  font-size: 26px;
}
.series__catch--03 {
  font-size: 26px;
  color: #e95e82;
}
.series__catch--04 {
  font-size: 26px;
  color: #ed7b2f;
}
.series__catch--05 {
  font-size: 19px;
}
.series__new {
  display: table;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: 1.5px;
  color: #3B6493;
  padding: 5px 2px;
  margin: 0 auto;
  border-top: solid 6px #fff588;
  border-bottom: solid 6px #fff588;
}

.active span.underline {
  background-size: 100% 1em;
}

.point {
  background-color: #fff588;
  padding: 40px 0;
}
.point__wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0 40px;
  background-color: #FFF;
  border-radius: 100vmax;
  position: relative;
}
.point__number {
  position: absolute;
  top: 10px;
  left: 3%;
  background-color: #FFF;
  box-shadow: 10px 10px 0 #fff59c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3B6493;
}
@media (max-width: 430px) {
  .point__number {
    top: 10px;
    left: 2%;
  }
}
.point__title {
  font-size: 20px;
  line-height: 41px;
  color: #3B6493;
  text-align: center;
  margin: 0 auto 50px;
}
.point__title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff588 70%);
  background-position: 0 1.2em;
  background-size: 0 1em;
  background-repeat: no-repeat;
  transition: all 1.5s;
  line-height: 45px;
}
.point__body {
  margin: 0 auto 90px;
}
.point__deco {
  display: block;
  margin: 0 auto 10px;
}
.point__shoulder {
  font-size: 11px;
  position: relative;
  color: #ED7B2F;
  text-align: center;
  margin: 0 auto 20px;
}
.point__shoulder--num {
  font-size: 18px;
}
.point__subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
  color: #3B6493;
  margin: 0 auto 20px;
}
.point__lead {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  color: #3B6493;
  margin: 0 auto 25px;
}
.point__imgbox {
  position: relative;
  margin: 0 auto 50px;
}
.point__img {
  display: block;
}
.point__img--01 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.point__img--02 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.point__img--03 {
  position: relative;
  width: 100%;
  z-index: 8;
}
.point__fukibox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto 15px;
}
.point__fukibox--dev {
  flex-direction: row-reverse;
}
.point__illust {
  display: block;
  z-index: 10;
}
.point__text {
  background-color: #ffffd5;
  border-radius: 100vmax;
  padding: 10px 0;
  margin: 0 10% 0 0;
  width: 80%;
  font-size: 15px;
  line-height: 22px;
  color: #3B6493;
  text-align: center;
  z-index: 9;
}
.point__text--rev {
  margin: 0 0 0 10%;
}
.point__text--long {
  margin: 0 2% 0 0;
}
.point__imgslide {
  width: 117.6%;
  margin: 0px -9% 50px;
}
.point__textbox {
  width: 85%;
  margin: 0 auto 25px;
  display: flex;
  gap: 15px;
}
.point__textbox--txt {
  width: 50%;
}
.point__textbox--img {
  border-radius: 15px;
  width: 50%;
}
.point__link {
  width: 63.12%;
  margin: 0 auto;
  padding: 10px 15px;
  display: block;
  background-color: #e95e82;
  border-radius: 100vmax;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 26.86px;
  letter-spacing: 0.7px;
  color: #FFFFFF;
}
.point__link_wrapper {
  display: table;
  margin: 0 auto;
}
.point__link_wrapper::before {
  display: table-cell;
  content: "";
  width: 35px;
  height: 27px;
  vertical-align: middle;
}
.point__link_wrapper--ig::before {
  background: url(../img/index/icon_ig.svg) left center no-repeat;
  background-size: contain;
}
.point__item {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto 25px;
}
.point__itemimg {
  display: block;
  width: 45%;
  margin: 0 auto;
}
.point__itemtext {
  width: 55%;
  margin: 0 auto;
}
.point__price {
  font-size: 13px;
  line-height: 19px;
  color: #3B6493;
}
.point__price--num {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
}

.coordi {
  background-color: #add9ca;
  padding: 40px 0;
}
.coordi__wrapper {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0 40px;
  background-color: #FFF;
  border-radius: 100vmax;
  position: relative;
}
.coordi__number {
  position: absolute;
  top: 10px;
  left: 3%;
  background-color: #FFF;
  box-shadow: 10px 10px 0 #fff59c;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3B6493;
}
@media (max-width: 430px) {
  .coordi__number {
    top: 10px;
    left: 2%;
  }
}
.coordi__title {
  font-size: 20px;
  line-height: 41px;
  color: #3B6493;
  text-align: center;
  margin: 0 auto 50px;
}
.coordi__title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fff588 70%);
  background-position: 0 1.2em;
  background-size: 0 1em;
  background-repeat: no-repeat;
  transition: all 1.5s;
  line-height: 45px;
}
.coordi__body {
  margin: 0 auto 70px;
  position: relative;
}
.coordi__subtitle {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
.coordi__imgslide {
  position: relative;
  width: 85%;
  margin: -35px auto 0;
  z-index: 9;
}
.coordi__text {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #3B6493;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 0;
}

.all {
  background-color: #ffffd5;
  padding: 70px 0 50px;
}
.all__title {
  display: block;
  margin: 0 auto 25px;
}
.all__head {
  width: 80%;
  margin: 0 auto 40px;
}
.all__head_title {
  border-radius: 100vmax;
  position: relative;
  text-align: center;
  background-color: #fff588;
  box-shadow: 10px 10px 0 #add9ca;
  padding: 10px 0;
  font-size: 16px;
  line-height: 23px;
  color: #3B6493;
}
.all__body {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.all__item {
  width: calc(50% - 13px);
}
.all__img {
  width: 100%;
}
.all__price {
  width: 100%;
  margin: 0 auto 10px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  color: #3B6493;
}

.sitefooter {
  background: url(../img/index/bg_footer.png) top center no-repeat #FFF;
  background-size: contain;
  padding: 150px 0 0;
}
.sitefooter__anchor {
  width: 24.512%;
  display: block;
  text-align: center;
  margin: 20px auto;
}
.sitefooter__anchor--img {
  width: 100%;
  vertical-align: bottom;
}
.sitefooter__text {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #000;
}
.sitefooter__buttom {
  display: block;
  width: 84%;
  margin: 0 auto;
}
.sitefooter__sns {
  list-style: none;
  display: flex;
  width: 36.394%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 10px auto 50px;
}
.sitefooter__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8px;
  text-align: center;
  padding: 0 0 100px;
}