@charset "utf-8";

.anker-negative {
	padding-top: 100px;
	margin-top: -100px;
}

#gift.anker-negative {
	padding-top: 180px;
	margin-top: -180px;
}
/*================================================================================================

* INNER *

================================================================================================*/
.content-inner {
	width: 100%;
	max-width: 1070px;
	margin-left: auto;
}
/* 小見出し ================================================*/

/*================================================================================================

* SECTION TITLE *

================================================================================================*/
.absolute-title {
	width: 22px;
	margin: auto;position: absolute;top: 0;left: 0;
	z-index: 99;
}
.absolute-title p {
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 0.05em;
	margin-bottom: 45px;
}
@media only screen and (max-width: 480px) {
.absolute-title p {
	font-size: 20px;
}
/********************/}
@media only screen and (max-width: 320px) {
.absolute-title p {
	font-size: 16px;
}
/********************/}
/* 多言語対応（style）================================================*/
/*英語*/
@media only screen and (max-width: 768px) {
.zh-cn .absolute-title p {
	margin-bottom: 20px;	
	}
/********************/}
/*================================================================================================

* IMG Object Fit *

================================================================================================*/
img.ofi {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'; /*IE対策*/
}

/*================================================================================================

* FIXED HEADER *

================================================================================================*/
.fixed-header {
	width: 100%;
	padding: 21px 1rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
	.fixed-header > .inner {
		width: 100%;
		max-width: 1110px;
		margin: 0 auto;
	}

	/* LOGO ================================================*/
	.fixed-header > .inner .logo {
		width: 60%;
		max-width: 270px;
	}


/* ICON MENU ================================================*/
.fixed-header ul.icon-menu {
	width: 40%;
	max-width: 100px;
}
.fixed-header ul.icon-menu > li {
	width: 32px;
	height: 32px;
	margin-right: 30px;
	cursor: pointer;
}

.fixed-header ul.icon-menu > li.no01 {
	width: 38px;
	position: relative;
}
	.fixed-header ul.icon-menu > li > .icon {
		width: 100%;
		height: 100%;
		display: none;
	}
	.fixed-header ul.icon-menu > li > .icon.on {
		display: block;
	}
	.fixed-header ul.icon-menu > li.no01 > .icon.jp {/*日本語*/
		background: url(../../img/icon/lang-jp.svg)no-repeat center / contain;
	}
	.fixed-header ul.icon-menu > li.no01 > .icon.en {/*英語*/
		background: url(../../img/icon/lang-en.svg)no-repeat center / contain;
	}
	.fixed-header ul.icon-menu > li.no01 > .icon.ko {/*韓国語*/
		background: url(../../img/icon/lang-ko.svg)no-repeat center / contain;
	}
	.fixed-header ul.icon-menu > li.no01 > .icon.zh-cn {/*中国語（簡体字）*/
		background: url(../../img/icon/lang-ch.svg)no-repeat center / contain;
	}
	.fixed-header ul.icon-menu > li.no01 > .icon.zh-tw {/*中国語（繁体字）*/
		background: url(../../img/icon/lang-ch.svg)no-repeat center / contain;
	}

.fixed-header ul.icon-menu > li.no02 {
	background: url(../../img/icon/menu.svg)no-repeat center / contain;
}

.fixed-header ul.icon-menu > li:last-child {
	margin-right: 0px;
}

@media only screen and (max-width: 480px) {
.fixed-header ul.icon-menu > li {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.fixed-header ul.icon-menu > li.no01 {
	width: 30px;
}
/********************/}

/* 言語セレクトメニュー ================================================*/
.lang-select-menu {
	width: 130px;
	margin: auto;position: absolute;bottom: -13px;right: 0;left: 16px;
	transform: translateY(90%) translateX(-50%);
	background: #eee;
	line-height: 1.75;
	opacity: 0;
	transition: 0.35s ease;
	pointer-events: none;
	text-align: left;
	}
	.lang-select-menu.on {
		transform: translateY(100%) translateX(-50%);
		opacity: 1;
		pointer-events: auto;
		transition: 0.35s ease;
	}

.lang-select-menu ul {
	width: 100%;
	line-height: 1.75;
	padding: 0.5rem 0rem;
}
.lang-select-menu ul li {
	width: 100%;
	line-height: 1.75;
}
.lang-select-menu ul li a {
	color: #999999;
	display: block;
	padding: 2px 1rem;
}
.lang-select-menu ul li.on a {
	color: #333333;
	font-weight: 700;
}

/* BG ================================================*/
.fixed-header-bg {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background: #FBF9F4;
}
@media only screen and (max-width: 480px) {
.fixed-header-bg {
	height: 70px;
}
/********************/}
/* MAIN ================================================*/
.main-nav .fixed-header,
.main-nav .fixed-header-bg {
	transform: translateY(-110%);
		transition: 0.35s ease;
}
	.main-nav.on .fixed-header,
	.main-nav.on .fixed-header-bg {
		transform: translateY(0%);
		transition: 0.5s ease;
	}

@media only screen and (max-width: 1440px) {
.firstview .fixed-header {
	padding-top: 5px;
	padding-bottom: 5px;
}
/********************/}

@media only screen and (max-width: 480px) {
.firstview .fixed-header {
	padding-top: 15px;
	padding-bottom: 19px;
}
/********************/}

/*================================================================================================

* PC・SPのみ表示 *

================================================================================================*/
.pc- {
	display: block;
}
.sp- {
	display: none;
}

@media only screen and (max-width: 480px) {
.pc- {
	display: none;
}
.sp- {
	display: block;
}
/********************/}


/*================================================================================================

* reCAPTCHA *
reCAPTCHA センター寄せ用のBOX

================================================================================================*/

.recaptcha-wrap {
	width: 100%;
	max-width: 304px;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.recaptcha-wrap.v3 {
	max-width: 256px;
	margin-top: 2rem;
	margin-bottom: 0rem;
}

/*================================================================================================

* ページネーション *

================================================================================================*/
.page-no {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	text-align: center;
	padding-top: 1rem;
}
		.page-no span {
			padding: 0.5rem 1rem;
			background: #f0f3f4;
			font-weight: 700;
			color: #bbb;
			border-radius: 100px;
		}

.pgnt-wrap {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding-top: 2rem;
}
.pgnt-wrap .nmbr {
	width: 100%;
	margin-bottom: 1rem;
}
.pgnt-wrap .nmbr a {
	width: calc(20% - 12px);
	margin-right: 1rem;
	padding: 7px 0rem;
	text-align: center;
	background: #fff;
	border-radius: 3px;
}
		.pgnt-wrap .nmbr a:last-child {
			margin-right: 0rem;
		}

		.pgnt-wrap .nmbr a.current {
			color: #fff;
			background: #00BFA5;
			pointer-events: none;
		}

.pgnt-wrap .control {
	width: 100%;
}
.pgnt-wrap .control .minus {
	width: calc(50% - 0.5rem);
}
.pgnt-wrap .control .plus {
	width: calc(50% - 0.5rem);
}

.pgnt-wrap .control .minus a {
	width: calc(50% - 0.5rem);
	margin-right: 1rem;
	padding: 7px 0rem;
	text-align: center;
	background: #f0f3f4;
	color: #bbb;
	border-radius: 3px;
	pointer-events: none;
}
		body.paged .pgnt-wrap .control .minus a {
			background: #fff;
			color: #00BFA5;
			pointer-events: auto;
		}

.pgnt-wrap .control .plus a {
	width: calc(50% - 0.5rem);
	margin-right: 1rem;
	padding: 7px 0rem;
	text-align: center;
	background: #fff;
	border-radius: 3px;
}
		.pgnt-wrap .control .minus a:last-child,
		.pgnt-wrap .control .plus a:last-child {
			margin-right: 0rem;
		}


/*================================================================================================

* INSTAGRAM FEED RESET *

================================================================================================*/
.eapps-instagram-feed-posts-view {
	padding: 0px !important;
}
.eapps-instagram-feed-posts-slider-nav {/*POPUPのバックグラウンド*/
	background: rgba(0,0,0,0.35) !important;
}
.eapps-instagram-feed-posts-slider-next,
.eapps-instagram-feed-posts-slider-prev {/*SLIDERのカーソル*/
	box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
.eapps-instagram-feed-popup-item {/*POPUPした後のアイテム*/
	margin-bottom: 2rem;
}
/********************/}

@media only screen and (max-width: 480px) {
.eapps-instagram-feed-posts-item-template-classic {/*Classic表示のアイテム非POPUP*/
	margin-bottom: 2rem !important;
}
.eapps-instagram-feed-popup-mobile-panel {/*POPUPした後のアイテム*/
	width: calc(100% - 4rem);
	margin: auto;
	left: 0;
	right: 0;
    background: none !important;
    border-bottom: 0px solid #f1f1f1 !important;
}
.eapps-instagram-feed-popup-inner {/*POPUPカードの幅*/
	width: calc(100% - 4rem) !important;
}
.eapps-instagram-feed-popup-wrapper {/*POPUPの梱包要素*/
	top: 0px !important;
	padding-top: 3rem;
}
.eapps-instagram-feed-popup-close {/*POPUP CLOSE*/
	top: 5px !important;
	right: 35px !important;
	left: auto !important;
}
.eapps-instagram-feed-popup-close::before,
.eapps-instagram-feed-popup-close::after {/*POPUP CLOSEの色*/
	background-color: #00B0FF !important;
}

/********************/}

/*================================================================================================

* MENU MAIN *

================================================================================================*/
.menu-main-container {
	width: 100%;
	max-width: 490px;
	height: 100vh;
	background: #FBF9F4;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
	transform: translateX(110%);
	transition: 0.5s ease;
}
.menu-main-container.show {
	transform: translateX(0%);
	transition: 0.5s ease;
}
	.menu-main-wrap {
		width: 100%;
		height: 100%;
		padding: 0px 1rem 110px 63px;
		overflow-y: scroll;
		-ms-overflow-style: none; /*IE,edge用*/
		scrollbar-width: none; /*FireFox用*/
		z-index: 100000;
		position: relative;
	}
	.menu-main-wrap::-webkit-scrollbar { /*Chrome,Safari用*/
		display:none;
	}

.menu-main-wrap > .inner {
	width: 100%;
	max-width: 245px;
	position: relative;
	padding-top: 110px;
}

/* MAIN ================================================*/
.menu-main-wrap > .inner ul.main {
	width: 100%;
	padding-left: 37px;
	border-bottom: 1px solid #D4CBD5;
	padding-bottom: 34px;
}
	.menu-main-wrap > .inner ul.main li {
		width: 100%;
	}
	.menu-main-wrap > .inner ul.main li a {
		display: block;
		font-weight: 500;
		font-size: 22px;
		line-height: 300%;
		letter-spacing: 0.05em;
		color: #383838;
	}

/* LANG ================================================*/
.menu-main-wrap > .inner ul.lang {
	width: 100%;
	padding-left: 37px;
	padding-top: 28px;
}
.menu-main-wrap > .inner ul.lang li {
	width: 100%;
}
.menu-main-wrap > .inner ul.lang li a {
	color: #383838;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 250%;
}
.menu-main-wrap > .inner ul.lang li p {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 250%;
	letter-spacing: 0.1em;
	color: #383838;
}

/* CLOSE BTN ================================================*/
.menu-close-btn {
	width: 42px;
	height: 42px;
	content: "";
	margin: auto;position: absolute;top: 33px;right: 0;
	cursor: pointer;
}
.menu-close-btn span {
	height: 2px;
	width: 100%;
	background: #675568;
	content: "";
	margin: auto;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
	transform: rotate(45deg);
}

.menu-close-btn span:nth-of-type(2) {
	transform: rotate(-45deg);
}

/* CLOSE BG ================================================*/
.menu-main-bg {
	width: 100%;
	height: 100%;
	cursor: pointer;
	content: "";
	margin: auto;position: fixed;top: 0;left: 0;
	z-index: 99999;
	pointer-events: none;
}
.menu-main-bg.show {
	pointer-events: auto;
}

/*================================================================================================

* メディアクエリ *

================================================================================================*/
@media only screen and (max-width: 1024px) {
/********************/}
@media only screen and (max-width: 768px) {
/********************/}
@media only screen and (max-width: 480px) {
/********************/}