@charset "UTF-8";
/*=========== 400,500,700 ===========*/
/*=========== 600,700 ===========*/
/*============================
hero
============================*/
.p-40th-hero {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-40th-hero {
    padding-bottom: 52px;
    background-color: var(--color-blue-bg);
  }
}
.p-40th-hero__kv {
  width: 25%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-40th-hero__kv {
    width: 40%;
  }
}
.p-40th-hero__kv-img {
  opacity: 0;
  transform: scale(0.3);
}
.is-load .p-40th-hero__kv-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
/*============================
lead
============================*/
.p-40th-lead {
  position: relative;
  background-color: var(--color-orange-lead);
  padding: 50px 0;
  opacity: 0;
}
.is-load .p-40th-lead {
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
@media screen and (max-width: 900px) {
  .p-40th-lead {
    padding: 50px 0;
  }
}
.p-40th-lead::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 48px;
  transform: scale(-1);
  background: url(../img/40th/cloud.png) repeat-x;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .p-40th-lead::before {
    height: 24px;
    top: -14px;
    background-size: auto 100%;
  }
}
.p-40th-lead::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  height: 48px;
  background: url(../img/40th/cloud.png) repeat-x;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .p-40th-lead::after {
    height: 24px;
    bottom: -14px;
    background-size: auto 100%;
  }
}
.p-40th-lead__inner {
  width: 90%;
  margin: 0 auto;
}
.p-40th-lead__txt {
  text-align: center;
  font-weight: 400;
  font-size: 20.5px;
  letter-spacing: 0.2px;
  line-height: 1.95;
  opacity: 0;
  transform: translateY(60px);
}
.is-load .p-40th-lead__txt {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 1s;
}
@media screen and (max-width: 760px) {
  .p-40th-lead__txt {
    font-size: 13.5px;
    letter-spacing: 0;
  }
}
.p-40th-lead__txt span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-40th-lead__txt span {
    margin-bottom: 14px;
  }
}

/*============================
top-wrap
============================*/
.p-40th-top-wrap {
  margin-top: 125px;
}
@media screen and (max-width: 900px) {
  .p-40th-top-wrap {
    margin-top: 87px;
  }
}

/*============================
main
============================*/
.p-40th-main__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 900px) {
  .p-40th-main__inner {
    width: 90%;
  }
}
.p-40th-main__head {
  position: relative;
}
.p-40th-main__cap {
  width: 27%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-40th-main__cap {
    width: 66%;
  }
}
.p-40th-main__cap-img {
  opacity: 0;
  transform: scale(0.45);
}
.is-scroll .p-40th-main__cap-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
}
.p-40th-main__tab {
  margin-top: 45px;
  opacity: 0;
  transform: translateY(60px);
}
.is-scroll .p-40th-main__tab {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab {
    margin-top: 48px;
  }
}
@media screen and (min-width: 901px) {
  .p-40th-main__tab-list {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-list {
    width: 88%;
    margin: 0 auto;
  }
}
.p-40th-main__tab-item {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-40th-main__tab-item {
    width: 48.5%;
    margin-left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-item {
    margin-top: 20px;
  }
}
.p-40th-main__tab-item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-item:first-of-type {
    margin-top: 0;
  }
}
.p-40th-main__tab-item .c-btn__link {
  position: relative;
  padding: 32px 0;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-item .c-btn__link {
    padding: 19px 0;
  }
}
.p-40th-main__tab-item .c-btn__link::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -12px;
  width: 100%;
  height: 100%;
  background: url(../img/40th/btn_deco.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-item .c-btn__link::before {
    top: -5px;
    left: -10px;
  }
}
.p-40th-main__tab-item .c-btn__txt {
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .p-40th-main__tab-item .c-btn__txt {
    font-size: 13px;
  }
}
.p-40th-main__tab-item .c-btn__icon {
  position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-item .c-btn__icon {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.p-40th-main__tab-item .c-btn__icon figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 9px 8px;
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .p-40th-main__tab-item .c-btn__icon figure {
    padding: 6.5px 6px;
  }
}
.c-btn {
  --btn_color: var(--color-pink-red);
}
.p-40th-main__tab-item.-goods .c-btn {
  --btn_color: var(--color-green);
}

.p-40th-main__cont {
  margin-top: 98px;
}
@media screen and (max-width: 900px) {
  .p-40th-main__cont {
    margin-top: 88px;
  }
}
.p-40th-main__section {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-40th-main__section {
    margin-top: 89px;
  }
}
.p-40th-main__section:first-of-type {
  margin-top: 0;
}

/*=================
main_section
==================*/
.p-40th-main_section__head {
  position: relative;
}
.p-40th-main_section__cap {
  width: 28%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(60px);
}
.is-scroll .p-40th-main_section__cap {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-40th-main_section__cap {
    width: 68%;
  }
}
.p-40th-main_section__cap.-goods {
  width: 21%;
}
@media screen and (max-width: 900px) {
  .p-40th-main_section__cap.-goods {
    width: 52%;
  }
}
.p-40th-main_section__cont {
  margin-top: 46px;
}
@media screen and (max-width: 900px) {
  .p-40th-main_section__cont {
    margin-top: 48px;
  }
}

/*============================
data
============================*/
.p-40th-data__thumb {
  position: relative;
}
.p-40th-data__thumb figure img {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-40th-data__thumb figure img {
    max-height: 766px;
  }
}
.p-40th-data__main {
  margin-top: 49px;
}
@media screen and (max-width: 900px) {
  .p-40th-data__main {
    margin-top: 32px;
  }
}
.p-40th-data__main-ttl {
  text-align: center;
}
.p-40th-data__main-ttl .p-in-txt {
  font-size: 30px;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: var(--color-pink-red);
}
@media screen and (max-width: 760px) {
  .p-40th-data__main-ttl .p-in-txt {
    font-size: 18px;
  }
}
.p-40th-goods .p-40th-data__main-ttl .p-in-txt {
  color: var(--color-green);
}
.p-40th-data__main-desc {
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .p-40th-data__main-desc {
    margin-top: 19px;
  }
}
.p-40th-data__main-desc .p-in-txt {
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .p-40th-data__main-desc .p-in-txt {
    font-size: 12.5px;
    line-height: 1.85;
  }
}
.p-40th-data__main-desc .p-in-txt img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-40th-data__main-desc .p-in-txt img {
    width: 70%;
  }
}
.p-40th-data__sub {
  position: relative;
  margin-top: 51px;
}
@media screen and (max-width: 900px) {
  .p-40th-data__sub {
    margin-top: 33px;
  }
}
.p-40th-data__sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 3px dotted var(--color-dotted);
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .p-40th-data__sub::before {
    border-width: 2px;
  }
}
.p-40th-data__sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px dotted var(--color-dotted);
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .p-40th-data__sub::after {
    border-width: 2px;
  }
}
.p-40th-data__sub-inner {
  padding: 36px 0;
}
@media screen and (max-width: 900px) {
  .p-40th-data__sub-inner {
    padding: 25px 0;
  }
}
.p-40th-data__sub-ttl {
  text-align: center;
}
.p-40th-data__sub-ttl .p-in-txt {
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 1.4;
  color: var(--color-pink-red);
}
@media screen and (max-width: 760px) {
  .p-40th-data__sub-ttl .p-in-txt {
    font-size: 15.4px;
    letter-spacing: 0;
  }
}
.p-40th-goods .p-40th-data__sub-ttl .p-in-txt {
  color: var(--color-green);
}
.p-40th-data__sub-desc {
  margin-top: 18px;
}
@media screen and (max-width: 900px) {
  .p-40th-data__sub-desc {
    margin-top: 12px;
  }
}
.p-40th-data__sub-desc .p-in-txt {
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .p-40th-data__sub-desc .p-in-txt {
    font-size: 12.5px;
    line-height: 1.85;
  }
}
.p-40th-data__btn {
  width: 53%;
  margin: 58px auto 0;
  max-width: 515px;
}
@media screen and (max-width: 900px) {
  .p-40th-data__btn {
    width: 85%;
    max-width: 315px;
    margin: 41px auto 0;
  }
}
.p-40th-goods .p-40th-data__btn .c-btn {
  --btn_color: var(--color-green);
}
.p-40th-data__btn .c-btn__link {
  padding: 28px 0;
}
@media screen and (max-width: 900px) {
  .p-40th-data__btn .c-btn__link {
    padding: 14px 0;
  }
}
.p-40th-data__btn .c-btn__txt {
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 19px;
}
@media screen and (max-width: 760px) {
  .p-40th-data__btn .c-btn__txt {
    font-size: 12.5px;
  }
}
.p-40th-data__btn .c-btn__icon {
  position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-white);
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p-40th-data__btn .c-btn__icon {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}
.p-40th-data__btn .c-btn__icon figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 9px 8.5px;
}
@media screen and (max-width: 900px) {
  .p-40th-data__btn .c-btn__icon figure {
    padding: 6px 5.5px 6px 6.5px;
  }
}
/*============================
deco
============================*/
.p-40th-deco__box {
  position: absolute;
}
.p-40th-deco__box.-box1 {
  bottom: 20px;
  right: 20px;
  width: 12%;
  bottom: 1.3%;
  right: 1.8%;
}
@media screen and (max-width: 900px) {
  .p-40th-deco__box.-box1 {
    bottom: 9px;
    right: 13px;
    width: 19%;
    bottom: 1%;
    right: 3.3%;
  }
}
.p-40th-article:nth-of-type(even) .p-40th-deco__box.-box1 {
  right: auto;
  left: 20px;
  transform: scaleX(-1);
}
@media screen and (max-width: 900px) {
  .p-40th-article:nth-of-type(even) .p-40th-deco__box.-box1 {
    left: 13px;
    left: 4.3%;
  }
}
.p-40th-deco__box.-box2 {
  bottom: -79px;
  left: -148px;
  width: 26%;
  bottom: -5.5%;
  left: -13.4%;
}
@media screen and (max-width: 900px) {
  .p-40th-deco__box.-box2 {
    bottom: -42px;
    left: -51px;
    width: 30%;
  }
}
.p-40th-article:nth-of-type(even) .p-40th-deco__box.-box2 {
  opacity: 0;
}
.p-40th-deco__box.-box2 figure {
  animation: chara_anime_1 5s linear infinite 0.2s;
}
.p-40th-deco__box.-box3 {
  bottom: -84px;
  right: -122px;
  width: 26%;
  bottom: -5.4%;
  right: -11.2%;
}
@media screen and (max-width: 900px) {
  .p-40th-deco__box.-box3 {
    bottom: -41px;
    right: -38px;
    width: 28%;
    bottom: -3.3%;
    right: -11.5%;
  }
}
.p-40th-article:nth-of-type(odd) .p-40th-deco__box.-box3 {
  opacity: 0;
}
.p-40th-deco__box.-box3 figure {
  animation: chara_anime_1 5s linear infinite 0.2s;
}

/*============================
article
============================*/
.p-40th-article {
  position: relative;
  border-radius: 20px;
  margin-top: 50px;
  background-color: var(--color-white-article);
  opacity: 0;
  transform: translateY(60px);
}
.p-40th-article.is-scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-40th-article {
    border-radius: 15px;
  }
}
.p-40th-article:first-of-type {
  margin-top: 0;
}
.p-40th-article__inner {
  padding: 80px 7.3%;
}
@media screen and (max-width: 900px) {
  .p-40th-article__inner {
    padding: 20px 6.2% 50px;
  }
}

/*============================
topics
============================*/
.p-40th-topics {
  position: relative;
}
.p-40th-topics__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-40th-topics__article:nth-of-type(n + 2) .p-40th-topics__chara {
  opacity: 0;
}
.p-40th-topics__chara-box {
  position: absolute;
}
.p-40th-topics__chara-box.-box1 {
  top: -133px;
  left: -104px;
  width: 26%;
  top: -9%;
  left: -9.5%;
}
@media screen and (max-width: 900px) {
  .p-40th-topics__chara-box.-box1 {
    top: -53px;
    left: -34px;
    width: 31%;
    top: -5.5%;
    left: -9.9%;
  }
}
.p-40th-topics__chara-box.-box2 {
  top: -133px;
  right: -130px;
  width: 26%;
  top: -9%;
  right: -12%;
}
@media screen and (max-width: 900px) {
  .p-40th-topics__chara-box.-box2 {
    top: -54px;
    right: -41px;
    width: 31%;
    top: -5.5%;
    right: -12.1%;
  }
}
.p-40th-topics__chara-box.-box2 figure {
  animation: chara_anime_2 5s linear infinite 0.2s;
}
.p-40th-topics__chara-img {
  animation: chara_anime_1 5s linear infinite 0.2s;
}
/*============================
goods
============================*/
.p-40th-goods {
  position: relative;
}
.p-40th-goods__chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-40th-goods__article:nth-of-type(n + 2) .p-40th-goods__chara {
  opacity: 0;
}
.p-40th-goods__chara-box {
  position: absolute;
}
.p-40th-goods__chara-box.-box1 {
  top: -133px;
  left: -123px;
  width: 26%;
  top: -8.8%;
  left: -11.2%;
}
@media screen and (max-width: 900px) {
  .p-40th-goods__chara-box.-box1 {
    top: -53px;
    left: -35px;
    width: 30%;
    top: -4.9%;
    left: -10.5%;
  }
}
.p-40th-goods__chara-box.-box1 figure {
  animation: chara_anime_2 5s linear infinite 0.2s;
}
.p-40th-goods__chara-box.-box2 {
  top: -150px;
  right: -95px;
  width: 26%;
  top: -10%;
  right: -9%;
}
@media screen and (max-width: 900px) {
  .p-40th-goods__chara-box.-box2 {
    top: -59px;
    right: -33px;
    width: 30%;
    top: -5.5%;
    right: -9.3%;
  }
}
.p-40th-goods__chara-img {
  animation: chara_anime_1 5s linear infinite 0.2s;
}