@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;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: #222;
}

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%;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.trim img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* template
   ================================================================== */
p,
a,
li{
	font-size: 4.5vw;
	line-height: 200%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}
 
.maru{
	font-family: 'Zen Maru Gothic';
}

.f_white{
    color: #fff;
}

.f_yellow{
    color: #FFF958 !important;
}

.f_orange{
    color: #FF6700 !important;
}

.under_yellow{
    border-bottom: 3px solid #FFF958;
}

.yellow_border{
	color: inherit;
    	background: linear-gradient(rgba(255,255,255,0) 60%, #FFF958 0%);
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2F60B4;
}

.link_text:hover{
    text-decoration: underline;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}

.inner{
    padding-left: 5vw;
    padding-right: 5vw;
}


/* pc_bg
   ================================================================== */    
.pc_bg{
    display: none;
}


/* contents_wrap
   ================================================================== */    
.contents_wrap{
    position: relative;
    background: #fff;
}

.contents_wrap:before,
.contents_wrap:after{
	content: "";
	background-image: url("../images/common/frame.svg");
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100%;
	width: 1.5vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
}

.contents_wrap:after{
	left: auto;
	right: 0;
}


/* footer
   ================================================================== */
footer{
    padding: 25vw 0 20vw;
}

footer .site_logo{
    margin: 0 auto;
	width: 50vw;
    line-height: 0;
}

footer .site_logo a{
    width: 100%;
}

footer .site_logo img{
    width: 100%;
}

footer address{
    margin: 6vw 0 0;
	font-size: 3.6vw;
    color: #222;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.05em;
    text-align: center;
}


/* block_title
   ================================================================== */	
.block_title{
    padding: 0 0 15vw;
    font-size: 9.5vw;
    letter-spacing: 0;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    color: #0039A3;
	text-align: center;
	background-image: url("../images/common/title_item.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 85vw;
}

.block_title span{
    font-family: inherit;
}

.block_title.white{
    color: #fff;
	background-image: url("../images/common/title_item_white.svg");
}


/* wave_block
   ================================================================== */
.wave_block{
	margin: 0 0 0;
	position: relative;
    padding: 20vw 0;
    background: #2390F7;
}

.wave_block:before,
.wave_block:after{
	content: "";
    background-image: url("../images/common/wave.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 100%;
	height: 5vw;
	position: absolute;
	bottom: 100%;
	left: 0;
}

.wave_block:after{
    background-image: url("../images/common/wave_white.svg");
	bottom: 0;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 100%;
    height: 20vw;
	background: #fff;
    border: 3px solid #FF6700;
	position: relative;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100px;
}

.anime_btn a > span{
    padding: 0 7vw 0 0;
	font-size: 5vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 150%;
	color: #FF6700;
    display: inline-block;
    position: relative;
}

.anime_btn a > span svg{
	width: 5vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

/* mini */
.anime_btn.mini a{
	width: 80%;
    height: 12vw;
}

.anime_btn.mini a > span{
	font-size: 4vw;
}


@media screen and (min-width : 785px){
	
    
    /* template
       ================================================================== */
	p,
	a,
	li{
		font-size: 36px;
        line-height: 68px;
	}
     
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }
    	
    a.hover_line:hover{
    	text-decoration: underline;
    }

	.sp{
		display: none;
	}

	.pc{
		display: inherit;
	}

    .under_yellow{
        border-bottom-width: 6px;
    }

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }

    .inner{
        padding-left: 40px;
        padding-right: 40px;
    	max-width: 768px;
    	margin: auto;
		box-sizing: border-box;
    }


    /* pc_bg
       ================================================================== */    
    .pc_bg{
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        min-height: 730px;
        background-image: url("../images/pc_bg/webp/bg.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .pc_bg > div{
        width: calc((50% - (768px / 2) ));
        position: relative;
    }

    .pc_bg .left *,
    .pc_bg .right{
        display: none;
    }

    /* left */
    .pc_bg .left{
        padding: 60px 0 0;
    }

    .pc_bg .left .logo{
        margin: 0 auto;
        width: 40%;
        max-width: 200px;
        min-width: 120px;
        line-height: 0;
    }

    .pc_bg .left .main{
        position: absolute;
        width: 100%;
        max-width: 605px;
        min-width: 300px;
        right: 54px;
        bottom: -30px;
        line-height: 0;
    }

    /* right */
    .pc_bg .right{
        margin: 0 0 0 auto;
        padding: 44px 0 0;
    }

    .pc_bg .right .site_name{
        margin: 0 40px 0 auto;
        width: 40%;
        max-width: 200px;
        min-width: 120px;
        line-height: 0;
    }

    .pc_bg .right .product{
        position: absolute;
        width: 100%;
        max-width: 605px;
        min-width: 300px;
        left: 67px;
        bottom: 120px;
        line-height: 0;
    }


    /* contents_wrap
       ================================================================== */    
    .contents_wrap{
        margin: 0 auto;
        width: 768px;
    }

    .contents_wrap:before,
    .contents_wrap:after{
        width: 10px;
    }


    /* footer
       ================================================================== */
    footer{
        padding: 200px 0;
    }

    footer .site_logo{
        width: 400px;
    }

    footer address{
        margin: 60px 0 0;
        font-size: 28px;
    }


    /* block_title
       ================================================================== */	
    .block_title{
        padding: 0 0 125px;
        font-size: 72px;
        line-height: 104px;
        background-size: 622px;
    }


    /* wave_block
       ================================================================== */
    .wave_block{
        padding: 200px 0;
    }

    .wave_block:before,
    .wave_block:after{
        height: 40px;
    }


	/* anime_btn
	   ================================================================== */
    .anime_btn a{
        height: 160px;
        transition: .3s;
    }

    .anime_btn a > span{
        padding: 0 60px 0 0;
        font-size: 40px;
    }

    .anime_btn a > span svg{
        width: 40px;
    }
	
    /* mini */
    .anime_btn.mini a{
        width: 550px;
        height: 100px;
    }

    .anime_btn.mini a > span{
        font-size: 28px;
    }

    /* hover */
    .anime_btn a,
    .anime_btn a > span,
    .anime_btn a > span svg path{
        transition: .3s;
    }
	
     .anime_btn a:hover{
        background: #FF6700;
    }

    .anime_btn a:hover > span{
        color: #fff;
    }

    .anime_btn a:hover > span svg path{
        fill: #fff;
    }

	
}
@media screen and (min-width : 1400px){

    
    /* pc_bg
       ================================================================== */    
    .pc_bg .left *,
    .pc_bg .right{
        display: block;
    }
    
    
}
