@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");

/* ========== Reset / Base ========== */
* {
	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: bold;
}

em {
	font-style: italic;
}

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;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	color: #000;
	background-color: #fff;
	font-size: 1.6em;
	font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	margin-bottom: 0;
}

a,
a:link {
	color: #19378c;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 0;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

/* legacy hasLayout reset */
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;
}

/* PC/SP visibility helpers */
.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 ========== */
#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;
	}

	.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%;
	}
}

/* ========== KV ========== */
.kv_wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	background: url(../img/bg_kv.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.kv_wrap img {
	pointer-events: none;
	width: 100%;
}

@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;
	}
}

/* ========== Sections / Headline ========== */
section {
	overflow-x: initial;
}

.section_inner {
	max-width: 1080px;
	margin: 0 auto;
}

.section_inner_adjust {
	width: 1080px;
}

.section_inner .reservation_title {
	font-size: 6rem;
	text-align: center;
	padding-top: 50px;
	border-bottom: solid 2px #fffde5;
;
  font-weight: bold;
  color: #fffde5;
}

@media only screen and (max-width: 750px) {
	.section_content {
		width: 90%;
		margin: 0 auto;
	}

	.section_inner .reservation_title {
		font-size: 4rem;
	}
}

/* ========== Main area background ========== */
main {
	background-image: url("../img/bottom_bg.png");
  background-color: #dfbd70 ;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top right;
}

@media only screen and (max-width: 750px) {
	main {
		/* background-image: url(../img/bg_main_sp.jpg); */
	}
}

/* ========== WP Products (cards) ========== */
.section_inner {
	margin: 0 auto;
}

.wp-products {
	margin-top: 50px;
	margin-bottom: 50px;
	z-index: 0;
	box-shadow: 0 0 10px rgba(39, 32, 26, 1);
	border: solid 5px #b99f65;
	color: #fff;
	background: #18473d;
}

.wp-products_wrap {
	display: flex;
	justify-content: space-between;
}

.wp-products .title_wrap {
	padding: 30px;
	background-repeat: no-repeat;
	text-align: center;
}

.tboxup{
  padding:30px 0 0 30px;
}

.wp-products .title_wrap img {
	width: 100%;
}

.wp-products .title_wrap.item_img {
	max-width: 500px;
	padding-top: 40px;
	margin: 0 auto;
}

.wp-products .title_wrap.item_img img {
	width: 100%;
	margin: initial;

}

.wp-products .title_wrap.item_img.width_adjust {
	max-width: 700px;
	margin: 0;
	padding: 0;
}

.wp-products .title_wrap_flex {
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.wp-products .title_wrap p {
	color: #fff;
	text-align: left;
	width: 500px;
}

.wp-products .title_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
}

.wp-products .title_wrap p .title {
	font-weight: bold;
	font-size: 2.3rem;
	display: block;
	text-align: center;
	margin: 0 auto;
	text-align: center;
}


.wp-products .title_wrap p .tbold {
	font-weight: bold;
	font-size: 2.3rem;

}

.wp-products .title_wrap .width_custom {
	width: 100%;
}

.wp-products .item_area {
	text-align: center;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

.wp-products .item_area p {
	width: auto;
	text-align: center;
}

.wp-products .item_name {
	font-size: 2.3rem;
	font-weight: bold;
}

.wp-products .item_price {
	font-size: 2rem;
}

.wp-products .item_price span {
	font-size: 3.5rem;
}

.wp-products .title_wrap .supplement {
	font-size: 2rem;
}

.wp-products .item_area .purchase_button {
	padding: 15px;
	padding-bottom: 0;
	width: 100%;
	display: block;
}

.wp-products .item_area .purchase_button img {
	width: 100%;
}

.wp-products .contents_box {
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: 0 0 10px rgba(179, 179, 179, 0.7);
}

.item_box .contents_box {
	max-width: 500px;
	height: 680px;
	padding-top: 0;
	padding-bottom: 0;
}

.item_box_wrap {
	display: flex;
}

.wp-products .contents_box.bg_custom {
	background: #000000;
}

.item_box .bg_custom {
	background: #000000;
	padding-bottom: 0;
}

.ornaments {
	margin: 0 auto;
	padding: 15px;
	max-width: 400px;
}

.ornaments img {
	width: 100%;
}

.item_attention {
	background: red;
	color: white;
	font-weight: bold;
	padding: 10px;
	max-width: 500px;
	text-align: center;
	letter-spacing: -0.2px;
}

.attention {
	width: 90%;
	margin: 0 auto;
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2rem;
	padding: 50px 0 0;
	text-align: left;
  color: #fffde5;

}

.space_adjust {
	padding-top: 0;
}

/* responsive for product blocks */
@media only screen and (max-width: 750px) {
	.item_box_wrap {
		display: block;
	}

	.wp-products_wrap {
		display: block;
	}

	.wp-products .title_wrap .width_custom {
		font-size: 5vw;
	}

	.wp-products .title_wrap .width_custom .tbold {
		font-size: 8vw;
	}

	.wp-products .title_wrap p {
		font-size: 3.3vw;
		padding: 5px;
		width: auto;
	}

	.wp-products .title_wrap h2 {
		font-size: 4.7vw;
		letter-spacing: -0.5px;
	}

	.wp-products .title_wrap.item_img {
		padding-top: 10px;
	}

	.wp-products .item_price {
		font-size: 3.3vw;
	}

	.wp-products .item_price span {
		font-size: 8vw;
	}

	.wp-products .title_wrap .item_name {
		font-size: 6vw;
	}

	.wp-products .title_wrap .supplement {
		font-size: 3.3vw;
	}

	.wp-products .title_wrap_flex {
		display: block;
	}
  
  .tboxup{
    padding: 0px;
  }

	.wp-products .title_wrap p .tbold {
		font-weight: bold;
		font-size: 4.5vw;
		text-align: center;
	}

	.title_wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}

	.item_box .contents_box {
		max-width: none;
		height: auto;
	}

	.item_attention {
		max-width: none;
		font-size: 4vw;
	}

	.wp-products {
		position: relative;
		z-index: 0;
		width: 100%;
		margin: 20px auto;
	}

	.section_inner_adjust {
		width: auto;
	}

	.attention {
		line-height: 4vw;
		padding: 20px 0;
		margin: 0 auto;
		text-align: justify;
	}

	.contents_box {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.new_goods_price,
	.goods_price {
		display: block;
		width: 100%;
		margin: 0 auto;
		font-size: 4vw;
		font-weight: bold;
		padding: 5px 0;
	}

	.slick-slider .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

}

@media only screen and (max-width: 750px) {
	.wp-products .title_wrap {
		padding: 10px;
		background-repeat: no-repeat;
		text-align: center;
	}

	.wp-products .item_area .purchase_button {
		padding: 0;
	}

	.wp-products .contents_box {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.goods_name {
		font-size: 4vw;
	}

}

/* ========== Hamburger Menu ========== */

label.menu {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-120%);
	transition: transform .28s ease, opacity .28s ease;
	z-index: 1200;
}

label.menu.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	background-color: #230505;
	transition: transform 250ms ease;
	cursor: pointer;
	z-index: 200;
	filter: drop-shadow(0px 0px 4px #b31414);
	border: 2px solid #b99f65;
}

.menu span {
	position: relative;
	display: block;
	width: 60%;
	height: 4px;
	background-color: #b99f65;
	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: 45px;
	font-size: 1em;
	color: #b99f65;
	text-transform: uppercase;
}

#menu {
	display: none;
}

#menu:checked~.menu span {
	background-color: #b99f65;
	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;
}

label.menu span {
	position: absolute;
	left: 50%;
	top: 45%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	float: none;
}

label.menu span:nth-of-type(1) {
	transform: translate(-50%, calc(-50% - 10px));
	margin-top: 0;
}

label.menu span:nth-of-type(2) {
	transform: translate(-50%, -50%);
}

label.menu span:nth-of-type(3) {
	transform: translate(-50%, calc(-50% + 10px));
}

#menu:checked~.menu span {
	transition: transform 250ms ease, opacity 200ms ease;
}

#menu:checked~.menu span:nth-of-type(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

#menu:checked~.menu span:nth-of-type(2) {
	opacity: 0;
	display: block;
}

#menu:checked~.menu span:nth-of-type(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.nav {
	position: fixed;
	top: 0;
	left: -25vw;
	width: 25vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 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 #b99f65;
}

.nav ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px 20px;
	color: #b99f65;
	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: 40px;
		font-size: 3.3vw;
	}

	.nav {
		left: -45vw;
		width: 45vw;
	}

	.nav ul li a {
		padding: 15px 10px;
		font-size: 13px;
	}
}

/* ========== 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;
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 0 0 2px #000;
}

.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[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) {
	.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;
		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-bottom .footer-copy {
		top: 0px;
	}
}