/*! Writen  by SCSS */
@keyframes move {
  0% {
    transform: translateY(30px); }
  100% {
    transform: translateY(-30px); } }
@keyframes move_min {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(-20px); } }
@keyframes circle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
.sec01 {
  position: relative;
  z-index: 2;
  background: url("../images/bg_top.png") bottom center/cover no-repeat;
  padding-top: 124.48%;
  color: #333; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-top: 30px;
      padding-bottom: 80px; } }

.sec02 {
  position: relative;
  margin-top: -35.41%;
  background-image: url("../images/bg_bottom.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 121.57%;
  color: #333; }
  @media screen and (max-width: 480px) {
    .sec02 {
      background-image: url("../images/bg_bottom_sp.jpg");
      padding-top: 208.34%; } }

.sec01_lead_wrap {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
  top: 9.13%; }
  @media screen and (max-width: 480px) {
    .sec01_lead_wrap {
      position: relative;
      top: 0; } }
  .sec01_lead_wrap .sec01_lead_en {
    max-width: 571px;
    width: 29.74%;
    margin-inline: auto;
    margin-bottom: clamp(30px, 3.65%, 70px);
    top: 9.13%; }
    @media screen and (max-width: 480px) {
      .sec01_lead_wrap .sec01_lead_en {
        width: 100%; } }
  .sec01_lead_wrap .head_concept {
    max-width: 601px;
    width: 31.31%;
    margin-inline: auto;
    margin-bottom: clamp(20px, 3.65%, 70px); }
    @media screen and (max-width: 480px) {
      .sec01_lead_wrap .head_concept {
        margin-bottom: 30px; } }
  .sec01_lead_wrap .concept_lead {
    font-size: clamp(20px, 1.56vw, 30px);
    line-height: 1;
    margin-bottom: 2.61%; }
    @media screen and (max-width: 480px) {
      .sec01_lead_wrap .concept_lead {
        margin-bottom: 20px; } }
  .sec01_lead_wrap .concept_read {
    font-size: clamp(10px, 0.67vw, 13px);
    line-height: 3; }
    @media screen and (max-width: 960px) {
      .sec01_lead_wrap .concept_read {
        line-height: 2; } }

.sec01_image_wrap {
  position: absolute;
  width: 63.29%;
  left: 23.86%;
  top: 42.01%;
  line-height: 0; }
  @media screen and (max-width: 480px) {
    .sec01_image_wrap {
      width: 80%;
      position: relative;
      margin-top: 30px;
      top: 0;
      left: 0;
      margin-inline: auto; } }
  .sec01_image_wrap::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 84.45%; }
  .sec01_image_wrap img {
    width: 100%; }
  .sec01_image_wrap .text_box,
  .sec01_image_wrap .image_box {
    position: absolute;
    transition-property: transform,opacity;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
    opacity: 0; }
  .sec01_image_wrap .image_box_01 {
    width: 35.89%;
    top: 41.43%;
    left: 17.87%;
    transition-delay: 0.1s;
    transform: rotate(20deg); }
  .sec01_image_wrap .image_box_02 {
    width: 48.89%;
    top: 20.96%;
    left: 17.87%;
    transition-delay: 1.1s;
    transform: rotate(-30deg); }
  .sec01_image_wrap .image_box_03 {
    width: 67.74%;
    z-index: 1;
    top: 8.78%;
    left: 7.58%;
    transition-delay: 0.7s;
    transform: rotate(10deg); }
  .sec01_image_wrap .image_box_04 {
    width: 82.47%;
    top: 0;
    left: 0;
    transition-delay: 0.5s;
    transform: rotate(-20deg); }
  .sec01_image_wrap .image_box_05 {
    width: 82.31%;
    top: 0;
    left: 0;
    transition-delay: 0.3s;
    transform: rotate(20deg); }
  .sec01_image_wrap .text_box_01 {
    width: 17.12%;
    top: 35.77%;
    left: 33.75%;
    transition-delay: 0.2s;
    transform: translateY(30px); }
  .sec01_image_wrap .text_box_02 {
    width: 11.61%;
    top: 24.66%;
    left: 19.35%;
    transition-delay: 0.6s;
    transform: translateY(30px); }
  .sec01_image_wrap .text_box_03 {
    width: 13.34%;
    top: 39.09%;
    left: 3.05%;
    transition-delay: 0.3s;
    transform: translateY(30px); }
  .sec01_image_wrap .text_box_04 {
    width: 17.54%;
    top: 77.59%;
    left: 9.22%;
    transition-delay: 0.8s;
    transform: translateY(30px); }
  .sec01_image_wrap .text_box_05 {
    width: 43.05%;
    top: 54%;
    left: 56.96%;
    transition-delay: 1.4s;
    transform: translateY(30px); }
  .sec01_image_wrap.p-view .text_box,
  .sec01_image_wrap.p-view .image_box {
    opacity: 1; }
  .sec01_image_wrap.p-view .image_box_01,
  .sec01_image_wrap.p-view .image_box_02,
  .sec01_image_wrap.p-view .image_box_03,
  .sec01_image_wrap.p-view .image_box_04,
  .sec01_image_wrap.p-view .image_box_05 {
    transform: rotate(0deg); }
  .sec01_image_wrap.p-view .text_box_01,
  .sec01_image_wrap.p-view .text_box_02,
  .sec01_image_wrap.p-view .text_box_03,
  .sec01_image_wrap.p-view .text_box_04,
  .sec01_image_wrap.p-view .text_box_05 {
    transform: translateY(0px); }

.time_text {
  position: absolute;
  width: 62.87%;
  left: 30.79%;
  bottom: 0; }
  .time_text img {
    width: 100%; }

.sec02_lead_wrap {
  position: absolute;
  top: 38.27%;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .sec02_lead_wrap {
      top: 34%; } }
  @media screen and (max-width: 480px) {
    .sec02_lead_wrap {
      top: 0;
      padding-top: 41.67%;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%);
      padding-bottom: 20px; } }
  .sec02_lead_wrap .sec02_head {
    font-size: clamp(20px, 2.5vw, 48px);
    line-height: 1;
    margin-bottom: 1.45em; }
    @media screen and (max-width: 480px) {
      .sec02_lead_wrap .sec02_head {
        line-height: 1.4;
        margin-bottom: 0.6em; } }
  .sec02_lead_wrap .sec02_read {
    font-size: clamp(11px, 0.83vw, 16px);
    line-height: 2.5; }
    @media screen and (max-width: 960px) {
      .sec02_lead_wrap .sec02_read {
        line-height: 1.8; } }
    @media screen and (max-width: 480px) {
      .sec02_lead_wrap .sec02_read {
        line-height: 1.6; } }

/*# sourceMappingURL=style.css.map */
