/* ----------------------------------------------------------
追加css 
---------------------------------------------------------- */

@font-face {
	font-family: 'Superegg-l';
	font-weight: 300;
	src: url('./fonts/SupereggTranscript-Light.eot'),
		url('./fonts/SupereggTranscript-Light.woff') format('woff'),
		url('./fonts/SupereggTranscript-Light.woff2') format('woff2'),
		url('./fonts/SupereggTranscript-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Superegg-r';
	font-weight: 400;
	src: url('./fonts/SupereggTranscript-Regular.eot'),
		url('./fonts/SupereggTranscript-Regular.woff') format('woff'),
		url('./fonts/SupereggTranscript-Regular.woff2') format('woff2'),
		url('./fonts/SupereggTranscript-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Superegg-m';
	font-weight: 500;
	src: url('./fonts/SupereggTranscript-Medium.eot'),
		url('./fonts/SupereggTranscript-Medium.woff') format('woff'),
		url('./fonts/SupereggTranscript-Medium.woff2') format('woff2'),
		url('./fonts/SupereggTranscript-Medium.ttf') format('truetype');
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #000!important;
}
a:hover {
	color: #000!important;
	text-decoration: none!important;
}

sup {
	font-size: 80%!important;
	display: inline-block;
	font-family: 'Superegg-r', sans-serif;
}
h2 sup {
	font-size: 50%!important;
}
.txt_c {
	text-align: center;
}
.u-color__border--border {
	border-bottom: none!important;
}
.c-account_table .u-color__border--border {
	border-bottom: solid 1px #D8DDDF!important;
}
.p-payment_list .c-account_table > tbody > tr > th,
.p-payment_list .c-account_table > tbody > tr > td {
	text-align: center!important;
}
.c-form_table--confirm .u-color__border--border {
	border-bottom: solid 1px #D8DDDF !important;
}
.box.sub_box {
	box-sizing: border-box;
	padding: 0 20px;
	max-width: 1360px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
.h_line {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding: 7px;
}
.h_line a {
	color: #fff!important;
	text-decoration: underline;
}
.h_line a:hover {
	color: #fff!important;
	text-decoration: none;
}
.h_box h1.h_logo {
	line-height: 1em;
	font-size: 1em;
}
body .h_logo svg {
	fill: #000;
	vertical-align: bottom;
}
body .h_right svg {
	fill: #000;
}

/* links
---------------------------------------------------------- */
body#links header.l-header {
	display: none!important;
}
body#links #in_header {
	display: none!important;
}
body#links .f_ico_box {
	display: none!important;
}
body#links footer {
	display: none!important;
}


/* login
---------------------------------------------------------- */
.ul_password {
	display: table;
	width: 100%;
}
.ul_password li {
	display: table-cell;
}
.ul_password li:last-child {
	text-align: right;
}
#order_customer_attributes_birth_1i {
	min-width: 100px;
}
#cv-xsells-view .c-product_item__link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}


/* modal 
---------------------------------------------------------- */
body.modal_open {
	overflow: hidden;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.modal_line {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.close_top {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: normal;
	color: #0A0A0A!important;
}
.close_top:hover {
	color: #0A0A0A!important;
}
.modal-bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal-box {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 375px;
	width: 80%;
	box-sizing: border-box;
	padding: 90px 20px;
	position: relative;
}
.modal_line .modal-box {
	padding: 0;
}
.modal-box-in {
	
}
.modal_line .modal-box-in {
	padding: 25px 20px 65px;
}
.tit_modal {
	font-family: 'Superegg-r', sans-serif;
	font-size: 24px;
	letter-spacing: .2em;
	margin-bottom: 35px;
	line-height: 1.4;
}
.modal_line .tit_modal {
	margin-bottom: 25px;
}
.tit_modal span {
	font-size: 15px;
	letter-spacing: 0;
	display: block;
	margin-top: 10px;
}
.txt_modal span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.txt_modal {
	font-size: 12px;
	margin-bottom: 35px;
}
.modal_country {
	margin-bottom: 10px;
	font-family: 'Superegg-r', sans-serif;
	font-size: 12px;
}
.modal-box-in select {
	border: solid 1px #000;
	padding: 15px 20px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	margin-bottom: 20px;
	background: #fff url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/common/select-arrow.svg) no-repeat right 10px center;
	background-size: 12px;
}
.modal-box-in .modal_ul li:first-child {
	margin-bottom: 15px;
}
.modal-box-in .modal_ul a {
	background: #5C6329;
	color: #fff!important;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 4px;
	line-height: 1;
	display: block;
	font-family: 'Superegg-r', sans-serif;
	font-size: 14px;
}
sup.r-mark {
	font-size:10px!important;
}
.tit_item_duplex sup.r-mark,
.accordion_tit sup.r-mark {
	font-weight:bold!important;
}


@media screen and (min-width:1441px) {
	#main_img_wrap {
		padding: 0 60px;
	}
	#main_img_wrap:before {
		content: '';
		position: absolute;
		background: #59621D;
		height: 950px;
		width: 9px;
		bottom: -850px;
		left: 90px;
		z-index: 10;
	}
	#main_img_wrap:after {
		content: '';
		position: absolute;
		background: #59621D;
		height: 950px;
		width: 9px;
		bottom: -850px;
		right: 90px;
		z-index: 10;
	}
}
@media screen and (max-width:1440px) {
#main_img_wrap {
	padding: 0 20px;
}
}

/* header 
---------------------------------------------------------- */
@media screen and (min-width:1321px) {
	.h_sp {
		display: none;
	}
	#header_box {
		padding: 20px 0 45px;
	}
	.h_box {
		display: flex;
	}
	.h_box .h_left {
		width: 35%;
	}
	.h_box .h_left ul {
		display: flex;
	}
	.h_box .h_left ul li {
		padding-right: 20px;
		font-size: 16px;
		font-family: 'Superegg-r', sans-serif;
	}
	.h_box .h_left ul li:last-child {
		padding-right: 0;
	}
	.h_box .h_logo {
		width: 30%;
		text-align: center;
	}
	.h_box .h_logo img {
		max-width: 190px;
		display: inline-block;
	}
	.h_box .h_right {
		width: 35%;
	}
	.h_box .h_right ul {
		overflow: hidden;
	}
	.h_box .h_right ul li {
		float: right;
		margin-left: 20px;
		font-size: 16px;
		font-family: 'Superegg-r', sans-serif;
	}
	.h_box .h_right ul li:last-child {
		margin-left: 0;
		padding-right: 15px;
	}
	.h_box .h_right ul li img {
		width: 20px;
	}
	
	.language-selector {
		position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
	}

	.language-selector__menu {
		position: relative;
		background: #fff url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/common/select-arrow.svg) no-repeat right 2px center;
		color: #000;
		width: 40px;
		height: 20px;
		padding: 0 7px;
		border: 1px solid #000;
		border-radius: 3px;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		cursor: pointer;
		font-family: 'Superegg-r', sans-serif;
	}
	
	
}

@media screen and (max-width:1320px) {
	.h_full {
		display: none;
	}
	.h_box {
		padding: 0 20px;
	}
	#header_box {
		padding: 15px 0 15px;
	}
	.h_box {
		display: table;
	}
	.h_box .h_ico {
		width: 25%;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.h_box .h_ico:last-child {
		text-align: right;
		padding-right: 15px;
	}

	.h_box .h_logo {
		width: 50%;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
	.h_box .h_logo img {
		max-width: 166px;
		display: inline-block;
	}
	
	/*sp_menu*/
	body.fixed-body {
		overflow: hidden;
	}
	#sp_menu {
		position:fixed;
		z-index: 999;
		top:0;
		left: -120%;
		width:100%;
		height: 100vh;
		background:#fff;
		transition: all 0.6s;
	}

	#sp_menu.panelactive{
		left: 0;
	}

	#sp_menu.panelactive #sp_menu_li {
		position: fixed;
		z-index: 999; 
		width:100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#sp_menu ul {
		position: absolute;
		z-index: 999;
		top: 80px;
		left: 30px;
	}
	#sp_menu ul li{
		list-style: none;
		padding: 0 0 20px 0;
	}
	#sp_menu ul li:nth-last-child(2){
		padding: 0 0 35px 0;
	}
	#sp_menu ul li:last-child{
		padding: 0;
	}
	#sp_menu ul li a{
		text-decoration: none;
		/*display: block;*/
	}
	body#clean .h_box #sp_menu li a {
		color: #000!important;
	}
	#sp_menu .sp_menu_btm {
		position: absolute;
		z-index: 999;
		bottom: 40px;
		left: 30px;
		right: 30px;
	}
	#sp_menu .sp_menu_btm ol {
		display: table;
		margin-bottom: 10px;
		width: 100%;
	}
	#sp_menu .sp_menu_btm ol li {
		box-sizing: border-box;
		display: table-cell;
	}
	#sp_menu .sp_menu_btm ol li:first-child {
		font-size: 18x;
		font-family: 'Superegg-r', sans-serif!important;
		letter-spacing: 0.2em;
	}
	#sp_menu .sp_menu_btm ol li:nth-child(2) {
		width: 40px;
		padding-right: 20px;
	}
	#sp_menu .sp_menu_btm ol li:nth-child(3) {
		width: 20px;
	}
	#sp_menu .sp_menu_btm .txt_sp_menu_btm {
		font-size: 10px;
	}
	
	
	.ham_menu {
		position:absolute;
		z-index: 9999;
		top:-6px;
		left: -6px;
		cursor: pointer;
		width: 40px;
		height: 40px;
	}
	/*
	.h_full_sp .ham_menu.active {
		top: -50px;
	}
	*/
	.ham_menu.active {
		top: 40px;
		right: 40px;
		left: auto;
		position: fixed;
	}
	.ham_menu span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 9px;
		height: 1px;
		background-color: #000;
		width: 55%;
	}
	body#clean .ham_menu span {
		background: #fff;
	}
	body#clean .is-fixed .ham_menu span {
		background: #000;
	}
	body#clean .ham_menu.active span {
		background: #000;
	}
	.ham_menu span:nth-of-type(1) {
		top:10px; 
	}
	.ham_menu span:nth-of-type(2) {
		top:18px;
	}
	.ham_menu span:nth-of-type(3) {
		top:26px;
	}
	.ham_menu.active span:nth-of-type(1) {
		top: 13px;
		left: 8px;
		transform: translateY(6px) rotate(-45deg);
		width: 60%;
	}
	.ham_menu.active span:nth-of-type(2) {
		opacity: 0;
	}
	.ham_menu.active span:nth-of-type(3){
		top: 25px;
		left: 8px;
		transform: translateY(-6px) rotate(45deg);
		width: 60%;
	}
	.mobile-nav__language-menu span,
	.mobile-nav__language-menu a{
		font-size: 18px;
		font-family: 'Superegg-r', sans-serif!important;
		letter-spacing: 0.2em;
		line-height: 20px;
		text-transform: uppercase;
		color: #000000 !important;
	}
	.mobile-nav__language-menu .current-language {
		opacity: 0.3;
	}
	

}

@media screen and (min-width:1051px) {
.splide_box {
	width: 100%;
	display: table;
}
.splide_box .splide_box_l {
	width: 63%;
	display: table-cell;
	vertical-align: middle;
}
.splide_box .splide_box_r {
	width: 37%;
	display: table-cell;
	padding: 50px 2% 50px 4%;
	box-sizing: border-box;
	font-size: 14px;
	background: #F5F5D7;
}
.splide_box .splide_box_r .splide_box_r_tit {
	font-weight: bold;
	margin-bottom: 15px;
}
.splide_box .splide_box_r .splide_box_r_txt_s {
	font-size: 10px;
	margin-top: 10px;
}
.splide_box .splide_box_r .btn_sty {
	margin-top: 20px;
}

#tab_panel01 .story_box {
	background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/story/bg_story_tab01.png) no-repeat center top;
}
}


@media screen and (max-width:1050px) {
.splide_box {
	width: 100%;
}
.splide_box .splide_box_l {
	
}
.splide_box .splide_box_r {
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
	/*background: #F5F5D7;*/
}
.splide_box .splide_box_r .splide_box_r_tit {
	font-weight: bold;
	margin-bottom: 15px;
}
.splide_box .splide_box_r .splide_box_r_txt_s {
	font-size: 10px;
	margin-top: 10px;
}
.splide_box .splide_box_r .btn_sty {
	margin-top: 20px;
}


.scroll_c-account_table {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: -ms-flexbox;
}
.scroll_c-account_table::-webkit-scrollbar{
	height: 2px;
}
.scroll_c-account_table::-webkit-scrollbar-track{
	background: #eee;
}
.scroll_c-account_table::-webkit-scrollbar-thumb {
	background: #999;
}
.scroll_c-account_table table {
	min-width: 850px;
}


}


@media screen and (min-width:769px) {
main {
	padding-bottom: 120px;
	padding-top: 24px;
}
main#page_products {
	padding-bottom: 0;
}
main#perform-view{
	padding-bottom: 0;
}
main section .container p {
	margin-bottom: 25px;
	font-size: 14px;
}
main section .container * p:last-child {
	margin-bottom: 0px;
}

.pc_none {
	display: none;
}
.btn_sty.btn_c {
	text-align: center;
}
.btn_sty a {
	font-size: 14px;
	max-width: 260px;
	background: #000;
	color: #fff!important;
	border-radius: 8px;
	width: 100%;
	line-height: 1;
	padding: 12px;
	text-align: center;
	border: solid 1px #000;
	display: inline-block;
	transition: all .4s ease;
	text-decoration: none;
}
.btn_sty a:hover {
	background: #fff;
	color: #000!important;
	text-decoration: none;
}
.btn_sty.btn_g a {
	background: #5B6229;
	border-color: #5B6229;
}
.btn_sty.btn_g a:hover {
	background: #fff;
	color: #5B6229!important;
}
.btn_sty.btn_w a {
	background: #fff;
	color: #000!important;
	border-color: #fff;
}
.btn_sty.btn_w a:hover {
	background: #000;
	color: #fff!important;
}
.btn_line {
	text-align: center;
}
.btn_line a {
	max-width: 260px;
	width: 100%;
	line-height: 1;
	padding: 12px;
	text-align: center;
	border: solid 1px #000;
	display: inline-block;
	transition: all .4s ease;
	font-size: 14px;
}
.btn_line a:hover {
	opacity: 0.6;
}
.col_box {
	display: flex;
}
.page_top {
	text-align: center;
}
.line_box {
	border-top: solid 1px #000;
	padding: 40px 0;
	overflow: hidden;
}
.line_box .line_box_l {
	float: left;
	width: 26%;
	padding-right: 2%;
	box-sizing: border-box;
}
.line_box .line_box_r {
	float: left;
	width: 67%;
}

.products_pages {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* header 
---------------------------------------------------------- */
.h_box {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	box-sizing: border-box;
}
#header {
	width: 100%;
	transition: top 300ms;
}
#in_header {
	padding: 15px 0 15px;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.p_fixed_header {
	padding: 10px 0;
	border-bottom: 1px solid #d4d4d4;
	opacity: 0;
	transition : all 1000ms;
	visibility: hidden;
	background-color: #fff;
}
.fix_header.is-fixed .p_fixed_header.p_show {
	opacity: 1;
	visibility: visible;
}
.p_fixed_header .h_box {
	display: flex;
	align-items:center
}
.p_fixed_header .h_box .h_p_left {
	width: 75%;
}
.p_fixed_header .h_box .h_p_left ul {
	display: table;
	width: 100%;
}
.p_fixed_header .h_box .h_p_left ul li {
	display: table-cell;
	vertical-align: middle;
}
.p_fixed_header .h_box .h_p_left ul li br {
	display: none;
}
.p_fixed_header .h_box .h_p_left ul li:first-child {
	width: 80px;
	padding-right: 20px;
}
.p_fixed_header .h_box .h_p_right {
	width: 25%;
}
.p_fixed_header .p_name {
	font-size: 18x;
	font-family: 'Superegg-m', sans-serif!important;
	letter-spacing: 0.2em;
	display: block;
}
.p_fixed_header .p_name_jp {
	font-size: 12px;
	font-weight: bold;
}



#header .h_left {
	padding-top: 2px;
}
#header .h_right {
	padding-top: 2px;
}
.fix_header {
	display: none;
}
.fix_header.is-fixed {
	display: block;
	position: fixed;
	z-index: 11;
	
}

#header_box .h_left li .nav_box {
	position: absolute;
	width: 100%;
	left: 0;
	background: #F0F0F0;
	display: none;
}
#header_box .h_left li .nav_box .nav_box_in {
	display: table;
	padding: 50px 0;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}


/* footer 
---------------------------------------------------------- */
.f_ico_box {
	background: #F5F5D7;
}
.f_ico_box ul {
	display: flex;
	margin: 0!important;
}
.f_ico_box ul li {
	width: 25%;
	text-align: center;
	padding: 70px 1%;
	box-sizing: border-box;
}
.f_ico_box ul li .f_ico_img {
	width: 84px;
	display: inline-block;
}
.f_ico_box ul li .f_ico_tit {
	color: #59621D;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}
.f_ico_box ul li .f_ico_txt {
	font-size: 12px;
}
.f_ico_box ul li .f_img_pay {
	margin-top: 15px;
}
.f_ico_box ul li .f_img_pay img {
	max-width: 220px;
	width: 100%;
	display: inline-block;
}
footer {
	background: #59621D!important;
	padding: 70px 60px 50px;
	color: #fff!important;
	box-sizing: border-box;
}
footer a,
footer a:hover {
	color: #fff!important;
}
.f_top {
	text-align: center;
	margin-bottom: 80px;
}
.f_top .f_beagood {
	margin-bottom: 20px;
}
.f_top .f_beagood img {
	max-width: 207px;
	display: inline-block;
}
.f_top .f_top_txt {
	font-size: 12px;
	margin-bottom: 25px;
}
.f_top .f_line_bnr a {
	max-width: 240px;
	width: 100%;
	border: solid 1px #fff;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 12px 25px;
	background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/footer/ico_line.png) no-repeat 15px center;
	background-size: 20px;
	text-align: right;
}
.f_link {
	display: flex;
	margin-bottom: 40px;
}
footer .f_link ul {
	width: 25%;
}
footer .f_link ul li span {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
footer .f_link ul li {
	line-height: 2;
	font-size: 14px;
}
.f_fortheplanet {
	border-top: solid 1px #6A7234;
	border-bottom: solid 1px #6A7234;
	padding: 30px 0 40px;
	text-align: center;
	margin-bottom: 50px;
}
.f_fortheplanet .f_fortheplanet_img {
	margin-bottom: 20px;
}
.f_fortheplanet .f_fortheplanet_img img {
	max-width: 300px;
	display: inline-block;
}
.f_fortheplanet .f_fortheplanet_txt {
	font-size: 12px;
}
.f_bottom {
	text-align: center;
}
.f_bottom .f_logo img {
	max-width: 191px;
	display: inline-block;
}
.f_bottom ul {
	margin: 40px 0 30px;
}
.f_bottom ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
}
footer .copy {
	font-family: 'Superegg-r', sans-serif!important;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}


/* index
---------------------------------------------------------- */
#main_img_wrap {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#main_img_wrap_sp {
	display: none;
}
.index_slider_box {
	display: flex;
}
.index_slider_box .splide {
	width: 33.33%;
}
.index_box01 {
	padding: 100px 20px 90px;
	width: 100%;
	max-width: 1090px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

#index_box01_1 {
	text-align: center;
	margin-bottom: 100px;
}
.index_box01 .img_index_box01_01 {
	margin-bottom: 50px;
}
.index_box01 .img_index_box01_01 img {
	width: 100px;
	display: inline-block;
}
.index_box01 h2 {
	/*font-size: 36px;
	font-family: 'Superegg-l', sans-serif!important;*/
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #5C6329;
	margin-bottom: 30px;
}
.index_box01 h3 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Superegg-l', sans-serif!important;
	color: #000;
	margin-bottom: 30px;
}
.index_box01 h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Superegg-l', sans-serif!important;
	color: #000;
	margin-bottom: 30px;
}
.index_box01 .txt_att {
	font-size: 11px;
}
.index_box01 .btn_line {
	text-align: left;
	margin-bottom: 40px;
}
.col2_index01_2 {
	display: flex;
}
.col2_index01_2 .col2_index01_2_l {
	width: 68%;
	padding-right: 2%;
	box-sizing: border-box;
}
.col2_index01_2 .col2_index01_2_r {
	width: 32%;
}
.col2_index01_2_in {
	display: flex;
	align-items: end;
}
.col2_index01_2_in .col2_index01_2_in_l {
	width: 51.4%;
	padding-right: 2.8%;
	box-sizing: border-box;
}
.ico_col2_index01_2_in_l img {
	max-width: 103px;
	margin-bottom: 20px;
}
.txt_col2_index01_2_in_l {
	margin-bottom: 40px;
	font-size: 12px;
}
.col2_index01_2_in .col2_index01_2_in_l .txt_col2_index01_2_in_l:last-child {
	margin-bottom: 0;
}
.col2_index01_2_in .col2_index01_2_in_r {
	width: 48.6%;
}




.index_lineup {
	padding-bottom: 120px;
}
.index_lineup section {
	margin-bottom: 60px;
}
.index_lineup .p-new_product {
	/*max-width: 1360px;*/
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.index_lineup .p-new_product__title {
	display: none;
}
.c-product_item__inner__content {
	padding: 0 0 30px;
	max-width: 500px;
	width: 100%;
}
#page_products .c-product_item__inner__content {
	padding-left: 30px;
	padding-right: 30px;
}
.c-product_item__inner__title.u-text--subhead {
	font-family: 'Superegg-m', sans-serif!important;
	font-size: 12px!important;
}
.c-product_item__link {
	position: relative;
	background: #D1D0D0;
}
.c-product_item__inner__title span {
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 7px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
.c-product_item__inner__category {
	/*margin-top: 20px;*/
	position: absolute;
	top: 15px;
	/*left: 15px;*/
	z-index: 1;
}
.c-product_item__inner__category span {
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	padding: 3px 5px;
	display: inline-block;
	border: solid 1px #fff;
}
.c-product_item__inner__price {
	color: #000!important;
	/*min-height: 120px;*/
}
.product_description {
	font-size: 12px;
	margin-bottom: 15px;
}
.c-product_item__inner__price .txt_small {
	font-size: 10px;
}
.c-cart li:first-child {
	margin-bottom: 10px;
}
.c-cart li .c-product_item__link {
	display: block;
	background: #D9D9D9!important;
	color: #000!important;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	padding: 11px 10px;
	font-size: 12px;
	border: solid 1px #000;
}
.c-cart button {
	display: block;
	background: #5B6229!important;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	padding: 11px 10px;
	font-size: 12px;
}
.c-cart button#btn-stock-waiting-list {
	background: #999999!important;
	pointer-events: none;
}
#page_products .c-product_item__inner__content .c-cart button {
	max-width: 335px;
}
.c-product_item_price_box span {
	font-size: 12px;
}
.c-product_item_price_box .txt_tax {
	font-size: 10px;
}
.ul_product_ico {
	margin: 10px 0;
}
.ul_product_ico li {
	display: inline-block;
	font-size: 12px;
	color: #666;
	border: solid 1px #666;
	border-radius: 4px;
	line-height: 1;
	padding: 3px;
	margin-right: 3px;
}
.p-new_product .ul_product_ico li:first-child {
	display: none;
}
.tit_index {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif!important;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.tit_index.tit_index_long {
	margin-bottom: 70px;
}
.tit_index.tit_index_long span {
	font-size: 14px;
	display: block;
	letter-spacing: 0;
	padding-top: 10px;
}
/*
.p-new_product .tit_index {
	margin-bottom: 60px;
	display: none;
}
.product_list_col .tit_index {
	margin-bottom: 50px;
}
*/
.index_box03 {
	display: table;
	background: #EAE6E5;
}
#product-show-view .index_box03 {
	margin-bottom: 100px;
}
.index_box03_l {
	text-align: center;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	
}
.index_box03_r {
	text-align: right;
	width: 50%;
	display: table-cell;
	position: relative;
}
.index_box03_r img {
	vertical-align: bottom;
}
.txt_index_box03 {
	font-weight: bold;
	font-size: 14px;
}
.index_box03_l ul {
	display: flex;
	max-width: 218px;
	width: 36%;
	margin: 25px auto 25px;
}
.index_box03_l ul li:first-child {
	margin-right: 3%;
}
.txt_s_index_box03 {
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	right: 20%;
}
.index_box04 {
	background: #F5F5D7;
	padding: 110px 30px;
	margin-bottom: 120px;
}
.txt_index_box04_01 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}

.img_index_box04_01 {
	text-align: center;
	margin: 100px auto 0;
	max-width: 864px;
	width: 100%;
}
.txt_index_box04_02 {
	max-width: 600px;
	width: 100%;
	font-size: 10px;
	color: #59621D;
	margin: 15px auto 0;
	text-align: left;
}
#duplex_img_box {
	text-align: left;
}
.ul_duplex {
	display: flex;
	max-width: 600px;
	width: 100%;
	margin: 100px auto 240px;
}
.ul_duplex li {
	width: 30%;
	margin-right: 5%;
}
.ul_duplex li div {
	font-size: 14px;
	font-family: 'Superegg-m', sans-serif;
	letter-spacing: .2em;
	line-height: 1.25;
}
.ul_duplex li div sup {
	font-family: 'Superegg-m', sans-serif;
}
.ul_duplex li:last-child {
	margin-right: 0;
}
.ul_duplex_linebox {
	padding-left: 10px;
	border-left: .25px solid #000;
	position: relative;
	height: 138px;
}
.ul_duplex li:nth-child(2) .ul_duplex_linebox {
	height: 108px;
	margin-top: 30px;
}
.ul_duplex li:nth-child(3) .ul_duplex_linebox {
	height: 78px;
	margin-top: 60px;
}
.ul_num_duplex {
	left: 10px;
	bottom: 0;
	position: absolute;
}

.tit_item_duplex {
	font-size: 18px;
	font-family: 'Superegg-m', sans-serif;
	margin-bottom: 0;
	line-height: 1.2;
}
.sub_tit_item_duplex {
	font-size: 14px;
	margin: 5px 0 15px;
	line-height: 1.2;
}
.txt_item_duplex p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.txt_item_duplex p .txt_small {
	font-size: 12px;
	font-family: 'Superegg-r', sans-serif;
	line-height: 1.2;
	display: block;
}
.duplex_img_sp {
	display: none;
}
.duplex_img_box01 {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.duplex_img_box01 .img_box {
	width: 38%;
	padding-right: 10%;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}
.duplex_img_box01 .txt_box {
	width: 62%;
}

.duplex_img_box02 {
	max-width: 930px;
	width: 100%;
	margin: -20px auto;
	display: flex;
	align-items: center;
	flex-direction : row-reverse;
}
.duplex_img_box02 .img_box {
	position: relative;
	z-index: 2;
	width: 45%;
	padding-left: 8%;
	box-sizing: border-box;
}
.duplex_img_box02 .txt_box {
	width: 52%;
}

.duplex_img_box03 {
	max-width: 930px;
	width: 100%;
	margin: -80px auto;
	display: flex;
	align-items: center;
}
.duplex_img_box03 .img_box {
	width: 58%;
	padding-right: 6%;
	box-sizing: border-box;
}
.duplex_img_box03 .txt_box {
	width: 52%;
}
#duplex_img_box .fadein_txt {
	opacity : 0.0;
	transform : translate(0, 0);
	transition : all 500ms;
}
#duplex_img_box .fadein_txt.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

#duplex_img_box .fadein_img01 {
	opacity : 1;
	transform : translate(0, 0);
	transition : all 500ms;
	position: relative;
	z-index: 10;
}
#duplex_img_box .fadein_img01.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#duplex_img_box .fadein_img02 {
	opacity : 1;
	transform : translate(-100%, -70%);
	transition : all 1000ms;
	position: relative;
	z-index: 8;
}
#duplex_img_box .fadein_img02.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#duplex_img_box .fadein_img03 {
	opacity : 1;
	transform : translate(87%, -160%);
	transition : all 1000ms;
	position: relative;
	z-index: 6;
}
#duplex_img_box .fadein_img03.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.index_box05 {
	padding-bottom: 150px;
}
.index_box05_box {
	width: 100%;
	max-width: 1360px;
	padding: 150px 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.index_box05 .col_box .txt_box {
	width: 52%;
	padding-right: 8%;
	box-sizing: border-box;
}
.index_box05 .col_box .img_box {
	width: 48%;
}
.index_box05 .tit_index {
	text-align: left;
}
.index_box05 h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}
.txt_index_box05 {
	font-size: 14px;
}
.insta_box {
	width: 100%;
	border-bottom: solid 1px #F1F1F1;
	padding-bottom: 100px;
}
.insta_box_in {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.insta_box_in_txt {
	position: absolute;
	max-width: 260px;
	width: 100%;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.insta_box_in_txt h2 {
	font-size: 24px;
	color: #fff;
	font-family: 'Superegg-r', sans-serif!important;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.news_box {
	width: 100%;
	max-width: 1300px;
	padding: 0 20px;
	margin: 100px auto 0;
	box-sizing: border-box;
}
.index_goodeggs {
	margin-bottom: 200px;
}
.index_goodeggs .tit_index {
	margin-bottom: 40px;
}
.index_goodeggs .tit_index span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}
.index_goodeggs .img_index_goodeggs {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto 30px;
}
.index_goodeggs .txt_index_goodeggs {
	font-size: 14px!important;
	text-align: center;
	margin-bottom: 30px;
}
.index_goodeggs .txt_index_goodeggs span {
	font-family: 'Superegg-m', sans-serif!important;
	display: block;
	margin-bottom: 15px;
}

/* title style
---------------------------------------------------------- */
.tit_sub {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}
.h1_sub_en {
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
}
.tit_line {
	margin-bottom: 40px!important;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	font-size: 14px!important;
	font-weight: bold;
}


/* news
---------------------------------------------------------- */
.p-news-h_title {
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 60px;
}
.p-news-cat {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto 0;
	box-sizing: border-box;
}
.column_col_box {
	display: table;
	width: 100%;
	margin-top: -36px;
}
.column_col_box .column_col {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.column_col_box .column_col:first-child {
	width: 45%;
}
.column_col_box .column_col:last-child {
	width: 55%;
	padding-left: 7%;
}
.column_col_box .column_col:last-child .c-column_item__inner__title {
	font-size: 18px!important;
}
.p-news_detail .p-news_detail_box {
	margin-bottom: 50px;
}
.p-news_detail .p-news_detail_box:last-child {
	margin-bottom: 100px;
}
.p-news_detail .p-news_detail_box .btn_sty {
	text-align: center;
	margin-top: 30px;
}
.p-news_detail .p-news_detail_box .tit_column {
	color: #5C6329;
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 15px;
}
.p-news_detail .p-news_detail_box .txt_column_c {
	text-align: center;
	margin-bottom: 15px;
}
.p-news_detail .p-news_detail_box .dl_column dl {
	margin-bottom: 30px;
}
.p-news_detail .p-news_detail_box .dl_column dl:last-child {
	margin-bottom: 0;
}
.p-news_detail .p-news_detail_box .dl_column dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

/* goodeggs
---------------------------------------------------------- */
.goodeggs_box {
    /*background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/goodeggs/bg_goodeggs.png) no-repeat center top;
	background-size: contain;*/
	background: #F5F5D7;
	padding: 90px 0 40px;
}
.goodeggs_box_out a {
	text-decoration: underline;
}
.goodeggs_box_out a:hover {
	text-decoration: none;
}
.p-news-h_title.p-goodeggs_title {
	margin-bottom: 40px;
}
.s-box_goodeggs {
	width: 100%;
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto 0;
	box-sizing: border-box;
}
.t_txt_goodeggs {
	text-align: center;
	font-size: 14px;
	margin-bottom: 120px;
}
.s-box_goodeggs__img_trim {
	overflow: hidden;
}
.s-box_goodeggs__img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.s-box_goodeggs__img.dummy_img {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/goodeggs/dummy.png);
}
.s-box_goodeggs__img:hover {
	transform: scale(1.05);
}
.s-box_goodeggs__inner {
	display: flex;
	flex-wrap: wrap;
}
.s-box_goodeggs__inner li {
	box-sizing: border-box;
}
.s-box_goodeggs__inner li:first-child {
	width: 49%;
}
.s-box_goodeggs__inner li:first-child .s-box_goodeggs__img {
	padding-top: 124%;
}
.s-box_goodeggs__inner li:nth-child(2) {
	width: 51%;
	padding-left: 27%;
	padding-top: 12vw;
}
.s-box_goodeggs__inner li:nth-child(2) .s-box_goodeggs__img {
	padding-top: 134%;
}
.s-box_goodeggs__inner li:nth-child(3) {
	width: 24%;
	margin: 0 38%;
	padding-top: 4vw;
}
.s-box_goodeggs__inner li:nth-child(3) .s-box_goodeggs__img {
	padding-top: 134%;
}
.s-box_goodeggs__inner li:nth-child(4) {
	width: 51%;
	padding-left: 13%;
	padding-right: 14%;
	padding-top: 12vw;
}
.s-box_goodeggs__inner li:nth-child(4) .s-box_goodeggs__img {
	padding-top: 124%;
}
.s-box_goodeggs__inner li:nth-child(5) {
	width: 49%;
	padding-right: 13%;
	padding-top: 4vw;
}
.s-box_goodeggs__inner li:nth-child(5) .s-box_goodeggs__img {
	padding-top: 133%;
}
.s-box_goodeggs__inner li:nth-child(6) {
	width: 49%;
	padding-top: 4vw;
}
.s-box_goodeggs__inner li:nth-child(6) .s-box_goodeggs__img {
	padding-top: 124%;
}
.s-box_goodeggs__inner li:nth-child(7) {
	width: 51%;
	padding-left: 27%;
	padding-top: 12vw;
}
.s-box_goodeggs__inner li:nth-child(7) .s-box_goodeggs__img {
	padding-top: 134%;
}
.s-box_goodeggs__inner li:nth-child(8) {
	width: 24%;
	margin: 0 38%;
	padding-top: 4vw;
}
.s-box_goodeggs__inner li:nth-child(8) .s-box_goodeggs__img {
	padding-top: 134%;
}
.s-box_goodeggs__inner li:nth-child(9) {
	width: 51%;
	padding-left: 13%;
	padding-right: 14%;
	padding-top: 12vw;
}
.s-box_goodeggs__inner li:nth-child(9) .s-box_goodeggs__img {
	padding-top: 124%;
}
.s-box_goodeggs__inner li:nth-child(10) {
	width: 49%;
	padding-right: 13%;
	padding-top: 4vw;
}
.s-box_goodeggs__inner li:nth-child(10) .s-box_goodeggs__img {
	padding-top: 133%;
}
.s-box_goodeggs__inner li:nth-child(11) {
	width: 49%;
	padding-top: 4vw;
}
.s-box_goodeggs__inner li:nth-child(11) .s-box_goodeggs__img {
	padding-top: 124%;
}
.s-box_goodeggs__inner li:nth-child(12) {
	width: 51%;
	padding-left: 27%;
	padding-top: 12vw;
}
.s-box_goodeggs__inner li:nth-child(12) .s-box_goodeggs__img {
	padding-top: 134%;
}


.s-box_goodeggs__title {
	font-size: 14px!important;
	font-family: 'Superegg-m', sans-serif!important;
	margin: 20px 0 10px;
}
.s-box_goodeggs__title span {
	font-size: 24px!important;
	font-family: 'Superegg-l', sans-serif!important;
	font-weight: bold;
	display: block;
}
.s-box_goodeggs_txt {
	font-size: 14px!important;
	margin-bottom: 15px;
	max-width: 20.8125em;
}
.s-box_goodeggs_link {
	font-size: 14px!important;
	position: relative;
	line-height: 1.25;
}
.s-box_goodeggs_link:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
@keyframes traceIn {
	from {
	width: 100%;
	left: 0%; }

	to {
	width: 0%;
	left: 100%; }
}
@keyframes traceOut {
	from {
	width: 0%;
	left: 0%; }

	to {
	width: 100;
	left: 0%; }
}
.s-box_goodeggs_link:hover:after {
	-webkit-animation: traceIn .6s cubic-bezier(.215,.61,.355,1), traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
	-moz-animation: traceIn .6s cubic-bezier(.215,.61,.355,1),traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
	-ms-animation: traceIn .6s cubic-bezier(.215,.61,.355,1),traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
	animation: traceIn .6s cubic-bezier(.215,.61,.355,1), traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
}

.good_box_wrap {
	max-width: 520px;
	margin: 0 auto;
}
.good_box_wrap_big {
	max-width: 665px;
	margin: 0 auto;
}
.img_goodeggs001_01 {
	margin-bottom: 30px;
}
.img_goodeggs001_01 div {
	padding-top: 124%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.img_goodeggs001_02 {
	margin-bottom: 110px;
}
.img_goodeggs_sec_in {
	margin-bottom: 110px;
}
.good_box_tit {
	font-size: 16px!important;
	font-family: 'Superegg-m', sans-serif!important;
	text-align: center;
}
.good_box_tit span {
	font-size: 24px!important;
	font-family: 'Superegg-l', sans-serif!important;
	text-align: center;
	font-weight: bold;
}
.good_box_date {
	font-size: 14px!important;
	font-family: 'Superegg-l', sans-serif!important;
	text-align: center;
	/*margin-bottom: 40px;*/
}
.good_box_top_bg {
	background: #F5F5D7;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.good_box_sub_tit {
	font-size: 16px!important;
	text-align: center;
	margin-bottom: 100px;
}
.good_box_top_bg .good_box_sub_tit {
	margin-bottom: 0;
}
.good_box_sec {
	margin-bottom: 110px;
}
.good_box_sec .good_box_sec_tit {
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px!important;
	font-weight: bold;
}
.good_box_sec .good_box_sec_txt {
	margin-bottom: 60px;
	font-size: 14px!important;
}
.good_box_sec .good_box_sec_txt:last-child {
	margin-bottom: 0;
	font-size: 14px!important;
}
.good_box_wrap_colbox {
	max-width: 920px;
	width: 100%;
	margin: 0 auto 110px;
	display: flex;
	align-items: center;
}
.good_box_wrap_col:first-child {
	width: 56%;
}
.good_box_wrap_col:last-child {
	width: 44%;
	padding-left: 17%;
	box-sizing: border-box;
}
.good_box_follow {
	text-align: center;
	margin-top: 120px;
}

/* privacy
---------------------------------------------------------- */
.privacy_box {
	padding-bottom: 80px;
}
.privacy_box .line_box_l li {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
.privacy_box .line_box_r .txt_faq_box {
	margin-bottom: 30px;
}
.privacy_box .line_box_r .txt_faq_box:last-child {
	margin-bottom: 0;
}
.privacy_box .line_box_r .txt_faq_box h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.privacy_box .line_box_r .txt_faq_box p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
.privacy_box .line_box_r .txt_faq_box p:last-child {
	margin-bottom: 0;
}
.privacy_box .line_box_r .txt_faq_box .no_mb_p p {
	margin-bottom: 0;
}
.privacy_box .line_box_r .txt_faq_box ol {
	padding-left: 1.5em;
}
.privacy_box .line_box_r .txt_faq_box ol li {
	font-size: 14px;
	font-weight: normal;
	list-style: decimal;
}
.privacy_box .line_box_r .txt_faq_box ol li ul {
	padding-left: 1.5em;
}
.privacy_box .line_box_r .txt_faq_box ol li ul li {
	list-style: lower-latin;
}
.privacy_box .line_box_r .txt_faq_box .btn_line {
	text-align: center;
}
.page_top {
	text-align: center;
}
#PageTopBtn {
	background: #666666;
	color: #fff!important;
	width: 260px;
	line-height: 1;
	padding: 14px;
	border-radius: 8px;
	display: inline-block;
	transition: all .4s ease;
	text-decoration: none;
}

/* contact
---------------------------------------------------------- */
.page_contact h1 {
	text-align: left;
	margin-bottom: 30px;
}
.txt_contact_top {
	font-size: 12px;
	margin-bottom: 70px;
}
td.td_check {
	text-align: center;
}
td.td_check div {
	display: inline-block;
}

/* mypage
---------------------------------------------------------- */
.h2_mypage {
	font-size: 16px!important;
	font-weight: bold;
	margin: 40px 0 30px;
}
.h3_mypage {
	font-size: 20px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	margin-top: 50px;
}
.txt_mypage {
	font-size: 14px;
	margin-bottom: 15px;
}
.bnr_line img {
	max-width: 240px;
}
.box_order_num {
	background: #FDFAF5;
	margin: 40px 0 50px;
	padding: 20px;
	text-align: center;
}
.tit_order {
	display: block;
	font-size: 14px!important;
}
.num_order {
	display: block;
	font-weight: bold;
	font-size: 24px!important;
	margin-top: 10px;
}

/* law
---------------------------------------------------------- */
.tb_law {
	width: 100%;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-collapse: separate;
} 
.tb_law th,
.tb_law td {
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	font-size: 14px;
	padding: 10px 20px;
}
.tb_law th {
	width: 20%;
	background: #FAFAFA;
}
.num_fax {
	pointer-events: none;
}
.img_law01 img {
	max-width: 306px;
}
.img_law02 img {
	/*
	width: auto!important;
	max-height: 30px;
	*/
	width: 150px;
    height: auto;
}
.img_law03 img {
	max-width: 468px;
}

/* stores
---------------------------------------------------------- */
.page_stores .taser_stores {
	margin-bottom: 60px;
}
.page_stores .txt_stores_top {
	text-align: center;
	margin-top: 30px;
}
.page_stores .stores_box {
	margin-top: 60px;
}
.page_stores .stores_box ul {
	display: flex;
	flex-wrap: wrap;
}
.page_stores .stores_box ul li {
	width: 25%;
	padding: 40px 1% 0 1%;
	box-sizing: border-box;
}
.page_stores .stores_box ul li:nth-child(-n+4) {
	padding-top: 0;
}
.page_stores .stores_box ul li .tit_stores {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 8px;
}
.page_stores .stores_box ul li .txt_stores {
	font-size: 12px;
	padding-bottom: 8px;
}
.page_stores .stores_box ul li .tel_stores a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	pointer-events: none;
}

/* press
---------------------------------------------------------- */
.page_press {
	text-align: center;
}
.page_press .h1_sub_en {
	margin-bottom: 50px!important;
}
.page_press .h1_sub_en.txt_green {
	color: #59621D;
}
.page_press .h2_press {
	font-size: 18px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 40px!important;
}
.page_press .bnr_press {
	display: flex;
	margin-bottom: 40px;
}
.page_press .bnr_press.col4 {
	margin: 0 auto;
	max-width: 660px;
	width: 100%;
	flex-wrap: wrap;
}
.page_press .bnr_press.col4 li {
	width: 25%;
}
.txt_theusa {
	text-align: center;
	margin-bottom: 30px;
}
.page_press .box_press {
	/*
	background: #F5F5D7;
	padding: 70px 0;
	margin-bottom: 100px;
	*/
	text-align: center;
}
.page_press .box_press.box_featured {
	margin-bottom: 90px;
}
.page_press .box_press img {
	max-width: 620px;
	display: inline-block;
}
.press_highlight {
	max-width: 660px;
	width: 100%;
	margin: 0 auto 120px;
}
.press_highlight .press_highlight_box {
	margin-bottom: 100px;
	text-align: left;
}
.press_highlight .press_highlight_box:last-child {
	margin-bottom: 0;
}
.press_highlight .press_highlight_box h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.press_highlight .press_highlight_box .txt_press_highlight_box {
	margin-bottom: 20px;
}
.press_highlight .press_highlight_box .img_press_highlight_box img {
	max-width: 120px;
}


.press_box {
	background: #F5F5D7;
	padding: 50px 10px;
	margin-bottom: 120px;
}
.ul_press li {
	margin-bottom: 60px;
}
.ul_press li:last-child {
	margin-bottom: 0;
}
.ico_press {
	margin-bottom: 30px;
}
.ico_press img {
	display: inline-block;
}
.ico_press .ico_p01 {
	max-width: 120px;
}
.ico_press .ico_m01 {
	max-width: 105px;
}
.ico_press .ico_m02 {
	max-width: 82px;
}
.ico_press .ico_m03 {
	max-width: 95px;
}
.ico_press .ico_m04 {
	max-width: 91px;
}
.ico_press .ico_m05 {
	max-width: 103px;
}
.ico_press .ico_m06 {
	max-width: 91px;
}
.ico_press .ico_m07 {
	max-width: 98px;
}
.ico_press .ico_m08 {
	max-width: 145px;
}
.tit_press {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.txt_press {
	margin-bottom: 20px;
}
.link_press a {
	text-decoration: none;
	background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/press/ico_plus.png) no-repeat left center;
	background-size: 16px;
	padding-left: 30px;
}
#p_press.p-column_header time {
	display: none;
}

/* company
---------------------------------------------------------- */
.page_company {
	text-align: center;
}
.page_company .in_company_box p {
	margin-top: 25px!important;
	line-height: 1.5!important;
}
.page_company .in_company_box p:first-child {
	margin-top: 0!important;
}
.company_line_box {
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: solid 1px #000;
}
.page_company .taser_company {
	margin-bottom: 70px;
}
.ico_company01 {
	margin-bottom: 40px;
}
.ico_company01 img {
	max-width: 100px;
	display: inline-block;
}
.ico_company h2 {
	font-size: 22px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 35px;
}
.ico_company h2 span {
	font-size: 14px;
	font-family: 'Superegg-r', sans-serif;
	display: block;
	margin-top: 15px;
}
.in_company_box {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.company_line_box .btn_sty {
	margin: 37px 0 70px;
}
.img_company01 img {
	max-width: 540px;
	display: inline-block;
}
.founder_name {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	text-align: center;
	margin-top: 35px;
}
.founder_name span {
	font-size: 14px;
	font-family: 'Superegg-r', sans-serif;
	display: block;
	margin-bottom: 5px;
}
.ico_company02 {
	margin-bottom: 40px;
}
.ico_company02 img {
	max-width: 165px;
	display: inline-block;
}
.company_btn {
	margin-top: 30px;
}
.company_btn li {
	margin-bottom: 20px;
}
.company_btn li:last-child {
	margin-bottom: 0;
}

/* lineup
---------------------------------------------------------- */
.lineup_slide {
	width: 100%;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
#index_slide.lineup_slide {
	margin-bottom: 150px;
}

.lineup_slide .splide__pagination {
	padding-top: 40px;
}
.lineup_slide .splide__pagination li {
	padding: 0 5px;
}
.lineup_slide .splide__pagination__page {
	background: #000;
	border: solid 1px #000;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 0 0.1rem;
	padding: 0;
	position: relative;
	transition: background-color .2s ease,color .2s ease;
	width: 10px;
}
.lineup_slide .splide__pagination__page.is-active {
	background: #fff;
	border: solid 1px #000;
}


/* faq
---------------------------------------------------------- */
.faq_box .line_box_l li {
	font-weight: bold;
	font-size: 16px;
}
.accordion_tit {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
	padding-top: 25px;
}
.accordion .accordion_tit:first-child {
	padding-top: 0;
}

.accordion_tit span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	position: relative;
	width: 0.15em;
	height: 1em;
	background: currentColor;
	margin-left: 1em;
}

.accordion_tit span::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.15em solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
}
.accordion_tit.ac-active span::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -0.05em;
	left: auto;
	right: 50%;
	box-sizing: border-box;
}
.accordion_txt {
	display: none;
	padding-top: 15px;
}
.accordion_txt p {
	font-size: 14px;
	margin-bottom: 20px;
}
.accordion_txt p:last-child {
	margin-bottom: 0;
}
.faq_btn {
	border-top: solid 1px #000;
	padding-top: 90px;
	text-align: center;
}
.faq_btn li {
	font-size: 14px;
	margin-bottom: 20px;
}
.faq_btn li:last-child {
	margin-bottom: 0;
}


/* the story
---------------------------------------------------------- */
.p-page_content {
	padding-right: 0!important;
	padding-left: 0!important;
}
.p-page_content__inner {
	max-width: 100%!important;
}
.p-page_wrap {
	max-width: 1360px!important;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 900px;
	padding: 0;
	margin: 0 auto 1em;
}
#tab_menu li{
	width: 20%;
	padding: 0 0 15px;
	margin: 0 1px 0 0;
	text-align: center;
	list-style: none;
	color: rgba(0,0,0,0.5);
	font-size: 12px;
	position: relative;
}
#tab_menu li span {
	font-size: 14px;
	font-family: 'Superegg-r', sans-serif;
	display: block;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	color: rgba(0,0,0,1);
}
#tab_menu li.selected:after {
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #000;
	left: 0;
	right: 0;
	margin: auto;
}
#tab_menu li:hover {
	color: rgba(0,0,0,1);
}

#tab_menu li a {
	display: block;
	text-decoration: none;
}
.tab_panel {
	margin-top: -80px;
}
.story_box {
	padding: 150px 0 70px;
	text-align: center;
}
.story_line_box {
	border-bottom: solid 1px #000;
	padding-bottom: 100px;
}
.story_line_box h1 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	color: #5C6329;
}
.story_line_box h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #5C6329;
}
.story_line_box p {
	margin: 0 0 30px;
}
.story_line_box p.txt_small {
	font-size: 12px;
}

.img_story_tab02 {
	margin: 50px auto;
	max-width: 990px;
	width: 100%;
	position: relative;
}
.img_story_tab02 .img_story_tab02_1 {
	max-width: 335px;
	width: 17%;
	position: absolute;
	top: 0;
	left: 44%;
}
.img_story_tab02 .img_story_tab02_2 {
	max-width: 335px;
	width: 34%;
	padding-top: 10%;
}
.img_story_tab02 .img_story_tab02_3 {
	max-width: 335px;
	width: 34%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.txt_story_tab02 {
	font-size: 10px;
	margin-top: 15px;
	text-align: left;
}
.img_story_tab03 {
	margin: 50px 0;
}
.img_story_tab03 img {
	max-width: 880px;
	display: inline-block;
}
.colbox_story_tab03 {
	max-width: 920px;
	width: 100%;
	margin: 50px auto;
	display: table;
}
.colbox_story_tab03 .col_story_tab03 {
	width: 50%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 1%;
}
.colbox_story_tab03 .col_story_tab03 img {
	max-width: 335px;
	width: 78%;
	display: inline-block;
}
.txt_col_story_tab03 {
	font-size: 10px;
	margin-top: 30px;
}


.img_story_tab04 {
	margin: 0 0 50px; 
}
.img_story_tab04 img {
	max-width: 290px;
	display: inline-block;
}
.img_story_tab05 {
	margin-top: 50px; 
}
.tab_panel05_box {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
}
.tab_panel05_box h3 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin: 30px 0;
	color: #5C6329;
}
.tab_panel05_box p {
	text-align: left;
}
.tab_panel05_box p .le_space {
	letter-spacing: -0.6px;
}

/* clean
---------------------------------------------------------- */
body#clean .h_box {
	color: #fff;
}
body#clean .h_box a {
	color: #fff!important;
}
body#clean .is-fixed .h_box a {
	color: #000!important;
}
body#clean .h_logo svg {
	fill: #fff;
}
body#clean .h_right svg {
	fill: #fff;
}
body#clean .is-fixed .h_box {
	color: #000;
}
body#clean .is-fixed  .h_box {
	color: #000;
}
body#clean .is-fixed .h_logo svg {
	fill: #000;
}
body#clean .is-fixed .h_right svg {
	fill: #000;
}
body#clean header {
	position: absolute;
	background: none!important;
}
.clean_box {
	background: #59621D url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/clean/bg_clean.png) no-repeat center top;
	color: #fff;
	padding: 300px 0 150px;
}
.ico_clean01 {
	margin-bottom: 30px;
	text-align: center;
}
.ico_clean01 img {
	max-width: 80px;
	display: inline-block;
}
.clean_box h1 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-align: center;
}
.clean_box .txt_clean_b {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.clean_col_box {
	display: flex;
	margin: 60px auto 0;
	max-width: 900px;
	width: 100%;
}
.clean_col_box .clean_col {
	width: 46%;
}
.clean_col_box .clean_col:first-child {
	margin-right: 8%;
}
.ico_clean_col {
	margin-bottom: 25px;
	text-align: center;
}
.ico_clean_col img {
	max-width: 99px;
	display: inline-block;
}
.clean_box h2 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin: 80px 0 30px;
	text-align: center;
}
.clean_list_box {
	display: flex;
	margin: 40px auto 0;
	max-width: 900px;
	width: 100%;
	padding: 30px 5%;
	border: solid 1px #fff;
	box-sizing: border-box;
}
.clean_list_box .clean_list {
	width: 30%;
	margin-right: 5%;
}
.clean_list_box .clean_list p {
	font-size: 13px!important;
}
.clean_list_box .clean_list:last-child {
	margin-right: 0;
}
.ingredient {
	padding: 90px 0;
}
.tit_library {
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px!important;
	text-align: center;
	color: #5C6329;
}
.tit_library span {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #5C6329;
	margin-top: 30px;
}
.philosophy {
	padding: 90px 0;
	background: #F5F5D7;
	margin-bottom: 100px;
	text-align: center;
}
.img_library01 {
	margin-top: 60px;
	text-align: center;
}
.img_library01 img {
	max-width: 900px;
	display: inline-block;
}
.txt_library01 {
	max-width: 600px;
	width: 100%;
	font-size: 10px;
	color: #59621D;
	margin: 15px auto 0;
	text-align: left;
}
.ico_clean04  {
	margin-bottom: 40px;
	text-align: center;
}
.ico_clean04 img {
	max-width: 190px;
	display: inline-block;
}
.library_col_box {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.library_col_box .library_col {
	width: 23%;
	margin-right: 2.66%;
	margin-top: 50px;
}
.library_col_box .library_col:nth-child(4n) {
	margin-right: 0;
}
.library_col_box .library_col:nth-child(-n+4) {
	margin-top: 0;
}
.library_col_box .img_library {
	margin-bottom: 10px;
	text-align: center;
}
.library_col_box .img_library img {
	max-width: 200px;
	display: inline-block;
}
.library_col_box .tit_library_col {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.library_col_box .txt_small {
	font-size: 11px;
	margin-bottom: 10px;
	color: #666;
}
.library_col_box ul {
	display: flex;
}
.library_col_box ul li {
	margin-right: 10px;
}
.library_col_box ul li:last-child {
	margin-right: 0;
}
.library_col_box ul li img {
	width: auto;
	height: 20px;
}
/*
.library_col_box ul li .ico_lib01 {
	width: 20px;
}
.library_col_box ul li .ico_lib02 {
	width: 20px;
}
.library_col_box ul li .ico_lib03 {
	width: 8px;
}
.library_col_box ul li .ico_lib04 {
	width: 5px;
}
.library_col_box ul li .ico_lib05 {
	width: 5px;
}
.library_col_box ul li .ico_lib06 {
	width: 8px;
}
.library_col_box ul li .ico_lib07 {
	width: 22px;
}
*/
.pagination-container {
	padding-top: 70px;
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}
.pagination-container ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination-container a {
	padding: 0 10px;
	color: #666;
	text-decoration: none;
}
.pagination-container .navi-active a {
	color: #000;
	font-weight: bold;
}
.att_library {
	font-size: 11px;
	max-width: 900px;
	width: 100%;
	margin: 60px auto 0;
}

/* product detail
---------------------------------------------------------- */
.p-product_content .p-product_content {
	margin-bottom: 10px;
}
.p-product_content .c-product_item_price_box span {
	font-size: 14px;
}
.p-product_content .c-product_item_price_box .txt_tax {
	font-size: 10px;
}
.p-product_content .ul_product_ico {
	margin: 20px 0;
}


/*
.p_fixed_header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
*/

#option_types {
	max-width: 330px;
	width: 100%;
}
.txt_s {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.product_description span,
.c-product_info__description span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
#sizeImageBox {
	display: flex;
}
#sizeImageBox li:first-child {
	margin-right: 10px;
}
#sizeImageBox div{
	padding: 10px 15px;
	line-height: 1;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #eee;
}
#sizeImageBox div:hover{
	opacity: 0.7;
}
#sizeImageBox div.active{
	border: 1px solid #000;
	cursor: pointer;
}
.c-product_img__slider--thumbnail .splide__arrows {
	display: none!important;
}



.cart_p_detail {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.cart_p_detail li {
	display: table-cell;
	vertical-align: middle;
}
.cart_p_detail li:first-child {
	width: 55%;
	padding-right: 3%;
}
.cart_p_detail li:last-child {
	color: #E78225;
}
.cart_p_detail li .c-product_info__form__submit {
	margin-top: 0;
	height: auto;
}
.cart_p_detail .c-cart button {
	padding: 15px 10px;
}
.p_detail01 {
	margin-top: 20px;
}
.p_detail01 dl {
	border-bottom: solid 1px #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.p_detail01 dt {
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}
.p_detail01 dd {
	font-size: 14px;
}
.p_detail01 .img_card01 {
	padding-top: 15px;
}
.p_detail01 .img_card01 img {
	max-width: 453px;
}
.p_detail01 .txt_small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.p_detail_bottom p {
	font-size: 14px;
}
.p_detail02 {
	background: #F5F5D7;
	padding: 40px;
	margin: 40px 0;
	position: relative;
}
.txt_p_detail02 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.h2_p_detain {
	font-size: 22px!important;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 20px!important;
}
.p_detail03 .h2_p_detain {
	text-align: center;
}
.h3_p_detain {
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 20px!important;
}
.bg_sound_renewal01 {
	position: absolute;
	top: -130px;
}
.bg_sound_renewal01_01 {
	display: none!important;
}
.bg_sound_renewal01_02 {
	display: none!important;
}
.p_detail03 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto 100px;
}
.img_sound_renewal01 {
	margin: 40px 0 50px;
}
.box_sound_renewal01 {
	margin: 40px 0 50px;
}
.box_sound_renewal01 ul {
	display: table;
	width: 100%;
}
.box_sound_renewal01 ul li {
	display: table-cell;
	box-sizing: border-box;
	text-align: center;
}
.box_sound_renewal01 ul li:nth-child(odd) {
	width: 47%; 
	padding: 5px 1.5%;
	/*border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-radius: 8px;*/
	box-sizing: border-box;
	position: relative;
}
.box_sound_renewal01 ul li:nth-child(odd):before, .box_sound_renewal01 ul li:nth-child(odd):after {
	content: '';
	width: 7.5px;
	height: 100%;
	position: absolute;
}
.box_sound_renewal01 ul li:nth-child(odd):before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	left: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.box_sound_renewal01 ul li:nth-child(odd):after  {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	right: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.box_sound_renewal01 ul li .tit_box_sound_renewal01 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_sound_renewal01 ul li .txt_box_sound_renewal01 {
	font-size: 14px;
}
.box_sound_renewal01 ul li .txt_box_sound_renewal01 span {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.box_sound_renewal01 ul li:nth-child(2) {
	width: 6%;
	vertical-align: middle;
	padding: 0 1.5%;
}



.ingredients_col_box {
	display: flex;
	margin-bottom: 25px;
}
.ingredients_box .ingredients_col_box:last-child {
	margin-bottom: 0;
}
.ingredients_col_l {
	width: 25%;
	padding-right: 6%;
	box-sizing: border-box;
}
.ingredients_col_r {
	width: 75%;
}
.tit_ingredients {
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 5px!important;
}
.ingredients_all_box .h3_p_detain {
	margin-top: 80px;
}
.p_detail_bottom .ingredients_all_box .normal_txt,
.p_detail_bottom .ingredients_all_box p {
	font-size: 12px;
}
.p_detail_bottom .ingredients_all_box .normal_txt.txt_close {
	display: none;
}
.p_detail_bottom .ingredients_all_box .more_txt {
	display: none;
}
.p_detail_bottom .ingredients_all_box .btn_more {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
.p_detail_bottom .ingredients_all_box .btn_more span {
	cursor: pointer;
}
.p_detail_bottom .ingredients_all_box .btn_more span.txt_open {
	display: inline-block;
}
.p_detail_bottom .ingredients_all_box .btn_more span.txt_close {
	display: none;
}
.p_detail_bottom .ingredients_all_box .btn_more.tab_open span.txt_open {
	display: none;
}
.p_detail_bottom .ingredients_all_box .btn_more.tab_open span.txt_close {
	display: inline-block;
}
.modal-open {
	cursor: pointer;
}
html.w-fixed {
	overflow: hidden;
}
.modalbox {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(51, 51, 51, 0.8);
	width: 100%;
	height: 100%;
}
.modal_box {
	width: 100%;
	max-width: 640px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: #fff;
	padding: 60px 40px 40px;
	box-sizing: border-box;
	text-align: left;
}
.modal_box .ico_modal {
	width: 150px;
	margin-bottom: 20px;
}
.modal_box .tit_modal {
	font-size: 18px!important;
	font-family: 'Superegg-m', sans-serif;
	letter-spacing: 0.2em;
	padding: 15px 0 5px!important;
	border-top: solid 1px #000;
}
.modal_box .txt_modal {
	font-size: 12px!important;
	margin-bottom: 10px!important;
}
.modal_box .col_box_modal {
	display: flex;
	font-size: 12px;
	line-height: 2;
}
.modal_box .col_box_modal .col_modal {
	width: 50%;
}
.modal_box .modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.modal_box .modal-close img {
	width: 14px;
}


.p_detail03 .txt_small {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.p_detail04 {
	background: #F5F5D7;
	padding: 40px 0 50px;
	margin-bottom: 100px;
}
.p_detail04 .h2_p_detain,
.h2_p_detain.tit_c {
	text-align: center;
}
.txt_p_detail04 {
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}
.txt_p_detail04.box_mist {
	max-width: 340px;
}
.img_sound_renewal02 {
	margin-bottom: 15px;
}
.p_detail05 {
	background: #59621D url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/clean/bg_clean.png) no-repeat center top;
	color: #fff;
	padding: 110px 0;
	margin-bottom: 100px;
}
.h3_p_detain span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.p_detail05_col_box {
	display: flex;
	width: 100%;
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto ;
	box-sizing: border-box;
}
.p_detail05_col_box .p_detail05_col_l {
	width: 50%;
	padding-right: 12%;
	box-sizing: border-box;
}
.p_detail05_col_box .p_detail05_col_r {
	width: 50%;
}
.txt_p_detail05_col_r_box {
	margin-bottom: 40px;
}
.p_detail05_col_r .txt_p_detail05_col_r_box:last-child {
	margin-bottom: 0;
}
.img_p_detail05 {
	width: 100px;
	margin-bottom: 25px;
}
.tit_p_detail05 {
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 15px!important;
}
.en_tit_p_detail05 {
	font-size: 16px!important;
	font-family: 'Superegg-r', sans-serif;
	margin-bottom: 10px!important;
}
/*
#product-show-view .p-new_product .tit_index {
	display: none;
}
*/
.products_pages .btn_sty {
	margin-top: 60px;
}
.box_review_list_star {
	margin-bottom: 30px;
}
.box_review_list_star .c-product_info__star {
	margin: 0 auto;
}

/* inquiry
---------------------------------------------------------- */
#page_inquiry .line_box {
	border-top: none;
	padding: 0;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box {
	margin-bottom: 50px;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box:last-child {
	margin-bottom: 0;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box .num_tel {
	font-weight: bold;
}


/* thanks_offer
---------------------------------------------------------- */
#form_cv_xsell .p-campaign ul {
	border-top: solid 1px #EEE;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#form_cv_xsell .p-campaign ul li {
	border-bottom: solid 1px #EEE;
	padding: 20px 0;
}
.thanks_col2_box {
	display: flex;
	position: relative;
}
.thanks_col2_box .c-product_item__link {
	background: none;
}
.thanks_col2_box .c-product_item__inner__category {
	position: static;
}
.thanks_col2_box .c-product_item__inner__category span {
	color: #000;
	border-color: #000;
}
.thanks_col2_box .c-product_item__inner__eyecatch {
	width: 150px;
	margin: 0;
	padding-right: 30px;
	box-sizing: border-box;
}
.thanks_col2_box .c-product_item__inner__title br {
	display: none;
}
.thanks_col2_box .btn_sty {
	margin-top: 15px;
}
.thanks_col2_box .btn_sty a {
	background: #666;
}
#converted-items .p-previous_order ul {
	border-top: solid 1px #EEE;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#converted-items .p-previous_order ul li {
	border-bottom: solid 1px #EEE;
	padding: 20px 0;
}
.thanks_col2_box .c-cart_list__list__item__img {
	width: 150px;
	margin: 0;
	padding-right: 30px;
	box-sizing: border-box;
}
.cv_xsell_product_img .fieldset {
	display: none;
}



/*
#product_details_modal .img-wrap .img-box {
	width: calc(16.66666%)!important;
}
*/
#product_details_modal #sub-images-view .img-wrap:nth-child(n+2) {
	display: none;
}
#product_details_modal .img-wrap .img-box .img-thumbnail {
	padding: 0;
	line-height: 1;
	background-color: #fff;
	border: none;
}
.p-upsell_not_found {
	text-align: center;
	margin: 30px auto 60px;
}


}


@media screen and (max-width: 1250px) and (min-width: 769px) {
.txt_p_detail02 {
	max-width: 640px;
	width: 47%;
	margin: 0 auto;
}
.bg_sound_renewal01_01 {
	max-width: 320px;
	width: 26%;
	position: absolute;
	top: -130px;
}
.bg_sound_renewal01_02 {
	max-width: 270px;
	width: 22%;
	position: absolute;
	right: 0;
	bottom: -100px;
}
}




@media screen and (max-width:768px) {
.main_mt_sp {
	margin-top: 35px!important;
}
main {
	padding-bottom: 100px;
	/*padding-top: 24px;*/
}
main#page_products {
	padding-bottom: 0;
}
main#perform-view{
	padding-bottom: 0;
}
main section .container p {
	margin-bottom: 20px;
	font-size: 12px;
}
main section .container * p:last-child {
	margin-bottom: 0px;
}
.sp_none {
	display: none;
}
.btn_sty.btn_c {
	text-align: center;
}
.btn_sty a {
	font-size: 14px;
	/*max-width: 260px;*/
	background: #000;
	color: #fff!important;
	border-radius: 8px;
	width: 100%;
	line-height: 1;
	padding: 12px;
	text-align: center;
	border: solid 1px #000;
	display: inline-block;
	transition: all .4s ease;
	text-decoration: none;
}
/*
.btn_sty a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
*/
.btn_sty.btn_g a {
	background: #5B6229;
}
.btn_sty.btn_w a {
	background: #fff;
	color: #000!important;
	border-color: #fff;
}
.tab_panel .btn_sty.btn_g a {
	max-width: 260px;
}
/*
.btn_sty.btn_g a:hover {
	background: #fff;
	color: #5B6229;
}
*/
.btn_line {
	text-align: center;
}
.btn_line a {
	max-width: 260px;
	width: 100%;
	line-height: 1;
	padding: 12px;
	text-align: center;
	border: solid 1px #000;
	display: inline-block;
	transition: all .4s ease;
	font-size: 14px;
}
.col_box {
	/*display: flex;*/
}
.page_top {
	text-align: center;
}
.line_box {
	border-top: solid 1px #000;
	padding: 20px 0;
}
.line_box .line_box_l {
	margin-bottom: 15px;
}
.line_box .line_box_r {
	
}
.win_full {
	margin: 0 calc(50% - 50vw);
	/*width: 100vw;*/
	width: 98.3vw;
}

.products_pages {
	width: 100%;
	/*
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	*/
}

input[type=email] {
	-webkit-text-fill-color: black;
	opacity: 1;
}

/* header 
---------------------------------------------------------- */
header {
	/*padding: 15px 0;*/
}
.h_box {
	width: 100%;
	margin: 0 auto;
	display: table;
	box-sizing: border-box;
}
#header_box {
	padding: 15px 0 15px;
}
#header {
	width: 100%;
	transition: top 300ms;
}
#in_header {
	padding: 20px 0 10px;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.p_fixed_header {
	padding: 10px 0;
	border-bottom: 1px solid #d4d4d4;
	opacity: 0;
	transition : all 1000ms;
	visibility: hidden;
	background-color: #fff;
}
.fix_header.is-fixed .p_fixed_header.p_show {
	opacity: 1;
	visibility: visible;
}
.p_fixed_header .h_box {
	display: flex;
	align-items:center
}
.p_fixed_header .h_box .h_p_left {
	width: 54%;
	box-sizing: border-box;
	padding-right: 2%;
}
.p_fixed_header .h_box .h_p_left ul {
	display: table;
	width: 100%;
}
.p_fixed_header .h_box .h_p_left ul li {
	display: table-cell;
	vertical-align: middle;
}
.p_fixed_header .h_box .h_p_left ul li br {
	display: none;
}
.p_fixed_header .h_box .h_p_left ul li:first-child {
	display: none;
}
.p_fixed_header .h_box .h_p_right {
	width: 46%;
}
.p_fixed_header .p_name {
	display: none;
}
.p_fixed_header .p_name_jp {
	font-size: 12px;
	font-weight: bold;
}

.fix_header {
	display: none;
}
.fix_header.is-fixed {
	display: block;
	position: fixed;
	z-index: 10;
}



/* footer 
---------------------------------------------------------- */
.f_ico_box {
	background: #F5F5D7;
	box-sizing: border-box;
	padding: 0 30px;
}
.f_ico_box ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0!important;
}
.f_ico_box ul li {
	width: 48%;
	text-align: center;
	padding: 50px 0 0;
}
.f_ico_box ul li:nth-child(2n) {
	padding-left: 4%;
}
.f_ico_box ul li .f_ico_img {
	width: 84px;
	display: inline-block;
}
.f_ico_box ul li .f_ico_tit {
	color: #59621D;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}
.f_ico_box ul li .f_ico_txt {
	font-size: 12px;
}
.f_ico_box .f_img_pay {
	padding: 40px 0 60px;
}
.f_ico_box ul li .f_img_pay img {
	max-width: 300px;
	width: 100%;
	display: inline-block;
}
footer {
	background: #59621D!important;
	padding: 50px 30px;
	color: #fff!important;
	box-sizing: border-box;
}
footer a,
footer a:hover {
	color: #fff!important;
}
.f_top {
	text-align: center;
	margin-bottom: 40px;
}
.f_top .f_beagood {
	margin-bottom: 20px;
}
.f_top .f_beagood img {
	max-width: 207px;
	display: inline-block;
}
.f_top .f_top_txt {
	font-size: 12px;
	margin-bottom: 25px;
}
.f_top .f_line_bnr a {
	max-width: 315px;
	width: 100%;
	border: solid 1px #fff;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 12px;
	background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/footer/ico_line.png) no-repeat 15px center;
	background-size: 20px;
}
footer .f_link ul {
	margin-bottom: 40px;
}
footer .f_link ul li span {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
footer .f_link ul li {
	line-height: 2;
	font-size: 14px;
}
.f_fortheplanet {
	border-top: solid 1px #6A7234;
	border-bottom: solid 1px #6A7234;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 40px;
}
.f_fortheplanet .f_fortheplanet_img {
	margin-bottom: 20px;
}
.f_fortheplanet .f_fortheplanet_img img {
	max-width: 300px;
	display: inline-block;
}
.f_fortheplanet .f_fortheplanet_txt {
	font-size: 12px;
}
.f_bottom {
	text-align: center;
}
.f_bottom .f_logo img {
	max-width: 191px;
	display: inline-block;
}
.f_bottom ul {
	margin: 40px 0;
}
.f_bottom ul li {
	margin-bottom: 20px;
	font-size: 14px;
}
footer .copy {
	font-family: 'Superegg-r', sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

/* index
---------------------------------------------------------- */
#main_img_wrap {
	display: none;
}
#main_img_wrap_sp {
	width: 100%;
	margin: 0;
	padding: 0;
}
.splide {
	
}
.index_box01 {
	text-align: center;
	padding: 70px 30px 100px;
}
.index_box01 .img_index_box01_01 {
	margin-bottom: 30px;
}
.index_box01 .img_index_box01_01 img {
	width: 60px;
	display: inline-block;
}
.index_box01 h2 {
	/*font-size: 36px;
	font-family: 'Superegg-l', sans-serif!important;*/
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #5C6329;
	margin-bottom: 20px;
}
.index_box01 h3 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Superegg-l', sans-serif!important;
	color: #000;
	margin-bottom: 25px;
}
.index_box01 h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Superegg-l', sans-serif!important;
	color: #000;
	margin-bottom: 20px;
}
.index_box01 .txt_att {
	font-size: 11px;
	margin-bottom: 30px;
}
.index_box01 .btn_line {
	margin-bottom: 40px;
}
.col2_index01_2 .col2_index01_2_r {
	display: none;
}
.ico_col2_index01_2_in_l img {
	max-width: 103px;
	margin: 20px 0;
}
.txt_col2_index01_2_in_l {
	margin-bottom: 30px;
	font-size: 12px;
	text-align: left;
}
.col2_index01_2_in .col2_index01_2_in_l .txt_col2_index01_2_in_l:last-child {
	margin-bottom: 0;
}
.col2_index01_2_in .col2_index01_2_in_r {
	display: none;
}


.index_lineup {
	padding-bottom: 80px;
}
.index_lineup section {
	margin-bottom: 40px;
}
.index_lineup .btn_sty {
	padding: 0 30px;
}
.index_lineup .p-new_product {
	width: 100%;
}
.p-new_product {
	overflow: hidden;
}
.index_lineup .p-new_product__title {
	display: none;
}
.c-product_item__inner__content {
	/*padding: 0 0 40px;*/
	width: 100%;
}
#page_products .c-product_item__inner__content {
	padding: 0 30px 40px;
}
.c-product_item__inner__title.u-text--subhead {
	font-family: 'Superegg-m', sans-serif!important;
	font-size: 12px!important;
}
.c-product_item__link {
	position: relative;
	background: #D1D0D0;
}
.c-product_item__inner__title span {
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 7px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
.c-product_item__inner__category {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
.c-product_item__inner__category span {
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	padding: 3px 5px;
	display: inline-block;
	border: solid 1px #fff;
}
.c-product_item__inner__price {
	color: #000!important;
	margin-bottom: 20px;
}
.product_description {
	font-size: 12px;
}
.c-product_item__inner__price .txt_small {
	font-size: 10px;
}
.c-cart li:first-child {
	margin-bottom: 10px;
}
.c-cart li .c-product_item__link {
	display: block;
	background: #D9D9D9!important;
	color: #000!important;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	padding: 11px 10px;
	font-size: 12px;
	border: solid 1px #000;
}
.c-cart button {
	display: block;
	background: #5B6229!important;
	text-align: center;
	border-radius: 8px;
	width: 100%;
	padding: 11px 10px;
	font-size: 12px;
}
.c-cart button#btn-stock-waiting-list {
	background: #999999!important;
	pointer-events: none;
}
/*
#page_products .c-product_item__inner__content .c-cart button {
	max-width: 335px;
}
*/
.c-product_item_price_box span {
	font-size: 12px;
}
.c-product_item_price_box .txt_tax {
	font-size: 10px;
}
.p-new_product .ul_product_ico li:first-child {
	display: none;
}
.ul_product_ico {
	margin: 10px 0;
}
.ul_product_ico li {
	display: inline-block;
	font-size: 12px;
	color: #666;
	border: solid 1px #666;
	border-radius: 4px;
	line-height: 1;
	padding: 3px;
	margin-right: 3px;
}


.tit_index {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif!important;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.tit_index.tit_index_long {
	margin-bottom: 40px;
}
.tit_index.tit_index_long span {
	font-size: 14px;
	display: block;
	letter-spacing: 0;
	padding-top: 10px;
}
/*
.p-new_product .tit_index {
	margin-bottom: 60px;
	display: none;
}
.product_list_col .tit_index {
	margin-bottom: 40px;
}
*/
.index_box03 {
	background: #EAE6E5;
	padding-top: 80px;
}
/*
#product-show-view .index_box03 {
	margin-bottom: 100px;
}
*/
.index_box03_l {
	text-align: center;
	padding-bottom: 40px;
}
.index_box03_r {
	text-align: right;
}
.index_box03_r img {
	vertical-align: bottom;
}
.txt_index_box03 {
	font-weight: bold;
	font-size: 14px;
}
.index_box03_l ul {
	display: flex;
	max-width: 218px;
	margin: 25px auto 25px;
}
.index_box03_l ul li:first-child {
	margin-right: 3%;
}
.txt_s_index_box03 {
	font-size: 11px;
}
.index_box04 {
	background: #F5F5D7;
	padding: 70px 30px;
	margin-bottom: 100px;
}
.txt_index_box04_01 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}

.img_index_box04_01 {
	text-align: center;
	margin: 60px auto 0;
	max-width: 670px;
	width: 100%;
}
.txt_index_box04_02 {
	max-width: 670px;
	width: 100%;
	font-size: 10px;
	color: #59621D;
	margin: 15px auto 0;
	text-align: left;
}
#duplex_img_box {
	text-align: left;
}
.ul_duplex {
	display: flex;
	max-width: 600px;
	width: 100%;
	margin: 60px auto 35px;
}
.ul_duplex li {
	width: 30%;
	margin-right: 5%;
}
.ul_duplex li div {
	font-size: 14px;
	font-family: 'Superegg-m', sans-serif;
	letter-spacing: .2em;
	line-height: 1.25;
}
.ul_duplex li div sup {
	font-family: 'Superegg-m', sans-serif;
}
.ul_duplex li:last-child {
	margin-right: 0;
}
.ul_duplex_linebox {
	padding-left: 10px;
	border-left: .25px solid #000;
	position: relative;
	height: 138px;
}
.ul_duplex li:nth-child(2) .ul_duplex_linebox {
	height: 108px;
	margin-top: 30px;
}
.ul_duplex li:nth-child(3) .ul_duplex_linebox {
	height: 78px;
	margin-top: 60px;
}
.ul_num_duplex {
	left: 10px;
	bottom: 0;
	position: absolute;
}

.tit_item_duplex {
	font-size: 18px;
	font-family: 'Superegg-m', sans-serif;
	margin-bottom: 0;
	line-height: 1.2;
}
.sub_tit_item_duplex {
	font-size: 14px;
	margin: 5px 0 15px;
	line-height: 1.2;
}
.txt_item_duplex p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.txt_item_duplex p .txt_small {
	font-size: 12px;
	font-family: 'Superegg-r', sans-serif;
	line-height: 1.2;
	display: block;
}

.duplex_img_sp {
	margin-bottom: 35px;
}
.duplex_img_box01 .img_box {
	display: none;
}
.duplex_img_box02 .img_box {
	display: none;
}
.duplex_img_box03 .img_box {
	display: none;
}
.duplex_img_box01 .txt_box {
	margin-bottom: 50px;
}
.duplex_img_box02 .txt_box {
	margin-bottom: 50px;
}

.index_box05_box {
	width: 100%;
	padding: 100px 0 40px;
}
.index_box05 .col_box .txt_box {
	margin-bottom: 80px;
	padding: 0 30px;
}
.index_box05 .col_box .img_box {
	
}
.index_box05 .tit_index {
	text-align: left;
}
.index_box05 h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.txt_index_box05 {
	font-size: 14px;
}
.insta_box {
	width: 100%;
	border-bottom: solid 1px #F1F1F1;
	padding-bottom: 50px;
}
.insta_box_in {
	width: 100%;
	position: relative;
}
.insta_box_in_txt {
	position: absolute;
	max-width: 210px;
	width: 100%;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.insta_box_in_txt h2 {
	font-size: 24px;
	color: #fff;
	font-family: 'Superegg-r', sans-serif!important;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.news_box {
	width: 100%;
	padding: 0 30px;
	margin: 80px auto 0;
	box-sizing: border-box;
}
.index_goodeggs {
	margin-bottom: 100px;
}
.index_goodeggs .tit_index {
	margin-bottom: 20px;
}
.index_goodeggs .tit_index span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.index_goodeggs .img_index_goodeggs ul li {
	margin-bottom: 20px;
}
.index_goodeggs .txt_index_goodeggs {
	font-size: 14px!important;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 30px
}
.index_goodeggs .txt_index_goodeggs span {
	font-family: 'Superegg-m', sans-serif!important;
	display: block;
	margin-bottom: 10px;
}
.index_goodeggs .btn_sty {
	padding: 0 30px
}

/* title style
---------------------------------------------------------- */
.tit_sub {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
}
.h1_sub_en {
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
}
.tit_line {
	margin-bottom: 40px!important;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	font-size: 14px!important;
	font-weight: bold;
}


/* privacy
---------------------------------------------------------- */
.privacy_box {
	padding-bottom: 40px;
}
.privacy_box .line_box_l {
	margin-bottom: 40px;
}
.privacy_box .line_box_l li {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
.privacy_box .line_box_l li:last-child {
	margin-bottom: 0;
}
.privacy_box .line_box_r .txt_faq_box {
	margin-bottom: 25px;
}
.privacy_box .line_box_r .txt_faq_box:last-child {
	margin-bottom: 0;
}
.privacy_box .line_box_r .txt_faq_box h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.privacy_box .line_box_r .txt_faq_box p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3vw;
}
.privacy_box .line_box_r .txt_faq_box p:last-child {
	margin-bottom: 0;
}
.privacy_box .line_box_r .txt_faq_box .btn_line {
	text-align: center;
}
.page_top {
	text-align: center;
}
#PageTopBtn {
	background: #666666;
	color: #fff!important;
	width: 260px;
	line-height: 1;
	padding: 14px;
	border-radius: 8px;
	display: inline-block;
	transition: all .4s ease;
	text-decoration: none;
}

/* news
---------------------------------------------------------- */
.p-news-h_title {
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 60px;
}
.p-news-cat {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.column_col_box {
}
.column_col_box .column_col {
	
}
.column_col_box .column_col:first-child {
	text-align: center;
}
.column_col_box .column_col:last-child {
	padding: 20px 0;
}
.column_col_box .column_col:last-child .c-column_item__inner__title {
	font-size: 18px!important;
}
.p-news_detail .p-news_detail_box {
	margin-bottom: 50px;
	padding: 0 30px;
}
.p-news_detail .p-news_detail_box:last-child {
	margin-bottom: 60px;
}
.p-news_detail .p-news_detail_box .btn_sty {
	text-align: center;
	margin-top: 30px;
}
.p-news_detail .p-news_detail_box .tit_column {
	color: #5C6329;
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 15px;
}
.p-news_detail .p-news_detail_box .txt_column_c {
	text-align: center;
	margin-bottom: 15px;
}
.p-news_detail .p-news_detail_box .dl_column dl {
	margin-bottom: 30px;
}
.p-news_detail .p-news_detail_box .dl_column dl:last-child {
	margin-bottom: 0;
}
.p-news_detail .p-news_detail_box .dl_column dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

/* goodeggs
---------------------------------------------------------- */
.goodeggs_box {
    /*background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/goodeggs/bg_goodeggs_sp.png) no-repeat center top;
	background-size: contain;*/
	padding: 50px 30px 20px 30px;
	background: #F5F5D7;
}
.goodeggs_box_out {
	padding: 0 30px;
}
.goodeggs_box_out a {
	text-decoration: underline;
}
.goodeggs_box_out a:hover {
	text-decoration: none;
}
.p-news-h_title.p-goodeggs_title {
	margin: 30px 0 40px;
}
.s-box_goodeggs {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.t_txt_goodeggs {
	text-align: center;
	font-size: 14px;
	margin-bottom: 60px;
}
.s-box_goodeggs__img_trim {
	overflow: hidden;
}
.s-box_goodeggs__img {
	padding-top: 124%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.s-box_goodeggs__img.dummy_img {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/goodeggs/dummy.png);
}
.s-box_goodeggs__img:hover {
	transform: scale(1.05);
}
.s-box_goodeggs__inner li {
	box-sizing: border-box;
	margin-bottom: 40px;
}
.s-box_goodeggs__inner li:last-child {
	margin-bottom: 0;
}
.s-box_goodeggs__title {
	font-size: 14px!important;
	font-family: 'Superegg-m', sans-serif!important;
	margin: 20px 0 10px;
}
.s-box_goodeggs__title span {
	font-size: 24px!important;
	font-family: 'Superegg-l', sans-serif!important;
	font-weight: bold;
	display: block;
}
.s-box_goodeggs_txt {
	font-size: 14px!important;
	margin-bottom: 15px;
}
.s-box_goodeggs_link {
	font-size: 14px!important;
	position: relative;
	line-height: 1.25;
}
.s-box_goodeggs_link:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}
@keyframes traceIn {
	from {
	width: 100%;
	left: 0%; }

	to {
	width: 0%;
	left: 100%; }
}
@keyframes traceOut {
	from {
	width: 0%;
	left: 0%; }

	to {
	width: 100;
	left: 0%; }
}
.s-box_goodeggs_link:hover:after {
	-webkit-animation: traceIn .6s cubic-bezier(.215,.61,.355,1), traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
	-moz-animation: traceIn .6s cubic-bezier(.215,.61,.355,1),traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
	-ms-animation: traceIn .6s cubic-bezier(.215,.61,.355,1),traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
	animation: traceIn .6s cubic-bezier(.215,.61,.355,1), traceOut .6s cubic-bezier(.215,.61,.355,1) .6s;
}

.good_box_wrap {
	max-width: 520px;
	margin: 0 auto;
}
.good_box_wrap_big {
	max-width: 665px;
	margin: 0 auto;
}
.img_goodeggs001_01 {
	margin-bottom: 30px;
}
.img_goodeggs001_01 div {
	padding-top: 124%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.img_goodeggs001_02 {
	margin-bottom: 60px;
}
.img_goodeggs_sec_in {
	margin-bottom: 60px;
}
.good_box_tit {
	font-size: 16px!important;
	font-family: 'Superegg-m', sans-serif!important;
	text-align: center;
}
.good_box_tit span {
	font-size: 24px!important;
	font-family: 'Superegg-l', sans-serif!important;
	text-align: center;
	font-weight: bold;
}
.good_box_date {
	font-size: 14px!important;
	font-family: 'Superegg-l', sans-serif!important;
	text-align: center;
	/*margin-bottom: 50px;*/
}
.good_box_top_bg {
	background: #F5F5D7;
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
}
.good_box_sub_tit {
	font-size: 16px!important;
	text-align: center;
	margin-bottom: 50px;
}
.good_box_top_bg .good_box_sub_tit {
	margin-bottom: 0;
}
.good_box_sec {
	margin-bottom: 60px;
}
.good_box_sec .good_box_sec_tit {
	margin-bottom: 15px;
	font-size: 14px!important;
	font-weight: bold;
}
.good_box_sec .good_box_sec_txt {
	margin-bottom: 30px;
	font-size: 14px!important;
}
.good_box_sec .good_box_sec_txt:last-child {
	margin-bottom: 0;
}
.good_box_wrap_colbox {
	max-width: 500px;
	width: 62%;
	margin: 0 auto 60px;
}
.good_box_wrap_col:first-child {
	margin-bottom: 20px;
}
.good_box_wrap_col:last-child {
}
.good_box_follow {
	text-align: center;
	margin-top: 80px;
}

/* contact
---------------------------------------------------------- */
.page_contact h1 {
	text-align: left;
	margin-bottom: 30px;
}
.txt_contact_top {
	font-size: 12px;
	margin-bottom: 30px;
}
td.td_check {
	text-align: center;
}
td.td_check div {
	display: inline-block;
}

/* mypage
---------------------------------------------------------- */
.h2_mypage {
	font-size: 16px!important;
	font-weight: bold;
	margin: 40px 0 30px;
}
.h3_mypage {
	font-size: 20px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
	margin-top: 50px;
}
.txt_mypage {
	font-size: 14px;
	margin-bottom: 15px;
}
.bnr_line img {
	max-width: 240px;
}
.box_order_num {
	background: #FDFAF5;
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}
.tit_order {
	display: block;
	font-size: 14px!important;
}
.num_order {
	display: block;
	font-weight: bold;
	font-size: 24px!important;
	margin-top: 10px;
}

/* law
---------------------------------------------------------- */
.tb_law {
	width: 100%;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-collapse: separate;
} 
.tb_law th,
.tb_law td {
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	font-size: 14px;
	padding: 5px 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.tb_law th {
	background: #FAFAFA;
	text-align: left;
}
.num_fax {
	pointer-events: none;
}
/*
.img_law01 {
	max-width: 306px;
}
.img_law02 {
	max-width: 416px;
}
.img_law03 {
	max-width: 468px;
}
*/
.img_law02 img {
	/*
	max-height: 30px;
	*/
	width: 150px;
    height: auto;
}

/* stores
---------------------------------------------------------- */
.page_stores .taser_stores {
	margin-bottom: 30px;
}
.page_stores .txt_stores_top {
	text-align: center;
	margin-top: 20px;
}
.page_stores .stores_box {
	margin-top: 60px;
}
.page_stores .stores_box .tit_line {
	margin-bottom: 20px!important;
}
.page_stores .stores_box ul {
	display: flex;
	flex-wrap: wrap;
}
.page_stores .stores_box ul li {
	width: 46%;
	margin: 30px 8% 0 0;
	box-sizing: border-box;
}
.page_stores .stores_box ul li:nth-child(2n) {
	margin-right: 0;
}
.page_stores .stores_box ul li:nth-child(-n+2) {
	margin-top: 0;
}
.page_stores .stores_box ul li .tit_stores {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 8px;
}
.page_stores .stores_box ul li .txt_stores {
	font-size: 12px;
	padding-bottom: 8px;
}
.page_stores .stores_box ul li .tel_stores a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	pointer-events: none;
}

/* press
---------------------------------------------------------- */
.page_press {
	text-align: center;
}
.page_press .h1_sub_en {
	margin-bottom: 50px!important;
}
.page_press .h1_sub_en.txt_green {
	color: #59621D;
}
.page_press .h2_press {
	font-size: 18px!important;
	font-family: 'Superegg-r', sans-serif!important;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 40px!important;
}
.page_press .bnr_press {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.page_press .bnr_press li {
	width: 50%;
}
.txt_theusa {
	text-align: center;
	margin-bottom: 30px;
}
.page_press .box_press {
	/*
	background: #F5F5D7;
	padding: 70px 0;
	margin-bottom: 100px;
	*/
	text-align: center;
}
.page_press .box_press.box_featured {
	margin-bottom: 90px;
}
.page_press .box_press img {
	max-width: 620px;
	display: inline-block;
}
.press_highlight {
	max-width: 660px;
	width: 100%;
	margin: 0 auto 120px;
}
.press_highlight .press_highlight_box {
	margin-bottom: 80px;
	text-align: left;
}
.press_highlight .press_highlight_box:last-child {
	margin-bottom: 0;
}
.press_highlight .press_highlight_box h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.press_highlight .press_highlight_box .txt_press_highlight_box {
	margin-bottom: 20px;
}
.press_highlight .press_highlight_box .img_press_highlight_box img {
	max-width: 120px;
}







.press_box {
	background: #F5F5D7;
	padding: 50px 10px;
	margin-bottom: 120px;
}
.ul_press li {
	margin-bottom: 60px;
}
.ul_press li:last-child {
	margin-bottom: 0;
}
.ico_press {
	margin-bottom: 30px;
}
.ico_press img {
	display: inline-block;
}
.ico_press .ico_p01 {
	max-width: 120px;
}
.ico_press .ico_m01 {
	max-width: 105px;
}
.ico_press .ico_m02 {
	max-width: 82px;
}
.ico_press .ico_m03 {
	max-width: 95px;
}
.ico_press .ico_m04 {
	max-width: 91px;
}
.ico_press .ico_m05 {
	max-width: 103px;
}
.ico_press .ico_m06 {
	max-width: 91px;
}
.ico_press .ico_m07 {
	max-width: 98px;
}
.ico_press .ico_m08 {
	max-width: 145px;
}
.tit_press {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.txt_press {
	margin-bottom: 20px;
}
.link_press a {
	text-decoration: none;
	background: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/press/ico_plus.png) no-repeat left center;
	background-size: 16px;
	padding-left: 30px;
}
#p_press.p-column_header time {
	display: none;
}

/* company
---------------------------------------------------------- */
.page_company {
	text-align: center;
}
.page_company .in_company_box p {
	margin-top: 20px!important;
	line-height: 1.5!important;
}
.page_company .in_company_box p:first-child {
	margin-top: 0!important;
}
.company_line_box {
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: solid 1px #000;
}
.page_company .taser_company {
	margin-bottom: 70px;
}
.ico_company01 {
	margin-bottom: 30px;
}
.ico_company01 img {
	max-width: 100px;
	display: inline-block;
}
.ico_company h2 {
	font-size: 22px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 35px;
}
.ico_company h2 span {
	font-size: 14px;
	font-family: 'Superegg-r', sans-serif;
	display: block;
	margin-top: 15px;
}
.in_company_box {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.company_line_box .btn_sty {
	margin: 30px 0 70px;
}
.img_company01 img {
	max-width: 540px;
	display: inline-block;
}
.founder_name {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 35px;
}
.founder_name span {
	font-size: 14px;
	font-family: 'Superegg-r', sans-serif;
	display: block;
	margin-bottom: 5px;
}
.ico_company02 {
	margin-bottom: 40px;
}
.ico_company02 img {
	max-width: 165px;
	display: inline-block;
}
.company_btn {
	margin-top: 30px;
}
.company_btn li {
	margin-bottom: 20px;
}
.company_btn li:last-child {
	margin-bottom: 0;
}


/* lineup
---------------------------------------------------------- */
.lineup_slide {
	width: 100%;
	margin: 0 auto 70px;
}
#index_slide.lineup_slide {
	margin-bottom: 100px;
}


.lineup_slide .splide__pagination {
	padding-top: 20px;
}
.lineup_slide .splide__pagination li {
	padding: 0 5px;
}
.lineup_slide .splide__pagination__page {
	background: #000;
	border: solid 1px #000;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 0 0.1rem;
	padding: 0;
	position: relative;
	transition: background-color .2s ease,color .2s ease;
	width: 10px;
}
.lineup_slide .splide__pagination__page.is-active {
	background: #fff;
	border: solid 1px #000;
}



/* faq
---------------------------------------------------------- */
.faq_box .line_box_l li {
	font-weight: bold;
	font-size: 16px;
}
.accordion_tit {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
	padding-top: 20px;
}
.accordion .accordion_tit:first-child {
	padding-top: 0;
}

.accordion_tit span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	position: relative;
	width: 0.15em;
	height: 1em;
	background: currentColor;
	margin-left: 1em;
}

.accordion_tit span::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.15em solid currentColor;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	transform-origin: bottom left;
	position: absolute;
	left: 50%;
	bottom: -0.05em;
	box-sizing: border-box;
}
.accordion_tit.ac-active span::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -0.05em;
	left: auto;
	right: 50%;
	box-sizing: border-box;
}
.accordion_txt {
	display: none;
	padding-top: 10px;
}
.accordion_txt p {
	font-size: 14px;
	margin-bottom: 15px;
}
.accordion_txt p:last-child {
	margin-bottom: 0;
}
.faq_btn {
	border-top: solid 1px #000;
	padding-top: 30px;
	text-align: center;
}
.faq_btn li {
	font-size: 14px;
	margin-bottom: 20px;
}
.faq_btn li:last-child {
	margin-bottom: 0;
}


/* the story
---------------------------------------------------------- */
.p-page_content {
	padding-right: 0!important;
	padding-left: 0!important;
}
.p-page_content__inner {
	max-width: 100%!important;
}
.p-page_wrap {
	max-width: 1360px!important;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.scroll_box {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: -ms-flexbox;
	padding-bottom: 5px;
}
#tab_menu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 auto 1em;
	width: 600px;
}
#tab_menu li{
	padding: 0 0 15px;
	margin: 0 1px 0 0;
	text-align: center;
	list-style: none;
	color: rgba(0,0,0,0.5);
	font-size: 12px;
	position: relative;
	width: 20%;
	box-sizing: border-box;
}
#tab_menu li span {
	font-size: 14px;
	font-family: 'Superegg-r', sans-serif;
	display: block;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
	color: rgba(0,0,0,1);
}
#tab_menu li.selected:after {
	content: '';
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #000;
	left: 0;
	right: 0;
	margin: auto;
}
#tab_menu li:hover {
	color: rgba(0,0,0,1);
}

#tab_menu li a {
	display: block;
	text-decoration: none;
}
.tab_panel {
	margin-top: -80px;
}
.story_box {
	padding: 130px 0 70px;
	text-align: center;
}
.story_line_box {
	border-bottom: solid 1px #000;
	padding-bottom: 100px;
}
.story_line_box h1 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	color: #5C6329;
	line-height: 1.3;
}
.story_line_box h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #5C6329;
}
.story_line_box p {
	margin: 0 0 30px;
}
.story_line_box p.txt_small {
	font-size: 12px;
}

#tab_panel01 .story_box {
	background-image: url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/story/img__story_tab01_01_sp.png), url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/story/img__story_tab01_02_sp.png);
	background-position: left -15px top 90px, right -30px bottom 10px;
	background-size: 160px auto, 132px auto;
	background-repeat: no-repeat, no-repeat;
	/*
	position: relative;
	overflow: hidden;
	z-index: 5;
	*/
}
/*
.img__story_tab01_01_sp {
	position: absolute;
	left: 0;
	top: 40px;
	width: 160px;
	z-index: 1
}
.img__story_tab01_02_sp {
	position: absolute;
	right: -20px;
	bottom: 10px;
	width: 142px;
	z-index: 1
}
*/
.img_story_tab02 {
	margin: 40px auto 50px;
	width: 100%;
}
.img_story_tab02 .img_story_tab02_1 {
	margin-bottom: 40px;
}
.img_story_tab02 .img_story_tab02_1 img {
	max-width: 211px;
	display: inline-block;
}
.img_story_tab02 .img_story_tab02_2 {
	margin-bottom: 40px;
}
.img_story_tab02 .img_story_tab02_2 img {
	max-width: 200px;
	display: inline-block;
}
.img_story_tab02 .img_story_tab02_3 img {
	max-width: 315px;
	display: inline-block;
}
.txt_story_tab02 {
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
}
.colbox_story_tab03 {
	width: 100%;
	margin: 50px auto;
}
.colbox_story_tab03 .col_story_tab03 {
	text-align: center;
	box-sizing: border-box;
}
.colbox_story_tab03 .col_story_tab03:first-child {
	margin-bottom: 50px;
}
.colbox_story_tab03 .col_story_tab03:first-child img {
	max-width: 222px;
	display: inline-block;
}
.txt_col_story_tab03 {
	font-size: 10px;
	margin-top: 20px;
}


.img_story_tab04 {
	margin: 0 0 40px; 
}
.img_story_tab04 img {
	max-width: 290px;
	display: inline-block;
}
.img_story_tab05 {
	margin-top: 50px; 
}
.tab_panel05_box {
	max-width: 540px;
	width: 100%;
	margin: 0 auto 60px;
}
.tab_panel05_box h3 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin: 30px 0;
	color: #5C6329;
}
.tab_panel05_box p {
	text-align: left;
}
.tab_panel05_box p .le_space {
	letter-spacing: -0.6px;
}

/* clean
---------------------------------------------------------- */
body#clean .h_box {
	color: #fff;
}
body#clean .h_logo svg {
	fill: #fff;
}
body#clean .h_right svg {
	fill: #fff;
}
body#clean .is-fixed .h_box {
	color: #000;
}
body#clean .h_full_sp .h_box .h_ico a {
	color: #fff!important;
}
body#clean .is-fixed .h_logo svg {
	fill: #000;
}
body#clean .is-fixed .h_right svg {
	fill: #000;
}
body#clean header {
	position: absolute;
	background: none!important;
}
.clean_box {
	background: #59621D url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/clean/bg_clean.png) no-repeat center top;
	color: #fff;
	padding: 180px 0 80px;
}
.ico_clean01 {
	margin-bottom: 30px;
	text-align: center;
}
.ico_clean01 img {
	max-width: 90px;
	display: inline-block;
}
.clean_box h1 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-align: center;
}
.clean_box .txt_clean_b {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.clean_col_box {
	margin: 60px auto 0;
	width: 100%;
}
.clean_col_box .clean_col:first-child {
	margin-bottom: 70px;
}
.ico_clean_col {
	margin-bottom: 25px;
	text-align: center;
}
.ico_clean_col img {
	max-width: 99px;
	display: inline-block;
}
.clean_box h2 {
	font-size: 24px;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin: 70px 0 30px;
	text-align: center;
}
.scroll_clean_list {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
	margin: 40px auto 0;
}
.scroll_clean_list::-webkit-scrollbar{
	height: 2px;
}
.scroll_clean_list::-webkit-scrollbar-track{
	background-color: rgba(0,0,0,0.1);
}
.scroll_clean_list::-webkit-scrollbar-thumb {
	background-color: #fff;
}
.clean_list_box {
	display: flex;
	width: 780px;
	box-sizing: border-box;
}
.clean_list_box .clean_list {
	width: 30%;
	margin-right: 5%;
}
.clean_list_box .clean_list p {
	font-size: 13px!important;
}
.clean_list_box .clean_list:last-child {
	margin-right: 0;
}
.ingredient {
	padding: 70px 0;
}
.tit_library {
	font-size: 24px!important;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 30px!important;
	text-align: center;
	color: #5C6329;
}
.tit_library span {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #5C6329;
	margin-top: 20px;
}
.philosophy {
	padding: 70px 0;
	background: #F5F5D7;
	margin-bottom: 60px;
	text-align: center;
}
.img_library01 {
	margin-top: 60px;
	text-align: center;
}
.img_library01 img {
	max-width: 900px;
	display: inline-block;
}
.txt_library01 {
	max-width: 600px;
	width: 100%;
	font-size: 10px;
	color: #59621D;
	margin: 15px auto 0;
	text-align: left;
}
.ico_clean04 {
	margin-bottom: 40px;
	text-align: center;
}
.ico_clean04 img {
	max-width: 190px;
	display: inline-block;
}
.library_col_box {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.library_col_box .library_col {
	width: 48%;
	margin-right: 4%;
	margin-top: 40px;
}
.library_col_box .library_col:nth-child(2n) {
	margin-right: 0;
}
.library_col_box .library_col:nth-child(-n+2) {
	margin-top: 0;
}
.library_col_box .img_library {
	margin-bottom: 10px;
	text-align: center;
}
.library_col_box .img_library img {
	max-width: 145px;
	display: inline-block;
}
.library_col_box .tit_library_col {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.library_col_box .txt_small {
	font-size: 11px;
	margin-bottom: 10px;
	color: #666;
}
.library_col_box ul {
	display: flex;
	flex-wrap: wrap;
}
.library_col_box ul li {
	margin-right: 10px;
}
.library_col_box ul li:last-child {
	margin-right: 0;
}
.library_col_box ul li img {
	width: auto;
	height: 20px;
}
.pagination-container {
	padding-top: 40px;
	max-width: 250px;
	margin: 0 auto;
	width: 100%;
}
.pagination-container ul {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination-container a {
	padding: 0 10px;
	color: #666;
	text-decoration: none;
}
.pagination-container .navi-active a {
	color: #000;
	font-weight: bold;
}
.att_library {
	font-size: 11px;
	width: 100%;
	margin: 40px auto 0;
}



/* product detail
---------------------------------------------------------- */
#option_types {
	max-width: 330px;
	width: 100%;
}
.txt_s {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.product_description span,
.c-product_info__description span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

#sizeImageBox {
	display: flex;
}
#sizeImageBox li:first-child {
	margin-right: 10px;
}
#sizeImageBox div{
	padding: 10px 15px;
	line-height: 1;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid #eee;
}
#sizeImageBox div.active{
	border: 1px solid #000;
	cursor: pointer;
}
.c-product_img__slider--thumbnail .splide__arrows {
	display: none!important;
}


.cart_p_detail {
	width: 100%;
	margin-top: 20px;
}
.cart_p_detail li {

}
.cart_p_detail li:first-child {
	
}
.cart_p_detail li:last-child {
	color: #E78225;
	text-align: center;
	padding: 10px 0 15px;
	font-size: 14px;
}
.cart_p_detail li .c-product_info__form__submit {
	margin-top: 0;
	height: auto;
}

.cart_p_detail .c-cart button {
	padding: 15px 10px;
}
.p_detail01 {
	margin-top: 20px;
}
.p_detail01 dl {
	border-bottom: solid 1px #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.p_detail01 dt {
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 14px;
}
.p_detail01 dd {
	font-size: 14px;
}
.p_detail01 .acc_p_detail dt {
	display: block;
	cursor: pointer;
	position: relative;
}
.p_detail01 .acc_p_detail dt:before, .p_detail01 .acc_p_detail dt:after {
	content:'';
	position:absolute;
	right:10px;
	top:10px;
	width:14px;
	height:1px;
	background-color:#000;
}
.p_detail01 .acc_p_detail dt:before {
	transition: transform 0.5s linear;
	transform:translateY(-50%) rotate(90deg);
}
.p_detail01 .acc_p_detail dt.active:before {
	transform:translateY(-50%) rotate(0deg);
}
.p_detail01 .acc_p_detail dd {
	display: none;
}
.p_detail01 .img_card01 {
	padding-top: 15px;
}
.p_detail01 .img_card01 img {
	max-width: 453px;
}
.p_detail01 .txt_small {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.p_detail_bottom p {
	font-size: 14px;
}
.p_detail02 {
	background: #F5F5D7;
	padding: 40px 30px;
	margin: 60px 0 40px;
	position: relative;
}

.txt_p_detail02 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.h2_p_detain {
	font-size: 22px!important;
	font-family: 'Superegg-r', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 20px!important;
	text-align: center;
}

.p_detail02 .h2_p_detain {
	text-align: left;
}
.p_detail03 .h2_p_detain {
	text-align: center;
}
.h3_p_detain {
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 20px!important;
}
.bg_sound_renewal01 {
	position: absolute;
	top: -130px;
}
.bg_sound_renewal01_01 {
	display: none;
}
.bg_sound_renewal01_02 {
	display: none;
}
.p_detail03 {
	max-width: 640px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 0 auto 80px;
}

.box_sound_renewal01 {
	margin: 40px 0;
}
.box_sound_renewal01 ul {
	width: 100%;
}
.box_sound_renewal01 ul li {
	text-align: center;
}
.box_sound_renewal01 ul li:nth-child(odd) {
	padding: 5px 1.5%;
	/*border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-radius: 8px;*/
	box-sizing: border-box;
	position: relative;
}
.box_sound_renewal01 ul li:nth-child(odd):before, .box_sound_renewal01 ul li:nth-child(odd):after {
	content: '';
	width: 7.5px;
	height: 100%;
	position: absolute;
}
.box_sound_renewal01 ul li:nth-child(odd):before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	left: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.box_sound_renewal01 ul li:nth-child(odd):after  {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	right: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.box_sound_renewal01 ul li .tit_box_sound_renewal01 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box_sound_renewal01 ul li .txt_box_sound_renewal01 {
	font-size: 14px;
}
.box_sound_renewal01 ul li .txt_box_sound_renewal01 span {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.box_sound_renewal01 ul li:nth-child(2) {
	padding: 30px 0;
}
.box_sound_renewal01 ul li:nth-child(2) img {
	width: 20px;
	display: inline-block;
}
.ingredients_col_box {
	margin-bottom: 40px;
}
.ingredients_box .ingredients_col_box:last-child {
	margin-bottom: 0;
}
.ingredients_col_l {
	margin-bottom: 20px;
	text-align: center;
}
.ingredients_col_l img {
	display: inline-block;
	width: 120px;
}
.ingredients_col_r {
	text-align: center;
}
.tit_ingredients {
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 5px!important;
}
.ingredients_all_box .h3_p_detain {
	margin-top: 60px;
}
.p_detail_bottom .ingredients_all_box .normal_txt,
.p_detail_bottom .ingredients_all_box p {
	font-size: 12px;
}
.p_detail_bottom .ingredients_all_box .normal_txt.txt_close {
	display: none;
}
.p_detail_bottom .ingredients_all_box .more_txt {
	display: none;
}
.p_detail_bottom .ingredients_all_box .btn_more {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
.p_detail_bottom .ingredients_all_box .btn_more span {
	cursor: pointer;
}
.p_detail_bottom .ingredients_all_box .btn_more span.txt_open {
	display: inline-block;
}
.p_detail_bottom .ingredients_all_box .btn_more span.txt_close {
	display: none;
}
.p_detail_bottom .ingredients_all_box .btn_more.tab_open span.txt_open {
	display: none;
}
.p_detail_bottom .ingredients_all_box .btn_more.tab_open span.txt_close {
	display: inline-block;
}
.modal-open {
	cursor: pointer;
}
html.w-fixed {
	overflow: hidden;
}
.modalbox {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(51, 51, 51, 0.8);
	width: 100%;
	height: 100%;
}
.modal_box {
	width: 100%;
	max-width: 640px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: #fff;
	padding: 60px 40px 40px;
	box-sizing: border-box;
	text-align: left;
}
.modal_box .ico_modal {
	width: 150px;
	margin-bottom: 20px;
}
.modal_box .tit_modal {
	font-size: 18px!important;
	font-family: 'Superegg-m', sans-serif;
	letter-spacing: 0.2em;
	padding: 15px 0 5px!important;
	border-top: solid 1px #000;
}
.modal_box .txt_modal {
	font-size: 12px!important;
	margin-bottom: 10px!important;
}
.modal_box .col_box_modal {
	display: flex;
	font-size: 12px;
	line-height: 2;
}
.modal_box .col_box_modal .col_modal {
	width: 50%;
}
.modal_box .modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.modal_box .modal-close img {
	width: 14px;
}


.p_detail03 .txt_small {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.p_detail04 {
	background: #F5F5D7;
	padding: 40px 30px;
	margin-bottom: 80px;
}
.p_detail04 h2,
.p_detail04 h3 {
	text-align:center;
}
/*
.txt_p_detail04 {
	max-width: 330px;
	width: 100%;
	margin: 0 auto;
}

.txt_p_detail04.box_mist {
	max-width: 340px;
}
*/
.img_sound_renewal02 {
	margin-bottom: 15px;
}
.p_detail05 {
	background: #59621D url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/clean/bg_clean.png) no-repeat center top;
	color: #fff;
	padding: 110px 0;
	margin-bottom: 100px;
}
.h3_p_detain span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.p_detail05_col_box {
	display: flex;
	width: 100%;
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto ;
	box-sizing: border-box;
}
.p_detail05_col_box .p_detail05_col_l {
	width: 50%;
	padding-right: 12%;
	box-sizing: border-box;
}
.p_detail05_col_box .p_detail05_col_r {
	width: 50%;
}
.txt_p_detail05_col_r_box {
	margin-bottom: 40px;
}
.p_detail05_col_r .txt_p_detail05_col_r_box:last-child {
	margin-bottom: 0;
}
.img_p_detail05 {
	width: 100px;
	margin-bottom: 25px;
}
.tit_p_detail05 {
	font-size: 14px!important;
	font-weight: bold;
	margin-bottom: 15px!important;
}
.en_tit_p_detail05 {
	font-size: 16px!important;
	font-family: 'Superegg-r', sans-serif;
	margin-bottom: 10px!important;
}
/*
#product-show-view .p-new_product .tit_index {
	display: none;
}
*/
.products_pages .btn_sty {
	margin-top: 40px;
	padding: 0 30px;
}
.box_review_list_star {
	margin-bottom: 30px;
}
.box_review_list_star .c-product_info__star {
	margin: 0 auto;
}

/* inquiry
---------------------------------------------------------- */
#page_inquiry .line_box {
	border-top: none;
	padding: 0;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box {
	margin-bottom: 50px;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box:last-child {
	margin-bottom: 0;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box .btn_sty {
	max-width: 260px;
}
#page_inquiry .privacy_box .line_box_r .txt_faq_box .num_tel {
	font-weight: bold;
}


/* thanks_offer
---------------------------------------------------------- */
#form_cv_xsell .p-campaign ul {
	border-top: solid 1px #EEE;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#form_cv_xsell .p-campaign ul li {
	border-bottom: solid 1px #EEE;
	padding: 20px 0;
}
.thanks_col2_box {
	display: flex;
	position: relative;
}
.thanks_col2_box .c-product_item__link {
	background: none;
}
.thanks_col2_box .c-product_item__inner__category {
	position: static;
}
.thanks_col2_box .c-product_item__inner__category span {
	color: #000;
	border-color: #000;
}
.thanks_col2_box .c-product_item__inner__eyecatch {
	width: 150px;
	margin: 0;
	padding-right: 30px;
	box-sizing: border-box;
}
.thanks_col2_box .c-product_item__inner__title br {
	display: none;
}
.thanks_col2_box .btn_sty {
	margin-top: 15px;
}
.thanks_col2_box .btn_sty a {
	background: #666;
}
#converted-items .p-previous_order ul {
	border-top: solid 1px #EEE;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#converted-items .p-previous_order ul li {
	border-bottom: solid 1px #EEE;
	padding: 20px 0;
}
.thanks_col2_box .c-cart_list__list__item__img {
	width: 150px;
	margin: 0;
	padding-right: 30px;
	box-sizing: border-box;
}
.cv_xsell_product_img .fieldset {
	display: none;
}
#product_details_modal #sub-images-view .img-wrap:nth-child(n+2) {
	display: none;
}
#product_details_modal .img-wrap .img-box .img-thumbnail {
	padding: 0;
	line-height: 1;
	background-color: #fff;
	border: none;
}

}




/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/


/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~="tooltip"] {
  position: relative;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, .9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
  font-size: 11px;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}



/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}


/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}


/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}


/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}


/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}


/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}

/* ------------------------------------------------
  2023.10.27 追記
-------------------------------------------------*/
.column_col_box .column_col:first-child .c-column_item__inner__img{
	padding-top: 75%;
	width: 100%;
}

@media screen and (min-width: 769px){
	.journal_box_sec .journal_box_sec_tit {
		text-align: left;
		margin-bottom: 15px;
		font-size: 14px!important;
		font-weight: bold;
	}
	.img_journal {
		margin-bottom: 110px;
	}
}

/* ------------------------------------------------
  2023.11.21 追記
-------------------------------------------------*/
.good_box_sec_h1{
font-size:16px;
font-weight:bold;
padding-bottom:70px;
text-align:center;
}
.good_box_sec_txt_min{
font-size:12px;
padding-top:15px;
display:inline-block;
}
@media screen and (min-width: 769px){
	.good_box_sec .good_box_sec_tit {
			text-align: left;
	}
}


/* ------------------------------------------------
  2023.12.22 追記
-------------------------------------------------*/
@media screen and (min-width: 769px){
.good_box_wrap_col_re:first-child{
    width: 44%;
    Padding-right: 17%;
    box-sizing: border-box;
}

.good_box_wrap_col_re:last-child {
    width: 56%;
}
}

@media screen and (max-width: 768px) {
  .good_box_wrap_col_re:first-child {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------
  2024.5.20 追記
-------------------------------------------------*/
    .good_box_wrap_small {
        max-width: 300px;
        margin: 0 auto;
    }
/* ------------------------------------------------
  2024.11.15 追記
-------------------------------------------------*/
div.p_detail04 div.txt_p_detail04.box_mist h3.h3_p_detain{
	text-align: center;
}

/* ------------------------------------------------
  2024年12月 追記
-------------------------------------------------*/
	h2.tit_index span.top_goodeggs_title_span{
		font-weight: normal;
		letter-spacing: -0.005em;
	}
	.top_goodeggs_slide{
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 100px;
		margin-top: 80px;
	}
	.top_goodeggs_slide_box{
		padding: 0 0.8%;
		position: relative;
	}
	.top_goodeggs_slide_box::after{
		width: 1px;
		height: 27vw;
		content: "";
		display: block;
		background-color: #000;
		position: absolute;
		right: 1.5vw;
		top:15%;
	}
	.top_goodeggs_slide_box_img{
		width: 82%;
		margin: 0 auto 40px;
	}
	.top_goodeggs_slide_box_img img{
		width: calc(100% - 1.5vw);
		aspect-ratio: 33 / 42;
		object-fit: cover;
		filter: grayscale(100%);
		padding-right: 1.5vw;
	}
	.top_goodeggs_slide_box_title1{
		font-size: 18px;
		margin-bottom: 10px;
		font-family: 'Superegg-m';
	}
	.top_goodeggs_slide_box_title2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	a.top_goodeggs_slide_box_link{
		font-size: 18px;
		text-decoration: underline;
	}
	a:hover.top_goodeggs_slide_box_link{
		font-size: 18px;
		text-decoration: underline !important;
		opacity: 0.7;
	}


.galleryimgarea--item.show {
  transform: translateY(0);
  opacity: 1;
}

.galleryimgarea--item.show:hover {
  opacity: 0.7;
}

.modalarea--box {
	display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modalarea--box--bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modalarea--box--inner {
  left: 50%;
  padding: 0px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
	max-height: 90%;
	overflow-y:scroll;
}

.modalarea--box--close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 30px;
	line-height: 1em;
}	
		html.body-fixed{
			overflow: hidden;
		}
		.modalblock{
			display: block;
			width: 100%;
			background-color: #fff;
			box-sizing: border-box;
			padding: 80px 10vw;
			position: relative;
		}
		.top_tag_slide figure{
			margin: 0;
			padding: 0;
		}
		.modal_tag_title{
			font-size: 24px;
			font-weight: bold;
			text-align: center;
			margin-bottom: 30px;
		}
		.modal_tag_title_span{
			font-size: 16px;
			vertical-align: top;
		}
		.top_tag_slide_box{
			background-color: #D1D0D0;
			border-left: 1px solid #fff;
			position: relative;
		}
		.top_tag_slide_cat1{
			color: #fff;
			border: 1px solid #fff;
			border-radius: 4px;
			font-size: 12px;
			display: inline-block;
			position: absolute;
			top:20px;
			left: 20px;
			padding: 2px 10px;
		}
		.top_tag_slide_col{
			padding: 0 30px 30px;
		}
		.top_tag_slide_title{
			font-weight: bold;
			font-size: 13px;
			margin-bottom: 10px;
		}
		.top_tag_slide_cat2_area{
			display: flex;
			flex-wrap: wrap;
			gap:10px;
			margin-bottom: 10px;
		}
		.top_tag_slide_cat2{
			color: #666666;
			border: 1px solid #666666;
			border-radius: 4px;
			font-size: 12px;
			display: inline-block;
			padding: 2px 10px;
		}
		.top_tag_slide_txt{
			font-size: 12px;
			margin-bottom: 30px;
		}
		a.top_tag_slide_bt{
			display: block;
			color: #fff !important;
			background-color: #5B6229;
			border-radius: 4px;
			text-align: center;
			font-size: 12px;
			height: 40px;
			line-height: 40px;
		}
		a:hover.top_tag_slide_bt{
			display: block;
			color: #fff !important;
			background-color: #5B6229;
			border-radius: 4px;
			text-align: center;
			font-size: 12px;
			height: 40px;
			line-height: 40px;
			opacity: 0.7;
		}
		.top_tag_come_area{
			font-size: 12px;
			text-align: center;
			margin-top: 0px;
		}
		.prev-arrow{
			width: 20px;
			position: absolute;
			left: -40px;
			top:45%;
			cursor: pointer;
		}
		.next-arrow{
			width: 20px;
			position: absolute;
			right: -40px;
			top:45%;
			cursor: pointer;
		}
		@media screen and (max-width:769px){
		.prev-arrow{
			width: 10px;
			position: absolute;
			left: -20px;
			top:45%;
			cursor: pointer;
		}
		.next-arrow{
			width: 10px;
			position: absolute;
			right: -20px;
			top:45%;
			cursor: pointer;
		}
		}
.top_tag_slide_dots{
  text-align: center;
	padding-top: 50px;
}
		.top_tag_slide_dots li{
    display: inline-block;
    margin: 0 15px;
		}
		.top_tag_slide_dots li button{
      position: relative;
      text-indent: -9999px;
		}
		.top_tag_slide_dots li button::before{
        content: '○';
        font-size: 12px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
		}
		.top_tag_slide_dots li.slick-active button::before{
        content: '●';
      }
		.top_tag_area{
			max-width: 1320px;
			margin: 0 auto 100px;
			box-sizing: border-box;
			padding: 100px 80px;
			background-color: #F5F5DA;
		}
		@media screen and (min-width:770px){
			.top_tag_area{
				margin: 150px auto 200px;
			}
		}
		.top_tag_area_title_en{
			font-family: 'Superegg-r';
			font-size: 24px;
			text-align: center;
			margin-bottom: 10px;
		}
		.top_tag_area_title_jp{
			font-size: 14px;
			text-align: center;
			margin-bottom: 40px;
		}
		.top_tag_area_come{
			text-align: center;
			font-size: 12px;
		}
		.galleryimgarea{
			margin-bottom: 40px;
			display: flex;
			justify-content: center;
			gap:20px;
			flex-wrap: wrap;
		}
		.galleryimgarea--item{
			cursor: pointer;
			min-width: 200px;
			max-width: 260px;
			width: 20%;
			height: 50px;
			line-height: 50px;
			background-color: #fff;
			border: 1px solid #000;
			border-radius: 4px;
			text-align: center;
			font-size: 14px;
		}
		.galleryimgarea--item:hover{
			opacity: 0.7;
		}
		.galleryimgarea--item_span{
			font-size: 10px;
			vertical-align: top;
		}
		@media screen and (max-width:1300px){
			.top_tag_area{
				padding: 100px 40px;
			}
		}
		@media screen and (max-width:1000px){
			.galleryimgarea--item{
				width: 30%;
			}
		}
		@media screen and (max-width:769px){
			.top_tag_area{
				padding: 60px 25px;
			}
			.galleryimgarea{
				gap:10px 4%;
			}
			.galleryimgarea--item{
			min-width: 48%;
			max-width: 48%;
				width: 48%;
			}
		}
		.top_tag_slide_col_heght{
			min-height: 200px;
			max-height: 300px;
			height: 5vw;
		}
		@media screen and (max-width:1000px){
			.top_tag_slide_col_heght{
				min-height: 270px;
				max-height: 300px;
				height: 5vw;
			}
		}
		@media screen and (max-width:769px){
			.top_tag_slide_col_heght{
				min-height: 220px;
				max-height: 300px;
				height: 5vw;
			}
		}

/* ------------------------------------------------
  2025年5月 追記
-------------------------------------------------*/

/* stores
---------------------------------------------------------- */
.page_stores .stores_box h3.tit_stores {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 8px;
	margin-top: 50px;
	margin-left: 1%;
	margin-right: 1%;
}
.page_stores .stores_box h3.tit_stores.first_tit_stores_h3 {
	margin-top: 0px;
}
.page_stores .stores_box ul li .url_stores a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.page_stores .stores_box h4.tit_stores {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 1% 8px;
	margin-top: 30px;
}
	@media screen and (max-width:769px){
		.page_stores .stores_box h3.tit_stores {
			margin-left: 0%;
			margin-right: 0%;
		}
		.page_stores .stores_box h4.tit_stores {
			padding: 10px 0% 8px;
		}
	}


/* ------------------------------------------------
  2025年6月 追記
-------------------------------------------------*/

/* modal 日本
---------------------------------------------------------- */
body.modaljp_open {
	overflow: hidden;
}
.modaljp{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.modaljp_line {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.closejp_top {
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: normal;
	color: #fff!important;
}
.closejp_top:hover {
	color: #fff!important;
}
.modaljp-bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modaljp-box {
/*	background: #fff;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 500px;
	width: 80%;
	box-sizing: border-box;
/*	padding: 90px 20px;	*/
	padding: 70px 0px;
	position: relative;
}
.modaljp_line .modaljp-box {
	padding: 0;
}
.modaljp-box-in {
	
}
.modaljp_line .modaljp-box-in {
	padding: 25px 20px 65px;
}
@media screen and (max-width:769px){
	.modaljp-box {
		max-width: 375px;
	}
}

/*
.tit_modal {
	font-family: 'Superegg-r', sans-serif;
	font-size: 24px;
	letter-spacing: .2em;
	margin-bottom: 35px;
	line-height: 1.4;
}
.modal_line .tit_modal {
	margin-bottom: 25px;
}
.tit_modal span {
	font-size: 15px;
	letter-spacing: 0;
	display: block;
	margin-top: 10px;
}
.txt_modal span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.txt_modal {
	font-size: 12px;
	margin-bottom: 35px;
}
.modal_country {
	margin-bottom: 10px;
	font-family: 'Superegg-r', sans-serif;
	font-size: 12px;
}
.modal-box-in select {
	border: solid 1px #000;
	padding: 15px 20px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	margin-bottom: 20px;
	background: #fff url(https://d2w53g1q050m78.cloudfront.net/supereggtokyo/uploads/images/common/select-arrow.svg) no-repeat right 10px center;
	background-size: 12px;
}
.modal-box-in .modal_ul li:first-child {
	margin-bottom: 15px;
}
.modal-box-in .modal_ul a {
	background: #5C6329;
	color: #fff!important;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 4px;
	line-height: 1;
	display: block;
	font-family: 'Superegg-r', sans-serif;
	font-size: 14px;
}
sup.r-mark {
	font-size:10px!important;
}
.tit_item_duplex sup.r-mark,
.accordion_tit sup.r-mark {
	font-weight:bold!important;
}
*/
