@charset "UTF-8";
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* sec-first
---------------------------------------------------------------------------- */
.sec-first {
  position: relative;
  padding: 5.5rem 0 9rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-first {
    padding: 4.8rem 0 5rem 0;
  }
}
.sec-first .txt {
  font-size: 2.6rem;
  line-height: 1.8461538462;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-first .txt {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0 -0.5em;
  }
}
.sec-first .txt + .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-first .txt + .txt {
    margin-top: 3.2rem;
  }
}
.sec-first .red-bg {
  width: 40rem;
  margin: 4rem auto 0 auto;
  background: #FF0000;
  padding: 1.4rem 0px 1.6rem 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-first .red-bg {
    width: 100%;
    margin: 4.5rem auto 0 auto;
  }
}
.sec-first .red-bg .txt02 {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec-first .red-bg .txt02 {
    font-size: 3rem;
    line-height: 1.3333333333;
    font-weight: 600;
  }
}
.sec-first .btn_wrap {
  margin-top: 3.5rem;
}
.sec-first .btn_wrap .c-button {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-nav {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
}
.p-nav a {
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .p-nav a:hover {
    opacity: 0.7;
  }
}
.p-nav-left {
  position: relative;
  width: 71rem;
  background: #004491;
  padding: 2rem 1rem 1.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-nav-left {
    width: auto;
    padding: 2.5rem 2rem;
    margin: 0 0 4.8rem;
  }
}
.p-nav-left::before, .p-nav-left::after {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  width: 2.7rem;
  height: 2.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #004491;
  z-index: 1;
}
.p-nav-left::before {
  left: 16.2rem;
}
@media screen and (max-width: 767px) {
  .p-nav-left::before {
    left: 50%;
    bottom: -3.7rem;
    width: 4.3rem;
    height: 3.9rem;
    transform: translateX(-50%);
  }
}
.p-nav-left::after {
  right: 16.2rem;
}
@media screen and (max-width: 767px) {
  .p-nav-left::after {
    content: none;
  }
}
.p-nav-left__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  gap: 0 0.4rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-nav-left__ttl {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.p-nav-left__ttl span {
  font-size: 2.7rem;
  font-weight: 700;
}
.p-nav-left__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav-left__btns {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.p-nav-left__btn {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-nav-left__btn {
    width: 100%;
  }
}
.p-nav-left__btn a {
  position: relative;
  display: block;
}
.p-nav-left__btn a .soon {
  position: absolute;
  top: -1.9rem;
  left: -2rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-nav-left__btn a .soon {
    top: -1.7rem;
    left: -1.5rem;
    width: 12rem;
  }
}
.p-nav-left__btn a .end {
  position: absolute;
  top: 0.1rem;
  left: 1rem;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-nav-left__btn a .end {
    top: 0.2rem;
    left: 0.5rem;
    width: 7rem;
  }
}
.p-nav-left__btn.is-none a {
  pointer-events: none;
}
.p-nav-right {
  position: relative;
  width: 36rem;
  background: #004491;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav-right {
    width: 100%;
    padding: 2rem 3.4rem;
  }
}
.p-nav-right::after {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  right: 16.6rem;
  width: 2.7rem;
  height: 2.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #004491;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-nav-right::after {
    left: 50%;
    bottom: -3.7rem;
    width: 4.3rem;
    height: 3.9rem;
    transform: translateX(-50%);
  }
}
.p-nav-right a {
  pointer-events: none;
  position: relative;
  display: block;
  width: 30.4rem;
}
.p-nav-right a .soon {
  position: absolute;
  top: -2.8rem;
  left: -2.5rem;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-nav-right a .soon {
    top: -2rem;
    left: -3rem;
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-right a {
    width: 100%;
  }
}
.p-nav-right a img {
  width: 100%;
  height: auto;
}

.p-any {
  position: relative;
  background: rgba(0, 68, 145, 0.05);
  padding: 0 0 6.5rem;
  z-index: 2;
}
.p-any::before {
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100%;
  height: 10.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-any::before {
    height: 5rem;
  }
}
.p-any .sec-first {
  position: relative;
  padding: 5.5rem 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-any .sec-first {
    padding: 4.8rem 0 0;
  }
}
.p-any .sec-first .ttl {
  font-size: 2.6rem;
  line-height: 1.8461538462;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-any .sec-first .ttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
}
.p-any .sec-first .txt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-any .sec-first .txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0 -0.5em;
  }
}
.p-any .sec-first .txt + .txt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-any .sec-first .txt + .txt {
    margin-top: 3.2rem;
  }
}
.p-any-ttl {
  position: relative;
  width: 100%;
  height: 20rem;
  background: url(../img/top/bg_any_ttl.png) 0 0/100% 100% no-repeat;
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .p-any-ttl {
    height: 10rem;
    background: url(../img/top/bg_any_ttl_sp.png) 0 0/100% 100% no-repeat;
    margin-top: -5rem;
  }
}
.p-any-ttl__txt {
  position: relative;
  display: block;
  width: 38rem;
  margin: 0 auto;
  padding: 2.2rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-any-ttl__txt {
    width: 28rem;
    padding: 1.5rem 0 0;
  }
}
.p-any__pre {
  width: 32rem;
  margin: -2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-any__pre {
    margin: 2rem auto 0;
  }
}
.p-any__detail {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #004491;
  font-size: 2.2rem;
  margin: 3.8rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-any__detail {
    line-height: 1.4;
    margin: 2.4rem 0 2rem;
  }
}
.p-any__txt {
  font-size: 1.8rem;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-any__txt {
    font-size: 1.7rem;
    line-height: 1.765;
    text-align: left;
  }
}
.p-any__time {
  width: 80rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-any__time {
    width: 100%;
    background: #004491;
    margin: 2.4rem 0 0;
    padding: 0 3rem;
  }
}
.p-any-present {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-any-present {
    margin: 3rem 0 0;
  }
}
.p-any-present__ttl {
  text-align: center;
  font-size: 3rem;
  color: #004491;
  font-weight: 700;
  margin: 0 0 3.8rem;
}
.p-any-present__txt {
  text-align: right;
  font-size: 1.5rem;
  margin: 0.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-any-present__txt {
    font-size: 1.3rem;
    margin: 1.6rem 0 0;
  }
}
.p-any-present__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-any-present__img {
    background: rgba(0, 68, 145, 0.05);
  }
}
.p-any-present__badge {
  position: absolute;
  top: -3.4rem;
  right: -5rem;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-any-present__badge {
    top: -3.2rem;
    right: -0.8rem;
    width: 6.8rem;
  }
}
.p-any-present__note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-any-present__note {
    margin: 2rem 0 0;
  }
}
.p-any-present__note span {
  display: inline-block;
  font-size: 1.5rem;
  background: #FFF367;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-any-present__note span {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: -0.05em;
  }
}
.p-any-sche {
  max-width: 108rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-any-sche {
    margin: 2.4rem 0 0;
  }
}
.p-any-sche__scroll {
  height: 21rem;
}
@media screen and (max-width: 767px) {
  .p-any-sche__scroll {
    background: #fff;
    height: 19rem;
    padding: 1rem;
  }
  .p-any-sche__scroll img {
    width: 64rem;
    margin-right: 1rem;
  }
}
.p-any-sche-list {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-any-sche-list {
    margin: 2rem 0 0;
  }
}
.p-any-sche-list__item {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-any-sche-list__item {
    font-size: 1.3rem;
  }
}
.p-any-sche-list__item a {
  color: #0095F2;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-any-sche-list__item a:hover {
    text-decoration: none;
  }
}
.p-any-apply {
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-any-apply {
    margin: 4rem 0 0;
  }
}
.p-any-apply-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-any-apply-list {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-any-apply-list__item {
  position: relative;
  width: 35.4rem;
}
@media screen and (max-width: 767px) {
  .p-any-apply-list__item {
    width: 100%;
  }
}
.p-any-apply-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.8rem);
  background: rgba(0, 68, 145, 0.05);
}
.p-any-apply-list__item a {
  color: #0095F2;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-any-apply-list__item a:hover {
    text-decoration: none;
  }
}
.p-any-apply-list__txt {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  padding: 3rem 1.8rem 2.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-any-apply-list__txt {
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 2rem 1.6rem;
  }
}
.p-any-apply__btn {
  margin: 5.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-any-apply__btn {
    margin: 3.5rem 0 0;
  }
}
.p-any-apply__btn .c-button {
  margin: 0 auto;
}
.p-any-apply__qualification {
  margin: 6rem 0 3rem;
}
.p-any-apply-caution {
  max-width: 96rem;
  margin: 0 auto;
}
.p-any-apply-caution__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-any-apply-caution__item {
    font-size: 1.6rem;
  }
}
.p-any-apply-caution__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.simplebar-vertical {
  width: 1.5rem !important;
  background: rgba(0, 68, 145, 0.05);
  border-radius: 2rem;
}
.simplebar-vertical .simplebar-scrollbar::before {
  width: 0.5rem;
  left: 0.5rem;
  background: #004491;
  border-radius: 2rem;
  margin: 0.3rem 0;
  opacity: 1 !important;
}
.simplebar-horizontal {
  left: 0.5rem !important;
  bottom: 1rem;
  width: calc(100% - 1rem);
  height: 1.5rem !important;
  background: rgba(0, 68, 145, 0.05);
  border-radius: 2rem;
}
.simplebar-horizontal .simplebar-scrollbar::before {
  height: 0.5rem;
  top: 0.5rem;
  background: #004491;
  border-radius: 2rem;
  margin: 0 0.3rem;
  opacity: 1 !important;
}

.p-buy {
  position: relative;
  background: linear-gradient(180deg, rgb(0, 77, 166) 0%, rgb(0, 44, 94) 25%, rgb(0, 44, 94) 50%, rgb(0, 44, 94) 75%, rgb(0, 77, 166) 100%);
  margin: 12rem 0 0;
  padding: 0 0 20rem;
}
@media screen and (max-width: 767px) {
  .p-buy {
    background: url(../img/top/bg_buy_sp.jpg) 0 0/cover no-repeat;
    margin: 5.8rem 0 0;
    padding: 0 0 10rem;
  }
}
.p-buy::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_buy.png) 0 0/100% auto no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-buy::after {
    content: none;
  }
}
.p-buy::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 100%;
  height: 10.2rem;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-buy::before {
    height: 5rem;
  }
}
.p-buy.is-pb {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-buy.is-pb {
    padding: 0 0 5.2rem;
  }
}
.p-buy__coming {
  position: relative;
  max-width: 60rem;
  background: #003067;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 5.6rem auto 0;
  padding: 4.5rem 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-buy__coming {
    font-size: 2.8rem;
  }
}
.p-buy .c-ttl {
  color: #fff;
}
.p-buy-ttl {
  position: relative;
  width: 100%;
  height: 20rem;
  background: url(../img/top/bg_buy_ttl.png) 0 0/100% 100% no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-buy-ttl {
    height: 10rem;
    background: url(../img/top/bg_buy_ttl_sp.png) 0 0/100% 100% no-repeat;
    margin: 0 0 3rem;
  }
}
.p-buy-ttl__txt {
  position: relative;
  display: block;
  width: 38rem;
  margin: 0 auto;
  padding: 2.2rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-buy-ttl__txt {
    width: 2.8rem;
    padding: 1.5rem 0 0;
  }
}
.p-buy__pre {
  position: relative;
  width: 45rem;
  margin: -2.4rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-buy__pre {
    width: 100%;
    margin: 0;
  }
}
.p-buy__txt {
  position: relative;
  max-width: 78.4rem;
  margin: 3rem auto 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-buy__txt {
    margin: 3.6rem 0 0;
  }
}
.p-buy__time {
  position: relative;
  max-width: 80rem;
  z-index: 3;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-buy__time {
    margin: 3.6rem 0 0;
  }
}
.p-buy__time picture {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-buy__time picture {
    background: #fff;
    padding: 0 3rem;
    margin-top: 1.5rem;
  }
}
.p-buy__time picture:first-child {
  margin-top: 0;
}
.p-buy__notes {
  max-width: 92rem;
  position: relative;
  text-align: center;
  margin: 2.6rem auto 0;
  background: #FFF367;
  padding: 0.8rem 1.2rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-buy__notes {
    text-align: left;
    margin: 1.5rem 0 0;
  }
}
.p-buy__notes span {
  display: inline-block;
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.2;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-buy__notes span {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: -0.05em;
    padding: 0.8rem 1.2rem 0.8rem calc(1.2rem + 1em);
    text-indent: -1em;
  }
}
.p-buy-present {
  position: relative;
  margin: 6rem 0 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-buy-present {
    margin: 3rem 0 0;
  }
}
.p-buy-present__block {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-buy-present__block {
    margin-top: 3rem;
  }
}
.p-buy-present__block + .p-buy-present__block {
  margin: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-present__block + .p-buy-present__block {
    margin: 3rem 0 0;
  }
}
.p-buy-present__icn {
  position: absolute;
  top: -5.8rem;
  right: -4.7rem;
  width: 12.7rem;
}
@media screen and (max-width: 767px) {
  .p-buy-present__icn {
    top: 11.2rem;
    right: 0rem;
    width: 9rem;
    height: 9rem;
  }
  .p-buy-present__icn.is-02 {
    top: 13.5rem;
  }
  .p-buy-present__icn.is-03 {
    top: 16rem;
  }
}
.p-buy-present__notes {
  position: relative;
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
  margin: 3.5rem 0 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-buy-present__notes {
    text-align: left;
    font-size: 1.3rem;
    margin: 2.3rem 0 0;
    padding: 0 0 0 1em;
  }
}
.p-buy-product {
  position: relative;
  z-index: 3;
  margin: 5rem 0 0;
}
.p-buy-product__scroll {
  background: #fff;
  height: 34.5rem;
  padding: 2.4rem 1rem 2.4rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-buy-product__scroll {
    padding: 1.5rem 1rem 1.5rem 1.6rem;
  }
}
.p-buy-product-block {
  height: 100%;
  padding: 0 2rem 0 0;
}
.p-buy-product-block__ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-buy-product-block__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-buy-product-block__ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product-block__ttl span {
    font-size: 1.2rem;
    margin: 0.5rem 0 0;
  }
}
.p-buy-product-block__img {
  display: block;
  max-width: 96.5rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product-block__img {
    margin: 1.4rem 0 0;
  }
}
.p-buy-product-block__bg {
  background: rgba(0, 68, 145, 0.05);
  padding: 2.8rem 5rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product-block__bg {
    padding: 1.4rem 1.6rem;
  }
}
.p-buy-product-block__name {
  display: inline-block;
  color: #004491;
  font-size: 1.5rem;
  font-weight: 500;
  background: #fff;
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-buy-product-block__name {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.p-buy-product-block__notes {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product-block__notes {
    font-size: 1rem;
  }
}
.p-buy-product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 0;
  margin: 2rem 0 4rem;
}
.p-buy-product-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product-list {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-buy-product-list__item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-buy-product-list__item {
    width: 100%;
  }
}
.p-buy-product-list__item .ttl {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
  margin: 0 0 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-buy-product-list__item .ttl {
    font-size: 1.3rem;
  }
}
.p-buy-product-list__item .txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-buy-product-list__item .txt {
    font-size: 1.2rem;
  }
}
.p-buy-product__btn {
  margin: 5.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product__btn {
    margin: 3rem 0 0;
  }
}
.p-buy-product__btn .c-button {
  margin: 0 auto;
}
.p-buy-product__notes {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-product__notes {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.3;
    margin: 2.4rem 0 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.p-buy-apply {
  position: relative;
  z-index: 3;
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-apply {
    margin: 4rem 0 0;
  }
}
.p-buy-apply-list {
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-list {
    margin: 0 0 3rem;
  }
}
.p-buy-apply-list__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-list__item {
    margin: 1.5rem 0 0;
  }
  .p-buy-apply-list__item:first-of-type {
    margin-top: 0;
  }
}
.p-buy-apply-list__item.is-mt {
  margin: -1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-list__item.is-mt {
    margin: 1.5rem 0 0;
  }
}
.p-buy-apply-list__item .u-mt {
  display: block;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-list__item .u-mt {
    margin-top: 1.5rem;
  }
}
.p-buy-apply-list__item .inner {
  position: absolute;
  bottom: 6.2rem;
  left: 19rem;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-list__item .inner {
    bottom: 5.2rem;
    left: 1.5rem;
    font-size: 1.2rem;
    padding-right: 6em;
  }
}
.p-buy-apply-list__item .txt {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-list__item .txt {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-buy-apply-list__item .txt a {
  text-decoration: underline;
  color: #0095F2;
}
.p-buy-apply-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
  margin: 0 0 2.7rem 29rem;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-tab {
    gap: 0 0.6rem;
    margin: 0 0 2.7rem;
  }
}
.p-buy-apply-tab__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25rem;
  height: 5.5rem;
  font-size: 2.4rem;
  background: #337FD6;
  color: #fff;
  font-weight: 700;
  padding: 0 0 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-tab__item {
    width: calc(50% - 0.3rem);
    font-size: 2rem;
  }
}
.p-buy-apply-tab__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 1.4rem;
  height: 1.6rem;
  background: #337FD6;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-buy-apply-tab__item.is-open {
  background: #fff;
  color: #004491;
}
.p-buy-apply-tab__item.is-open::before {
  background: #fff;
}
.p-buy-apply-choice__item {
  display: none;
}
.p-buy-apply-choice__item.is-open {
  display: block;
}
.p-buy-apply__btn .c-button {
  margin: 0 auto;
}
.p-buy-apply-acro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 92rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-acro {
    gap: 1.8rem 0;
  }
}
.p-buy-apply-acro__bnr {
  width: 19.3rem;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-acro__bnr {
    width: 10rem;
  }
}
.p-buy-apply-acro__txt {
  width: calc(100% - 22rem);
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-buy-apply-acro__txt {
    width: calc(100% - 11rem);
    font-size: 1.1rem;
  }
  .p-buy-apply-acro__txt br {
    display: none;
  }
}
.p-buy-apply-acro a {
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .p-buy-apply-acro a:hover {
    opacity: 0.7;
  }
}
.p-buy-receipt {
  position: relative;
  z-index: 3;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-buy-receipt {
    margin-top: 4rem;
  }
}
.p-buy-receipt__scroll {
  background: #fff;
  padding: 1.7rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-buy-receipt__scroll {
    height: 37.4rem;
    padding: 2.5rem 0.8rem 2.5rem 1.6rem;
  }
}
.p-buy-receipt__inner {
  padding: 3rem 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-receipt__inner {
    height: 100%;
    padding: 0 4rem 0 0;
  }
}
.p-buy-receipt-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 0.3rem 0;
}
.p-buy-receipt-list__item {
  position: relative;
  line-height: 1.7;
  font-size: 1.4rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-buy-receipt-list__item {
    line-height: 1.4;
  }
}
.p-buy-receipt-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-buy-receipt-child__item {
  position: relative;
  line-height: 1.7;
  font-size: 1.4rem;
  padding: 0 0 0 1em;
}
.p-buy-receipt-child__item::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #000;
  border-radius: 100%;
}
.p-buy-receipt__img {
  width: calc(100% - 1.5rem);
  margin: 3.8rem 0 0;
}
.p-buy-receipt-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #F8F8F8;
  border-radius: 1rem;
  gap: 0 2.1rem;
  padding: 2.5rem 0 3.1rem;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-buy-receipt-img {
    justify-content: space-between;
    gap: 3rem 0;
    padding: 2rem;
  }
}
.p-buy-receipt-img__item {
  width: 16.9rem;
}
@media screen and (max-width: 767px) {
  .p-buy-receipt-img__item {
    width: calc(50% - 1rem);
  }
}

.p-store {
  margin-top: -10rem;
}
@media screen and (max-width: 767px) {
  .p-store {
    margin-top: -5rem;
  }
}
.p-store-ttl {
  position: relative;
  width: 100%;
  height: 20rem;
  background: url(../img/top/bg_store_ttl.png) 0 0/100% 100% no-repeat;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-store-ttl {
    height: 10rem;
    background: url(../img/top/bg_store_ttl_sp.png) 0 0/100% 100% no-repeat;
    margin: 0 0 2.4rem;
  }
}
.p-store-ttl__txt {
  position: relative;
  display: block;
  width: 38rem;
  margin: 0 auto;
  padding: 2.2rem 0 0;
  z-index: 1;
}
.p-store__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-store__txt {
    width: auto;
    text-align: left;
    font-family: 1.7rem;
    margin: 0;
  }
}
.p-store-time {
  max-width: 102rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-store-time {
    margin: 3rem 0 0;
  }
}
.p-store-time__img {
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-store-time__img {
    background: #004491;
    padding: 0 3rem;
  }
}
.p-store-time__txt {
  line-height: 1.7;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-time__txt {
    font-size: 1.3rem;
    margin: 2rem 0 0;
  }
}
.p-store-present {
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-present {
    margin: 4rem 0 0;
  }
}
.p-store-present__btn {
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-present__btn {
    margin: 2.8rem 0 0;
  }
}
.p-store-present__btn .c-button {
  margin: 0 auto;
}
.p-store-present__notes {
  text-align: right;
  font-size: 1.5rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-present__notes {
    font-size: 1.3rem;
    margin: 1.8rem 0 0;
  }
}
.p-store-present__notes {
  text-align: center;
  margin: 3.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-store-present__notes {
    margin: 2rem 0 0;
  }
}
.p-store-present__notes span {
  display: inline-block;
  font-size: 1.5rem;
  background: #FFF367;
  padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-store-present__notes span {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: -0.05em;
  }
}

.p-policy__wrap {
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-policy__wrap {
    margin: 6rem 0 0;
  }
}
.p-policy__block {
  position: relative;
  background: #fff;
  border: 1px solid #004491;
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__block {
    padding: 2.5rem 1.6rem;
  }
}
.p-policy__block p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-policy__block p {
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
}
.p-policy__block p.num {
  padding: 0 0 0 2em;
}
.p-policy__block p.num span {
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .p-policy__block p.num {
    padding: 0;
    margin: 1em 0;
  }
  .p-policy__block p.num span {
    display: none;
  }
}
.p-policy__block.is-contact {
  background: rgba(0, 68, 145, 0.05);
  border: 0;
  padding: 4.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__block.is-contact {
    padding: 2.5rem 1.6rem;
  }
}
.p-policy .c-ttl.is-contact {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-policy .c-ttl.is-contact {
    margin-top: 4rem;
  }
}

.p-bnr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  padding: 7.6rem 0 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-bnr {
    flex-flow: column;
    gap: 1.6rem 0;
    margin: 5.4rem 0 0;
    padding: 0 2rem 5rem;
  }
}
.p-bnr__item {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-bnr__item {
    width: 100%;
  }
}
.p-bnr__item a {
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .p-bnr__item a:hover {
    opacity: 0.7;
  }
}