@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&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: #000;
}

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;
}

p,
a,
li{
	font-size: 4vw;
	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.08em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.inner{
	padding-left: 3vw;
	padding-right: 3vw;
}

#wrap{
	position: relative;
     background: linear-gradient(to right ,#E60716 0%, #E60716 50%, #0D6EB9 50%, #0D6EB9 100%);
}


/* bg_photo
   ================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* header
   ================================================================== */
header{
	position: relative;
}

header h1{
	line-height: 0;
}

header h1 img{
	width: 100%;
}


/* footer
   ================================================================== */
footer{
	margin: 0 0 0;
    position: relative;
    z-index: 2;
    background: #fff;
}

footer address{
	padding: 10vw 2vw;
	font-size: 3.3vw;
    letter-spacing: 0.08em;
	text-align: center;
}


/* TOPへ戻るボタン
   ================================================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 2vw;
	width: 12vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page-top a{
	display: block;
	height: auto;
    line-height: 0;
}

#page-top img{
	width: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 auto;
    padding: 0 0 0;
    max-width: 750px;
    position: relative;
    z-index: 1;
    background-image: url("../images/contents_bg.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: 100%;
}


@media screen and (min-width : 768px){

	
    a{
    	text-decoration: none;
    }
    
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }
    
    .inner{
    	margin: auto;
    	padding-left: 30px;
    	padding-right: 30px;
		box-sizing: border-box;
    }
	
	p,
	a,
	li{
		font-size: 20px;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }
    
    
    /* footer
       ================================================================== */
    footer address{
        padding: 63px 0;
    	font-size: 13px;
    }
	
    
    /* TOPへ戻るボタン
       ================================================================== */
    #page-top{
    	bottom: 20px;
    	right: 30px;
        width: 90px;
    }

    #page-top a{
    	transition: .3s;
    }

    #page-top a:hover{
    	opacity: .5;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        background-size: auto;
    }
	
	
}
@media screen and (min-width : 1000px){
    
    
    /* TOPへ戻るボタン
       ================================================================== */
    #page-top{
    	bottom: 30px;
    	right: 30px;
        width: 90px;
    }
    
    
}
