﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*==========================

    common

==========================*/

html { scroll-behavior: smooth;}

body {
  background: #FFF;
  font-family:
    'Noto Sans JP',
    '游ゴシック Medium',
    'Yu Gothic Medium',
    'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN',
    メイリオ,
    Meiryo,
    'Segoe UI',
    'Helvetica Neue',
    Arial,
    sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.9em;
  margin: 0 auto;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

img[src*="_pc"],
img[src*="_sp"] {
  visibility: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
	margin: auto;
  display: block;
}

/*  img 位置  */
.img_left {
  margin: 0;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 736px) {
  img {
    width: 100%;
  }

  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }
}

/*---------- header ----------*/
header {
	padding: 5px 0 8px 8px;
	text-align: left;
}

header img {
  margin: 0;
}

@media screen and (max-width: 736px) {
header {
    padding: 5px 0 8px 8px;
    text-align: left !important;
    width: 50%;
  }
}
/*---------- container ----------*/
#container {
	width: 100%;	
}

/*---------- footer ----------*/
.copylight {
  font-size: 70%;
  color:#3f3f3f;
  text-align: center;
}

/*=============================

		fv

=============================*/
.fv_wrap {
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto 0;
  overflow: hidden;
  padding-bottom: 20px;
  background-size: 100%;
}
.fv_container{
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.fv_container img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.fv_video {
  width: 100%;
  height: auto;
  display: block;
}

.fv_video_pc {
  display: block;
}

.fv_video_sp {
  display: none;
}



@media screen and (max-width: 736px) {
  .fv_wrap {
    padding-bottom: -0.5em;
  }

  .fv_video_sp {
    display: block;
  }

  .fv_video_pc {
    display: none;
  }
}

/*=============================

  タイトル

=============================*/
h2 {
  font-size: 250%;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
}

h2 span {
  color: #A4C3CF;
  display: block;
  font-size: 60%;
  font-weight: 300;
  line-height: 1em;
}

@media screen and (max-width: 820px) {
  h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 736px) {
  h2 {
    font-size: 7.5vw;
    margin-bottom: 2em;
  }
}

/*=============================

			section

=============================*/

section{
	position: relative;
  /*margin: 150px auto 0;*/
}
section.fv{
	margin: 0 auto 20px;
}
.section_container {
  max-width: 1024px;
  margin: 0 auto 0;
	padding: 5em 0;
  position: relative;
  text-align: center;
}


/*--------------------------
section01
--------------------------*/
#Section01 {
  margin: 8em auto 0;
}

#Section01 .txt_lead {
  font-size: 300%;
  line-height: 1.5em;
  font-weight: 900;
  margin-bottom: 0.5em;
}

.box_youtube_main {
  margin: 0 auto;
  width: 560px;
}

#yt-container {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

#yt-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 820px) {
  #Section01 .txt03 {
    margin: 2em auto!important;
    width: 80%;
  }

  #Section01 .txt_lead {
    font-size: 5.5vw;
  }

  .box_youtube_main {
    position: relative;
    width: 94%;
    height: 0;
    padding-bottom: 53%;
  }
  .box_youtube_main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 736px) {
  #Section01 {
    margin: 5em auto 0;
  }

  #Section01 .txt_lead {
    font-size: 8.5vw;
  }

}


/*--------------------------
section02
--------------------------*/
#section02{
  background: #eaeff1;
  margin: 5em auto 0;
}

#Section02 .txt_lead {
  font-size: 270%;
  line-height: 1.5em;
  font-weight: 900;
  margin-bottom: 0.5em;
}

#Section02 .txt {
  text-align: center;
  font-size: 150%;
  line-height: 2.5em;
  margin: 2em auto 0;
}

#Section02 .txt span {
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.con_point{
  margin-top: 7em;
	position: relative;
}
.point_header{
	background-image: url('../images/pmm_yt_pc_about_bg02.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
  max-width: 924px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

.point_header .box_point {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.point_header .box_point .point {
  font-weight: bold;
  font-size: 600%;
  line-height: 1em;
}

.point_header .box_point .point span {
  font-size: 47%;
  line-height: 1em;
}

.point_header .box_point hr {
  width: 8em;
  border-top: 2px solid #000;
}

.point_header h3 {
  font-size: 300%;
  text-align: center;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  font-weight: 700;
}

.point_header h3 span {
  font-size: 75%;
  font-weight: 500;
}

.point_inner{
  max-width: 924px;
  margin: 0 auto;
  display: block;
  background: #FDFDFD;
}

.point_yt {
  margin: 3em auto;
  background-image: url('../images/pmm_yt_pc_youtube_bg.png');
  max-width: 800px;
  padding: 2em 1em 3em;
  box-sizing: border-box;
}

.point_yt h4 {
  color: #fff;
  font-size: 230%;
  text-align: center;
  line-height: 1.5em;
}

.box_yt_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 2em;
}

.box_yt_link li {
  width: calc( 355 / 800 * 100% );
}

.box_yt_link li img {
  width: 100%;
}

a.video_ktch {
  position: relative;
  display: block;
}

a.video_ktch:hover {
  opacity: 0.8;
}

.video_ktch.thumb::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.55;
  background: #090909;
  width: 50px;
  height: 50px;
}
.video_ktch.thumb::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 12px solid transparent;
}

/* アコーディオンの中 */
.box_accordion {
  margin: 2em 0 3em;
}

.interview .box_img {
  background: #e0e0e0 url('../images/hl_interview_black.png') no-repeat;
  background-size: contain;
  background-position: 0px 20px;
  position: relative;
}

.interview .box_img img {
  width: 37%;
  position: relative;
  left: 6em;
}

.interview .box_img .prof {
  position: absolute;
  bottom: 2em;
  left: 6em;
  text-align: left;
}

.interview .box_img .prof span {
  display: inline-block;
  background: #fff;
  color: #000;
  margin-top: 10px;
  font-size: 150%;
  padding: 0.1em 0.5em;
  font-weight: 700;
}

.interview .box_img .prof span.section {
  font-size: 100%;
}

.interview .box_img .prof span.name {
  font-size: 80%;
}

.interview p {
  box-sizing: border-box;
  padding: 1em;
  font-size: 120%;
  line-height: 1.7em;
  text-align: left;
}


@media screen and (max-width: 820px) {
  #Section02 .section_container {
    padding-top: 5em;
  }

  #Section02 .txt_lead {
    font-size: 4.5vw;
  }

  #Section02 .txt {
    font-size: 2.7vw;
  }

  .con_point {
    width: 98%;
    margin: 5em auto 0;
  }

  .point_header {
    height: 15em;
  }

  .point_header .box_point .point {
    font-size: 10vw;
  }

  .point_header h3 {
    top: 2em;
  }

  .point_inner {
    padding: 2em 2em 0;
  }

  .point_yt {
    background-color: #B2C8CF;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4em auto;
    padding: 3em;
  }

  .point_yt h4 {
   font-size: 4vw;
  }

}

@media screen and (max-width: 736px) {
  #Section02 .txt_lead {
    font-size: 7.5vw;
    line-height: 1.7em;
  }

  #Section02 .txt_lead_02 {
    font-size: 6.5vw;
    line-height: 1.7em;
    font-weight: 600;
  }

  #Section02 .txt {
    font-size: 4.5vw;
    width: 95%;
    margin: 2em auto 0;
  }

  .con_point {
    width: 95%;
    margin: 3em auto 0;
  }

  .point_header {
    height: 26vw;
  }

  .point_header .box_point {
    border-bottom: 1px solid #000;
    width: 5em;
  }

  .point_header .box_point .point {
    width: auto;
  }

  .point_header .box_point hr {
    display: none;
  }

  .point_header h3 {
    top: 1.7em;
    font-size: 7vw;
  }

  .point_inner {
    padding: 2em 0 0;
  }

  .point_inner .txt {
    width: 100%!important;
    font-feature-settings: "palt";
    font-size: 4.2vw!important;
  }


  .point_yt {
    margin: 2em auto;
    padding: 1em 1em 2em;
    width: 90%;
  }

  .point_yt h4 {
   font-size: 6vw;
   line-height: 1.3em;
   margin-bottom: 0.5em;
  }

  .box_yt_link {
    margin-top: 1em;
  }

  .box_yt_link li {
    width: 100%;
  }

  .box_yt_link li:last-child {
    margin-top: 1em;
  }

  /* アコーディオンの中 */
  .box_accordion {
    margin: 1em 0 2em;
  }

  .interview .box_img {
    background-position: 0px 5px;
  }

  .interview .box_img img {
    width: 47%;
    left: 5em;
  }

  .interview .box_img .prof {
    bottom: 1.5em;
    left: 1em;
  }

  .interview .box_img .prof span {
    font-size: 5vw;
    line-height: 1em;
    padding: 0.2em 0.3em;
  }

  .interview p {
    font-size: 4.2vw;
  }

}


/*--------------------------
section03
--------------------------*/
#Section03 .section_container h2 {
  font-size: 230%;
  font-weight: normal;
  line-height: 2em;
}

#Section03 ul {
  max-width: 924px;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#Section03 ul li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 48%;
}
#Section03 ul li .box_img {
  position: relative;
}

#Section03 ul li .box_img h3 {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 170%;
}

#Section03 ul li p {
  background: #000;
  box-sizing: border-box;
  padding: 1em;
}


#Section03 ul li p span {
  display: block;
  color: #fff;
  font-size: 130%;
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.7em;
}

@media screen and (max-width: 820px) {
  #Section03 .section_container h2 {
    font-size: 4.2vw;
    margin-bottom: 1em;
  }

  #Section03 ul {
    margin: 0 auto;
    width: 95%;
  }

  #Section03 ul li .box_img h3 {
    top: 0.8em;
    font-size: 3vw;
  }

  #Section03 ul li p span {
    font-size: 2.7vw;
  }

}


@media screen and (max-width: 736px) {
  #Section03 .section_container {
    padding: 3em 0;
  }

  #Section03 .section_container h2 {
    font-size: 6vw;
  }

  #Section03 ul li {
    width: 100%;
  }

  #Section03 ul li:last-child {
    margin-top: 1em;
  }

  #Section03 ul li .box_img h3 {
    font-size: 5vw;
    top: 0.6em;
  }

  #Section03 ul li p span {
    font-size: 3.5vw;
  }

}

/*--------------------------
section04
--------------------------*/
#Section04 {
  width: 100%;
  height: 767px;
  text-align: center;
  background: url( ../images/pmm_yt_pc_end_bg.jpg) no-repeat center;
  padding: 5em 0;
}

#Section04 h2 {
  font-size: 270%;
  line-height: 1.7em;
  margin-bottom: 1em;
}

#Section04 .box_txt {
  padding: 1em;
  font-size: 143%;
  line-height: 2.5em;
  margin: 0 auto;
  max-width: 924px;
  width: 100%;
}

@media screen and (max-width: 820px) {
  #Section04 {
    margin: 0 auto;
    background-size: cover;
  }

  #Section04 h2 {
    font-size: 4.5vw;
  }

  #Section04 .box_txt {
    font-size: 3vw;
    width: 95%;
  }


}

@media screen and (max-width: 736px) {
  #Section04 {
    margin-top: 2em;
    background-position: 45%;
    padding: 3em 1em;
    height: auto;
  }

  #Section04 .inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 2em 0.5em;
  }

  #Section04 h2 {
    font-size: 6vw;
    line-height: 1.8em;
  }

  #Section04 .box_txt {
    font-size: 4vw;
    width: 100%;
    padding: 0;
  }

}

/*--------------------------
section05
--------------------------*/
#Section05 .box_close {
  bottom: 0;
  margin-top: 2em;
}


@media screen and (max-width: 736px) {
  #Section05 .section_container {
    padding-top: 4em;
  }
}




/*=============================

    動く縦ライン

=============================*/

/*--------------------------
line anime
--------------------------*/
.line-drop01 {
  position: absolute;
	left: 0;
	right: 0;
	bottom: 13em;
  writing-mode: vertical-rl;
  z-index: 6;
}

/* anime01 */
.line-drop01::before {
  animation: scroll 2s infinite;
  background-color: #FF0000;
  bottom: -115px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* background01 */
.line-drop01::after {
  background-color: #ccc;
  bottom: -115px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@media screen and (max-width: 736px) {
  .line-drop01 {
    bottom: 12em;
  }

  .line-drop01::before,
  .line-drop01::after {
    height: 3em;
    bottom: -5.5em;
  }

}


/* line-drop02 */
.line-drop02 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto 0;
	writing-mode: vertical-rl;
}
/* anime02 */
.line-drop02::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -44px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* background02 */
.line-drop02::after {
  background-color: #ccc;
  bottom: -44px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@media screen and (max-width: 736px) {
  .line-drop02::before,
  .line-drop02::after {
    height: 7em;
  }
}


/* line-drop03 */
.line-drop03 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	writing-mode: vertical-rl;
}
/* anime03 */
.line-drop03::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -44px;
  content: "";
  height: 130px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
/* background03 */
.line-drop03::after {
  background-color: #ccc;
  bottom: -44px;
  content: "";
  height: 130px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* anime */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 736px) {
  .line-drop03::before,
  .line-drop03::after {
    height: 7em;
  }
}

/*=============================

    btn

=============================*/
/*btn*/
.btn .txt01 {
	font-size: 170%;
	font-weight: 500;
  margin-bottom: 0.3em;
  font-weight: 700;
  /*color: #3c6782;*/
}
.btn .txt02 {
	font-size: 180%;
	font-weight: 900;
}

.btn {
	position: relative;
}
.btn a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 60%;
  padding: 2em 0;
  text-align: center;
  color: #fff;
  background: #3c6782;
  border: 2px solid #3c6782;
  border-radius: 6em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 0 #2d4f67;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.btn_red a {
  background:#cc1414;
  border: 2px solid #cc1414;
  box-shadow: 0 10px 0 #4c0a0a;
}

.btn a:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  top: 2.5em;
  right: 1.5em;
  height: 1em;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1em;
}

.btn a:hover {
  background: #fff;
  color: #cc1414;
  transform: translateY(10px);
  box-shadow: 0 0 0 #2d4f67;
}


@media screen and (max-width: 820px ) {
  .btn a {
    width: 90%;
  }
}

@media screen and (max-width: 736px ) {
  .btn a {
    padding: 1em 0;
    width: 90%;
  }

  .btn .btn_inner {
    line-height: all;
  }

  .btn .txt01 {
    font-weight: 500;
    font-size: 6vw;
  }

  .btn .txt02 {
    font-size: 7vw;
    line-height: 1.2em;
    font-weight: 800;
  }

}


/*=============================

    accordion

=============================*/
.accordion{
	max-width: 700px;
	background: #FFF;
	margin: 0 auto;
}
.accordion_tab{
    position: relative;
    width: 100%;
}
.accordion_tab:hover {
  cursor: pointer;
}

.accordion_tab span {
  background:#000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 27px;
  padding: 1em 0;
}

/* プラスアイコン */
.accordion_tab:before,
.accordion_tab:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  left: 82%;
  top: 53%;
  width: 3%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.accordion_tab:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* マイナスアイコン */
.accordion_tab.active:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
/*色指定*/
.accordion_tab:before,
.accordion_tab:after {
  background: #FFF;
}

.accordion_article {
  border: 1px solid #000;
}

@media screen and (max-width: 736px) {
  .accordion {
    width: 90%;
  }

  .accordion_tab span {
    font-size: 5vw;
  }
} 



/*==========================

		各種アニメーション

==========================*/
.ani_elem{
  transition: all 1s ease-in-out;
}

.ani_elem.slideIn{
  transition: all .55s .25s ease-in-out;
  transform: translate(-100%,0);
}
.ani_elem.fadein_slideIn{
  transform: translate(0,0);
  opacity: 1;
}

.ani_elem.slideInTop {
  transition: all 0.55s 0.25s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
}

.ani_elem.fadein_slideInTop {
  transform: translateY(0);
  opacity: 1;
}

.ani_elem.slideInBottom {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.55s 0.25s ease-in-out,opacity 0.55s 0.25s ease-in-out;
}

.ani_elem.fadein_slideInBottom {
  transform: translateY(0);
  opacity: 1;
}


.ani_elem.rotate{
  transition: all .25s ease-in-out;
  transform: rotate3d(0, 1, 0, 180deg);
}
.ani_elem.fadein_rotate{
  transform: rotate3d(0, 1, 0, 360deg);
  opacity: 1;
}

.ani_elem.boyoyon{
  transform: scale(0);
}
.ani_elem.fadein_boyoyon{
  animation: boyoyon 1s 1 ease-in-out forwards;
  opacity: 1;
}

.ani_elem.blur{
  filter: blur(8px);
}
.ani_elem.fadein_blur{
  animation: blur .75s 1 ease-in-out forwards;
  opacity: 1;
}

@keyframes boyoyon{
  0%{transform: scale(0);}
  45%{transform: scale(1.2);}
  60%{transform: scale(1.2);}
  80%{transform: scale(1);}
  95%{transform: scale(1.05);}
  100%{transform:rotate(0) scale(1);}
}

@keyframes blur{
  0%{filter:blur(8px);}
  100%{filter:blur(0px);}
}

.slideInTopTxt {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
}

.fadein_slideInTopTxt {
  visibility: visible;
  animation: slideInFromBottom 0.3s ease both;
}

@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 赤背景が右から左へぽよんする */
.slideInBgRed {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #fff;
  padding: 0.1em 0.2em 0.2em;
  line-height: 1em;
}
.slideInBgRed::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 100%;
  background: #cc1414;
  transform-origin: right center;
  transform: scaleX(0);
  opacity: 1;
  z-index: -1;
}

@keyframes slideInBgRedAnim {
  0% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(1.05);
  }
  80% {
    transform: scaleX(0.98);
  }
  100% {
    transform: scaleX(1);
  }
}

.slideInBgRed.fadein_slideInBgRed::before {
  animation: slideInBgRedAnim 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* 黒背景が右から左へぽよんする */
.slideInBgBlack {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #fff;
  padding: 0.1em 0.2em 0.2em;
  line-height: 1em;
}
.slideInBgBlack::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 100%;
  background: #000;
  transform-origin: right center;
  transform: scaleX(0);
  opacity: 1;
  z-index: -1;
}

@keyframes slideInBgBlackAnim {
  0% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(1.05);
  }
  80% {
    transform: scaleX(0.98);
  }
  100% {
    transform: scaleX(1);
  }
}

.slideInBgBlack.fadein_slideInBgBlack::before {
  animation: slideInBgBlackAnim 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* 青背景が右から左へぽよんする */
.slideInBgBlue {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #fff;
  padding: 0.1em 0.2em 0.2em;
  line-height: 1em;
}
.slideInBgBlue::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 100%;
  background: #3C6782;
  transform-origin: right center;
  transform: scaleX(0);
  opacity: 1;
  z-index: -1;
}

@keyframes slideInBgBlueAnim {
  0% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(1.05);
  }
  80% {
    transform: scaleX(0.98);
  }
  100% {
    transform: scaleX(1);
  }
}

.slideInBgBlue.fadein_slideInBgBlue::before {
  animation: slideInBgBlueAnim 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* ズーム */
.popZoom {
  opacity: 0;
  transform: translateY(40px) scale(0.8);
}

.popZoom.fadein_popZoom {
  animation: popup 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.popZoom.fadein_popZoom.delay {
  animation-delay: 0.5s;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80%, 100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/*-------------------

 .box_close

----------------------*/
.box_close {
  position: relative;
  overflow: hidden;
  width: 680px;
  margin: 0 auto;
  font-size: 170%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  padding: 1em 0 0.7em;
  box-sizing: border-box;
  opacity: 1;
  bottom: -1em;
}

.box_bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #000;
  transform: translateY(100%);
  opacity: 0;
}

/* ① 背景スライドイン */
@keyframes slideInBg {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadein_box_close .box_bg {
  animation: slideInBg 0.3s ease-out forwards;
}

.box_text {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
}

/* ② テキストフェードイン */
@keyframes textIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0);     }
}

.fadein_box_text .box_text {
  animation: textIn 0.3s ease-out forwards;
}

/* ③ <span> の赤背景を右→左にバウンド*/
.box_text span {
  position: relative;
  display: inline-block;
  padding: 0.2em;
  line-height: 1em;
}
.box_text span::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 100%;
  background: #cc1414;
  transform-origin: right center;
  transform: scaleX(0);
  opacity: 1;
  z-index: -1;
}

/* poyoyon キーフレーム定義 */
@keyframes poyoyon {
  0% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(1.05);
  }
  80% {
    transform: scaleX(0.98);
  }
  100% {
    transform: scaleX(1);
  }
}
.fadein_box_span .box_text span::before {
  animation: poyoyon 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media screen and (max-width: 820px) {
  .box_close {
    width: 80%;
    font-size: 3vw;
    bottom: -0.5em;
  }
}

@media screen and (max-width: 736px) {
  .box_close {
    bottom: 0;
    font-size: 4.5vw;
    line-height: 1.5em;
    width: 85%;
  }
}

/*-------------------

 Section04 アニメーション

----------------------*/
#Section04 .order_1_PC,
#Section04 .order_3_PC {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.55s 0.25s ease-in-out,
              opacity   0.55s 0.25s ease-in-out;
}
#Section04 .order_2_PC {
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 736px) {
  #Section04 .order_2_PC {
    opacity: 1;
    background: none;
  }

  #Section04 .order_1_SP {
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  #Section04 .order_2_SP,
  #Section04 .order_3_SP {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.55s 0.25s ease-in-out,
                opacity   0.55s 0.25s ease-in-out;
    background: none;
  }
}

@keyframes sec04BlurFade {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec04-bg-animate {
  animation: sec04BlurFade 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.sec04-slide-animate {
  transform: translateY(0) !important;
  opacity: 1 !important;
  transition: transform 0.55s 0.25s ease-in-out,
              opacity   0.55s 0.25s ease-in-out;
}

/*==========================

    プリセット

==========================*/

/*---------- 余白 ----------*/
/*Margin
--------------*/
.mg0 {margin:0 !important;}
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}
.mg25 {margin:25px;}
.mg30 {margin:30px;}
.mg35 {margin:35px;}
.mg40 {margin:40px;}
.mg45 {margin:45px;}
.mg50 {margin:50px;}


/*top*/
.mgT0 {margin-top:0px!important;}
.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT35 {margin-top:35px;}
.mgT40 {margin-top:40px;}
.mgT45 {margin-top:45px;}
.mgT50 {margin-top:50px;}
.mgT60 {margin-top:60px;}
.mgT70 {margin-top:70px;}
.hr{border-top:7px solid #25a776;}

/*right*/
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR15 {margin-right:15px;}
.mgR20 {margin-right:20px;}
.mgR25 {margin-right:25px;}
.mgR30 {margin-right:30px;}
.mgR35 {margin-right:35px;}
.mgR40 {margin-right:40px;}
.mgR45 {margin-right:45px;}
.mgR50 {margin-right:50px;}

/*bottom*/
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB35 {margin-bottom:35px;}
.mgB40 {margin-bottom:40px;}
.mgB45 {margin-bottom:45px;}
.mgB50 {margin-bottom:50px;}

/*left*/
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL15 {margin-left:15px;}
.mgL20 {margin-left:20px;}
.mgL25 {margin-left:25px;}
.mgL30 {margin-left:30px;}
.mgL35 {margin-left:35px;}
.mgL40 {margin-left:40px;}
.mgL45 {margin-left:45px;}
.mgL50 {margin-left:50px;}
.mgL3p{margin-left:3%;}

/*Padding
--------------*/
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.pd25 {padding:25px;}
.pd30 {padding:30px;}
.pd35 {padding:35px;}
.pd40 {padding:40px;}
.pd45 {padding:45px;}
.pd50 {padding:50px;}


/*top*/
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}
.pdT20 {padding-top:20px;}
.pdT25 {padding-top:25px;}
.pdT30 {padding-top:30px;}
.pdT35 {padding-top:35px;}
.pdT40 {padding-top:40px;}
.pdT45 {padding-top:45px;}
.pdT50 {padding-top:50px;}

/*right*/
.pdR5 {padding-right:5px;}
.pdR10 {padding-right:10px;}
.pdR15 {padding-right:15px;}
.pdR20 {padding-right:20px;}
.pdR25 {padding-right:25px;}
.pdR30 {padding-right:30px;}
.pdR35 {padding-right:35px;}
.pdR40 {padding-right:40px;}
.pdR45 {padding-right:45px;}
.pdR50 {padding-right:50px;}

/*bottom*/
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB15 {padding-bottom:15px;}
.pdB20 {padding-bottom:20px;}
.pdB25 {padding-bottom:25px;}
.pdB30 {padding-bottom:30px;}
.pdB35 {padding-bottom:35px;}
.pdB40 {padding-bottom:40px;}
.pdB45 {padding-bottom:45px;}
.pdB50 {padding-bottom:50px;}

/*left*/
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
.pdL15 {padding-left:15px;}
.pdL20 {padding-left:20px;}
.pdL25 {padding-left:25px;}
.pdL30 {padding-left:30px;}
.pdL35 {padding-left:35px;}
.pdL40 {padding-left:40px;}
.pdL45 {padding-left:45px;}
.pdL50 {padding-left:50px;}