@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
#toystory5 {
  margin-inline: auto;
  letter-spacing: 0;
  position: relative;
  text-box: trim-both text text;
  background-color: #ffe450;
  color: #282828;
}
#toystory5 a, #toystory5 dt, #toystory5 dd, #toystory5 li, #toystory5 th, #toystory5 td, #toystory5 p {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #toystory5 {
    width: 1366px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 {
    margin-top: 18.6666666667vw;
  }
}
#toystory5 a,
#toystory5 button {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
  background: none;
  border: none;
  padding: 0;
}
#toystory5 a:hover,
#toystory5 button:hover {
  cursor: pointer;
  opacity: 0.8;
}
#toystory5 img {
  display: block;
  width: 100%;
}
#toystory5 sup {
  vertical-align: top;
}
#toystory5 table td {
  border: none;
}
@media screen and (max-width: 767px) {
  #toystory5 .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .sp {
    display: none;
  }
}
#toystory5 .color-red {
  color: #c9393b;
}
#toystory5 .mt-0 {
  margin-top: 0 !important;
}
#toystory5 .mt-2em {
  margin-top: 2em !important;
}
#toystory5 .btn-apply {
  margin: 0 auto;
}
#toystory5 .noto {
  display: inline-flex;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 0.57em;
  background-image: url(../images/noto_g.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  position: relative;
  top: -0.2em;
}
#toystory5 .noto.noto--strong {
  background-image: url(../images/noto_g-strong.svg);
}
#toystory5 .link-underline {
  display: inline;
  text-decoration: underline;
}
#toystory5 .list-indent > li {
  padding-left: 1em;
  text-indent: -1em;
  font-feature-settings: unset;
  letter-spacing: 0;
}
#toystory5 .item-indent {
  padding-left: 1em;
  text-indent: -1em;
}
#toystory5 .marker {
  content: "";
  width: 0.9em;
  height: 0.9em;
  line-height: 0;
  border-radius: 50px;
  background: #ea001e;
  top: 0.05em;
  display: inline-block;
  position: relative;
  margin-right: 0.2em;
}
#toystory5 .marker.marker--blue {
  background: #004098;
}
#toystory5 .marker.marker--red {
  background: #c9393b;
}
#toystory5 .marker.marker--black {
  background: #282828;
}
#toystory5 .imagewrap {
  position: relative;
}
#toystory5 .imagewrap .imagewrap__image {
  position: relative;
}
#toystory5 .imagewrap .imagewrap__detail {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
#toystory5 .imagewrap .imagewrap__link {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #toystory5 .toystory5__main {
    padding-inline: 183px;
    padding-top: 39px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .toystory5__main {
    padding-top: 5.3333333333vw;
    padding-bottom: 18.6666666667vw;
    padding-inline: 4vw;
  }
}
#toystory5 .toystory5__gotop {
  display: block;
  position: fixed;
  background: url(../images/top.png) no-repeat;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #toystory5 .toystory5__gotop {
    width: 100px;
    height: 100px;
    right: 50px;
    bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .toystory5__gotop {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: 4vw;
    bottom: 20vw;
  }
}
#toystory5 .pagenav {
  width: 100%;
  box-shadow: 0px 10px 10px -6px rgba(104, 18, 9, 0.3);
  position: relative;
}
@media screen and (min-width: 768px) {
  #toystory5 .pagenav {
    background-image: url("../images/nav--bg.png");
    background-size: 100% 100%;
  }
}
#toystory5 .pagenav .pagenav__list {
  margin-inline: auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  #toystory5 .pagenav .pagenav__list {
    width: 1000px;
  }
}
#toystory5 .pagenav .pagenav__item {
  background: #fff;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #toystory5 .pagenav .pagenav__item {
    flex: 1;
  }
}
#toystory5 .application .application__button {
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #toystory5 .application .application__button {
    width: 660px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .application .application__button {
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .prize {
    margin-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .prize {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .prize .prize__course--02 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .prize .prize__course--02 {
    margin-top: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .product {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product {
    margin-top: 2.1333333333vw;
  }
}
#toystory5 .product .product__detail {
  background: #004098;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__detail {
    width: 840px;
    margin-top: 15px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__detail {
    width: 90.6666666667vw;
    margin-top: 1.6vw;
    padding: 2.6666666667vw;
  }
}
#toystory5 .product .product__inner {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__inner {
    padding-bottom: 39px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__inner {
    padding-bottom: 3.4666666667vw;
    border-radius: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__list {
    margin-top: 10px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__list {
    padding-inline: 3.2vw;
    margin-top: 1.8666666667vw;
  }
}
#toystory5 .product .product__list > li {
  font-weight: 700;
  color: #282828;
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__list > li {
    font-size: 20px;
    line-height: 2.3;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__list > li {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__list .product__name {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__list .product__name {
    font-size: 3.8666666667vw;
    display: inline-block;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__note {
    margin-top: 22px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__note {
    margin-top: 1.6vw;
    padding-inline: 3.2vw;
  }
}
#toystory5 .product .product__note > li {
  font-weight: 500;
  color: #282828;
}
@media screen and (min-width: 768px) {
  #toystory5 .product .product__note > li {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .product .product__note > li {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .howto {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .howto {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .howto .howto__image {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .howto .howto__image {
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .howto .howto__note {
    margin-top: 24px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .howto .howto__note {
    margin-top: 4vw;
    padding-inline: 5.3333333333vw;
  }
}
#toystory5 .howto .howto__note > li {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #toystory5 .howto .howto__note > li {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .howto .howto__note > li {
    font-size: 3.2vw;
    line-height: 1.75;
    font-feature-settings: unset;
  }
}
@media screen and (min-width: 768px) {
  #toystory5 .terms {
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .terms {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
#toystory5 .terms .terms__detail {
  background: #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  margin-inline: auto;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #toystory5 .terms .terms__detail {
    width: 800px;
    height: 650px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .terms .terms__detail {
    width: 100%;
    margin-top: 1.6vw;
  }
}
#toystory5 .terms .terms__inner {
  margin-inline: auto;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #toystory5 .terms .terms__inner {
    height: 874px;
    padding: 23px 37px;
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .terms .terms__inner {
    height: 106.6666666667vw;
    padding-top: 3.2vw;
    padding-bottom: 4vw;
    padding-inline: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
#toystory5 .terms .terms__inner .terms__head {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #toystory5 .terms .terms__inner .terms__head {
    font-size: 24px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .terms .terms__inner .terms__head {
    font-size: 3.7333333333vw;
    line-height: 1.75;
  }
}
#toystory5 .terms .terms__inner dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #toystory5 .terms .terms__inner dl {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .terms .terms__inner dl {
    padding-bottom: 4.4vw;
  }
}
#toystory5 .terms .terms__inner dl dt {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #toystory5 .terms .terms__inner dl dd {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .terms .terms__inner dl dd * {
    font-feature-settings: unset;
  }
}
#toystory5 .terms .terms__inner dl dd p + p {
  margin-top: 1.7em;
}
#toystory5 .terms .terms__inner dl dd p + dl {
  margin-top: 1.7em;
}
#toystory5 .terms .terms__inner dl dd ul + ul {
  margin-top: 1.7em;
}
#toystory5 .terms .terms__inner dl dd:not(:first-of-type) {
  margin-top: 1em;
}
#toystory5 .terms .terms__inner dl:not(:first-child) {
  border-top: 1px solid #011b6a;
  padding-top: 24px;
}
#toystory5 .terms .terms__sub {
  border-top: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#toystory5 .terms .terms__sub > dt {
  font-size: 108.33%;
}
#toystory5 .terms .terms__sub > dd {
  margin-top: 0 !important;
}
#toystory5 .terms .terms__sub > dd:not(:last-child) {
  margin-bottom: 1.7em;
}
@media screen and (min-width: 768px) {
  #toystory5 .contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #toystory5 .contact {
    margin-top: 8vw;
  }
}