@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

.serif{
	font-family: 'Noto Serif JP';
}

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: #030303;
}

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;
}

p,
a,
li{
	font-size: 3.5vw;
	line-height: 170%;
}

p a,
li a{
	font-size: inherit;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a{
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.tab,
.pc{
	display: none !important;
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 3vw;
    padding-right: 3vw;
}

.white{
    color: #fff;
}

.under_l{
    text-decoration: underline;
}

.link_text{
    color: #2980B9;
    word-break: break-all;
}

.link_text:hover{
    text-decoration: underline;
}

.hover_under:hover{
    text-decoration: underline;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* header
   ================================================================== */
header{
	position: relative;
}


/* footer
   ================================================================== */
footer{
    margin: 0 0 0;
	padding: 15vw 0;
    position: relative;
    z-index: 1;
    background: #002060;
}

.footer_nav{
	margin: 10vw -3vw 0;
    border-bottom: 1px solid #fff;
}

.footer_nav ul li a{
	padding: 3vw 3vw;
    font-size: 3.5vw;
    color: #fff;
    display: block;
    border-top: 1px solid #fff;
}

footer address{
    padding: 10vw 0 0;
	font-size: 3vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
}


/* site_title_text
   ================================================================== */
.site_title_text a{
    display: block;
}

.site_title_text span{
    display: block;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 120%;
}

.site_title_text .small{
    padding: 0 0 0;
    width: auto;
    font-size: 3.8vw;
    color: #fff;
}

.site_title_text .big{
    padding: 1.6vw 0 0;
    font-size: 7.8vw;
    color: #FFD739;
}


/* block_title
   ================================================================== */
.block_title{
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 120%;
    font-family: 'Noto Serif JP';
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 4vw 2vw;
	width: 45vw;
	position: relative;
	display: inline-block;
    text-align: center;
	font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
	background: #D90000;
	border-radius: 100px;
}

.anime_btn a > span{
    padding: 0 0 0 4vw;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.anime_btn a span{
	font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
	color: inherit;
}

.anime_btn.text_center a svg{
    position: absolute;
    left: -8vw;
    width: 6vw;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 1.5vw;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.5;
    }

	.sp{
		display: none !important;
	}

	.tab{
		display: inherit !important;
	}

    .inner{
        padding-left: 2vw;
        padding-right: 2vw;
    }

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */


    /* footer
       ================================================================== */
    footer{
        margin: 0 0 0;
    	padding: 9vw 0;
    }
    
    .footer_nav{
        margin: 4.5vw 0 0;
        border-bottom: none;
    }

    .footer_nav ul{
        font-size: 0;
    }

    .footer_nav ul li{
        margin-right: 4.0vw;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .footer_nav ul li:last-child{
        margin-right: 0;
    }

    .footer_nav ul li a{
        padding: 0;
        font-size: 1.5vw;
        border-top: none;
    }

    footer address{
        padding: 5.0vw 0 0;
    	font-size: 1.3vw;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* site_title_text
       ================================================================== */
    .site_title_text .small{
        font-size: 1.9vw;
    }

    .site_title_text .big{
        padding: .8vw 0 0;
        font-size: 4.0vw;
    }


    /* block_title
       ================================================================== */
    .block_title{
        font-size: 3.4vw;
        line-height: 4.5vw;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
	    padding: 0;
	    width: 20vw;
        height: 6vw;
	    display: inline-flex;
        justify-content: center;
        align-items: center;
	    font-size: 1.6vw;
        transition: .3s ease;
	}
    
	.anime_btn a:hover{
	    color: #1F518E;
	    background: #fff;
	}
    
    .anime_btn.icon_in a{
        border: 1px solid #D90000;
    }

    .anime_btn a > span{
        padding: 0 0 0 2vw;
    }

    .anime_btn.text_center a svg{
        left: -3.0vw;
        width: 2.7vw;
    }

    .anime_btn.icon_in a path{
        transition: .3s ease;
    }
    
	.anime_btn.icon_in a:hover{
	    color: #D90000;
	    background: #fff;
	}
    
	.anime_btn.icon_in a:hover path{
	    fill: #D90000;
	}
    
    
}
@media screen and (min-width : 1040px){

	
    a{
    	text-decoration: none;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
        padding-left: 20px;
        padding-right: 20px;
    	max-width: 1040px;
    	margin: auto;
		box-sizing: border-box;
    }
	
	p,
	a,
	li{
		font-size: 15px;
	}
 
	.tab{
		display: none !important;
	}

	.pc{
		display: inherit !important;
	}

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */    


    /* footer
       ================================================================== */
    footer{
        margin: 0 0 0;
    	padding: 90px 0;
    }
    
    .footer_nav{
        margin: 45px 0 0;
        border-bottom: none;
    }

    .footer_nav ul{
        font-size: 0;
    }

    .footer_nav ul li{
        margin-right: 40px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .footer_nav ul li:last-child{
        margin-right: 0;
    }

    .footer_nav ul li a{
        padding: 0;
        font-size: 15px;
        border-top: none;
    }

    footer address{
        padding: 50px 0 0;
    	font-size: 13px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


    /* site_title_text
       ================================================================== */
    .site_title_text .small{
        font-size: 19px;
    }

    .site_title_text .big{
        padding: 8px 0 0;
        font-size: 40px;
    }


    /* block_title
       ================================================================== */
    .block_title{
        font-size: 34px;
        line-height: 45px;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
	    padding: 0;
	    width: 200px;
        height: 60px;
	    font-size: 16px;
	}
	
    .anime_btn a > span{
        padding: 0 0 0 20px;
    }

    .anime_btn.text_center a svg{
        left: -30px;
        width: 27px;
    }

	
}

