@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&amp;display=swap');
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, address, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, figure, footer, header, hgroup, nav, section, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
}
html {
		overflow-y: scroll;
}
img {
		border: none;
		vertical-align: top;
}
body {
		font-family: 'Roboto', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		font-size: 14px;
		background: #f5f5f5;
		color: #4c4949;
}
h1, h2, h3, h4, h5, p, li, dt, dd {
		font-feature-settings: "palt";
}
body:lang(en) {
		font-family: 'Roboto', Arial, Helvetica, "sans-serif";
		font-size: 15px;
}
span.reg {
		font-size: 50%;
		display: inline-block;
		vertical-align: 0.8em;
}
header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 127px;
		z-index: 999;
}
.header_inner {
		/* height: 127px; */
		padding: 50px 45px 0;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		position: relative;
		z-index: 200;
}
header::after {
		content: '';
		display: block;
		position: absolute;
		height: 100px;
		width: 100%;
		position: absolute;
		top: -100px;
		left: 0;
		background: #fff;
		opacity: 0;
		z-index: 100;
}
header.active::after {
		animation: headerActive 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes headerActive {
		0% {
				top: -100px;
				opacity: 0;
		}
		100% {
				top: 0;
				opacity: 1;
		}
}
.header_logo, .drawer .drawer_hdr_logo {
		width: 108px;
}
.header_logo.ann20th, .drawer .drawer_hdr_logo.ann20th {
		width: 150px;
		transform: translateY(-18px);
}
.drawer .drawer_hdr_logo.ann20th img {
		transform: scale(0.5) translate(-112px, -115px);
}
@media(max-width: 767px) {
		.header_logo.ann20th, .drawer .drawer_hdr_logo.ann20th {
				width: 60px;
				transform: translateY(-15px);
		}
		#toppage header.active .ann20th img {
				transform: scale(0.8) translate(-15px, -9.2px) !important;
		}
		.drawer .drawer_hdr_logo.ann20th img {
				transform: scale(1) translate(0px, 0px);
		}
}
.header_logo img, .drawer .drawer_hdr_logo img {
		width: 100%;
		height: auto;
}
.drawer .drawer_hdr_logo {
		opacity: 0;
		transition: opacity 1s;
		transition-delay: 0.5s;
}
.drawer.open .drawer_hdr_logo {
		opacity: 1;
}
header nav {
		position: relative;
		display: flex;
}
header nav:lang(en) {
		padding-top: 2px;
}
header nav ul {
		display: flex;
		justify-content: center;
		width: 330px;
		margin-right: 120px;
}
header nav ul:lang(en) {
		margin-right: 45px;
}
header nav li {
		list-style: none;
		font-family: 'Helvetica LT W01 Roman';
		letter-spacing: 1px;
		margin: 0 23px;
		font-weight: 400;
}
header nav li a {
		color: #4c4949;
		text-decoration: none;
}
header nav li a span {
		position: relative;
}
header nav li.comingsoon a {
		color: #b5b3b3;
}
header nav li:not(.comingsoon) a:hover {
		color: #a11d23;
		transition: color 0.5s ease-out;
}
header nav li.current a {
		color: #a11d23;
}
header nav li a span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #a11d23;
		transform-origin: left center;
		transform: scale(0);
		transition: 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
}
header nav li:not(.comingsoon) a:hover span::after {
		transform: scale(1);
}
.nav_trigger {
		cursor: pointer;
		width: 50px;
		height: 50px;
}
header nav .nav_trigger {
		position: absolute;
		top: -15px;
		right: 0;
		transition: transform 0.5s ease-out;
}
.nav_trigger .trigger_bar {
		width: 30px;
		height: 1px;
		background: #a11d23;
}
.nav_trigger .trigger_bar {
		position: absolute;
		left: 10px;
		transition: transform 0.2s ease-out;
}
.nav_trigger .trigger_bar:nth-child(1) {
		top: 22px;
}
.nav_trigger .trigger_bar:nth-child(2) {
		top: 30px;
}
.nav_trigger.open {
		transform: rotate(90deg);
}
.nav_trigger.open .trigger_bar:nth-child(1) {
		transform: translateY(4px) rotate(45deg);
}
.nav_trigger.open .trigger_bar:nth-child(2) {
		transform: translateY(-4px) rotate(-45deg);
}
.trigger_bar::after {
		content: '';
		display: block;
		transform-origin: left center;
		position: absolute;
		top: 0;
		left: 0;
		width: 30px;
		height: 1px;
		background: #a11d23;
		transform: scaleX(0);
		transition: transform 0.5s;
}
.nav_trigger .trigger_bar:nth-child(2)::after {
		transform-origin: right center;
		transition-delay: 0.2s;
}
.nav_trigger:hover .trigger_bar {
		background: none;
}
.nav_trigger:hover .trigger_bar::after {
		transform: scaleX(1);
}
.drawer {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		background: rgb(239, 239, 239);
		background: linear-gradient(90deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
		z-index: 5000;
		display: none;
}
.drawer_nav {
		height: 100vh;
		width: 50vw;
		min-width: 750px;
		position: relative;
}
.drawer_nav:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translate(0, 100%);
		transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
		background: #fff;
		opacity: 0;
}
.open .drawer_nav:before {
		opacity: 1;
		transform: translate(0, 0);
}
.drawer .drawer_hdr_logo {
		position: absolute;
		top: 50px;
		left: 45px;
		z-index: 1000;
}
.drawer .nav_trigger {
		position: absolute;
		top: 37px;
		right: 45px;
		z-index: 9999;
}
.drawer_nav_inner {
		position: relative;
		z-index: 1000;
		margin-left: 200px;
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 45px;
}
.drawer_nav_inner::before {
		content: '';
		display: block;
		width: 2px;
		height: 100%;
		background: #f5f5f5;
		position: absolute;
		left: 0;
		top: 0;
		transform-origin: center bottom;
		transform: scaleY(0);
		transition: transform cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
		transition-delay: 0.25s;
}
.open .drawer_nav_inner::before {
		transform: scaleY(1);
}
.drawer_nav_menu ul {
		margin-bottom: 33px;
}
.drawer_nav_menu li {
		list-style: none;
		font-family: 'Helvetica LT W01 Roman';
		font-weight: 300;
		font-size: 60px;
		line-height: 1.0;
		transform-origin: left top;
		opacity: 0;
		transform: matrix3d(0.98, 0.17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 105.75, 0, 1);
}
.drawer_nav_menu li a {
		color: #4c4949;
		text-decoration: none;
		padding: 15px 0;
		display: block;
		display: flex;
}
.drawer_nav_menu li.comingsoon a {
		color: #bebcbc;
}
.drawer_nav_menu li:not(.comingsoon) a:hover {
		color: #a11d23;
}
.drawer_nav_menu li, .drawer_nav_menu a, .nav_trigger {
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.no_sup {
		font-size: 12px;
		margin-right: 24px;
		transform: translateY(10px);
}
.drawer_nav_menu ul li:nth-child(2) {
		animation-delay: 0.1s;
}
.drawer_nav_menu ul li:nth-child(3) {
		animation-delay: 0.15s;
}
.drawer_nav_menu ul li:nth-child(4) {
		animation-delay: 0.2s;
}
.drawer_nav_menu ul li:nth-child(5) {
		animation-delay: 0.25s;
}
.open .drawer_nav_menu li {
		animation: navRotate 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes navRotate {
		0% {
				opacity: 0;
				transform: matrix3d(0.98, 0.17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 105.75, 0, 1);
		}
		100% {
				opacity: 1;
				transform: none;
		}
}
.cart_btn {
		font-size: 15px;
		font-family: 'Helvetica LT W01 Roman', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
		transform-origin: left top;
		position: relative;
}
.drawer_nav_menu .cart_btn {
		opacity: 0;
		transform: matrix3d(0.98, 0.17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 105.75, 0, 1);
		margin-left: 40px;
}
.open .drawer_nav_menu .cart_btn {
		animation: navRotate 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		animation-delay: 0.3s;
}
.cart_btn a {
		display: block;
		height: 50px;
		line-height: 48px;
		box-sizing: border-box;
		border: 1px solid #b5b3b3;
		text-decoration: none;
		color: #4c4949;
		padding-left: 20px;
		position: relative;
		outline: none;
		transition: color 0.3s ease-out;
}
.drawer_nav_menu .cart_btn a {
		border: 1px solid #b5b3b3;
		color: #4c4949;
		width: 230px;
}
footer .cart_btn {
		width: 170px;
}
footer .cart_btn a {
		width: 170px;
		border: 1px solid #fff;
		color: #fff;
}
.cart_btn::after {
		content: '';
		display: block;
		width: 25px;
		height: 27px;
		background-image: url(../png/icon_cart.png), url(../png/icon_cart_on.png);
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center center, -50px -50px;
		position: absolute;
		top: 10px;
		right: 35px;
		z-index: 0;
		cursor: pointer;
}
.products_detail_right .cart_btn::after, .cart_btn_center .cart_btn::after {
		right: 20px;
}
.drawer_nav_menu .cart_btn::after {
		background-image: url(../png/icon_cart.png), url(../png/icon_cart_on.png);
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center center, -50px -50px;
		cursor: pointer;
}
footer .cart_btn::after {
		background-image: url(../png/icon_cart_wht.png), url(../png/icon_cart_on.png);
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center center, -50px -50px;
		right: 10px;
		cursor: pointer;
}
.desktop_device .drawer_nav_menu .cart_btn:hover {
		color: #a11d23;
}
.desktop_device footer .cart_btn:hover {
		color: #fff;
}
@media (hover: hover) {
		.drawer_nav_menu .cart_btn:hover::after, .products_detail_right .cart_btn:hover::after, .cart_btn_center .cart_btn:hover::after, footer .cart_btn:hover::after {
				background-image: url(../png/icon_cart_on.png);
		}
}
.cart_btn a::before, .cart_btn a::after, .cart_btn a span::before, .cart_btn a span::after {
		content: '';
		display: block;
		background: #a11d23;
		transition: transform 0.3s ease-out;
		position: absolute;
}
.cart_btn a::before, .cart_btn a::after {
		width: 1px;
		height: 100%;
		transform: scaleY(0);
}
.cart_btn a span::before, .cart_btn a span::after {
		width: 100%;
		height: 1px;
		transform: scaleX(0);
}
.cart_btn a::before {
		transform-origin: center top;
		top: 0px;
		right: 0px;
}
.cart_btn a::after {
		transform-origin: center bottom;
		top: 0px;
		left: 0px;
}
.cart_btn a span::before {
		top: 0px;
		left: 0px;
		transform-origin: left center;
}
.cart_btn a span::after {
		bottom: 0px;
		left: 0px;
		transform-origin: right center;
}
.desktop_device .cart_btn:hover a {
		color: #a11d23;
		border: 1px solid rgba(255, 255, 255, 0);
}
.desktop_device .cart_btn:hover a::before, .desktop_device .cart_btn:hover a::after {
		transform: scaleY(1);
}
.desktop_device .cart_btn:hover span::before, .desktop_device .cart_btn:hover span::after {
		transform: scaleX(1);
}
.drawer_nav_menu {
		position: relative;
}
.drawer_nav_menu .nav_menu_bar {
		width: 2px;
		height: 60px;
		background: #a11d23;
		position: absolute;
		left: -45px;
		top: 500px;
		transition: cubic-bezier(0.16, 1, 0.3, 1) 0.5s;
		opacity: 0;
}
/*  ==== FOOTER ====  */
footer {
		background: #313131;
		padding: 100px 0 40px;
		color: #fff;
}
.footer_inner {
		box-sizing: border-box;
		padding-left: 90px;
		width: 80%;
		margin: 0 auto;
}
.footer_col {
		display: flex;
}
.footer_logo {
		width: 108px;
		margin-right: 60px;
}
.footer_logo img {
		width: 100%;
		height: auto;
}
.footer_menu li {
		font-family: 'Helvetica LT W01 Roman';
		font-size: 16px;
		font-weight: 400;
		list-style: none;
		margin: 0 0 18px;
		letter-spacing: 1px;
}
.footer_menu ul {
		margin-bottom: 50px;
}
footer a {
		color: #fff;
		text-decoration: none;
}
footer .comingsoon a {
		color: #6c6c6c;
}
.desktop_device footer li:not(.comingsoon) a:hover {
		color: #a11d23;
}
.footer_copyright_flex {
		display: grid;
		row-gap: 18px;
		width: 100%;
		box-sizing: border-box;
		padding-right: 50px;
		margin-top: 150px;
		line-height: 1.2;
}
.footer_corporate_logo_wrap {
		display: flex;
		align-items: flex-end;
		cursor: pointer;
}
.footer_corporate_logo_wrap p {
		transform: translateY(3px);
		font-family: YakuHanJP_Narrow, 'Roboto', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.footer_corporate_logo_wrap a {
		color: #fff;
		position: relative;
}
.footer_corporate_logo_wrap a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #a11d23;
		transform-origin: left center;
		transform: scale(0);
		transition: 0.5s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.desktop_device .footer_corporate_logo_wrap:hover a {
		color: #a11d23;
}
.desktop_device .footer_corporate_logo_wrap:hover a::after {
		transform: scale(1);
}
.footer_privacy_link_wrap a {
		color: #fff;
		position: relative;
}
.desktop_device .footer_privacy_link_wrap:hover a {
		color: #a11d23;
}
.copyright {
		font-family: 'Helvetica LT W01 Roman';
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
}
.copyright:lang(en) {
		font-family: 'Roboto', Arial, Helvetica, "sans-serif";
		letter-spacing: 0px;
		font-size: 13px;
}
.pagetop {
		position: fixed;
		right: 60px;
		bottom: 60px;
		width: 80px;
		height: 80px;
		border: 1px solid #4C4949;
		box-sizing: border-box;
		border-radius: 40px;
		z-index: 1000;
		cursor: pointer;
		background: url(../png/pagetop_bg.png) no-repeat center center;
		background-size: 100%;
		display: none;
}
.pagetop.whtOn {
		filter: brightness(400%);
}
@media(max-width: 1440px) {
		.footer_inner {
				padding-left: 0;
		}
		.footer_copyright_flex, .footer_corporate_logo_wrap {
				display: block;
		}
		.footer_corporate_logo_wrap p {
				margin: 0 0 20px;
				line-height: 1.4;
		}
		.footer_privacy_link_wrap p {
				margin: 0 0 18px;
				line-height: 1.4;
		}
}
@media(max-width: 1023px) {
		header, .header_inner {
				height: 65px;
		}
		.header_logo, .drawer .drawer_hdr_logo {
				width: 90px;
		}
		.header_inner {
				padding: 25px 20px 0;
		}
		.header_inner nav ul {
				display: none;
		}
		header nav .nav_trigger {
				top: -20px;
				right: -10px;
		}
		.drawer .nav_trigger {
				top: 5px;
				right: 10px;
		}
		.drawer .drawer_hdr_logo {
				top: 25px;
				left: 20px;
		}
		.drawer_nav_inner {
				margin-left: 130px;
				padding-left: 30px;
		}
		.drawer_nav_menu li {
				font-size: 40px;
		}
		.drawer_nav_menu .cart_btn a {
				width: 45vw;
		}
		.drawer_nav_menu .cart_btn::after {
				right: 15px;
		}
		.no_sup {
				margin-right: 20px;
				transform: translateY(7px);
		}
		.drawer_nav_menu .nav_menu_bar {
				display: none;
		}
		footer {
				padding: 50px 0 20px;
		}
		.footer_inner {
				padding: 0 25px;
				width: auto;
				margin: 0 auto;
		}
		.footer_col {
				display: block;
		}
		.footer_logo {
				width: 76px;
				margin-right: 0;
				margin-bottom: 35px;
		}
		.footer_menu li {
				font-size: 14px;
				margin: 0 0 10px;
		}
		.footer_menu ul {
				margin-bottom: 50px;
		}
		.footer_copyright_flex {
				padding-right: 0;
				margin-top: 70px;
				display: block;
		}
		.footer_corporate_logo {
				width: 50px;
		}
		.copyright {
				font-size: 10px;
				line-height: 1.4;
				letter-spacing: 0;
		}
		footer .cart_btn {
				font-size: 14px;
		}
		.pagetop {
				right: 20px;
				bottom: 50px;
				width: 50px;
				height: 50px;
				box-sizing: border-box;
				border-radius: 30px;
		}
}
@media(max-width: 1023px) {
		header::after {
				height: 65px;
		}
		.drawer_nav_menu li {
				list-style: none;
				font-family: 'Helvetica LT W01 Roman';
				font-weight: 300;
				font-size: 60px;
				line-height: 1.0;
				transform-origin: left top;
				opacity: 0;
				transform: matrix3d(0.98, 0.17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 105.75, 0, 1);
		}
}
@media(max-width: 768px) {
		.cart_btn::after {
				width: 17px;
				height: 19px;
				background: url(../png/icon_cart.png) no-repeat 0 0;
				background-size: 17px;
				top: 10px;
				right: 35px;
		}
		.products_detail_right .cart_btn::after {
				top: 15px;
		}
		.drawer_nav_menu .cart_btn::after {
				background: url(../png/icon_cart.png) no-repeat 0 0;
				background-size: 17px;
				right: 12px;
		}
		.desktop_device .drawer_nav_menu .cart_btn:hover::after, .desktop_device .products_detail_right .cart_btn:hover::after {
				background: url(../png/icon_cart_on.png) no-repeat 0 0;
				background-size: 17px;
		}
		footer .cart_btn::after {
				background: url(../png/icon_cart_wht.png) no-repeat 0 0;
				background-size: 17px;
				right: 12px;
		}
		.desktop_device footer .cart_btn:hover::after {
				background: url(../png/icon_cart_on.png) no-repeat 0 0;
				background-size: 17px;
		}
		.drawer_nav_menu li {
				font-size: 8.5vw;
		}
		.drawer_nav_menu li a {
				padding: 8px 0;
		}
		.drawer .no_sup {
				width: 24px;
				font-size: 9px;
				transform: translateY(4px);
				margin-right: 0;
		}
		.drawer_nav_menu .cart_btn, footer .cart_btn {
				font-size: 12px;
		}
		.drawer_nav_menu .cart_btn {
				margin-left: 24px
		}
		.drawer_nav_menu .cart_btn a, footer .cart_btn a {
				width: 36vw;
				height: 40px;
				line-height: 38px;
				padding-left: 15px;
		}
		footer .cart_btn {
				width: 36vw;
		}
		.footer_corporate_logo_wrap p {
				transform: translateY(0);
				margin: 0 0 10px;
				font-size: 12px;
				line-height: 1.4;
		}
		.footer_privacy_link_wrap p {
				margin: 0 0 10px;
				font-size: 12px;
				line-height: 1.4;
		}
		.footer_copyright_flex {
				display: block;
		}
}
@media(max-width: 767px) {
		.footer_corporate_logo_wrap {
				display: block;
		}
		.footer_corporate_logo_wrap p {
				font-size: 11px;
				padding-top: 5px;
		}
		.footer_privacy_link_wrap p {
				font-size: 11px;
		}
		.footer_corporate_logo {
				margin-right: 0;
		}
		.copyright {
				font-size: 8px;
		}
		.copyright:lang(en) {
				font-size: 8px;
		}
}
@keyframes fadeIn {
		0% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes fadeOut {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
@media(min-width: 1601px) {
		.tabbr {
				display: none;
		}
}
@media(max-width: 1024px) {
		.tabbr {
				display: none;
		}
}
@media(min-width: 768px) {
		.spbr {
				display: none;
		}
}
@media(max-width: 320px) {
		.footer_corporate_logo_wrap p {
				font-size: 10px;
		}
}
main.open {
		position: fixed !important;
		width: 100%;
}
::selection {
		color: #FFF;
		background: #333;
}
::-moz-selection {
		color: #FFF;
		background: #333;
}
/* =============== */
.drawer_lang {
		margin-top: 40px;
		margin-left: 30px;
}
header nav .drawer_lang {
		margin: 0 60px 0 0;
		padding: 0;
}
header nav .drawer_lang ul {
		margin: 0 !important;
		padding: 0 !important;
		width: auto;
}
@media (max-width: 768px) {
		.drawer_lang {
				margin-left: 14px;
		}
}
.drawer_nav_menu .drawer_lang ul {
		display: flex;
		transform-origin: left top;
		opacity: 0;
		transform: matrix3d(0.98, 0.17, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 105.75, 0, 1);
}
.open .drawer_nav_menu .drawer_lang ul {
		animation: navRotate 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		animation-delay: 0.35s;
}
.header_inner .drawer_lang li, .drawer_nav_menu .drawer_lang li {
		font-size: 14px;
		font-family: 'Helvetica LT W01 Roman';
		font-weight: 300;
		line-height: 1;
}
.header_inner .drawer_lang {
		padding-top: 3px;
}
.header_inner .drawer_lang li {
		margin: 0 !important
}
.header_inner .drawer_lang li a {
		display: inline-block;
		padding: 0 10px;
}
.drawer_nav_menu .drawer_lang li a {
		display: inline-block;
		padding: 0 10px;
}
.header_inner .drawer_lang li:first-child a, .drawer_nav_menu .drawer_lang li:first-child a {
		border-right: 1px solid #b0b0b0;
}
.lang_jp a:lang(ja) {
		color: #9a1d23;
		font-weight: 500;
}
.lang_en a:lang(en) {
		color: #9a1d23;
		font-weight: 500;
}
/* ============== */
.anchor {
		position: relative;
		margin-top: -140px;
		padding-top: 140px;
		pointer-events: none;
		z-index: -1
}
@media(max-width: 767px) {
		.anchor {
				margin-top: -90px;
				padding-top: 90px;
		}
}