@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,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: #333;
}

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;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

body{
	line-height: 150%;
	word-break: break-all;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

p,
a,
li{
	font-size: 3.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.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h7{
	line-height: 150%;
}

.photo{
	line-height: 0;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

.red_text{
	color: #D80000;
	font-family: inherit;
}

.yellow_text{
	color: #FFE168;
	font-family: inherit;
}

.yellow_bg {
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,#FFEF09 60%,#FFEF09 100%);
    color: inherit;
}

.tab,
.pc{
	display: none;
}


.scroll::-webkit-scrollbar{ 
    height: 3px;
}

.scroll::-webkit-scrollbar-thumb{ 
    background: #ddd;
    border-radius: 2vw;
}


#wrap{
	position: relative;
}


/* bg_photo
   ========================================================================== */	
.bg_photo > img{
	display: none;
}

.bg_photo{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* block_wrap
   ========================================================================== */	
.block_wrap{
	padding: 8vw 0 0;
	position: relative;
}

.block_wrap .inner{
	padding: 0 3vw;
}


/* block_title
   ========================================================================== */	
.block_title{
	margin: 0 0 8vw;
	text-align: center;
	line-height: 0;
}

.block_title > span{
	margin: auto;
	padding: 0 3vw;
	display: block;
	line-height: 0;
	box-sizing: border-box;
}


/* anime_btn
   ========================================================================== */	
.anime_btn{
	text-align: center;
	line-height: 0;
}

.anime_btn a{
	width: 100%;
	display: inline-block;
	background: #A71458;
}

.link_wrap .color_red .anime_btn a{
	background: #E20023;
}

.link_wrap .color_pink .anime_btn a{
	background: #EC407A;
}

.anime_btn a span{
	padding: 3vw 2vw;
	display: block;
	font-size: 4vw;
	letter-spacing: 0;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}

.anime_btn a span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: 3vw;
}

.anime_btn.item{
	position: relative;
}

.anime_btn.item::before{
	content: "限定特典アリ";
	padding: 0 1vw;
	font-size: 3.5vw;
	line-height: 150%;
	letter-spacing: 0.03em;
	font-weight: normal;
	color: #fff;
	background: #E5AE2C;
	width: 18vw;
	height: 18vw;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -13vw;
}


@media screen and (min-width : 500px){

	
	p,
	a,
	li{
		font-size: 2.0vw;
	}

	.sp{
		display: none;
	}

	.tab{
		display: inherit;
	}


	/* block_wrap
	   ========================================================================== */	
	.block_wrap{
		padding: 5vw 0 0;
	}

	.block_wrap .inner{
		padding: 0 2vw;
	}


	/* block_title
	   ========================================================================== */	
	.block_title{
		margin: 0 0 4vw;
	}

	.block_title > span{
		padding: 0 2vw;
	}


	/* anime_btn
	   ========================================================================== */	
	.anime_btn{
		margin: auto;
		width: 75%;
	}
	
	.anime_btn a span{
		padding: 3vw 1vw;
		font-size: 3vw;
	}

	.anime_btn a span::before {
		right: 3vw;
	}

	.anime_btn.item::before{
		padding: 0 .2vw;
		font-size: 2.1vw;
		width: 10vw;
		height: 10vw;
		left: 1vw;
		top: -5vw;
	}
	
	
}
@media screen and (min-width : 768px){




    

}
@media screen and (min-width : 769px){

	
    body{
    	min-width: 1000px;
    }
    	
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
    	width: 1000px;
    	margin: auto;
		box-sizing: border-box;
    }
    	
    img{
    	width: auto !important;
    }
	
	p,
	a,
	li{
		font-size: 16px;
	}
 
	.tab{
		display: none;
	}

	.pc{
		display: inherit;
	}


	.scroll::-webkit-scrollbar{ 
	    height: 10px;
	}


	/* block_wrap
	   ========================================================================== */	
	.block_wrap{
		padding: 80px 0 0;
	}

	.block_wrap .inner{
		padding: 0;
	}


	/* block_title
	   ========================================================================== */
	.block_title{
		margin: 0 0 70px;
	}

	.block_title span{
		padding: 0 50px;
		width: 1000px;
	}
  

	/* anime_btn
	   ========================================================================== */
	.anime_btn{
		width: 600px;
	}
	
	.anime_btn a{
		position: relative;
		border: none;
		overflow: hidden;
	}
	
	.anime_btn a span{
		padding: 0;
		height: 80px;
		font-size: 24px;
		transition: .5s;
		z-index: 1;
		position: relative;
		border: 2px solid #A71458;
		line-height: 75px;
	}
	
	.link_wrap .color_red .anime_btn a span{
		border: 2px solid #E20023;
	}
	
	.link_wrap .color_pink .anime_btn a span{
		border: 2px solid #EC407A;
	}

	.anime_btn a span::before {
		right: 40px;
		font-size: 24px;
		top: 2px;
	}

	.anime_btn.item::before{
		padding: 0 5px;
		font-size: 19px;
		letter-spacing: 0.08em;
		width: 95px;
		height: 95px;
		left: 9px;
		top: -40px;
		z-index: 2;
	}
	
	.anime_btn a:hover span{
    	animation: anime_btn_text 0.8s cubic-bezier(0.77, 0, 0.175, 1);
		animation-fill-mode: forwards;
	}

	.link_wrap .color_red .anime_btn a:hover span{
    	animation: anime_btn_text_red 0.8s cubic-bezier(0.77, 0, 0.175, 1);
		animation-fill-mode: forwards;
	}
	
	.anime_btn a::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform: translate(-100%,0);
	}
	
	.anime_btn a:hover::after{
    	animation: anime_btn 0.8s cubic-bezier(0.77, 0, 0.175, 1);
		animation-fill-mode: forwards;
	}
	
	
}


@keyframes anime_btn {
	0% { transform: translate(-100%,0); }
	48% { transform: translate(0,0); }
	52% { transform: translate(0,0); }
	100% { transform: translate(100%,0); }
}

@keyframes anime_btn_text {
	0% { color: #fff; }
	48% { color: #A71458; }
	52% { color: #A71458; }
	100% { color: #fff; }
}

@keyframes anime_btn_text_red {
	0% { color: #fff; }
	48% { color: #E20023; }
	52% { color: #E20023; }
	100% { color: #fff; }
}
