html{
	width: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	max-width: 1500px;
	background: url(../images/site_bg.png) center bottom no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt"1;
	font-family: Helvetica, 'ShinGoPro-Medium', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	line-height: 1.8;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	-webkit-print-color-adjust: exact;
	margin: 0 auto;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'ShinGoPro-Medium';
	src:url('../fonts/A-OTF-ShinGoPro-Medium.eot');	/* IE9 Compat Modes */
	src:url('../fonts/A-OTF-ShinGoPro-Medium.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('../fonts/A-OTF-ShinGoPro-Medium.woff') format('woff'),
		url('../fonts/A-OTF-ShinGoPro-Medium.otf');
}

@font-face{
	font-family: 'ShinGoPro-Bold';
	src:url('../fonts/A-OTF-ShinGoPro-Bold.eot');	/* IE9 Compat Modes */
	src:url('../fonts/A-OTF-ShinGoPro-Bold.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('../fonts/A-OTF-ShinGoPro-Bold.woff') format('woff'),
		url('../fonts/A-OTF-ShinGoPro-Bold.otf');
}

@font-face{
	font-family: 'Impact';
	src:url('../fonts/Impact.eot');	/* IE9 Compat Modes */
	src:url('../fonts/Impact.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('../fonts/Impact.woff') format('woff'),
		url('../fonts/Impact.ttf');
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

/* =Structure
-------------------------------------------------------------- */
a,
a:link,
a:visited,
a:hover,
a:active{
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #c6000b;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #edb6c1;
}

::-moz-selection{
	background: #edb6c1;
}

/* =Header
-------------------------------------------------------------- */
#site-title{
	width: 367px;
	height: 80px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#site-title a{
	width: 367px;
	height: 80px;
	display: block;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: 367px 80px;
	text-indent: -9999px;
}

/* =Footer
-------------------------------------------------------------- */
#footer{
	width: 100%;
	padding-bottom: 38%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
	overflow: hidden;
	position: relative;
}

.girls_block{
	width: 1020px;
	position: absolute;
	left: 50%;
	bottom: 70px;
	margin-left: -510px;
	z-index: 1;
}

.girl{
	line-height: 0;
	position: absolute;
	z-index: 1;
}

.girl_1{
	width: 36.5%;
	left: 29.75%;
	bottom: -46px;
}

.girl_2{
	width: 36.5%;
	right: -8%;
	bottom: -46px;
}

.girl_3{
	width: 36.5%;
	left: -9%;
	bottom: -46px;
}

.girl_4{
	width: 34.5%;
	right: 11%;
	bottom: 110px;
}

.girl_5{
	width: 35.5%;
	left: 11%;
	bottom: 110px;
}

.girl img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.copyright{
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.0;
}

/* =Content
-------------------------------------------------------------- */
.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	clear: both;
	overflow: hidden;
	padding: 0 0 0 0;
}

p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color: #fff;
	font-weight: normal;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

span.bold{
	font-weight: bold;
}

.none{
	display: none !important;
}

.sns{
	max-width: 342px;
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 1;
}

.sns ul{
	display: flex;
	justify-content: space-between;
}

.sns ul li{
	width: calc((100% - 192px) / 3);
	width: -webkit-calc((100% - 192px) / 3);
	line-height: 0;
}

.sns ul li:nth-of-type(1){
	width: 72px;
}

.sns ul li img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.sns ul li a{
	display: block;
}

.sns ul li a:hover{
	opacity: 0.5;
}

/* =Front-page
-------------------------------------------------------------- */
.shop_list ul li{
	width: 23%;
	animation-name: updown1;
	animation-delay: 0s;
	animation-duration: 4s;
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite; 
	position: absolute;
	top: 29%;
	left: 2%;
	z-index: 2;
}

@keyframes updown1{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-20px);
	}
		100%{
	transform: translateY(0);
	}
}

.shop_list ul li:nth-of-type(2n){
	animation-name: updown2;
}

@keyframes updown2{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(20px);
	}
	100%{
		transform: translateY(0);
	}
}

.shop_list ul li.shop_amazon{
	width: 21%;
	top: 8%;
	left: 20%;
}

.shop_list ul li.shop_official{
	width: 20.4%;
	top: -3%;
	left: 39.8%;
}

.shop_list ul li.shop_rakuten{
	width: 21%;
	top: 8%;
	left: inherit;
	right: 20%;
}

.shop_list ul li.shop_mercari{
	left: inherit;
	right: 2%;
}

.shop_list ul li img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.shop_list ul li a{
	display: block;
}

.shop_list ul li a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.75;
}

.main_title{
	width: 40%;
	padding-top: 26%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
}

.main_logo{
	margin-bottom: 10px;
}

.main_logo img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.main_logo a{
	display: inline-block;
}

.main_title h2{
	text-align: center;
	font-family: 'ShinGoPro-Bold';
	line-height: 1.0;
	margin-bottom: 20px;
}

.main_title h2 span.red{
	display: block;
	color: #ff0132;
	font-size: 1.8vw;
	margin-bottom: 15px;
}

.main_title h2 span.f_small{
	display: inline-block;
	margin-right: 10px;
}

.main_title h2 span.helvetica{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 2.2vw;
	margin-bottom: 3px;
}

.main_title h2 span.impact{
	font-weight: normal;
	font-family: 'Impact';
	font-size: 2.4vw;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1240px){
	/* Header *********/
	#site-title{
		width: 321px;
		height: 70px;
	}
	
	#site-title a{
		width: 321px;
		height: 70px;
		background-size: 321px 70px;
	}
	
	.sns{
		width: 238px;
	}
	
	.sns ul li{
		width: 40px;
	}
	
	.sns ul li:nth-of-type(1){
		width: 58px;
	}
	
	/* Footer *********/
	.girls_block{
		bottom: 60px;
	}
	
	.girl_1{
		width: 34%;
		left: 33%;
	}
	
	.girl_2{
		width: 34%;
		right: 0;
	}
	
	.girl_3{
		width: 34%;
		left: -2%;
	}
	
	.girl_4{
		width: 30%;
		right: 18%;
		bottom: 100px;
	}
	
	.girl_5{
		width: 31%;
		left: 15%;
		bottom: 100px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	body{
		height: 100vh;
		background: url(../images/site_bg_sp.png) center bottom no-repeat;
		background-size: cover;
	}
	
	/* Header *********/
	#site-title{
		width: 275px;
		height: 60px;
	}
	
	#site-title a{
		width: 275px;
		height: 60px;
		background-size: 275px 60px;
	}
	
	.sns{
		top: 30px;
		right: 20px;
	}
	
	/* Footer *********/
	#footer{
		height: 100%;
		padding-bottom: 0;
	}
	
	.girls_block{
		bottom: 50px;
	}
	
	.girl_1{
		width: 28%;
		left: 36%;
	}
	
	.girl_2{
		width: 28%;
		right: 8%;
	}
	
	.girl_3{
		width: 28%;
		left: 8%;
	}
	
	.girl_4{
		width: 24%;
		right: 22%;
		bottom: 70px;
	}
	
	.girl_5{
		width: 25%;
		left: 24%;
		bottom: 70px;
	}
	
	/* Front-page *********/
	.shop_list ul li{
		width: 240px;
		top: 40%;
	}
	
	.shop_list ul li.shop_amazon{
		width: 220px;
		top: 40%;
		left: 50%;
		margin-top: -300px;
		margin-left: -350px;
	}
	
	.shop_list ul li.shop_official{
		width: 216px;
		top: 40%;
		left: 50%;
		margin-top: -400px;
		margin-left: -108px;
	}
	
	.shop_list ul li.shop_rakuten{
		width: 220px;
		top: 40%;
		right: 50%;
		margin-top: -300px;
		margin-right: -350px;
	}
	
	.main_title{
		padding-top: 0;
		transform: translate(-50%, -40%);
		position: absolute;
		top: 40%;
		left: 50%;
		z-index: 2;
		margin: auto;
	}
	
	.main_logo{
		margin-bottom: 5px;
	}
	
	.main_title h2 span.red{
		font-size: 1.9vw;
	}
	
	.main_title h2 span.impact{
		font-size: 2.6vw;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 820px){
	/* Header *********/
	#site-title{
		width: 229px;
		height: 50px;
	}
	
	#site-title a{
		width: 229px;
		height: 50px;
		background-size: 229px 50px;
	}
	
	.sns{
		width: 193px;
	}
	
	.sns ul li{
		width: 30px;
	}
	
	.sns ul li:nth-of-type(1){
		width: 43px;
	}
	
	/* Front-page *********/
	.shop_list ul li{
		width: 200px;
		top: 40%;
	}
	
	.shop_list ul li.shop_amazon{
		width: 190px;
		top: 40%;
		left: 50%;
		margin-top: -280px;
		margin-left: -300px;
	}
	
	.shop_list ul li.shop_official{
		width: 180px;
		top: 40%;
		left: 50%;
		margin-top: -340px;
		margin-left: -90px;
	}
	
	.shop_list ul li.shop_rakuten{
		width: 190px;
		top: 40%;
		right: 50%;
		margin-top: -280px;
		margin-right: -300px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 700px){
	/* Front-page *********/
	.shop_list ul li{
		top: 44%;
	}
	
	.shop_list ul li.shop_amazon{
		margin-top: -240px;
	}
	
	.shop_list ul li.shop_rakuten{
		margin-top: -240px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	html{
		overflow: hidden;
	}
	
	body{
		background: url(../images/site_bg_sp_2.png) center bottom no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	/* Header *********/
	#site-title{
		width: 183.5px;
		height: 40px;
	}
	
	#site-title a{
		width: 183.5px;
		height: 40px;
		background-size: 183.5px 40px;
	}
	
	.sns{
		width: 178px;
		top: 25px;
	}
	
	/* Footer *********/
	.girl_1{
		width: 20%;
		left: 39%;
	}
	
	.girl_2{
		width: 20%;
		right: 21%;
	}
	
	.girl_3{
		width: 20%;
		left: 21%;
	}
	
	.girl_4{
		width: 16%;
		right: 32%;
		bottom: 50px;
	}
	
	.girl_5{
		width: 16%;
		left: 32%;
		bottom: 50px;
	}
	
	/* Front-page *********/
	.shop_list ul li{
		width: 170px;
		left: 0.5%;
	}
	
	.shop_list ul li.shop_amazon{
		width: 160px;
		margin-top: -220px;
		margin-left: -250px;
	}
	
	.shop_list ul li.shop_official{
		width: 150px;
		margin-top: -300px;
		margin-left: -75px;
	}
	
	.shop_list ul li.shop_rakuten{
		width: 160px;
		margin-top: -220px;
		margin-right: -250px;
	}
	
	.shop_list ul li.shop_mercari{
		right: 0.5%;
	}
	
	.main_title h2 span.red{
		font-size: 5vw;
		margin-bottom: 5px;
	}
	
	.main_title h2 span.f_small{
		display: block;
		font-size: 2.7vw;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.main_title h2 span.helvetica{
		font-size: 6vw;
	}
	
	.main_title h2 span.impact{
		font-size: 3.6vw;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 500px){
	/* Header *********/
	.sns{
		width: 163px;
	}
	
	/* Footer *********/
	.girl_1{
		width: 18%;
		left: 40.5%;
	}
	
	.girl_2{
		width: 18%;
		right: 25%;
	}
	
	.girl_3{
		width: 18%;
		left: 25%;
	}
	
	.girl_4{
		width: 14%;
		right: 34.5%;
		bottom: 30px;
	}
	
	.girl_5{
		width: 14%;
		left: 35%;
		bottom: 30px;
	}
	
	/* Front-page *********/
	.shop_list ul li{
		width: 150px;
		top: 50%;
		left: -4%;
	}
	
	.shop_list ul li.shop_amazon{
		width: 145px;
		margin-top: -170px;
		margin-left: -215px;
	}
	
	.shop_list ul li.shop_official{
		width: 140px;
		margin-top: -240px;
		margin-left: -70px;
	}
	
	.shop_list ul li.shop_rakuten{
		width: 145px;
		margin-top: -170px;
		margin-right: -215px;
	}
	
	.shop_list ul li.shop_mercari{
		width: 150px;
		right: -4%;
	}
	
	.main_title{
		width: 50%;
		top: 43%;
	}
	
	.main_title h2 span.red{
		font-size: 6.5vw;
		margin-bottom: 5px;
	}
	
	.main_title h2 span.f_small{
		display: block;
		font-size: 3.5vw;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.main_title h2 span.helvetica{
		font-size: 8.2vw;
	}
	
	.main_title h2 span.impact{
		font-size: 4.2vw;
	}
}
