@charset "UTF-8";
.contents_bg {
  background-color: #E2E4E5;
  border-bottom: 1px solid #E2E4E5;
}

.hero_area {
  position: relative;
  margin-bottom: 105px;
}
@media screen and (max-width: 644px) {
  .hero_area {
    margin-bottom: 25px;
  }
}
.hero_area .hero_txt_cover {
  position: absolute;
  background-color: #002E76;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
}
.hero_area .hero_txt_cover.main02 {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
.hero_area .hero_tit01 {
  font-family: "Barlow", sans-serif;
  line-height: 1.13;
  font-size: 11.49vw;
  color: #fff;
  position: absolute;
  letter-spacing: 0.02em;
  left: 16.54%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  /*アニメーションで透過を0から1に変化させる*/
}
@media screen and (max-width: 800px) {
  .hero_area .hero_tit01 {
    font-size: 18.13vw;
    left: -1.34%;
    letter-spacing: -0.01em;
  }
}
.hero_area .hero_tit01 b {
  font-weight: bold;
  font-weight: 700;
  display: block;
  opacity: 0;
}
.hero_area .hero_tit01 b span {
  opacity: 0;
  font-weight: bold;
  font-weight: 700;
}
.hero_area .hero_tit01.main01 b {
  opacity: 1;
}
.hero_area .hero_tit01.main01 b span {
  -webkit-animation: text_randomanime_on 0.5s ease-out forwards;
  animation: text_randomanime_on 0.5s ease-out forwards;
}
.hero_area .hero_tit01.main01 b:nth-child(1) span:nth-child(2n) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.hero_area .hero_tit01.main01 b:nth-child(1) span:nth-child(3n) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.hero_area .hero_tit01.main01 b:nth-child(1) span:nth-child(5n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero_area .hero_tit01.main01 b:nth-child(2) span:nth-child(2n) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.hero_area .hero_tit01.main01 b:nth-child(2) span:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.hero_area .hero_tit01.main01 b:nth-child(2) span:nth-child(5n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero_area .hero_tit01.main01 b:nth-child(3) span:nth-child(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero_area .hero_tit01.main01 b:nth-child(3) span:nth-child(3n) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.hero_area .hero_tit01.main01 b:nth-child(3) span:nth-child(5n) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.hero_area .hero_tit01.main01 b:nth-child(4) span:nth-child(2n) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.hero_area .hero_tit01.main01 b:nth-child(4) span:nth-child(3n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero_area .hero_tit01.main01 b:nth-child(4) span:nth-child(5n) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.hero_area .hero_tit01.main02 {
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
@-webkit-keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero_area .hero_txt01 {
  position: absolute;
  letter-spacing: 0.25em;
  font-size: 2.19vw;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 1;
  text-shadow: 0px 3px 7px #020203;
}
@media screen and (max-width: 800px) {
  .hero_area .hero_txt01 {
    font-size: 4.26vw;
  }
}
.hero_area .hero_txt01.main01 {
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.hero_area .hero_txt_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  bottom: 0px;
  background-color: #000000;
  opacity: 0.1;
  mix-blend-mode: multiply;
}
.hero_area .hero_img img {
  width: 100%;
}
.hero_area .scroll {
  position: absolute;
  font-family: "Barlow", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  bottom: 8px;
  left: 10.24%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .hero_area .scroll {
    left: 20px;
  }
}
@media screen and (max-width: 644px) {
  .hero_area .scroll {
    font-size: 13px;
  }
}
.hero_area .scroll.main02 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.hero_area .scroll svg {
  margin-bottom: 0.5em;
  display: inline-block;
  vertical-align: 0.2em;
}

@media screen and (max-width: 800px) {
  .sec_concept {
    width: calc(100% - 40px);
    margin: 0px auto;
  }
}
.sec_concept img {
  width: 100%;
}
.sec_concept .concept_flex {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .sec_concept .concept_flex {
    display: block;
  }
}
.sec_concept .concept_flex .box01 {
  width: 29.28%;
}
@media screen and (max-width: 800px) {
  .sec_concept .concept_flex .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_concept .concept_flex .box01 figure {
  position: relative;
}
.sec_concept .concept_flex .box02 {
  width: 61.85%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .sec_concept .concept_flex .box02 {
    width: 100%;
  }
}
.sec_concept .concept_flex .tit01 {
  position: absolute;
  font-size: max(4.39vw,60px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #002E76;
  font-family: "Barlow", sans-serif;
  top: 0px;
  right: calc(100% + 8.87vw);
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .sec_concept .concept_flex .tit01 {
    position: static;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 644px) {
  .sec_concept .concept_flex .tit01 {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
.sec_concept .concept_flex .txt01 {
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #002E76;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .sec_concept .concept_flex .txt01 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.sec_concept .concept_flex .txt02 {
  font-size: 16px;
  line-height: 2.87;
  margin-bottom: 70px;
}
@media screen and (max-width: 644px) {
  .sec_concept .concept_flex .txt02 {
    font-size: 16px;
    line-height: 2.06;
    margin-bottom: 20px;
  }
}
.sec_concept .concept_flex .imgList01 {
  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;
}
@media screen and (max-width: 800px) {
  .sec_concept .concept_flex .imgList01 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sec_concept .concept_flex .imgList01 li {
  width: 31.95%;
}
@media screen and (max-width: 800px) {
  .sec_concept .concept_flex .imgList01 li {
    width: 33.33%;
  }
}

.sec_products {
  overflow: hidden;
  position: relative;
}

.products_tit01 {
  width: 50%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.46vw 0px 2.56vw;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: max(4.39vw,60px);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 24.15vw;
}
@media screen and (max-width: 800px) {
  .products_tit01 {
    padding: 10px 0px 20px;
    font-size: 8vw;
    margin-bottom: 0px;
    width: 100%;
  }
}
.products_tit01 strong {
  font-weight: 500;
  font-size: 2.66em;
  letter-spacing: -0.05em;
  display: block;
  line-height: 0.7;
  text-indent: -0.05em;
}
.viie .products_tit01 {
  background-color: #464F5A;
  padding-left: 9.66%;
}
.profie .products_tit01 {
  background-color: #696969;
  padding-left: 9.66%;
}
@media screen and (max-width: 1080px) {
  .viie .products_tit01,.profie .products_tit01 {
    padding-left: 20px;
  }
}
.woodie .products_tit01 {
  background-color: #341E07;
  padding-right: 9.88%;
  text-align: right;
  margin-left: auto;
  margin-right: 0px;
}
@media screen and (max-width: 1080px) {
  .woodie .products_tit01 {
    padding-right: 20px;
  }
}

.products_img01 {
  width: 69.76%;
  position: absolute;
  top: 8.41vw;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .products_img01 {
    width: 100%;
    position: relative;
    top: 0px;
  }
}
.products_img01 img {
  width: 100%;
}
.viie .products_img01,.profie .products_img01 {
  right: 0px;
}
.woodie .products_img01 {
  left: 0px;
}

.products_txtBox01 {
  color: #fff;
  padding-top: 9.51vw;
  padding-bottom: 6.95vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10.46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .products_txtBox01 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .products_txtBox01 {
    display: block;
    padding-right: 20px;
  }
}
@media screen and (max-width: 644px) {
  .products_txtBox01 {
    padding-top: 4.66vw;
    padding-bottom: 39.33vw;
    margin-bottom: -28vw;
  }
}
.viie .products_txtBox01 {
  background-color: #464F5A;
  width: 79.06%;
}
.profie .products_txtBox01 {
  background-color: #696969;
  width: 79.06%;
}
@media screen and (max-width: 1080px) {
  .viie .products_txtBox01,.profie .products_txtBox01 {
    width: 100%;
  }
}
.woodie .products_txtBox01 {
  background-color: #341E07;
  margin-left: auto;
  margin-right: 0px;
  width: 93.48%;
}
@media screen and (max-width: 1080px) {
  .woodie .products_txtBox01 {
    width: 100%;
  }
}
.products_txtBox01 .tit01 {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 644px) {
  .products_txtBox01 .tit01 {
    font-size: 30px;
  }
}
.products_txtBox01 .name {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .products_txtBox01 .name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 644px) {
  .products_txtBox01 .name {
    font-size: 15px;
  }
}
.products_txtBox01 .name strong {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 6.5em;
  font-weight: 500;
}
.products_txtBox01 .txt01 {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .products_txtBox01 .txt01 {
    margin-left: 0px;
  }
}
.products_txtBox01 .txt01 .copy01 {
  font-size: 32px;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 644px) {
  .products_txtBox01 .txt01 .copy01 {
    font-size: 23px;
  }
}
.products_txtBox01 .txt01 .copy02 {
  font-weight: bold;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 644px) {
  .products_txtBox01 .txt01 .copy02 {
    font-size: 18px;
  }
}

.products_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .products_slider {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: 0px;
  }
}
.viie .products_slider ul,.profie .products_slider ul {
  width: 127vw;
}
@media screen and (max-width: 800px) {
  .viie .products_slider ul,.profie .products_slider ul {
    width: 1725px;
  }
}
@media screen and (max-width: 644px) {
  .viie .products_slider ul,.profie .products_slider ul {
    width: 860px;
  }
}
.woodie .products_slider ul {
  width: 127vw;
}
@media screen and (max-width: 800px) {
  .woodie .products_slider ul {
    width: 1725px;
  }
}
@media screen and (max-width: 644px) {
  .woodie .products_slider ul {
    width: 860px;
  }
}
.products_slider .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}
.products_slider .scroll-hint-icon-wrap .scroll-hint-icon:after {
  opacity: 1;
}
.products_slider .scroll-hint-icon-wrap.off .scroll-hint-icon {
  opacity: 0;
}
.products_slider .scroll-hint-icon-wrap.off .scroll-hint-icon:after {
  opacity: 0;
}
.products_slider .scrollable {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.products_slider .scrollable ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .products_slider .scrollable ul {
    margin-bottom: 0px;
  }
}
.products_slider .scrollable ul li {
  width: 23.79vw;
  margin-right: 1.61vw;
  scroll-snap-align: start;
}
@media screen and (max-width: 800px) {
  .products_slider .scrollable ul li {
    width: 325px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 644px) {
  .products_slider .scrollable ul li {
    width: 162px;
    margin-right: 10px;
  }
}
.products_slider .scrollable ul li:last-child {
  margin-right: 0px;
}
.products_slider .scrollable ul li .slide_img {
  cursor: pointer;
}
.products_slider .scrollable ul li .slide_img img {
  width: 100%;
}
.products_slider .mCSB_scrollTools {
  opacity: 1;
}
.products_slider .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: #341E07;
}
.products_slider .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 1px;
  opacity: 1;
  margin: 4px 0px 4px;
}
@media screen and (max-width: 644px) {
  .products_slider .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    margin: 3px 0px 2px;
  }
}
.products_slider .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 13.17%;
}
@media screen and (max-width: 644px) {
  .products_slider .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 25.35%;
  }
}
.products_slider .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #341E07;
  height: 8px;
  width: 100%;
  border-radius: 0px;
}
@media screen and (max-width: 644px) {
  .products_slider .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 5px;
  }
}
.products_slider .button-prev, .products_slider .button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  border: solid 5px #fff;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .products_slider .button-prev, .products_slider .button-next {
    display: none;
  }
}
.products_slider .button-prev {
  left: 15px;
  border-top: none;
  border-right: none;
}
.products_slider .button-next {
  right: 15px;
  border-bottom: none;
  border-left: none;
}

.viie .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.profie .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: #464F5A;
}
.viie .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.profie .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #464F5A;
}

.sec_design {
  overflow: hidden;
}
.sec_design .tit01 {
  background-color: #002E76;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 73.2%;
  line-height: 1.12;
  font-size: max(5.85vw,80px);
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 40px 0px 106px;
  padding-left: 10.54%;
  margin-bottom: -50px;
}
@media screen and (max-width: 1080px) {
  .sec_design .tit01 {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 644px) {
  .sec_design .tit01 {
    font-size: 13.33vw;
    padding: 20px 20px 140px;
    margin-bottom: -115px;
  }
}
.sec_design .tit01 .cap {
  display: block;
  font-size: 14px;
  font-family: "noto-sans", sans-serif;
}
.sec_design .material_list {
  width: 89.45%;
  margin-left: auto;
  margin-right: 0px;
  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;
}
@media screen and (max-width: 1080px) {
  .sec_design .material_list {
    width: calc(100% - 40px);
    margin: 0px auto;
  }
}
@media screen and (max-width: 800px) {
  .sec_design .material_list {
    display: block;
  }
}
.sec_design .material_list li {
  /*width: 23.15%; 1行4列の場合こちら*/
  width: 18.52%;/* 1行5列で折り返し */
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0px;
}
@media screen and (max-width: 800px) {
  .sec_design .material_list li {
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.sec_design .material_list li .list_img {
  margin-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 644px) {
  .sec_design .material_list li .list_img {
    margin-bottom: 20px;
  }
}
.sec_design .material_list li .list_tit {
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .sec_design .material_list li .list_tit {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

.sec_story {
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .sec_story {
    background: -webkit-gradient(linear, left top, left bottom, from(#002E76), color-stop(128vw, #002E76), color-stop(128vw, transparent), to(transparent));
    background: linear-gradient(to bottom, #002E76 0%, #002E76 128vw, transparent 128vw, transparent 100%);
  }
}
.sec_story .sec_tit01 {
  padding: 30px 0px 150px;
  margin-left: auto;
  margin-right: 0px;
  padding-left: 6.58%;
  margin-bottom: -95px;
}
@media screen and (max-width: 800px) {
  .sec_story .sec_tit01 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
.sec_story .sec_txt01 {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 644px) {
  .sec_story .sec_txt01 {
    margin-bottom: 20px;
  }
}
.sec_story .story_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .sec_story .story_flex {
    display: block;
  }
}
.sec_story .story_flex img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_story .story_flex .mainimg_area {
  width: 54.17%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .sec_story .story_flex .mainimg_area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_story .story_flex .mainimg_area.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sec_story .story_flex .mainimg_area.sp {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .sec_story .story_flex .mainimg_area.pc {
    display: none;
  }
}
.sec_story .story_flex .mainimg_area .main_txt01 {
  width: 45%;
  position: absolute;
  left: 13.51%;
  bottom: 22.64%;
}
@media screen and (max-width: 644px) {
  .sec_story .story_flex .mainimg_area .main_txt01 {
    left: 8.95%;
  }
}
.sec_story .story_flex .mainimg_area .main_tit02 {
  position: absolute;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  bottom: -0.2em;
  right: 0px;
}
@media screen and (max-width: 644px) {
  .sec_story .story_flex .mainimg_area .main_tit02 {
    font-size: 30px;
  }
}
.sec_story .story_flex .mainimg_area .main_tit02 strong {
  font-size: 2em;
  font-weight: 500;
}
.sec_story .story_flex .txt_subimg_area {
  width: 30.74%;
  margin-left: 4.39%;
}
@media screen and (max-width: 1080px) {
  .sec_story .story_flex .txt_subimg_area {
    width: calc(100% - 40px);
    margin: 0px auto;
  }
}
.sec_story .story_flex .subimg_list {
  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;
}
.sec_story .story_flex .subimg_list li {
  width: 47.61%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 644px) {
  .sec_story .story_flex .subimg_list li {
    margin-bottom: 10px;
  }
}
.sec_story .story_flex .subimg_list li .sub_img {
  aspect-ratio: 200/200;
  overflow: hidden;
}
.sec_story .story_flex .subimg_list li .sub_tit01 {
  position: absolute;
  bottom: -0.1em;
  right: 0;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 644px) {
  .sec_story .story_flex .subimg_list li .sub_tit01 {
    font-size: 45px;
  }
}
.sec_story .story_flex .subimg_list li .sub_tit01 strong {
  font-weight: 500;
}

.sec_kuhu {
  padding-top: 50px;
  position: relative;
  padding-bottom: 180px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .sec_kuhu {
    padding-top: 0px;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu {
    background: -webkit-gradient(linear, left top, left bottom, from(#002E76), color-stop(128vw, #002E76), color-stop(128vw, transparent), to(transparent));
    background: linear-gradient(to bottom, #002E76 0%, #002E76 128vw, transparent 128vw, transparent 100%);
  }
}
@media screen and (max-width: 644px) {
  .sec_kuhu {
    padding-bottom: 85px;
  }
}
.sec_kuhu .sec_tit01 {
  padding: 35px 0px 90px;
  padding-left: 10.54%;
  margin-bottom: -40px;
}
@media screen and (max-width: 1080px) {
  .sec_kuhu .sec_tit01 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu .sec_tit01 {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
.sec_kuhu .sec_txt01 {
  width: 34.4%;
  margin-left: 10.54%;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec_kuhu .sec_txt01 {
    width: 43.92%;
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu .sec_txt01 {
    width: calc(100% - 40px);
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.sec_kuhu img {
  width: 100%;
}
.sec_kuhu .img_area01 {
  position: absolute;
  top: 0px;
  right: 10.54%;
  width: 30.01%;
  max-width: 500px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .sec_kuhu .img_area01 {
    top: 200px;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area01 {
    position: relative;
    top: 0px;
    right: 0px;
    width: 62.65%;
    margin-left: 17.59%;
    margin-bottom: 22.53%;
  }
}
.sec_kuhu .img_area01 .img01 {
  position: relative;
}
.sec_kuhu .img_area01 .img01::after {
  display: block;
  content: "";
  background-color: #F6AC19;
  width: 21.95%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 100%;
  right: 100%;
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area01 .img01::after {
    width: 20%;
  }
}
.sec_kuhu .img_area01 .img02 {
  width: 51.21%;
  margin-left: auto;
  margin-right: 0px;
  -webkit-transform: translate(68.5%, -30.4%);
  transform: translate(68.5%, -30.4%);
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area01 .img02 {
    width: 55.35%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translate(57.6%, 50%);
    transform: translate(57.6%, 50%);
  }
}
.sec_kuhu .img_area02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 {
    display: block;
  }
}
.sec_kuhu .img_area02 .img05_wrap {
  width: 27.08%;
  margin-left: 10.54%;
}
@media screen and (max-width: 1080px) {
  .sec_kuhu .img_area02 .img05_wrap {
    margin-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img05_wrap {
    width: 61.06%;
    margin-right: 20px;
    margin-left: auto;
    position: relative;
  }
}
.sec_kuhu .img_area02 .img05_wrap .img05 {
  width: 81.08%;
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img05_wrap .img05 {
    width: 100%;
    position: relative;
  }
}
.sec_kuhu .img_area02 .img05_wrap .img05::after {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 10%;
  background-color: #F6AC19;
  margin-top: 20px;
  -webkit-transform: translateX(-100%) translateX(-20px);
  transform: translateX(-100%) translateX(-20px);
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img05_wrap .img05::after {
    background-color: #E66C2C;
    width: 15.28%;
    position: absolute;
    margin-top: 0px;
    top: 15.28%;
    right: 116.81%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.sec_kuhu .img_area02 .img05_wrap .img06 {
  width: 56.75%;
  margin-left: auto;
  margin-right: 0px;
  -webkit-transform: translateY(-57.1%);
  transform: translateY(-57.1%);
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img05_wrap .img06 {
    width: 55.89%;
    position: absolute;
    right: 100%;
    bottom: 0px;
    -webkit-transform: translate(32.8%, 26.5%);
    transform: translate(32.8%, 26.5%);
  }
}
.sec_kuhu .img_area02 .img04_wrap {
  width: 24.15%;
  margin-left: 5.85%;
  padding-top: 5.12%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img04_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 9.33%;
    margin-left: 0px;
  }
}
.sec_kuhu .img_area02 .img04_wrap::after {
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 18.18%;
  background-color: #E66C2C;
  margin-top: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img04_wrap::after {
    background-color: #F6AC19;
    width: 5.73%;
    position: absolute;
    margin-top: 0px;
    top: 135%;
    left: 20px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.sec_kuhu .img_area02 .img04_wrap .img03 {
  position: absolute;
  width: 63.63%;
  top: 0px;
  left: 100%;
  -webkit-transform: translate(-28.5%, -16.6%);
  transform: translate(-28.5%, -16.6%);
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img04_wrap .img03 {
    width: 44.53%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    left: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img04_wrap .img04 {
    width: 55.46%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img04_wrap .img04 img {
    -webkit-transform: scale(1.16);
    transform: scale(1.16);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}
.sec_kuhu .img_area02 .img07_wrap {
  width: 23.42%;
  margin-left: 5.12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img07_wrap {
    display: block;
    width: 63.2%;
    margin-left: auto;
    margin-right: 10.66%;
  }
}
.sec_kuhu .img_area02 .img07_wrap .img07 {
  position: relative;
}
.sec_kuhu .img_area02 .img07_wrap .img07::before {
  display: block;
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  background-color: #E66C2C;
  width: 9.37%;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}
@media screen and (max-width: 800px) {
  .sec_kuhu .img_area02 .img07_wrap .img07::before {
    width: 15.61%;
    bottom: auto;
    left: auto;
    top: 100%;
    right: 100%;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.sec_tit01 {
  background-color: #002E76;
  color: #fff;
  font-size: max(3.66vw,50px);
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 79.06%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .sec_tit01 {
    width: 100%;
  }
}
@media screen and (max-width: 644px) {
  .sec_tit01 {
    font-size: 9.06vw;
  }
}

.sec_txt01 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 40px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 644px) {
  .sec_txt01 {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.75;
  }
}

.sec_pickup {
  padding: 100px 0px;
}
@media screen and (max-width: 644px) {
  .sec_pickup {
    padding: 40px 0px;
  }
}
.sec_pickup .tit01 {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #002E76;
  margin-bottom: 50px;
}
@media screen and (max-width: 644px) {
  .sec_pickup .tit01 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.sec_pickup .tit01 strong {
  display: block;
  font-size: 3em;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.sec_pickup .pickup_in {
  max-width: 1078px;
  width: calc(100% - 40px);
  margin: 0px auto;
  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;
}
@media screen and (max-width: 800px) {
  .sec_pickup .pickup_in {
    display: block;
  }
}
.sec_pickup .pickup_in .pickup_item {
  display: block;
  width: 31.53%;
  background-color: rgba(226, 228, 229, 0.5);
}
@media screen and (max-width: 800px) {
  .sec_pickup .pickup_in .pickup_item {
    width: 100%;
    max-width: 670px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
}
.sec_pickup .pickup_in .pickup_item .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  color: #2B2B2B;
}

.sec_instagram {
  padding: 100px 0px;
}
@media screen and (max-width: 644px) {
  .sec_instagram {
    padding: 50px 0px;
  }
}
.sec_instagram .tit01 {
  text-align: center;
  color: #002E76;
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .sec_instagram .tit01 {
    font-size: 23px;
  }
}
.sec_instagram .tit01::before {
  display: inline-block;
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: url(../../img/common/insta_icon.webp) center center/contain no-repeat;
  vertical-align: -0.8em;
  margin-right: 0.65em;
}
@media screen and (max-width: 644px) {
  .sec_instagram .tit01::before {
    width: 1.95em;
    height: 1.95em;
    vertical-align: -0.6em;
  }
}
.sec_instagram .instagram_list {
  max-width: 923px;
  width: calc(100% - 40px);
  margin: 0px auto;
  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;
}
.sec_instagram .instagram_list figure {
  width: 24.05%;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .sec_instagram .instagram_list figure {
    width: 48.5%;
  }
}

.mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 644px) {
  .mb180 {
    margin-bottom: 60px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .modal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
  }
}
.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal .close_btn {
  position: absolute;
  font-size: 14px;
  top: 50px;
  right: 55px;
  color: #464F5A;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .modal .close_btn {
    top: 20px;
    right: 25px;
  }
}
.modal .close_btn span {
  position: relative;
  height: 35px;
  width: 35px;
  display: block;
  margin: 0px auto;
}
.modal .close_btn span::after, .modal .close_btn span::before {
  display: block;
  content: "";
  border-bottom: 1px solid #464F5A;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
}
.modal .close_btn span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close_btn span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal_products_wrap {
  display: none;
  padding: 0px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .modal .modal_products_wrap {
    padding: 0px;
  }
}
.modal .modal_products_wrap.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .modal .modal_products_wrap.on {
    display: block;
  }
}
.modal .modal_products_wrap .left_box {
  width: 63.09%;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .modal .modal_products_wrap .left_box {
    width: 100%;
  }
}
.modal .modal_products_wrap .right_box {
  width: 32.8%;
  max-width: 416px;
  margin-left: 3.94%;
  position: relative;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .modal .modal_products_wrap .right_box {
    padding: 15px 20px 20px;
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0px;
  }
}
.modal .modal_products_wrap .right_box .modal_tit {
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #464F5A;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .modal .modal_products_wrap .right_box .modal_tit {
    font-size: 20px;
    margin-bottom: 70px;
  }
}
.modal .modal_products_wrap .right_box .modal_tit strong {
  font-size: 3em;
  display: block;
  font-weight: 500;
}
.modal .modal_products_wrap .right_box .modal_tit span {
  font-size: 0.53em;
  display: block;
  font-weight: bold;
  font-weight: 700;
}
.modal .modal_story_wrap {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.modal .modal_story_wrap.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .modal .modal_story_wrap.on {
    display: block;
  }
}
.modal .modal_story_wrap .img_box {
  width: 54.17%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .modal .modal_story_wrap .img_box {
    width: 100%;
    height: 102.66vw;
  }
}
.modal .modal_story_wrap .img_box .img01 {
  width: 100%;
  height: 100%;
}
.modal .modal_story_wrap .img_box .img01 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal .modal_story_wrap .img_box .txt01 {
  font-family: "Barlow", sans-serif;
  position: absolute;
  bottom: -0.2em;
  right: 0px;
  color: #fff;
  font-size: 60px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 644px) {
  .modal .modal_story_wrap .img_box .txt01 {
    font-size: 30px;
  }
}
.modal .modal_story_wrap .img_box .txt01 strong {
  font-size: 2em;
  font-weight: 500;
}
.modal .modal_story_wrap .txt_box {
  width: 45.82%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5.85%;
}
@media screen and (max-width: 1080px) {
  .modal .modal_story_wrap .txt_box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .modal .modal_story_wrap .txt_box {
    width: 100%;
    padding: 20px;
  }
}
.modal .modal_story_wrap .txt_box .tit01 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 50px;
  line-height: 2.2;
  font-weight: 500;
  margin-bottom: 0.38em;
}
@media screen and (max-width: 1080px) {
  .modal .modal_story_wrap .txt_box .tit01 {
    font-size: 4.39vw;
  }
}
@media screen and (max-width: 644px) {
  .modal .modal_story_wrap .txt_box .tit01 {
    font-size: 8.66vw;
    line-height: 1.5;
  }
}
.modal .modal_story_wrap .txt_box .txt01 {
  font-size: 16px;
  line-height: 2.37;
}
@media screen and (max-width: 644px) {
  .modal .modal_story_wrap .txt_box .txt01 {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 800px) {
  #modal_content02 .close_btn {
    color: #fff;
  }
}
@media screen and (max-width: 800px) {
  #modal_content02 .close_btn span::before, #modal_content02 .close_btn span::after {
    border-color: #fff;
  }
}

.imgView01 img {
  opacity: 0;
}
.imgView01::after {
  display: block;
  content: "";
  background-color: #E2E4E5;
  top: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.imgView01.play img {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.imgView01.play::after {
  -webkit-animation: imgView01_animation 1.6s ease-out forwards;
  animation: imgView01_animation 1.6s ease-out forwards;
}

@-webkit-keyframes imgView01_animation {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}

@keyframes imgView01_animation {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  51% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
.imgView02 li {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.imgView02.play li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.imgView02.play li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imgView02.play li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.imgView02.play li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.imgView03 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.imgView03.play {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.titView01 {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.titView01.right {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
.titView01.left {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.titView01.play {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}