<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.p-header {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 30px 0 16px;
	position: relative;
	z-index: 1000;
}

.p-header__right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.p-header__nav {
	display: none;
}

.p-header__search__mega-menu {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,.08);
	border-top: 1px solid #e9e9e9;
	padding: 30px 20px 40px;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	z-index: 500;
}

.p-header__search__form {
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	padding-bottom: 15px;
	position: relative;
}

.p-header__search__form .go-to-search {
	cursor: pointer;
}

.p-header__search__input {
	border: 0;
	font-size: 13px;
	outline: none;
	padding: 0;
	width: 100%;
}

.p-header__search__input::-moz-placeholder {
	color: #909090;
	opacity: 1;
}

.p-header__search__input:-ms-input-placeholder {
	color: #909090;
	opacity: 1;
}

.p-header__search__input::placeholder {
	color: #909090;
	opacity: 1;
}

.p-header__search input[type=search]::-webkit-search-decoration,
.p-header__search input[type=search]::-webkit-search-cancel-button,
.p-header__search input[type=search]::-webkit-search-results-button,
.p-header__search input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.p-header__btn-search {
	cursor: pointer;
	height: 70px;
	padding: 0 32px;
	position: relative;
}

.p-header__btn-search::after {
	content: "";
	background-color: #1e1b19;
	height: 1px;
	transition: .3s ease;
	transform: translateX(calc(-50% + 21px));
	position: absolute;
	left: 28px;
	bottom: 0;
	width: 0;
	z-index: 501;
}

.p-header__btn-search.is-active::after {
	width: calc(100% - 45px);
}

.hamburger-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
	width: 30px;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease,transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before {
	width: 30px;
	height: 1px;
	background-color: #000;
	transition: transform .15s ease;
}

.hamburger-inner {
	width: 30px;
	height: 1px;
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -4px;
	transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -4px;
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
	border-top: 1px solid #dbdbdb;
	padding: 48px 0 44px;
	position: relative;
}

.p-footer__ttl {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 29px;
	padding-bottom: 18px;
	position: relative;
}

.p-footer__nav {
	padding: 0 0 25px 17px;
}

.p-footer__nav__item {
	font-size: 14px;
	margin-bottom: 20px;
}

.p-footer__copyright {
	font-size: 12px;
	font-weight: 500;
	margin-top: 49px;
	text-align: center;
}

.page-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 44px;
}

.page-top.pos-static {
	position: absolute;
	bottom: calc(100% - 30px);
}

.page-top a {
	display: block;
	background-color: #1e1b19;
	color: transparent;
	font-size: 0;
	border-radius: 50%;
	position: relative;
	height: 64px;
	width: 64px;
}

.page-top a::after {
	content: "";
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 15px;
	width: 15px;
	transform: rotate(-135deg);
	position: absolute;
	left: 24px;
	top: 29px;
}

.p-sidemenu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1500;
}

.p-sidemenu.show .p-sidemenu__content,
.p-sidemenu.show .p-sidemenu__close {
	transform: translateX(0);
	transition-delay: .2s;
}

.p-sidemenu__close {
	cursor: pointer;
	transition: .3s ease;
	transform: translateX(-328px);
	position: absolute;
	top: 20px;
	left: 328px;
	height: 21px;
	width: 21px;
}

.p-sidemenu__close::before,
.p-sidemenu__close::after {
	content: "";
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 10px;
	height: 1px;
	width: 22px;
}

.p-sidemenu__close::before {
	transform: rotate(45deg);
}

.p-sidemenu__close::after {
	transform: rotate(-45deg);
}

.p-sidemenu__overlay {
	background-color: rgba(30,27,25,.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.p-sidemenu__content {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	transform: translateX(-300px);
	transition: .3s ease;
	width: 300px;
}

.p-sidemenu__content::-webkit-scrollbar {
	width: 5px;
}

.p-sidemenu__content::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.p-sidemenu__content::-webkit-scrollbar-thumb {
	background: #888;
}

.p-sidemenu__ttl {
	background-color: #00A0FB;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	letter-spacing: .08em;
	padding: 10px 20px;
}

.p-sidemenu__menu {
	padding: 24px 18px;
}

.p-sidemenu__menu__item {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.p-sidemenu__menu__item:last-child {
	margin-bottom: 0;
}

.p-sidemenu__menu__item.has-sub .p-sidemenu__menu__link::after {
	content: "";
	border-bottom: 1px solid #1e1b19;
	border-right: 1px solid #1e1b19;
	height: 7px;
	width: 7px;
	transform: rotate(45deg);
	position: absolute;
	right: 2px;
	top: 7px;
}

.p-sidemenu__menu__item.has-sub .p-sidemenu__menu__link.is-active::after {
	transform: rotate(-135deg);
	top: 12px;
}

.p-sidemenu__menu__link {
	display: block;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}

.p-sidemenu__sub {
	display: none;
	padding: 25px 0 20px 20px;
}

.p-sidemenu__sub__item {
	font-size: 14px;
	margin-bottom: 25px;
}

.p-sidemenu__sub__item:last-child {
	margin-bottom: 0;
}

.p-sidemenu__copyright {
	font-size: 12px;
	font-weight: 500;
	padding: 26px 0;
	text-align: center;
}



.table {
	width: 100%;
}

.hline01 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .08em;
	margin-bottom: 37px;
	text-align: center;
}

.iframe-full-width {
	width: 100%;
}

.p-information {
	margin-bottom: 53px;
}

.p-visual {
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}

.p-visual__slider__item {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 665px;
	height: 45vw;
}

.p-visual__arrows {
	color: transparent;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 50%;
	z-index: 20;
}

.p-visual__arrows::after {
	content: "";
	border-bottom: 1px solid #1e1b19;
	border-right: 1px solid #1e1b19;
	display: block;
	height: 15px;
	width: 15px;
}

.p-visual__arrows.slider-prev {
	left: 5%;
}

.p-visual__arrows.slider-prev::after {
	transform: rotate(135deg);
}

.p-visual__arrows.slider-next {
	right: 5%;
}

.p-visual__arrows.slider-next::after {
	transform: rotate(-45deg);
}

.p-visual__thumb {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.p-visual__thumb__item {
	padding: 0 5px;
}

.p-visual__thumb__item img {
	width: 182px;
}

.p-visual__thumb__item .inProgress {
	background-color: #1e1b19;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.p-visual__thumb__anchor {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.p-brand {
	margin-bottom: 60px;
}

.p-recommend {
	background-color: #f7f7f7;
	padding: 67px 0 60px;
}

.p-category {
	padding: 67px 0 29px;
}

.p-category__list {
	margin-bottom: 42px;
}

.p-category__item {
	font-size: 16px;
	position: relative;
}

.p-category__item::before {
	content: "";
	background-color: #1e1b19;
	height: 1px;
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 0;
	transition: .3s ease;
	z-index: 1;
}

.p-category__item.font-en {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: .08em;
}

.p-category__item__link {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	height: 100%;
	padding-bottom: 22px;
	position: relative;
}

.p-category__item__link::after {
	content: "";
	border-bottom: 1px solid #1e1b19;
	border-right: 1px solid #1e1b19;
	height: 7px;
	width: 7px;
	transform: rotate(-45deg);
	position: absolute;
	right: 1px;
	top: 5px;
}

.p-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.p-banner__item {
	margin-bottom: 22px;
}

.p-banner__item:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.category_menu{
    margin: auto;
    text-align: center;
    padding: 1.6rem;
    font-weight: bold;
    font-size: 14px;
}

.category_menu ul{
    display: flex;
    justify-content: space-evenly
}


button.hamburger-box.reset-btn{
    display: none;
}
.p-header__right .p-header__nav{
    padding-right:0;
}

.category_menu .en{
font-size:11px;
color:#00A0FB;
}

@media (min-width: 768px) {

.btn-primary {
	height: 70px;
}

.btn-primary::after {
	right: 42px;
	top: 25px;
}

.p-header {
	padding: 0 35px 0 30px;
    border-bottom: solid 1px #F0F0F0;
}

.p-header__search__mega-menu {
	padding: 56px 100px 57px;
}

.p-header__search__form {
	padding-bottom: 23px;
}

.p-header__search__input {
	font-size: 15px;
}


.p-visual {
	padding-bottom: 45px;
}

.p-visual__thumb {
	margin: 0 -10px;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.p-visual__thumb__item {
	padding: 0 10px;
}

.p-visual__thumb__item .inProgress {
	height: 3px;
}

.p-category__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px 45px;
}

.p-category__item {
	flex: 0 33.33%;
	max-width: 33.33%;
	margin-bottom: 33px;
	padding: 0 18px;
}

.p-category__item:hover::before {
	width: calc(100% - 32px);
}

.p-category__item:hover .p-category__item__link::after {
	border-color: #1e1b19;
}

.p-category__item__link {
	padding-bottom: 13px;
}

.p-category__item__link::after {
	border-bottom-color: #dbdbdb;
	border-right-color: #dbdbdb;
}

.p-banner {
	flex-flow: row;
}

.p-banner__item {
	margin-right: 36px;
	margin-bottom: 0;
}



}

@media (min-width: 768px)and (min-width: 992px) {

.p-footer__col {
	width: 27%;
}

.p-footer__col.p-footer__col--single {
	margin-right: 120px;
}

}

@media (min-width: 768px)and (min-width: 1200px) {

.p-footer__col:nth-child(1) {
	width: 40%;
}

}

@media (min-width: 992px) {

.p-header__nav {
	display: flex;
	align-items: center;
	padding-right: 32px;
}

.p-header__nav__item {
	margin-right: 30px;
}

.p-header__nav__item:last-child {
	margin-right: 0;
}

.p-header__nav__item:hover .p-header__nav__link::after {
	width: 100%;
}

.p-header__nav__item:hover .p-header__nav__mega-menu {
	opacity: 1;
	visibility: visible;
}

.p-header__nav__link {
	display: flex;
	align-items: center;
	font-size: 13px;
	letter-spacing: .04em;
	height: 70px;
	position: relative;
	z-index: 501;
    font-weight: bold;
}

.p-header__nav__link::after {
	content: "";
	background-color: #00A0FB;
	height: 1px;
	width: 0;
	transition: .3s ease;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 50;
}

.p-header__nav__mega-menu {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,.08);
	border-top: 1px solid #e9e9e9;
	padding: 56px 100px 30px;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	z-index: 500;
}

.p-header__nav .sub-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.p-header__nav .sub-menu__item {
	flex: 0 33.33%;
	max-width: 33.33%;
	font-size: 16px;
	margin-bottom: 33px;
	padding: 0 18px;
	position: relative;
}

.p-header__nav .sub-menu__item::before {
	content: "";
	background-color: #1e1b19;
	height: 1px;
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 0;
	transition: .3s ease;
	z-index: 1;
}

.p-header__nav .sub-menu__item:hover::before {
	width: calc(100% - 32px);
}

.p-header__nav .sub-menu__item:hover .sub-menu__item__link::after {
	border-color: #1e1b19;
}

.p-header__nav .sub-menu__item.font-en {
	font-size: 17px;
	letter-spacing: .04em;
}

.p-header__nav .sub-menu__item__link {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	height: 100%;
	padding-bottom: 13px;
	position: relative;
}

.p-header__nav .sub-menu__item__link::after {
	content: "";
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	height: 7px;
	width: 7px;
	transform: rotate(-45deg);
	position: absolute;
	right: 1px;
	top: 5px;
}

.p-header__search:hover .p-header__btn-search::after {
	width: calc(100% - 45px);
}

.p-header__search:hover .p-header__search__mega-menu {
	opacity: 1;
	visibility: visible;
}

.p-header__search__mega-menu {
	padding-left: 200px;
	padding-right: 200px;
}

.p-header__btn-search::before {
	content: "";
	background-color: #e2e2e2;
	height: 30px;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.hline01 {
	font-size: 34px;
	margin-bottom: 67px;
}

.p-information {
	margin-bottom: 130px;
}

.p-visual {
	margin-bottom: 116px;
}

.p-brand {
	margin-bottom: 105px;
}

.p-recommend {
	padding: 103px 0 110px;
}

.p-category {
	padding: 77px 0;
}

}



@media (max-width: 991px) {

.p-header__search__mega-menu.show {
	opacity: 1;
	visibility: visible;
}
button.hamburger-box.reset-btn{
    display: block;
}

.category_menu{
	display: none;
}

}

@media (max-width: 767px) {

.p-header__logo {
	max-width: 178px;
	width: 60%;
}


.p-category .hline01 {
	margin-bottom: 60px;
}

.p-category__item {
	margin-bottom: 22px;
}

.p-category__item:last-child {
	margin-bottom: 0;
}



}

</pre></body></html>