@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {
    #browsebar-wrapper {
        height: 0;
        overflow: hidden;
    }

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}

.modal-video{background-color:rgba(0,0,0,0.8)!important;}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px!important;right:10px!important;}


/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:80px!important;
}
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section a{
    text-decoration: none;
    color: #000;
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}

.headerbarTitle span{
	font-size: 66%;
	color: #cc0000;
	}
@media screen and (max-width: 640px) {
.headerbarTitle span{
	font-size: 3vw;
    }
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


/*-------------------------
   js-fadeUp
-------------------------*/
.js-fadeUp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.js-fadeUp-01 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-01.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.js-fadeUp-02 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-02.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.js-fadeUp-03 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-03.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}
.js-fadeUp-04 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-04.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.2s;
}
@media screen and (max-width: 640px) {
    .js-fadeUp.is-inview,
    .js-fadeUp-01.is-inview,
    .js-fadeUp-02.is-inview,
    .js-fadeUp-03.is-inview,
    .js-fadeUp-04.is-inview {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.3s;
    }
}


/* ------------------------

.btn_sec_plan

------------------------ */
.btn_sec_plan {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 640px) {
.btn_sec_plan {
  margin: 0 auto 0;
}
}

/* ------------------------

.btn_sec_link

------------------------ */
.btn_sec_link {
	margin: 1em auto 0;
	width: 700px;
}

.btn_sec_link a {
	padding: 24px 0 22px;
}
@media screen and (max-width: 768px) {
	.btn_sec_link a {
	font-size: 4.4vw;
}
}

@media screen and (max-width: 640px) {
.btn_sec_link {
	margin: 1em auto 0;
	width: auto;
}
.btn_sec_link a {
	padding: 20px 0 16px;
	font-size: 4vw;
}
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,255,0) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,255,0) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,255,0) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
    transition-delay: 1.5s; 
}
.c-marker.is-active{
    background-position: 0% .5em;
}


/* ------------------------

.lead_block

------------------------ */
.lead_block h2{
	width: 100%;
	margin: 0 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.lead_block h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 0.4em;
	font-size: 88%;
	color: #8a7961;
}

.lead_block h2 span::before,
.lead_block h2 span::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #8a7961;
}

.lead_block h2 span::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.lead_block h2 span::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.lead_block p{
	font-size: 125%;
	margin: 1em 0 2em;
}



@media screen and (max-width: 640px) {
.lead_block h2{
	font-size: 6vw;
}
.lead_block h2 span {
	font-size: 5vw;
}
.lead_block h2 span::before {
	margin-right: 4vw;
}
.lead_block h2 span::after {
	margin-left: 4vw;
}
}


/*-------------------------
   merit_box
-------------------------*/
.merit_box{
	border: 2px solid #8a7961;
	border-radius: 10px;
	margin: 1em 0 2em 0;
}
.merit_box h3{
	background: #8a7961;
	color: #FFF;
	text-align: center;
	margin: 0;
	position: relative;
	font-size: 138%;
	padding: 0.4em 0.6em;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.merit_box h3::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #8a7961;
	width: 0;
	height: 0;
}
.merit_box .inner{
	padding: 1.4em 2em 1em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.merit_box .inner ul{
	margin: 0 auto;
	display: inline-block;
}
.merit_box .inner ul li{
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	padding-left: 30px;
	letter-spacing: 0.1rem;
	vertical-align: top;
}
.merit_box .inner ul li:nth-child(n+2){
	margin-top: 0.6em;
}

.merit_box .inner ul li:before {
	content: " \f046";
	font-family: FontAwesome;
	font-size: 138%;
	transition: all .4s ease;
	display: inline-block;
	transform: translateY(6px);
	margin-right: 0.4em;
}
@media screen and (max-width: 640px) {
.merit_box h3{
	font-size: 5vw;
}
.merit_box .inner{
	padding: 6vw 0;
}
.merit_box .inner ul li{
	font-size: 4vw;
	line-height: 1.4;
	padding-left: 0;
	background-size: 6vw auto;
}
.merit_box .inner ul li:first-child{
	margin-bottom: 1em;
}
}
/*-------------------------
   step_block
-------------------------*/
.step_block{
	background: #e9e9e9;
	padding: 3em 0;
}
.step_block h2{
	width: 100%;
	margin: 0 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.step_block h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 0;
	font-size: 88%;
	color: #8a7961;
}
.step_block h2 span:before {
	content: " \f003";
	font-family: FontAwesome;
	font-size: 175%;
	margin-right: 0.4em;
	transform:rotate(-20deg);
}

.step_block h3.step_ttl  {
	font-size: 150%;
	margin-bottom: 0.6em;
	font-weight: bold;
}

.step_block h3.step_ttl::before {
	content: attr(data-en);
	display: block;
	color: #8a7961;
	font-size: 75%;
}

.step_block h3.step_ttl::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #8a7961;
}
.step_block p {
	font-size: 118%;
}

.step_block .two_one_column+.two_one_column{
	margin-top: 2em;
}
@media screen and (max-width: 640px) {
.step_block h2{
	font-size: 6vw;
}
.step_block h2 span {
	font-size: 4.8vw;
}
}
/*-------------------------
  app_block
-------------------------*/
.app_block{
	padding: 3em 0;
	background: #e9e9e9;
}
.app_block h2{
	margin: 0 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
.app_block p{
	font-size: 125%;
	text-align: center;
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.app_block h2{
	font-size: 6vw;
}
.app_block p{
	font-size: 4vw;
	text-align: left;
}
}


/*-------------------------
  moreover
-------------------------*/
.moreover_block{
	padding: 3em 0;
	text-align: center;
}
.moreover_block .box{
  border: 4px solid #8a7961;
  border-radius: 20px;
  position: relative;
  margin-top: 1em;
}
.moreover_block .box h3{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1em;
	font-size: 200%;
	font-weight: bold;
	color: #8a7961;
}
.moreover_block .box h3 span{
  padding: 0 .5em;
  background: #FFF;
  color: #8a7961;
}

.moreover_block .box h4{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1em;
}
.moreover_block .box h5{
	font-size: 150%;
	text-align: center;
	margin: 1em 0 0;
	text-decoration: underline;
}
.moreover_block .box p{
	font-size: 125%;
	text-align: center;
	margin: 1em auto;
}
.moreover_block .box .inner{
  padding: 2em 2em;
}

.moreover_block .box .inner .btn_sec_type01{
	width: 100%;
}
@media screen and (max-width: 640px) {
.moreover_block .box h3{
	font-size: 6vw;
}
.moreover_block .box h4{
	font-size: 6vw;
}
.moreover_block .box h5{
	font-size: 5vw;
}
.moreover_block .box p{
	font-size: 4vw;
}
.moreover_block .box .inner{
  padding: 2em 1em;
}
}

/*-------------------------
  badge
-------------------------*/
.badge {
	text-align: center;
	/*width: 380px;*/
	width: 180px;
	margin: 0 auto 0;
}
.appstore_badge {
	float: left;
	width: 180px;
}
.googleplay_badge {
	float: right;
	width: 180px;
}
.qrcode {
	margin: 20px auto 0;
    text-align: center;
	width: 120px;
}
@media screen and (max-width: 640px) {
.badge {
	text-align: center;
	/*width: 92vw;*/
	width: 44vw;
	margin: 0 auto 2em;
}
.appstore_badge {
	float: left;
	width: 44vw;
}
.googleplay_badge {
	float: right;
	width: 44vw;
}
.qrcode {
	display: none;
}
}

/* ------------------------

.bnr_block

------------------------ */
.bnr_block h2{
	width: 100%;
	margin: 0 0 1em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.bnr_block h2 span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 0.4em;
	font-size: 88%;
}

.bnr_block h2 span::before,
.bnr_block h2 span::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #000;
}

.bnr_block h2 span::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.bnr_block h2 span::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.bnr_block img {
	border: 1px solid #CCC;
}

@media screen and (max-width: 640px) {
.bnr_block h2 span{
	font-size: 5.6vw;
}
.bnr_block h2 span::before,
.bnr_block h2 span::after {
	width: 0.5vw;
	height: 16vw;
}
.bnr_block h2 span::before {
	margin-right: 4vw;
}
.bnr_block h2 span::after {
	margin-left: 4vw;
}
}
/*-------------------------
  triangle
-------------------------*/
.triangle_gray {
    border-top: 80px solid #e9e9e9;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
}

.triangle_white {
    border-top: 80px solid #fff;
    border-right: 50vw solid #e9e9e9;
    border-left: 50vw solid #e9e9e9;
}

@media screen and (max-width: 640px) {
.triangle_gray {
    border-top: 40px solid #e9e9e9;
}

.triangle_white {
    border-top: 40px solid #fff;
}
}
/* ------------------------

.white_box

------------------------ */
.white_box{
	background: #FFF;
	padding: 2em;
}

.white_box h3  {
	font-size: 125%;
	margin-bottom: 0.6em;
	font-weight: bold;
	text-align: center;
}



/*-------------------------
   two_one_column
-------------------------*/

.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}
.two_one_column .column{
    width: 100%;
	margin-bottom: 1em;
}
}

/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column{
    width: 48%;
}

.two_two_column .column:nth-child(n+3) {
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}
.two_one_column .column .two_two_column .column{
	margin-bottom: 0em;
}
}

/*-------------------------
   three_three_column
-------------------------*/
.three_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 3em;
}

.three_three_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_three_column .column{
    width: 31%;
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_two_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_two_column .column{
    width: 31%;
}

.three_two_column .column:nth-child(n+3) {
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.three_two_column::after{
    content:"";
    display: block;
    width: 48%;
}
.three_two_column .column{
    width: 48%;
}
}






/* ------------------------

.movie_box

------------------------ */
.movie_box{
	margin: 0 auto 2em;
	width: 728px;
	border: 1px solid #000;
	overflow: hidden;
}
.merit_ttl_h3:before {
	color:#e45f06;
	content: " \f046";
	font-family: FontAwesome;
	font-size: 150%;
	margin-right: 20px;
	vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .movie_box{
    width:auto;
  }
}



