@charset "UTF-8";
/* ------------------------------------------------
 fonts
------------------------------------------------ */
.ff_rounded {
  font-family: YakuHanRP, "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (min-width: 480px) {
  .ff_rounded {
    transform: rotateZ(0.03deg);
  }
}

/* -------------------------------------------------------
 base
---------------------------------------------------------- */
#contents {
  font-feature-settings: "palt";
}
#contents a {
  text-decoration: none;
}
#contents a:hover {
  text-decoration: underline;
}
#contents img {
  max-width: 100%;
  height: auto;
}
#contents sup {
  font-size: 0.5em;
}
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents b {
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  #contents .sp_show {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #contents .pc_show {
    display: none;
  }
  #contents sup {
    font-size: 8px;
  }
}

/* ------------------------------------------------
 utility
------------------------------------------------ */
#contents .note {
  font-size: 0.625em;
}
#contents .note > li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
#contents .note .important {
  color: #f00;
}
@media screen and (max-width: 479px) {
  #contents .note {
    font-size: 0.7142857143em;
  }
  #contents .note.sp_1line li {
    padding-left: 0;
    padding-right: 1em;
    display: inline;
  }
}

/* ------------------------------------------------
  contents
------------------------------------------------ */
.section p {
  font-weight: inherit;
  margin: 0;
}

/* ------------------------------------------------
 rayout / font-size
------------------------------------------------ */
#contents .section {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#contents .section > .inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  #contents .section > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #contents .section {
    font-size: 3.7333333333vw;
    letter-spacing: normal;
    max-height: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  #contents .section > .inner {
    width: 25.3571428571em;
  }
}

/* ------------------------------------------------
 intro
------------------------------------------------ */
#intro .sheader .copy {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 4px;
  background-color: #090;
  margin-bottom: 37px;
  padding: 27px 0 26px;
}
#intro .sheader .title {
  font-size: 1em;
  line-height: 1;
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#intro .sheader .title .logo {
  width: 156px;
}
#intro .sheader .title .txt {
  width: 480px;
}
#intro .sbody {
  margin-top: 40px;
}
#intro .sbody .message {
  position: relative;
}
#intro .sbody .message p {
  font-weight: 500;
  line-height: 1.9;
  margin: 0;
}
#intro .sbody .message .top, #intro .sbody .message .bottom {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#intro .sbody .message .top {
  background-image: url(../images/kj_sk_yp_finish_user/intro_bg_top.png);
  background-position: 0 0;
  padding: 35px 0 30px 35px;
}
#intro .sbody .message .top p {
  font-size: 16px;
}
#intro .sbody .message .top p + p {
  margin-top: 1em;
}
#intro .sbody .message .bottom {
  background-image: url(../images/kj_sk_yp_finish_user/intro_bg_bottom.png);
  background-position: 0 100%;
  padding: 25px 0 25px 180px;
  position: relative;
}
#intro .sbody .message .bottom p {
  font-size: 20px;
  font-weight: 800;
}
#intro .sbody .message .bottom::before {
  content: "";
  background: url(../images/kj_sk_yp_finish_user/chara_img.png) no-repeat;
  background-size: contain;
  width: 128px;
  aspect-ratio: 180/222;
  position: absolute;
  left: 35px;
  top: 15px;
}
#intro aside .link {
  text-align: center;
  margin-top: 50px;
}
#intro aside .link .btn {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 14px;
  background-color: #090;
  padding: 16px 20px;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
#intro aside .link .btn .txt {
  font-size: 20px;
  font-weight: 800;
}
#intro aside .link .btn::after {
  content: "";
  background: url(../images/kj_sk_yp_finish_user/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 21px;
  aspect-ratio: 21/27;
  display: block;
}
@media screen and (any-hover: hover) {
  #intro aside .link {
    transition: opacity 0.4s ease;
    cursor: pointer;
  }
  #intro aside .link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
@media screen and (max-width: 479px) {
  #intro .sheader {
    padding-top: 0.7142857143em;
  }
  #intro .sheader .copy {
    font-size: 1.0714285714em;
    border-radius: 0.1428571429em;
    margin-bottom: 1.25em;
    padding: 0.8928571429em 0;
  }
  #intro .sheader .title {
    margin-left: 0.7142857143em;
    margin-right: 0.5357142857em;
  }
  #intro .sheader .title .logo {
    width: 5.5714285714em;
  }
  #intro .sheader .title .txt {
    width: 17.1428571429em;
  }
  #intro .sbody {
    margin-top: 1.4285714286em;
  }
  #intro .sbody .message::after {
    width: 2.4285714286em;
  }
  #intro .sbody .message .top {
    background-image: url(../images/kj_sk_yp_finish_user/intro_bg_top-sp.png);
    padding: 1.0714285714em 1.0714285714em 1.4285714286em 1.0714285714em;
  }
  #intro .sbody .message .top p {
    font-size: 1em;
  }
  #intro .sbody .message .bottom {
    background-image: url(../images/kj_sk_yp_finish_user/intro_bg_bottom-sp.png);
    padding: 0.8928571429em 0 0.8928571429em 7.8571428571em;
    position: relative;
  }
  #intro .sbody .message .bottom p {
    font-size: 1.0714285714em;
    line-height: 1.6;
  }
  #intro .sbody .message .bottom::before {
    width: 6.4285714286em;
    left: 0.7142857143em;
    top: -0.6428571429em;
  }
  #intro aside .link {
    margin-top: 2.5em;
  }
  #intro aside .link .btn {
    border-radius: 0.5em;
    padding: 0.7142857143em;
    -moz-column-gap: 0.7142857143em;
         column-gap: 0.7142857143em;
  }
  #intro aside .link .btn .txt {
    font-size: 1em;
  }
  #intro aside .link .btn::after {
    width: 0.8214285714em;
  }
}

/* ------------------------------------------------
 page_index
------------------------------------------------ */
#page_index {
  margin-top: 60px;
}
#page_index .index {
  border-radius: 10px;
  background-color: #cfeac4;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 14px;
}
#page_index .index a {
  color: #333;
  text-decoration: none;
  line-height: 1;
  border: 2px solid #090;
  border-radius: 14px;
  background-color: #fff;
  padding: 9px 0;
  display: flex;
  align-items: center;
}
#page_index .index a::after {
  content: "";
  background: url(../images/kj_sk_yp_finish_user/nav_arrow.svg) no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: 12px;
  width: 23px;
  aspect-ratio: 23/11;
  display: block;
}
#page_index .index a .num {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid #090;
  margin-right: 0.3333333333em;
  padding: 0.0833333333em 0;
  width: 1.25em;
  align-content: center;
  align-self: stretch;
}
#page_index .index a .title {
  font-size: 17px;
  font-weight: 800;
}
@media screen and (any-hover: hover) {
  #page_index .index a {
    transition: background-color 0.4s ease;
  }
  #page_index .index a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 479px) {
  #page_index {
    margin-top: 2.8571428571em;
  }
  #page_index .index {
    border-radius: 0.7142857143em;
    padding: 1.0714285714em;
    gap: 0.7142857143em 0.7857142857em;
  }
  #page_index .index a {
    border-width: 0.0714285714em;
    border-radius: 0.5em;
    padding: 0.4285714286em 0;
    height: 2.4142857143em;
  }
  #page_index .index a::after {
    margin-right: 0.5em;
    width: 1.0714285714em;
  }
  #page_index .index a .num {
    font-size: 1.2142857143em;
    margin-right: 0.4117647059em;
    padding: 0.3571428571em 0;
    width: 1.6470588235em;
  }
  #page_index .index a .title {
    font-size: 0.9285714286em;
    line-height: 1.2;
  }
}

/* ------------------------------------------------
 section.info
------------------------------------------------ */
#contents .section.info {
  margin-top: 80px;
}
#contents .section.info .sheader {
  border-left: 2px solid #090;
  border-bottom: 2px solid #090;
  border-bottom-left-radius: 8px;
  padding-left: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
}
#contents .section.info .sheader .title {
  font-size: 1em;
  line-height: 1;
  border-bottom: none;
  background-color: #f4fae1;
  margin: 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
#contents .section.info .sheader .title .num {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid #090;
  margin-right: 0.5714285714em;
  padding: 0.1428571429em 0;
  width: 1.5714285714em;
}
#contents .section.info .sheader .title .txt {
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 479px) {
  #contents .section.info {
    margin-top: 3.2142857143em;
    margin-top: 5.3571428571em;
  }
  #contents .section.info .sheader {
    border-left-width: 0.0714285714em;
    border-bottom-width: 0.0714285714em;
    border-bottom-left-radius: 0.2857142857em;
    padding-left: 0.2142857143em;
    padding-bottom: 0.2142857143em;
  }
  #contents .section.info .sheader .title {
    padding: 0.1428571429em 0;
  }
  #contents .section.info .sheader .title .num {
    font-size: 1.3571428571em;
    margin-right: 0.5263157895em;
    padding: 0.2105263158em 0;
    width: 1.6315789474em;
  }
  #contents .section.info .sheader .title .txt {
    font-size: 1.0714285714em;
  }
}

/* ----------------------------
 .info sbody
------------------------------*/
#contents .section.info .sbody {
  font-weight: 500;
  margin: 20px 30px 0;
}
#contents .section.info .sbody p strong {
  color: #c00;
}
@media screen and (max-width: 479px) {
  #contents .section.info .sbody {
    margin: 1.0714285714em 0.7142857143em 0;
  }
}

/* ----------------------------
 schedule
------------------------------*/
#schedule .sbody .fig {
  margin-top: 40px;
}
@media screen and (max-width: 479px) {
  #schedule {
    margin-top: 3.2142857143em !important;
  }
  #schedule .sbody .fig {
    margin-top: 1.7857142857em;
  }
  #schedule .sbody .fig1 {
    margin-right: -0.1785714286em;
    width: 24.1071428571em;
  }
}

/* ----------------------------
 決済の終了について
------------------------------*/
#about .sbody .heading {
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: none;
  border-left: 7px solid #090;
  line-height: 1.4;
  background-color: #e4f1db;
  margin-top: 85px;
  padding: 6px 0 6px 15px;
}
#about .sbody .heading:first-of-type {
  margin-top: 35px;
}
#about .sbody .heading strong {
  color: #090;
  font-weight: bold;
}
#about .sbody .fig {
  margin-top: 20px;
  margin-left: 115px;
}
#about .sbody .fig.fig1 {
  width: 453px;
}
#about .sbody .fig.fig2 {
  width: 392px;
}
#about .sbody .fig.fig3 {
  width: 395px;
}
#about .sbody .notice {
  color: #c00;
  font-size: 18px;
  border: 1px solid #c00;
  background-color: #fbebdf;
  margin-top: 30px;
  padding: 12px 15px;
}
@media screen and (max-width: 479px) {
  #about .sbody .heading {
    font-size: 1em;
    border-radius: 0.1428571429em;
    border-left-width: 0.25em;
    margin: 2.8571428571em 0 0;
    padding: 0.5714285714em 0.3571428571em 0.5714285714em 0.7142857143em;
  }
  #about .sbody .heading:first-of-type {
    margin-top: 1.2857142857em;
  }
  #about .sbody .fig {
    margin-top: 1.0714285714em;
    margin-left: 3.3571428571em;
  }
  #about .sbody .fig.fig1 {
    width: 20.6428571429em;
  }
  #about .sbody .fig.fig2 {
    width: 18.0357142857em;
  }
  #about .sbody .fig.fig3 {
    width: 18.5714285714em;
  }
  #about .sbody .notice {
    font-size: 1em;
    margin-top: 0.8928571429em;
    margin-left: 3em;
    padding: 0.5em 0.6428571429em;
    width: 18.3571428571em;
    box-sizing: border-box;
  }
}

/* ----------------------------
 ゆうちょPayポイント
------------------------------*/
#points .sbody .heading {
  font-size: 1em;
  font-weight: 800;
  border-bottom: 1px solid #090;
  text-indent: -1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 1em;
}
#points .sbody .heading::first-letter {
  color: #090;
}
#points .sbody .heading:not(:first-of-type) {
  margin-top: 10px;
}
#points .sbody p {
  margin-bottom: 0;
}
#points .sbody .note {
  text-indent: -1em;
  padding-left: 1em;
}
#points .sbody .notice {
  color: #c00;
}
@media screen and (max-width: 479px) {
  #points .sbody {
    margin-top: 1.6071428571em !important;
  }
  #points .sbody .heading {
    font-size: 1em;
    font-weight: 800;
    margin: 0 0 0.5em;
    padding: 0 0 0.25em 1em;
  }
  #points .sbody .heading:not(:first-of-type) {
    margin-top: 2em;
  }
  #points .sbody .notice {
    margin-top: 1em;
  }
}

/* ----------------------------
 よくある質問
------------------------------*/
#faq .faq + .faq {
  margin-top: 1.8em;
}
#faq .faq .q, #faq .faq .a > .inner {
  line-height: 1.5;
  padding-left: 6px;
  display: flex;
  align-items: center;
}
#faq .faq .q::before, #faq .faq .a > .inner::before {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin-top: 0.1em;
  width: 40px;
  align-self: start;
}
#faq .faq .q .txt, #faq .faq .a > .inner .txt {
  font-weight: 500;
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
}
#faq .faq .q .txt a, #faq .faq .a > .inner .txt a {
  color: #090;
  text-decoration: underline;
  font-weight: inherit;
}
#faq .faq .q .txt a:hover, #faq .faq .a > .inner .txt a:hover {
  text-decoration: none;
}
#faq .faq .q {
  font-weight: 800;
  border-bottom: 2px dashed #090;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  cursor: pointer;
}
@media screen and (any-hover: hover) {
  #faq .faq .q:hover::before,
  #faq .faq .q:hover .txt {
    opacity: 0.8;
  }
}
#faq .faq .q::before {
  content: "Q";
  color: #090;
}
#faq .faq .q i {
  width: 20px;
  aspect-ratio: 1/1;
  margin-left: 1em;
  display: block;
  position: relative;
}
#faq .faq .q i:before, #faq .faq .q i::after {
  content: "";
  background-color: #090;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
#faq .faq .q i::after {
  transition: transform 0.4s ease;
  transform: rotate(90deg);
}
#faq .faq .q .txt {
  font-weight: 800;
}
#faq .faq .q.open i:after {
  transform: rotate(0deg);
}
#faq .faq .a {
  padding-top: 1em;
  position: relative;
}
#faq .faq .a > .inner::before {
  content: "A";
  color: #f17b24;
}
#faq .faq .a .txt {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  #faq .faq + .faq {
    margin-top: 1.2857142857em;
  }
  #faq .faq .q, #faq .faq .a > .inner {
    line-height: 1.6;
    padding-left: 0.4285714286em;
  }
  #faq .faq .q::before, #faq .faq .a > .inner::before {
    font-size: 1.2142857143em;
    width: 1.5294117647em;
  }
  #faq .faq .q {
    border-bottom-width: 1px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  #faq .faq .q i {
    margin-left: 0.5em;
    width: 0.7142857143em;
  }
  #faq .faq .q i:before, #faq .faq .q i::after {
    height: 1px;
  }
  #faq .faq .a .txt {
    font-size: 1em;
    line-height: 1.75;
  }
}

/* ----------------------------
 更新情報
------------------------------*/
#news .sbody .list {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px 30px;
}
#news .sbody .list li {
  list-style-type: none;
}
#news .sbody .list li p {
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 479px) {
  #news .sbody .list {
    border-radius: 0.3571428571em;
    padding: 0.7142857143em;
  }
  #news .sbody .list li {
    list-style-type: none;
  }
  #news .sbody .list li p {
    line-height: 1.75;
    margin: 0;
  }
}

/* ------------------------------------------------
 notice
------------------------------------------------ */
#notice {
  margin-top: 150px;
}
#notice > .inner {
  padding: 0 30px;
}
#notice .sheader .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #090;
  border-bottom: 1px solid #090;
  background-color: transparent;
  margin: 0;
  padding: 0.4em 0;
}
#notice .sbody {
  margin-top: 20px;
}
#notice .sbody .list {
  margin-left: 55px;
  margin-right: 35px;
}
#notice .sbody .list li {
  line-height: 1.75;
}
@media screen and (max-width: 479px) {
  #notice {
    margin-top: 5.3571428571em;
  }
  #notice > .inner {
    padding: 0 0.7142857143em;
  }
  #notice .sheader .title {
    font-size: 1em;
  }
  #notice .sbody {
    margin-top: 0.7142857143em;
  }
  #notice .sbody .list {
    margin-left: 1.5em;
    margin-right: 0;
  }
}

/* ------------------------------------------------
 contact
------------------------------------------------ */
#contact {
  margin-top: 130px;
  margin-bottom: 100px;
}
#contact .sheader .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  border-bottom: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
#contact .sbody {
  margin-top: 20px;
}
#contact .sbody > p {
  font-weight: 500;
}
#contact .sbody .box {
  border: 1px solid #090;
  border-radius: 20px;
  background-color: #f4fae1;
  margin: 0 auto;
  padding: 26px 0;
  width: 530px;
}
#contact .sbody .box p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#contact .sbody .box .name {
  color: #090;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
#contact .sbody .box .free {
  color: #090;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid #090;
  border-radius: 30px;
  margin-top: 8px;
  padding: 0.5em 1em;
}
#contact .sbody .box .tel {
  color: #090;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  border-top: 1px solid #090;
  border-bottom: 1px solid #090;
  margin-top: 8px;
  padding: 8px 0 6px;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
#contact .sbody .box .tel .num {
  font-size: 29px;
  font-weight: 800;
}
#contact .sbody .box .tel a {
  color: #090;
  font-weight: 800;
}
#contact .sbody .box .note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (max-width: 479px) {
  #contact {
    margin-top: 4.2857142857em;
    margin-bottom: 4.2857142857em;
  }
  #contact > .inner {
    padding: 0 0.7142857143em;
  }
  #contact .sheader .title {
    font-size: 1.1071428571em;
  }
  #contact .sbody {
    margin-top: 0.7142857143em;
  }
  #contact .sbody > p {
    text-align: center;
  }
  #contact .sbody .box {
    border-radius: 0.7142857143em;
    margin-top: 1.0714285714em;
    padding: 1.25em 0;
    width: auto;
  }
  #contact .sbody .box .name {
    font-size: 1.1428571429em;
  }
  #contact .sbody .box .free {
    font-size: 1em;
    border-radius: 30px;
    margin-top: 0.5em;
    padding: 0.3em 1em;
  }
  #contact .sbody .box .tel {
    font-size: 1.1428571429em;
    margin-top: 0.5em;
    padding: 0.4em 0;
  }
  #contact .sbody .box .tel .num {
    font-size: 1.4375em;
  }
  #contact .sbody .box .note {
    font-size: 1em;
    margin-top: 1em;
  }
  #contact .sbody .box .note .s {
    font-size: 0.8571428571em;
  }
}