@charset "UTF-8";

/* フォント */
.font-accent {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
/* フォント */

/* メイン */
#mainContents * {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.pd {
  padding-left: 40px;
  padding-right: 40px;
}

#mainContents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  background-color: #0b3190;
  padding: 0!important;
  overflow: hidden;
}

.mainContents .mainContentsIn .breadcrumbs {
  margin-top: 0 !important;
  padding-left: 6px;
}

.mainContents .mainContentsIn:first-child:last-child {
  margin-top: 4px;
}

.Content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kvArea {
  padding: 36px 0 0;
}

.Content__inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

.Content__inner.--kv {
    max-width: none;
}

.Content__inner.--l {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

.Content__inner.--line-up {
  position: relative;
  background-color: #fff;
  max-width: none;
  padding: 0 clamp(40px, 4.6875vw, 60px) 50px;
}

.Content__inner.--line-up::after {
  content: "";
  background: url(/products/special/theearth/images/bg_white.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 1;
}

@media (max-width: 767px) {
  .Content__inner.--line-up::after {
    content: "";
    background: url(/products/special/theearth/images/bg_white_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -57px;
    left: 0;
    width: 100%;
    height: 57px;
    z-index: 1;
  }
}

.Content__inner.--feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.Content__inner.--feature::before {
  content: "";
  background: url(/products/special/theearth/images/img_map01.png) no-repeat;
  background-size: cover;
  width: 510px;
  height: 407px;
  position: absolute;
  top: -84px;
  left: clamp(-86px, -5.9310344828vw, -40px);
}

.Content__inner.--feature::after {
  content: "";
  background: url(/products/special/theearth/images/img_map02.png) no-repeat;
  background-size: cover;
  width: 413px;
  height: 501px;
  position: absolute;
  top: -39px;
  right: calc(clamp(-60px, -4.6875vw, -40px) + 52px);
}

.Content__inner.--s {
    margin: 0 auto;
    max-width: 1110px;
    width: 100%;
}

/* kv */
.kvArea {
  background-color: #0b3190;
}

.kv-img-Box {
  width: 100%;
}

.kv-img {
}


/* lineup */
.line-upArea {
  width: 100%;
  position: relative;
  margin-top: -1px;
}

.line-up-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: -155px;
}

.line-up__title {
  width: clamp(420px, 47.9310344828vw, 695px);
}

.line-up__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 2.7777777778vw, 40px);
  width: 100%;
  max-width: 1110px;
  margin: 0 !important;
}

.line-up__item {
  width: calc((100% - clamp(20px, 2.7777777778vw, 40px)) / 5);
}

.line-up__item:nth-child(odd) {
  margin-top: 30px;
}

.line-up__item:nth-child(odd) .cloudmove {
  animation: floating-y 2.2s ease-in-out infinite alternate-reverse;
}

@media (min-width: 768px) {
  .cloudmove {
  animation: floating-y 2.2s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform: translateY(-7%);
    }
    100% {
      transform: translateY(7%);
    }
  }
}

@media (max-width: 767px) {
  .line-up__list .show.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.75s, transform 0.75s;
  }

  .line-up__list .show.fade.active {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  .Content__inner.--line-up {
    padding-bottom: 19.8666666667vw;
  }

  .Content__inner.--feature::before {
    background: url(/products/special/theearth/images/img_map01_sp.png) no-repeat;
    background-size: cover;
    width: 68vw;
    height: 54.2666666667vw;
    top: -16.9333333333vw;
    left: -5.8666666667vw;
  }

  .Content__inner.--feature::after {
    width: 55.06666666667vw;
    height: 66.8vw;
    top: 41.06666666667vw;
    right: -2.5333333333vw;
  }

  .line-up__title {
    width: 100%;
    max-width: 639px;
  }

  .line-up-box {
    margin-top: -56px;
  }

  .line-up__list {
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(20px, 5.3333333333vw, 40px);
    margin-top: 12px !important;
  }

  .line-up__item {
    width: calc((100% - clamp(20px, 5.3333333333vw, 40px)) / 2);
  }

  .line-up__item:nth-child(odd) {
    margin-top: 0;
  }
}

/* featureArea */
.featureArea {
  width: 100%;
  background: url(/products/special/theearth/images/bg_paper.jpg) no-repeat center top;
  background-size: cover;
  padding: 164px clamp(40px,4.6875vw,60px) 96px;
  position: relative;
}

.stampBox:before {
  content: "";
  background: url(/products/special/theearth/images/img_stamp01.png) no-repeat center top;
  background-size: cover;
  width: 302px;
  height: 240px;
  position: absolute;
  top: -160px;
  right: 26px;
  z-index: 2;
  transform: scale(2);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.stampBox-bottom:after {
  content: "";
  background: url(/products/special/theearth/images/img_stamp02.png) no-repeat center top;
  background-size: cover;
  width: 326px;
  height: 166px;
  position: absolute;
  bottom: clamp(-211px, -14.5517241379vw, 0px);
  left: clamp(-350px, -24.1379310345vw, 0px);
  transform: scale(2);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.stampBox.js-active__stamp:before,
.stampBox-bottom.js-active__stamp:after {
  opacity: 1;
  transform: scale(1);
}

.feature-top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.feature-top__notice {
  position: absolute;
  bottom: -37px;
  right: clamp(-246px, -16.9655172414vw, 0px);
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.04em;
}

.feature-top__img-box {
  width: 100%;
  max-width: 460px;
  position: relative;
  z-index: 3;
}

.feature-top__img-box::before {
  content: "";
  background: url(/products/special/theearth/images/img_people01.png) no-repeat;
  background-size: cover;
  width: 235px;
  height: 283px;
  position: absolute;
  top: 72px;
  left: -315px;
}

.feature-top__text-box {
  position: relative;
}

.feature-top__text-box::before {
  content: "";
  background: url(/products/special/theearth/images/img_people02.png) no-repeat;
  background-size: cover;
  width: 108px;
  height: 261px;
  position: absolute;
  top: -28px;
  right: -143px;
  z-index: 1;
}

.feature-top__text-box {
  margin-top: -10px;
}

.feature-top__text {
  color: #0b3190;
  font-size: 28px;
  line-height: 1.9285714286;
  text-align: center;
  letter-spacing: -0.04em;
}
@media (max-width: 1000px) {
  .feature-top__notice {
    right: -16vw; 
  }
}
@media (max-width: 950px) {
  .feature-top__notice {
    right: -14vw; 
  }
}
@media (max-width: 900px) {
  .feature-top__notice {
    right: -12vw; 
  }
}
@media (max-width: 850px) {
  .feature-top__notice {
    right: -10vw; 
  }
}
@media (max-width: 800px) {
  .feature-top__notice {
    right: -8vw; 
  }
}

@media (max-width: 767px) {
  .stampBox:before {
    width: 40.8108108108vw;
    height: 32vw;
    top: -46.2666666667vw;
    right: -0.8vw;
  }

  .stampBox-bottom:after {
    width: 50.9333333333vw;
    height: 25.8666666667vw;
    bottom: 9.06666666667vw;
    left: -6.5333333333vw;
  }

  .feature-top-box {
    padding-bottom: 37.8666666667vw;
  }

  .feature-top__img-box::before {
    width: 31.3333333333vw;
    height: 37.7333333333vw;
    top: -41.108vw;
    left: 2.2666666667vw;
  }

  .feature-top__text-box::before {
    width: 14.4vw;
    height: 34.8vw;
    top: auto;
    right: 11.4666666667vw;
    bottom: -32.2666666667vw;
  }

  .feature-top__img-box {
    max-width: 600px;
  }
  
  .feature-top__text {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }

  .feature-top__text-box {
    margin-top: -3px;
  }

  .feature-top__notice {
    font-size: 3.2vw;
    font-weight: 400;
    right: -4.5333333333vw;
    bottom: 2.8vw;
  }
}

.feature-bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding-top: 98px;
}

.feature-bottom-img-box {
  width: 100%;
  max-width: 484px;
}

.feature-bottom__list {
  margin-top: 20px !important;
  width: 100%;
}

.feature-bottom__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.4137931034vw;
  width: 100%;
  padding: 80px 80px 80px clamp(0px, 8.275862069vw, 120px);
}

.feature-bottom__list .show.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s, transform 0.75s;
}

.feature-bottom__list .show.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

#feature01 {
  background: url(/products/special/theearth/images/bg_feature01_pc.png) no-repeat;
  background-size: 100% 100%;
}

#feature02 {
  background: url(/products/special/theearth/images/bg_feature02_pc.png) no-repeat;
  background-size: 100% 100%;
}

#feature03 {
  background: url(/products/special/theearth/images/bg_feature03_pc.png) no-repeat;
  background-size: 100% 100%;
}

#feature04 {
  background: url(/products/special/theearth/images/bg_feature04_pc.png) no-repeat;
  background-size: 100% 100%;
}

#feature05 {
  background: url(/products/special/theearth/images/bg_feature05_pc.png) no-repeat;
  background-size: 100% 100%;
}

.feature-bottom__item + .feature-bottom__item {
  margin-top: 40px;
}

.feature-bottom__item-text-box {
  margin-top: -4px;
}

.feature-bottom__item-img-box {
  width: 100%;
  max-width: 260px;
}

.item-text-box__img-box {
  width: 100%;
  max-width: 360px;
  margin-top: 25px;
}

.item-text-box__title {
  font-size: 48px;
  color: #0b3190;
  line-height: 1;
  font-weight: 700;
  margin: 0!important;
}

.feature-bottom__item-text {
  font-size: 24px;
  line-height: 1.5416666667;
  letter-spacing: -0.04em;
  margin-top: 16px;
}

.feature-bottom__item-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b3190;
  margin-top: 26px;
  width: 100%;
  max-width: 500px;
  border-radius: 40px;
}

.feature-bottom__item-btn {
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.5416666667;
  letter-spacing: -0.04em;
  padding: 21px 10px 22px;
  width: 100%;
  height: 100%;
}

.feature-bottom__item-btn span {
  position: relative;
  padding-right: 34px;
}

.feature-bottom__item-btn span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 18px;
  background-color: #FFFFFF;
  mask-image: url(/products/special/theearth/images/icon_arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/products/special/theearth/images/icon_arrow.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .feature-bottom-box {
    padding-top: 13.06666666667vw;
  }

  .featureArea {
    padding-top: 31.7333333333vw;
    padding-bottom: 70px;
    padding-left: clamp(20px,5.3333333333vw,40px);
    padding-right: clamp(20px,5.3333333333vw,40px);
  }

  .feature-bottom__list {
    margin-top: 40px !important;
  }

  .feature-bottom__item {
    flex-direction: column;
    align-items: center;
    padding: 8.6666666667vw clamp(32px,5.3333333333vw,40px);
  }
    
  #feature01 {
    background: url(/products/special/theearth/images/bg_feature01_sp.png) no-repeat;
    background-size: 100% 100%;
  }

  #feature02 {
    background: url(/products/special/theearth/images/bg_feature02_sp.png) no-repeat;
    background-size: 100% 100%;
  }

  #feature03 {
    background: url(/products/special/theearth/images/bg_feature03_sp.png) no-repeat;
    background-size: 100% 100%;
  }

  #feature04 {
    background: url(/products/special/theearth/images/bg_feature04_sp.png) no-repeat;
    background-size: 100% 100%;
  }

  #feature05 {
    background: url(/products/special/theearth/images/bg_feature05_sp.png) no-repeat;
    background-size: 100% 100%;
  }

  .feature-bottom__item + .feature-bottom__item {
    margin-top: clamp(40px, 10.6666666667vw ,80px);
  }

  .feature-bottom-img-box {
    max-width: 570px;
  }

  .feature-bottom__item-img-box {
    max-width: clamp(100px,42vw, 315px);
  }

  .item-text-box__img-box {
    max-width: clamp(100px,57.6vw, 432px);
    margin-top: 19px;
  }

  .item-text-box__title {
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.2916666667;
  }

  .feature-bottom__item-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -11px;
  }

  .feature-bottom__item-btn-box {
    margin-top: -19px;
    max-width: 542px;
    min-width: 160px;
    border-radius: 60px;
  }

  .feature-bottom__item-text {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 47px;
  }

  .feature-bottom__item-btn {
    font-size: 4.8vw;
    line-height: 1;
    padding: 39px 10px 44px;
  }

  .feature-bottom__item-btn span {
    padding-right: 0;
  }

  .feature-bottom__item-btn span::after {
    right: -12.4vw;
    width: 3.4666666667vw;
    height: 3.7333333333vw;
  }
}

@media (max-width: 460px) {
  .feature-bottom__item {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .feature-bottom__item-btn-box {
    margin-top: 0;
  }

  .feature-bottom__item-btn span::after {
    right: -26px
  }

  .feature-bottom__item-btn {
    padding: 26px 10px 27px;
  }

  .feature-bottom__list {
    margin-top: 20px !important;
  }
}

@media (max-width: 320px) {
  .feature-bottom__item-btn span::after {
    right: -16px
  }
}

.banner-box {
  margin-top: 106px;
}

.banner-top-box,
.banner-bottom-box {
  width: 100%;
  max-width: 1110px;
}

.banner-bottom-box {
  margin-top: 64px;
}

.banner-top__link {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

.banner-top__link,
.banner-bottom__link {
  width: 100%;
}

.banner-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  .banner-box {
    margin-top: 40px;
  }
  
  .banner-bottom-box {
    margin-top: 30px;
  }
}

.sns_area {
  margin-top: 85px;
}

.sns__list {
  display: flex;
  gap: 40px;
}

.sns__item {
  width: 68px;
  height: 68px;
}

.sns__link {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .sns__item {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
}

@media (max-width: 500px) {
  .sns_area {
    margin-top: 40px;
  }
}