@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
	color: #0B0B0B;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

body{
	line-height: 150%;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 140%;
}

.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.inner{
	padding-left: 3vw;
	padding-right: 3vw;
}

#wrap{
	position: relative;
}


span{
	color: inherit;
    font-weight: inherit;
    line-height: 170%;
}


/* font-sizes
   =========== */
p,
a,
li{
	font-size: 4.6vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

.regular{
    font-weight: 400;
}

.bold{
    font-weight: 700;
}

.f16{
	font-size: 3.8vw;
}

.f18{
	font-size: 4.8vw;
}

.f20{
	font-size: 4.9vw;
}

.f21{
	font-size: 4.95vw;
}

.f22{
	font-size: 5.0vw;
}

.f23{
	font-size: 5.1vw;
}

.f24{
	font-size: 5.3vw;
}

.f25{
	font-size: 5.4vw;
}

.f26{
	font-size: 5.45vw;
}

.f27{
	font-size: 5.5vw;
}

.f28{
	font-size: 5.6vw;
}

.f30{
	font-size: 5.6vw;
}

.f32{
	font-size: 5.8vw;
}

.f33{
	font-size: 5.9vw;
}

.f35{
	font-size: 6.1vw;
}

.f36{
	font-size: 6.2vw;
}

.f37{
	font-size: 6.3vw;
}

.f39{
	font-size: 6.5vw;
}


/* colors
   =========== */
.pink{
	color: #EA0F85;
}

.pink2{
	color: #F04192;
}

.red{
	color: #FF0000;
}

.red2{
	color: #C40F0F;
}

.blue{
	color: #0780B5;
}

.green{
	color: #00929F;
}

.green2{
	color: #0A7A95;
}

.purple{
	color: #635994;
}

.dark{
	color: #291E0F;
}

.white{
	color: #fff;
}


/* border-colors
   =========== */
.yellow_border{
    background: linear-gradient(rgba(255,255,255,0) 60%, #FFF35A 0%);
}

.yellow_border2{
    background: linear-gradient(rgba(255,255,255,0) 60%, #FFF4C5 0%);
}

.yellow_border3{
    background: linear-gradient(rgba(255,255,255,0) 60%, #FFD839 0%);
}

.purple_border{
    background: linear-gradient(rgba(255,255,255,0) 60%, #EBEAFF 0%);
}

.pink_border_img{
    padding: 0 15px 0 5px;
    background-image: url("../images/lp01/common/pink_border.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.orange_border_img{
    padding: 0 0 0;
    background-image: url("../images/lp01/common/orange_border.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.blue_wavy_line_img{
    padding-bottom: 5px;
    background-image: url("../images/lp01/common/blue_wavy_line.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.yellow_wavy_line_img{
    padding-bottom: 15px;
    background-image: url("../images/lp01/common/yellow_wavy_line.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 93%;
}

.double_yellow_border_img{
    padding-bottom: 10px;
    background-image: url("../images/lp01/common/double_yellow_border.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}


/* positions
   =========== */
.center{
    text-align: center;
}


@media screen and (min-width : 500px){

	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	.sp{
		display: none;
	}

	.pc{
		display: inherit;
	}

    .inner{
    	padding-left: 2vw;
    	padding-right: 2vw;
    }


    /* font-sizes
       =========== */
	p,
	a,
	li{
		font-size: 1.8vw;
        line-height: 180%;
	}
        
    .f16{
        font-size: 1.6vw !important;
    }
        
    .f18{
        font-size: 1.8vw !important;
    }
        
    .f19{
        font-size: 1.9vw !important;
    }
        
    .f20{
        font-size: 2.0vw !important;
    }
        
    .f21{
        font-size: 2.1vw !important;
    }
        
    .f22{
        font-size: 2.2vw !important;
    }
        
    .f23{
        font-size: 2.3vw !important;
    }
        
    .f24{
        font-size: 2.4vw !important;
    }
        
    .f25{
        font-size: 2.5vw !important;
    }
        
    .f26{
        font-size: 2.6vw !important;
    }
        
    .f27{
        font-size: 2.7vw !important;
    }
        
    .f28{
        font-size: 2.8vw !important;
    }
        
    .f29{
        font-size: 2.9vw !important;
    }

    .f30{
        font-size: 3.0vw !important;
    }

    .f31{
        font-size: 3.1vw !important;
    }

    .f32{
        font-size: 3.2vw !important;
    }

    .f33{
        font-size: 3.3vw !important;
    }

    .f34{
        font-size: 3.4vw !important;
    }

    .f35{
        font-size: 3.5vw !important;
    }

    .f36{
        font-size: 3.6vw !important;
    }

    .f37{
        font-size: 3.7vw !important;
    }

    .f39{
        font-size: 3.9vw !important;
    }

    .f40{
        font-size: 4.0vw !important;
    }

	
}
@media screen and (min-width : 1000px){

	
    .inner{
    	margin: auto;
    	padding-left: 0;
    	padding-right: 0;
    	max-width: 940px;
		box-sizing: border-box;
    }

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* font-sizes
       =========== */
	p,
	a,
	li{
		font-size: 18px;
        line-height: 180%;
	}
        
    .f16{
        font-size: 16px !important;
    }
        
    .f18{
        font-size: 18px !important;
    }
        
    .f19{
        font-size: 19px !important;
    }
        
    .f20{
        font-size: 20px !important;
    }
        
    .f21{
        font-size: 21px !important;
    }
        
    .f22{
        font-size: 22px !important;
    }
        
    .f23{
        font-size: 23px !important;
    }
        
    .f24{
        font-size: 24px !important;
    }
        
    .f25{
        font-size: 25px !important;
    }
        
    .f26{
        font-size: 26px !important;
    }
        
    .f27{
        font-size: 27px !important;
    }
        
    .f28{
        font-size: 28px !important;
    }
        
    .f29{
        font-size: 29px !important;
    }

    .f30{
        font-size: 30px !important;
    }

    .f31{
        font-size: 31px !important;
    }

    .f32{
        font-size: 32px !important;
    }

    .f33{
        font-size: 33px !important;
    }

    .f34{
        font-size: 34px !important;
    }

    .f35{
        font-size: 35px !important;
    }

    .f36{
        font-size: 36px !important;
    }

    .f37{
        font-size: 37px !important;
    }

    .f39{
        font-size: 39px !important;
    }

    .f40{
        font-size: 40px !important;
    }
		

    /* border-colors
       =========== */
    .double_yellow_border_img{
        padding-bottom: 20px;
    }

	
}
