@charset "utf-8";

.required {
	color: #c8161e;
	font-weight: bold;
}

/* COMMON STYLE
-------------------------------*/
.row {
	max-width: 1500px;
	padding:0 20px;
	margin:0 auto;
}
.row .row {
	margin-left: 0;
	margin-right: 0;
	padding:0;
}
.column, .columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #000;
	opacity: 0.2;
}
a,a:visited,a:link
 {
	font-size: unset;
	color: #333;
}
#cover {
	z-index: 99999;
}
ul li ul, ul li ol {
	margin-left: 0;
}
small {
	font-size:60%;
}

@media only screen and (min-width: 751px){

	/* medium */
	.columns.medium-40 {
		width: 40%;
	}
	.columns.medium-30 {
		width: 30%;
	}
	.columns.medium-20 {
		width: 20%;
	}
}
@media only screen and (max-width: 767px){
	.row {
		padding:0;
		margin:0 3%;
		width:94% !important;
	}
	.row .row {
		margin:0 auto !important;
		width:100% !important;
	}
}

.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

.w90 { width: 90px !important; }

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: top;
}
.paddingT5  { padding-top:  5px; }
.paddingT10 { padding-top: 10px; }
.paddingT15 { padding-top: 15px; }
.paddingT20 { padding-top: 20px; }
.paddingT25 { padding-top: 25px; }
.paddingT30 { padding-top: 30px; }
.paddingT35 { padding-top: 35px; }
.paddingT40 { padding-top: 40px; }
.paddingT45 { padding-top: 45px; }
.paddingT50 { padding-top: 50px; }
.paddingT55 { padding-top: 55px; }
.paddingT60 { padding-top: 60px; }

.paddingB5  { padding-bottom:  5px; }
.paddingB10 { padding-bottom: 10px; }
.paddingB15 { padding-bottom: 15px; }
.paddingB20 { padding-bottom: 20px; }
.paddingB25 { padding-bottom: 25px; }
.paddingB30 { padding-bottom: 30px; }
.paddingB35 { padding-bottom: 35px; }
.paddingB40 { padding-bottom: 40px; }
.paddingB45 { padding-bottom: 45px; }
.paddingB50 { padding-bottom: 50px; }
.paddingB55 { padding-bottom: 55px; }
.paddingB60 { padding-bottom: 60px; }

.paddingTB5  { padding-top:  5px; padding-bottom:  5px; }
.paddingTB10 { padding-top: 10px; padding-bottom: 10px; }
.paddingTB15 { padding-top: 15px; padding-bottom: 15px; }
.paddingTB20 { padding-top: 20px; padding-bottom: 20px; }
.paddingTB30 { padding-top: 30px; padding-bottom: 30px; }
.paddingTB40 { padding-top: 40px; padding-bottom: 40px; }
.paddingTB50 { padding-top: 50px; padding-bottom: 50px; }

.paddingR5  { padding-right:  5px; }
.paddingR10 { padding-right: 10px; }
.paddingR15 { padding-right: 15px; }
.paddingR20 { padding-right: 20px; }
.paddingR25 { padding-right: 25px; }
.paddingR30 { padding-right: 30px; }

.marginT5  { margin-top:  5px; }
.marginT10 { margin-top: 10px; }
.marginT15 { margin-top: 15px; }
.marginT20 { margin-top: 20px; }
.marginT25 { margin-top: 25px; }
.marginT30 { margin-top: 30px; }
.marginT35 { margin-top: 35px; }
.marginT40 { margin-top: 40px; }
.marginT45 { margin-top: 45px; }
.marginT50 { margin-top: 50px; }
.marginT55 { margin-top: 55px; }
.marginT60 { margin-top: 60px; }

.marginAuto { margin-left: auto; margin-right: auto; }

.innerContentsWrapper {
	padding: 0 35px;
}

@media only screen and (max-width: 767px){
	/* small */
	.small-w30p { width: 30% !important; }
	.small-w40p { width: 40% !important; }
	.small-w50p { width: 50% !important; }
	.small-w60p { width: 60% !important; }
	.small-w70p { width: 70% !important; }
	.small-w80p { width: 80% !important; }
	.small-w90p { width: 90% !important; }
	.small-w100p { width: 100% !important; }

	.small-paddingT5  { padding-top:  5px; }
	.small-paddingT10 { padding-top: 10px; }
	.small-paddingT15 { padding-top: 15px; }
	.small-paddingT20 { padding-top: 20px; }
	.small-paddingT25 { padding-top: 25px; }
	.small-paddingT30 { padding-top: 30px; }
	.small-paddingT35 { padding-top: 35px; }
	.small-paddingT40 { padding-top: 40px; }
	.small-paddingT45 { padding-top: 45px; }
	.small-paddingT50 { padding-top: 50px; }
	.small-paddingT55 { padding-top: 55px; }
	.small-paddingT60 { padding-top: 60px; }

	.small-paddingB5  { padding-bottom:  5px; }
	.small-paddingB10 { padding-bottom: 10px; }
	.small-paddingB15 { padding-bottom: 15px; }
	.small-paddingB20 { padding-bottom: 20px; }
	.small-paddingB25 { padding-bottom: 25px; }
	.small-paddingB30 { padding-bottom: 30px; }
	.small-paddingB35 { padding-bottom: 35px; }
	.small-paddingB40 { padding-bottom: 40px; }
	.small-paddingB45 { padding-bottom: 45px; }
	.small-paddingB50 { padding-bottom: 50px; }
	.small-paddingB55 { padding-bottom: 55px; }
	.small-paddingB60 { padding-bottom: 60px; }

	.innerContentsWrapper {
		padding: 0 4%;
	}

	.block_for_small {
		display: block;
	}
}

/* BODY STYLE
-------------------------------*/
html{
	font-size: 62.5%;
	height:auto !important;
}
body {
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';	color: #000;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background: #f9f8f5;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

.isSP { display: none; }
.isPC { display: block; }
@media only screen and (max-width: 767px){
	.isPC { display: none!important; }
	.isSP { display: block; }
}


/* title Style
-------------------------------*/

/* h2 Style
-------------------------------*/
h2.title {
	font-size: 20px;
	letter-spacing: 1px;
}
h2.title.margin {
	margin-bottom: 20px;
}
h3.subtitle {
	background-color: #666;
	color: #fff;
	font-size: 20px;
	padding: 8px 0 8px 20px;
}
@media only screen and (max-width: 767px){
	/* small */
	h2.title {
		height: auto;
		font-size: 18px;
		padding: 0px 6.25% 10px;
	}
}

/* HEADER STYLE
-------------------------------*/
.header_banner{
	width:100%;
	height:5vh;
	line-height:5vh;
	text-align: center;
	background: #2d2622;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
    color: #fff;
}
.header_banner a{
	font-size: 2vmin;
    color: #fff;
	display: block;
	margin: 0 auto;
    text-align: center;
	text-overflow: ellipsis;
    overflow: hidden;
	max-width: 90%;
}

.header_banner_slider {
	opacity: 0;
	z-index: 1;
}
.header_banner_slider .slick-prev{
	border: solid 1px #fff;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
}
  
.header_banner_slider .slick-next{
	border: solid 1px #fff;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	width: 15px;
	height: 15px;
	top: calc(50% - 7px);
}
  
.header_banner_slider.slick-initialized .slick-slide{
	margin: 0;
}
.header_banner_slider.slick-initialized .slick-slide > div:not([class]){
	line-height: 0;
}
@media only screen and (max-width: 767px){
	.header_banner a{
		font-size: 13px;
		max-width: 90%;
	}

	.header_banner_slider .slick-prev{
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		left: 3%;
	}
	
	.header_banner_slider .slick-next{
		width: 10px;
		height: 10px;
		top: calc(50% - 5px);
		right: 3%;
	}
}

header.header {
	/* background:#f9f8f4; */
	z-index: 1;
	width: 100%;
}
.header.item-header {
	position:absolute;
}
.header .header_logo {
	position: absolute;
	width: 108px;
	top: 20px;
}
.header .header_menu ul {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 24px 0;
}
.header .header_menu ul > li {
	display: inline-block;
	padding:0 30px;
	font-size: 22px;
}
.header .header_menu ul li a {
	display: block;
	position: relative;
	color: #333;
	letter-spacing: 1.1px;
	transition: color .5s ease;
	font-family: 'Perpetua Regular';
}
.header .header_menu ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(255,255,255,.5);
	transition: opacity .5s ease,visibility .5s ease,background .5s ease;
}
.header_right {
	position: absolute;
	right: 5px;
	top: 34px;
}
.scrollHeader .header_right {
	top: 20px;
}
.header_right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_right li {
    margin: 0 10px;
}
.header_right .favorite { 
    width: 12px; 
    margin: 0 0 0 0;
    padding-bottom: 2px;
}
.header_right .member {
    width: 16px;
    margin: 0 16px 0 18px;
    position: relative;
    bottom: 1px;
}
.header_right .cart	{
    width: 19px; 
    position: relative; 
    margin: 0 16px 0 0;
}
.header_right .humb {
    width: 30px; 
    cursor: pointer;
}
.header_right .count {
	position: absolute;
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #fff;
	border-radius: 15px;
	top: -7px;
	right: 10px;
	text-align: center;
	line-height: 15px;
	letter-spacing: 0;
	background: #380d79;
	font-weight: 300;
	font-family: 'Roboto Condensed';
}
.header_right .count a {
	color:#fff;
}
/* shutto 関連 */
.lang_btn {
	cursor: pointer;
}
.header_right .lang_btn .lang_icon {
	display: inline-flex;
	align-items: center;
}
.main-nav .lang_btn .lang_icon {
    display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
}
.lang_btn .lang_icon img {
	width: 18px;
    height: 18px;
}
.lang_btn .lang_icon .txt {
	font-size: 12px;
}
.header_right .lang_btn .lang_icon .txt {
	margin-left: 10px;
	width: 20px;
}
.main-nav .lang_btn .lang_icon .txt {
	width: 50px;
}
.lang_btn .stt-select {
	display: none;
    padding: 7px 0 7px 16px;
}
.lang_btn .stt-select.on {
    position: absolute;
    display: block;
    padding: 7px 0 7px 16px;
    width: 100px;
    background: white;
    border: 1px solid #ccc;
}
.header-right .lang_btn .stt-select .stt-item {
	position: relative;
    padding: 7px 26px 7px 0;
}
.main-nav .lang_btn .stt-select .stt-item {
	position: relative;
    padding: 7px 26px 7px 0;
    margin: auto;
}
/* shutto 関連ここまで */

.header .main {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding:0 20px;
}
.header .main .site-logo-wrapper {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:15px;
	width: 195px;
}
.header .main .header-center li input.search {
	position: relative;
	background: rgba(0, 0, 0, 0) url(../img/button/search.png) no-repeat scroll right center / auto 80%;
	background-origin: border-box;
	border: none;
	width: 17px;
	height: 18px;
	outline: none;
}
.header .main .header-center li input.submit {
	background-color: #000;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	width: 45px;
	height: 30px;
	border: none;
	float: right;
}
.header .main .header-center li .search-wrapper {
	position: absolute;
	right: 0px;
	top: 80px;
	overflow: hidden;
	width: 410px;
	display: none;
}
.header .main .header-center li .freeword {
	background-color: #FFF;
	border: #000 solid thin;
	padding-left: 10px;
	height: 30px;
	width: 365px;
	letter-spacing: 0.1em;
	float: left;
}
.header .main .header-center li .freeword::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
.header .main .header-center li .freeword:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
.header .main .header-center li .freeword::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}

.header .count {
	position: absolute;
	width: 18px;
	height: 18px;
	font-size: 10px;
	color: #fff;
	border-radius: 15px;
	top: -10px;
	right: -15px;
	background: #e95a7f;
	text-align: center;
	line-height: 17px;
}

@media only screen and (max-width: 767px){
    .header .sp-navi-wrap .count{
	    top: 5px;
	    right: initial;
    }
    .header .header_logo {
	    width: 65px;
	    top: 18px;
    }
    .scrollHeader .header_right {
        top: 12px;
    }
    .header_right .member {
        margin: 0 15px 0 17px;
    }
    .header_right .cart	{
        margin: 0 14px 0 0;
    }
}

.header .main .header-center > li .header-submenu-wrap{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 34px;
	left: 0;
 	padding: 20px 14px 15px;
	background: #fff;
	border-top: 0;
}

@media only screen and (max-width: 855px){
.header .main .header-center > li:nth-last-child(2) .header-submenu-wrap{
	right: 0;
	left: auto;
}
}

@media only screen and (max-width: 1300px){
.header .main .header-center > li:last-child .header-submenu-wrap{
	right: 0;
	left: auto;
}
}

@media only screen and (max-width: 1000px){
.header .main .header-center > li:nth-last-child(2) .header-submenu-wrap,
.header .main .header-center > li:last-child .header-submenu-wrap{
	right: -20px;
}
}


.header .main .header-center > li .header-submenu-wrap .row{
	padding: 0;
}

.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap,
.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap dd{
	padding: 0;
}

.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap li{
	margin: 0;
}

.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap dl{
	float: none;
}


/*.header .main .header-center > li dl{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 34px;
	left: 0;
 	padding: 25px 14px 15px;
	background: #fff;
}*/

.header .main .header-center > li dl dt{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
}

dd.submenu_list {
	text-align: left;
}

dd.submenu_list > ul{
	margin-left: 0;
}

dd.submenu_list li a{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}





.header .main .header-left-wrapper {
	float: left;
	width:45%;
	text-align:left;
	padding-top:50px;
}
.header .main .header-left li{
	position: relative;
	display:inline-block;
	margin:0 30px 0 0;
	font-size:16px;
	font-size:1.6rem;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
	font-weight:bold;
}
.header .main .header-left li a.sale{
	color:#e95a7f;
}
.header .main .header-right-wrapper {
	float: right;
	width:45%;
	text-align:right;
	padding-top:50px;
}
.header .main .header-right {
}
.header .main .header-right li {
	position: relative;
	display:inline-block;
	margin:0 0 0 30px;
	vertical-align:middle;
}
.header .main .header-right li.start {
	padding-left: 0;
}
.header .main .header-right li a.open-submenu {
	display: block;
}
.header .main .header-right li.search{
	width:100px;
	position:relative;
	margin:0 35px 0 0;
}
.header .main .header-right li.search .search-form input.freeword{
	border:none;
	border-bottom:1px solid #000;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
	font-size:12px;
	font-size:1.2rem;
	box-shadow:none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding:6px 0 !important;
}
.header .main .header-right li.search #form_search{
	position:absolute;
	right:0;
	top:0;
	background:none;
	background:url('../img/search_btn.png');
	width:16px;
	height:16px;
	border:none;
}
.header .main .header-right li a.help {
}
.header .main .header-right li a.member {
}
.header .main .header-right li a.cart {
}

.header .header-submenu-wrap {
	display: none;
	position: absolute;
	z-index:99999;
	top: 100%;
	left: 0px;
	border-top: 1px solid #c1c1c1;
	padding: 30px 0 0 0;
	background-color: #fff;
}
.header .header-submenu-wrap.cart_menu{
	top:80px;
}
.header .header-submenu-wrap-full {
	width: 100%;
}
.header .header-submenu-wrap .header-submenu-inner-wrap {
	padding-left: 20%;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dl {
	float: left;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd {
	float: left;
	padding-right: 80px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap li {
	margin-bottom: 17px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	display:block;
	height:inherit;
	width:100%;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd.submenu_list {
	padding-bottom: 10px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd.fixed_menu {
	min-width: 180px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link {
	width: 194px;
	margin-top: 2px;
	padding-bottom: 30px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link a,
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link img {
	display: block;
}
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link p {
	text-align: center;
	margin-top: 10px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd.image_link {
	padding-right: 20px;
}
.header .header-submenu-wrap.shop_menu .header-submenu-inner-wrap dd.image_link {
	margin-left: 30px;
}

.header .header-submenu-wrap-just {
	width: auto;
}
.header .header-submenu-wrap-just .triangle {
	position: absolute;
	top: -12px;
	right: 27px;
}
.header .header-submenu-wrap-just .header-submenu-inner-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.header .header-submenu-wrap-just .header-submenu-inner-wrap li {
	margin-bottom: 15px;
}
.header .header-submenu-wrap-just.help_menu {
	text-align: center;
}
.header .header-submenu-wrap-just.help_menu .info_mail {
	margin-top: 5px;
	font-size: 90%;
}
.header .header-submenu-wrap-just.member_menu {
	text-align: center;
}

.header .header-submenu-wrap-just.member_menu .triangle {
	right: 22px;
}

.header .header-submenu-wrap-just.cart_menu .header-submenu-inner-wrap {
	width: 300px;
}
.header .cart_menu img {
	width: 100%;
}
.header .cart_menu h3 {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.header .cart_menu li {
	margin: 10px 0;
}
.header .cart_menu .colImage {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.header .cart_menu .detail_wrapper {
	width: 150px;
	float: left;
}
.header .cart_menu .cart_detail {
	font-weight: 300;
}
.header .cart_menu .cart_result {
	text-align: right;
	border-top: 1px solid #000;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
}
.header .cart_menu .free {
	text-align: center;
	padding: 10px 0;
}

.header .sp-navi-wrap,
.header .serach-box{
	display:none;
}

/* nolink */

header.nolink{
	height:inherit;
	padding-bottom:20px;
	border-bottom:2px solid #000;
	margin-bottom:40px;
}
header.nolink .site-logo{
	width:160px;
	margin:0 auto;
}

/* appsignup */
header.appsignup{
	padding-bottom:75px;
	margin-bottom:40px;
	position: fixed;
}
header.appsignup .site-logo-wrapper{
	width: 35%;
	top: 10px;
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
}


@media only screen and (max-width: 1000px){
.header .main .header-center > li > a {
	font-size: 11px;
}
}
@media only screen and (max-width: 900px){
	.header .main .header-left li{
		margin:0 15px 0 0;
		font-size:14px;
		font-size:1.4rem;
	}
	.header .main .header-right li {
		margin:0 0 0 15px;
	}
	.header .main .header-right li.search {
		margin: 0 20px 0 0;
	}
}

@media only screen and (max-width: 767px){

	header.header {
		height: 55px;
	}
	.header_right {
		position: absolute;
		right: 15px;
		top: 20px;
	}
	.header .header_logo {
		width: 65px;
		top: 17px;
	}
	.header .main .site-logo {
		display:block;
		width:40%;
		max-width:170px;
		margin:15px auto;
	}
	.header-submenu-wrap{
		display:none !important;
	}

	.header-left-wrapper,
	.header-right-wrapper,
	.header-center-wrapper{
		display:none;
	}
	.header .main .site-logo-wrapper {
		position:static;
		display: block;
		width:100%;
	}

	/* sp-menu */
	.header .sp-navi-wrap{
		display:block;
		background:#000000;
		position:relative;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		z-index: 9999;
	}
	.header .sp-navi-wrap.fixed {
		position: fixed;
		top: 0;
		left:0;
		width: 100%;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	.header .sp-navi-wrap ul.sp-navi{
		display:table;
		height:50px;
		width:100%;
		margin:0;
	}
	.header .sp-navi-wrap ul.sp-navi li{
		display:table-cell;
		vertical-align:middle;
		width:20%;
		text-align:center;
	}
	.header .sp-navi-wrap ul.sp-navi li#menuBtn,
	.header .sp-navi-wrap ul.sp-navi li#searchBtn{
		cursor:pointer;
	}
	.header .sp-navi-wrap ul.sp-navi li img{
		width:20px;
	}
	.sp-overlay{
		display:none;
		z-index:99999;
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		background:#000;
		border-top:1px solid #989898;
	}
	.sp-navi-inner{
		overflow:scroll;
		height:450px;
	}
	/*.sp-overlay ul.sp-navi-list{
		border-top:1px solid #989898;
	}*/
	.sp-overlay ul.sp-navi-list li{
		border-bottom:1px solid #989898;
		font-size:15px;
		font-size:1.5rem;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}

	.sp-overlay ul.sp-navi-list li:nth-child(2n){
		border-right:none;
		padding-right:1px;
	}
	.sp-overlay ul.sp-navi-list li{
		color:#FFF;
		padding:15px 3%;
		display:block;
		position: relative;
	}

	.sp-overlay ul.sp-navi-list li:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #989898;
		border-right: solid 2px #989898;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sp-overlay ul.sp-navi-list li.active:after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}


	.sp-overlay ul.sp-navi-list p a{
		display:block;
		color:#FFF;
		font-size:15px;
		padding:7px 3%;
		padding: 15px 3% 15px 1.5em;
		border-bottom: 1px solid #989898;
	}
	.sp-overlay ul.sp-navi-list.sp-navi-list-link a {
		display:block;
		color:#FFF;
		font-size:15px;
	}
	.sp-overlay ul.sp-navi-list.sp-navi-list-link li:after{
		display: none;
	}

	.header .search-box{
		border-top:1px solid #989898;
		display:none;
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		z-index:9999;
		background:#000;
		padding:15px 5%;
	}
	.header .search-box input.freeword{
		border:none;
		border-bottom:1px solid #000;
		font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
		font-size:12px;
		font-size:1.2rem;
		box-shadow:none;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		padding:15px !important;
	}
	.header .search-box #form_search{
		position:absolute;
		right:8%;
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background:none;
		background:url('../img/search_btn.png');
		width:16px;
		height:16px;
		border:none;
	}


	/* nolink */

	header.nolink{
		margin-bottom:20px;
		padding-bottom:20px;
		height: inherit;
	}
	header.nolink .site-logo{
		max-width:160px;
		width:32%;
	}

	/* appsignup */
	header.appsignup{
		padding-bottom:57px;
	}

	header.appsignup .site-logo-wrapper{
		width: 100%;
	}
	
	.mainContents.signup.appsignup .form-inner,
	.mainContents.formWrapper.step03.appsignup .form-inner{
		margin: 20px auto;
	}

}


/* top-menu */

.sp-menu{
	display:none;
}

@media only screen and (max-width: 767px){

	.sp-menu{
		display:block;
		overflow:hidden;
		background-color:#FFF;
	}
	.sp-menu ul{
		overflow:hidden;
	}
	.sp-menu ul.black{
		background:#000;
		display:table;
		width: 100%;
	}
	.sp-menu ul.black > li {
		display:table-cell;
		float: none;
	}
	.sp-menu ul.black > li:last-child {
		border-right: none;
	}
	}
	.sp-menu ul li{
		width:33.333%;
		box-sizing:border-box;
		border-bottom:2px solid #d7d7d7;
		border-right:2px solid #d7d7d7;
		font-size:14px;
		font-size:1.4rem;
		font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
		text-align:center;
		float:left;
	}
	.sp-menu ul li:nth-child(3n){
		border-right:0;
		padding-right:2px;
	}
	.sp-menu ul li a{
		display:block;
		padding:13px 0;
	}
	.sp-menu ul.black li a{
		color:#FFF;
	}
	.sp-menu ul.black li.sale a{
		color:#ec87a2;
	}
	.sp-menu ul li a:hover{
		background:#eeeeee
	}
	.sp-menu ul.black li a:hover{
		background:#202020;
	}

	.sp-navi-wrap .sp-menu{
	}
	.sp-navi-wrap.fixed .sp-menu{
		display:block !important;
	}
	.sp-navi-wrap .sp-menu{
		display:block;
		background:none;
	}
	.sp-navi-wrap .sp-menu ul{
		border-top:1px solid #313131;
	}
	.sp-navi-wrap .sp-menu ul li {
		border-bottom:1px solid #313131;
		border-right: 1px solid #313131;
	}

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:portrait) {

	/*.header .main .header-center li {
		padding: 30px 8px 0 8px;
	}*/
	.header .main .header-center li.start {
		padding-left: 0;
	}
	.header .main .header-center li.end {
		padding-right: 0;
	}
	.header .main .header-center li .search-wrapper {
		width: 340px;
	}
	.header .main .header-center li .freeword {
		width: 295px;
	}
}
/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:portrait) {
	.header .main .header-center {
		position: relative;
		margin-left: 10%;
	}
	.header .main .header-center li {
		padding-left: 1%;
		padding-right: 1%;
	}
	.header .main .header-center li .search-wrapper {
		right: 3px;
		width: 302px;
	}
	.header .main .header-center li .freeword {
		width: 257px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:landscape) {
	.header .main .header-center {
		margin-left: 15.7%;
	}
	.header .main .header-center li {
		padding-left: 1%;
		padding-right: 1%;
	}
	.header .main .header-center li .search-wrapper {
		right: 5px;
		width: 312px;
	}
	.header .main .header-center li .freeword {
		width: 267px;
	}
}
*/
/* crumbs list STYLE
-------------------------------*/


/* layout Style
-------------------------------*/

.mainContents {
	min-height:750px;
	max-width: 1500px;
	margin:0 auto;
	padding:140px 20px;
}
.mainContentsInner {
	margin: 0;
}


@media only screen and (max-width: 767px){

	.mainContents {
		min-height:450px;
		padding:80px 0;
		margin:0 3%;
		width:94% !important;
	}


}

/* FORM STYLE
-------------------------------*/
.formWrapper .attention {
	line-height: 1.6em;
	padding-top: 20px;
}
.formWrapper .attentionFooter {
	padding: 20px 0;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
	font-style:normal;
}
.error-ico {
	display: none;
	color: #f04124;
}
[data-abide] .error .error-ico {
	display: block;
	position: absolute;
/*
	top: 0;
	bottom: 0;
	margin: auto 0;
*/
	top: 10px;
	right: -15px;
	width: 16px;
	height: 16px;
}
[data-abide] input[data-invalid],
[data-abide] textarea[data-invalid],
[data-abide] select[data-invalid] {
	background-color: #f8cdcd;
}
[data-abide] .require {
	color: #f04124;
	font-weight: bold;
	margin-left: 5px;
}
.error-messages {
	margin-top: 15px;
	margin-bottom:20px;
	color: #f04124;
	font-size:14px;
	font-size:1.4rem;
}
.error-messages li{
	margin-bottom:5px;
}
.error-messages-page li {
	text-align: center;
	color: #f04124;
	margin-bottom:20px;
	font-size:14px;
	font-size:1.4rem;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="radio"],
textarea {
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-size: 12px;
}
input[type="radio"],
input[type="checkbox"] {
	position: relative;
	top: 2px;
}

p.input_attention {
	color: #666;
	font-size:12px;
	font-size:1.2rem;
	margin-top: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.inputRow.passw p.input_attention {
	margin-bottom: 10px;
}
.shippingForm.search_post_form.gray-form p.input_attention {
	color: #666;
	font-size:12px;
	font-size:1.2rem;
	margin-top: 10px;
    letter-spacing: 0.5px;
}
.shippingForm.search_post_form.gray-form p.input_attention.red {
	color:#9F0A0A;
}
.mailmagazine p.input_attention.red.pl {
    margin-bottom: 0;
}
p.input_attention.pl{
	padding-left:25px;
}
p.input_attention.red{
	color:#9F0A0A;
}
p.input_attention.black{
	color:#000;
}
p.input_attention a {
	color: #666;
	text-decoration: underline;
}
p.input_attention.inline {
	display:inline;
}
p.input_attention_image {
	margin-top: 10px;
}
p.input_attention_image img {
	vertical-align: middle;
}
p.input_remarks {
	margin: 0.3rem 0 0 0;
	font-size: 0.75rem;
}

table.form_table input[type=text].multi-select-options-search-input {
	margin-bottom: 0.3rem;
}

table.form_table td.alert {
	background-color: #f8cdcd;
}
table.form_table font.caution {
	color: #f00;
}
table.form_table tr.disabled th,
table.form_table tr.disabled td {
	 filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	-ms-filter: "alpha(opacity=30)";
}

.buttonLeft {
	margin-left: 3em;
}

div.button-spinner {
	margin: 0 auto;
}
#gFooter {
	overflow: visible;
	overflow: unset!important;
}
#main {
    padding-bottom: 70px;
}

.teturnTop {
	padding-bottom: 0;
	position: relative;
}

.teturnTop svg {
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.logoLink {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px){
	/* small */
	p.input_attention.inline {
		display: block !important;
		margin-left: 0;
	}

	.formWrapper .attentionFooter {
		text-align: left;
		padding: 0 0 20px 0;
	}

	p.input_attention_image {
		margin-top: 10px;
	}
	p.input_attention_image img {
		vertical-align: top;
		margin-top: 5px;
	}

	p.input_attention span {
		display: block;
	}
	.error-messages {
		font-size:12px;
		font-size:1.2rem
	}
	.error-messages-page li {
		font-size:12px;
		font-size:1.2rem;
	}
	.teturnTop svg {
		bottom: 30px;
	}
    .shippingForm.search_post_form.gray-form p.input_attention{
        margin-top: 8px;
        font-size: 11px;
        font-size: 1.1rem;
        display: block !important;
        margin-bottom: 10px;
    }
    .search_post_form p.input_attention{
        padding-top: 8px;
        padding-left: 0;
        font-size: 1.1rem;
        margin-top: 0;
    }

}

/* formTable STYLE
-------------------------------*/
.formTable {
	width: 100%;
}
.formTable .gray-form{
	padding:0 30px 30px 25px;
	margin-bottom:10px;
}
.formTable .form-box{
	border-bottom:#e7e3e0 dotted 1px;
	overflow:hidden;
	padding-bottom:50px;
	padding-top:50px;
	clear:both;
}
.formTable .form-box.first{
	border-top:#bfbfbf solid 1px;
}
.formTable .form-ttl{
	float:left;
	width:25%;
	font-size:20px;
	font-size:2.0rem;
}
.formTable .form-ttl.mt-none{
	margin-top:0 !important;
}
.formTable .form-content{
	float:right;
	width:75%
}
.formTable .inputRow {
	padding:0 0 30px;
}
.formTable .credit .inputRow{
	padding-bottom:20px;
}

.formTable .inputRow:after,
.formTable .inputHead:after,
.formTable .inputCol:after {
	clear:both;
	content:".";
	display:block;
	font-size:0.1px;
	height:0.1em;
	line-height:0;
	visibility:hidden;
}
.formTable .inputRow.pb-none{
	padding-bottom:0 !important;
}
.formTable .form-content.coupon .inputRow.pb-none{
	padding-bottom:0 !important;
}
.formTable .inputRow.gray{
	
}
.formTable .inputRow.even {
	background-color: #f7f7f7;
}

.formTable .inputRow .inputHead {
	position: relative;
	z-index: 1;
	float: left;
	margin-right: -100%;
	width: 160px;
	padding-right: 15px;
	padding-top:10px;
	transform:translate3d(0,0,0);
}
.formTable .inputRow .inputHead.pt-none{
	padding-top:0px;
}
.formTable .inputRow .inputCol {
	float: left;
	width: 100%;
	vertical-align: middle;
	font-size:14px;
	font-size:1.4rem;
}
.formTable .credit .gmoCreditcardForm1 .inputRow:nth-child(4) .inputCol{
    width: 70%;
}
.formTable .inputRow .inputCol.lh-2{
	line-height:2.5;
}
.formTable .inputRow .inputColInner {
	margin-left: 150px;
	line-height: 200%;
}
.formTable .inputRow .inputColInner.question{
	position:relative;
}
.formTable .inputRow .inputColInner.mb{
	margin-bottom:10px;
}

.formTable .inputRow .inputHead .inputLabel,
.formTable .inputRow .inputHead .inputRequired {
	float: left;
	padding: 0;
}
.formTable .inputRow .inputHead .inputLabel {
	font-size:14px;
	font-size:1.4rem;
}
.formTable .gray-form .inputRow .inputHead .inputLabel{
	width:100px;
}
.formTable .search_post_form .inputRow .inputHead .inputRequired{
    font-size:11px;
    color: #390d7e;
    margin-top: 2px;
}
.formTable .gray-form .inputRow .inputHead {
	width: 100px;
}
.formTable .gray-form .inputRow .inputColInner {
	margin-left: 100px;
}
.formTable .inputRow .inputHead .inputRequired {
	width: 30px;
}
.formTable .inputRow .inputColInner.marginCell {
	/*padding-top: 8px;*/
    font-size: 14px;
    font-size: 1.4rem;
}
.formTable .border-top {
	border-top: #e7e3e0 dotted 1px;
}
.formTable .form-top {
	margin-top:20px;
}
.formTable .inputRow .inputCol input[type="text"],
.formTable .inputRow .inputCol input[type="password"],
.formTable .inputRow .inputCol select,
.formTable .inputRow .inputCol textarea {
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.formTable .gmoCreditoptionForm .inputRow input#gmo_token_card_number {
	width: 70%;
}
.formTable .inputRow .inputCol select#gmo_token_card_expires_month,
.formTable .inputRow .inputCol select#gmo_token_card_expires_year,
.formTable .inputRow .inputCol select#form_gmo_div{
	width:86px;
	font-size:12px;
	padding:0;
}
.formTable .inputRow .inputCol input,
.formTable .inputRow .inputCol select {
	display: inline;
	margin: 0;
	padding: 6px 10px;
	height:35px;
	border: 1px solid #e7e3e0;
	box-shadow:none;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
}
.formTable .inputRow .inputCol select{
	cursor:pointer;
	height: 35px;
	position: relative;
	background: none;
	border: none;
	border-bottom: 1px solid #e7e3e0;
	/*background: url('/assets/front/agete/img/down_arrow.png') no-repeat right;*/
	font-family: "Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.formTable .inputRow .inputCol select::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid black;
	position: absolute;
}
.formTable .inputRow .inputCol input[type="radio"] + label:before, .formTable .inputRow .inputCol input[type="radio"] + label:after {
	top: 4px;
}
.formTable .inputRow .inputCol input[type="radio"]:checked + label:after {
	top: 7px;
	 background: #333;
}
.formTable .inputRow .inputCol input[type="checkbox"] + label:before {
	top:3px;
	/*background-color:#FFF;*/
}
input[type="checkbox"]:checked + label:after {
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	top: 13px;
}

.formTable .inputRow label{
	font-size:16px;
	font-size:1.6rem;
}
.formTable .inputRow .inputCol input.tiny {
	height: 2.3125rem; 
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 100%;
	vertical-align: top;
}
.formTable .inputRow .inputCol input.zipchk {
	padding: 0 25px 0 25px;
	margin-left: 20px;
}
.formTable .inputRow .inputCol textarea {
	height: 100px;
}
.formTable .inputRow .form-bottom{
	margin-bottom:20px;
}
.formTable .inputRow.last .form-bottom:last-child{
	margin-bottom:0;
}
.formTable .inputRow .inputCol span.line {
	width:50%;
	margin-right: 1.3%;
	display:inline-block;
}
.formTable .form-box.delivery .inputRow.deta .inputCol span.line{
	width:26%
}
/*.formTable .form-box.delivery .inputRow.deta .inputCol span.line::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 4px;
	border-color: rgba(0,0,0,.2) transparent transparent transparent;
	position: absolute;
	left: 417px;
	top: 31%;
	content: '';
	transform: translateY(-50%);
}*/
.formTable .search_post_form .form-content .inputRow:nth-child(9) .inputCol span.line {
	width:100%;
}
.formTable .inputRow .inputCol .line2{
	overflow:hidden;
}
.formTable .inputRow .inputCol .line2 span.line{
	display:block;
	float:left;
	margin-right: 2%;
}
.formTable .search_post_form .inputRow .inputCol .line2 span.line{
    width: 49%;
    margin-right: 10px;
    display: inline-block;
}
.formTable .shippingForm.search_post_form.gray-form .inputRow:nth-child(3) .inputCol .line2 span.line{
    width: 170px;
}
.formTable .search_post_form .inputRow .inputCol .line2 span.line:last-child{
    margin-right: 0;
}
.formTable .search_post_form .inputRow .inputCol .line2 span.line.zip_add{
    width: 100%;
    margin-right: 10px;
}
.formTable .inputRow .inputCol span.line.short{
	width:40%;
}
.formTable .inputRow .inputCol span.line.last{
	margin-right:0;
}
.formTable .inputRow .inputCol span.line input[type="text"],
.formTable .inputRow .inputCol span.line input[type="password"],
.formTable .inputRow .inputCol span.line input textarea {
	width: 100%;
}
.formTable .shippingForm.search_post_form.gray-form .inputRow input.zip{
    width: 150px;
}
.formTable .inputRow .inputCol span.line input#form_order_zip{
	width:150px;
	padding:6px 10px;
}
.formTable .inputRow .inputCol .birth-wrap{
	display:table;
	/*width:100%;*/
}
.formTable .inputRow .inputCol .birth-wrap select{
	/*background: url('/assets/front/agete/img/down_arrow.png') no-repeat right;*/
}
/*.formTable .inputRow .inputCol select#form_birth_year,
.formTable .inputRow .inputCol select#form_birth_month,
.formTable .inputRow .inputCol select#form_birth_day{
	width:130px;
	padding:0;
	font-size:1.2rem;
}*/
.formTable .search_post_form .inputRow span.line_date select.birth{
    width: 160px;
    padding: 6px 10px 6px 2px;
}
.formTable .inputRow .inputCol .validity-wrap{
	display:table;
	width:90%;
}
.formTable .inputRow .inputCol .birth-wrap span.line_date{
	width:35.5%;
	display:table-cell;
	vertical-align:middle;
}
.formTable .inputRow .inputCol .validity-wrap span.line_date{
	width:38%;
	display:table-cell;
	vertical-align:middle;
}
.formTable .inputRow .inputCol span.line_date.date{
	width:6%;
	font-size:16px;
	font-size:1.6rem;
	display:table-cell;
	text-align:center;
}
.formTable .inputRow .inputCol span.line_date.slash{
	width:8%;
	font-size:18px;
	font-size:1.8rem;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.formTable .inputRow .inputCol .validity-wrap span.line_date.slash{
	width:6%;
}
.formTable .inputRow .inputCol .login-auto{
	font-size:16px;
	font-size:1.6rem;
	padding-top:10px;
}

.formTableConfirm .inputRow .inputLabel.marginCell,
.formTableConfirm .inputRow .inputColInner.marginCell {
	padding-top: 10px;
}
.formTable .inputRow .inputCol.inputColFull,
.formTableConfirm .inputRow .inputCol.inputColFull {
	padding-left: 20px;
}

.formTable .inputRow .inputCol .disabled {
	background-color: #CCC;
}


.form-inner{
	max-width:746px;
	margin:0 auto;
}
.confirm-txt{
	font-size:14px;
	font-size:1.4rem;
	margin:20px 0;
}

@media only screen and (max-width:1024px){
	
	.formTable .form-box{
		border-bottom:#bfbfbf solid 1px;
		overflow:hidden;
		padding-bottom:25px;
		padding-top:20px;
	}
	.formTable .form-ttl{
		width:100%;
		margin-bottom:20px !important;
		margin-top:0 !important;
	}
	.formTable .form-content{
		width:100%
	}
}
@media only screen and (max-width: 767px){

	.formTable{
		margin-bottom:20px;
	}
	.formTable .form-box{
		overflow:hidden;
		padding-bottom:40px;
		padding-top:40px;
	}
	.formTable .inputRow {
		padding: 0 0 20px;
	}
	.formTable .gray-form {
		padding: 20px 20px 0;
		margin-bottom: 20px;
	}
	.formTable .form-ttl{
		font-size:18px;
		font-size:1.8rem;
	}
	.formTable .inputRow .inputHead {
		float: none;
		margin-right: 0;
		width: 100%;
		padding: 0;
		margin-bottom: 7px;
	}
	.formTable .inputRow .inputHead br{
		display:none;
	}
	.formTable .inputRow .inputHead .inputLabel,
	.formTable .gray-form .inputRow .inputHead .inputLabel {
		width: 100%;
	}
	.formTable .inputRow .form-bottom {
		margin-bottom: 10px;
	}
	.formTable .inputRow .inputCol {
		font-size:14px;
		font-size:1.4rem;
	}
	.formTable .inputRow .inputColInner {
		margin-left:0 !important;
		line-height:1.5 !important;
	}
	.formTable .inputRow .inputCol span.line.short {
		width: 50%;
	}
	.formTable .inputRow .inputCol span.line.sp-w100 {
		width:100%;
		margin-right: 0;
		display:block;
	}
	.formTable .inputRow .inputCol input,
	.formTable .inputRow .inputCol select {
		font-size:12px;
		font-size:1.2rem;
	}
	.formTable .inputRow .inputCol select {
		background-size:12px auto;
	}
	.formTable .inputRow .inputCol input.tel{
		width:78% !important;
	}
	.formTable .inputRow .inputCol #form_shipping_date,
	.formTable .inputRow .inputCol #form_delivery_time_id{
		width:100%;
	}
		
	.formTable .inputRow label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form-inner{
		margin:20px auto 0;
	}
	.confirm-txt{
		font-size:12px;
		font-size:1.2rem;
		margin:10px 0;
	}
    .formTable .inputRow .inputCol span.line input#form_order_name1_kana{
        margin-bottom: 20px;
    }
    .formTable .inputRow .inputCol span.line input#form_order_zip{
	    width:110px;
        height: 35px;
    }
    .formTable .inputRow .inputColInner.zip_area{
	    margin-bottom:15px;
    }	
    .formTable .inputRow .inputColInner.mb{
	    margin-bottom:5px;
    }
    .formTable .search_post_form .form-content .inputRow:nth-child(9) .inputCol span.line{
        width: 100%;
    }
    .formTable .inputRow .inputCol select#form_birth_year,
    .formTable .inputRow .inputCol select#form_birth_month,
    .formTable .inputRow .inputCol select#form_birth_day{
	    width:100px;
	    padding:0;
	    font-size:1.2rem;
        margin-right: 15px;
    }
    .formTable .form-box.delivery .inputRow.deta .inputCol span.line{
        width: 170px;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow:nth-child(1) .inputCol .line2 span.line,
    .formTable .shippingForm.search_post_form.gray-form .inputRow:nth-child(2) .inputCol .line2 span.line{
        width: 47.8%;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow:nth-child(3) .inputCol .line2 span.line{
        width: 100%;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow:nth-child(3) .inputCol .line2 span.line.last{
        margin-top: 5px;
        width: 63%;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow:nth-child(3) .inputCol .line2 span.line.last  select{
        width: 100%;
    }
    .formTable .inputRow .inputCol .birth-wrap span.line_date{
	    width:28%;
    }
    .formTable .gmoCreditoptionForm .inputRow input#gmo_token_card_number {
	    width: 100%;
    }
    .formTable .inputRow .inputCol select#gmo_token_card_expires_month,
    .formTable .inputRow .inputCol select#gmo_token_card_expires_year{
	    width:82px;
    }
    .formTable .inputRow .inputCol select#form_gmo_div{
	    width:86px;
        margin-top: -5px;
    }
    .formTable .inputRow.pb-none{
	    padding-bottom:0 !important;
    }
    .formTable .search_post_form .inputRow .inputHead .inputRequired{
        margin-top: 0;
    }
    
}
span.clearboth {
	clear: both;
	display: block;
}


/* confirm */

.formTable.confirm{
	font-size:16px;
	font-size:1.6rem;
}
.formTable.confirm .form-box{
	position:relative;
}
.formTable.confirm .inputRow {
	padding: 0 0 20px;
}
.formTable.confirm .inputRow:last-child {
	padding: 0 0 0;
}
.formTable .form-box .form-content .creditcardDivForm:last-child .inputRow:last-child{
	font-size:14px;
	font-size:1.4rem;
    padding-top: 20px;
}
.formTable.confirm .credit .gmoCreditcardForm1 #gmo_new_card_area .inputRow:last-child {
	padding: 0 0 20px;
}
.formTable.confirm .creditcardForm2 .inputRow,
.shippingForm.search_post_form.gray-form .inputRow .inputRow:nth-child(9),
.shippingForm.search_post_form.gray-form .inputRow.noborder.gray{
	padding: 0;
}
.formTable.confirm .inputRow.delivery_time_area {
	padding: 0 0 0;
}
.formTable.confirm .inputRow.delivery_box{
	padding:15px 0 5px;
	border-top: 1px dotted #e7e3e0;
	padding:0 0 0;
}
.formTable.confirm .search_post_form .form-content .inputRow:nth-child(4),
.formTable.confirm .search_post_form .form-content .inputRow:nth-child(5),
.formTable.confirm .search_post_form .form-content .inputRow:nth-child(6),
.formTable .shippingForm.search_post_form .inputRow .inputRow:nth-child(3),
.formTable .shippingForm.search_post_form .inputRow .inputRow:nth-child(6){
	padding: 0 0 10px;
}
.formTable .shippingForm.search_post_form .inputRow .inputRow:nth-child(5){
    padding: 0 0 5px;
}
.formTable .shippingForm.search_post_form .inputRow .inputRow:nth-child(4){
    padding: 0 0 20px;
}
.formTable.confirm .search_post_form .form-content .inputRow:nth-child(7){
    padding: 0 0 38px;
}
.formTable.confirm .search_post_form .form-content .inputRow:nth-child(6){
    
}
.formTable .shippingForm.search_post_form .inputRow .inputRow:nth-child(7){
	padding: 0 0 15px;
}
.formTable .search_post_form .inputRow.maila{
    padding: 0 0 5px;
}
.formTable .search_post_form .inputRow.passw{
	padding: 0 0 0!important;
    margin-top: 0!important;
}
.formTable.confirm .corre-btn{
	position:absolute;
	right:0;
	top:48px;
	width:80px;
}
.formTable.confirm .corre-btn .button{
    font-family: 'Noto Sans JP';
}
.formTable.confirm .corre-btn.center-button{
	top:35%;
}
.formTable.confirm .corre-btn input{
	width:100%;
	height:inherit;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0;
	text-align:center;
	border:1px solid #000;
	color:#000;
	box-shadow:none !important;
}
.formTable.confirm .form-ttl {
	font-size: 16px;
	font-size: 1.6rem;
	margin:0 !important;
	font-weight: 600;
}
.formTable.confirm .inputRow .inputHead {
	padding-top: 5px;
}
.formTable.confirm .inputRow .inputHead .inputLabel {
	font-size: 15px;
	font-size: 1.5rem;
}

@media only screen and (max-width: 1024px){
	.formTable.confirm .form-ttl {
		margin: 0 0 20px !important;
	}
}
@media only screen and (max-width: 767px){
	
	.formTable.confirm{
		font-size:14px;
		font-size:1.4rem;
		margin-bottom:0;
		display: block;
	}
	.formTable.confirm .form-box.last{
		border-bottom:#e7e3e0 dotted 1px;
		padding-bottom:40px;
	}
	.formTable.confirm .form-content {
		padding: 0;
		width: 100%;
	}
	.formTable.confirm .inputRow {
		padding: 0 0 20px;
	}
	.formTable.confirm .inputRow.last.pb-none {
		padding: 0 0 0 !important;
	}
	.formTable.confirm .corre-btn,
	.formTable.confirm .corre-btn.center-button{
		position:absolute;
		right:0;
		top:40px;
		width:60px;
		text-align:center;
	}
	.formTable.confirm .corre-btn input{
		width:100%;
		display:block;
		height:inherit;
		padding:5px 0;
	}
	.formTable.confirm .form-ttl {
		font-size: 15px;
		font-size: 1.5rem;
		margin:0 0 20px !important;
		display: inline-block;
		width: 100%;
	}
	.formTable.confirm .inputRow .inputHead {
		padding-top: 0;
        margin-top: 0;
        float: left;
        width: 72px;
	}
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(4) .inputHead,
    .formTable.confirm  .shippingForm.search_post_form.gray-form .inputRow.noborder.gray .inputHead{
        margin-top: 7px;
    }
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(5) .inputHead,
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(6) .inputHead,
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(7) .inputHead,
    .formTable.confirm .search_post_form .form-content .inputRow.maila .inputHead,
    .formTable.confirm .search_post_form .form-content .inputRow.passw .inputHead{
        width: 40%;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputHead{
        width: 22%;
    }
	.formTable.confirm .search_post_form .form-content .inputRow:nth-child(6) .inputHead,
    .formTable.confirm .search_post_form .inputRow.maila .inputHead{
		padding-top: 0;
	}
	.formTable.confirm .inputRow .inputHead .inputLabel {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.formTable .inputRow .inputCol.blank {
		float: none;
	}
	.formTable .delivery .inputRow .inputCol.blank {
		float: none;
        width: 100%;
	}
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(6){
	    padding: 0 0 10px;
    }
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(7){
        padding: 0 0 35px;
    }
    .formTable .form-content .inputCol .birth-wrap{
        margin-top: -8px;
    }
    .formTable .search_post_form .inputRow.passw{
        padding: 0 0 0 !important;
    }
    .formTable .form-box .form-content .creditcardDivForm:last-child .inputRow:last-child{
        padding-top: 15px;
    }
	
}


/* credit */

.formTable .credit-intro{
	background-color:#FFF;
	padding:20px 20px 15px;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:30px;
}
.formTable .credit-intro .credit-ttl{
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:5px;
}
.formTable .credit-intro img{
	margin-bottom:20px;
}
.formTable .credit-intro .credit-num{
	font-size:14px;
	font-size:1.4rem;
	margin-top:3px;
}
.formTable .question-ico{
	right:0;
	top:20%;
}
.formTable .question-ico.p-none{
	display: inline-block;
	margin-left: 0;
	font-size: 10px;
	width: 45%;
	font-weight: 300;
	text-decoration: underline;
}
.formTable .question-ico.p-none a{
	color: #71706e;
}
.formTable .inputColRegist{
	border:1px solid #e7e3e0;
	padding:20px 30px 25px;
	margin-top:10px;
}
.formTable .inputColRegist ul{
	font-size:14px;
	font-size:1.4rem;
	padding-left:30px;
	padding-top:10px;
}
.formTable .inputColRegist ul li{
	padding-left:1em;
	text-indent:-1em;
}

.card-txt-first{
	padding-top:10px;
    padding-bottom: 20px;
}
.card-txt-last{
	padding-bottom:40px;
}

@media only screen and (max-width: 767px){
	.formTable .inputColRegist{
		padding:15px;
	}
    .formTable .inputColRegist ul{
	    font-size:12px;
	    font-size:1.2rem;
	    padding-left:26px;
	    padding-top:7px;
    }
    .card-txt-first{
        padding-bottom: 15px;
    }
}


/* every_time */

.formTable .coupon-btn{
	background: none;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 25px;
	margin-left: 0;
	vertical-align: bottom;
}



/* button
-------------------------------*/
.buttonArea {
	padding: 30px 0;
}
.buttonArea.mt-none{
	margin-top:40px;
	margin-bottom:20px;
    padding:0;
}
.buttonArea ul{
	/*overflow:hidden;*/
    display: flex;
    justify-content: space-between;
}
.buttonArea ul li{
	width:265px;
	float:left;
	margin-right:3.125%;
	text-align:center;
}
.buttonArea ul li:last-child{
	margin-right:0;
	margin-left:3.125%;

}
.buttonArea ul li.back input{
	background:#FFF;
	border: 1px solid #e7e3e0 !important;
	color: black;
}
.buttonArea ul.single-list li{
	width:31.25%;
	float:none;
	margin:0 auto;
}
.buttonArea .kiyaku{
	font-size:12px;
	font-size:1.2rem;
	color:#7d7d7d;
	text-align:center
}
.buttonArea .kiyaku a{
	text-decoration:underline;
	color:#7d7d7d
}
.buttonArea ul li.last{
	margin-right:0;
}
.buttonArea .button,
.bottom-button .single-btn .button{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:inherit;
	padding: 12px 0;
	margin-bottom:5px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #380d79;
	border: 1px solid #380d79;
	height: 50px;
	color: white;
}
.buttonArea .single-btn{
	max-width:265px;
	margin:0 auto;
}

.buttonArea.dual-button .column,
.buttonArea.dual-button .columns {
	padding-left: 10px;
	padding-right: 10px;
}


@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 767px){
	/* small */
	.buttonArea {
		padding: 40px 0 15px;
	}
	.buttonArea ul{
		margin-bottom:20px;
	}
	.buttonArea ul li{
		width:48.5%;
		float:left;
		margin-right:3%;
		text-align:center;
	}
	.buttonArea ul.single-list li{
		width:55%;
	}
	.buttonArea ul li.back{
		display:none;
	}
	
	.bottom-button{
		padding-top:30px;
		clear:both;
	}
	.sp-back-btn{
		width:100%;
	}
	.sp-back-btn input{
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		border: 1px solid #e7e3e0 !important;
		font-size: 14px;
		font-size: 1.4rem;
		height: 50px;
		background: #FFF;
		padding: 10px 0;
	}


	.buttonArea .single-btn,
	.bottom-button .single-btn{
		width:100%;
		max-width:inherit;
	}
	.bottom-button .single-btn .button{
		font-size:14px;
		font-size:1.4rem;
	}
}

.buttonArea.buttonAreaNoMargin {
	margin-bottom: 0;
}

/* めuめAテム
-------------------------------*/
.sale {
	color: #f00!important;
}
.nonsale {
	text-decoration: line-through
}

/* pagination
-------------------------------*/

.pager-wrap{
	text-align:center;
	width: 100%;
}
.pager {
	text-align:center;
	vertical-align: middle;
	clear:both;
	position:relative;
	display:inline-block;
	margin: 0 auto;
}
.pager li{
	margin:0 19px;
	display:inline-block;
	font-size:20px;
	font-size:2.0rem;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
}
.pager .total_rows-wrapper {
	display: inline-block;
	vertical-align: top;
	font-size:16px;
	font-size:1.6rem;
	color: #000;
	font-weight:normal;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
}
.pager .pagination-wrapper{
	display: inline-block;
	margin-top: 0;
	padding:0;
}
.pager .pagination-wrapper .pagination span{
	text-indent:-9999px;
	display:block;
}
.pager .pagination-wrapper .pagination .previous-inactive a,
.pager .pagination-wrapper .pagination .next a{
	width:10px;
	height:17px;
	position:absolute;
	top:5px;
}
.pager .pagination-wrapper .pagination .previous-inactive a{
	background: url('../item-list/pager_prev.png') no-repeat center center;
	left:60px;
}
.pager .pagination-wrapper .pagination .next a{
	background: url('../item-list/pager_next.png') no-repeat center center;
	right:60px;
}

.pager .first-prev,
.pager .last-next{
	position:absolute;
	top:6px;
	width:13px;
	height:17px;
	text-indent:-9999px;
}
.pager .first-prev{
	left:0;
}
.pager .last-next{
	right:0;
}
.pager .first-prev a{
	display:block;
	background: url('../item-list/pager_first.png') no-repeat center center;
}
.pager .last-next a{
	display:block;
	background: url('../item-list/pager_last.png') no-repeat center center;
}



.pager ul.pagination {
	min-height: 17px;
}
.pager ul.pagination .arrow {
	display: none;
}
.pager ul.pagination li a,
.pager ul.pagination li button {
	padding: 0;
	font-weight: 300;
	font-size: 13px;
}
.pager ul.pagination li.current a,
.pager ul.pagination li.current button {
	background-color: #FFF;
	color: #000;
	font-weight: 400;
}
.pager ul.pagination li{
}
.pager .pagination-wrapper ul li {
	margin: 0 3px;
	height: 17px;
}

@media only screen and (max-width: 767px){
	/* small */
	.pager {
		text-align: center;
		padding:0;
		width:100%;
	}
	.pager li{
		margin:0 15px;
	}
}

/* regmessageWrapper
-------------------------------*/

.regmessageArea{
	font-size:14px;
	font-size:1.4rem;
}
ul.done-btnList{
	overflow:hidden;
}
ul.done-btnList li{
	overflow:hidden;
	float:left;
	width:31.25%;
	margin:0;
	margin-left:3.125%;
	text-align:center;
}
ul.done-btnList li:first-child{
	margin-left:0;
}
ul.done-btnList li.black-btn a{
	background:#000;
	color:#FFF;
	display:block;
	font-size:16px;
	font-size:1.6rem;
	border:1px solid #000;
	padding:12px 0;
}
ul.done-btnList.col2{
	text-align:center;
}
ul.done-btnList.col2 li{
	width:31.25%;
	vertical-align: bottom;
	display:inline-block;
	float:none
}
.regmessageArea .buttonArea {
	margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

.termLinks {
	margin-bottom: 10px;
	text-align: center;
    font-family: 'Noto Sans Jp';
}
.termLinks > span {
	display: inline-block;
	margin: 0 5px;
}
.termLinks a {
	text-decoration: underline;
}
.tLinks {
 	font-family: 'Noto Sans JP';
    margin-right:70px;
    text-align: right;
}
.tLinks > span {
	display: inline-block;
	margin: 0 5px;
}
.tLinks a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px){
	/* small */
	.regmessageArea{
		font-size:12px;
		font-size:1.2rem;
	}
	.regmessageWrapper{
	}
	.regmessageWrapper .regmessageArea {
		margin: 0px;
	}
	.mainContents.step01.cart_no_goods .regmessageWrapper .regmessageArea {
		padding-top: 50px;
	}
	.regmessageArea .text-box{
		font-size:12px;
		font-size:1.2rem;
		padding:30px 0 50px;
	}
	.regmessageArea .text-box .thank-ttl{
		font-size:18px;
		font-size:1.8em;
		margin-bottom:20px;
	}
	.regmessageArea .share-box .share-box{
		margin-bottom:100px;
	}
	.regmessageArea .share-box .share-ttl{
		font-size:18px;
		font-size:1.8rem;
		margin-bottom:20px;
	}
	.regmessageArea .share-box li{
		display:inline-block;
		margin:0 12px;
		width:8%;
	}
	ul.done-btnList li{
		width:48.5%;
		margin:0;
		margin-right:3%;
	}
	ul.done-btnList.col2 li {
		width: 48.5%;
		display: block;
		float:left;
	}
	ul.done-btnList.col2 li.back {
		display: block;
	}
	.mainContents.step02 ul.done-btnList.col2 li.back {
		display: block;
        margin-bottom: 0 !important;
	}
	ul.done-btnList li:first-child{
		width:100%;
		margin:0 0 10px;
	}
	ul.done-btnList.col2 li{
		width:100% !important;
		margin:0 0 20px !important;
	}
	ul.done-btnList li:last-child{
		margin-right:0;
	}
	ul.done-btnList li a{
		padding:8px 0;
	}
	.regmessageArea .buttonArea {
		margin:70px 0 90px;
	}
    .termLinks{
        margin: 10px 0 0;
    }
    .tLinks {
		margin: 10px 0 0;
		text-align:center;
		position: relative;
		bottom: 140px;
	}
    ul.done-btnList.col2 li.last{
        margin: 0 0 30px !important;
    }
}

/* stepListWrapper
-------------------------------*/
.stepListWrapper {
	margin: 0 0 50px 0;
	display:table;
	width:100%;
}
.cart-right .stepListWrapper{
	margin-bottom:20px;
}
.stepListWrapper .step.float_center {
	background: #fff;
	border-top: #666666 1px solid;
}
.stepListWrapper ul{
	display: flex;
	background-color: #fff;
	padding: 22px 0;
	width: 96%;
	margin: 0 auto !important;
	min-width: 1100px;
	justify-content: center;
}
.stepListWrapper li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	line-height:1.2;
	text-align:left;
	padding: 0 25px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	counter-increment: numeber;
	position:relative;
	text-align:center;
	font-size: 15px;
	margin: 0 1.2%;
	background: #fff;
	font-weight: 200;
	color: #ccc;
}
.stepListWrapper li.current{
	color: #333;
}
.stepListWrapper ul:before{
	position: absolute;
	top: 39px;
	left: 15%;
	width: 62%;
	border-bottom: 1px solid #ddd;
}
.stepListWrapper li:before {
   content: counter(numeber);
   font-size:30px;
   font-size:3.0rem;
   font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
   display:block;
   margin:0 auto;
}
.stepListWrapper li .title{
	margin-right: 5px;
	font-family: 'Perpetua Regular';
	font-size: 16px;
    letter-spacing: 0.5px;
}
.stepListWrapper li .title .step_num {
	font-size: 24px;
}

.stepListWrapper li.current .title{
	color: #380d79;
}
.cart-right .stepListWrapper li{
	text-align:left;
	padding:0;
	padding:16px 0;
	padding-left:30px;
	font-size: 12px;
	font-size: 1.2rem;
	height:60px;
}
.cart-right .stepListWrapper li span{
	font-size:25px;
	font-size:2.5rem;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
	position:absolute;
	vertical-align:middle;
	display:inline-block;
	left:10px;
	top:25%;
	height:30px;
}
.cart-right .stepListWrapper li span:not(:target) {
  top:30%\9; /* IE9, 10 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-right .stepListWrapper li span:not(:target) {
	top:30%; /* IE11 */
  }
}
.cart-right .stepListWrapper li span.label2:not(:target) {
  top:23%\9; /* IE9, 10 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-right .stepListWrapper li span.label2:not(:target) {
	top:23%; /* IE11 */
  }
}
.cart-right .stepListWrapper li:before {
	display:none;
   content: counter(numeber);
   font-size:25px;
   font-size:2.5rem;
   font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
   position:absolute;
   vertical-align:middle;
   left:10px;
   right:inherit;
   top:50%;
   height:30px;
   -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.stepLabel.pass {
	color: #FFF;
	background:#000;
	position: relative;
}
.stepLabel.pass:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
}
.cart-right .stepLabel.pass:after{
	display:none;
}
.stepLabel.pass .border{
	display:none;
}
.stepLabel.border {
	border-bottom: 2px solid #A5A5A5;
}
ol.stepList li .stepNumber {
	width: 50px;
}
ol.stepList li .stepLabel {
}
ol.stepList li p {
	position: absolute;
	top: 17px;
	right: -9px;
}
.stepListWrapper p.border {
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 15px;
	text-align: center;
}
.stepListWrapper p.border span {
	display: inline-block;
	height: 15px;
	width: 80%;
	margin: 0 auto;
	border-bottom: 2px solid #A5A5A5;
}

@media only screen and (max-width: 1024px){
	
	.cart-right .stepListWrapper li br{
		display:none;
	}
	.cart-right .stepListWrapper li{
		padding:25px 0;
		padding-left:30px;
		height:inherit;
		display:block;
		width:100%;
		margin-bottom: 5px;
	}
	.cart-right .stepListWrapper li span{
		position:absolute;
		display:block;
		left:10px;
		top:50% !important;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height:inherit;
	}

}
@media only screen and (max-width: 767px){

	.stepListWrapper {
		margin: 0 0 30px 0
	}
	.stepListWrapper li {
		height:inherit;
		margin-bottom:0;
		font-size: 12px;
		font-size: 1.2rem;
		padding:8px 5px 13px;
		text-align:center;
		color: #e7e3e0;
		white-space: nowrap;
		margin: 0 8px;
	}
	.stepListWrapper li.current{
		color: inherit;
	}
	.stepListWrapper li:before {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom:5px;
	}
	.cart-right .stepListWrapper{
		display:none;
	}
	.stepListWrapper li .description-pc,
	.stepListWrapper li .title{
		display: none;
	}
	.stepListWrapper ul{
		padding: 9px 0;
		min-width: unset;
		width: 95%;
	}
	.stepListWrapper ul:before{
		top: 30px;
		width: 67vw;
	}
	.stepListWrapper li:nth-child(4){
		width: 13%;
	}
}

/* viewhistoryWrapper
-------------------------------*/
.viewhistoryWrapper {
	margin-bottom: 30px;
}
.viewhistoryWrapper h2 {
	width: 100%;
	height: 55px;
	margin-bottom: 20px;
	background: url('../img/title/pc/ti_recenthistory.png') no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	/* small */
	.viewhistoryWrapper h2 {
		margin-bottom: 0;
		background: url('../img/title/sp/ti_recenthistory.png') no-repeat center center;
		background-size: 80% auto;
	}
}

@media only screen and (max-width: 767px){
	/* small */
	.viewhistoryWrapper .goodsList {
		margin: 9px 0 0 0;
	}

	.viewhistoryWrapper .goodsList li.columns:nth-child(2n+1) {
		padding-left: 0;
		padding-right: 2%;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(2n+2) {
		padding-left: 2%;
		padding-right: 0;
	}
}

@media only screen and (min-width: 751px){
	/* medium */
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+1) {
		padding-left: 0;
		padding-right: 15px;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+2) {
		padding-left: 5px;
		padding-right: 10px;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+3) {
		padding-left: 10px;
		padding-right: 5px;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+4) {
		padding-left: 15px;
		padding-right: 0;
	}
}


/* scrollBtm
-------------------------------*/
.scrollBtm{
	z-index: 999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
}
.scrollBtm a{
	width: 50px;
	height: 50px;
	display: block;
}
.scrollBtm a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";
	/* ie 8 */
	-moz-opacity: 1;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 1;
	/* Safari 1.x */
}
.scrollBtm .pageUp a{
	background: url("../img/button/n_up_off.png") no-repeat;
}
.scrollBtm .pageUp a:hover{
	background: url("../img/button/n_up_on.png") no-repeat;
}
.scrollBtm .pageDown{
	margin-top: 1px;
}
.scrollBtm .pageDown a{
	background: url("../img/button/n_down_off.png") no-repeat;
}
.scrollBtm .pageDown a:hover{
	background: url("../img/button/n_down_on.png") no-repeat;
}
.scrollBtm .pageTop{
	margin-top: 20px;
}
.scrollBtm .pageTop a{
	background: url("../img/button/n_pagetop_off.png") no-repeat;
}
.scrollBtm .pageTop a:hover{
	background: url("../img/button/n_pagetop_on.png") no-repeat;
}





/* ペーゃN元A通部分
-------------------------------*/

.common-wrap{
	margin-bottom:180px;
	border-top:1px solid #e6e6e6;
}

@media only screen and (max-width: 767px){
	.common-wrap{
		margin-bottom:120px;
	}
}

/* color */

ul.color-list{
	margin:0 0 12px;
	text-align:center;
}
ul.color-list li{
	width:11px !important;
	height:11px !important;
	margin:0 4px !important;
	border:1px solid #eaeaea;
	border-radius:100px;
	float:none !important;
	display:inline-block;
}
 ul.color-list li.white{background-color:#FFF;}
ul.color-list li.black{background-color:#000;}
ul.color-list li.red{background-color:#e60038;}
ul.color-list li.pink{background-color:#e5006e;}
ul.color-list li.blue{background-color:#006ebc;}
ul.color-list li.pale-pink{background-color:#f19ec2;}
ul.color-list li.pale-purple{background-color:#aa89bd;}
ul.color-list li.pale-orange{background-color:#f6b37f;}
ul.color-list li.light-blue{background-color:#7ecef4;}


@media only screen and (max-width: 767px){

	ul.color-list {
		margin-bottom:5px;
		text-align:center;
	}
	ul.color-list li{
		margin:0 2px !important;
	}
}



/* パンくず */

.crumbsList {
	height: 0;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	max-width: 1500px;
	display: none;
}
.crumbsList .row {
	position: absolute;
	right: 0;
}
.crumbsList li{
	display:inline-block;
	font-size:10px;
	font-size:1.0rem;
	padding: 0 8px;
	position: relative;
	color: #4d4d4d;
}
.crumbsList li a {
	color: #4d4d4d;
}
.crumbsList li:after {
	content: ">";
	position: absolute;
	top: 0;
	left: 95%;
}
.crumbsList li.last:after {
	content: "";

}
.crumbsList li span{
	display:block;
}
.crumbsList li.last{
	background:none;
}
.crumbsList li.first span img {
	display:block;
}

@media only screen and (max-width: 767px){
	.crumbsList{
		margin-bottom:10px; 
	}
}



/* title */

.ttl-wrap{
	position:relative;
}
.ttl-wrap h2{
	font-size:50px;
	font-size:5.0rem;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
	text-align:center;
	margin-bottom:50px;
}
.ttl-wrap.page h2{
	font-size:30px;
	font-size:3.0rem;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
	text-align:center;
	margin-bottom:20px;
}
.ttl-wrap .more-btn{
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.ttl-wrap .more-btn a{
	display:block;
	font-size:20px;
	font-size:2.0rem;
	padding:3px 20px;
	text-align:center;
	font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
	border:1px solid #000;
}
.sp-more-btn{
	display:none;
}


@media only screen and (max-width: 767px){

	.ttl-wrap h2{
		font-size:30px;
		font-size:3.0rem;
		margin-bottom:30px;
	}
	.ttl-wrap .more-btn{
		display:none;
	}

	.sp-more-btn{
		display:block;
		width:33.33%;
		min-width:120px;
		margin:0 auto;
		text-align:center;
		font-size:16px;
		font-size:1.6rem;
	}
	.sp-more-btn a{
		font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
		display:block;
		padding:7px 0;
		border:2px solid #000;
	}

}



/* recommend */

#recommend-wrap{
	padding:90px 0 100px;
}
#recommend-wrap ul.recommend-list{
	overflow:hidden;
}
#recommend-wrap ul.recommend-list li{
	width:23.75%;
	float:left;
	margin-left:1.666%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
#recommend-wrap ul.recommend-list li:first-child{
	margin-left:0;
}
#recommend-wrap ul.recommend-list li .img{
	position:relative;
	margin-bottom:20px;
}
#recommend-wrap ul.recommend-list li .img .heart{
	position:absolute;
	top:10px;
	right:10px;
}
#recommend-wrap ul.recommend-list li .img .bag-btn{
	position:absolute;
	bottom:0px;
	margin:auto;
	right:0px;

	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#recommend-wrap ul.recommend-list li .img:hover .bag-btn {
	opacity:1;
}
#recommend-wrap ul.recommend-list li .item-name{
	margin-bottom:10px;
}
#recommend-wrap ul.recommend-list li .price{
	color:#7d7d7d;
}

#recommend-wrap ul.recommend-list li .sp-btn{
	display:none;
}


@media only screen and (max-width: 1024px){

	#recommend-wrap ul.recommend-list li .sp-btn{
		display:block;
		width:70%;
		margin:0 auto;
		padding-top:10px;
	}
	#recommend-wrap ul.recommend-list li .item-name {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px){

	#recommend-wrap{
		padding:60px 0 30px;
	}
	#recommend-wrap ul.recommend-list li,
	#recommend-wrap ul.recommend-list li:first-child{
		width:48.5%;
		float:left;
		margin:0 3% 40px 0;
		font-size:14px;
		font-size:1.4rem;
	}
	#recommend-wrap ul.recommend-list li:nth-child(2n){
		margin-right:0;
	}
	#recommend-wrap ul.recommend-list li .img{
		margin-bottom:10px;
	}
	#recommend-wrap ul.recommend-list li .img img{
		width:100%;
	}
	#recommend-wrap ul.recommend-list li .img .heart{
		top:5px;
		right:5px;
		width:15px;
	}
	
	#recommend-wrap ul.recommend-list li .item-name{
		margin-bottom:5px;
	}

}


/* checked */

#checked-wrap,
.checked-wrap{
	margin-top:80px;
	margin-bottom:100px;
}
#checked-wrap .item{
	position:relative;
}
#checked-wrap .item .img,
.checked-wrap .item .img{
	position:relative;
	margin-bottom:15px;
}
#checked-wrap .item .heart,
.checked-wrap .item .heart{
	width:20px !important;
	position:absolute;
	top:10px;
	right:10px;
}
#checked-wrap .item .bag-btn,
.checked-wrap .item .bag-btn{
	width:inherit !important;
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;0
	-khtml-opacity: 0.0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#checked-wrap .item .bag-btn img,
.checked-wrap .item .bag-btn img{
	width:inherit !important;
	display:inherit !important;
}

#checked-wrap .item:hover .bag-btn,
.checked-wrap .item:hover .bag-btn {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0
	-khtml-opacity: 1.0;
}
#checked-wrap .item p,
.checked-wrap .item p{
	text-align:center;
	font-size:12px;
	padding:25px 0;
	background-color: #fff;
}
#checked-wrap .item p.price,
.checked-wrap .item p.price{
	color:#7d7d7d;
}

.item_checked__link{
	display:block;
	width:100%;
	height:100%;
}

#checked-wrap .checked-list li {
	width:18.66%;
	margin-left:1.666%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	float: left;
	position: relative;
}

#checked-wrap .checked-list li:first-child {
	margin-left: 0;
}

#checked-wrap .owl-stage-outer {
}
#checked-wrap .item {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
#checked-wrap .item.openQuickPulldown {
	position: absolute;
	margin: -30px;
	margin-top: -40px;
	padding: 30px;
	padding-top: 40px;
	border: 2px solid #efefef;
	background-color: #fff;
	z-index: 5100;
	width: 100%;
	box-sizing: content-box;
}
#checked-wrap .checked-list li .item.openQuickPulldown {
	position: relative;
}
#checked-wrap .quickPulldownChild {
	display: none;
}
#checked-wrap .item.openQuickPulldown .quickPulldownChild {
	display: inherit;
}
#checked-wrap .item.openQuickPulldown .quickPulldownExile  {
	display: none;
}
#checked-wrap .quickPulldownChild.itemName {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	padding: 0 30px;
	z-index: 5050;
}
#checked-wrap .quickPulldownChild.itemName .item-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#checked-wrap .quickPulldownFormWrapper select {
	margin-bottom: 10px;
}
#checked-wrap .quickPulldownFormWrapper [type="submit"] {
	width: 80%;
}
#checked-wrap .item .closeButton {
	position: absolute;
	width: 18px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 5100;
}


@media only screen and (max-width: 1024px){
	#checked-wrap .item .bag-btn {
		opacity:1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
	}
}

@media only screen and (max-width: 767px){

	#checked-wrap{
		margin-top: 60px;
		margin-bottom:60px;
	}
	#checked-wrap .item .img{
		position:relative;
		margin-bottom:15px;
	}
	#checked-wrap .item .heart{
		position:absolute;
		top:5px;
		right:5px;
		width:15px !important;
	}
	#checked-wrap .item .bag-btn{
		width:25px !important;
	}
	#checked-wrap .item p{
		display:none;
	}
	.owl-carousel{
		margin-bottom:20px;
	}

	#checked-wrap .item.openQuickPulldown {
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
		padding: 20px;
		padding-top: 40px;
	}
	#checked-wrap .checked-list li {
		display: inline-block;
		width:50%;
		margin: 0;
		padding: 0 10px;
		float: none;
		text-align:center;
		vertical-align: top;
	}
}

/* category */

	#category-wrap ul.category-list{
		overflow:hidden;
		font-size:0;
		text-align:center;
	}
	#category-wrap ul.category-list li{
		overflow:hidden;
		width:11.11%;
		/*float:left;*/
		display:inline-block;
		text-align:center;
		font-size:16px;
		font-size:1.6rem;
	}
	#category-wrap ul.category-list li img{
		display:block;
		margin:0 auto 25px;
	}
	
	@media only screen and (max-width: 767px){
	
	#category-wrap{
		border-top:1px solid #d7d7d7;
		padding-top:50px;
	}
	#category-wrap ul.category-list li{
		width:32%;
		margin-right:2%;
		margin-bottom:20px;
		float:left;
		font-size:14px;
		font-size:1.4rem;
	}
	#category-wrap ul.category-list li:nth-child(3n){
		margin-right:0;
	}
	#category-wrap ul.category-list li img{
		margin-bottom:5px;
	}


}


.sp-content{
	display:none !important;
}
@media only screen and (max-width: 767px){
	.pc-content{
		display:none !important;
	}
	.sp-content{
		display:block !important;
	}
}


select.basic {
	background: #FFF url('../img/arrow.png') no-repeat right 15px center;
	background-size:12px auto;
	display: inline;
	margin: 0;
	height:inherit;
	border: 1px solid #bfbfbf;
	box-shadow:none;
	font-size:1.6rem;
	cursor:pointer;
	padding:7px 10px 6px;
	min-height:39px;
}

.g_nav.active {
	transform: translateX(0);
}
.g_nav {
	width: 478px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	background: rgba(246,245,241,.95);
	transition: transform .8s ease;
	z-index: 999;
}
.g_nav-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 22px;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.g_nav {
		width: 80%;
	}
	#gHeader h1 {
		padding: 17px 25px;
	}

}

.shopMenu .colleMenuList {
	margin: 0;
}
input[type="text"] {
	box-shadow: none;
}
input[type="text"]:focus {
	background: unset;
	border-color: unset;
	box-shadow: none;
	outline: none;
}
.menuBtn span {
	right: 12px;
}
.humb.menuBtn span {
	right: 12px;
}
.megaMenu > li > p {
}
.slick-next {
	right: unset;
	top: unset;
	bottom: unset;
	left: unset;
	right: 50px;
}
.slick-prev {
	right: unset;
	top: unset;
	bottom: -20px;
	left: 35px;
}
.slick-next:before {
	content: unset;
	background-image: none;
}
.slick-prev:before {
	content: unset;
	background-image: none;
}
.cmSlider .slick-initialized .slick-slide {
	margin:0;
}
.cmTitle {
	text-align: left;
}
.cmSlider .slick-next {
	right: 0;
}
.cmSlider .slick-prev {
	left: 0;
}
.cmSlider .slick-next,
.cmSlider .slick-prev {
	top:42%;
}
.cmSlider .slick-next:before {
	right: -40px;
	position: absolute;
}
.cmSlider .slick-prev:before {
	left: -40px;
	position: absolute;
}
.cmSlider .pickup_title {
	font-size: 24px;
}
.cmSlider .slick-slide img {
	margin-bottom: 20px;
}
.cmSlider .slick-slide h5 {
	display:none;
}
.colleDic a {
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

#favorite.cls-1 {
	fill: none;
	stroke-linejoin: round;
}

#favorite .cls-2, #favorite .cls-3 {
	stroke: none;
}

#favorite .cls-3 {
	fill: #666;
}
.transNavBase #favorite .cls-3 {
	fill: #fff;
}
.scrollHeader #favorite .cls-3 {
	fill: #666;
}
.favorite.active #favorite.cls-1,
.favorite.active #favorite .cls-3,
.favorite.active .scrollHeader #favorite .cls-3 {
    fill: #9b85bc;
}


#mypage .cls-1 {
	stroke: #666;
}

#mypage .cls-1, #mypage .cls-3 {
	fill: none;
}

#mypage .cls-2 {
	stroke: none;
}
.transNavBase #mypage .cls-1 {
	stroke: #fff;
}
.scrollHeader #mypage .cls-1 {
	stroke: #666;
}


#cart_logo .cls-1 {
	fill: #fff;
}

#cart_logo .cls-2,
#cart_logo .cls-4,
#cart_logo .cls-7 {
	fill: none;
}

#cart_logo .cls-3 {
	clip-path: url(#clip-path);
}

#cart_logo .cls-4 {
	stroke: #666;
}

#cart_logo .cls-5, .cls-6 {
	stroke: none;
}

#cart_logo .cls-6 {
	fill: #666;
}

.transNavBase #cart_logo .cls-4 {
	stroke: #fff;
}
.transNavBase #cart_logo .cls-6{
	fill: #fff;
}
.scrollHeader #cart_logo .cls-4 {
	stroke: #666;
}
.scrollHeader #cart_logo .cls-6 {
	fill: #666;
}
.cmSearch input#form_product_id {
	width: 20px;
	border: none;
	padding: 3px;
	position: absolute;
	top: 3px;
}
.cmSearch input#product_id {
	font-family: 'Noto Serif JP', serif;
	font-size: 13px;
	color: #000;
	height: unset;
	height: auto;
	letter-spacing: normal;
}
#gFooter .linkBox .iconTarget {
	margin-left: 0;
}
.logoLink .logoAs img {
	width:160px;
}

@media only screen and (max-width: 767px){
	.menuBtn.closeBtn span {
		right: 0;
	}
	.gNaviIne {
		width: 380px;
	}
	.logoLink li img {
		margin-bottom: 11px;
	}
	.cmTitle {
	    text-align: center;
	}
	.logoLink .logoAs img {
	    width: 148px;
	}
}

@media only screen and (max-width: 767px){
	.formTable .inputRow .inputHeadtitle {
		margin-right: 0;
		width: 20%;
		padding: 0;
		margin-bottom: 7px;
		float: left;
	}
	.formTable .inputRow .inputColText {
		float: left;
		width: 80%;
		vertical-align: middle;
	}
	.formTable .inputRow .inputCol .line2 span.lineWidth{
		display:block;
		float:left;
		margin-right: 2%;
		width: 45%;
	}
	.formTable .inputRow .inputCol input.teltel{
		width:80% !important;
	}
}

#search .cls-2,
#search .cls-3{
	fill: #666;
}

.transNavBase #search .cls-2,
.transNavBase #search .cls-3 {
	fill: #fff;
}
.scrollHeader #search .cls-2,
.scrollHeader #search .cls-3 {
	fill: #666;
}

.header_right .search{
	margin: 0 16px 0 4px;
}

.searchBox {
	position: absolute;
	top: 55px;
	z-index: 999999;
	display: none;
	box-sizing: border-box;
	padding: 13px 13px 13px 13px;
	height: 50px;
	background-color: #f6f6f6;
	border-radius: 8px;
}

.searchBox .search-form {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	width: 90%;
	transform: translate(1%, -10%);
}

.searchBox .search-form input[type='text'] {
	width: 90%;
	border-bottom: none;
	background: #ffffff;
	font-size: 12px;
	height: 30px;
	padding: 10px 0 10px 5px;
}

.searchBox .search-form .search-submit-btn {
	width: 10%;
	position: relative;
}

.searchBox .search-form .search-icon-submit {
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
}

@media only screen and (min-width: 751px) {
	.searchBox {
		width: 400px;
		transform: translate(-50%, 0);
	}

	.searchBox .search-form {
		width: 100%;
		transform: translate(-7%, -10%);
	}

	.searchBox .search-form input[type='text'] {
		font-size: 14px;
		height: 40px;
		padding: 10px;
	}
}

@media only screen and (max-width: 750px) {
	.searchBox {
		left: 0;
		right: 0;
		width: calc(100% - 40px);
		position: fixed;
		margin: auto;
	}

	.searchBox .search-form .search-submit-btn svg {
		transform: translate(35%, 10%);
	}
}

.searchBox input[type='text'] {
	display: inline-block;
	margin: 0;
	width: 90%;
	outline: none;
	border: none;
	border-bottom: .1px solid #b6b5b6;
	border-radius: 0;
	background: #f6f6f6;
	box-shadow: none;
	color: #424242;
	color: #464545;
	letter-spacing: 0;
	font-size: 14px;
	font-size: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchBox::after {
	position: absolute;
	top: -11px;
	display: block;
	width: 21px;
	height: 11px;
	background: url('/assets/front/agete/img/common/arrow_gnav_searchbox.png') no-repeat;
	background-position: 0 0;
	background-size: 21px 11px;
	content: '';
	left: 50%;
}

.gNaviMenu .sp-menu-nav .searchBox::after {
	left: 8%;
}

@media only screen and (min-width: 751px) {
	.searchBox::after {
		left: 52%;
		margin-left: -11px;
	}
}

.searchBox input[type='button'] {
	position: absolute;
	top: 17px;
	right: 13px;
	width: 14px;
	height: 14px;
	outline: none;
	border: none;
	border-radius: 0;
	background: url('/assets/front/agete/img/common/close_gnav_searchbox.png') no-repeat;
	background-position: 0 0;
	background-size: 14px 14px;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchBox-PC {
	height: 120px;
	padding: 45px;
	border-radius: 8px;
	top: 300px;
	right: -185px;
}

@media only screen and (min-width: 751px) {
	.searchBox-PC::after {
		left: 90%;
	}
}

/* モーダルCSS */
.modalArea {
	display: none;
	position: fixed;
	z-index: 9999999; /*サイトによってここの数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 500px;
	padding: 30px 30px;
	background-color: #fff;
}
.modalContents_head {
	padding: 0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
}
.modalContents_text {
	font-size: 16px;
}
.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
	font-size: 12px;
}
@media screen and (max-width:767px) {
	.modalWrapper {
		width: 90%;
		padding: 15px;
	}
	.modalContents_head {
		padding: 0 0 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	.modalContents_text {
		font-size: 14px;
	}
}

.logo-link-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
}
.logo-link-wrap * {
	line-height: 1;
}
.logo-link-wrap .logoCompany {
	margin-right: 80px;
	width: 160px;
	flex-shrink: 0;
}
.logo-link-wrap .logoLink {
	margin: 0;
	display: flex;
	align-items: flex-end;
}
.logo-link-wrap .logoLink li {
	margin: 0 35px 0 0;
	display: block;
}
.logo-link-wrap .logoLink li > a {
	display: block;
}
.logo-link-wrap .logoLink li:last-child {
	margin-right: 0;
}
.logo-link-wrap .logoLink li.logoAg {
	vertical-align: bottom;
}
.logo-link-wrap .logoLink li.logoNoje {
	vertical-align: bottom;
}
.logo-link-wrap .logoLink li.logoBell {
	vertical-align: bottom;
}
.logo-link-wrap .logoLink li.logoLam {
	vertical-align: bottom;
}
.logo-link-wrap .logoLink li.logoLam img {
	width: 100px;
}
.logo-link-wrap .logoLink li.logoNoje > a {
	padding-bottom: 13px;
}
.logo-link-wrap .logoLink li.logoBell > a {
	padding-bottom: 14px;
}
.logo-link-wrap .logoLink li.logoLam > a {
	padding-bottom: 14px;
}
.logo-link-wrap .logoLink li.logoAsl > a {
	padding-bottom: 10px;
}
@media screen and (max-width:767px) {
	.logo-link-wrap {
		flex-wrap: wrap;
	}
	.logo-link-wrap .logoCompany {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.logo-link-wrap .logoLink li {
		margin: 0 30px 0 0;
	}
	.logo-link-wrap .logoLink li:last-child {
		margin-right: 0;
	}
	.logo-link-wrap .logoLink li > a > img {
		margin: 0;
		padding: 0;
	}
	.logo-link-wrap .logoLink li.logoNoje {
		left: inherit;
	}
	.logo-link-wrap .logoLink li.logoBell {
		left: inherit;
	}
	.logo-link-wrap .logoLink li.logoLam img {
		width: 82px;
	}
}