@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;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;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: #6C1330;
}

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: 4.8vw;
	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%;
}

.serif{
	font-family: 'Noto Serif JP';
}

.zen_maru{
	font-family: 'Zen Maru Gothic';
}

.tab,
.pc{
	display: none;
}

.photo{
	line-height: 0;
}

.inner{
    padding-left: 5vw;
    padding-right: 5vw;
}

.line_solid{
    background-image: url("../images/line_solid.svg");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: auto;
    font-family: inherit;
    color: inherit;
}

.line_dot{
    padding-bottom: .5vw;
    background-image: url("../images/line_dot.svg");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-size: auto;
    font-family: inherit;
    color: inherit;
}

#wrap{
    padding: 0 0 0;
	position: relative;
    overflow: hidden;
}


/* header
   ================================================================== */
header{
	display: none;
}


/* footer_tag
   ================================================================== */
footer{
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    background: #FDE1E4;
}

footer address{
	padding: 5vw 0;
	font-size: 3.2vw;
    color: #6D1330;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
}


/* page_top
   ================================================================== */
#page_top{
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 12vw;
    z-index: 4;
	line-height: 0;
	display: none;
}

#page_top a{
	display: block;
	height: auto;
	transition: ease-in 0.3s;
	line-height: 0;
}

#page_top img{
	width: 100%;
}


/* contents_wrap
   ================================================================== */
.contents_wrap{
    margin: 0 0 0;
    padding: 0 0 0;
    position: relative;
    z-index: 1;
}


/* anime_btn
   ================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	padding: 0;
	width: 100%;
    max-width: 480px;
    display: block;
}

.anime_btn a > span{
    height: 18vw;
	background: #EF617E;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 0 #FFB9C4;
}

.anime_btn a > span span{
	font-size: 5vw;
    font-weight: 600;
    letter-spacing: 0.10em;
    line-height: 150%;
	color: #fff;
}

.anime_btn a img{
    margin: 0 0 0 3vw;
	width: 6vw;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 1.8vw;
        line-height: 3.2vw;
	}
    
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

    .line_dot{
        padding-bottom: .5vw;
    }

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}

    .inner{
        padding-left: 2vw;
        padding-right: 2vw;
    }

    #wrap{
        padding: 0 0 0;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    footer address{
        padding: 1.8vw 0;
        font-size: 1.8vw;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 2vw;
        right: 2.6vw;
        width: 4.9vw;
    }

    #page_top a:hover{
        opacity: .5;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */	
	.anime_btn a{
        padding-bottom: 5px;
		width: 48.0vw;
        height: calc(8.0vw + 5px);
        display: inline-block;
        transition: .3s;
        box-sizing: border-box;
	}
	
    .anime_btn a > span{
        height: 8.0vw;
        transition: .3s;
    }
	
    .anime_btn a > span span{
        font-size: 1.8vw;
    }

    .anime_btn a img{
        margin: 0 0 0 1.0vw;
        width: 2.6vw;
    }
	
	.anime_btn a:hover{
        padding-top: 5px;
        padding-bottom: 0;
	}
	
	.anime_btn a:hover > span{
        box-shadow: 0 0 0 #FFB9C4;
	}
    
    
}
@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: 18px;
        line-height: 32px;
	}
 
    .line_dot{
        padding-bottom: 5px;
    }

	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}

    #wrap{
        padding: 0 0 0;
    	position: relative;
    }


    /* header
       ================================================================== */    
    header{
        position: relative;
    }


    /* footer_tag
       ================================================================== */
    footer{
        margin: 0 0 0;
    }

    footer address{
        padding: 18px 0;
        font-size: 18px;
    }


    /* page_top
       ================================================================== */
    #page_top{
        bottom: 20px;
        right: 26px;
        width: 49px;
    }


    /* contents_wrap
       ================================================================== */
    .contents_wrap{
        padding: 0 0 0;
    }


	/* anime_btn
	   ================================================================== */
	.anime_btn a{
		width: 480px;
        height: calc(80px + 5px);
	}
	
    .anime_btn a > span{
        height: 80px;
    }
	
    .anime_btn a > span span{
        font-size: 18px;
    }

    .anime_btn a img{
        margin: 0 0 0 10px;
        width: 26px;
    }

	
}

