@charset "utf-8";
/*
Template:twentynineteen
Theme Name:cores
Description:WordPressテーマ「cores」用テーマ
Version:1.0.0
*/

/* Layout */
#site_loader_overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #151515;
	z-index: 10;
}
#site_loader_animation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 200px;
	height: 200px;
	margin: auto;
	background-color: transparent;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}
#page {
	background-color: #151515;
	margin: 0 auto;
}
.site-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	z-index: 100;
}
.site-content {
	width: 100%;
}
.content-area {
	width: 100%;
}
.site-footer {
	position: relative;
	width: 100%;
	padding: 0 0 50px;
}
.entry-header {
	display: none;
}
.entry-footer {
	display: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}
p {
	margin: 0;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}
/* Font Family */
.mincho {
	font-family: "EB Garamond", "A1 Mincho", serif;
}
.gothic {
	font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.yugothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/* Guide Content */
.scroll_guide {
	position: absolute;
	bottom: 20px;
	right: 20px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	z-index: 5;
}
.scroll_guide .line {
	display: inline-block;
	height: 60px;
	margin: 10px 0 30px;
	border-left: 1px solid #fff;
}
#return_to_top {
	position: fixed;
	bottom: 20px;
	right: 15px;
	padding-top: 30px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	font-size: 10px;
	-webkit-transfrom: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	z-index: 5
}
#return_to_top.active {
	-webkit-transfrom: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#return_to_top a {
	text-decoration: none;
}
#return_to_top a i {
	margin: 0 0 10px -3px;
}
.toparrow::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(-45deg);
	color: #fff;
}
.inactive {
	display: none;
}
.share_guide {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.share_guide .share_title {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 1.1;
}
.share_guide .share_sns {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 16px;
}
.share_guide .share_sns a {
	margin: 10px 0;
}
/* Header */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 45px;
	height: 26px;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all .4s;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}
.menubtn {
	display: none;
	position: absolute;
	top: 25px;
	left: 20px;
}
.menubtn:hover {
	cursor: pointer;
}
.menubtn img {
	width: 30px;
	height: auto;
}
.shopbtn {
	position: absolute;
	display: none;
	top: 40px;
	right: 40px;
	padding: 5px 15px;
	border: 1px solid #fff;
	font-size: 18px;
}
.shopbtn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.headlogo {
	display: inline-block;
	width: 30px;
	margin: 0;
	padding: 19px 0;
}
.headlogo img {
	width: 100%;
	height: auto;
}
.closebtn {
	position: absolute;
	display: none;
	top: 25px;
	left: 20px;
}
#globalnavi {
	position: absolute;
	display: none;
	width: 100%;
	height: 100vh;
	top: 80px;
	background-color: rgba(0,0,0,1);
	z-index: 100;
}
.gnavi-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: calc(100% - 80px);
}
.menu-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
.navi-container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
.menu-container #menu-cores_menu,
.menu-container #menu-corp_menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
}
.menu-container #menu-cores_menu .menu-item {
	display: block;
	margin-bottom: 25px;
	font-family: "EB Garamond", "A1 Mincho", serif;
	font-size: 20px;
	text-align: left;
}
.menu-container #menu-corp_menu .menu-item {
	display: block;
	margin-bottom: 28px;
	font-family: "EB Garamond", "A1 Mincho", serif;
	font-size: 16px;
	text-align: left;
}
.navi-shop {
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto 50px;
	padding: 5px 20px;
	border: 1px solid #fff;
	font-size: 18px;
}
.navi-shop a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.navi-footer {
	position: relative;
	display: block;
	width: 100%;
	height: 10vh;
	text-align: center;
}
.navi-footer .lang {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
.navi-footer .lang span {
	margin: 0 5px;
}
.navi-footer .sns-navi {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	text-align: center;
}
.navi-footer .sns-navi a {
	margin: 0 10px;
}
/* Banner */
.banner-block {
	position: relative;
	display: block;
	width: 95%;
	max-width: 1200px;
	height: 500px;
	margin: 0 auto 30px;
	cursor: pointer;
}
.banner-block a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.block-bottom_banner {
	margin-bottom: 50px;
}
.banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-mask {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(20,20,20,0.5);
	z-index: 1;
}
.banner-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 88%;
	height: 50%;
	margin: 0 auto;
}
.banner-left {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.banner-right,
.banner-right.nolead {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}
.banner-copy {
	margin: 30px 0;
	font-size: 20px;
	line-height: 1.5;
}
.banner-lead {
	font-size: 14px;
	line-height: 1.5;
}
.banner-link {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
}
.banner-link i {
	margin-left: 15px;
}
/* Footer */
.shop_guide {
	position: relative;
	width: 100%;
	height: 500px;
}
.shop_inner {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	padding: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.shop_textarea {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	right: 0;
	width: 84%;
	max-width: 460px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shop_title {
	display: none;
	margin-bottom: 35px;
	font-size: 36px;
	font-weight: bold;
	line-height: 2;
}
.shop_lead {
	display: none;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
}
.shop_text {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.shop_link {
	position: relative;
	display: block;
	width: 314px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.shop_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb {
	display: block;
	margin: 30px 0 50px;
	font-size: 14px;
	text-align: center;
}
.breadcrumb span {
	margin: 0 10px;
}
.footer {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 315px;
	margin: 0 auto 100px;
}
.footer .menu-cores_menu-container,
.footer .menu-corp_menu-container {
	width: 50%;
}
.footer #menu-cores_menu-1,
.footer #menu-corp_menu-1 {
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
}
.footer #menu-cores_menu-1 .menu-item {
	display: block;
	margin: 0 0 30px;
	font-family: "EB Garamond", "A1 Mincho", serif;
	font-size: 15px;
	text-align: left;
}
.footer #menu-corp_menu-1 .menu-item {
	display: block;
	margin: 0 0 30px;
	font-family: "EB Garamond", "A1 Mincho", serif;
	font-size: 14px;
	text-align: left;
}
.copyright {
	position: relative;
	display: block;
	width: 315px;
	margin: 0 auto;
	font-size: 11px;
	color: #e9e9e9;
}
.copyright .lang {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	font-size: 14px;
	text-align: center;
}
.copyright .lang span {
	margin: 0 5px;
}
.footer .sns-navi {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	font-size: 14px;
	text-align: center;
	z-index: 1
}
.footer .sns-navi a {
	margin: 0 10px;
}
/* WM Form */
.mw_wp_form {
	width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.g-naked-item {
	margin-bottom: 30px;
	font-size: 16px !important;
}
.require {
	font-size: 14px !important;
	color: #cba052 !important;
}
.w100 {
	width: 100% !important;
}
select,
input[type="text"],
input[type="email"] {
	height: 30px;
	margin-top: 15px;
	font-size: 14px !important;
}
textarea {
	margin-top: 15px !important;
	font-size: 14px !important;
}
input[type="checkbox"] {
	margin-right: 10px;
}
input[type="submit"] {
	width: 300px;
	height: 40px;
	margin: 10px 20px;
	font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    outline: none !important;
    background-color: #cba052 !important;
    box-shadow: none !important;
    color: #1b1b1b !important;
}
.mw_wp_form_input {
}
.privacy-block {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid #fff;
	font-size: 0;
	text-align: center;
}
.privacy-block label {
	font-size: 16px;
	font-weight: bold;
}
.privacy-block .error {
	font-size: 16px;
}
.privacy-block a {
	text-decoration: underline;
}
.action-block {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.mw_wp_form_confirm {
}
.mw_wp_form_confirm form .g-naked-item:last-child {
	display: none;
}
/* Slider */
.slide-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
}
.prev {
	left: -25px;
}
.next {
	right: -25px;
}
.prev-arrow {
	left: -30px;
	display: block;
	width: 30px;
	height: 30px;
	border-top: solid 2px white;
	border-left: solid 2px white;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.5s cubic-bezier(0, 0.68, 0.81, 1);
}
.prev-arrow:hover{
	border-top: solid 2px #999999;
	border-left: solid 2px #999999;
}
.next-arrow {
	right: -30px;
	display: block;
	width: 30px;
	height: 30px;
	border-top: solid 2px white;
	border-right: solid 2px white;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.5s cubic-bezier(0, 0.68, 0.81, 1);
}
.next-arrow:hover{
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
}	
/* 404 */
.error-404 {
	padding-top: 80px;
}
.title-404 {
	display: block;
	width: 84%;
	margin: 100px auto 20px;
	font-size: 18px;
	font-weight: bold;
}
.text-404 {
	display: block;
	width: 84%;
	margin: 0 auto 30px;
	font-size: 14px;
}
.link-404 {
	display: block;
	width: 84%;
	margin: 0 auto 100px;
	font-size: 14px;
	font-weight: bold;
}
.link-404 i {
	margin-left: 20px;
}
.sp-show {
	display: block !important;
}
.tb-show {
	display: none !important;
}
.pc-show {
	display: none !important;
}
.sp-none {
	display: none !important;
}
.pc-none {
	display: block !important;
}
@media screen and (min-width:480px) {
}
@media screen and (min-width:600px) {
	/* Layout */
	.site-header {
		position: fixed;
		width: 100%;
		height: 100px;
	}
	.site-content {
		width: 100%;
	}
	.content-area {
		width: 100%;
	}
	.site-footer {
		width: 100%;
		padding: 0 0 100px;
	}
	/* Guide Content */
	.scroll_guide {
		position: absolute;
		bottom: 30px;
		right: 40px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		z-index: 5;
	}
	.scroll_guide .line {
		display: inline-block;
		height: 60px;
		margin: 10px 0 30px;
		border-left: 1px solid #fff;
	}
	#return_to_top {
		position: fixed;
		bottom: 20px;
		right: 35px;
		padding-top: 30px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		font-size: 14px;
		-webkit-transfrom: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		z-index: 5
	}
	#return_to_top.active {
		-webkit-transfrom: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	#return_to_top a {
		text-decoration: none;
	}
	#return_to_top a i {
		margin: 0 0 10px -3px;
	}
	.inactive {
		display: none;
	}
	.share_guide {
		position: absolute;
		bottom: 30px;
		left: 40px;
	}
	.share_guide .share_title {
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		margin-bottom: 40px;
		font-size: 12px;
		line-height: 1.1;
	}
	.share_guide .share_sns {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.share_guide .share_sns a {
		margin: 10px 0;
	}
	/* Header */
	.menu-trigger {
		position: absolute;
		top: 40px;
		left: 30px;
	}
	.menubtn {
		position: absolute;
		top: 40px;
		left: 30px;
	}
	.menubtn:hover {
		cursor: pointer;
	}
	.menubtn img {
		width: 45px;
		height: auto;
	}
	.shopbtn {
		position: absolute;
		display: block;
		top: 35px;
		right: 30px;
		padding: 5px 15px;
		border: 1px solid #fff;
		font-size: 16px;
	}
	.shopbtn a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.headlogo {
		display: inline-block;
		width: 50px;
		padding: 15px 0;
	}
	.headlogo img {
		width: 100%;
		height: auto;
	}
	.closebtn {
		position: absolute;
		display: none;
		top: 40px;
		left: 30px;
	}
	#globalnavi {
		position: absolute;
		display: none;
		width: 100%;
		height: 100vh;
		top: 100px;
		background-color: rgba(0,0,0,1);
		z-index: 100;
	}
	.gnavi-inner {
		height: calc(100% - 100px);
	}
	.menu-container {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
		width: 100%;
		margin: 0;
	}
	.navi-container {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: space-around;
		width: 100%;
		margin: 0;
	}
	.menu-container #menu-cores_menu,
	.menu-container #menu-corp_menu {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0;
	}
	.menu-container #menu-cores_menu .menu-item {
		display: block;
		margin-bottom: 30px;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 22px;
		text-align: left;
	}
	.menu-container #menu-corp_menu .menu-item {
		display: block;
		margin-bottom: 34px;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 18px;
		text-align: left;
	}
	.navi-shop {
		position: relative;
		display: block;
		width: 200px;
		margin: 0 auto 30px;
		padding: 10px 0;
		border: 1px solid #fff;
		font-size: 18px;
	}
	.navi-shop a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.navi-footer {
		position: relative;
		display: block;
		width: 100%;
		height: 8vh;
		text-align: center;
	}
	.navi-footer .lang {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
	.navi-footer .lang span {
		margin: 0 5px;
	}
	.navi-footer .sns-navi {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 16px;
		text-align: center;
	}
	.navi-footer .sns-navi a {
		margin: 0 10px;
	}
	/* Banner */
	.banner-block {
		position: relative;
		display: block;
		width: 86%;
		height: 300px;
		margin: 0 auto 50px;
	}
	.block-bottom_banner {
		margin-bottom: 70px;
	}
	.banner-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.banner-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(20,20,20,0.5);
		z-index: 1;
	}
	.banner-wrap {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: inline-block;
		width: 90%;
		height: unset;
		margin: 0 auto;
		z-index: 1;
	}
	.banner-left {
		position: relative;
		display: block;
		width: 100%;
		z-index: 1;
	}
	.banner-right {
		position: relative;
		bottom: unset;
		display: block;
		width: 100%;
		margin: 20px 0 0;
		text-align: left;
		z-index: 1;
	}
	.banner-copy {
		margin: 0 0 50px;
		font-size: 27px;
		line-height: 1.6;
	}
	.banner-lead {
		font-size: 15px;
		line-height: 1.7;
	}
	.banner-link {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.75;
	}
	.banner-link i {
		margin-left: 15px;
	}
	/* Footer */
	.shop_guide {
		position: relative;
		width: 100%;
		height: 450px;
	}
	.shop_inner {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 1;
	}
	.shop_textarea {
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 0;
		right: 0;
		width: 708px;
		max-width: 800px;
		margin: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.shop_title {
		display: none;
	}
	.shop_lead {
		display: none;
	}
	.shop_text {
		display: block;
		margin-bottom: 30px;
		font-size: 15px;
		line-height: 2.25;
		text-align: center;
	}
	.shop_link {
		position: relative;
		display: block;
		width: 600px;
		margin: 0 auto 30px;
		padding: 12px 0;
		border: 1px solid #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.shop_link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.breadcrumb {
		display: block;
		margin: 50px 0 75px;
		font-size: 14px;
		text-align: center;
	}
	.breadcrumb span {
		margin: 0 10px;
	}
	.footer {
		position: relative;
		display: flex;
		width: 600px;
		margin: 0 auto 100px;
		text-align: center;
	}
	.footer .menu-cores_menu-container,
	.footer .menu-corp_menu-container {
		display: inline-block;
	}
	.footer #menu-cores_menu-1,
	.footer #menu-corp_menu-1 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 50px;
	}
	.footer #menu-cores_menu-1 .menu-item {
		display: block;
		margin: 0 0 10px;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 15px;
		text-align: left;
	}
	.footer #menu-corp_menu-1 .menu-item {
		display: block;
		margin: 0 0 12px;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 14px;
		text-align: left;
	}
	.copyright {
		display: block;
		width: 600px;
		margin: 0 auto;
		font-size: 12px;
		color: #e9e9e9;
	}
	.copyright .lang {
		position: absolute;
		top: 0;
		left: unset;
		right: 0;
		font-size: 14px;
	}
	.copyright .lang span {
		margin: 0 15px;
	}
	.footer .sns-navi {
		position: absolute;
		top: unset;
		bottom: -40px;
		left: 0;
		right: 0;
		font-size: 16px;
		z-index: 1;
	}
	.footer .sns-navi a {
		margin: 0 12px 0;
	}
	/* 404 */
	.error-404 {
		padding-top: 100px;
	}
	.title-404 {
		display: block;
		width: 78%;
		margin: 100px auto 20px;
		font-size: 20px;
	}
	.text-404 {
		display: block;
		width: 78%;
		margin: 0 auto 30px;
		font-size: 16px;
	}
	.link-404 {
		display: block;
		width: 78%;
		margin: 0 auto 100px;
		font-size: 16px;
	}
	.link-404 i {
		margin-left: 20px;
	}
	.sp-show {
		display: none !important;
	}
	.tb-show {
		display: block !important;
	}
	.pc-show {
		display: none !important;
	}
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width:960px) {
	/* Layout */
	.site-header {
		position: fixed;
		width: 100%;
		height: 100px;
	}
	.site-content {
		width: 100%;
	}
	.content-area {
		width: 100%;
	}
	.site-footer {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 100px;
	}
	/* Guide Content */
	.scroll_guide {
		position: absolute;
		bottom: 30px;
		right: 40px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		z-index: 5;
	}
	.scroll_guide .line {
		display: inline-block;
		height: 60px;
		margin: 10px 0 30px;
		border-left: 1px solid #fff;
	}
	#return_to_top {
		position: fixed;
		bottom: 20px;
		right: 35px;
		padding-top: 30px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		font-size: 14px;
		-webkit-transfrom: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		z-index: 5;
	}
	#return_to_top.active {
		-webkit-transfrom: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	#return_to_top a {
		text-decoration: none;
	}
	#return_to_top a i {
		margin: 0 0 10px -3px;
	}
	.inactive {
		display: none;
	}
	.share_guide {
		position: absolute;
		bottom: 30px;
		left: 40px;
	}
	.share_guide .share_title {
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		margin-bottom: 40px;
		font-size: 12px;
		line-height: 1.1;
	}
	.share_guide .share_sns {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.share_guide .share_sns a {
		margin: 10px 0;
	}
	/* Header */
	.menu-trigger {
		position: absolute;
		top: 35px;
		left: 40px;
	}
	.menubtn {
		position: absolute;
		top: 35px;
		left: 40px;
	}
	.menubtn:hover {
		cursor: pointer;
	}
	.shopbtn {
		position: absolute;
		display: block;
		top: 30px;
		right: 40px;
		padding: 5px 15px;
		border: 1px solid #fff;
		font-size: 18px;
	}
	.shopbtn a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.headlogo {
		display: inline-block;
		width: 50px;
		padding: 14px 0;
	}
	.headlogo img {
		width: 100%;
		height: auto;
	}
	.closebtn {
		position: absolute;
		display: none;
		top: 35px;
		left: 40px;
	}
	#globalnavi {
		position: absolute;
		display: none;
		width: 100%;
		height: 100vh;
		top: 100px;
		background-color: rgba(0,0,0,1);
		z-index: 100;
	}
	.menu-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		width: 708px;
		margin: 0 auto;
	}
	.navi-container {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: space-around;
		width: 100%;
		margin: 0;
	}
	.menu-container #menu-cores_menu,
	.menu-container #menu-corp_menu {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0;
	}
	.menu-container #menu-cores_menu .menu-item {
		display: block;
		margin-bottom: 30px;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 20px;
		text-align: left;
	}
	.menu-container #menu-corp_menu .menu-item {
		display: block;
		margin-bottom: 30px;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 20px;
		text-align: left;
	}
	.navi-shop {
		position: relative;
		display: block;
		width: 708px;
		margin: 0 auto 50px;
		padding: 15px 0;
		border: 1px solid #fff;
		font-size: 24px;
	}
	.navi-shop a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.navi-footer {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		width: 325px;
		height: unset;
		margin: 0 auto;
		text-align: center;
	}
	.navi-footer .lang {
		position: relative;
		margin: 0;
		font-size: 20px;
		text-align: center;
	}
	.navi-footer .lang span {
		margin: 0 10px;
	}
	.navi-footer .sns-navi {
		position: relative;
		font-size: 20px;
		text-align: center;
	}
	.navi-footer .sns-navi a {
		margin: 0 10px;
	}
	/* Banner */
	.banner-block {
		position: relative;
		display: block;
		width: 92%;
		max-width: 1200px;
		height: 300px;
		margin: 0 auto 50px;
	}
	.block-bottom_banner {
		margin-bottom: 100px;
	}
	.banner-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.banner-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(20,20,20,0.5);
		z-index: 1;
	}
	.banner-wrap {
		position: absolute;
		top: 50%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 92%;
		max-width: 1100px;
		height: 100%;
		margin: 0 auto;
		z-index: 1;
	}
	.banner-left {
		position: relative;
		display: inline-block;
		width: 65%;
		margin: 0;
		z-index: 1;
	}
	.banner-right {
		position: relative;
		display: inline-block;
		width: 35%;
		text-align: right;
		z-index: 1;
	}
	.banner-wrap.nolead {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.banner-wrap.nolead .banner-right {
		text-align: left;
	}
	.banner-copy {
		margin: 0 0 50px;
		font-size: 30px;
		line-height: 1.4;
	}
	.banner-lead {
		font-size: 16px;
		line-height: 1.75;
	}
	.banner-link {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
	}
	.banner-link i {
		margin-left: 15px;
	}
	/* Footer */
	.shop_guide {
		position: relative;
		width: 100%;
		height: 600px;
	}
	.shop_inner {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 1;
	}
	.shop_textarea {
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 0;
		right: 0;
		width: 708px;
		max-width: 800px;
		margin: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.shop_title {
		display: none;
		margin-bottom: 35px;
		font-size: 36px;
		font-weight: bold;
		line-height: 2;
	}
	.shop_lead {
		display: none;
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 1.5;
	}
	.shop_text {
		display: block;
		margin-bottom: 35px;
		font-size: 16px;
		line-height: 2.25;
		text-align: center;
	}
	.shop_link {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto 30px;
		padding: 15px;
		border: 1px solid #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.shop_link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.breadcrumb {
		display: block;
		margin: 50px 0 80px;
		font-size: 18px;
		text-align: center;
	}
	.breadcrumb span {
		margin: 0 10px;
	}
	.footer {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 0 100px;
		text-align: left;
	}
	.footer .menu-cores_menu-container,
	.footer .menu-corp_menu-container {
		display: block;
		width: 100%;
	}
	.footer #menu-cores_menu-1,
	.footer #menu-corp_menu-1 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		margin: 30px 0;
	}
	.footer #menu-cores_menu-1 .menu-item {
		display: block;
		margin: 0 50px 0 0;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 14px;
		text-align: center;
	}
	.footer #menu-corp_menu-1 .menu-item {
		display: block;
		margin: 0 50px 0 0;
		font-family: "EB Garamond", "A1 Mincho", serif;
		font-size: 12px;
		text-align: center;
	}
	.copyright {
		display: block;
		width: 100%;
		font-size: 12px;
		color: #e9e9e9;
	}
	.copyright .lang {
		position: absolute;
		top: 0;
		left: unset;
		right: 0;
		font-size: 14px;
	}
	.copyright .lang span {
		margin: 0 15px;
	}
	.footer .sns-navi {
		position: absolute;
		top: 0;
		bottom: unset;
		left: unset;
		right: 0;
		font-size: 20px;
		z-index: 1;
	}
	.footer .sns-navi a {
		margin: 0 0 0 20px;
	}
	/* WM Form */
	.mw_wp_form {
		width: 100%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}
	.g-naked-item {
		margin-bottom: 50px;
		font-size: 20px !important;
	}
	.require {
		font-size: 18px !important;
		color: #cba052 !important;
	}
	.w100 {
		width: 100% !important;
	}
	select,
	input[type="text"],
	input[type="email"] {
		height: 50px;
		margin-top: 15px;
		font-size: 16px !important;
	}
	textarea {
		margin-top: 15px !important;
		font-size: 16px !important;
	}
	input[type="checkbox"] {
		margin-right: 10px;
	}
	input[type="submit"] {
		width: 300px;
		height: 50px;
		margin: 0 20px;
		font-size: 20px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    border: none !important;
	    outline: none !important;
	    background-color: #cba052 !important;
	    box-shadow: none !important;
	    color: #1b1b1b !important;
	}
	.mw_wp_form_input {
	}
	.privacy-block {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 50px;
		border-top: 1px solid #fff;
		font-size: 0;
		text-align: center;
	}
	.privacy-block label {
		font-size: 16px;
		font-weight: bold;
	}
	.privacy-block .error {
		font-size: 16px;
	}
	.privacy-block a {
		text-decoration: underline;
	}
	.action-block {
		position: relative;
		display: block;
		width: 100%;
		text-align: center;
	}
	.mw_wp_form_confirm {
	}
	/* 404 */
	.error-404 {
		padding-top: 100px;
	}
	.title-404 {
		display: block;
		width: 90%;
		max-width: 1200px;
		margin: 100px auto 20px;
		font-size: 20px;
	}
	.text-404 {
		display: block;
		width: 90%;
		max-width: 1200px;
		margin: 0 auto 30px;
		font-size: 16px;
	}
	.link-404 {
		display: block;
		width: 90%;
		max-width: 1200px;
		margin: 0 auto 150px;
		font-size: 16px;
	}
	.link-404 i {
		margin-left: 20px;
	}
	/* Animation */
	.menu-container #menu-cores_menu .menu-item a,
	.menu-container #menu-corp_menu .menu-item a {
		transition: all 0.3s ease-out;
	}
	.menu-container #menu-cores_menu .menu-item a:hover,
	.menu-container #menu-corp_menu .menu-item a:hover {
		color: #cba052 !important;
	}
	.banner-block .banner-inner,
	.banner-block .banner-link a {
		transition: all 0.3s ease-out;
	}
	.banner-block.active .banner-inner {
		opacity: 0.5;
	}
	.banner-block.active .banner-link a {
		color: #ccc;
	}
	.breadcrumb a,
	.footer #menu-cores_menu-1 .menu-item a,
	.footer #menu-corp_menu-1 .menu-item a {
		transition: all 0.3s ease-out;
	}
	.breadcrumb a:hover,
	.footer #menu-cores_menu-1 .menu-item a:hover,
	.footer #menu-corp_menu-1 .menu-item a:hover {
		color: #cba052 !important;
	}
	.top-image {
		opacity: 0;
		transition: all 0.3s ease-out;
	}
	.top-image.active {
		opacity: 1;
	}
	.item {
		transition: all 0.3s ease-out;
	}
	.item.active img {
		opacity: 0.6;
	}
	.item.active {
		color: #ccc;
	}
	.btn {
		transition: all 0.3s ease-out;
	}
	.btn.active {
		background-color: #fff;
	}
	.btn.active {
		color: #1b1b1b;
	}
	/* Device */
	.sp-show {
		display: none !important;
	}
	.tb-show {
		display: none !important;
	}
	.pc-show {
		display: block !important;
	}
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}
@media screen and (min-width:1280px) {
	/* Layout */
	.site-footer {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 0 100px;
	}
	/* Footer */
	.shop_textarea {
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 0;
		right: 0;
		width: 50%;
		max-width: 800px;
		margin: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
