@charset "utf-8";
* {
	-webkit- box-sizing:border-box;
	box-sizing:border-box;
}
html {
	-webkit-text-size-adjust: 100%
}
body {
	width: 100%;
	margin: 0 auto;
	font-family: kozuka-gothic-pr6n, sans-serif;
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','kozuka-gothic-pr6n',sans-serif;*/
	color: #676767;
	min-width: 1300px;
	line-height: 1.4;
}
h2,h3,h4,h5,p {
	font-weight: normal;
}
a {
	color: #676767;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	object-fit: cover
}
.wrapper {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.flexBox {
	width: 100%;
	display: -webkit-box;	 /* old Android */
	display: -webkit-flex;	/* Safari etc. */
	display: -ms-flexbox;	 /* IE10		*/
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
/*----------------------------------*/
/*----------	topNav	----------*/
/*----------------------------------*/
#topNav h2 {
	width: 100%;
	text-align: center;
	padding: 12px 0 10px;
	z-index: 1;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}
#topNav .has-sub h2 {
	padding: 13px 0;
}
#topNav h2 img {
	width: 250px;
	padding: 15px 0;
}
#topNav .nav {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
#topNav .nav > li {
	position: relative;
	width: calc((100% - 3px ) / 4);
	transition: .3s;
	border: 1px solid #CECECE;
}
#topNav .nav ul li a {
	display: block;
	padding: 10px;
	text-align: center;
	z-index: 1;
	font-size: 13px;
	font-weight: 500;
}
#topNav li {
	z-index: 3;
}
#topNav li.has-sub .sub {
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	width: 100%;
	z-index: 3;
	margin-top: 15px;
	border-top: 1px solid #CECECE;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
#topNav li.has-sub .sub li {
	color: #676767;
	background: #fff;
}
#topNav li.has-sub .sub li a {
	text-align: left;
	padding-left: 10px
}
#topNav li.has-sub .sub > li > a {
	color: #676767;
	border-bottom: 1px solid #CECECE;
}
#topNav li.has-sub .sub > li > a:hover {
	background-color: #EFF4F9;
	opacity: 1;
	color: #676767;
}
#topNav li.has-sub:hover,
#topNav li.has-sub > h2.active {
	color: #fff;
}
#topNav li.has-sub.cate01:hover,
#topNav li.has-sub.cate01 > h2.active {
	background: #8B78A5;
}
#topNav li.has-sub.cate02:hover,
#topNav li.has-sub.cate02 > h2.active {
	background: #123A59;
}
#topNav li.has-sub.cate03:hover,
#topNav li.has-sub.cate03 > h2.active {
	background: #6D3114;
}
#topNav li.has-sub.cate04:hover,
#topNav li.has-sub.cate04 > h2.active {
	background: #D28A48;
}
#topNav li.has-sub.cate05:hover,
#topNav li.has-sub.cate05 > h2.active {
	background: #3A3E35;
}
#topNav li.has-sub a:hover {
	background: #CDDCEB;
	color: #fff;
}
/*  accordion  */
#topNav .accordion {
	display: block;
	width: 100%;
}
#topNav .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #CECECE;
}
#topNav .head h2 {
	display: block;
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}
#topNav .head:hover {
	background-color: #EFF4F9;
	opacity: 1;
	color: #676767;
}
#topNav .button {
	position: relative;
	display: contents;
}
#topNav .button:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 13px;
	height: 1px;
	background: #676767;
	transform: translateY(-50%);
}
#topNav .button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 26px;
	width: 1px;
	height: 13px;
	background: #676767;
	transform: translateY(-50%);
	transition: .3s;
}
#topNav .button.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}
#topNav .accordion {
	position: relative;
}
#topNav .content {
	display: none;
	position: absolute;
	top: 0;
	left: 249px;
	width: 249px;
	height: auto;
	z-index: 99;
}
#topNav .last .content {
	left: -249px;
}
#topNav .list + .list {
	border-top: 1px solid #CECECE;
}
#topNav .list a{
	font-size: 11px;
	padding: 14px;
	background: #E6F0F4;
}

/*-----	 item	 -----*/
#item.inner {
	width: 1000px;
}
#item.inner img {
	width: auto;
}
.overlay {
	background: rgba(0,0,0,0.5);
	height: 100vh;
}
.bgBlack {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.25);
}
.bgBlack.active {
	display: block;
}

/*-----	 breadcrumb	 -----*/
ul#breadcrumb_list {
	padding: 40px 0 20px;
	font-size: 13px;
}

/*----------------------------------------*/
/*----------	patternOrder	----------*/
/*----------------------------------------*/
#patternOrder #topNav .nav > li.cate02 {
	background: #123A59;
	color: #fff;
}
#patternOrder .businessbag ul {
	justify-content: space-between;
	padding: 0;
	margin-bottom: 50px;
}
#onlyOne .only ul,
#museumLine .museum ul {
	justify-content: space-between;
	padding: 0 4%;
}
#patternOrder .businessbag ul li {
	width: calc((100% - 60px) / 4);
	padding: 0 0 10px 0;
}
#patternOrder .businessbag figure figcaption,
#onlyOne .only figure figcaption,
#museumLine .museum figure figcaption {
	margin-bottom: 20px;
}
#patternOrder .businessbag figure figcaption dl dt,
#onlyOne .only figure figcaption dl dt,
#museumLine .museum figure figcaption dl dt {
	margin-top: -7px;
	font-size: 12px;
	padding-top: 7px;
}
#patternOrder .businessbag figure figcaption dl dd,
#onlyOne .only figure figcaption dl dd,
#museumLine .museum figure figcaption dl dd {
	font-size: 14px;
	color: #638EBA;
	text-align: right;
}
li figure img {
	background: #608DC4;
}
#sample li figure {
	background: #fff;
}
li figure figcaption,
li figure img {
	background: #fff;
}
figure img:hover {
	 opacity: 0.5;
	 z-index: 2
}
/*-----------------------------------*/
/*----------	onlyOne	----------*/
/*-----------------------------------*/
#onlyOne .only .contBox  ul.selectBox,
#museumLine .museum .contBox  ul.selectBox {
	position: relative;
}
#onlyOne .only .contBox ul.selectBox li,
#museumLine .museum .contBox ul.selectBox li {
	width: initial;
	position: absolute;
	bottom: 6px;
	right: -60px;
}
#onlyOne .only .contBox ul.selectBox li:first-child,
#museumLine .museum .contBox ul.selectBox li:first-child {
	width: initial;
	position: absolute;
	bottom: 6px;
	right: 37px;
}
#onlyOne #topNav .nav > li.cate03 {
	background: #6D3114;
}
#onlyOne #topNav .nav > li.cate03 a {
	color: #fff;
}
#onlyOne .only .inner div.contBox,
#museumLine .museum .inner div.contBox {
	flex-direction: column;
}
#onlyOne .only .inner .contBox,
#museumLine .museum .inner .contBox {
	padding: 45px 55px;
}
#onlyOne .only h3,
#museumLine .museum h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
#onlyOne .only p,
#museumLine .museum p {
	font-size: 18px;
}
#onlyOne .only ul li,
#museumLine .museum ul li {
	width: calc((100% - 60px) / 3);
}
#onlyOne .only .selectBox,
#museumLine .museum .selectBox {
	position: relative;
}
#onlyOne .only .selectBox ul,
#museumLine .museum .selectBox ul {
	justify-content: flex-end;
	bottom: 10px;
	right: 40px;
	padding: 0;
}
#onlyOne .only .selectBox ul li,
#museumLine .museum .selectBox ul li {
	width: auto;
}
/*--------------------------------------*/
/*----------	museumLine	----------*/
/*--------------------------------------*/
#museumLine #topNav .nav > li.cate04 {
	background: #D28A48;
}
#museumLine #topNav .nav > li.cate04 a {
	color: #fff;
}

/*------------------------------------*/
/*----------	category	----------*/
/*------------------------------------*/
#category #topNav h2,
#flow #topNav h2,
#sample #topNav h2 {
	/*margin-bottom: 68px;*/
}
#category .category .inner {
	width: 435px;
	margin: 0 auto;
}
#category h3,
#flow h3,
#sample h3 {
	text-align: center;
	font-size: 25px;
	padding-bottom: 25px;
}
#category ul,
#flow ul {
	margin-bottom: 40px;
}
#category div > ul > li,
#flow div > ul > li,
#sample div > ul > li {
	padding: 40px 0 30px;
	width: 100%;
}
.underline {
	border-bottom: 1px solid #CECECE;
}
#category .category {
    margin-bottom: 60px;
}
#category .category dl dt {
	text-align: center;
	font-size: 20px;
	color: #638EBA;
	margin-bottom: 20px;
}
#category .category dl dd {
	font-size: 13px;
	line-height: 2.2;
}

#category div > ul#breadcrumb_list li,
#sample div > ul#breadcrumb_list li {
	width: auto;
    padding: 0;
}
/*--------------------------------*/
/*----------	flow	----------*/
/*--------------------------------*/
#flow .inner,
#sample .inner,
#category .inner {
	width: 880px;
	max-width: 100%;
	margin: 0 auto;
}
#flow .flow dl,
#sample .sample dl {
	width: 100%;
}
#flow .flow dl dt {
	width: 47%;
	font-size: 20px;
	color: #638EBA;
	padding-left: 27px;
}
#flow .flow dl dt span {
	display: block;
	font-size: 28px;
	padding: 0 0 10px;
}
#flow .flow dl dd {
	width: 53%;
	font-size: 13px;
	line-height: 2;
}
#flow .flow dl dd p,
#sample .sample dl dd p {
	line-height: 2.2;
}
#sample .sample.sample_logo p {
	line-height: 1.6;
}
#sample .sample.sample_logo p.mt20 {
	line-height: 2.2;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt20 {
	margin-top: 20px;
}
.linkBtn {
	width: 100%;
	max-width: 300px;
	height: 54px;
	margin: 60px auto 0;
	text-align: center;
}
.linkBtn a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #638EBA;
	font-size: 18px;
	color: #638EBA;
	padding: 9px 0;
}
.linkBtn a:hover,
.linkBtn button:hover {
	background: #E9EFF7;
}

/*----------------------------------*/
/*----------	sample	----------*/
/*----------------------------------*/
#sample .sample dl dt {
	width: 35%;
	font-size: 25px;
	color: #638EBA;
	padding-left: 20px;
}
#sample .sample dl dd {
	width: 65%;
	font-size: 13px;
	line-height: 1.6;
}
#sample h5 {
	display: block;
	width: 100%;
	font-size: 15px;
	margin-bottom: 15px;
}
#sample .sample figcaption dl {
	width: 100%;
	margin-top: 10px;
}
#sample .sample figcaption dl dt,
#sample .sample figcaption dl dd {
	width: 100%;
	display: block;
	color: #676767;
}
#sample .sample figcaption dl dt {
	text-align: left;
	font-size: 13px;
	padding-left: 0;
}
#sample .sample figcaption dl dd {
	font-size: 10px;
}
#sample .sample figure {
	margin-bottom: 20px;
}
.column02,
.column03 {
	justify-content: space-between;
}
.column02 li {
	width: calc((100% - 40px ) / 2);
}
.column03 li {
	width: calc((100% - 60px ) / 3);
}
.businessbag .inner {
	padding: 0 55px;
}
/*-----  businessbag-detail  -----*/
.businessbag-detail .inner {
	padding: 40px 60px 60px;
}
.businessbag-detail div > ul {
	flex-wrap: nowrap;
	width: 100%;
}
.businessbag-detail ul.slider_thumb.slider {
	width: 515px;
}
.businessbag-detail .leftSide {
	width: 515px;
	max-width: 100%
}
.businessbag-detail .rightSide {
	padding-left: 20px;
	width: 365px;
	max-width: 100%;
}
.businessbag-detail .titleArea {
	border-bottom: 1px solid #CECECE;
	margin-bottom: 25px;
}
.businessbag-detail .titleArea dt {
	font-size: 22px;
	margin-bottom: 10px;
}
.businessbag-detail .titleArea dd {
	font-size: 22px;
	color: #638EBA;
	text-align: right;
}
.businessbag-detail .titleArea dd span {
	font-size: 10px;
}
.businessbag-detail .rightSide p {
	font-size: 13px;
	line-height: 2.2;
	margin-bottom: 30px;
}
.businessbag-detail .leftSide .textArea {
	width: 430px;
}
.businessbag-detail dl.flexBox {
	border-bottom: 1px solid #CECECE;
	font-size: 13px;
	padding: 5px 0;
}
.businessbag-detail dl.flexBox:first-child {
	border-top: 1px solid #CECECE;
}
.businessbag-detail dl.flexBox dt {
	width: 60px;
}
.businessbag-detail div > ul.thumb {
	flex-wrap: wrap;
	justify-content: space-between;
}
.businessbag-detail .thumb li {
	width: calc((100% - 75px ) / 4);
	padding-bottom: 25px;
}
#customer.businessbag-detail .inner,
#procedure.businessbag-detail .inner,
#confirmation.businessbag-detail .inner,
#completion.businessbag-detail .inner {
	padding: 40px 65px;
	width: 480px;
}
#customer.businessbag-detail .inner li.flexBox {
	margin-bottom: 14px;
}
#customer li.flexBox {
	flex-direction: column;
}
#customer p {
	margin-bottom: 25px;
	font-size: 10px;
}
#customer .inner li.flexBox p {
	margin: 10px 0 0 0;
}
#customer label {
	font-size: 13px;
	line-height: 1.8;
}
#customer label span {
	font-size: 10px;
}
#customer form ul {
	margin-bottom: 35px;
}
.linkBtn-detail {
	width: 100%;
	max-width: 165px;
	height: 29px;
	margin: 20px auto;
	text-align: center;
}
.linkBtn-detail a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #638EBA;
	font-size: 11px;
	color: #638EBA;
	padding: 7px 0;
}
.linkBtn-detail a:hover,
.linkBtn-cart a:hover,
.linkBtn-cart button:hover {
	background: #E9EFF7;
}
.linkBtn-detail.like a {
	padding: 7px 12px 7px 0;
}
.buyBtn {
	width: 100%;
	max-width: 100%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.buyBtn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	background: #638EBA;
	padding: 15px 28px 15px 0;
}
.buyBtn a:hover,
.buyBtn-cart a:hover {
	background: #123A59;
}
.blue a {
	color: #638EBA;
	font-size: 13px;
}
.businessbag-detail ul.flexBox .like a {
	position: relative;
}
.businessbag-detail ul.flexBox .like a:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	right: 28px;
	background: url(../img/patternorder/pc/detail/like.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.businessbag-detail .buyBtn a {
	position: relative;
}
.businessbag-detail .buyBtn a:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 10px;
	right: 90px;
	background: url(../img/patternorder/pc/detail/cart.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#order .rightSide ul.flexBox {
	flex-wrap: wrap;
	margin-bottom: 47px;
}
#breadcrumb_area {
	position: relative;
	padding: 0;
}
#flow ul#breadcrumb_list {
	margin-bottom: 10px;
}
#flow div > ul#breadcrumb_list > li {
	padding: 0;
	flex-wrap: nowrap;
	width: auto;
}
.linkBtn-cart {
	width: 100%;
	height: 35px;
	margin: 27px auto;
	text-align: center;
	font-size: 13px;
}
.linkBtn-cart a,
.linkBtn-cart button {
	display: block;
	width: 180px;
	height: 100%;
	border: 1px solid #638EBA;
	font-size: 13px;
	padding: 7px 0;
	color: #638EBA;
	margin: 0 auto;
	background: #fff;
}
.container select {
	display: block;
	width: 180px;
	height: 100%;
	border: 1px solid #707070;
	font-size: 13px;
	padding: 8px 12px 8px 0;
	color: #638EBA;
	margin: 0 auto;
	text-align: center;
	color: #676767;
}
.container {
	position: relative;
}
.container select {
	-webkit-appearance: none;
	appearance: none;
}
.container select::-ms-expand {
	display: none;
}
.container::before {
	border-bottom: 6px solid #707070;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	position: absolute;
	right: 110px;
	top: 7px;
	width: 0;
}
.container::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #707070;
	content: "";
	position: absolute;
	right: 110px;
	top: 15px;
	width: 0;
}
.container select:hover {
	background: #E9EFF7;
}
.container select option {
	background: #fff;
	text-align: center;
	max-width: 165px;
}
.selectBox {
	padding: 0 55px;
}
.selectBox ul {
	justify-content: flex-end;
	position: absolute;
	bottom: 20px;
	right: 55px
}
.selectBox .container::before {
	right: 5px;
	bottom: 15px
}
.selectBox .container::after {
	right: 5px;
	bottom: 6px;
}
.selectBox li:first-child .container::before {
	right: 5px;
	bottom: 15px;
}
.selectBox li:first-child .container::after {
	right: 5px;
	bottom: 6px;
}
.selectBox .container select {
	width: 100%;
	padding: 6px 15px 7px 5px;
	font-size: 11px;
}
.selectBox li:first-child .container select {
	padding: 6px 20px 7px 10px;
}
.selectBox ul li:nth-child(2) {
	margin-left: 10px;
}
.buyBtn-cart {
	width: 100%;
	max-width: 100%;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.buyBtn-cart a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	background: #638EBA;
	padding: 15px 0;
}
.businessbag-detail .rightSide .linkBtn-cart p {
	margin-bottom: 5px;
}
.cartNav {
	width: 606px;
	margin: 0 auto;
	max-width: 100%;
	padding-right: 10px;
}
.w265 {
	width: 265px;
	height: 22px;
}
.w350 {
	width: 350px;
	height: 22px;
}
.next {
	width: 350px;
	max-width: 100%;
	height: 50px;
	background: #638EBA;
	color: #fff;
	border: none;
	font-size: 16px;
	margin: 0px 165px;
}
.next:hover {
	background: #36618D;
}
.contact .next {
	display: block;
	width: 350px;
	max-width: 100%;
	height: 70px;
	background: #fff;
	color: #676767;
	font-size: 13px;
	border: 1px solid #676767;
	margin: 0 auto;
	border-radius: 0;
}
/*----------------------------------*/
/*----------	contact	----------*/
/*----------------------------------*/
#contact #topNav h2 img {
	width: 100%;
	padding: 0;
}
#contact .contact .inner {
	padding: 20px 160px 60px;
}
.contact h3 {
	font-size: 26px;
}
.contact p {
	font-size: 16px;
	line-height: 2;
}
.contact li {
	margin-bottom: 20px;
	flex-direction: column;
}
.contact dl {
	font-size: 20px;
}
textarea {
	width: 350px;
	height: 184px;
}
.textC {
	text-align: center;
}
.arroeP {
	position: relative;
}
.arroeP a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 6px;
	right: inherit;
	width: 17px;
	height: 17px;
	background: url(/img/contact/arrow_p.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width: 750px) {
	body {
		min-width: auto;
	}
	#topNav .acbtn {
		position: relative;
		border-top: 1px solid #CECECE;
		border-bottom: 1px solid #CECECE;
	}
	#topNav .acbtn h3 {
		text-align: center;
		padding: 16px 0;
		/* background: #F0F0F0; */
		position: absolute;
		right: calc(50% - 40px);
		top: 0;
	}
	#topNav .nav {
		display: flex;
		flex-direction: column;
	}
	#topNav .nav > li {
		width: 100%;
		border-left: none;
		border-right: none;
		z-index: 1;
	}
	#topNav .nav > li.has-sub.acd.active {
		z-index: 6 !important;
	}
	#topNav li h2 {
		text-align: left;
		padding: 16px;
	}
	#topNav .has-sub h2 {
		padding: 16px 30px;
		background: #fff;
		color: #676767;
	}
	#topNav .head {
		display: block;
	}
	#topNav .head h2 {
		padding: 16px 45px;
	}
	#topNav h2.active ul {
		display: contents;
	}
	#patternOrder #topNav .nav > li.cate02,
	#onlyOne #topNav .nav > li.cate03,
	#museumLine #topNav .nav > li.cate04 {
		background: #fff;
		color: #676767;
	}
	#topNav li.has-sub .sub li a {
		padding: 16px 45px;
	}
	#topNav li.has-sub .sub li.list a {
		padding: 16px 60px;
	}
	#topNav .nav > li {
		border-top: none;
	}
	#topNav .acbtn .button {
		position: relative;
	}
	#topNav .has-sub > h2:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 13px;
		height: 1px;
		background: #454545;
		transform: translateY(-50%);
	}
	#topNav .has-sub > h2:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 26px;
		width: 1px;
		height: 13px;
		background: #454545;
		transform: translateY(-50%);
		transition: .3s;
	}
	#topNav .has-sub > h2.active:before,
	#topNav .has-sub > h2.active:after {
		background: #fff;
		color: #fff;
	}
	#topNav .has-sub > h2.open:after,
	#topNav .has-sub > h2.active:after {
		top: 25%;
		opacity: 0;
		transform: rotate(90deg);
		color: #fff;
	}
	#topNav .content {
		top: 50px;
		left: 0;
		width: 100%;
	}
	#topNav .last .content {
		left: 0;
	}
	#topNav li.has-sub.cate01:hover,
	#topNav li.has-sub.cate03:hover,
	#topNav li.has-sub.cate04:hover {
		background: #638EBA;
	}
	/*-----	 item	 -----*/
	#item.inner {
		width: 100%;
	}
	#item.inner img {
		width: 100%;
    height: 100%;
    margin: auto;
    display: block;
	}
	#item p {
		font-size: 9px;
		text-align: center;
		padding: 5% 3% 0;
	}
	#item {
		margin-bottom: 100px;
	}
	/*-----	 pagetop	 -----*/
	#pagetop img {
		width: 47px;
	}
	#pagetop a {
		position: fixed;
		right: 10px;
		bottom: 100px;
		transition: 1s;
		z-index: 10;
	}
	#pagetop a:hover {
		opacity: 0.75;
	}
	/*-----	 patternOrder / onlyOne / museumLine	 -----*/
	.selectBox .container select {
		padding: 3px 0px 3px 0;
		font-size: 8px;
	}
	.selectBox .container select option {

}
	.selectBox li:first-child .container select {
		padding: 3px 12px 3px 3px;
	}
	.selectBox .container::before {
		border-bottom: 5px solid #CECECE;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		left: 40px;
		top: 3px;
	}
	.selectBox .container::after {
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 5px solid #CECECE;
		left: 40px;
		top: 10px;
	}
	.selectBox li:first-child .container::before {
		left: 27px;
		top: 3px;
	}
	.selectBox li:first-child .container::after {
		left: 27px;
		top: 10px;
	}
	#onlyOne .only .inner .contBox,
	#museumLine .museum .inner .contBox {
		padding: 4% 4% 10%;
	}
	#onlyOne .only h3, #museumLine .museum h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#onlyOne .only p,
	#museumLine .museum p {
		font-size: 10px;
	}
	#patternOrder .businessbag ul,
	#onlyOne .only ul,
	#museumLine .museum ul {
		margin-bottom: 20px;
	}
	#onlyOne .only .selectBox ul,
	#museumLine .museum .selectBox ul {
		bottom: -10px;
		right: 15px;
	}
	#onlyOne .only ul li,
	#museumLine .museum ul li {
		width: 100%;
	}
	#patternOrder .businessbag figure figcaption dl dt,
	#onlyOne .only figure figcaption dl dt,
	#museumLine .museum figure figcaption dl dt {
		font-size: 12px;
	}
	#patternOrder .businessbag figure figcaption dl dd,
	#onlyOne .only figure figcaption dl dd,
	#museumLine .museum figure figcaption dl dd {
	font-size: 15px;
	}
	#patternOrder .businessbag ul li {
		width: calc((100% - 20px) / 2);
	}
	#breadcrumb_area ul#breadcrumb_list {
		padding: 0 0 20px;
		font-size: 8px;
	}
	ul#breadcrumb_list {
		padding: 10px 25px 25px;
		font-size: 8px;
	}
	#category #topNav h2,
	#flow #topNav h2,
	#sample #topNav h2 {
		margin-bottom: 0;
	}
	#flow .flow dl dt,
	#flow .flow dl dd {
		width: 100%;
	}
	#flow .flow dl dt {
		padding-left: 0;
	}
	#flow .flow dl dd p,
	#sample .sample dl dd p {
		padding-right: 0;
		font-size: 10px;
	}
	#flow .flow dl dt span {
		display: initial;
	}
	.linkBtn {
		max-width: 165px;
		height: 35px;
		margin: 30px auto 0;
	}
	.linkBtn a {
		font-size: 12px;
		padding: 9px 0;
	}
	#category .inner {
		width: 100%;
	}
	#category h3,
	#flow h3,
	#sample h3 {
		border-bottom: 1px solid #CECECE;
	}
	#category h3 {
		margin-top: 20px;
	}
	#category ul {
		margin-bottom: 0;
	}
	#sample .sample dl dt,
	#sample .sample dl dd {
		width: 100%;
	}
	#sample .sample dl dt {
		text-align: left;
		padding-left: 0;
		margin-bottom: 10px;
		color: #676767;
		font-size: 13px;
	}
	#sample div > ul > li {
		padding: 20px 0;
	}
	.sample .column01.column03 li {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 20px;
	}
	.sample .column01.column03 li figure img {
		max-width: 165px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	.sample .column03 li {
		width: 50%;
		padding: 0 20px;
	}
	.sample .column03 li figure img {
		max-width: 165px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	#sample .sample figcaption dl dt {
		margin: 0;
		text-align: center;
	}
	#sample .sample figcaption dl dd {
		text-align: center;
		line-height: 1.7;
	}
	#sample ul {
		margin-bottom: 0;
	}
	li figure figcaption {
		padding: 2px 0 0 8px;
		font-size: 13px;
	}
	.sample_logo li figure figcaption {
		font-size: 10px;
		padding-left: 0;
	}
	li figure img {
    	background: #fff;
	}
	.businessbag-detail .inner {
		padding: 0 4%;
	}
	.businessbag-detail div > ul {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.businessbag-detail .titleArea dt {
		font-size: 20px;
	}
	.businessbag-detail .leftSide {
		width: 100%;
	}
	.businessbag-detail .rightSide {
		padding-left: 0;
		width: 100%;
	}
	.businessbag-detail dl.flexBox {
		font-size: 12px;
	}
	.businessbag .inner {
		padding: 0 4%;
	}
	.column02 li {
		width: calc((100% - 4%) / 2);
	}
	.column03 li {
		width: calc((100% - 4%) / 3);
	}
	.selectBox ul {
		bottom: 10px;
		right: 0;
		padding-right: 4%;
	}
	.linkBtn-detail {
		max-width: 170px;
		height: 35px;
		margin: 40px auto 0;
	}
	.linkBtn-detail.like {
		margin: 35px auto 0;
	}
	.linkBtn-detail.cart {
		margin: 20px auto 0;
	}
	.linkBtn-detail a {
		font-size: 12px;
		padding: 9px 0;
	}
	.linkBtn-detail.like a {
		padding: 9px 15px 9px 0;
	}
	#customer.businessbag-detail .inner,
	#procedure.businessbag-detail .inner,
	#confirmation.businessbag-detail .inner,
	#completion.businessbag-detail .inner {
		padding: 20px 25px;
		width: 100%;
	}
	.businessbag-detail .titleArea {
		margin-bottom: 20px;
	}
	.businessbag-detail .titleArea dd {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.businessbag-detail .rightSide p {
		font-size: 12px;
	}
	#detail.businessbag-detail .leftSide,
	#detail.businessbag-detail .rightSide {
		padding: 0;
	}
	#detail.businessbag-detail .rightSide {
		margin-bottom: 100px;
	}
	.w350 {
		width: 100%;
	}
	.buyBtn {
		margin: 35px auto 0;
	}
	#detail .buyBtn {
		margin: 25px auto 0;
	}
	.linkBtn-cart {
		margin: 25px auto;
		height: 35px;
	}
	.linkBtn-cart a,
	.linkBtn-cart button,
	.linkBtn-cart select {
		width: 165px;
		font-size: 12px;
		padding: 9px 5px;
	}
	.container::before {
		right: 120px;
		top: 9px;
	}
	.container::after {
		right: 120px;
		top: 18px;
	}
	#order .rightSide ul.flexBox {
		margin-bottom: 0;
	}
	#customer label {
		font-size: 12px;
	}
	#category h3,
	#flow h3,
	#sample h3 {
		font-size: 20px;
	}
	/*-----	 accordion	 -----*/
	.flow .accordion,
	.sample .accordion {
		margin: 0 auto;
		position: relative;
		width: 100%;
	}
	.flow .accordion-title,
	.sample .accordion-title {
		color: #638EBA;
		cursor: pointer;
		font-size: 15px;
		padding: 20px 0 20px 50px;
		border-bottom: 1px solid #CECECE;
	}
	.sample .accordion-title {
		font-size: 20px;
		padding: 20px 0;
		text-align: center;
	}
	.flow .accordion-title.open,
	.sample .accordion-title.open {
		border-bottom: none;
	}
	.sample .accordion-title span {
		display: block;
		font-size: 10px;
		color: #676767;
		letter-spacing: 0.6px;
	}
	/*.sample .accordion-title.open span {
		display: none;
	}*/
	.flow .accordion-content,
	.sample .accordion-content {
		display: none;
		padding: 0 50px 25px;
		border-bottom: 1px solid #CECECE;
	}
	.sample .accordion-content {
		padding: 0 0 40px 0;
	}
	.accordion-content p {
		font-size: 10px;
		letter-spacing: 0.6px;
	}
	.sample .accordion-content p {
		text-align: left;
	}
	.sample .accordion-content p.textC {
		text-align: center;
	}
	#sample h5 {
		text-align: center;
	}
	.sample .column03 li {
		padding: 0;
	}
	/* 矢印 */
	.flow .accordion-title,
	.sample .accordion-title {
		position: relative;
	}
	.flow .accordion-title::after,
	.sample .accordion-title::after {
		border-right: solid 1px #638EBA;
		border-top: solid 1px #638EBA;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 25px;
		top: 38%;
		transform: rotate(135deg);
		transition: transform .3s ease-in-out, top .3s ease-in-out;
		width: 8px;
	}
	.flow .accordion-title.open::after,
	.sample .accordion-title.open::after {
		top: 45%;
		transform: rotate(-45deg);
	}
	.no01::before,
	.no02::before,
	.no03::before,
	.no04::before {
		content: '';
		display: inline-block;
		position: absolute;
		width: 16px;
		height: 28px;
		left: 17px;
	}
	.no01::before {
		background: url(/img/patternorder/sp/cart/no01.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		top: 20px;
	}
	.no02::before {
		background: url(/img/patternorder/sp/cart/no02.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		top: 20px;
	}
	.no03::before {
		background: url(/img/patternorder/sp/cart/no03.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		top: 17px;
	}
	.no04::before {
		background: url(/img/patternorder/sp/cart/no04.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
		top: 20px;
	}
	.textB {font-size: 13px;
		color: #638EBA;
		padding: 25px 0;
	}
	.mail {
		position: relative;
	}
	.mail a {
		padding-right: 25px;
	}
	.mail a:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 11px;
		right: 120px;
		width: 21px;
		height: 14px;
		background: url(/img/patternorder/sp/cart/mail.png) no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	.sample .linkBtn-cart {
		margin: 30px auto 50px;
	}
	#sample div > ul.column01.column03 > li {
		padding: 0;
		width: 100%;
	}
	#sample div > ul.column03 > li {
		padding: 0;
		width: 50%;
	}
	/*-----	 contact	 -----*/
	#contact .contact .inner {
		padding: 0 10px 50px;
	}
	.contact h3 {
		font-size: 13px;
	}
	.contact p {
		font-size: 12px;
	}
	.contact p.attention {
		font-size: 10px;
	}
	.contact dl {
		font-size: 13px;
	}
	.contact label {
		font-size: 12px;
		line-height: 2;
	}
	.contact label input {
		font-size: 12px;
	}
	.contact  .next {
		width: 100%;
		max-width: 100%;
	}
	/*-----	 category	 -----*/
	#category .category dl dt {
		text-align: left;
		font-size: 15px;
		margin-bottom: 15px;
	}
	#category .category dl dd {
		font-size: 12px;
	}
	.topBack button {
		color: #638EBA;
		font-size: 10px;
		border: none;
		background: #fff;
	}
	.arroeP a:after {
		top: 3px;
		right: 45px;
	}
	#breadcrumb_area {
		padding: 0 4%;
	}
	#topNav #breadcrumb_area {
		padding: 0;
	}

}