﻿@charset "utf-8";
/* CSS Document */
@import "clear.css";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

h2,h3 {
	text-align: center;
}

h2,
h3,
h4,
#main ul,
#price dt,
.total_price,
header div,
footer,
#shop_select li a
{
	font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
}

header h1 {
	background: #000;
	color: #fff;
	padding: 5px;
	font-size: 0.9rem;
}

header div a {
	display: block;
	background: #e1141d;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#main h2 {
	color: #e1141d;
	display: block;
}

#price {
	background: #ffefe3;
}

.yl {
	background: #ffb307 !important;
	color: #fff;
}

.gr {
	background: #189a99 !important;
	color: #fff;
}

.bl {
	background: #00a2d3 !important;
}

.rd {
	background: #e1141d !important;
}

#present {
	text-align: center;
}

#present h2 {
	color: #ef5443;
}

#main li span {
	color: #e1141d;
}

#price div {
	background: #fff;
	border: solid #fed2b1 2px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#price div h3 {
	background: #eee;
	font-size: 1.4rem;
	border: solid #ccc 1px;
	border-radius: 60px;
}

#price div p {
	text-align: center;
	margin: 10px 0;
}

#price dt.type_1 span {
	background: #434343;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	display: block;
	padding: 3px 0 4px;
}

#price dt.type_2 span {
	border-radius: 60px 0 0 60px;
	-webkit-border-radius: 60px 0 0 60px;
	-moz-border-radius: 60px 0 0 60px;
	display: block;
	padding: 5px 0;
}

#price dd.type_2 {
	border-radius: 0px 60px 60px 0;
	-webkit-border-radius: 0px 60px 60px 0;
	-moz-border-radius: 0px 60px 60px 0;
}

#price dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

#price dt {
	color: #fff;
	padding: 5px 0;
	text-align: center;
	width: 40%;
}

#price dd {
	font-size: 1.1rem;
	text-align: right;
	padding: 4px 20px 3px 0;
	width: calc(60% - 20px);
}

.total_price {
	color: #e1141d;
	font-size: 2rem !important;
}

#select_present {
	background: #ffd0cf;
	text-align: center;
}

#select_present li {
	background: #f688a0;
	text-align: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#select_present h4 {
	display: flex;
	align-items: center;
}

#select_present li {
	color: #fff;
}

#select_present h4 img {
	margin-right: 1rem;
}

#main_head {
	background: #ffd0cf;
	padding: 0 5%;
}

#movie {
	background: #eee;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}

footer {
	text-align: center;
}

#slider {
	overflow: hidden;
}

#shop_select li a {
	display: block;
	border: solid #e60012 2px;
	padding: 10px 0;
	color: #e60012;
}

#slider_wrap {
	position: relative;
}

@media (min-width: 1025px) {
	header div {
		background: rgba(255,255,255,0.8);
		font-size: 2rem;
		border: solid #ccc 1px;
		padding: 15px;
		width: 420px;
		top: 15px;
		right: 15px;
		text-align: center;
		position: fixed;
		z-index: 99999;
	}
	
	header div a {
		padding: 7px 0 10px;
	}
	
	footer {
		display: flex;
		justify-content: center;
		padding: 60px 0;
	}
	
	footer ul {
		width: 20%;
	}
	
	footer li {
		margin: 5px 0;
	}
	
	.pc_none {
		display: none;
	}

	#main_head h1 {
		margin-top: -70px;
		position: relative;
		z-index: 999999;
	}

	#main {
		padding: 60px 0;
	}
	
	#main div {
		display: flex;
		align-items: baseline;
		justify-content: flex-end;
		margin: auto 8%;
	}
	
	#main ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 3.4rem;
		margin: auto 5%;
	}
	
	#main li {
		margin-left: 30px;
	}
	
	#main li span {
		font-size: 10rem;
		line-height: 10rem;
	}
	
	#price_ex {
		 padding-bottom: 25px;
		 display: flex;
		 align-items: baseline;
	}
	
	#main h1 {
		width:  45%;
	}
	
	
	#main h2 {
		border: solid #e1141d 5px;
		font-size: 1.7rem;
		padding: 15px 30px;
	}
	
	#price {
		padding: 60px 9% 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	#price div {
		margin-bottom: 60px;
		padding: 30px 3%;
		width: calc(24% - 10px);
	}
	
	#present {
		padding: 60px 0;
	}
	
	#present h2 {
		font-size: 4rem;
	}
	
	#present ul {
		margin: 30px 0;
		display: flex;
		justify-content: center;
	}
	
	#present li {
		padding: 0 15px;
	}
	
	#movie {
		padding: 30px 15%;
	}
	
	#movie iframe {
		height: 640px;
	}
	
	#select_present {
		padding: 60px 0;
	}
	
	#select_present h3 {
		font-size: 2rem;
		margin: 15px 0;
	}
	
	#select_present ul {
		display: flex;
		justify-content: space-around;
		margin: 60px 10%;
	}
	
	#select_present li {
		padding: 30px 2%;
		width: 26%;
	}
	
	#select_present h4 {
		font-size: 1.1vw;
	}
	
	#select_present li p {
		margin-top: 20px;
	}
	
	#shop_select {
		margin: auto;
		padding: 60px 0;
		text-align: center;
		width: 30%;
	}
	
	#shop_select h2 {
		font-size: 2rem;
		margin: 30px 0;
	}
	
	#shop_select li {
		margin-bottom: 15px;
	}
	
	#slider_wrap ol {
		position: absolute;
		display: flex;
		width: 400px;
		z-index: 99999;
		top: 15px;
		left: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.sp_none,nav {
		display: none;
	}

	header {
		position: fixed;
		z-index: 99999;
	}
	
	header h1 {
		font-size: 0.7rem;
	}
	
	header div {
		background: #fff;
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 5% 20px;
	}
	
	header div p {
		line-height: 0;
		width: 55%;
	}
	
	header div p img {
		margin-bottom: 5px;
		width: 80%;
	}
	
	header div a {
		padding: 7px 15px 10px;
	}
	
	#main {
		margin: 15px 0;
		text-align: center;
	}
	
	#main div {
		margin: 0 10%;
	}

	#main h2 {
		border: solid #e1141d 2px;
		padding: 5px 7px 8px;
	}
	
	#main ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		font-size: 2.2rem;
		margin: 15px 5%;
	}
	
	#main li {
		width: 20%;
	}
	
	#price_ex {
		font-size: 2rem;
		width: 100% !important;
	}
	
	#sp_txt {
		width: 60% !important;
	}

	#main li span {
		color: #e1141d;
		font-size: 5rem;
		line-height: 5rem;
	}

	#price {
		padding: 30px 5%;
	}
	
	#price div {
		padding: 10px 5%;
		margin-bottom: 30px;
	}

	#present {
		padding: 30px 0;
	}

	#present h2 {
		font-size: 2rem;
	}
	
	#present ul {
		margin: 0 5%;
	}
	
	#present li {
		margin-top: 15px;
	}
	
	#present p img {
		width: 30%;
	}

	#movie {
		padding: 15px 5%;
	}

	#movie iframe {
		height: 240px;
	}
	
	#select_present {
		padding: 30px 5%;
	}
	
	#select_present h4 {
		padding: 15px 5% 0;
		font-size: 1.4rem;
	}
	
	#select_present h4 img {
		width: 20%;
	}
	
	#select_present li {
		margin-bottom: 30px;
	}
	
	#select_present p {
		margin-top: 15px;
	}
	
	.sp_padding {
		padding: 0 5% 15px;
	}
	
	footer {
		padding: 15px 0;
	}
	
	footer ul {
		margin-bottom: 15px;
	}
	
	footer ul img {
		width: 50%;
	}
	
	#main_head {
		padding-top: 15px;
	}

	#shop_select {
		margin: auto 5%;
		padding: 30px 0;
		text-align: center;
	}
	
	#shop_select ul {
		margin: 30px 0;
	}
	
	#shop_select li {
		margin-bottom: 10px;
	}
	
	#slider_wrap ol {
		padding: 120px 0 10px;
		display: flex;
		width: 70%;
		margin: auto;
	}

}