@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');

/*****タイトルのグラデ処理*******/
.title_gradation{
	text-align:center;
	background: linear-gradient( to bottom,  rgba(4,165,205,1) 25%, rgba(69,93,170,1) 75% );
	-webkit-background-clip: text;
	color: transparent;
	margin-top: 40px;
	display: block;
}
@media screen and (max-width: 768px) {
.title_gradation{
	margin-top: 10px;
}
}

.title_en{
	font-family: 'Montserrat', sans-serif;
	font-size:2.2rem;
	font-weight:800;
}

.title{
	font-weight:800;
	line-height: 2.5;
}
@media screen and (max-width: 768px) {
.title_en{
	font-size:2rem;
}

.title{
	line-height: 2;
	font-size:1.4rem
}
}

section,
.white_bg{
	background:#fff;
}

#section-chara{
	background:-webkit-gradient(linear, left top, right top, from(rgba(70, 82, 161, 0.2)), to(rgba(0, 174, 203, 0.2)));
	background:-webkit-linear-gradient(left, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
	background:-moz-linear-gradient(left, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
	background:-o-linear-gradient(left, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
	background:linear-gradient(to right, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
/*	padding: 0 0 105px; */
}





/*****パララックス キャッチ*******/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap');

#main_catch_box{
	position: absolute;
    width: 100%;
    max-width: 800px;
    padding: 0 0px;
    z-index: 1;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -10%);
	color:#fff;
	font-size:3.2vw;
	font-weight:700;
	text-align:center;
	line-height:1.4em;
	font-family: 'M PLUS 1p', sans-serif;
	
}
@media screen and (max-width: 768px) {
#main_catch_box	{
	  font-size: 6vw;
	  top: 33%;
}
}

.main_number{
	font-family: 'Montserrat', sans-serif;
	font-size:160%;
	font-weight:600;
	padding:0 6px;
	/*vertical-align: baseline; */
}


.playbtn{
	width: 14vw;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.playbtn{
	width: 40vw;
    margin-top: 6px;
}	
}



/*****メイン動画　パララックス*******/
#parallax
{
    width: 100%;
    height: 100%;
	margin-top: -8%;
	position:relative
}
@media screen and (max-width: 768px) {
	#parallax{
	margin-top: 0;
	}
}

/*****パララックス オーバーレイ*******/
#parallax::before {
    content: "";
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
    background: url(../img/dot.png)repeat;
}



#white_bg{
	background: #fff;
    position: absolute;
    left: 0;
    right: 0;
	margin-top: -5px;
}

video{
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -100
}




/*****コンテンツ幅を縮小*******/
@media screen and (min-width: 1472px){
.container {
    max-width: 1024px;
    width: 1024px;
}
}

/*****イメージのトリミング*******/
.object-fit{
	object-fit: cover;
}

.object-contain{
	object-fit: contain;
}

/*****イメージに対するテキスト　styles-v=02061.cssの.mediaにプロパティを追加*******/
.media{
	align-items: flex-start;
    display: flex;
    text-align: left;
    width: 95%;
    margin: 5px auto;
}
@media screen and (max-width: 768px) {
.media{	
	width: 100%;
	}
}



/*****開催予定の特典会　イメージ*******/
.image.is-tokuten img{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	height: 100%;
    width: 100%;
	
}
/*****開催予定の特典会　イメージ*******/
.image.is-tokuten{
	padding-top: 135%;
}


/*****リンク画像 ホバー*******/
a img{
	transition:ease-in-out 0.3s !important;
}
a img:hover{
	opacity:0.5 !important;
}

a{
	color:#4a4a4a !important;
	transition:ease-in-out 0.3s
}
a:hover{
	opacity:0.5 !important;
}

/*****sectionのpadding-bottomを4.5remに変更　styles-v=02061.cssの.is-size-6のプロパティを変更*******/
.is-size-6 {
  font-size:  1rem !important;
  line-height: 1.6em;
  font-weight: 600;
}


/*****開催予定の特典会　隠れている要素をオープン*******/
button.more {
    cursor: pointer;
    width: 235px;
    margin: 0px auto 0 auto;
    display: block;
    background-color: #eef1f2;
    color: #4a4a4a;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-radius: 86px;
}
@media screen and (max-width: 768px) {
button.more {
	margin-top:15px;
}	
}


.txt-hide{
display: none;
}

button.more:hover{
	opacity:0.7;
}
 
button.more::after {
content: "もっと見る";
transition: .2s;
-erbkit-transition: .2s;
}

button.more.on-click::after{
content: "－ Close";
}


/*****隠れている要素の padding設定*******/

.no_padding{ padding:0 1.5rem}



/************販売中のライブトークはこちら********************/

.parches a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.parches .parches_button{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	padding: 22px 166px 25px 166px;
	text-decoration: none;
	color: #4a4a4a;
	margin: 4px;
	background: #fff;
}
.parches .button_background{
	display: inline-block;
	background: linear-gradient(to right, #4653a1, #1099c1);
}
.parches{
	    text-align: center;
		margin: 50px 0 40px 0;
		padding:0 1.5rem;
		width:100%
}

@media screen and (max-width: 768px) {
.parches{
	width:100%;
}
.parches .button_background{
	width:100%;
}

.parches .parches_button{
	font-size: 16px;
	padding: 22px 18px 25px 18px;
	color: #4a4a4a;
	margin: 4px;
	width: 97%;
}	
	
}





/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -100;
}
.youtube-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -100;
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}




.newsdate{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
	text-align:center;
	color:#aeb3b9;
	letter-spacing:0.05em
}
	

.tokucho_text {
    font-size: 18px;
    margin: 0 auto 35px;
    max-width: 680px;
    font-weight: bold;
    line-height: 1.6;
	text-align:center
}

/*******************************
#flowbox {
    margin: 0 0 100px;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

#flowbox .flow {
    display: inline-block;
    position: relative;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
}

#flowbox .flow img {
    margin: 0 auto 28px;
}
.pc {
    display: block;
}

.sp {
    display: none;
}

#flowbox .flow .img_phone {
    width: 70%;
}

#flowbox .flow .subtext {
    font-size: 16px;
    margin: 0 -20px;
    line-height: 1.6;
}

#flowbox .flow:after {
    content: '';
    position: absolute;
    background: url(img/arrow_step.png) no-repeat;
    width: 40px;
    height: 41px;
    top: 20px;
    right: -15px;
}

***********************/


/*****WithLiveの特徴　イメージ*******/
.image.is-flow img{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	height: 100%;
    width: 68%;
	margin:0 auto
}
/*****WithLiveの特徴　イメージ*******/
.image.is-flow{
	padding-top: 135%;
}

.flow_text{
	text-align:center;
	font-weight:400
}

.flow_title{
	text-align: center;
    font-weight: 400;
    font-size: 24px !important;
    margin-bottom: 15px !important;
}

.flow_number{
	font-size:20px;
	margin:0 !important;
}
.flow_number span{
	font-size:200%;
}

.arrow{
	position:relative;
}

.arrow::after{
	content:"";
	background:url(../img/arrow.png);
	background-repeat:no-repeat;
	width:45px;
	height:57px;
	position: absolute;
    right: -46px;
    top: 26px;
}

.arrow_sp{
	text-align:center;
}
.arrow_sp{ display:none}


@media screen and (max-width: 768px) {
.arrow::after{
	display:none;
}

.arrow_sp{
	text-align:center;
	display: block;
    margin: 40px auto 0 auto;
}	
}




#flow_description {
	/*
    background: -webkit-gradient(linear, left top, right top, from(rgba(70, 82, 161, 0.2)), to(rgba(0, 174, 203, 0.2)));
    background: -webkit-linear-gradient(left, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
    background: -moz-linear-gradient(left, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
    background: -o-linear-gradient(left, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));
    background: linear-gradient(to right, rgba(70, 82, 161, 0.2), rgba(0, 174, 203, 0.2));

	padding:5px 30px 60px 30px;
	*/
	margin:40px 0 110px 0
	
}

#flex_wrap{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
#flow_description {
	margin:40px 1.5rem 70px 1.5rem
}

#flex_wrap{
	display: flex;
	justify-content: inherit;
	flex-wrap: wrap;
}


}


.des_box{
	width: 21%;
    margin: 0 2%;
	text-align: center;
}
@media screen and (max-width: 768px) {
.des_box{
	width:100%;
    margin: 0;
	text-align: center;
}	
	
}


.des_box img{
	max-width:110px;
	width:12vw
}
@media screen and (max-width: 768px) {
.des_box img{
	max-width:240px;
	width:24vw
}	
	
}

.des_title{
	font-size: 1.2rem;
	font-weight:600;
	margin: 14px 0
}
.des_text{
	font-size: 1rem;
	text-align: justify;
}

.pc{
	display:inline;
}

@media screen and (max-width: 768px) {
.pc{
	display:none;
}

.des_text{
	font-size: 1rem;
	margin-bottom:30px
}	
	
}

.bc{
	color:#0982c5;
	font-size:120%;
}


/*1.フェードインアニメーションの指定 https://natsukimemo.com/jquery-scroll-fadein*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
 
 
/*1.フェードインアニメーションの指定 https://natsukimemo.com/jquery-scroll-fadein*/
.pickup_scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/

 @media screen and (max-width: 768px) {
.pickup_scrollanime{
	opacity:1;
	animation-duration: 0s;
}
	 
 }


.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}


.button.is-link:hover, .button.is-link.is-hovered{
color: #fff !important;	
}

.button.is-link{
color: #fff !important;	
}
	