@charset "UTF-8";
.kv {
  background: url("../img/kv-bgd.jpg") no-repeat top center/100% 100%;
  padding-bottom: 1.8125rem;
}
@media (max-width: 767px) {
  .kv {
    background: url("../img/kv-bgd-sp.jpg") no-repeat top center/100% 100%;
    padding-bottom: 0.9375rem;
  }
}
.kv__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kv__img {
  width: calc(50% - 0.1875rem);
  position: relative;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .kv__img {
    width: 100%;
  }
}
.kv__img.animated.--img1::after {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}
.kv__img.animated.--img2::after {
  -webkit-clip-path: rect(0 100% 100% 0);
          clip-path: rect(0 100% 100% 0);
}
.kv__img.--img1 {
  position: relative;
  -webkit-transform: rotate3d(0, 0, 0);
          transform: rotate3d(0, 0, 0);
  z-index: 1;
}
@media (max-width: 767px) {
  .kv__img.--img1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.kv__img.--img1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv-img1.jpg") no-repeat top left;
  background-size: auto 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: rotate3d(0, 0, 0);
          transform: rotate3d(0, 0, 0);
  -webkit-clip-path: rect(0 0 100% 0);
          clip-path: rect(0 0 100% 0);
}
@media (max-width: 767px) {
  .kv__img.--img1::after {
    background: url("../img/kv-img1-sp.jpg") no-repeat top left;
    background-size: auto 100%;
  }
}
.kv__img.--img2 {
  position: relative;
}
@media (max-width: 767px) {
  .kv__img.--img2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.875rem;
  }
}
.kv__img.--img2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/kv-img2.jpg") no-repeat top left;
  background-size: auto 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: rotate3d(0, 0, 0);
          transform: rotate3d(0, 0, 0);
  -webkit-clip-path: rect(0 0 100% 0);
          clip-path: rect(0 0 100% 0);
}
@media (max-width: 767px) {
  .kv__img.--img2::after {
    background: url("../img/kv-img2-sp.jpg") no-repeat top left;
    background-size: auto 100%;
  }
}
.kv__img img {
  width: 100%;
  opacity: 0;
}
.kv__txt {
  width: 100%;
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .kv__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.9375rem;
  }
}
.kv__ttl {
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kv__ttl.animated {
  opacity: 1;
}
.kv__ttl img {
  width: 38.3125rem;
}
@media (max-width: 767px) {
  .kv__ttl img {
    width: 21.25rem;
  }
}
.kv__text {
  width: 38.3125rem;
  margin: 0.9375rem auto 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .kv__text {
    width: 21.25rem;
    margin: 0.625rem auto 0;
  }
}
.kv__text.animated {
  opacity: 1;
}
.kv__text.animated .kv__text__wrap {
  width: 100%;
}
.kv__text__wrap {
  width: 0;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  overflow: hidden;
}
.kv__text__content {
  width: 38.3125rem;
  position: relative;
  padding: 0.3125rem 0.5rem 0;
}
@media (max-width: 767px) {
  .kv__text__content {
    width: 21.25rem;
    padding: 0.1875rem 0.3125rem 0;
  }
}
.kv__text__content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.kv__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .kv__anchor {
    margin-top: 1.25rem;
  }
}
.kv__anchor li {
  width: 15.625rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .kv__anchor li {
    width: 25%;
    padding-bottom: 0;
  }
}
.kv__anchor li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .kv__anchor li:first-child {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .kv__anchor li:first-child a {
    min-height: 3.125rem;
  }
}
@media (max-width: 767px) {
  .kv__anchor li:last-child {
    border-right: 0;
  }
}
.kv__anchor li a {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 0.75rem;
  text-decoration: none;
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
  min-height: 2.8125rem;
  font-family: sofia-pro, sans-serif;
}
@media (max-width: 767px) {
  .kv__anchor li a {
    font-size: 0.875rem;
    line-height: 1.1428571429;
    min-height: 2.625rem;
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
    padding-bottom: 0;
  }
}
.kv__anchor li a::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.625rem 0.3125rem 0 0.3125rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .kv__anchor li a::after {
    bottom: 0.1875rem;
    border-width: 0.625rem 0.3125rem 0 0.3125rem;
  }
}

@-webkit-keyframes typing {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}

@keyframes typing {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
.main {
  padding-top: 4.375rem;
}
@media (max-width: 767px) {
  .main {
    width: 100%;
    overflow-x: hidden;
    padding-top: 3.8125rem;
  }
}
.main .slide01 {
  background: #000;
  padding: 0.4375rem 0;
}
@media (max-width: 767px) {
  .main .slide01 {
    padding: 0.5rem 0;
  }
}
.main .slide01 .splide {
  pointer-events: none;
}
@media (max-width: 767px) {
  .main .slide01 .splide {
    width: 32.375rem;
    margin: 0 -8.75rem;
  }
}
.main .slide01 .splide__slide {
  line-height: 1;
  padding-right: 0.625rem;
  width: 38.3125rem;
}
.main .slide01 .splide__img img {
  width: 100%;
}

.section01 {
  background-color: #F5F5F5;
  padding-bottom: 2.3125rem;
}
@media (max-width: 767px) {
  .section01 {
    padding-bottom: 1.4375rem;
  }
}
.section01__ttl {
  text-align: center;
  margin-top: 2.75rem;
}
@media (max-width: 767px) {
  .section01__ttl {
    margin-top: 1.875rem;
  }
}
.section01__ttl__img {
  width: 33.0625rem;
  height: 15.0625rem;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section01__ttl__img {
    margin-left: 0.5625rem;
    height: 9.6875rem;
    width: 21.6875rem;
  }
}
.section01__ttl__img img {
  width: 33.0625rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .section01__ttl__img img {
    width: 21.6875rem;
  }
}
.section01__ttl__money {
  width: 12.9375rem;
  height: 4.375rem;
  position: relative;
  margin: 1.5625rem auto 0;
}
@media (max-width: 767px) {
  .section01__ttl__money {
    margin-top: 0.75rem;
    height: 2.5rem;
  }
}
.section01__ttl__yen {
  font-size: 3.25rem;
  line-height: 1;
  font-family: sofia-pro, sans-serif;
  color: #fff;
  font-weight: 900;
  background-color: #FF7228;
  display: inline-block;
  padding: 0.1875rem 1rem 0.9375rem;
}
@media (max-width: 767px) {
  .section01__ttl__yen {
    font-size: 1.9375rem;
    padding: 0.125rem 0.5rem 0.4375rem;
  }
}
.section01__ttl.animated .section01__ttl__img img {
  -webkit-animation: 0.8s 0s linear BoundIn forwards;
          animation: 0.8s 0s linear BoundIn forwards;
}
.section01__ttl.animated .section01__ttl__yen {
  -webkit-animation: 0.8s 0.5s linear BoundIn forwards;
          animation: 0.8s 0.5s linear BoundIn forwards;
}
.section01__btn {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .section01__btn {
    margin-top: 1.25rem;
  }
}
.section01__btn .c-btn2 {
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .section01__btn .c-btn2 {
    margin-top: 0.875rem;
  }
}
.section01__text {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 2.6875rem;
}
@media (max-width: 767px) {
  .section01__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 1.5rem;
  }
}
.section01-list {
  width: 79.75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  .section01-list {
    width: 100%;
    margin-top: 1.3125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.section01-list__item {
  width: 19.75rem;
  margin-right: 0.25rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section01-list__item {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .section01-list__item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .section01-list__item {
    width: 11rem;
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.section01-list__item:nth-child(4n) {
  margin-right: 0rem;
}
.section01-list__img {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.section01-list__img::after {
  content: "";
  width: 5rem;
  height: 5rem;
  background: url("../img/sec1-icon-popup.png") no-repeat top center/100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .section01-list__img::after {
    width: 2.5rem;
    height: 2.5rem;
    background: url("../img/sec1-icon-popup-sp.png") no-repeat top center/100% 100%;
    right: -0.0625rem;
  }
}
.section01-list__txt {
  padding-top: 0.9375rem;
}
@media (max-width: 767px) {
  .section01-list__txt {
    padding-top: 0.5625rem;
  }
}
.section01-list__ttl__small {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.15em;
  display: block;
}
@media (max-width: 767px) {
  .section01-list__ttl__small {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}
.section01-list__ttl__big {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.05em;
  display: block;
  margin-top: -0.1875rem;
}
@media (max-width: 767px) {
  .section01-list__ttl__big {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    letter-spacing: -0.08em;
  }
}
.section01-list__note {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 0.75rem;
  margin-top: 0.5625rem;
}
@media (max-width: 767px) {
  .section01-list__note {
    font-size: 0.625rem;
    line-height: 1.5;
    padding-left: 0.625rem;
    margin-top: 0.3125rem;
    margin-right: -0.625rem;
  }
}
.section01-list__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.section01__note {
  text-align: center;
  margin-top: 1.8125rem;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section01__note {
    margin-top: 0.75rem;
  }
}
.section01__add {
  text-align: center;
  margin-top: 2.25rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .section01__add {
    margin-top: 0.1875rem;
    padding-right: 0.4375rem;
  }
}
.section01__add img {
  width: 36rem;
}
@media (max-width: 767px) {
  .section01__add img {
    width: 20.25rem;
  }
}
.section01__date {
  text-align: center;
  margin-top: 2.5625rem;
}
@media (max-width: 767px) {
  .section01__date {
    margin-top: 1.9375rem;
  }
}
.section01__date img {
  width: 32.5625rem;
}
@media (max-width: 767px) {
  .section01__date img {
    width: 20.9375rem;
  }
}

.section02 {
  background-color: #FF7227;
  position: relative;
  padding: 2.3125rem 0 2.5625rem;
}
@media (max-width: 767px) {
  .section02 {
    padding: 1.75rem 0 1.9375rem;
  }
}
.section02__ttl1 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .section02__ttl1 {
    font-size: 1.375rem;
  }
}
.section02__ttl1 span {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section02__ttl1 span {
    font-size: 1rem;
  }
}
.section02__text1 img {
  width: 36.25rem;
  margin-left: -0.1875rem;
}
@media (max-width: 767px) {
  .section02__text1 img {
    width: 12.5rem;
    margin-left: -0.3125rem;
  }
}
.section02__text2 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .section02__text2 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 0.9375rem;
  }
}
.section02__text2 span {
  display: block;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section02__text2 span {
    font-size: 0.75rem;
    line-height: 2.0833333333;
  }
}
.section02__text3 {
  text-align: center;
  margin-top: 0.8125rem;
}
@media (max-width: 767px) {
  .section02__text3 {
    margin-top: 0.6875rem;
    width: 20.5rem;
    margin-left: -0.625rem;
  }
}
.section02__text3 img {
  width: 34.875rem;
}
@media (max-width: 767px) {
  .section02__text3 img {
    width: 20.5rem;
  }
}
.section02__text4 {
  text-align: center;
  margin-top: 3.1875rem;
}
@media (max-width: 767px) {
  .section02__text4 {
    width: 21.5625rem;
    margin-left: -1.1875rem;
    margin-top: 1.9375rem;
  }
}
.section02__text4 img {
  width: 34.375rem;
}
@media (max-width: 767px) {
  .section02__text4 img {
    width: 21.5625rem;
  }
}
.section02__img1 {
  width: 10.8125rem;
  position: absolute;
  top: -6.25rem;
  right: -0.1875rem;
}
@media (max-width: 767px) {
  .section02__img1 {
    width: 6.3125rem;
    top: -1rem;
    right: 1.125rem;
  }
}
.section02__top {
  position: relative;
  width: 48.75rem;
  margin: 0 auto;
  padding-top: 1.875rem;
}
@media (max-width: 767px) {
  .section02__top {
    width: 100%;
    padding: 0 1.4375rem;
    margin-top: 1.6875rem;
  }
}
.section02__note {
  display: block;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .section02__note {
    margin-top: -0.3125rem;
  }
}
.section02 .c-btn2 {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .section02 .c-btn2 {
    margin-top: 0.75rem;
  }
}
.section02-box {
  width: 71.875rem;
  margin: 3.0625rem auto 0;
  background: #fff;
  padding-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .section02-box {
    width: 21.5625rem;
    margin: 1.8125rem auto 0;
  }
}
.section02-box__ttl {
  text-align: center;
}
.section02-box__ttl img {
  width: 24.5rem;
  margin-top: -1.875rem;
}
@media (max-width: 767px) {
  .section02-box__ttl img {
    width: 13.875rem;
    margin-top: -1.25rem;
  }
}
.section02-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.9375rem;
  padding: 0 6.5625rem;
}
@media (max-width: 767px) {
  .section02-box__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 1.0625rem;
  }
}
.section02-box__list li {
  text-align: center;
}
@media (max-width: 767px) {
  .section02-box__list li {
    margin-bottom: 0.8125rem;
  }
}
.section02-box__img {
  height: 14.375rem;
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .section02-box__img {
    height: auto;
    margin-bottom: 0;
  }
}
.section02-box__item1 {
  width: 12.875rem;
  margin-right: 3.1875rem;
}
@media (max-width: 767px) {
  .section02-box__item1 {
    width: 8.9375rem;
    margin-right: 1.25rem;
    margin-left: 0.75rem;
  }
}
@media (max-width: 767px) {
  .section02-box__item1 .section02-box__img {
    line-height: 1;
  }
}
.section02-box__item1 .section02-box__img img {
  width: 10.4375rem;
}
@media (max-width: 767px) {
  .section02-box__item1 .section02-box__img img {
    width: 6.875rem;
  }
}
.section02-box__item2 {
  width: 12.3125rem;
  margin-right: 2.8125rem;
}
@media (max-width: 767px) {
  .section02-box__item2 {
    width: 8.125rem;
    margin-right: 0;
  }
}
.section02-box__item2 .section02-box__img {
  padding: 0.6875rem 0;
}
@media (max-width: 767px) {
  .section02-box__item2 .section02-box__img {
    height: 9rem;
    padding: 0.375rem 0 0;
  }
}
.section02-box__item2 .section02-box__img img {
  width: 100%;
}
.section02-box__item2 .section02-box__txt p {
  width: auto;
  padding: 0.125rem 0.3125rem 0.125rem 0.5rem;
}
.section02-box__item3 {
  width: 16.5rem;
  margin-right: 4.3125rem;
}
@media (max-width: 767px) {
  .section02-box__item3 {
    width: 11.4375rem;
    margin-right: 1.5625rem;
  }
}
.section02-box__item3 .section02-box__img {
  padding: 0.8125rem 0 0 0.5rem;
}
@media (max-width: 767px) {
  .section02-box__item3 .section02-box__img {
    padding: 0.3125rem 0 0 0;
  }
}
.section02-box__item3 .section02-box__img img {
  width: 14.5rem;
}
@media (max-width: 767px) {
  .section02-box__item3 .section02-box__img img {
    width: 9.5625rem;
  }
}
.section02-box__item4 {
  width: 6.75rem;
}
@media (max-width: 767px) {
  .section02-box__item4 {
    width: 4.6875rem;
    margin-right: 2.125rem;
  }
}
.section02-box__item4 .section02-box__img {
  padding: 0.375rem 0 0;
}
@media (max-width: 767px) {
  .section02-box__item4 .section02-box__img {
    padding: 0;
  }
}
.section02-box__item4 .section02-box__img img {
  width: 5.8125rem;
}
@media (max-width: 767px) {
  .section02-box__item4 .section02-box__img img {
    width: 3.875rem;
  }
}
@media (max-width: 767px) {
  .section02-box__item4 .section02-box__txt {
    margin-top: -0.1875rem;
  }
}
@media (max-width: 767px) {
  .section02-box__txt {
    margin-top: 0.125rem;
  }
}
.section02-box__txt p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: #FF7227;
  letter-spacing: -0.05em;
  width: 100%;
  padding: 0.0625rem 0;
}
@media (max-width: 767px) {
  .section02-box__txt p {
    font-size: 0.6875rem;
    line-height: 1.2727272727;
    padding: 0.0625rem 0 0.125rem;
  }
}
.section02-box__note {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #FF7228;
  font-weight: 700;
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .section02-box__note {
    font-size: 0.6875rem;
    line-height: 1.8181818182;
    margin-top: -0.3125rem;
  }
}

.section03 {
  background-color: #F5F5F5;
  padding: 2.5rem 0 4.4375rem;
}
@media (max-width: 767px) {
  .section03 {
    padding: 1.9375rem 0 1.5625rem;
  }
}
.section03 .l-container {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.section03__img {
  text-align: right;
  padding-right: 4.6875rem;
}
@media (max-width: 767px) {
  .section03__img {
    text-align: center;
    padding-right: 0.0625rem;
  }
}
.section03__img img {
  width: 53.125rem;
}
@media (max-width: 767px) {
  .section03__img img {
    width: 19.6875rem;
  }
}
.section03__note {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #000;
  width: 30.3125rem;
  margin: 2.125rem auto 0;
  -webkit-transform: translateX(0.375rem);
          transform: translateX(0.375rem);
}
@media (max-width: 767px) {
  .section03__note {
    width: 19.6875rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 1.4375rem auto 0;
  }
}
.section03 .c-btn1 {
  margin-top: 2.125rem;
}
@media (max-width: 767px) {
  .section03 .c-btn1 {
    margin-top: 1.625rem;
  }
}
.section03 .c-btn2 {
  margin-top: 0.875rem;
}

.section04 {
  background: url("../img/sec4-bg.jpg") repeat-y top center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .section04 {
    background: none;
  }
}
.section04 .bgd-line {
  background: url("../img/bgd-line.png") repeat top left;
  background-size: 22.5rem 22.5rem;
}
@media (max-width: 767px) {
  .section04 .bgd-line {
    background: none;
  }
}
@media (max-width: 767px) {
  .section04 .bgd-line-sp {
    background: url("../img/bgd-line-sp.png") repeat-y top 0.3125rem center/100% auto;
  }
}

.faq {
  padding-bottom: 4.875rem;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 0;
    background: url("../img/faq-bg-sp.jpg") repeat-y top center/100% auto;
  }
}
@media (max-width: 767px) {
  .faq .bgd-line-sp {
    padding-bottom: 2.5rem;
  }
}
.faq .slide01 {
  padding: 0.375rem 0;
}
@media (max-width: 767px) {
  .faq .slide01 {
    padding: 0.3125rem 0;
  }
}
.faq .c-title1 {
  margin-top: 3.8125rem;
}
@media (max-width: 767px) {
  .faq .c-title1 {
    margin-top: 2.5rem;
  }
}
.faq-box {
  width: 62.5rem;
  margin: 3.0625rem auto 0;
  background-color: #fff;
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .faq-box {
    width: 21.875rem;
    padding: 1.25rem 0.9375rem;
    margin: 1.4375rem auto 0;
  }
}

.qa + .qa {
  margin-top: 0.6875rem;
}
@media (max-width: 767px) {
  .qa + .qa {
    margin-top: 0.4375rem;
  }
}
.qa__q {
  background: #000;
  position: relative;
  padding: 0.875rem 1.25rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .qa__q {
    padding: 0.625rem;
  }
}
.qa__q::before {
  content: "";
  width: 1.875rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.0625rem);
  right: 0.9375rem;
}
@media (max-width: 767px) {
  .qa__q::before {
    width: 1.25rem;
    height: 0.125rem;
    right: 0.625rem;
  }
}
.qa__q::after {
  content: "";
  width: 2px;
  height: 1.875rem;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.9375rem);
  right: 1.75rem;
}
@media (max-width: 767px) {
  .qa__q::after {
    width: 0.125rem;
    height: 1.25rem;
    right: 1.1875rem;
    top: calc(50% - 0.625rem);
  }
}
.qa__q.is-active::after {
  content: none;
}
.qa__q p {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .qa__q p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.qa__a {
  display: none;
  padding: 1.25rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 767px) {
  .qa__a {
    padding: 1.125rem 0 0;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.qa__list1 li + li {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .qa__list1 li + li {
    margin-top: 1.375rem;
  }
}
.qa__list2 li {
  position: relative;
  padding-left: 1.0625rem;
}
.qa__list2 li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.qa__list2 + .qa__ttl {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .qa__list2 + .qa__ttl {
    margin-top: 1.375rem;
  }
}
.qa__list2.style1 li::before {
  content: "・";
}
.qa__ttl {
  font-weight: 700;
}
.qa__question {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #DB4C00;
}
@media (max-width: 767px) {
  .qa__question {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.qa__anser {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 767px) {
  .qa__anser {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.qa__anser .qa__link {
  margin-top: 0;
}
@media (max-width: 767px) {
  .qa__anser .qa__link {
    margin: 0;
  }
}
.qa__link {
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .qa__link {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    margin: 0.625rem 0.8125rem;
  }
}

.campaign {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .campaign {
    padding-bottom: 0;
    background: url("../img/campaign-bg-sp.jpg") no-repeat top center/cover;
  }
}
@media (max-width: 767px) {
  .campaign .bgd-line-sp {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .campaign .slide01 {
    padding: 0.4375rem 0;
  }
}
@media (max-width: 767px) {
  .campaign .slide01 .splide {
    width: 37.5rem !important;
  }
}
.campaign .c-title1 {
  margin: 3.875rem 0 3rem;
}
@media (max-width: 767px) {
  .campaign .c-title1 {
    margin: 2.5rem 0 1.625rem;
  }
}
.campaign-box {
  background-color: #fff;
  border: 0.125rem solid #000;
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .campaign-box {
    width: 22.1875rem;
  }
}
.campaign-box__ttl {
  text-align: center;
  background-color: #000;
  line-height: 1;
  padding: 1.0625rem 0 1rem;
}
@media (max-width: 767px) {
  .campaign-box__ttl {
    padding: 0.625rem 0 0.625rem;
  }
}
.campaign-box__ttl img {
  width: 26.75rem;
}
@media (max-width: 767px) {
  .campaign-box__ttl img {
    width: 18.75rem;
  }
}
.campaign-box__txt {
  padding: 1rem 0 1.3125rem;
}
@media (max-width: 767px) {
  .campaign-box__txt {
    padding: 1rem 0 1rem;
  }
}
.campaign-box__text1 {
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign-box__text1 {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.campaign-box__text1 i {
  font-style: normal;
  display: block;
}
.campaign-box__text1 span.note {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 0.8125rem;
}
.campaign-box__text1 span:not(.note) {
  position: relative;
}
.campaign-box__text1 span:not(.note)::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: #FF7227;
  position: absolute;
  left: 0;
  bottom: -0.4375rem;
}
@media (max-width: 767px) {
  .campaign-box__text1 span:not(.note)::after {
    bottom: -0.25rem;
  }
}
.campaign-box__text1 img {
  width: 8.5625rem;
  margin: 1.5rem 0 1px;
}
@media (max-width: 767px) {
  .campaign-box__text1 img {
    width: 5.4375rem;
    margin: 0.875rem 0 0.25rem;
  }
}
.campaign-box__list {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  font-weight: 700;
  color: #000;
  width: 46.9375rem;
  margin: 1.125rem auto 0;
}
@media (max-width: 767px) {
  .campaign-box__list {
    width: 19.75rem;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.75rem;
  }
}
.campaign-box__list table {
  width: 100%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .campaign-box__list table {
    text-align: center;
  }
}
.campaign-box__list table th {
  background-color: #FF7227;
  border-right: 1px solid #fff;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .campaign-box__list table th:nth-child(1) {
    width: 11.25rem;
  }
  .campaign-box__list table th:nth-child(2) {
    width: 11.25rem;
  }
}
@media (max-width: 767px) {
  .campaign-box__list table th {
    width: 6.5625rem;
    font-size: 0.8125rem;
    padding-block: 0.1875rem;
  }
}
.campaign-box__list table td {
  border-bottom: 1px solid #FF7227;
  border-right: 1px solid #FF7227;
  padding-block: 0.1875rem;
}
@media (max-width: 767px) {
  .campaign-box__list table td {
    padding: 0.3125rem 0.625rem;
    vertical-align: middle;
  }
}
.campaign-box__list table td:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .campaign-box__list table td.f15 {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}
.campaign-box__date {
  position: relative;
  width: 55rem;
  margin: 2rem auto 0;
}
@media (max-width: 767px) {
  .campaign-box__date {
    width: 100%;
    margin-top: 1.8125rem;
    text-align: center;
  }
}
.campaign-box__date img {
  width: 37.3125rem;
}
@media (max-width: 767px) {
  .campaign-box__date img {
    width: 19.75rem;
  }
}
.campaign-box__img1 {
  width: 16.6875rem;
  position: absolute;
  top: -0.875rem;
  right: 0;
}
@media (max-width: 767px) {
  .campaign-box__img1 {
    position: initial;
    text-align: center;
    margin-top: 0.125rem;
    width: 100%;
  }
}
.campaign-box__img1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .campaign-box__img1 img {
    width: 15.1875rem;
  }
}
.campaign-box.--style1 {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .campaign-box.--style1 {
    margin-top: 0.625rem;
  }
}
.campaign-box.--style1 .campaign-box__ttl {
  padding: 1.375rem 0 1.25rem;
}
@media (max-width: 767px) {
  .campaign-box.--style1 .campaign-box__ttl {
    padding: 0.875rem 0 0.6875rem;
  }
}
.campaign-box.--style1 .campaign-box__ttl img {
  width: 14.125rem;
}
@media (max-width: 767px) {
  .campaign-box.--style1 .campaign-box__ttl img {
    width: 11.1875rem;
  }
}
.campaign-box.--style1 .campaign-box__txt {
  padding: 1rem 0 1.875rem;
}
@media (max-width: 767px) {
  .campaign-box.--style1 .campaign-box__txt {
    padding: 1rem 0 0.3125rem;
  }
}
.campaign-box.--style1 .campaign-box__text1 span::after {
  bottom: -0.25rem;
  width: 97%;
}
@media (max-width: 767px) {
  .campaign-box.--style1 .campaign-box__text1 span::after {
    width: 96%;
    bottom: -0.3125rem;
  }
}

.character {
  padding-bottom: 6.6875rem;
}
@media (max-width: 767px) {
  .character {
    padding-bottom: 9.375rem;
    background: url("../img/character-bg-sp.jpg") no-repeat top center/cover;
  }
}
.character .slide01 {
  padding: 0.5625rem 0;
}
@media (max-width: 767px) {
  .character .slide01 {
    padding: 0.375rem 0;
  }
}
@media (max-width: 767px) {
  .character .slide01 .splide {
    width: 43.75rem !important;
  }
}
.character .c-title1 {
  margin: 3.75rem 0 2.375rem;
}
@media (max-width: 767px) {
  .character .c-title1 {
    margin: 2.5625rem 0 1.6875rem;
  }
}
.character .l-container {
  width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .character .l-container {
    width: 100%;
  }
}
.character__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .character__txt {
    display: block;
    width: 15.375rem;
    margin: 0 auto;
  }
}
.character__ttl span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.4375rem 0.625rem 0.375rem;
}
@media (max-width: 767px) {
  .character__ttl span {
    padding: 0.3125rem 0.4375rem 0.25rem;
  }
}
.character__ttl span::after {
  content: "";
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.character__ttl__wrap1 {
  line-height: 1;
}
.character__ttl__content1 {
  width: 21rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .character__ttl__content1 {
    width: 13rem;
  }
}
.character__ttl__wrap2 {
  margin-top: -2px;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.character__ttl__wrap2 span:after {
  top: -2px;
}
.character__ttl__content2 {
  width: 24.6875rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 767px) {
  .character__ttl__content2 {
    margin-top: 0;
    width: 15.25rem;
  }
}
.character__ttl__span1 img {
  width: 19.75rem;
}
@media (max-width: 767px) {
  .character__ttl__span1 img {
    width: 12.125rem;
  }
}
.character__ttl__span2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .character__ttl__span2 {
    display: inline-block;
    margin-top: 0;
  }
}
.character__ttl__span2 img {
  width: 23.4375rem;
}
@media (max-width: 767px) {
  .character__ttl__span2 img {
    width: 14.375rem;
  }
}
.character__ttl.animated .character__ttl__wrap1 {
  -webkit-animation: typing 0.5s forwards;
          animation: typing 0.5s forwards;
}
.character__ttl.animated .character__ttl__wrap2 {
  -webkit-animation: typing 0.5s 0.2s forwards;
          animation: typing 0.5s 0.2s forwards;
}
.character__text {
  font-size: 1.25rem;
  line-height: 2.15;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .character__text {
    font-size: 0.8125rem;
    line-height: 2.1538461538;
    letter-spacing: 0.02em;
    margin: 1.125rem -0.625rem 0 0;
  }
}
.character .slide02 {
  width: 84.375rem;
  margin: 3.5625rem auto 0;
}
@media (max-width: 767px) {
  .character .slide02 {
    width: 100%;
    overflow: hidden;
    margin: 1.4375rem auto 0;
  }
}
.character .slide02 .splide {
  padding-bottom: 2.4375rem;
}
@media (max-width: 767px) {
  .character .slide02 .splide {
    margin: 0 -14.875rem;
    padding-bottom: 2rem;
  }
}
.character .slide02 .splide__slide {
  padding: 0 1.5625rem;
}
@media (max-width: 767px) {
  .character .slide02 .splide__slide {
    padding: 0 1.0625rem;
  }
}
.character .slide02 .splide__slide.is-active.is-visible .slide02__img::after {
  opacity: 0;
}
.character .slide02 .splide__arrow {
  width: 4.375rem;
  height: 4.375rem;
  opacity: 1;
  top: 15.5rem;
  background: url("../img/slide02-icon-arrow.svg") no-repeat top center/100% 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: calc(50% - 14.6875rem);
}
.character .slide02 .splide__arrow svg, .character .slide02 .splide__arrow path {
  display: none;
}
.character .slide02 .splide__arrow.splide__arrow--next {
  -webkit-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
  left: calc(50% + 10.3125rem);
}
.character .slide02 .splide__pagination {
  bottom: 0;
}
.character .slide02 .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 0.3125rem;
}
@media (max-width: 767px) {
  .character .slide02 .splide__pagination__page {
    width: 0.4375rem;
    height: 0.4375rem;
    margin: 0 0.25rem;
  }
}
.character .slide02 .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: white;
}
.character .slide02__img {
  position: relative;
  padding-top: 2.625rem;
}
@media (max-width: 767px) {
  .character .slide02__img {
    padding-top: 1.625rem;
  }
  .character .slide02__img::after {
    content: "";
    width: 100%;
    height: calc(100% - 1.625rem);
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
.character .slide02__num {
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
}
.character .slide02__num img {
  height: 5.375rem;
}
@media (max-width: 767px) {
  .character .slide02__num img {
    height: 3.375rem;
  }
}
.character .slide02__num.--left6 {
  left: 0.375rem;
}
.character .slide02__num.--left10 {
  left: 0.625rem;
}
@media (max-width: 767px) {
  .character .slide02__num.--left10 {
    left: 0.3125rem;
  }
}
.character .slide02__txt {
  text-align: center;
  padding-top: 1rem;
}
.character .slide02__name {
  font-size: 2.1875rem;
  line-height: 1.1428571429;
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  color: #000;
}
@media (max-width: 767px) {
  .character .slide02__name {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
.character .slide02__text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .character .slide02__text {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
}
.character .slide02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.9375rem;
}
.character .slide02__list li {
  width: 7rem;
  margin-right: 1.125rem;
}
@media (max-width: 767px) {
  .character .slide02__list li {
    width: 4.375rem;
    margin-right: 0.625rem;
  }
}
.character .slide02__list li:nth-child(3n) {
  margin-right: 0;
}
.character .slide02__list li img {
  width: 100%;
}
.character .slide02__list li p {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.05em;
  margin: 0.375rem -1.25rem 0;
}
@media (max-width: 767px) {
  .character .slide02__list li p {
    font-size: 0.625rem;
    line-height: 1.2;
    margin: 0 -1.25rem 0;
    min-height: 1.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.character .slide02__list li p span {
  display: inline-block;
  margin-left: -0.2em;
}
.character__btn {
  margin-top: 3.6875rem;
}
@media (max-width: 767px) {
  .character__btn {
    margin-top: 3.125rem;
  }
}
.character__btn a {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 25rem;
  height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-decoration: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .character__btn a {
    width: 21.875rem;
  }
}

.modal {
  display: none;
}
.modal__content {
  width: 50rem;
  height: 28rem;
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0;
}
@media (max-width: 767px) {
  .modal__content {
    width: 18.75rem;
    height: 31.25rem;
  }
}
.modal__ttl {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: bold;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 0.875rem;
}
.modal__ttl::after {
  content: "";
  width: 3.75rem;
  height: 0.25rem;
  background: #FF7228;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.875rem);
}
.modal__img {
  text-align: center;
  margin: 1.6875rem 0 1.5rem;
}
@media (max-width: 767px) {
  .modal__img {
    margin: 1.6875rem 0 1.0625rem;
  }
}
.modal__img img {
  width: 7.8125rem;
}
.modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.3125rem;
}
@media (max-width: 767px) {
  .modal__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0.625rem 0 1.25rem;
  }
}
.modal__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 16.75rem;
}
@media (max-width: 767px) {
  .modal__list li {
    width: 100%;
  }
}
.modal__list li + li {
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .modal__list li + li {
    margin-left: 0;
    margin-top: 0.4375rem;
  }
}
.modal__list__icon {
  width: 3.125rem;
}
.modal__list__txt {
  padding-left: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.375rem;
}
.modal__list__txt p {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 700;
  color: #000;
}
.modal__list__txt p span {
  display: block;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .modal__list__txt p span {
    margin-top: -0.125rem;
  }
}

.modal2 {
  display: none;
}
.modal2__content {
  width: 50rem;
  height: 28rem;
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.125rem 3.0625rem;
}
@media (max-width: 767px) {
  .modal2__content {
    width: 18.75rem;
    height: auto;
    padding: 1.25rem 1.25rem 3.9375rem;
    position: relative;
  }
}
.modal2__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: fl;
      -ms-flex-align: fl;
          align-items: fl;
}
@media (max-width: 767px) {
  .modal2__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal2__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3.125rem;
  padding-top: 0.9375rem;
}
@media (min-width: 768px) {
  .modal2__txt {
    margin-right: -0.9375rem;
  }
}
@media (max-width: 767px) {
  .modal2__txt {
    width: 100%;
    padding-left: 0;
    padding-top: 0.75rem;
  }
}
.modal2__ttl {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .modal2__ttl {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.modal2__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .modal2__text {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    margin-top: 0.625rem;
    letter-spacing: 0;
  }
}
.modal2__text2 {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: 0.5625rem;
}
@media (max-width: 767px) {
  .modal2__text2 {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    margin-top: 0.75rem;
  }
}
.modal2__text2 + .modal2__text2 {
  margin-top: 0.5625rem;
}
@media (max-width: 767px) {
  .modal2__text2 + .modal2__text2 {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .modal2.--modal4 .modal2__txt {
    padding-top: 0.1875rem;
  }
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.9);
}

.fancybox__content {
  background: transparent;
  padding: 0;
}

.fancybox__content > .f-button.is-close-btn {
  width: 2.25rem;
  height: 2rem;
  top: 0.9375rem;
  right: 1.375rem;
  opacity: 1;
  background: url("../img/modal-con-close.svg") repeat-y top center/100% 100%;
}
@media (max-width: 767px) {
  .fancybox__content > .f-button.is-close-btn {
    background: url("../img/modal-con-close-sp.svg") repeat-y top center/100% 100%;
    width: 2.5rem;
    height: 2.25rem;
  }
}
.fancybox__content > .f-button.is-close-btn svg, .fancybox__content > .f-button.is-close-btn path {
  display: none;
}

.fancybox__footer {
  display: none;
}

.fancybox__nav {
  opacity: 1 !important;
  display: none !important;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: 12.9375rem 0 0 -21.5625rem;
  width: 4.3125rem;
  height: 1.8125rem;
  background: url("../img/modal2-prev.svg") no-repeat top center/100% 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    display: none;
  }
}
.is-horizontal .f-carousel__nav .f-button.is-prev svg, .is-horizontal .f-carousel__nav .f-button.is-prev path, .is-horizontal .fancybox__nav .f-button.is-prev svg, .is-horizontal .fancybox__nav .f-button.is-prev path {
  display: none;
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: auto;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: 12.9375rem 0 0 21.5625rem;
  width: 4.3125rem;
  height: 1.8125rem;
  background: url("../img/modal2-next.svg") no-repeat top center/100% 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
    display: none;
  }
}
.is-horizontal .f-carousel__nav .f-button.is-next svg, .is-horizontal .f-carousel__nav .f-button.is-next path, .is-horizontal .fancybox__nav .f-button.is-next svg, .is-horizontal .fancybox__nav .f-button.is-next path {
  display: none;
}

.page-nag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.25rem;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .page-nag {
    bottom: 0.875rem;
  }
}
.page-nag .is-prev {
  width: 4.3125rem;
  height: 1.8125rem;
  background: url("../img/modal2-prev.svg") no-repeat top center/100% 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .page-nag .is-prev {
    width: 2.1875rem;
    height: 1rem;
  }
}
.page-nag .is-next {
  width: 4.3125rem;
  height: 1.8125rem;
  background: url("../img/modal2-next.svg") no-repeat top center/100% 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .page-nag .is-next {
    width: 2.1875rem;
    height: 1rem;
  }
}

.fancybox__carousel.is-transitioning,
.fancybox__carousel.is-next,
.fancybox__carousel.is-prev {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.fancybox__carousel.is-transitioning .fancybox__slide,
.fancybox__carousel .fancybox__slide {
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .fancybox__carousel.is-transitioning .fancybox__slide,
  .fancybox__carousel .fancybox__slide {
    padding-block: 4.1875rem 2.1875rem;
  }
}
.fancybox__carousel.is-transitioning .fancybox__slide.is-selected,
.fancybox__carousel .fancybox__slide.is-selected {
  opacity: 1 !important;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  top: -2.75rem;
  right: -0.125rem;
}

@supports (outline-offset: -1px) {
  .splide__slide:focus-visible {
    outline: 1px solid #0bf;
    outline-offset: -1px;
  }
}
@supports (outline-offset: -1px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 1px solid #0bf;
    outline-offset: -1px;
  }
}
.slide03 {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .slide03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.slide03 .splide {
  width: 100%;
}
@media (max-width: 767px) {
  .slide03 .splide {
    position: initial;
  }
}
.slide03 .splide__arrow {
  width: 4.3125rem;
  height: 1.8125rem;
  opacity: 1;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 0;
  bottom: -6.375rem;
}
@media (max-width: 767px) {
  .slide03 .splide__arrow {
    width: 2.1875rem;
    height: 1rem;
    bottom: 0.875rem;
  }
}
.slide03 .splide__arrow svg, .slide03 .splide__arrow path {
  display: none;
}
.slide03 .splide__arrow.splide__arrow--prev {
  background: url("../img/modal2-prev.svg") no-repeat top center/100% 100%;
  left: -5.5rem;
}
@media (max-width: 767px) {
  .slide03 .splide__arrow.splide__arrow--prev {
    left: 1.25rem;
  }
}
.slide03 .splide__arrow.splide__arrow--next {
  background: url("../img/modal2-next.svg") no-repeat top center/100% 100%;
  left: auto;
  right: -25.6875rem;
}
@media (max-width: 767px) {
  .slide03 .splide__arrow.splide__arrow--next {
    right: 1.25rem;
  }
}
.slide03 .thumbnail-slider {
  height: auto;
}
.slide03 .thumbnail-slider .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .slide03 .thumbnail-slider .splide__list {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.slide03 .thumbnail-slider .splide__slide {
  margin-bottom: 0.3125rem;
  position: relative;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .slide03 .thumbnail-slider .splide__slide {
    width: 3.125rem;
    margin: 0 0.3125rem 0 0;
  }
}
.slide03 .thumbnail-slider .splide__slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 114, 39, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.slide03 .thumbnail-slider .splide__slide.is-active {
  opacity: 1;
  border: 0;
}
.slide03 .thumbnail-slider .splide__slide.is-active::after {
  opacity: 1;
}
.slide03 .left_col {
  width: 3.125rem;
}
@media (max-width: 767px) {
  .slide03 .left_col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 0.625rem;
  }
}
.slide03 .right_col {
  width: 16.25rem;
}
@media (max-width: 767px) {
  .slide03 .right_col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.floating {
  width: 15.6875rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (max-width: 767px) {
  .floating {
    width: 14.3125rem;
    bottom: -0.0625rem;
  }
}
.floating img {
  width: 100%;
}
.floating.is-show {
  opacity: 1;
  pointer-events: all;
}