@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");

/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/
/*==================================================
	Base Layout
	Header Area
	Global Navigation
	Main Visual
	Contents Area
	Main Area
	Aside Area
	Footer Area
==================================================*/
/*==================================================
	Heading
	Text
	Unorderd List
	Orderd List
	Difinision List
	Link
	Table
	Form
	Layout
	Option
	Clear Fix
==================================================*/
/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
* {
	box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
ins,
em,
img,
hr,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
ol {
	list-style: none;
}

table,
th,
td {
	border: 0 none;
}

th {
	font-weight: normal;
	text-align: left;
}

caption {
	text-align: left;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}

dt {
	font-weight: normal;
}

fieldset {
	border: 0 none;
}

legend {
	display: none;
}

textarea {
	font-size: 1em;
}

input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
	font-family: "kozuka-gothic-pr6n", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	margin-bottom: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #19378c;
}

a:link {
	color: #19378c;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

/* a:visited{
} */
p,
ul,
ol,
dl,
table {
	margin-bottom: 0;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	zoom: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*--------------------------------------------------
	Base Layout
--------------------------------------------------*/
body {
	width: 100%;

	color: #4c4c4c;
	background-color: #fff;
}

a:hover {
	opacity: 0.7;
}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

@media only screen and (max-width: 750px) {
	body {
		width: 100%;
		min-width: 100%;
	}

	.pcOnly {
		display: none;
	}

	.spOnly {
		display: block;
	}
}

/*--------------------------------------------------
	Header Area
--------------------------------------------------*/
#section_top {
	background-color: #fff;
}

.header_inner {
	max-width: 1080px;
	height: 104px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo_area {
	display: flex;
	align-items: center;
}

.header_logo_area img {
	width: 215px;
}

@media only screen and (max-width: 750px) {
	header {
		display: block;
		position: relative;
		/* z-index: -1; */
	}

	.header_inner {
		width: 100vw;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.header_logo_area {
		display: flex;
		align-items: center;
		width: 107px;
	}

	.header_logo_area img {
		width: 100%;
	}

}

/*--------------------------------------------------
	Main Visual
--------------------------------------------------*/

.kv_wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	text-align: center;
	background: url(../img/bg_kv.jpg);
	background-repeat: no-repeat, no-repeat;
	background-size: cover;
	position: relative;
}

.kv_wrap img {
	pointer-events: none;
	width: 100%;
}

[data-ruby] {
	position: relative;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1rem;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.5rem;
}

@media only screen and (max-width: 750px) {

	.kv_wrap {
		width: 100%;
		height: auto;
		min-width: initial;
		overflow-x: hidden;
		margin-top: 0;
		background: url(../img/bg_kv_sp.jpg) center top no-repeat;
		background-size: contain;
		position: relative;
	}

	[data-ruby] {
		position: relative;
	}

	[data-ruby]::before {
		content: attr(data-ruby);
		position: absolute;
		top: -0.5rem;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 2vw;
	}
}

/*--------------------------------------------------
	headline
--------------------------------------------------*/
section {
	overflow-x: initial;
}

.section_inner {
	max-width: 1080px;
	margin: 0 auto;
}

/*--------------------------------------------------
	メインエリア
--------------------------------------------------*/
main {
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	background-position: bottom;

}

.wp-products h2 {
	width: 100%;
	font-size: 3rem;
	font-family: "sans-self";
	font-weight: 700;
	color: #4c4c4c;
	text-align: center;
}

.wp-products h2 span {
	font-size: 2rem;
}

.wp-products #event_goods{
	top: -2%;
}

.contents_box h2 img {
	width: 100%;
}

@media only screen and (max-width: 750px) {

	.wp-products .contents_box h2 {
		width: 100%;
		font-size: 5.8vw;
		line-height: 1.6em;
		/*top: -1%;*/
		/*right: 0%;*/
	}

	.wp-products .contents_box h2 span {
		font-size: 5.8vw;
	}

	.wp-products h2 {
		font-size: 6vw;
		margin-bottom: 15px;
	}
	.wp-products h2 span{
		font-size: 5vw;
	}
}

@media only screen and (max-width: 480px) {

	main {
		background-image: url(../img/bg_main_sp.jpg);
	}

	.wp-products #event_goods{
		top: -0.5%;
	}

}

/*--------------------------------------------------
	基礎
--------------------------------------------------*/
.section_inner {
	margin: 0 auto;
}

.wp-products {
	margin: 30px auto 40px;
	z-index: 0;

}

.wp-products .title_wrap {
	padding: 30px;
	text-align: center;

}

.wp-products .title_wrap p {
	font-weight: bold;
}

.wp-products .title_wrap .attention {
	font-weight: initial;

}

.wp-products .contents_box {
	max-width: 1080px;
	width: 90%;
	position: relative;
	z-index: 0;
	margin: 30px auto 0;
	color: #fff;
	background-color: #952e2e;
	padding-top: 20px;
	padding-bottom: 20px;

}

.wp-products .contents_box_inner {
	margin: 0 auto;
}

.wp-products .contents_box.background_none {
	background: none;
	box-shadow: initial;
	text-align: center;
	background-color: initial;
}

/*--------------------------------------------------
	概要
--------------------------------------------------*/

.wp-products .contents_box .contents_box_inner .overview_txt{
	padding-top: 20px;
	padding-bottom: 20px;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail {
	padding: 25px;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail p {
	text-align: center;
	padding: 10px;
	line-height: 4rem;
	font-size: 1.5rem;
	border-bottom: 2px solid #fff;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail:nth-of-type(2) {
	padding-top: 0;
}

div.estimated_delivery_date {
	text-align: center;
	color: #fff;
	border-bottom: none;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail p .tbold {
	font-size: 2.1rem;
	color: #fff;
}

.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail .center {
	text-align: center;
}

@media only screen and (max-width: 750px) {

	.wp-products .title_wrap p {
		font-size: 2.8vw;
	}

	.wp-products .contents_box {
		width: 90%;
		padding-top: 150px;

	}

	.title_wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail {
		padding: 20px;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail p {
		line-height: 6vw;
		font-size: 3.3vw;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail p .tbold {
		font-weight: bold;
		font-size: 4.3vw;
	}

	.wp-products .contents_box .contents_box_inner {
		display: block;
	}

	.contents_box .contents_box_inner .goods_price .price_wrap {
		width: auto;
	}

}

@media only screen and (max-width: 480px) {
	.wp-products .title_wrap {
		padding: 0;
		padding-top: 10px;
		padding-bottom: 20px;
		background-repeat: no-repeat;
		text-align: center;

	}

	.wp-products .title_wrap p {
		font-size: 3.3vw;
	}

	.wp-products .contents_box {
		margin-top: 0;
		padding-top: 10px;
		padding-bottom: 10px;

	}

}

/* ----------------------------------------------------------------------------------------------------------------------------*/
/*リンクエリア*/

#link_area {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.contents_box_inner a {
	text-decoration: none;
}

.contents_box_inner .link_wrap {
	width: 600px;
	margin: 0 auto;
	text-align: center;

}

.kujibanner {
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}

.kujibanner img {
	width: 100%;
}

.contents_box_inner .link_wrap img {
	width: 100%;
}

.contents_box_inner a img {
	width: 100%;
}

.contents_box_inner h4 {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 10px;
}

#link_area .background_none h1 {
	font-size: 3rem;
	font-family: serif;
	font-weight: bold;
	padding: 20px;
	font-family: "BIZ UDGothic", sans-serif;
}

@media only screen and (max-width: 750px) {

	#link_area .background_none h1 {
		font-size: 3.7vw;
		font-weight: bold;
		padding: 3vw 0 3vw 0;
		line-height: 4.5vw;
		padding-bottom: 30px;
	}

	.contents_box_inner .link_wrap {
		width: auto;
	}
}

@media only screen and (max-width: 480px) {
	#link_area {
		min-height: auto;
				padding-bottom: 30px;
	}

}

/* ----------------------------------------------------------------------------------------------------------------------------*/
/*ここから*/
/*グッズ*/
div.contents_box.order_block {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: initial;
	color: #4c4c4c;
}

.container_cart {
	width: 90%;
	margin: 40px auto 25px;
}

.container_cart li {
	text-indent: -1rem;
	margin-left: 1rem;
}

.text-center {
	text-align: center;
}

section.btn_purchase_block .text-center {
	width: 70%;
	margin: 0 auto 0;
}

.btn-primary {
	width: 100%;
	background: #bfa932;
	color: #FFFFFF;
	font-weight: 500;
	padding: 15px;
	font-size: calc(1.375rem + 1.5vw);
	margin: 0 auto;
	text-align: center;
	font-feature-settings: "palt";
	font-weight: bold;
	transition: .3s;
}

.btn-primary:hover {

	box-shadow: unset;
	transform: translateY(6px);
}

.wp-products .contents_box .banner_id_registration {
	width: 90%;
	margin: 50px auto;
	padding-top: 20px;
	padding-bottom: 20px;

}

.contents_box .banner_id_registration img {
	width: 100%;
	border: solid 1px #bdbdbd;
}

.contents_box .banner_id_registration a {
	text-decoration: none;
}

.contents_box .banner_id_registration img {
	width: 100%;
}

ol.order_flow {
	list-style-type: decimal;
	width: 90%;
	margin: 50px auto 0;

}

ol.order_flow li {
	width: 100%;
	height: 4.5rem;
	margin-top: 16px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 4.5rem;
	border-bottom: 2px solid #fff;
}

.wp-products .contents_box_inner.goods_block {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px;

}

ul.goods_list {
	width: 95%;
	margin: 0px auto ;
	background-color: #fff;
	padding: 30px 20px 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 10;
}

ul.goods_list li.goods_info {
	width: 100%;
	margin-top: 33px;
	padding-bottom: 40px;
	position: relative;
	z-index: 8;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 4%;
	border-bottom: 1px dashed #919191;
}

ul.goods_list li.goods_info:last-child {
	border-bottom: none;
}

.goods_image {
	width: 40%;
	height: auto;
	margin: 0 auto 20px;
	filter: drop-shadow(3px 3px 3px #888888);
}

.goods_image img {
	width: 100%;
	/*aspect-ratio: 4/3.3;*/
	margin: 0;
}

.goods_name {
	width: 100%;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 5px #ffffff;
	border-image-slice: 1;
}

.goods_name p {
	font-size: 1.6rem;
	color: #4c4c4c;
}

.goods_name span {
	width: fit-content;
	margin-top: 6px;
	padding: 6px 1rem;
	color: #4c4c4c;
	font-size: 1.2rem;
	background-color: #d3365a;
	display: block;
}

.goods_price {
	width: 100%;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #919191;
	color: #4c4c4c;
	vertical-align: baseline;
}

.goods_price span {
	font-size: 3rem;
}

.goods_price .price_wrap {
	display: flex;
	justify-content: space-between;

}

.goods_price .price_wrap p {
	padding: 10px;
}

.goods_detail {
	border-bottom: 1px solid #919191;
	color: #4c4c4c;
	width: 100%;
	margin: 10px auto 0;
	padding-bottom: 10px;
	font-size: 1.4rem;
	overflow-wrap: break-word;
}

.goods_detail p {
	padding-left: 1em;
	text-indent: -1em;
}

.bg_goods_txt {
	width: 50%;
	margin: 0 auto 0;
	padding: 0;
}

.single_price .price_wrap {
	display: flex;
	justify-content: space-between;

}

.goods_price .purchase_btn,
.single_price .purchase_btn {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff9906;
	width: 150px;
	max-height: 50px;
	text-align: center;
	border-radius: 30px;
	padding: 10px;
	display: block;
	font-size: 1.5rem;
}

.single_price .purchase_btn {
	width: 100px;
}

.single_price span {
	font-size: 1.6rem;

}

.single_price .price_wrap p {
	padding: 10px;
	font-size: 1.2rem;
}

.attention {
	width: fit-content;
	margin: 16px auto 16px;
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7em;
	color: #fff;
}

.left_text {
	text-align: left;
}

.goods_type_area {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0px 8%;
	padding-bottom: 8px;
}

.type_all_area {
	width: 100%;
}

.bg_type_all {
	width: 33%;
	height: 3rem;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #fff;
	background-color: #76bbf9;
	margin: 10px 10px 10px 0;
}

.bg_type_all input[type="checkbox"] {
	cursor: pointer;
	padding-left: 30px;
	/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}

.purchase_box {
	width: 100%;
	margin: 0;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

.btn_purchase,
.btn_purchase2 {
	width: 40%;
	margin: auto 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 600;
	text-indent: 0.8em;
}

.btn_purchase {
	width: 20%;
	margin: 0 0 0 auto;
	text-align: right;
}

.btn_purchase input[type="checkbox"],
.btn_purchase2 input[type="checkbox"] {
	cursor: pointer;
	padding-left: 30px;
	/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}

.btn_purchase input[type="checkbox"]::before,
.btn_purchase input[type="checkbox"]::after {
	content: "";
	display: block;
	position: absolute;
}

.btn_purchase2 input[type="checkbox"]::before,
.btn_purchase2 input[type="checkbox"]::after {
	content: "";
	display: block;
	position: absolute;
}

.btn_purchase input[type="checkbox"]::before,
.btn_purchase2 input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid #666464;
	width: 18px;
	/*チェックボックスの横幅*/
	height: 18px;
	/*チェックボックスの縦幅*/
	transform: translateY(-50%);
	top: 40%;
	left: 5px;
}

.btn_purchase input[type="checkbox"]::after,
.btn_purchase2 input[type="checkbox"]::after {
	border-bottom: 3px solid #666464;
	/*チェックの太さ*/
	border-left: 3px solid #666464;
	/*チェックの太さ*/
	opacity: 0;
	/*チェック前は非表示*/
	height: 6px;
	/*チェックの高さ*/
	width: 11px;
	/*チェックの横幅*/
	transform: rotate(-45deg);
	top: 1px;
	/*チェック時の位置調整*/
	left: 10px;
	/*チェック時の位置調整*/
}

.btn_purchase input[type="checkbox"]:checked::after,
.btn_purchase2 input[type="checkbox"]:checked::after {
	opacity: 1;
	/*チェック後表示*/
	top: -5px;
}

.btn_purchase select,
.btn_purchase2 select {
	margin-left: 0;
	color: #4e4e4e;
}

.btn_purchase:hover {
	opacity: 0.6;
}

/*.btn_purchase, .btn_purchase2{
    display: none !important;
  }*/

.purchase_box p {
	width: 85%;
	padding-bottom: 0.5rem;
	color: #4c4c4c;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #919191;
}

ul.center {
	font-size: 12px;
}

@media only screen and (max-width: 750px) {

	.wp-products {
		position: relative;
		z-index: 0;
		width: 100%;
		margin: 20px auto 20px;
	}

	.wp-products .contents_box_inner.goods_block {
		padding: 0;
	}

	.wp-products .contents_box .banner_id_registration {
		width: auto;
		margin: 0 auto;
		padding-top: 20px;
	}

	.wp-products .contents_box .contents_box_inner .overview_txt .overview_detail {
		padding: 20px 0;
	}

	.contents_box_inner {
		width: 100%;
		margin: 0 auto;
	}

	.item_cartlink {
		font-size: 4vw;
	}

	.wp-products .contents_box .contents_box_inner {
		width: 90%;
	}

	.wp-products .contents_box .contents_box_inner.goods_block {
		width: 100%;
	}

	ol.order_flow {
		margin: 0 auto;
	}

	.order_flow li {
		font-size: 3.5vw;
		line-height: 4vw;

	}

	ol.order_flow li {
		height: auto;
		font-size: 4vw;
		font-weight: bold;
		line-height: 5vw;
	}

	a.banner_id_registration {
		width: 94%;
		margin: 5vw auto 5vw;
		display: block;
	}

	.contents_box {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	ul.goods_list {
		width: 92%;
		margin: 0 auto 0;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		z-index: 10;
		padding: 20px 10px 20px;
	}

	ul.goods_list li {
		width: 100%;
	}

	.goods_image {
		width: 100%;
		margin: 0 auto;
	}

	.goods_image img {
		width: 100%;
		margin: 0;
	}

	.bg_goods_txt {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 0 10px;
	}

	.goods_name {
		width: 100%;
		margin: 5px auto 5px;
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		line-height: 5.5vw;
	}

	.purchase_box {
		width: 100%;
		margin: auto 0;
		padding-bottom: 0;
	}

	.purchase_box p {
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 4vw;
		line-height: 4vw;
		font-weight: 600;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.goods_price{
		display: block;
		width: 100%;
		margin: 0 auto 0;
		font-size: 4vw;
		font-weight: bold;
		padding: 5px 0 5px 0;

	}

	.goods_price .price_wrap p {
		width: 90%;

	}

	.goods_price span{
		font-size: 6vw;
	}

	.goods_detail {
		width: 100%;
		margin: 8px auto 0;
		font-size: 3.3vw;
		line-height: 3.5vw;
		border-bottom: none;

	}

	.type_all_area {
		width: 100%;
	}

	.bg_type_all {
		width: 50%;

	}

	.btn-primary {
		line-height: 1.5em;
	}

	.contents_box_inner h4 {
		width: 100%;
		font-size: 4vw;
		padding: 6px;
	}

	.slick-slider .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

	ul.goods_list li.goods_info {
		margin-top: 5px;
		padding-bottom: 5px;
	}

	.attention {
		font-size: 3vw;
	}

	/*spフォーム*/
	
}

@media only screen and (max-width: 480px) {
	.goods_name {
		font-size: 4vw;
	}

	.goods_name span {
		font-size: 4.3vw;
	}

}

/*--------------------------------------------------
	slick
--------------------------------------------------*/
.slick-slider .slick-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 34%;
	bottom: -10%;
	width: 32%;

}

.slick-slider .slick-dots button {
	overflow: hidden;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	text-indent: 100%;
}

.slick-slider .slick-dots li {
	margin: 0 4px;
}

.slick-slider .slick-dots li.slick-active button {
	background: #919191;
}

.slick-dots li button:before {
	display: none;
}

.slick-next,
.slick-prev {
	width: 50px;
	height: 50px;
	z-index: 50;
}

.slick-next:before,
.slick-prev:before {
	font-size: 30px;
	color: #e3d1eb;
	z-index: 50;
}

@media only screen and (max-width: 750px) {
	.slick-slider .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

}

/*--------------------------------------------------
	ハンバーガーメニュー
--------------------------------------------------*/
.menu {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100px;
	height: 100px;
	background-color: #d50100;
	transition: transform 250ms ease;
	cursor: pointer;
	z-index: 200;
	filter: drop-shadow(0px 0px 4px #351313);
}

.menu span {
	position: relative;
	display: block;
	width: 60%;
	height: 4px;
	background-color: #fff;
	float: left;
	transform-origin: center center;
	transition: transform 250ms ease;
	z-index: 200;
}

.menu span:nth-of-type(1) {
	transform: translateY(-5px);
	margin-top: 5px;
}

.menu span:nth-of-type(3) {
	transform: translateY(5px);
}

.menu p {
	position: relative;
	float: left;
	margin-top: 20px;
	font-size: 1em;
	color: #fff;
}

#menu {
	display: none;
}

#menu:checked~.menu {
	/*background-color: transparent;
  transform: rotate(360deg);
  transition: transform 250ms ease;*/
}

#menu:checked~.menu span {
	background-color: #fff;
	transition: transform 250ms ease;
}

#menu:checked~.menu span:nth-of-type(1) {
	transform: translateY(1px) rotate(45deg);
}

#menu:checked~.menu span:nth-of-type(2) {
	display: none;
}

#menu:checked~.menu span:nth-of-type(3) {
	transform: translateY(-1px) rotate(-45deg);
}

#menu:checked~.nav {
	left: 0px;
	transition: left 500ms ease;
}

#menu:checked~main {
	transform: translateX(250px);
	transition: transform 500ms ease;
}

.nav {
	position: fixed;
	top: 0;
	left: -25vw;
	width: 25vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: left 500ms ease;
	z-index: 300;

}

.nav ul {
	position: relative;
	list-style-type: none;
	margin: 100px 0;
	padding: 0;
}

.nav ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid #952e2e;
}

.nav ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 20px;
	color: #952e2e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}

.nav ul li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: width 250ms ease;
	z-index: -1;
}

.nav ul li a:hover {
	color: #444;
}

.nav ul li a:hover:before {
	width: 100%;
	height: 100%;
	background-color: #b3b3b3;
	transition: width 250ms ease;
}

@media only screen and (max-width: 750px) {
	.menu {
		width: 19vw;
		height: 19vw;
	}

	.menu p {
		margin-top: 3vw;
	}

	.nav {
		left: -45vw;
		width: 45vw;
	}

	.nav ul li a {
		padding: 15px 10px;
		font-size: 13px;

	}
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
.footer-bottom .footer-copy span {
	display: inline-flex;
	align-items: center;
	padding: 0 4px;
}

.footer-bottom .footer-copy img {
	pointer-events: none;
	filter: drop-shadow(0 0 1px #4c4c4c);
}

/*--------------------------------------------------
	footer_area
--------------------------------------------------*/

/* footer */
.main-footer {
	position: relative;
	z-index: 2;

	background: url("https://shop.koeitecmo.com/assets/images/bg/footer_bg.jpg") 50% 0;
}

.footer-bottom {
	position: relative;
	z-index: 4;
	display: flex;
	align-items: center;
	max-width: 1128px;
	margin: 0 auto;
	/*height: 105px;*/
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 0 0 2px #4c4c4c;
}

.footer-bottom .footer-logo {
	margin-right: 60px;
	width: 200px;
}

.footer-bottom .footer-logo img {
	display: block;
	width: 100%;
}

.footer-bottom-links {
	display: flex;
	margin-bottom: 12px;
}

.footer-bottom-links li {
	margin-right: 18px;
	padding-right: 18px;
	line-height: 1;
	border-right: 1px solid #fff;
}

.footer-bottom-links li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.footer-bottom-links a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.footer-bottom-links a:hover {
	text-decoration: underline;
}

.footer-bottom-links a[target="_blank"] {
	padding-left: 16px;
	background: url("../img/icon_blank_w.svg") no-repeat 0 50%/11px auto;
}

@media screen and (max-width: 1800px) {

	.footer-bottom {
		margin: 0 0 0 7.5%;
	}
}

@media only screen and (max-width: 750px) {

	/* footer */
	.main-footer {
		z-index: auto;
		min-width: 0;
		background-size: auto 300px;
		padding-top: 44px;
	}

	.main-footer::after {
		display: none;
	}

	.footer-bottom {
		flex-direction: column;
		width: auto;
		height: auto;
		margin: 0;
		text-shadow: none;
	}

	.footer-bottom .footer-logo {
		order: 2;
		width: 60%;
		margin: 0;
		padding: 40px 0 70px;
		border-top: 0.5px solid rgba(255, 255, 255, 0.05);
	}

	.footer-bottom .footer-logo img {
		margin: 0 auto;
	}

	.footer-bottom-links {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0 0 0 25px;
	}

	.footer-bottom-links li {
		width: calc(50% - 25px);
		margin: 0 25px 30px 0 !important;
		padding: 0;
		border: none;
		font-size: 1.2rem;
	}

	.footer-bottom .footer-copy {
		position: relative;
		top: 100px;
		padding: 0 25px;
		font-size: 10.5px;
		text-align: center;
	}

	/* footer */
	.footer-bottom .footer-logo {
		margin-top: -21px;
		padding-bottom: 150px;
	}

	.footer-bottom .footer-copy {
		top: 0px;
	}

	.footer-bottom .footer-copy img {
		filter: none;
	}

}

/*--------------------------------------------------
	Option
--------------------------------------------------*/
