@charset "UTF-8";
.hero_area {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100svh;
}
.hero_area .hero_img {
  overflow: hidden;
  height: 100%;
}
.hero_area .hero_img img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero_area .hero_img.img_on img {
  -webkit-transition: all 10s;
  transition: all 10s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hero_area .hero_txt {
  font-size: 2.84vw;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 45px;
  left: 50px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .hero_area .hero_txt {
    font-size: 5.86vw;
    left: 15px;
    bottom: 30px;
    width: 21.06em;
  }
}
.hero_area .hero_txt strong {
  display: block;
  font-size: 3.51em;
  letter-spacing: -0.18em;
  margin-bottom: 10px;
}
.hero_area .hero_txt b {
  display: block;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.48em;
}
.hero_area .hero_txt .ls {
  letter-spacing: -50px;
}
.hero_area .scroll_down {
  position: absolute;
  right: 35px;
  bottom: 0px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding-bottom: 1em;
  padding-left: 0.3 em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .hero_area .scroll_down {
    right: 15px;
    bottom: 31.69%;
  }
}
@media screen and (max-width: 745px) {
  .hero_area .scroll_down {
    font-size: 10px;
  }
}
.hero_area .scroll_down::after {
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-animation: s_down 1.5s linear 0s infinite;
  animation: s_down 1.5s linear 0s infinite;
}

@-webkit-keyframes s_down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@keyframes s_down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
}
.sec01 {
  background-color: #002E76;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 180px;
}
@media screen and (max-width: 800px) {
  .sec01 {
    display: block;
  }
}
@media screen and (max-width: 745px) {
  .sec01 {
    margin-bottom: 65px;
  }
}
.sec01 img {
  width: 100%;
}
.sec01 .img01 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .sec01 .img01 {
    width: 100%;
  }
}
.sec01 .sec01_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .sec01 .sec01_in {
    display: block;
  }
}
.sec01 .sec01_in .txtBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 170px;
  width: 75%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1270px) {
  .sec01 .sec01_in .txtBox {
    padding: 50px;
  }
}
@media screen and (max-width: 800px) {
  .sec01 .sec01_in .txtBox {
    padding: 50px 15px;
    width: 100%;
  }
}
.sec01 .sec01_in .txtBox p {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 745px) {
  .sec01 .sec01_in .txtBox p {
    font-size: 13px;
  }
}
.sec01 .sec01_in .txtBox p + p {
  margin-top: 70px;
}
@media screen and (max-width: 745px) {
  .sec01 .sec01_in .txtBox p + p {
    margin-top: 40px;
  }
}
.sec01 .sec01_in .img_wrap {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .sec01 .sec01_in .img_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
.sec01 .sec01_in .img_wrap figure {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  .sec01 .sec01_in .img_wrap figure {
    width: 50%;
  }
}
.sec01 .sec01_in .img_wrap figure img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.sec01 .img02 {
  width: 100%;
}

.sec_com {
  margin-bottom: 130px;
}
@media screen and (max-width: 745px) {
  .sec_com {
    margin-bottom: 55px;
  }
}
.sec_com_in {
  width: calc(100% - 30px);
  max-width: 1270px;
  margin: 0px auto;
}
.sec_com .mov_area {
  position: relative;
  overflow: hidden;
}
.sec_com .mov_area .cont {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.39);
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
}
.sec_com .mov_area .cont .play_com {
  position: absolute;
  color: #002E76;
  font-size: 18px;
  width: 100%;
  max-width: 78px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 745px) {
  .sec_com .mov_area .cont .play_com {
    font-size: 12px;
    max-width: 52px;
  }
}

.sec_tit01 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 85px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 745px) {
  .sec_tit01 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.sec_tit01 span {
  display: block;
}
.sec_tit01 .sub {
  font-size: 28px;
  display: block;
  letter-spacing: 0em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 745px) {
  .sec_tit01 .sub {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
}
.sec_tit01 .sub strong {
  color: #F99900;
}
.sec_tit01 .sub::after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: solid 1px #F99900;
  left: min((-100vw + 100%) / 2, -15px);
  right: calc(100% - 10.5em);
  bottom: 0px;
}

.sec_tit02 {
  font-size: 33px;
  letter-spacing: -0.04em;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 35px;
}
@media screen and (max-width: 745px) {
  .sec_tit02 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.sec_tit03 {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 75px;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -0.12em;
}
@media screen and (max-width: 800px) {
  .sec_tit03 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 25px;
  }
}
@media screen and (max-width: 745px) {
  .sec_tit03 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sec_tit03 .lets02 {
  letter-spacing: 0em;
}
.sec_tit03 span {
  display: block;
}
.sec_tit03 .sub {
  font-size: 28px;
  display: block;
  letter-spacing: 0em;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 745px) {
  .sec_tit03 .sub {
    font-size: 15px;
  }
}
.sec_tit03 .sub strong {
  color: #F99900;
}
.sec_tit03 .sub::after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: solid 1px #F99900;
  right: min((-100vw + 285.4%) / 2, -15px);
  left: 0px;
  bottom: 0px;
}

.sec_txt01 {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 745px) {
  .sec_txt01 {
    font-size: 12px;
  }
}
.sec_txt01.center {
  text-align: center;
}
.sec_txt01 a {
  display: inline;
  color: #000;
}
.sec_txt01 .link_txt {
  color: #1C96FF;
  text-decoration: underline;
}

.sec_cm .tit01 {
  letter-spacing: -0.12em;
}
.sec_cm .txt01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 745px) {
  .sec_cm .txt01 {
    margin-bottom: 25px;
  }
}
.sec_cm .mov_area {
  width: 100%;
  aspect-ratio: 1440/450;
}
@media screen and (max-width: 800px) {
  .sec_cm .mov_area {
    aspect-ratio: 750/400;
  }
}
.sec_cm .mov_area .mov {
  position: absolute;
  width: 100.83%;
  aspect-ratio: 1280/720;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .sec_cm .mov_area .mov {
    width: 124.66%;
  }
}
.sec_cm .mov_area .mov video {
  width: 100%;
  height: 100%;
}

.sec_report .sec_tit01 {
  letter-spacing: -0.06em;
}
.sec_report .sec_txt01 {
  width: 100%;
  max-width: 943px;
  margin-bottom: 130px;
}
@media screen and (max-width: 745px) {
  .sec_report .sec_txt01 {
    margin-bottom: 55px;
  }
}
.sec_report .box01 {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 745px) {
  .sec_report .box01 {
    margin-bottom: 55px;
  }
}
.sec_report .box01 .tit01 {
  font-size: 30px;
  letter-spacing: -0.04em;
  color: #002E76;
  position: relative;
  margin-bottom: 70px;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 10px;
  border-bottom: solid 1px #002E76;
  margin-right: min((-100vw + 100%) / 2, -15px);
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .sec_report .box01 .tit01 {
    text-align: center;
    margin-right: 0px;
  }
}
@media screen and (max-width: 745px) {
  .sec_report .box01 .tit01 {
    font-size: 15px;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
.sec_report .box01 .img_fade01::after, .sec_report .box01 .img_fade02::after {
  background-color: #fff;
}
.sec_report .box01 .img_fade01.fade_other_on::after, .sec_report .box01 .img_fade02.fade_other_on::after {
  background-color: #1C96FF;
}
.sec_report .box01 .research {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 8px #F2EFEF;
  padding: 35px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
  min-height: 553px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .sec_report .box01 .research {
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 745px) {
  .sec_report .box01 .research {
    border-width: 4px;
    padding: 15px;
    min-height: auto;
    margin-bottom: 35px;
  }
}
.sec_report .box01 .research .graph01 {
  width: 85.48%;
  margin-left: auto;
  margin-right: 2.13%;
}
@media screen and (max-width: 745px) {
  .sec_report .box01 .research .graph01 {
    width: 82.75%;
    margin-right: 2.89%;
  }
}
.sec_report .box01 .research .ranking01 {
  width: 85.48%;
  margin: 0px auto;
}
@media screen and (max-width: 745px) {
  .sec_report .box01 .research .ranking01 {
    width: 100%;
  }
}
.sec_report .box01 .research .graph03 {
  width: 85.48%;
  margin: 0px auto;
}
@media screen and (max-width: 745px) {
  .sec_report .box01 .research .graph03 {
    width: 100%;
  }
}
.sec_report .box01 .research .ranking02 {
  width: 96.05%;
  margin: 0px auto;
}
@media screen and (max-width: 745px) {
  .sec_report .box01 .research .ranking02 {
    width: 100%;
  }
}
.sec_report .box02 {
  background: url(../../img/index/img07.webp) center center/cover no-repeat;
}
@media screen and (max-width: 745px) {
  .sec_report .box02 {
    background-image: url(../../img/index/img07_sp.webp);
  }
}
.sec_report .box02 .box02_in {
  width: calc(100% - 35px);
  margin: 0px auto;
  max-width: 1184px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  padding: 80px 20px;
}
@media screen and (max-width: 745px) {
  .sec_report .box02 .box02_in {
    padding: 30px 20px;
  }
}
.sec_report .box02 .box02_in > p {
  width: 100%;
  max-width: 934px;
  margin: 0px auto;
}
.sec_report .box02 .box02_in > p.mb60 {
  margin-bottom: 30px;
}
@media screen and (max-width: 745px) {
  .sec_report .box02 .box02_in > p.mb60 {
    margin-bottom: 15px;
  }
}

.sec_limitedmovie {
  margin-bottom: 380px;
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie {
    margin-bottom: 175px;
  }
}
.sec_limitedmovie .sec_txt01 {
  margin-bottom: 40px;
}
.sec_limitedmovie .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 170px;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .imgWrap {
    display: block;
  }
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie .imgWrap {
    margin-bottom: 50px;
  }
}
.sec_limitedmovie .imgWrap img {
  width: 100%;
}
.sec_limitedmovie .imgWrap .img_item {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .imgWrap .img_item {
    width: 100%;
  }
}
.sec_limitedmovie .imgWrap .txt01 {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .imgWrap .txt01 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie .imgWrap .txt01 {
    font-size: 13px;
    margin-bottom: 35px;
  }
}
.sec_limitedmovie .imgWrap .img_fade01::after, .sec_limitedmovie .imgWrap .img_fade02::after {
  background-color: #fff;
}
.sec_limitedmovie .imgWrap .img_fade01.fade_other_on::after, .sec_limitedmovie .imgWrap .img_fade02.fade_other_on::after {
  background-color: #1C96FF;
}
.sec_limitedmovie .movie_box {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .movie_box {
    display: block;
  }
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie .movie_box {
    margin-bottom: 50px;
  }
}
.sec_limitedmovie .movie_box .txt_area {
  width: 35.03%;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .movie_box .txt_area {
    width: 100%;
    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_limitedmovie .movie_box .mov_area {
  width: 60.62%;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .movie_box .mov_area {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
}
.sec_limitedmovie .movie_box .mov_area .thum_img {
  width: 100%;
  height: 100%;
}
.sec_limitedmovie .movie_box .mov_area .thum_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sec_limitedmovie .movie_box .tit01 {
  font-size: 54px;
  line-height: 1;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .sec_limitedmovie .movie_box .tit01 {
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie .movie_box .tit01 {
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 0.2em;
  }
}
.sec_limitedmovie .movie_box .tit01 span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(237, 108, 28, 0.8);
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie .movie_box .tit01 span {
    font-size: 13px;
  }
}
.sec_limitedmovie .tit02 {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 745px) {
  .sec_limitedmovie .tit02 {
    font-size: 23px;
  }
}

.sec_bgarden {
  background-color: #272727;
  position: relative;
  padding-top: 215px;
  margin-bottom: 115px;
}
@media screen and (max-width: 745px) {
  .sec_bgarden {
    padding-top: 110px;
    margin-bottom: 55px;
  }
}
.sec_bgarden .logo {
  width: 100%;
  max-width: 313px;
  position: absolute;
  background-color: #002E76;
  padding: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: calc(50% - 156px);
  top: -156px;
}
@media screen and (max-width: 745px) {
  .sec_bgarden .logo {
    max-width: 150px;
    padding: 35px;
    left: calc(50% - 75px);
    top: -75px;
  }
}
.sec_bgarden .txt01 {
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 39px;
  line-height: 1.69;
  margin-bottom: 75px;
}
@media screen and (max-width: 800px) {
  .sec_bgarden .txt01 {
    font-size: 4.26vw;
  }
}
@media screen and (max-width: 745px) {
  .sec_bgarden .txt01 {
    margin-bottom: 40px;
  }
}
.sec_bgarden figure img {
  width: 100%;
}

.sec_insta {
  margin-bottom: 115px;
}
@media screen and (max-width: 745px) {
  .sec_insta {
    margin-bottom: 55px;
  }
}
.sec_insta a {
  display: block;
  width: calc(100% - 45px);
  max-width: 932px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  border: solid 8px #002E76;
  padding: 30px 0px;
}
@media screen and (max-width: 745px) {
  .sec_insta a {
    border-width: 5px;
    padding: 15px 0px;
  }
}
.sec_insta a .tit01 {
  font-size: 20px;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: #002E76;
  margin-bottom: 20px;
}
@media screen and (max-width: 745px) {
  .sec_insta a .tit01 {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.sec_insta a .tit01::before {
  display: inline-block;
  content: "";
  width: 2.5em;
  height: 2.5em;
  background: url(../../img/index/icon_insta.svg) center center/contain no-repeat;
  vertical-align: -0.85em;
  margin-right: 0.75em;
}
.sec_insta a .imgList {
  margin-left: -30px;
  margin-right: -30px;
  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;
  margin-bottom: 35px;
}
@media screen and (max-width: 1270px) {
  .sec_insta a .imgList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 745px) {
  .sec_insta a .imgList {
    margin-bottom: 15px;
  }
}
.sec_insta a .imgList li {
  width: 24.04%;
}
.sec_insta a .txt01 {
  text-align: center;
  font-size: 17px;
  color: #002E76;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 745px) {
  .sec_insta a .txt01 {
    font-size: 14px;
  }
}
.sec_insta a .txt01 svg {
  width: 1.23em;
  vertical-align: -0.25em;
}

.img_full img {
  width: 100%;
}

/* アニメーション用 */
.txt_ani01 i, .fade_ani01 i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  opacity: 0;
  color: transparent;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-shadow: 0px 0px 10px #fff;
}
.txt_ani01 i:empty, .fade_ani01 i:empty {
  padding-left: 0.5em;
}
.txt_ani01 i.txt_on, .fade_ani01 i.txt_on {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: inherit;
  text-shadow: inherit;
}

.img_fade01 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.img_fade01 img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.img_fade01::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #002E76;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.img_fade01.fade_other_on img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.img_fade01.fade_other_on::after {
  height: 0px;
  background-color: #1C96FF;
}

.img_fade02 {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.img_fade02 img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 2.4s;
  transition: all 2.4s;
}
.img_fade02::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #002E76;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.img_fade02.fade_other_on img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.img_fade02.fade_other_on::after {
  height: 0px;
  background-color: #1C96FF;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.fade_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.youtube_bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  display: none;
}

.youtube_close {
  width: 50px;
  height: 50px;
  z-index: 301;
  position: fixed;
  right: 30px;
  top: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  display: none;
}

@media screen and (max-width: 768px) {
  .youtube_close {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 60px;
  }
}
.youtube_close::before, .youtube_close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.youtube_close::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.youtube_area {
  width: 100%;
  position: relative;
  height: 100vh;
  z-index: 200;
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.youtube_area iframe {
  position: absolute;
  width: 60%;
  height: 600px;
  top: calc(50% - 300px);
  left: 20%;
  z-index: 200;
}

@media screen and (max-width: 768px) {
  .youtube_area iframe {
    width: 100%;
    left: 0%;
    height: 240px;
    top: calc(50% - 120px);
  }
}