@charset 'UTF-8';

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary
{
    display: block;
}

ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    color: #00449a;
    border: 0;
    background: transparent;
}

ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted #000;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
    display: block;
}

ol li,
ul li
{
    list-style: none;
}

*
{
    box-sizing: border-box;

    -webkit-text-size-adjust: none;
}

html
{
    font-size: 62.5%;
}

body
{
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;

    color: #333;
}

header .inner
{
	max-width: 1120px;
}





section .inner
{
    overflow: hidden;

    width: 100% !important;
    width: 1120px;
    margin: 0 auto;
    padding: 60px;
}

section .inner figure
{
    width: 100%;
    margin: 0 auto 50px;

    text-align: center;
}

section .inner figure img
{
    max-width: 100%;
}

section .inner figure:last-child
{
    margin-bottom: 0;
}

section .inner p
{
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.5em;

    margin-bottom: 1.5em;
}

section .inner p:last-child
{
    margin-bottom: 0;
}

h1 { text-align: center;}
h1 img { width: 100%;}
p {font-size: 29px; font-size: 2.9rem; line-height: 1.5;}
p strong { font-size: 3.7rem; font-weight: bold;}
p span.org { font-size: 3.7rem; font-weight: bold; color: #eb6100;}



    .sec_4{
        padding-bottom: 30px;
    }
    
    
    .sec_3{
        padding-top: 50px;
    }



.osusume {
    padding: 10px auto;
    text-align: center;
}

.osusume img{
width: 100%;
    max-width: 940px;
    margin-bottom: 80px;
}







.qa_box .rubberBand_area{
    margin: 0 auto;
    padding: 0 auto;
}

.qa_box .rubberBand_area figure{
    margin: 0 auto;
    padding: 0 auto;
}

.qa_ti{
    margin-top: 80px;
    margin-bottom: 30px;
}



.sarani_first{
    width: 100%;
    text-align: center;
    position: relative;
    top: -20px;

}




.sarani_under{
    width: 100%;
    text-align: center;
    position: relative;
    top: -100px;

}




/*********************************
linechat
*********************************/


.blink {
  animation: 2s linear infinite blink_effect;
    animation-iteration-count: 6;

}
@keyframes blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
     
}


#pageTop {
  position: fixed;
  bottom: 35px;
  right: 20px;
	z-index: 9999;

}

 
#pageTop a {
  display: block;
z-index: 202;
  padding: 8px 0 0 8px;
width: 100px;
height: 85px;
opacity: 0.9;
}


#pageTop img{
    width: 100%;
    width: 100px;
    height: 85px;
}
 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.bearsmile img{
    width: 100px;
      bottom: 100px;
  right: 20px;
	z-index: 9998;
    position: fixed;
    
}


.bearsmile img{
animation-name: anime1;
animation-duration: 12s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
animation-delay: 0s;
}

.bearsmile img{
    opacity: 0.8;
}

@keyframes anime1 {
0% {width: 100px; height: 0px; opacity: 0;}
 10% {width: 100px; height: 0px; opacity: 0;}      
  20% {width: 100px; height: 0px; opacity: 0;}  
    30% {width: 100px; height: 0px; opacity: 0;}
    40% {width: 100px; height: 0px; opacity: 0;}
    50% {width: 100px; height: 0px; opacity: 0;}
    60% {width: 100px; height: 0px; opacity: 0;}
    70% {width: 100px; height: 0px; opacity: 0;}
    80% {width: 100px; height: 0px; opacity: 0;}
    90% {width: 100px; height: 0px; opacity: 0;}
100% {width: 100px; height: 78px; opacity: 0.75;}
}







@media screen and (max-width:768px){
section .inner
{
    overflow: hidden;

    margin: 0 auto;
    padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

    

    
    
section .inner figure
{
    width: 100%;
    margin: 0 auto 25px;

    text-align: center;
}
p { font-size: 2.2rem !important; line-height: 1.3;}
p strong { font-size: 2.8rem !important; font-weight: bold;}
p span.org { font-size: 2.8rem !important; font-weight: bold; color: #eb6100;}

}

.ripple
{
    position: relative;

    display: block;

    text-align: center;
}

.ripple img
{
    max-width: 100%;
}

.ripple span
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 90%;
    height: 100%;
    margin: auto;

    -webkit-animation-name: rippleAnimation;
            animation-name: rippleAnimation;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    border-radius: 100px;
    background-color: #fff072;
    box-shadow: 0 0 5px white;
}

@-webkit-keyframes rippleAnimation
{
    0%
    {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: .5;
    }

    100%
    {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);

        opacity: 0;
    }
}

@keyframes rippleAnimation
{
    0%
    {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: .5;
    }

    100%
    {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);

        opacity: 0;
    }
}

.ripple2
{
    position: relative;

    display: block;
}

.ripple2 img
{
    max-width: 100%;
}

.ripple2 span.clr_1,
.ripple2 span.clr_2
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 70px;
    height: 70px;
    margin: auto;

    -webkit-animation-name: rippleAnimation2;
            animation-name: rippleAnimation2;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    border-radius: 100%;
    box-shadow: 0 0 45px 1px #ff004a inset;
}

.ripple2 span.clr_2
{
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
}

@-webkit-keyframes rippleAnimation2
{
    0%
    {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: 1;
    }

    50%
    {
        opacity: .6;
    }

    80%
    {
        -webkit-transform: scale(4.5, 4.5);
                transform: scale(4.5, 4.5);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: scale(4.5, 4.5);
                transform: scale(4.5, 4.5);

        opacity: 0;
    }
}

@keyframes rippleAnimation2
{
    0%
    {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);

        opacity: 1;
    }

    50%
    {
        opacity: .6;
    }

    80%
    {
        -webkit-transform: scale(4.5, 4.5);
                transform: scale(4.5, 4.5);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: scale(4.5, 4.5);
                transform: scale(4.5, 4.5);

        opacity: 0;
    }
}

.bounce
{
    position: relative;
}

.bounce::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100px;
    height: 50px;
    margin: 0 auto auto;

    content: '';
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    background: url("../img/arrow_01_pc.png") no-repeat center top;
}

.updown {
    -webkit-animation-name: updown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease;
    -moz-animation-name: updown;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    /* -moz-animation-direction: alternate; */
    -moz-animation-timing-function: ease;
}



p span.clr_1
{
    color: #c00;
}

p span.clr_2
{
    color: #c00;
}

p span.clr_3
{
    color: #c00;
}

p span.clr_4
{
    color: #c00;
}

p span.clr_5
{
    color: #c00;
}

p span.clr_1_b
{
    padding: .1em;

    color: #c00;
    background-color: #ff0;
}

p span.clr_2_b
{
    padding: .1em;

    color: #c00;
    background-color: #cc0;
}

p span.clr_3_b
{
    padding: .1em;

    color: #c00;
    background-color: #cc0;
}

p span.clr_4_b
{
    padding: .1em;

    color: #c00;
    background-color: #cc0;
}

p span.clr_5_b
{
    padding: .1em;

    color: #c00;
    background-color: #cc0;
}

p span.t_lrg
{
    font-size: 30px;
    font-size: 3rem;
}

p span.t_stg
{
    font-weight: bold;
}

p span.t_ul
{
    text-decoration: underline;
}

.mb0
{
    margin-bottom: 0 !important;
}

.mb10
{
    margin-bottom: 10px !important;
}

.mb20
{
    margin-bottom: 20px !important;
}

.mb25
{
    margin-bottom: 25px !important;
}

.mb30
{
    margin-bottom: 30px !important;
}

.mb35
{
    margin-bottom: 35px !important;
}

.mb40
{
    margin-bottom: 40px !important;
}

.mb50
{
    margin-bottom: 50px !important;
}

.mb60
{
    margin-bottom: 60px !important;
}

.mb70
{
    margin-bottom: 70px !important;
}

.mb80
{
    margin-bottom: 80px !important;
}

.mb90
{
    margin-bottom: 90px !important;
}

.mb100
{
    margin-bottom: 100px !important;
}

.mb110
{
    margin-bottom: 110px !important;
}

.mb120
{
    margin-bottom: 120px !important;
}

.mb130
{
    margin-bottom: 130px !important;
}

.mb140
{
    margin-bottom: 140px !important;
}

.mb150
{
    margin-bottom: 150px !important;
}

.mb160
{
    margin-bottom: 160px !important;
}

.mb170
{
    margin-bottom: 170px !important;
}

.mb180
{
    margin-bottom: 180px !important;
}

.mb190
{
    margin-bottom: 190px !important;
}

.mb200
{
    margin-bottom: 200px !important;
}

.mb-2{
	margin-bottom: -2px !important;
}

.pb0{
	padding-bottom: 0 !important;
}

.t_c
{
    text-align: center;
}

.t_r
{
    text-align: right;
}

.t_l
{
    text-align: left;
}



footer
{
    font-size: 1.8rem;

    padding: 1em;

    text-align: center;

    color: #fff;
    background: #010101;
	font-weight: bold;
}

footer a{
    color: #fff;
    text-decoration: none;
    
}


@media screen and (max-width:768px){
	footer { font-size: 1.2rem;}
}



header.header {
	background: url("../img/header_bg_pc.png") no-repeat center top;
	background-size: auto 930px;
	margin: 126px auto 0;
	height: 930px;
	overflow: hidden;
}
header.header .inner {
	margin: 0 auto;
	padding: 0;
	width: 1120px;
	height: 930px;
	position: relative;
}

header.header .inner figure {
	position: absolute;
	bottom: 91px;
	left: 8px;
	width:100%;
}
header.header .inner figure img { width: 100%;}





.osusume img{
    margin-top: 50px;
    margin-bottom: 130px;
}











@media screen and (max-width:480px) {
	header.header {
		margin: 12% auto 0;
		background-size: 180% auto;
		height: 0;
		padding-top:95%;
	}
	header.header .inner {
		height: 0;
		width: 100%;
	}
	header.header .inner figure {
		left: 0;
		bottom: 35px;
	}
    
    
    
    .sec_01 img{
        padding-top: 30px;
    }
    
    
    
.osusume img{
    margin-top: 50px;
    margin-bottom: 100px;
}


    

   .sarani_first{
    top: -70px;

}





    
    
    
    
    
    
    .sec_02
{
    background: #f1ff4a;
    padding-bottom: 50px;
}
    
    .sec_4{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    
    .sec_3{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    
    .step_line{
        height: 50px;
    }
    
    .qa_ti{
    margin-top: 60px;
    margin-bottom: 10px;
}
    
    
}
@media screen and (min-width:481px) and (max-width:768px) {
	header.header {
		margin: 11% auto 0;
		background-size: 180% auto;
		height: 0;
		padding-top:95%;
	}
	header.header .inner {
		height: 0;
		width: 100%;
	}
	header.header .inner figure {
		left: 0;
		bottom: 62px;
	}
    
    
    
    

    
    
    
    
    
    
}
@media screen and (min-width:768px) and (max-width:1024px) {
	header.header .inner figure {
		right: 0;
		bottom: 70px;
	}
	
    
    
    .osusume .inner figure {
right: 0;
		bottom: 70px;
	}
    
    
    
}

.banner {
	background: #ff1493;
	text-align: center;
	position: fixed;
	width: 100%;
	top:0;
	z-index: 100;
}
.banner .inner {
	padding: 15px 0;
	margin-bottom: 0 !important;
}

.banner .inner figure { margin-bottom: 0 !important;}

@media screen and (max-width:781px) {
	.banner .inner { padding: 5px 15px !important; margin: 0;}
}

.cta {
	background: #FFBEDA;
	margin-bottom: 0;
}
.cta .inner figure { margin-bottom: 0;}




.sec_01
{
    background: #FFFFFF;
}

.sec_01 .inner
{
    position: relative;

    overflow: hidden;

    padding: 65px 60px 75px;
}


.osusume
{

    overflow: hidden;
}

.osusume .inner
{
    position: relative;

    overflow: hidden;


}





.sec_02
{
    background: #f1ff4a;
}

.sec_02 .inner
{
    position: relative;

    overflow: hidden;

    padding: 65px 60px 75px;
}

.sec_1
{
    background: #ff1493;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec_1 .inner
{
    position: relative;

    overflow: hidden;

    padding: 65px 60px 75px;
}

.sec_2
{
    background: #FFFFCC;
}

.sec_2 .inner
{
    padding: 70px 60px 75px;
}

.sec_3
{
	background: #ffffd6;
}

.sec_3 .inner
{
    padding: 40px 60px 65px;
}

.sec_4
{
    position: relative;
	 background-image: url("../img/doutte_bg.png");
	z-index: 0;
}

.sec_4 .inner
{
    padding: 90px 60px 120px;
}

.rubberBand_area {
	position: relative;
	margin: 0 auto 30px;
}

.rubberBand_area figure:last-child {

	height: auto;
	position: absolute;
	bottom:0;
	left: 0px;
}

.sec_5 .inner
{
    padding: 50px 60px 130px;
}


.video_wrapper
{
    position: absolute;
    right: 0;
    left: 0;

    width: 850px;
    height: 485px;
    margin: 0 auto;
}

#loader-bg
{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: #000;
}

#loader
{
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: none;

    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;

    text-align: center;

    color: #fff;
}

@media screen and (min-width: 480px)
{
    .sp_only
    {
        display: none;
    }
}

@media screen and (max-width: 480px)
{
    .pc_only
    {
        display: none;
    }
}
