@charset "UTF-8";
@import url('parts/reset.css');
@import url('parts/project-swiper.css');
@import url('parts/block.css');
@import url('parts/link.css');
@import url('parts/button.css');
@import url('parts/lists.css');
@import url('parts/lists-item.css');
@import url('parts/table.css');
@import url('parts/keyvisual.css');
@import url('parts/form-parts.css');
@import url('parts/modal.css');
@import url('parts/controller.css');
@import url('parts/soldout.css');
@import url('parts/suggest.css');
@import url('parts/pager.css');
@import url('parts/include.css');

/*
** Foundation Project Reset
** Foundation Project Reset
*************************************/
body {
	user-select: auto !important;
	-webkit-user-select: auto !important;
}

.fw-normal {
	font-size: 1.6rem !important;
	font-weight: normal !important;
}

.device_pc .p-logo {
	margin-right: 1rem;
}

.js-menuOpenBody {
	min-height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

/*
** Layout .l-xxxx
** header,footer,saidebar,main_area等サイト共通コンテナーレイヤー
** ID使用可
*************************************/
#head_block {
	position: fixed;
	z-index: 998;
	width: 100%;
	min-width: 1280px;
	background: #fff;
}

.device_tablet #head_block {
	width: 100%;
	min-width: unset;
}

.device_sp #head_block {
	width: 100%;
	min-width: unset;
}

/* header */
.l-header {
	width: 100%;
	background: #fff;
}

.device_sp .l-header {
	padding: 0;
	border: none;
}


/* footer */
.l-footer {
	width: 100%;
	min-width: 1280px;
	padding-top: 120px;
	margin-top: auto;
	background: #fff;
}

.device_tablet .l-footer {
	width: 100%;
	min-width: unset;
}

.device_sp .l-footer {
	min-width: unset;
	padding-top: 0;
}

.l-footer.mab7 {
	margin-bottom: 7rem;
}

.device_sp .p-pagetop.bottom13 {
	bottom: 13rem !important;
}

/* container */
.l-container {
	max-width: 1450px;
	min-width: 1024px;
	margin: 0 auto;
}

.device_tablet .l-container {
	max-width: 100%;
	min-width: auto;
}

.l-container--small {
	width: 980px;
	margin: 0 auto;
}

.device_sp .l-container,
.device_sp .l-container--small {
	width: 100%;
	max-width: unset;
	min-width: unset;
	padding: 0 1rem;
}
/*
.device_sp .l-container {
	padding-top: 3.8rem;
}
*/
.device_sp .l-footer .l-container {
	padding: 0;
}

@media (max-width: 1450px) {

	.l-container,
	.l-container--small {
		padding: 0 1.5rem;
	}
}

.l-container--full {
	width: 100%;
}

/*
** Object
**************************************/
/*  Component .c-xxxx
** ページ最低限の機能単位で分割したモジュールスタイル
** 固有のサイズ装飾は極力含めない
*************************************/
.c-img {
	width: auto;
	height: auto;
}

.c-img.large {
	width: 100%;
}

.c-breadcrumbs {
	width: 100%;
	padding: 2.5rem 0 2.5rem;
	font-size: 1rem;
	line-height: 2;
}

.c-breadcrumbs a {
	opacity: 0.7;
}

.c-breadcrumbs a:hover {
	opacity: 1;
}

.device_sp .c-breadcrumbs {
	padding: 1.5rem 0 1.5rem;
}

.device_sp .c-breadcrumbs > .c-breadcrumbs__item {
	font-size: 1rem;
}

.c-breadcrumbs > .c-breadcrumbs__item {
	position: relative;
	display: inline-block;
	margin-right: 2rem;
	font-size: 1.2rem;
}

.c-breadcrumbs > .c-breadcrumbs__item:after {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	bottom: 0;
	width: 7px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-chevron-right.svg) top left no-repeat;
	background-size: contain;
}

.c-breadcrumbs > .c-breadcrumbs__item:last-child {
	margin-right: 0;
}

.c-breadcrumbs > .c-breadcrumbs__item:last-child:after {
	content: none;
}

.c-breadcrumbs__item__link {
	text-decoration: underline;
}

.c-breadcrumbs__item.is_active {
	color: #000127;
	font-weight: 600;
}


/*  Project .p-xxxx
** プロジェクト固有のパターン
*************************************/


/* title block
*************************************/
.p-title {
	position: relative;
	margin: 3rem auto 3rem;
	text-align: center;
}

.p-title p {
	font-size: 1.4rem;
	margin-top: 0.5rem;
}

.device_sp .p-title {
	margin: 0 auto 3rem;
}

.p-title .p-title__main {
	color: #000127;
	font-size: 1.6rem;
	font-weight: 600;
}

.p-title .p-title__sub {
	font-size: 1.4rem;
}

.device_sp .p-title:before,
.device_sp .p-title:after {
	content: none;
}

.device_sp .p-title .p-title__sub {
	font-size: 1.2rem;
}

/* page top
*************************************/
.p-pagetop {
	position: fixed;
	right: 0;
	bottom: 2rem;
	width: 47px;
	height: 47px;
	z-index: 999;
	display: none;
}

@media (max-width: 1281px) {
	.p-pagetop {
		right: 2rem;
	}
}

.device_sp .p-pagetop {
	right: 1.4rem;
	bottom: 7.6rem;
}


/* search more
*************************************/
.p-search-more {
	display: none;
}

.device_sp .p-search-more {
	display: none;
	position: fixed;
	right: 5rem;
	bottom: 5.6rem;
	width: 86px;
	height: 86px;
	z-index: 999;
}

.device_sp .p-search-more__link {
	display: block;
	width: 100%;
	height: 100%;
}

/* chatbot
*************************************/
.chatbot {
	position: fixed;
	z-index: 999;
	bottom: 2rem;
	left: 1rem;
}

.device_sp .chatbot {
	bottom: 7rem;
}

.chatbot__wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.chatbot__close {
	position: absolute;
	top: -0.6rem;
	right: -1.2rem;
	width: 22px;
	height: 22px;
	border-radius: 50px;
}

.device_sp .chatbot__close {
	width: 28px;
	height: 28px;
}

.chatbot__link {
	display: block;
	width: 100%;
	height: 100%;
}

.chatbot__body {
	border-radius: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
}

.chatbot__body img {
	width: 170px;
	height: 54px;
}


/* navigation
*************************************/
.p-block.p-block--navigation {
	z-index: 0;
}

.device_sp .p-block--navigation.pc-only {
	display: none;
}

.p-nav {
	position: relative;
	display: flex;
}

/*カテゴリーナビゲーション*/
.p-nav.p-nav--category {
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	margin-bottom: .8rem;
}

.p-nav.p-nav--category .p-nav__content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
}

.p-nav.p-nav--category .p-link.p-link--category {
	opacity: 0.7;
}

.p-nav.p-nav--category .p-link.p-link--category:hover {
	opacity: 1;
}

.p-nav.p-nav--category .p-link.p-link--category.js-current {
	color: #000127;
	font-weight: bold;
	opacity: 1;
	pointer-events: none;
}

.p-nav.p-nav--category .p-link.p-link--category.js-current:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000127;
	transform: scale(1);
}

.device_sp .p-link.p-link--category:hover:after {
	content: none;
}

.p-nav.p-nav--vertical {
	flex-direction: column;
	min-width: 290px;
}

.p-nav.p-nav--vertical .p-nav__head {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 1.3rem;
	color: #fff;
	font-size: 1.8rem;
	background: #000127;
}

.p-nav.p-nav--vertical .p-nav__content .p-accordion + .p-accordion,
.p-nav.p-nav--vertical .p-nav__content .p-accordion + .p-link,
.p-nav.p-nav--vertical .p-nav__content .p-link + .p-link,
.p-nav.p-nav--vertical .p-nav__content .p-link + .p-accordion {
	margin-top: 0.2rem;
}

.p-link.p-link--important {
	color: #e56767;
}

/* text
*************************************/
.p-txt {
	display: inline-block;
	overflow-wrap: anywhere;
	word-break: break-all;
}

.p-txt.p-txt--01 {
	font-size: 1rem;
}

.p-txt.p-txt--02 {
	font-size: 1.1rem;
}

.p-txt.p-txt--03 {
	font-size: 1.2rem;
}

.p-txt.p-txt--04 {
	font-size: 1.4rem;
}

.p-txt.p-txt--05 {
	font-size: 1.5rem;
}

.p-txt.p-txt--06 {
	font-size: 1.8rem;
}

.p-txt.p-txt--07 {
	font-size: 2.2rem;
}

.p-txt.p-txt--head {
	display: block;
}

.p-txt--tac {
	text-align: center;
}

.p-txt--tar {
	text-align: right;
}

.p-txt--tal {
	text-align: left;
}

.p-txt.p-txt--line {
	text-decoration: underline;
}

.p-txt.p-txt--title {
	color: #000127;
	display: block;
	text-align: center;
}

.p-txt.p-txt--title-menu {
	padding-bottom: 1.2rem;
	color: #000127;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
}

.p-txt.p-boxtxt {
	display: inline-block;
}

.p-txt.p-txt--point {
	color: #8a8c97;
	font-size: 1.2rem;
	line-height: 1;
}

.p-txt.p-txt--num {
	color: #000127;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 600;
}

.p-txt.p-txt--important {
	color: #e56767;
}

.p-txt--important-red-text {
	color: #e56767;
}

.device_sp .p-txt.p-txt--important {
	display: inline;
}

.p-txt.p-txt--notice {
	font-size: 1.4rem;
	color: #555555;
}

.p-txt.p-txt--notice .p-link.p-link--underline {
	display: inline;
	color: #555555;
}

.p-txt.p-txt--for-detail {
	position: relative;
	padding-right: 1.9rem;
	color: #8a8c97;
}

.p-txt.p-txt--for-detail:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-chevron-right.svg) top left no-repeat;
}

.p-user {
	font-size: 1.4rem;
}

.p-required {
	color: #e56767;
	font-size: 1.2rem;
	vertical-align: 2px;
	padding-left: .2rem;
	font-weight: bold;
	top: 0;
}

.p-required.switching {
	display: none;
  }

.p-required.switching.show {
	display: inline-block;
  }

/* label
*************************************/
.p-label {
	display: inline-block;
	padding: .3rem .6rem;
	margin-left: 2px;
	font-size: 1.1rem;
	line-height: 1;
	background: #e3e3e8;
}

.p-lists--col1 .p-label {
	font-size: 1.4rem;
}

.p-label + .p-label {
	margin-left: .2rem;
}

.device_sp .p-label + .p-label {
	margin-top: 2px;
	margin-left: 2px;
}

.p-label.p-label--off {
	color: #e56767;
}

.p-label.p-label--size {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.3rem 2rem;
}

/* badge
*************************************/
.p-badge {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 16px;
	/*
	width: 26px;
	height: 26px;
*/
	padding: 2px 4.5px;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	background: #e56767;
	border-radius: 30px;
}

.p-badge.p-badge--simple {
	width: 8px;
	height: 8px;
}

/* accordion
*************************************/
.p-accordion .p-accordion__head,
.p-accordion .p-accordion__content {
	padding: 1.5rem 2.5rem 1.5rem 1rem;
}

.p-accordion .p-accordion__head {
	position: relative;
	cursor: pointer;
}

.p-accordion .p-accordion__head:after {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-chevron-right.svg) top left no-repeat;
	background-size: auto;
	transform:rotate(90deg);
}

.p-accordion .js-active.p-accordion__head:after {
	content: "";
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	background: url(../images/parts/icon/i-chevron-right.svg) top left no-repeat;
	background-size: auto;
	transform:rotate(-90deg);
}

.p-accordion .p-accordion__head.no-accordion {
	cursor: default;
}

.p-accordion .p-accordion__head.no-accordion:after {
	display: none;
}

.p-accordion .p-accordion__head.no-accordion:hover {
	opacity: 1;
}

.p-accordion .p-accordion__content {
	display: none;
}

.p-accordion__content .p-link.p-link--arrow {
	padding: 1.5rem 3.5rem 1.5rem 2rem;
	background: #E3E3E8;
}

.p-accordion .p-accordion__content.p-accordion-child-menu {
	padding: 0;
	background: #ffffff;
}

.p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion-child-menu {
	padding: 0;
	background: #F3F3F3;
}

.p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion__head {
	background: #E3E3E8 !important;
	padding: 1.5rem 3.5rem 1.5rem 2rem;
}

.p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion__head {
	background: #FBFBFB;
}

.p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion .p-accordion__content.p-accordion-child-menu .p-link.p-link--arrow {
	background: #FBFBFB;
}

.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion--nav .p-accordion__head {
	background: #f3f3f3;
}

.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu dl,
.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion {
	border-top: 1px solid #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
}

.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu dl:last-child,
.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu .p-accordion:last-child {
	border-bottom: none;
}

.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu,
.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .forth-child .p-input__wrap {
	background: #FFFFFF;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .forth-child .p-input__item:last-child .p-input__wrap {
	border: 0;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .forth-child .p-input__wrap {
	padding: 1.3rem 3rem 1.3rem 1rem;
	border-bottom: 2px solid #F3F3F3;
	background: #ffffff;
}

.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu .p-link.p-link--arrow {
	padding: 1.3rem 3rem 1.3rem 1rem;
	border-bottom: 2px solid #F3F3F3;
	background: #ffffff;
}


.p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu > .p-accordion .p-accordion__content.p-accordion-child-menu .p-link.p-link--arrow:last-child {
	border-bottom: none;
}

.p-accordion--nav .p-accordion__head {
	background: #f3f3f3;
}

.p-accordion--nav .p-accordion__head.js-active {
	border-bottom: 1px solid #dadada;
}

.p-accordion--nav .p-accordion__head.no-accordion {
	border-bottom: none;
	margin-bottom: 2rem;
}

.p-accordion--nav .p-accordion__head:hover {
	opacity: 0.7;
}

.p-accordion.p-accordion--radio .p-accordion__head:after {
	content: none;
}

.p-accordion.p-accordion--box {
	background: #f3f3f3;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input__content {
	width: 100%;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input__content.second-level {
	border-top: 2px solid #fff;
}

.p-accordion .p-accordion-child-menu .p-input.p-input.p-input--check-mark .p-input__wrap:hover {
	opacity: 0.7;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input__wrap {
	background: #F3F3F3;
	padding: 1.5rem 1rem;
	border-bottom: 2px solid #fff;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input--slider .p-input__wrap {
	padding: 3.2rem 1rem;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input__content.second-level .p-input__wrap {
	background: #ffffff;
	padding: 1.5rem 1rem;
	border-bottom: 2px solid #fff;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input--slider.third-level .p-input__wrap,
.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input--slider.third-level .input-slider-price {
	background: #fbfbfb;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input__content.third-level .p-input__wrap {
	background: #ffffff !important;
}

.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input__content.forth-level .p-input__wrap,
.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input--slider.forth-level .p-input__wrap,
.p-accordion .p-accordion-child-menu .p-input.p-input--check-mark .p-input--slider.forth-level .input-slider-price {
	background: #fff;
}


.p-block.p-block-more-search {
	width: 100%;
	margin-top: 5rem;
}

/* flyoutmenu
*************************************/
.p-flyoutmenu {
	position: relative;
}

.p-flyoutmenu .p-flyoutmenu__head {
	padding: 1.2rem 4rem 1.2rem 2rem;
}

.p-flyoutmenu .p-flyoutmenu__head:hover {
	cursor: pointer;
	opacity: 0.7;
}

.p-flyoutmenu .p-flyoutmenu__content {
	position: absolute;
	top: 0;
	left: 260px;
	z-index: 2;
	width: 17em;
	font-size: 1.5rem;
	background: #fff;
	box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
}

.p-flyoutmenu .p-flyoutmenu__content:hover {
	background: #fff !important;
}

.p-flyoutmenu .p-flyoutmenu__content a {
	position: relative;
	display: block;
	padding: 1rem 1.5rem;
}

.p-flyoutmenu .p-flyoutmenu__content a:hover {
	background: #f3f3f3;
}


/* box
*************************************/
.p-box {
	position: relative;
}

.p-box.p-box--wh {
	padding: 1.2rem 0;
	background: #fff;
	border: 1px solid #e3e3e8;
}

/** 質問回答 **/
.p-qa {
	position: relative;
	margin-bottom: 1rem;
	padding: 2rem 2rem 5rem;
	background: #fff;
}

.p-qa + .p-question {
	margin-top: 2rem;
}

/** 質問入力 **/
.p-question {
	position: relative;
}

.p-question__input {
	width: 100%;
	padding: 1.9rem 1rem;
	background: #fff;
	border: 1px solid #e3e3e3;
	resize: none;
}


/** swiper **/
.p-showcase__view__pagination {
	display: block;
	right: 0;
	width: 10%;
	margin: auto;
	text-align: center;
}

.device_sp .p-showcase__view__pagination {
	width: 20%;
}

.p-showcase__pagination {
	width: 100%;
	height: 120px;
	margin-top: 1rem;
}

.p-showcase__pagination img {
	border: 1px solid #e3e3e8;
}

.device_sp .p-showcase__pagination {
	height: 90px;
}

.p-showcase__thumbs {
	height: 100%;
}

.p-showcase__thumbs__slide {
	opacity: 0.6;
}

.p-showcase__thumbs__slide.swiper-slide-thumb-active {
	opacity: 1;
}

.p-textarea.p-textarea--default {
	width: 100%;
	border: 1px solid #dadbe1;
}

/*  Utility .u-xxxx
** モディファイヤ(バージョン違い)では解決が難しいもののヘルパークラス
*************************************/
/*  device display */
.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

@media (max-width: 767px) {
	.u-pc {
		display: none;
	}

	.u-sp {
		display: block;
	}
}

/** 疑似要素クリアクラス **/
.u-pseudo:before,
.u-pseudo:after {
	content: none !important;
}

.u-block {
	display: block;
}

.u-inlineblock {
	display: inline-block;
}

.u-txt--pink {
	color: #e56767;
}

.u-border-b {
	border-bottom: 1px solid #8a8c97;
}

.u-border-t {
	border-top: 1px solid #8a8c97;
}

/*
** test .te-xxxx
**************************************/
/* テスト用クラス
    本番時には公開しない
    正規で使用する際には上記へと移す
    各クラスコメントで所属レイヤーを記述しておく
*/


/** start header footer **/
/** header
*************************************/
.p-header {
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: row;
}

.p-logo__img {
	vertical-align: middle;
}

.p-header.p-header--top {
	min-height: 48px;
	position: relative;
	z-index: 2;
	justify-content: space-between;
	align-items: center;
}

.p-header.p-header--bottom {
	position: relative;
	z-index: 0;
}

.device_sp .p-header.p-header--top {
	min-height: 48px;
}

.device_sp .p-header.p-header--top .p-logo {
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
/*
	right: 0;
	left: -18px;
*/
	right: auto;
	left: 10px;
	width: 141px;
	height: 25px;
	margin: auto;
}

.device_sp .p-header.p-header--menu {
	display: none;
}

.p-header.p-header--menu .p-link.is-current {
	background: #f3f3f3;
}

.p-block--cart-allocation .p-link.p-link--button-gray {
	padding: 1rem;
	padding-right: 2.5rem;
}

.device_pc .p-header.p-header--menu-sp,
.device_tablet .p-header .p-header--menu-sp {
	display: none;
}

.device_sp .p-header.p-header--menu-sp {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
}

.p-header.p-header--menu-sp .p-header__item:first-child {
	margin-right: 0.4rem;
}

.p-header.p-header--menu-sp .p-link.p-link--icon-vertical {
	height: 100%;
	padding: 1.0rem 0.5rem 0.5rem;
}

.p-header.p-header--menu-sp .p-link.p-link--icon-vertical .p-link__icon {
	height: 15px;
	width: auto;
	margin-bottom: 3px;
}

.p-header.p-header--menu-sp .p-link.p-link--icon-vertical .p-link__txt {
	display: block;
	margin-top: 0.3rem;
	line-height: 1;
}

.p-header.p-header--menu-sp .p-link.p-link--icon-vertical .p-badge {
	position: absolute;
	top: 0;
	right: -0.2rem;
}

@keyframes show-cart-allocation {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.p-header .p-block.p-block--cart-allocation,
.p-header .p-block.p-block--login-allocation {
	position: absolute;
	top: 54px;
	right: 20px;
	width: 225px;
	padding: 2rem;
	background: #fff;
	box-shadow: 1px 1px 28px rgba(0, 0, 0, 0.4);
	display: none;
}

.p-header .p-block.p-block--cart-allocation.js-active,
.p-header .p-block.p-block--login-allocation.js-active {
	display: block;
	animation: show-cart-allocation .5s linear 0s;
}

.p-header .p-block.p-block--cart-allocation > .p-block {
	position: relative;
}

.p-header .p-block.p-block--cart-allocation > .p-block:after {
	position: absolute;
	z-index: 0;
	content: "";
	top: -32px;
	right: -14px;
	width: 30px;
	height: 22px;
	border-top: 0 solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 22px solid #fff;
	border-left: 20px solid transparent;
}

.p-header .p-block.p-block--cart-allocation .p-link {
	position: relative;
}

.p-header .p-block.p-block--cart-allocation .p-link .p-badge {
	position: absolute;
	top: -.8rem;
	right: -.8rem;
}

.p-header .p-block.p-block--cart-allocation .p-link + .p-link {
	margin-top: 1rem;
}

.device_sp .p-header .p-block.p-block--cart-allocation {
	right: 38px;
	top: 100px;
}

.l-header .p-search,
.device_sp .l-header .p-search {
	padding: 1rem 0;
}


/** header dropdown
*************************************/
.p-dropdown {
	content: "";
	position: fixed;
	z-index: 10000;
	left: 0;
	display: none;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.p-dropdown--trigger:hover .p-dropdown {
	display: block;
}

.device_sp .p-dropdown {
	content: none !important;
	display: none !important;
}

.p-dropdown-wrap {
	background: #f3f3f3;
}

.p-dropdown__container {
	position: relative;
	display: flex;
	justify-content: flex-start;
	/*align-items: flex-start;*/
	width: 100%;
	min-width: 1250px;
	max-width: 1450px;
	margin: 0 auto;
	background: #f3f3f3;
	padding: 2.5rem 7em 4rem;
	font-size: 1.4rem;
	line-height: 1.1;
}

.p-dropdown__container-full {
	width: 100%;
	min-width: 1250px;
	max-width: 1450px;
	margin: 0 auto;
	padding: 2.5rem 7em 1rem;
	font-size: 1.4rem;
	line-height: 1.1;
}

.p-dropdown__container-full > .p-dropdown__block--user {
	padding-left: 1.8rem;
}

.p-dropdown__container > .p-dropdown__item {
	width: calc((100% - 111px) / 4);
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	border-right: 1px solid #d0d1d7;
}

.p-dropdown__container > .p-dropdown__item.p-dropdown-member {
	width: 28%;
}

.p-dropdown__container > .p-dropdown__item:last-child {
	margin-right: 0;
}

.p-dropdown .p-point__content {
	text-align: right;
}

.p-dropdown .p-accordion__head {
	transition: .1s;
}

.p-dropdown .p-link:hover,
.p-dropdown .p-accordion__head:hover {
	background: #fff;
	opacity: 1;
}

.p-dropdown .p-link.p-link--arrow,
.p-dropdown .p-link.p-link--blank {
	padding: 1rem 2.5rem 1rem 1rem;
	position: relative;
}

.p-dropdown .p-dropdown__block.p-dropdown__block--campaign .p-link.p-link--arrow + .p-link.p-link--arrow {
	margin-top: 1rem;
}

.p-dropdown .p-dropdown__block--category .p-link.p-link--arrow {
	padding: .5rem 2rem .5rem 0;
}

.p-dropdown .p-link.p-link--arrow .p-badge {
  display: inline-flex;
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.p-dropdown__block--point {
	padding: 1.5rem 0 1rem;
}

.p-dropdown__block--campaign,
.p-dropdown__block--product,
.p-dropdown__block--service,
.p-dropdown__block--media,
.p-dropdown__block--category,
.p-dropdown__block--info,
.p-dropdown__block--help {
	padding: 1.5rem 0;
}

.p-dropdown__block--category img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.p-dropdown__block--links {
	padding: 1rem 0;
}

.p-point {
	padding: 2rem 1.5rem;
	background: #fff;
}

.device_sp .p-point {
	padding: 1rem 1rem 1rem 1.5rem;
}

.p-point__head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-dropdown .p-close {
	content: "";
	position: absolute;
	top: 3.6rem;
	right: 3.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-close .p-close__icon {
	width: 11px;
	height: 11px;
	margin-left: 1.6rem;
}

.p-link--logout {
	width: auto;
}

.p-dropdown-mypage__container > .p-dropdown__item {
	width: calc((100% - 111px) / 3);
	min-height: 530px;
	margin-right: 3.7rem;
}

.p-dropdown-mypage .p-dropdown__item .p-link__icon {
	width: 1.5rem;
	height: 1.5rem;
}

.p-dropdown-mypage__container > .p-dropdown__item .p-link__txt {
	margin-left: 0.5rem;
}

.p-dropdown__container > .p-dropdown__item:last-child .p-dropdown__block:last-of-type .p-link {
	transition: .3s;
}

.p-dropdown__container > .p-dropdown__item:last-child .p-dropdown__block:last-of-type .p-link:hover {
	opacity: .7;
}

.p-dropdown__container > .p-dropdown__item:last-child .p-dropdown__block:last-of-type .p-link + .p-link {
	margin-top: 10px;
}


/** header search
*************************************/
.p-search {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-right: 2rem;
}

.device_sp .p-search {
	margin-right: 1rem;
}

.p-search.p-search--more {
	justify-content: center;
	/*align-items: center;*/
}

.p-search__input {
	width: 100%;
	padding: 0.7rem 2rem;
	background: #f3f3f3;
	line-height: 1;
	border: 1px solid #e3e3e8;
}

.p-search__input::placeholder {
	color: #8a8c97;
	font-size: 1.4rem;
	line-height: 1.8;
}

.device_sp.search .p-search__input {
	background: #fff;
}

.p-search__send {
	position: relative;
	width: 90px;
	height: 40px;
	background: #8a8c97;
}

.device_sp .p-search__send {
	width: 50px;
	height: 40px;
}

.p-search__send:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(../images/parts/icon/i-search.svg) top left no-repeat;
}

.p-search.p-search--more .p-link {
	width: auto;
	color: #e56767;
	font-size: 1.4rem;
	word-break: keep-all;
}

.p-search.p-search--more .p-link.p-link--underline {
	color: #fff;
	background: #000127;
	padding: 1rem;
	text-decoration: none;
}

/** footer
*************************************/
.p-media {
	padding: 5rem 0;
}

.p-media.p-lists--col3 > .p-lists--col3__item {
	margin-bottom: 0;
}

.p-media__item--brand .p-link--media {
	background: url(../images/parts/p_linkbg_brand.jpg) top left no-repeat;
	background-size: cover;
}

.p-media__item--tokeitsushin .p-link--media {
	background: url(../images/parts/p_linkbg_tokei.jpg) top left no-repeat;
	background-size: cover;
}

.p-media__item--komeru .p-link--media {
	background: url(../images/parts/p_linkbg_komeru.jpg) top left no-repeat;
	background-size: cover;
}

.p-bannerimg {
	position: relative;
	width: 954px;
	margin: 0 auto 5rem;
}

.p-banner-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 1rem 0 0;
}

.p-banner-pagination .swiper-pagination-bullet {
	width: 60px;
	height: 1px;
	margin: 0 .5rem;
	background: #000127;
}

.p-banner-pagination .swiper-pagination-bullet-active {
	background: #ccc;
}

.p-contactbox {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.p-contactbox > .p-contactbox__item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: calc((100% - .1rem) / 2);
	margin-right: .1rem;
	padding: 3.7rem 17.3rem 5.5rem;
	background: #f3f3f3;
}

.p-contactbox > .p-contactbox__item:last-child {
	margin-right: 0;
}

.p-contactbox__text {
	text-align: center;
	line-height: 1;
}

.p-contactbox__text--head + .p-contactbox__text--content {
	margin-top: 1.5rem;
}

.device_sp .p-contactbox__text--head + .p-contactbox__text--content {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.6;
}

.p-contactbox__text--head {
	font-size: 1.8rem;
}

.p-contactbox__item .c-button-area {
	width: 100%;
	margin-top: 2.4rem;
}

.p-contactbox__item .p-link--button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.3rem 0;
	text-align: center;
	color: #fff;
}

.p-contactbox > .p-contactbox__item .p-contactbox__text--head {
	font-weight: 500;
}

.p-contactbox > .p-contactbox__item:first-child .p-link--button {
	background: #e56767;
	pointer-events: none;
}

.device_sp .p-contactbox > .p-contactbox__item:first-child .p-link--button {
	pointer-events: initial;
}

.p-contactbox > .p-contactbox__item:nth-child(2) .p-link--button {
	background: #e56767;
}

.description_area p {
	line-height: 1.5;
	margin: 20px 0;
	text-align: center;
}

.device_sp .p-contactbox > .p-contactbox__item:first-child .p-link--button:before,
.p-contactbox > .p-contactbox__item:last-child .p-link--button:before {
	content: "";
	position: absolute;
	top: 0;
	right: 1.5rem;
	bottom: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-chevron-right-white.svg) top left no-repeat;
}

.p-footmenu {
	margin-top: 5rem;
}

.p-footmenu.p-lists--col4 > .p-lists--col4__item {
	margin-bottom: 0;
}

.p-footmenu__head {
	position: relative;
	margin-bottom: 10px;
	padding: 14px 15px;
	border-top: 1px solid #e3e3e8;
	border-bottom: 1px solid #e3e3e8;
}

.p-footmenu .p-link {
	padding: 1rem 3rem 1rem 1.5rem;
}

.device_sp .p-footmenu .p-link {
	padding: 1.5rem 3rem 1.5rem 1.5rem;
}

.p-application {
	background: #000127;
}

.p-application__content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
	padding: 5.5rem 0;
}

.p-application__content a {
	color: #ffffff;
	text-decoration: underline;
	font-size: 1.2rem;
	text-align: center;
}

.p-sns {
	width: 50%;
	padding-right: 5.8rem;
	text-align: right;
}

.p-app {
	width: 50%;
	padding-left: 5.8rem;
	border-left: 1px solid #fff;
}

.p-app__text {
	display: inline-block;
	margin-right: 3.8rem;
	color: #fff;
	font-size: 1.2rem;
}

.p-authorization {
	padding: 5rem 0;
}

.l-footer .p-authorization {
	padding: 5rem 0 2.5rem;
}

.device_sp .p-authorization {
	padding: 2rem 0 8rem;
}

.p-authorization__content {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.p-permit {
	margin-right: auto;
}

.device_sp .p-permit {
	padding: 0 1rem;
	margin: 0 auto;
}

.device_sp .p-logo--footer {
	display: none;
}

.p-permit__lists {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.device_sp .p-permit__lists {
	flex-direction: column;
}

.p-permit__lists > .p-permit__lists__list {
	width: calc((100% - 84px) / 3);
	margin-right: 4.2rem;
}

.device_sp .p-permit__lists > .p-permit__lists__list {
	width: 100%;
	margin-right: 0;
}

.p-permit__lists > .p-permit__lists__list:last-child {
	margin-right: 0;
}

.device_sp .p-permit__lists__list + .p-permit__lists__list {
	margin-top: 0.3rem;
}

.p-permit__item {
	font-size: 1.2rem;
	white-space: nowrap;
}

.device_sp .p-permit__item + .p-permit__item {
	margin-top: 0.3rem;
}

.p-permit__text {
	display: inline-block;
	margin: .9rem 0;
	font-size: 1.4rem;
	line-height: 1.2;
}

.device_sp .p-permit__text {
	margin: 1.2rem 0;
	font-size: 1.2rem;
}

.p-permit__text--small {
	display: inline-block;
	margin: .9rem 0 0;
	font-size: 1.2rem;
	line-height: 1.2;
}

.p-footmarks {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 13rem;
}

.device_sp .p-footmarks {
	display: none;
}

.p-footmarks .p-footmarks__content {
	margin-right: 1rem;
}

.p-footmarks .p-footmarks__content:last-child {
	margin-right: 0;
}


.device_sp .p-media {
	flex-direction: column;
}

.device_sp .p-media > .p-media__item {
	width: 100%;
	padding-bottom: 5px;
	margin-right: 0;
}

.device_sp .p-bannerimg {
	width: 100%;
}

.device_sp .p-bannerimg .swiper-container-css-mode > .swiper-wrapper > .swiper-slide:first-child {
	padding-left: 0;
}

.device_sp .p-banner-pagination .swiper-pagination-bullet {
	width: 30px;
}

.device_sp .p-contactbox {
	flex-direction: column;
}

.device_sp .p-contactbox > .p-contactbox__item {
	width: 100%;
	padding: 2rem;
}

.device_sp .p-contactbox > .p-contactbox__item:first-child {
	background: #fff;
}

.device_sp .p-contactbox__item .c-button-area {
	padding: 0 1rem;
}

.device_sp .p-footmenu {
	flex-direction: column;
	margin-top: 0;
}

.device_sp .p-footmenu > .p-footmenu__item {
	width: 100%;
	margin-right: 0;
}

.device_sp .p-footmenu__head {
	margin-bottom: 0;
	border-bottom: 0;
}

.device_sp .js-active .p-footmenu__head {
	border-bottom: 1px solid #e3e3e8;
}

.device_sp .p-footmenu__head:after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-plus.svg) top left no-repeat;
	background-size: auto;
}

.device_sp .js-active > .p-footmenu__head:after {
	background: url(../images/parts/icon/i-minus.svg) top left no-repeat;
	background-size: auto;
}

.device_sp .p-footmenu > .p-footmenu__item:last-child .p-footmenu__head {
	border-bottom: 1px solid #e3e3e8;
}

.device_sp .p-footmenu__content {
	display: none;
}

.device_sp .p-application__content {
	flex-direction: column;
	margin-top: 0;
	padding: 3rem 5rem 4rem;
}

.device_sp .p-sns {
	width: 100%;
	margin-bottom: 2.5rem;
	padding-right: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.device_sp .p-app {
	width: 100%;
	padding-left: 0;
	border-top: 1px solid #fff;
	border-left: 0;
}

.device_sp .p-app__text {
	display: block;
	width: 100%;
	padding: 1.2rem 0;
	text-align: center;
}

.device_sp .p-link--app {
	width: 45%;
}

.device_sp .p-link--app .c-img {
	width: 100%;
}

.device_sp .p-link--app + .p-link--app {
	margin-left: 1rem;
}

.copyright {
	font-size: 1.2rem;
	margin-top: 50px;
}

.device_sp .copyright {
	text-align: center;
}

/** search
*************************************/
.p-search {
	max-width: 1450px;
	/*min-width: 1024px;*/
	min-width: 980px;
	min-height: 60px;
	margin: 0 auto;
	padding: 1rem 0;
	z-index: 1;
}

@media (max-width: 1450px) {
	.p-search {
		padding: 0 1.5rem;
	}
}

.device_sp .p-search {
	max-width: 100%;
	min-width: 100%;
	min-height: 60px;
	padding: 0 1rem 1rem 1rem;
}

.p-searchform {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-right: 2rem;
}

.device_sp .p-searchform {
	margin-right: 0rem;
}

.p-searchform__input {
	width: 100%;
	padding: 0.7rem 2rem 0.7rem 4.5rem;
	background: url(../images/parts/icon/i-search-gray.svg) center left 15px no-repeat #f3f3f3;
	line-height: 1;
	border: 1px solid #e3e3e8;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.p-searchform__input::placeholder {
	color: #8a8c97;
	font-size: 1.4rem;
	line-height: 1.8;
}

.device_sp.search .p-searchform__input {
	background: #fff;
}

.p-searchform__send {
	position: relative;
	width: 90px;
	height: 40px;
	background: #8a8c97;
}

.device_sp .p-searchform__send {
	width: 50px;
	height: 41px;
}

.p-searchform__send:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(../images/parts/icon/i-search.svg) top left no-repeat;
}

.device_sp .l-header .p-search {
	display: none;
}

#product-detail.device_sp .l-header .p-search {
	display: block;
	top: 50px;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

#product-detail.device_sp header {
	height: 150px;
}

.l-header .p-search {
	width: 37%;
	max-width: 37%;
	min-width: 37%;
	margin-right: 0;
	min-height: 60px;
	padding: 1rem 0;
	z-index: 1;
}

.l-header .p-search .p-suggest {
	display: none;
	line-height: 1.7;
	background: #fff;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 2px rgba(77, 77, 77, 0.2);
	left: 0;
	position: absolute;
	top: 49px;
	width: 56%;
}

.l-header .p-search .p-link.p-link--search-picture {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 1.2rem 2.5rem;
	font-size: 1.4rem;
	line-height: 1;
	color: #424242 !important;
	background: #f3f3f3;
	border: 1px solid #e3e3e8;
	white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
	.p-searchform__input {
		width: 72%;
	}

	.l-header .p-search .p-link.p-link--search-picture {
		width: 260px;
		height: 40px;
		padding: 1.2rem 0.5rem;
	}

	.p-authorization__content {
		justify-content: flex-start;
	}
}

@media (max-width: 1450px) {
	.l-header .p-search .p-suggest {
		margin: 0;
	}
}

/** SP menubar
*************************************/
.device_pc .p-menubar,
.device_tablet .p-menubar {
	display: none;
}

.device_sp .p-menubar {
	position: fixed;
	z-index: 100000;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	max-height: 56px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
}

.kante.device_sp .p-menubar {
	justify-content: center;
}

.p-menubar .p-menubar__item {
	width: calc(100% / 5);
	height: 100%;
	padding: 1.2rem 0 0.9rem;
}

.p-menubar .p-button.p-button--menu.js-menuOpen .p-button__icon .p-button__icon__line {
	height: 3px;
	background: #000127;
}

.p-menubar .p-button.p-button--menu.js-menuOpen .p-button__icon .p-button__icon__line:first-of-type {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.p-menubar .p-button.p-button--menu.js-menuOpen .p-button__icon .p-button__icon__line:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: iconline-center .8s forwards;
	animation: iconline-center .8s forwards;
}

@-webkit-keyframes iconline-center {
	100% {
		height: 0;
	}
}

@keyframes iconline-center {
	100% {
		height: 0;
	}
}

.p-menubar .p-button.p-button--menu.js-menuOpen .p-button__icon .p-button__icon__line:last-of-type {
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}

/*.p-menubar .p-button.p-button--menu.js-menuOpen .p-button__txt {
  color: #8a8c97;
}*/

.p-menubar .p-link.p-link.p-link--icon-vertical {
	height: 100%;
}

.p-menubar .p-menubar__item .p-link__icon.non-current,
.p-menubar .p-menubar__item .p-link__icon.current,
.p-menubar .p-menubar__item .p-link__icon.non-login {
	width: auto;
	margin: auto 0 8px;
	height: 16px;
}

.p-menubar .p-menubar__item .p-link__icon.non-current {
	display: block;
}

.p-menubar .p-menubar__item .p-link__icon.current {
	display: none;
}

.p-menubar .p-menubar__item.is-current .p-link__icon.non-current {
	display: none;
}

.p-menubar .p-menubar__item.is-current .p-link__icon.current {
	display: block;
}

.p-menubar .p-link.p-link.p-link--icon-vertical .p-link__txt {
	display: block;
	line-height: 1;
}

.p-menubar .p-button.p-button--mypage .p-badge {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -1.8rem;
}

.p-menubar .p-button.p-button--mypage {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.p-menubar .p-button.p-button--mypage .p-button__icon.icon_non_active {
	display: block;
	width: auto;
	height: 17px;
	margin: 1px 0 8px;
}

.p-menubar .p-button.p-button--mypage .p-button__icon.icon_active {
	display: none;
}

.p-menubar .p-button.p-button--mypage.js-menuOpen .p-button__icon.icon_non_active {
	display: none;
}

.p-menubar .p-button.p-button--mypage.js-menuOpen .p-button__icon.icon_active {
	display: block;
	width: auto;
	height: auto;
	margin-bottom: auto;
}

.p-menubar .p-button.p-button--mypage .p-button__txt {
	display: block;
	font-size: 1rem;
	line-height: 1;
}

.device_sp.kante .p-slideupmenu.js-menuShow .p-block:nth-child(2) {
	margin-top: 77px;
}

.p-slideupmenu {
	z-index: 9999;
	position: fixed;
	top: 100vh;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 1.3rem 0 20rem;
	background: #f3f3f3;
	overflow-y: scroll;
	visibility: hidden;
	transition: .5s;
}

.p-slideupmenu.js-menuShow {
	top: 0;
	-webkit-animation: slideUp 0.5s both;
	animation: slideUp 0.5s both;
	visibility: visible;
}

.p-slideupmenu.js-menuHide {
	position: fixed;
	top: 100vh;
	-webkit-animation: slideDown 0.5s both;
	animation: slideDown 0.5s both;
	visibility: hidden;
	pointer-events: none;
}

@-webkit-keyframes slideUp {
	0% {
		visibility: visible;
		opacity: 0;
		top: 100px;
		pointer-events: none;
	}

	100% {
		pointer-events: default;
		opacity: 1;
		top: 0;
	}
}

@keyframes slideUp {
	0% {
		visibility: visible;
		opacity: 0;
		top: 100px;
		pointer-events: none;
	}

	100% {
		pointer-events: default;
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes slideDown {
	0% {
		visibility: visible;
		pointer-events: none;
		opacity: 1;
		top: 0;
	}

	100% {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		top: 100px;
	}
}

@keyframes slideDown {
	0% {
		visibility: visible;
		pointer-events: none;
		opacity: 1;
		top: 0;
	}

	100% {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		top: 100px;
	}
}

.p-slideupmenu .p-logo {
	margin-bottom: 2.3rem;
}

.p-slideupmenu .p-logo__item {
	width: auto;
	height: auto;
}

.p-slideupmenu .p-block + .p-block {
	margin-top: 3rem;
}
.p-slideupmenu .p-block.p-block--language {
	margin-top: 3.8rem;
}

.p-slideupmenu .p-block.p-block--language + .p-block {
	margin-top: 0;
}

.p-slideupmenu .p-txt {
	margin-bottom: 1rem;
	padding-left: 2rem;
	color: #8a8c97;
	/*font-size: 1.4rem;*/
}

.p-slideupmenu .p-link,
.p-slideupmenu .p-accordion {
	background: #fff;
}

.p-slideupmenu .p-link .p-txt {
	margin-bottom: 0;
}

.p-slideupmenu .-list .p-link {
	display: inline-block;
	width: calc(50% - 6px);
	margin-right: 5px;
}
.p-slideupmenu .-list .p-link:nth-of-type(2n) {
	margin-right: 0;
}
.p-slideupmenu #samelinksp .p-link img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.p-slideupmenu #samelinksp .p-link.p-link--arrow {
	padding: 1.3rem 3rem 1.3rem 1rem;
}

.p-slideupmenu .p-accordion .p-accordion__head,
.p-slideupmenu .p-accordion .p-accordion__content {
	padding: 2rem 3rem 2rem 1.5rem;
}

.p-slideupmenu .p-link + .p-link,
.p-slideupmenu .p-accordion + .p-link,
.p-slideupmenu .p-link + .p-accordion,
.p-slideupmenu .p-accordion + .p-accordion,
form + .p-link {
	margin-top: 0.2rem;
}

.p-slideupmenu .p-link.p-link--arrow .p-badge {
	position: absolute;
	top: 0;
	left: 169px;
	bottom: 0;
	margin: auto;
}

.p-slideupmenu .p-accordion.p-accordion--nav.new-item > .p-accordion__head {
	background: #fff;
}

.p-slideupmenu .p-accordion.p-accordion--nav.new-item > .p-accordion__content > .p-accordion > .p-accordion__head {
	background: #e3e3e8;
	border-bottom: 2px solid #fff;
}

.p-slideupmenu .p-accordion.p-accordion--nav.new-item .p-accordion__content {
	padding: 0;
}


.p-slideupmenu .p-block.p-block--menu-login .p-txt {
	padding-left: 0;
}

.p-slideupmenu .p-block.p-block--menu-login .p-txt.p-txt--login {
	color: #424242;
}

.p-slideupmenu .p-block.p-block--menu-login .p-link.p-link--underline {
	display: inline;
	background: transparent;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point .p-point__head {
	margin-right: 1rem;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point .p-point__head .p-link {
	color: #8a8c97;
	font-size: 1.2rem;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point .p-point__content .p-txt {
	margin-bottom: 0;
	padding-left: 0;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point .p-point__content .p-txt.p-txt--num {
	color: #000127;
	font-size: 1.8rem;
	font-weight: 600;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point .p-point__content .p-txt.p-txt--unit {
	color: #424242;
	font-size: 1.2rem;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point + .p-link {
	margin-top: 0.2rem;
}

.p-slideupmenu .p-block.p-block--menu-login .p-point .p-point__content {
	max-width: 55%;
	text-align: right;
}
.p-slideupmenu .p-accordion--nav .p-link--important {
	background: #fff;
}


/** mypage **/


@-webkit-keyframes mypage-slideUp {
	0% {
		visibility: visible;
		opacity: 0;
		bottom: -100vh;
		pointer-events: none;
	}

	100% {
		pointer-events: default;
		opacity: 1;
		bottom: 56px;
	}
}

@keyframes mypage-slideUp {
	0% {
		visibility: visible;
		opacity: 0;
		bottom: -100vh;
		pointer-events: none;
	}

	100% {
		pointer-events: default;
		opacity: 1;
		bottom: 56px;
	}
}

@-webkit-keyframes mypage-slideDown {
	0% {
		visibility: visible;
		pointer-events: none;
		opacity: 1;
		bottom: 56px;
	}

	100% {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		bottom: -100vh;
	}
}

@keyframes mypage-slideDown {
	0% {
		visibility: visible;
		pointer-events: none;
		opacity: 1;
		bottom: 56px;
	}

	100% {
		visibility: hidden;
		pointer-events: none;
		opacity: 0;
		bottom: -100vh;
	}
}

.p-mypage {
	position: fixed;
	width: 100%;
	z-index: 99997;
	top: 100vh;
	left: 0;
	visibility: hidden;
	transition: .5s;
}

.p-mypage.js-menuShow {
	top: calc(100vh - 690px);
	-webkit-animation: mypage-slideUp 0.5s both;
	animation: mypage-slideUp 0.5s both;
	visibility: visible;
}

.p-mypage.js-menuHide {
	position: fixed;
	top: 100vh;
	-webkit-animation: mypage-slideDown 0.5s both;
	animation: mypage-slideDown 0.5s both;
	visibility: hidden;
	pointer-events: none;
}

.p-mypage .p-mypage__header-nav-box {
	padding: 15px;
	font-size: 1.2rem;
	text-align: center;
}

.p-mypage .p-mypage__header-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	background: #000;
}

.kante .p-mypage .p-searchform__input {
	background: url(../images/parts/icon/i-search-white.svg) center left 15px no-repeat #303030;
	border: 1px solid #7d7d7d;
}

.p-mypage .p-mypage__content {
	padding: 2rem 0;
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.p-mypage .p-block.p-block--username .p-txt {
	color: #424242;
	font-size: 1.4rem;
	line-height: 1.2;
}

.p-mypage .p-link.p-link--help .p-link__txt {
	font-size: 1.2rem;
}

.p-mypage .p-txt.p-txt--num {
	font-size: 1.8rem;
}

.p-mypage .p-txt.p-txt--unit {
	font-size: 1.2rem;
}

.p-txt.p-txt--expirationdate {
	display: block;
	font-size: 1.2rem;
	color: #8a8c97;
}

.p-mypage .p-point {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 1rem 0 2rem;
	padding: 1.5rem 1rem;
}

.p-mypage .p-point .p-point__head {
	margin-right: auto;
}

.p-mypage .p-lists.p-lists--col3 > .p-lists__item {
	margin-bottom: 1.8rem;
}

.p-mypage .p-lists.p-lists--col3 > .p-lists__item .p-badge {
  position: absolute;
  top: -5px;
  right: 15px;
}

.p-mypage .p-link.p-link--icon-vertical .p-link__icon {
	width: auto;
	height: auto;
}

.p-mypage .p-link.p-link--icon-vertical .p-link__txt {
	margin-top: 1rem;
	text-align: center;
}

.p-mypage .p-link.p-link--arrow {
	padding: 1rem 1.5rem;
	background: #fff;
}

.p-mypage .p-link.p-link--arrow .p-link__txt {
	font-size: 1.2rem;
}

.p-mypage .p-block.p-block--campaign {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e8;
}

.p-mypage .p-block.p-block--home-delivary {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e8;
}

.p-mypage .p-block.p-block--ec .p-txt,
.p-mypage .p-block.p-block--home-delivary .p-txt,
.p-mypage .p-block.p-block--campaign .p-txt {
	display: block;
	margin: 1rem 0 2rem;
	color: #8A8C97;
	font-size: 1.4rem;
	text-align: center;
}

.p-campaign {
	margin-top: 20px;
}

.p-campaign .swiper-button-prev,
.p-campaign .swiper-button-next {
	margin-top: -18px;
	width: 16px;
	height: 35px;
}

.p-campaign .swiper-button-prev:after,
.p-campaign .swiper-button-next:after {
	width: 10px;
	height: 16px;
}

.p-campaign .swiper-pagination-bullet {
	width: 25px;
	height: 1px;
}


/** end header footer **/


.p-search-area {
	margin-top: 30px;
}

/* tab */
.p-tab__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	z-index: 1;
	margin-top: 20px;
}

.p-tab > .p-tab__head .p-tab__item {
	width: 50%;
	text-align: center;
	background-color: #e3e3e8;
}

.p-tab .p-tab__item .p-txt {
	display: inline-block;
	border-bottom: solid 1px #e3e3e8;
}

.p-tab .p-tab__head .p-tab__item.is_active {
	background-color: #ffffff;
	z-index: 1;
	border: solid 1px #e3e3e3;
	border-bottom: solid 1px #ffffff;
	font-weight: 600;
}

.p-tab .p-tab__head .p-tab__item.is_active .p-link.p-link--tab:hover {
	opacity: 1;
	cursor: default;
}

.p-tab .p-tab__head > .p-tab__item.is_active .p-txt {
	border-bottom: solid 1px #424242;
}

.p-tab .p-link--tab {
	padding: 6px 10px 6px 10px;
}

.p-tab__contents {
	padding: 1.2rem 1rem;
	border: solid 1px #e3e3e3;
	border-top: none;
	line-height: 1.2;
}

.p-tab__contents .p-tab__item--alphabet .p-lists__item {
	width: calc((100% - 40px) / 6);
}

.p-tab__contents .p-tab__item--kana .p-lists__item {
	width: calc((100% - 16px) / 3);
}

.p-tab__contents .p-tab__item--alphabet .p-lists__item:nth-child(6n),
.p-tab__contents .p-tab__item--kana .p-lists__item:nth-child(3n) {
	margin-right: 0;
}

.p-tab.p-tab--maypage .p-link--tab {
	padding: 10px;
}

.p-tab.p-tab--maypage .p-tab__head > .p-tab__item .p-txt {
	font-size: 1.4rem;
}


/* result */
.p-result-area {
	margin-top: 30px;
}

.p-title__selected {
	background-color: #f3f3f3;
	padding: 15px 20px;
	line-height: 1.2;
}

.p-lists__selected {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.p-lists__selected > .p-lists__selected__letter {
	width: calc(100% / 5);
	text-align: center;
}

.p-lists__selected > .p-lists__selected__letter .p-link--letter {
	padding: 20px;
}

.p-title__result {
	padding: 15px 20px 0;
	color: #8A8C97;
}

.p-lists__result {
	display: flex;
	padding: 1rem;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.device_sp .p-lists__result {
	flex-direction: column;
}

.p-lists__result__item {
	position: relative;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc((100% - 76px) / 3);
	margin: 0 3.8rem 3.8rem 0;
	padding: 10px 15px;
}

.p-lists__result__item:nth-child(3n) {
	margin-right: 0;
}

.device_sp .p-lists__result__item {
	width: 100%;
	margin-bottom: 0;
}

.device_sp .p-lists__result__item + .p-lists__result__item {
	margin-top: 2px;
}

.p-checkbox {
	display: block;
	cursor: pointer;
  width: 100%;
}

.p-checkbox input[type="checkbox"],
.p-checkbox input[type="radio"] {
	display: none;
	margin: 60px 0;
	vertical-align: middle;
}

.p-checkbox .p-checkbox__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
	display: block;
}

.p-checkbox .p-checkbox__text:after,
.p-checkbox .p-checkbox__text:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	background: #fff;
}

.p-checkbox .p-checkbox__text:before {
	left: 0;
	margin-top: -14px;
	width: 24px;
	height: 24px;
	border: 1px solid #8a8c97;
	border-radius: 100%;
}

.p-checkbox .p-checkbox__text:after {
	left: 9px;
	margin-top: -8px;
	width: 6px;
	height: 10px;
	border-right: 1px solid #8a8c97;
	border-bottom: 1px solid #8a8c97;
	transform: rotate(45deg);
	background-color: transparent;
}

.p-checkbox input[type=checkbox]:checked + .p-checkbox__text:before,
.p-checkbox input[type=radio]:checked + .p-checkbox__text:before {
	border: 1px solid #e56767;
	background-color: #e56767;
}

.p-checkbox input[type=checkbox]:checked + .p-checkbox__text:after,
.p-checkbox input[type=radio]:checked + .p-checkbox__text:after {
	border-right: 1.5px solid #ffffff;
	border-bottom: 1.5px solid #ffffff;
}

.p-checkbox__text--kana,
.p-checkbox__text--alphabet {
	display: block;
}

.p-checkbox__text--kana {
	color: #555555;
}

.p-checkbox__text--alphabet {
	font-size: 1.2rem;
	color: #8a8c97;
}


.p-balloon {
	position: absolute;
	top: -45px;
	right: 10px;
	display: inline-block;
	padding: 10px;
	width: 104px;
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.p-balloon::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 104px;
	height: 100%;
	background: #ffffff;
}

.p-balloon:before {
	content: '';
	display: block;
	position: absolute;
	top: 85%;
	right: 15px;
	width: 15px;
	height: 15px;
	transform: translateX(0) rotate(-135deg) skew(0deg, 0deg);
	background: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.p-balloon__text {
	position: relative;
	z-index: 2;
	font-size: 1.2rem;
	line-height: 1.4;
}

.p-selectcount {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	width: 100%;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
	display: none;
}

.device_pc .p-selectcount {
	padding: 20px 15%;
}

.p-selectcount > * {
	margin-right: 10px;
}

.p-selectcount > *:last-child {
	margin-right: 0;
}

.p-selectcount__text {
	font-size: 1.4rem;
}

.p-selectcount__button {
	font-size: 1.4rem;
	padding: 15px;
}

.p-selectcount__button--clear {
	background-color: #e3e3e8;
	width: 20%;
}

.p-selectcount__button--submit {
	background-color: #e56767;
	color: #ffffff;
	width: 50%;
	position: relative;
}

.p-selectcount__button--submit:before {
	content: "";
	position: absolute;
	top: 0;
	right: 1.5rem;
	bottom: 0;
	width: 7px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-chevron-right-white.svg) top left no-repeat;
}

/** order **/
.p-order {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 3rem 2rem;
	background: #f3f3f3;
}

.p-order.p-order--history .p-order__head {
	width: 33%;
}

.device_sp .p-order.p-order--history .p-order__head {
	width: 100%;
}

.p-order.p-order--history .p-order__head .p-label,.p-order.p-order--return .p-order__head .p-label,.p-order.p-back-order--history .p-order__head .p-label {
	margin-bottom: 1rem;
}

.p-order__status {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.p-order__status .p-link.p-link--arrow {
	margin-top: 5rem;
	text-align: right;
}

.p-order__status .p-link.p-link--arrow {
	margin-top: 3rem;
	text-align: right;
}

.p-order__status .p-link.p-link--arrow:last-of-type {
	margin-top: 0;
}

.p-order__contents {
	width: 770px;
	padding: 3rem 2rem;
	background: #fff;
}

.device_sp .p-order {
	flex-direction: column;
	padding: 1rem;
}

.device_sp .p-order__head {
	padding: 1.5rem 2rem;
}

.device_sp .p-order__contents {
	width: 100%;
}

/** history **/
.p-tab .p-link--tab {
    padding: 1.5rem;
}

.p-block--order-history .p-tab__head {
	margin-bottom: 70px;
}

.p-block--order-history #shop {
	display: none;
}

.p-history .p-history__item {
	padding: 2rem 2rem;
	background: #fff;
	margin-bottom: 2px;
}

.p-history .p-history__item .flex {
	display: flex;
}

.p-history .p-history__item .flex p {
	display: flex;
	margin-right: 55px;
}

.device_sp .p-history .p-history__item {
	padding: 1.6rem 1rem;
}

.device_sp .p-history .p-history__item .flex{
	flex-direction: column;
}

.device_sp .p-history .p-history__item .flex p {
	margin-right: 0;
}

.p-history .p-history__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-history .p-history__head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
	margin-right: auto;
}


.device_sp .p-history .p-history__head {
	width: 100%;
}

.device_sp .p-history .p-history__wrap {
	flex-wrap: wrap;
}

.p-history .p-history__img {
	width: 120px;
	height: 120px;
	margin-right: 4rem;
}

.device_sp .p-history .p-history__img {
	width: 70px;
	height: 70px;
	margin-right: 1rem;
}

.p-history .p-history__img .c-img {
	width: 100%;
}

.p-history .p-history__product {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 80%;
	margin-right: auto;
}

.device_sp .p-history .p-history__product {
	width: 70%;
	margin-right: 0;
}

.p-history .p-history__product .p-txt.p-txt--status {
	color:#8a8c97;
}

.device_sp .p-history .p-history__product .p-txt.p-txt--status {
	font-size: 1.2rem;
}

.device_sp .p-history .p-history__product .p-txt.p-txt--brand {
	font-size: 1.2rem;
}

.device_sp .p-history .p-history__product .p-txt.p-txt--productsname {
	margin-top: 0.5rem;
	font-size: 1.4rem;
}

.p-history .p-history__product .p-txt.p-txt--status {
	margin-top: 0.5rem;
	color: #8a8c97;
}

.device_sp .p-history .p-history__product .p-txt.p-txt--status {
	font-size: 1.4rem;
}

.p-history .p-txt.p-txt.p-txt--for-detail {
	width: 100px;
	color: #424242;
}

.device_sp .p-history .p-txt.p-txt.p-txt--for-detail {
	display: block;
	width: 100%;
	margin-top: -0.5rem;
	line-height: 1;
	font-size: 1.4rem;
	text-align: right;
}

.p-results-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1rem auto;
	padding: 1.5rem 0;
	background: #f3f3f3;
}

.p-block.p-block--search .p-results-box .p-txt.p-txt--result-num {
	font-size: 1.6rem;
}

.p-results-box .p-txt.p-txt--current-page {
	font-size: 1.4rem;
}

/** heading txt **/
.p-heading {
	margin: 5rem auto;
	position: relative;
}

.device_sp .p-heading {
	margin: 3rem auto;
}

.p-heading .p-heading__txt {
	font-size: 2rem;
	color: #000127;
	text-align: center;
	font-weight: 600;
}

.p-heading p {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	text-align: center;
}

/** サンプルヘッダー **/
.p-search {
	display: none;
}

.l-header .p-search {
	display: flex;
}

.device_sp .p-search {
	display: flex;
}

.l-header .p-search {
	max-width: 68%;
	min-width: 68%;
	width: 68%;
	margin-right: 2rem;
}

.p-header-nav {
	justify-content: flex-end;
}

.device_sp .p-header-nav {
	display: none;
}



/*---- 0319追記 ----*/

/*アニメーションの調整*/
.p-header .p-block.p-block--cart-allocation.js-active,
.p-header .p-block.p-block--login-allocation.js-active {
	animation: show-cart-allocation .2s linear 0s;
}

/*各吹き出し要素の調整*/
.p-header .p-block.p-block--cart-allocation {
	right: 0;
	box-shadow: 0 5px 8px rgba(77, 77, 77, 0.2);
}

.p-header .p-block.p-block--login-allocation {
	right: 110px;
	box-shadow: 0 5px 8px rgba(77, 77, 77, 0.2);
}

.device_sp .p-header .p-block.p-block--cart-allocation,
.device_sp .p-header .p-block.p-block--login-allocation {
	box-shadow: 0 2px 8px rgba(77, 77, 77, 0.4);
	;
}

/*吹き出し三角形の削除*/
.device_pc .p-header .p-block.p-block--cart-allocation > .p-block:after {
	content: none;
}

/*吹き出し要素のボタンの高さ調整*/
.p-block--cart-allocation .p-link.p-link--button-gray,
.p-block--login-allocation .p-link.p-link--button-gray {
	padding: 1rem;
	padding-right: 2.5rem;
}

/*吹き出し要素のボタン同士の空き追加*/
.p-header .p-block.p-block--cart-allocation .p-link + .p-link,
.p-header .p-block.p-block--login-allocation .p-link + .p-link {
	margin-top: 1rem;
}

/*arrow追加*/
.p-link.p-link--header.p-dropdown-language--trigger,
.p-link.p-link--header.p-dropdown-menu--trigger,
.p-link.p-link--header.p-dropdown-mypage--trigger {
	position: relative;
	padding: 1.4rem 2.8rem 1.4rem 1.5rem;
}

.p-link.p-link--header.p-dropdown-language--trigger:after,
.p-link.p-link--header.p-dropdown-menu--trigger:after,
.p-link.p-link--header.p-dropdown-mypage--trigger:after {
	content: "";
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url(../images/parts/icon/i-chevron-right.svg) top left no-repeat;
	background-size: auto;
	transform: rotate(90deg);
}

.p-link.p-link--header.p-dropdown-language--trigger.opened:after,
.p-link.p-link--header.p-dropdown-menu--trigger.opened:after {
	transform: rotate(-90deg);
}

/* SPログインメニュー調整 */
.p-mypage.p-mypage--no-login {
	width: 100%;
}

.p-mypage.p-mypage--no-login .p-mypage__content {
	padding: 3rem 0;
}

/* SPログインメニューボタン調整 */
.p-mypage.p-mypage--no-login .p-link.p-link--arrow {
	padding: 1.9rem 3rem 1.9rem 1.5rem;
}

.p-mypage.p-mypage--no-login .p-link + .p-link {
	margin-top: 0.2rem;
}

/*バーコード*/
.p-barcode {
	padding: 1rem;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.2;
	background: #fff;
	box-sizing: border-box;
}

.device_sp .p-barcode {
	padding: 1rem;
	margin: 0 auto;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.10);
}

.p-barcode .p-barcode__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-barcode .p-barcode__content img {
	width: inherit;
	height: 40px;
}

.device_sp .p-barcode .p-barcode__content img {
	height: 70px;
}

.p-barcode .p-barcode__num {
	font-size: 1.3rem;
	padding-top: 5px;
	display: block;
}

.device_sp .p-barcode .p-barcode__num {
	letter-spacing: 3px;
}

.p-barcode.loading {
	position: relative;
}

.p-barcode.loading::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: url(../images/member/nowloading-pc.gif);
	width: 100%;
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.device_sp .p-barcode.loading::before {
	height: 110px;
	background: url(../images/member/nowloading.gif);
	background-size: cover;
}

/*mypage*/
.p-mypage .p-block.p-block-username {
	padding-bottom: 5px;
}

.p-mypage .p-point {
	margin: 0;
	box-sizing: border-box;
}

.device_sp .p-mypage .p-point {
	margin-top: 10px;
}

.p-mypage .p-point .p-point__head {
	padding-bottom: 5px;
}

.p-mypage .p-point .p-point__content {
	max-width: 55%;
	text-align: right;
}

.p-mypage .p-link.p-link--help .p-link__icon {
	margin-right: 0;
}

.p-mypage .p-tab__contents {
	padding: 2rem 1rem 0.5rem;
	background: #fff;
}

.p-mypage .p-link.p-link--arrow.p-link--ragistration-gray {
	margin-top: 5px;
	font-size: 1.4rem;
}

.device_sp .swiper-container-horizontal>.swiper-pagination-bullets, 
.deivce_sp .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}

.device_sp .p-mypage .p-link.p-link--icon-vertical .p-link__icon {
	max-width: 20px;
}

.device_sp .p-mypage .p-mypage__content {
	padding-top: 0;
	background: #fff;
}

.device_sp .p-mypage .l-container.-bgGray {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f3f3f3;
}

.device_sp .p-mypage .l-container.-bgWhite {
	padding-top: 20px;
	background: #fff;
}

.device_sp .p-block.p-block--ec {
	margin-top: 2rem;
}

.device_sp .p-mypage--other {
	display: flex;
}

.device_sp .p-mypage--other > a {
	width: calc((100% - 4px ) / 3);
	margin-right: 2px;
}

.device_sp .p-mypage--other > a:last-child {
	margin-right: 0;
}

.device_sp .p-block-calendar footer {
	display: none;
}


/* background-color */
.bg-gray {
	padding: 1rem;
	background: #f3f3f3;
}

#result-search.device_pc .bg-gray {
	background: #fff;
}

/* lists */
.p-lists--dot {
	padding: 1rem 0;
}

.p-lists--dot li {
	position: relative;
	padding-left: 1em;
	margin: 2px 0;
}

.p-lists--dot li:before {
	position: absolute;
	content: "・";
	color: #888888;
	top: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.w-100,
.device_sp .mb-w-100 {
	width: 100%;
}

.w-auto,
.device_sp .mb-w-auto {
	width: auto;
}

/* include */
.content.guide-detail .col-main {
	width: 100%;
}

.content.guide-detail h2 {
	display: block;
	font-size: 1.8rem;
	padding: 10px 0 10px 10px;
	margin-bottom: 12px;
	background: url(/include_html/ec/guide/images/bg_detail_h2.gif) left bottom repeat-x;
	border-top: 2px solid #000127;
}

.device_sp .content.guide-detail #main .main-inner > div {
	padding-bottom: 0;
}

.mat20 {
	margin-top: 20px !important;
}

.mat-30 {
	margin-top: -30px !important;
}

.content.guide-detail h3:before {
	content: url(/include_html/ec/guide/images/i_detail_h3.gif);
	padding-right: 8px;
}

.content.guide-detail .content-pageLink {
	margin: 20px 0;
}

.content.guide-detail .content-pageLink li {
	position: relative;
	padding-left: 5px;
}

.content.guide-detail h3 {
	margin-top: 4rem;
	margin-bottom: 1rem;
}

.content.guide-detail h4 {
	font-weight: bolder;
}

.content.guide-detail .content-pageLink li::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: #8a8c97;
	;
	width: 16px;
	height: 16px;
	border-radius: 50%;

}

/* TOPページ
---------------------------------------------*/
.guide-top #main ul.menuBox li {
	float: left;
	width: 47%;
	text-align: left;
	padding-top: 15px;
	border-top: 1px solid #000127;
	line-height: 0;
}

.guide-top #main ul.menuBox li h1 {
	padding: 15px 0 20px 10px;
}


.guide-top #main ul.menuBox li.left {
	margin: 0 3%;
}

.guide-top #main ul.menuBox li a {
	padding-left: 10px;
}

.guide-top #main ul.menuBox li ul {
	margin-top: 7px;
	margin-bottom: 30px;
	padding-left: 15px;
}

.guide-top #main ul.menuBox li ul li {
	float: none;
	border-top: none;
	width: auto;
	line-height: 2em;
	padding: 5px 0;
	position: relative;
}

.guide-top #main ul.menuBox li ul li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 10px;
	margin: auto;
	background: url(../../../../../../static/images/parts/icon/i-chevron-right.svg) top left no-repeat;
	background-size: contain;
}

.guide-top #main ul.menuBox li ul li a {
	display: block;
	padding-bottom: 0;
}

.guide-top #main ul.menuBox:after {
	display: block;
	clear: both;
	content: "";
}

@media (max-width: 768px) {
	.guide-top #main ul.menuBox li {
		width: 100%;
	}

	.guide-top #main ul.menuBox li.left {
		margin: 0;
	}

	.guide-top #main ul.menuBox li a {
		line-height: 1.8;
	}

	.guide-top #main ul.menuBox li ul {
		padding-right: 15px;
	}

	.guide-top #main h1 a img {
		margin: 5px 0;
	}
}

/* 詳細ページ共通
---------------------------------------------*/
.s-large {
	font-size: 1.8rem;
}

.s-middle {
	font-size: 1.4rem;
}

.s-small {
	font-size: 1.2rem;
}

.guide-detail #main {
	text-align: left;
}

.guide-detail #main .main-inner {
	padding-left: 30px;
}

.guide-detail #main .pageLink {
	display: block;
	border: 1px solid #e5e5e5;
	margin: 20px 0 30px;
	padding: 15px 0;
}

.guide-detail #main .pageLink li {
	float: left;
	padding-left: 35px;
	margin: 2px 0;
	width: 42%;
	min-width: 240px;
	background: url(../images/arrow_pagelink.gif) 15px center no-repeat;
}

.guide-detail #main .pageLink:after {
	display: block;
	clear: both;
	content: "";
}

.guide-detail #main .content-pageLink li {
	padding-left: 20px;
	margin: 2px 0;
	background: url(../images/arrow_pagelink.gif) left center no-repeat;
}

.guide-detail #main .content-pageLink:after {
	display: block;
	clear: both;
	content: "";
}

.guide-detail #main .intro-list li {
	margin: 5px 0;
}

.guide-detail #main dl dd {
	margin-bottom: 10px;
}

.guide-detail #main .unit {
	display: block;
	margin-bottom: 40px;
}

.guide-detail #main .unit:after {
	display: block;
	clear: both;
	content: "";
}

.guide-detail #main .unit .unit-img {
	float: right;
	width: 55%;
}

.guide-detail #main .unit .unit-img img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.guide-detail #main .unit .unit-txt {
	float: left;
	width: 40%;
	margin-right: 5%;
}

.guide-detail #main ul.reference li {
	margin: 2px 0;
}

.guide-detail #main .notesArea {
	display: block;
	margin-top: 20px;
	padding: 15px;
	background-color: #f3f3f3;
}

.guide-detail #main .disc-list li {
	position: relative;
	padding-left: 1em;
	margin: 2px 0;
}

.guide-detail #main .disc-list li:before {
	position: absolute;
	content: "・";
	color: #888888;
	top: 10px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.guide-detail #main .disc-list.red li {
	color: #cc0000;
}


a.txt-link {
	color: #e56767;
	text-decoration: underline;
}

.attention {
	font-size: 1.4rem;
	color: #8a8c97;
}

.guide-detail #main .attention-list li {
	position: relative;
	padding-left: 1.2em;
	margin: 3px 0;
	font-size: 1.4rem;
	color: #8a8c97;
}

.guide-detail #main .attention-list li:before {
	position: absolute;
	content: "※";
	top: 12px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.guide-detail #main .process-list {
	counter-reset: number;
	list-style-type: none;
	margin-top: 10px;
}

.guide-detail #main .process-list > li {
	position: relative;
	padding-left: 35px;
}

.guide-detail #main .process-list > li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #000127;
	color: white;
	font-family: 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	border-radius: 50%;
	top: 13px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.guide-detail #main .description-list dt {
	position: relative;
	padding: 0 0 0.3em 1em;
	color: #000127;
	font-weight: bold;
}

.guide-detail #main .description-list dd {
	padding-left: 1em;
}

.guide-detail #main .description-list dt:before {
	position: absolute;
	content: "・";
	color: #888888;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}

.guide-detail #main dl.tel-area {
	color: #cc0000;
}

.guide-detail #main dl.tel-area dt {
	font-weight: bold;
}

.guide-detail #main .scroll-table {
	position: relative;
	overflow-x: auto;
	width: 100%;
}

.guide-detail #main .scroll-table table.guide-table {
	min-width: 490px;
}

.guide-detail #main table.guide-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #e1e1e1;
}

.guide-detail #main table.guide-table th {
	padding: 3px 6px;
	background: #515151;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #515151;
	border-right: 1px solid #797979;
	border-bottom: 2px solid #b5b5b5;
}

.guide-detail #main table.guide-table td.gnr {
	font-weight: bold;
	color: #000127;
	min-width: 70px;
}

.guide-detail #main table.guide-table td {
	padding: 8px;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
}

.guide-detail #main table.guide-table td.stor {
	text-align: center;
	width: 10%;
}

.guide-detail #main table.gray-table {
	width: 100%;
}

.guide-detail #main table.gray-table tr:nth-child(2n+1) td,
.guide-detail #main table.gray-table tr:nth-child(2n+1) th {
	background: #f0f0f0;
}

.guide-detail #main table.gray-table tr th {
	padding: 8px;
	min-width: 80px;
}

.guide-detail #main table.gray-table tr td {
	padding: 8px;
}

@media (max-width: 768px) {
	.guide-detail #main .main-inner {
		padding-left: 0;
	}

	.guide-detail #main .unit .unit-txt {
		float: none;
		width: 100%;
	}

	.guide-detail #main .unit .unit-img {
		float: none;
		margin: 20px 0;
		width: 100%;
	}

	.guide-detail #main p.scroll-table-caution {
		margin-top: 15px;
		color: #532e10;
	}
}


/* sidebar
---------------------------------------------*/
#sidebar {
	border-top: 1px solid #000127;
	background-color: #f3f3f3;
	text-align: left;
}

#sidebar li {
	border-bottom: 2px solid #fff;
}

#sidebar li > ul li {
	margin-top: 5px;
	border-bottom: none;
}

#sidebar li a {
	display: block;
	padding: 12px 30px 12px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #333333;
	zoom: 1;
	position: relative;
}

#sidebar li a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 1.55rem;
	bottom: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	background: url(../../../../../../static/images/parts/icon/i-chevron-right.svg) top left no-repeat;
	background-size: auto;
}

#sidebar li ul {
	padding-bottom: 15px;
	width: auto;
	;
}

#sidebar li ul li {
	padding-left: 30px;
	background: none;
}

#sidebar li ul li a {
	font-weight: normal;
	zoom: 1;
	padding: 0;
	background: none;
}


/* 会員登録について (grobal.cssの打ち消し)
---------------------------------------------*/
#main #termMain h2 {
	background: url(../images/bg_detail_h2.gif) left bottom repeat-x;
}

#main #termMain {
	width: inherit;
	margin: inherit;
	padding-bottom: inherit;
}

/* アイテムについて
---------------------------------------------*/
.guide-detail #main #virtusize img {
	width: 100%;
	height: auto;
}

.guide-detail #main #virtusize .process-list > li {
	margin-top: 50px;
}

.guide-detail #main #con table.article-rank-table td.rank {
	text-align: center;
	color: #000127;
	font-weight: bold;
}

.guide-detail #main #con table.article-rank-table .rank {
	min-width: 60px;
}

@media (max-width: 768px) {
	.guide-detail #main #virtusize .video {
		width: 100%;
		height: auto;
	}

	.guide-detail #main #virtusize .video iframe {
		width: 100%;
		height: auto;
	}

	.guide-detail #main #chrt img {
		width: 100%;
		height: auto;
	}
}


/* お支払いについて
---------------------------------------------*/
.guide-detail #main dl.available-crdt-list {
	margin: 20px 0;
}

.guide-detail #main dl.available-crdt-list dt {
	color: #532e10;
	font-weight: bold;
	margin-bottom: 10px;
}

.guide-detail #main dl.available-crdt-list dd {
	float: left;
	margin: 0 8px 0 0;
}

.guide-detail #main #shop .jaccs-list {
	display: flex;
}

.guide-detail #main #shop .jaccs-list > p {
	margin-right: 20px;
}

.guide-detail #main .conv-unit {
	display: table;
	width: 100%;
	margin-top: 10px;
}

.guide-detail #main .conv-img {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
	padding-right: 15px;
}

.guide-detail #main .conv-txt {
	display: table-cell;
	vertical-align: middle;
}

.guide-detail #main .conv-unit dt {
	font-weight: bold;
}

.guide-detail #main .conv-unit dd {
	margin-bottom: 0;
}

.guide-detail #main #paypal dl dt,
.guide-detail #main #amazon dl dt,
.guide-detail #main #rcpt dl dt {
	font-weight: bold;
	margin: 20px 0 5px 0;
}

.guide-detail #main #amazon dl dd,
.guide-detail #main #rcpt dl dd {
	margin-bottom: 0;
}

.guide-detail #main #conveni {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.guide-detail #main #conveni > h1 {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
}

.guide-detail #main #conveni > p {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}

.guide-detail #main .process-list.conv-flow dt {
	font-weight: bold;
}

.guide-detail #main .process-list.conv-flow li {
	margin-top: 20px;
}

.guide-detail #main .process-list.conv-flow .conv-flow-img {
	text-align: center;
}

@media (max-width: 768px) {

	.guide-detail #main #shop .jaccs-list,
	.guide-detail #main #conveni,
	.guide-detail #main #conveni > h1,
	.guide-detail #main #conveni > p {
		display: block;
	}

	.guide-detail #main #shop .jaccs-list > ul {
		margin-bottom: 20px;
	}

	.guide-detail #main #amazon img,
	.guide-detail #main .process-list.conv-flow img {
		width: 100%;
		height: auto;
	}

	.guide-detail #main #conveni > h1 > img {
		max-width: 300px;
		margin-bottom: 10px;
	}
}

/* 返品・交換について
---------------------------------------------*/
.guide-detail #main table.guide-table.return .ptn {
	text-align: center;
	min-width: 25px;
	font-weight: bold;
}

.guide-detail #main table.guide-table.return .exp {
	text-align: center;
	min-width: 45px;
}

.guide-detail #main .return-flow li {
	margin-bottom: 15px;
}

.guide-detail #main .return-tel dl {
	display: table;
}

.guide-detail #main .return-tel dt {
	display: table-cell;
	width: 100px;
	font-weight: bold;
}

.guide-detail #main .return-tel dd {
	display: table-cell;
}

.guide-detail #main span.phone-number {
	font-weight: bold;
	padding-right: 10px;
}

@media (max-width: 768px) {
	.guide-detail #main .return-flow li img {
		width: 100%;
		height: auto;
	}
}

/* その他
---------------------------------------------*/
.guide-detail #main table.gray-table.etc th {
	width: 24%;
	min-width: 120px;
}

.guide-detail #main #old.old-permission dl {
	display: table;
}

.guide-detail #main #old.old-permission dt {
	display: table-cell;
	width: 160px;
}

.guide-detail #main #old.old-permission dd {
	display: table-cell;
}

.guide-detail #main .aacd-unit {
	display: table;
}

.guide-detail #main .aacd-unit p {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}

.guide-detail #main #repairMain ul.foot-logo {
	margin-top: 20px;
	float: right;
}

/* 個人情報保護方針 (grobal.cssの打ち消し)*/
.guide-detail #main #privacyMain {
	width: inherit;
	margin: inherit;
	padding-bottom: inherit;
}

/* コンビニでのお支払い方法 */
.guide-detail .flow {
	margin: 40px 0;
}

.guide-detail .flow li {
	display: flex;
}

.guide-detail .flow .img-area {
	display: inline-block;
	margin-right: 20px;
	width: 40%;
}

.guide-detail #main .flow .img-area img {
	width: 100%;
}

.guide-detail .flow .text-area {
	display: inline-block;
}

@media (max-width: 768px) {
	.guide-detail .flow li {
		display: block;
	}

	.guide-detail .flow .text-area {
		display: block;
		width: 100%;
		margin-bottom: 50px !important;
	}

	.guide-detail .flow .img-area {
		display: block;
		width: 100%;
	}
}

/* プレミアムラング */
.p-label.p-label--premium {
	display: inline-block;
	padding: .3rem .6rem;
	margin-right: 0.3rem;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	background: #D2A765;
}

.p-label.p-label--premium .p-label__icon {
	width: 16px;
	height: 17px;
	margin-right: 0.3rem;
}

.p-slideupmenu .p-logo.p-logo--menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 2px 10px;
	background: #fff;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.p-slideupmenu-nav-item {
	width: 40px;
	height: 46px;
}

.p-slideupmenu-nav-item:first-of-type,.p-slideupmenu-nav-item:nth-of-type(2) {
	margin-right: .4rem;
	padding: 1rem 0.5rem 0.5rem;
}

.p-slideupmenu-nav-item:first-of-type .p-link__icon,.p-slideupmenu-nav-item:nth-of-type(2) .p-link__icon {
	width: auto;
	height: 15px;
	margin-bottom: 3px;
}

.p-slideupmenu.js-menuShow .p-button.p-button--menu .p-button__icon .p-button__icon__line:last-of-type {
	display: none;
}

.p-slideupmenu.js-menuShow .p-button.p-button--menu .p-button__icon .p-button__icon__line:first-of-type,
.p-slideupmenu.js-menuShow .p-button.p-button--menu .p-button__icon .p-button__icon__line:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.p-slideupmenu.js-menuShow .p-button.p-button--menu .p-button__icon .p-button__icon__line:first-of-type {
	transform: rotate(45deg);
}

.p-slideupmenu.js-menuShow .p-button.p-button--menu .p-button__icon .p-button__icon__line:nth-of-type(2) {
	transform: rotate(-45deg);
}

.p-slideupmenu .p-logo.p-logo--menu + * {
	padding-top: 60px;
}

.p-slideupmenu-nav {
	display: flex;
}

.p-block.p-block--cart-allocation-menu {
	position: absolute;
	top: 54px;
	right: 38px;
	display: none;
	width: 225px;
	padding: 2rem;
	background: #fff;
	box-shadow: 0 2px 8px rgba(77, 77, 77, 0.4);
}

.p-block.p-block--cart-allocation-menu.js-active {
	display: block;
	animation: show-cart-allocation .2s linear 0s;
}

.p-block.p-block--cart-allocation-menu > .p-block:after {
	position: absolute;
	z-index: 0;
	content: "";
	top: -32px;
	right: -14px;
	width: 30px;
	height: 22px;
	border-top: 0 solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 22px solid #fff;
	border-left: 20px solid transparent;
}

.p-block.p-block--cart-allocation-menu .p-link {
	background: #f3f3f3;
}

.p-block.p-block--cart-allocation-menu .p-link .p-badge {
	position: absolute;
	top: -0.8rem;
	right: -0.8rem;
}

.p-slideupmenu .p-block.p-block--language {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

.p-slideupmenu .p-block.-list {
	padding-top: 10px;
}

.p-link--lang::before {
	content: "";
	background: url(../images/parts/icon/i-global_gray.svg) no-repeat;
}

/* タブスタイル */

.p-block .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 50px;
}
.p-block .nav-list > *.active {
  width: 74%;
  background: #fff;
  color: #424242;
  padding: 18px 0 15px;
}
.p-block .nav-list > * {
  width: 25%;
  border: 1px solid #a4a7ae;
  border-bottom: 0;
  padding: 18px 0 15px;
  background: #a4a7ae;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.device_sp .p-block .nav-list > * {
	width: 33%;
	font-size: 12px;
}
.device_sp .p-block .nav-list > *.active {
	width: 66%;
	font-size: 16px;
}
.p-block .nav-list > *.active::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #a4a7ae;
}
.p-block .nav-list > * a {
  color: #fff;
  line-height: 1.3;
}
.p-block .nav-list > * a:hover {
  opacity: 1;
}

.device_sp .p-block .nav-list {
	margin-bottom: 30px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.device_sp .p-block .nav-list > *.active::after {
  bottom: 10px;
}

#result-search .p-block .nav-list > * a span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
}

#result-search .p-block .nav-list > *.active {
	width: 74%;
    background: #fff;
    color: #424242;
    padding: 25px 0 20px;
}

#result-search .p-block .nav-list > * {
    width: 25%;
    border: 1px solid #a4a7ae;
    border-bottom: 0;
    padding: 10px 0;
    background: #a4a7ae;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.device_sp#result-search .p-block .nav-list > *{
	width: 33%;
	font-size: 12px;
}

.device_sp#result-search .p-block .nav-list > *.active{
	width: 66%;
	font-size: 16px;
}


.coordArea {
	margin-top: 130px !important;
}
.staff_detail {
	display: flex;
	line-height: 1.3;
	align-items: center;
	margin: 8px 0 5px;
}
.staff_detail dl {
	margin-left: 5px;
}
.staff_detail dt {
	color: #000127;
	font-size: 1.4rem;
}
.staff_detail dd {
	color: #8a8c97;
	font-size: 1.2rem;
}
.staff_detail .thumb  {
	max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.device_sp .coordArea {
	margin-top: 100px !important;
}
.device_sp .coordArea .l-container {
	padding: 0;
}

.device_sp .staff_detail {
	margin: 5px 7px;
}

.device_sp .p-lists.p-lists--col5 > .p-lists__item {
	width: calc((100% / 2) - 0.5rem);
	margin-right: 1rem;
}

.p-title.closetext {
	width: 70%;
    margin: 0 auto;
	text-align: left;
}

.device_sp .p-mypage .l-main.page-home {
	margin-top: 0 !important;
}

.p-common-bnr {
  height: 70px !important;
}
@media screen and (max-width: 767px) {
  .p-common-bnr {
    height: 42.5px!important;
  }
}

/*Firework社動画*/
fw-embed-feed {
	margin-top: 5rem;
}

@media print {
	fw-embed-feed {
		display: none;
	}
}

/*注文詳細*/
.p-list__hand_over {
	border-top: 1px solid #e3e3e8;
	margin-top: 10px;
	padding-top: 10px;
}

/*言語切り替え*/
.wovn-languages {
	position: relative;
}

.wovn-lang-list {
	display: none;
	position: absolute;
	top: 50px;
	left: -107px;
	z-index: 100;
	cursor: pointer;
	background: #f3f3f3;
	width: 106px;
	padding: 15px;
}

.device_sp .wovn-lang-list {
	top: 5px;
	left: -15px;
}

/*店舗地図モーダル*/
.shop_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.modal_contents {
    background: #fff;
    width: 1176px;
    height: 70%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow-y: scroll;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.device_sp .modal_contents {
    width: 90%;
    padding-bottom: 4rem;
}

.shop_modal .modal_inner {
    width: 578px;
}

.device_sp .shop_modal .modal_inner {
    width: 90%;
}

.shop_modal .modal_contents .grey_area {
    background: #f3f3f3;
    padding: 10px;
    margin: 10px auto;
}

.shop_modal .modal_contents .shop_address {
    color: #8a8c97;
    margin: 10px auto;
}

.shop_modal .modal_contents iframe {
    margin: 2rem auto;
}

.shop_modal .p-contactbox > .p-contactbox__item {
    background: none;
}

.shop_modal .modal_contents button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding: 1.5rem;
    color: #424242;
    background: #f3f3f3;
    border: 1px solid #e3e3e8;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1.5rem 20rem;
    margin: 20px auto;
}

.device_sp .shop_modal .modal_contents button {
    width: 100%;
    padding: 1rem 0;
    margin: 0;
}

.shop_modal .p-modal__content {
    position: relative;
    padding: 7rem 4rem;
    overflow: auto;
}

.device_sp .shop_modal .p-contactbox > .p-contactbox__item {
    padding: 1rem;
}

@page {
	margin: 0mm 5mm;
	size: A4 landscape;
}

@media print {
	body {
		padding-top: 5mm;
		width: 210mm;
		height: 297mm;
	}

	header {
		display: none;
	}

	.p-block.p-block--navigation {
		display: none;
	}
}