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

shohin css

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

.wrap {
	width: 960px;
	margin: 0 auto;
	display: flex;
}

.wrap .pc-side {
	width: 220px;
	/* background: #000; */
	align-items: stretch;
}

.wrap .inner {
	display: inline-block;
	width: 700px;
	margin-left: 40px;
	align-items: stretch;
}

@media screen and (max-width: 768px) {
	
	.wrap {
		width: auto;
		display: block;
	}

	.wrap .pc-side {
		display: none;
	}

	.wrap .inner {
		width: auto;
		margin-left: 0;
	}
	
	.sec .secInner {
		padding: 0 20px;
	}

}


/*    parts
--------------------------------------------------------------------------------*/

a.c-btn {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #968767;
	background-image: url(/assets/common/img/icon_arow_white.png);
	background-size: 20px auto;
	background-position: center right 15px;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
}

a.c-btn span {
	font-size: 20px;
}

a.c-btn.-blue {
	background-color: #1F3D82;
}

a.c-btn:hover {
	opacity: .7;
}

.c-btn--txtTop {
	margin-bottom: 10px;
}

.c-btn--contTop {
	margin-bottom: 30px;
}

.c-btn--contBtm {
	margin-top: 30px;
}

a.ecBtn {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #960f0f;
	background-image: url(/assets/common/img/icon_arow_white.png);
	background-size: 20px auto;
	background-position: center right 15px;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
}

a.ecBtn:hover {
	opacity: .7;
}

a.textLink {
	color: #000;
	font-size: 14px;
	background-image: url(/assets/common/img/icon_arow_blue.png);
	background-size: 15px auto;
	background-position: center right;
	padding-right: 20px;
	display: inline-block;
	text-align: center;
}

a.textLink:hover {
	opacity: .7;
}

.bnr a {
	display: block;
}

.bnr a:hover {
	opacity: .7;
}

.-colorRed {
	color: #960f0f;
}

.-bold {
	font-weight: bold;
}

.soldoutBox {
	border: 1px solid #960f0f;
}

.soldoutBox .txt {
	color: #960f0f;
    font-size: 36px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    padding: 5px;
}

.btnBox {
	display: flex;
    justify-content: flex-end;
	margin-bottom: 60px;
}

.btnBox .btnBox_inner{
	width: 370px;
}

.imgList {
	display: flex;
}

.imgList .imgList_item {
	margin-right: 20px;
}

.imgList .imgList_item:last-child {
	margin-right: 0;
}


@media screen and (max-width: 768px) {
	
	a.c-btn {
		text-align: left;
		padding: 10px 40px 10px 10px;
	}
	
	a.ecBtn {
		font-size: 20px;
	}

	a.textLink {
		letter-spacing: -.6px;
	}
	
	.btnBox {
		display: block;
		justify-content: inherit;
	}

	.btnBox .btnBox_inner{
		width: auto;
	}
	
	.imgList .imgList_item {
		margin-right: 0;
	}
	
}





/*    mainArea
--------------------------------------------------------------------------------*/

.mainArea {
	margin-bottom: 40px;
}

.mainArea .title {
	color: #003c78;
	font-size: 40px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.4;
}


@media screen and (max-width: 768px) {
	
	.mainArea {
		margin-bottom: 30px;
	}

	.mainArea .title {
		font-size: 30px;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.mainArea .visual {
		width: auto;
	}
	
}





/*    detailsArea
--------------------------------------------------------------------------------*/

.detailsArea {
	
}

.detailsArea .detailsList {
	margin-bottom: 60px;
}

.detailsArea .detailsList .detailsList_item {
	overflow: hidden;
}

.detailsArea .detailsList .detailsList_item:nth-child(n+2) {
	margin-top: 60px;
}

.detailsArea .productName {
	font-size: 36px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
	margin-bottom: 15px;
	float: right;
	width: 370px;
	line-height: 1.4;
}

.detailsArea .productName span {
	font-size: 24px;
	display: block;
}

.detailsArea .productName span.inline {
	display: inline-block;
}

.detailsArea .productName.-fzS {
	font-size: 30px;
}

.detailsArea .productImg {
	float: left;
	width: 300px;
}

.detailsArea .block {
	float: right;
	width: 370px;
}

.detailsArea .block .text {
	margin-bottom: 10px;
}

.detailsArea .specList {
	border-top: 1px solid rgba(0, 60, 120, .1);
	margin-bottom: 20px;
}
	
.detailsArea .specList dl {
	border-bottom: 1px solid rgba(0, 60, 120, .1);
	display: flex;
	font-size: 14px;
}
.detailsArea .specList dl dt,
.detailsArea .specList dl dd {
	padding: 10px 0;
}

.detailsArea .specList dl dt {
	width: 100px;
}

.detailsArea .specList dl dd {
	width: 270px;
}

.detailsArea .specList .accordion {
	display: block;
	position: relative;
    pointer-events: auto;
}

.detailsArea .specList .accordion dt,
.detailsArea .specList .accordion dd {
	width: 100%;
}

.detailsArea .specList .accordion dt {
	cursor: pointer;
}

.detailsArea .specList .accordion dd {
	display: none;
	padding-top: 0;
}

.detailsArea .specList .accordion dt::before,
.detailsArea .specList .accordion dt::after {
	content: "";
	position: absolute;
	background: #003c78;
	top: 50%;
	right: 0;
	width: 15px;
	height: 2px;
	transition: .5s;
}

.detailsArea .specList .accordion dt::before {
	transform: rotate(90deg);
}

.detailsArea .specList .accordion dt::after {
	transform: rotate(0deg);
}


.detailsArea .specList .accordion dt.-open::before {
	transform: rotate(0deg);
	transition: .5s;
	top: 20px;
}

.detailsArea .specList .accordion dt.-open::after {
	display: none;
}


.detailsArea .note {
	clear: both;
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 30px;
}

.detailsArea .note .link {
	text-decoration: underline;
}


@media screen and (max-width: 768px) {
	
	.detailsArea .detailsList {
		/* margin-bottom: 60px; */
	}

	.detailsArea .detailsList .detailsList_item {
		/* overflow: hidden; */
	}

	.detailsArea .productName {
		font-size: 24px;
		/* font-family: YuMincho, 'Yu Mincho', serif; */
		/* font-weight: normal; */
		margin-bottom: 15px;
		float: none;
		width: auto;
		line-height: 1.4;
	}

	.detailsArea .productImg {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}

	.detailsArea .block {
		float: none;
		width: auto;
	}

	.detailsArea .block .text {
		margin-bottom: 30px;
	}

	.detailsArea .specList {
		/* border-top: 1px solid rgba(0, 60, 120, .1); */
		margin-bottom: 30px;
	}

	.detailsArea .specList dl {
		border-bottom: 1px solid rgba(0, 60, 120, .1);
		display: flex;
		font-size: 14px;
	}

	.detailsArea .specList dl dt,
	.detailsArea .specList dl dd {
		padding: 10px 0;
	}

	.detailsArea .specList dl dt {
		width: 20%;
	}
	
	.detailsArea .specList dl dd {
		width: 80%;
	}

}





/*    conceptArea
--------------------------------------------------------------------------------*/

.conceptArea {
	margin-bottom: 60px;
}

.conceptArea .concept_title {
    font-size: 28px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.4;
}

.conceptArea .concept_txt p + p {
	margin-top: 10px;
}

.conceptArea .concept_txt + .imgList {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	
	.conceptArea .concept_title {
		font-size: 24px;
	}
	
	.conceptArea .concept_txt + .imgList {
		margin-top: 30px;
	}
}




/*    typeArea
--------------------------------------------------------------------------------*/

.typeArea {
	
}

.typeArea .title {
	font-size: 28px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1.4;
}

.typeArea .typeList {
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 60px;
}

.typeArea .typeList + * {
	margin-bottom: 60px;
    margin-top: -20px;
}

.typeArea .typeList .typeList_item {
	width: 50%;
	margin-right: 20px;
	float: left;
}

.typeArea .typeList .typeList_item:nth-child(2n) {
	margin-right: -20px;
}

.typeArea .typeList .typeList_item:nth-child(n+3) {
	margin-top: 30px;
}

.typeArea .typeList .typeList_item .img {
	width: 100px;
	margin-right: 15px;
	float: left;
}

.typeArea .typeList .typeList_item .box {
	float: right;
    width: 225px;
}

.typeArea .typeList .typeList_item .box .txt1 {
	font-weight: bold;
	margin-bottom: 5px;
}

.typeArea .typeList .typeList_item .box .txt2 {
	font-size: 14px;
}

.typeArea .typeList .typeList_item .box .note {
	font-size: 12px;
}

.typeArea .typeList p.txt2 + dl{
	border-top: 1px solid rgba(0, 60, 120, .1);
}
.typeArea .typeList dl {
	border-bottom: 1px solid rgba(0, 60, 120, .1);
	display: flex;
	font-size: 14px;
}
.typeArea .typeList dl dt,
.typeArea .typeList dl dd {
	padding: 5px 0;
}
.typeArea .typeList dl dt {
	width: 25%;
}

.typeArea .typeList dl dd {
	width: 75%;
}

@media screen and (max-width: 768px) {
	
	.typeArea {

	}
	
	.typeArea .title {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 1.4;
	}

	.typeArea .typeList .typeList_item {
		width: 50%;
		margin-right: 20px;
		float: left;
	}

	.typeArea .typeList .typeList_item:nth-child(2n) {
		margin-right: -20px;
	}

	.typeArea .typeList .typeList_item:nth-child(n+3) {
		margin-top: 30px;
	}

	.typeArea .typeList .typeList_item .img {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}

	.typeArea .typeList .typeList_item .box {
		float: none;
		width: auto;
	}

	.typeArea .typeList .typeList_item .box .txt1 {
		/* font-weight: bold; */
		/* margin-bottom: 5px; */
		font-size: 14px;
	}

	.typeArea .typeList .typeList_item .box .txt2 {
		font-size: 14px;
	}


	.typeArea .typeList dl {
		font-size: 12px;
	}


}





/*    movieArea
--------------------------------------------------------------------------------*/

.movieArea {
	background: #f5f7fa;
}

.movieArea .secInner {
	padding: 30px;
}

.movieArea .movieBox {
	overflow: hidden;
	padding-right: 30px;
}

.movieArea .movieBox .movie,
.movieArea .movieBox .block {
	width: 50%;
	float: left;
	margin-right: 30px;
}

.movieArea .movieBox .movie iframe {
	height: 260px;
}

.movieArea .movieBox .block {
	margin-right: -30px;
}

.movieArea .movieBox .movie_title {
	font-size: 24px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
	margin-bottom: 10px;
}

.movieArea .movieBox .movie_txt {
	font-size: 14px;
}

.movieArea .movieBox .movie_txt p + p {
	margin-top: 10px;
}

.movieArea .movieBox .movie_txt p + .textLink {
	margin-top: 20px;
}



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

	.movieArea .secInner {
		padding: 40px 20px;
	}

	.movieArea .movieBox {
		padding-right: 0;
	}

	.movieArea .movieBox .movie,
	.movieArea .movieBox .block {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.movieArea .movieBox .movie {
		margin-bottom: 20px;
	}

	.movieArea .movieBox .movie iframe {
		height: auto;
		min-height: 270px;
	}

	.movieArea .movieBox .block {
		margin-right: 0;
	}


	.movieArea .movieBox .movie_title {
		margin-bottom: 25px;
		text-align: center;
		float: none;
	}

	.movieArea .movieBox .movie_txt {
		width: auto;
		clear: both;
		font-size: 16px;
	}

	.movieArea .movieBox .movie_txt p + p {
		margin-top: 10px;
	}

	.movieArea .movieBox .movie_txt p + .textLink {
		margin-top: 20px;
	}

}



/*    shopArea
--------------------------------------------------------------------------------*/

.shopArea {
	margin-top: 60px;
}

.shopArea .shop_title {
	font-size: 24px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.shopArea .shopList {
	border-top: 1px solid rgba(0, 60, 120, .1);
	margin-bottom: 15px;
}

.shopArea .shopList .shopList_item {
	display: flex;
	border-bottom: 1px solid rgba(0, 60, 120, .1);
    padding: 10px 0;
}

.shopArea .shopList .shopList_item dt {
	font-size: 18px;
    font-weight: bold;
    width: 100px;
}

.shopArea .shopNote li {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width: 768px) {
	
	.shopArea .shopList .shopList_item {
		display: block;
	}
	
}




/*    columnArea
--------------------------------------------------------------------------------*/

.movieArea + .columnArea {
	margin-top: 40px;
}

.columnArea {
	background: #f5f7fa;
}

.columnArea .secInner {
	padding: 30px;
}

.columnArea .columnBox {
	overflow: hidden;
}

.columnArea .columnBox .column_title {
	font-size: 24px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: normal;
	float: left;
	margin-bottom: 10px;
}

.columnArea .columnBox.txtOnly .column_title {
	float: none;
}

.columnArea .columnBox .column_img {
	width: 250px;
	float: right;
	margin-left: 30px;
}

.columnArea .columnBox .column_txt {
	width: 380px;
	clear: left;
	font-size: 14px;
}

.columnArea .columnBox.txtOnly .column_txt {
	width: auto;
}

.columnArea .columnBox .column_txt p + p {
	margin-top: 10px;
}

.columnArea .columnBox .column_txt p + .textLink {
	margin-top: 20px;
}

.columnArea .columnBox + .columnBox {
	border-top: 1px solid rgba(0, 60, 120, .1);
	padding-top: 30px;
	margin-top: 30px;
}


@media screen and (max-width: 768px) {
	
	.movieArea + .columnArea {
		margin-top: 60px;
	}

	.columnArea .secInner {
		padding: 40px 20px;
	}

	.columnArea .columnBox {

	}

	.columnArea .columnBox .column_title {
		/* font-size: 24px; */
		/* font-family: YuMincho, 'Yu Mincho', serif; */
		/* font-weight: normal; */
		float: none;
		margin-bottom: 25px;
		text-align: center;
	}

	.columnArea .columnBox .column_img {
		width: auto;
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.columnArea .columnBox .column_txt {
		width: auto;
		clear: both;
		font-size: 16px;
	}

	.columnArea .columnBox .column_txt p + p {
		margin-top: 10px;
	}

	.columnArea .columnBox .column_txt p + .textLink {
		margin-top: 20px;
	}

	.columnArea .columnBox + .columnBox {
		border-top: 1px solid rgba(0, 60, 120, .1);
		padding-top: 30px;
		margin-top: 30px;
	}

}





/*    daijiArea
--------------------------------------------------------------------------------*/

.daijiArea {
	
}

.daijiArea .daijiMain {
	overflow: hidden;
	margin: 0 0 40px;
}

.daijiArea .daijiMain .img {
	width: 300px;
    float: left;
}

.daijiArea .daijiMain .txtBox {
	width: 370px;
    float: right;
}

.daijiArea .daijiMain .txtBox .tit {
	font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
	margin: 0 0 10px;
}

.daijiArea .daijiMain .txtBox .tit .txt1 {
	font-size: 20px;
    display: block;
	line-height: 1;
}

.daijiArea .daijiMain .txtBox .tit .txt2 {
	font-size: 30px;
}

.daijiArea .daijiMain .txtBox .tit .txt2 span {
	font-size: 20px;
}

.daijiArea .pointList {
}

.daijiArea .pointList .pointList_item {
	display: flex;
	margin-bottom: 40px;
}

.daijiArea .pointList .pointList_item:nth-child(2n) {
	flex-direction: row-reverse;
}

.daijiArea .pointList .pointList_item .img {
	width: 260px;
    margin-right: 30px;
}

.daijiArea .pointList .pointList_item:nth-child(2n) .img {
	 margin-right: 0;
	 margin-left: 30px;
}

.daijiArea .pointList .pointList_item .txtBox {
	width: 430px;
}

.daijiArea .pointList .pointList_item .txtBox .tit {
	font-size: 18px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
	line-height: 1.4;
}

.daijiArea .pointList .pointList_item .txtBox p {
	font-size: 14px;
}

.daijiArea .pointList .pointList_item .txtBox p + p,
.daijiArea .pointList .pointList_item .txtBox p + .textLink {
	margin-top: 10px;
}

.daijiArea .daijiList_tit {
	font-size: 18px;
    font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.daijiArea .daijiList {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.daijiArea .daijiList .daijiList_item {
	width: 31%;
	margin-bottom: 30px;
}

.daijiArea .daijiList .daijiList_item:nth-child(n+7) {
	margin-bottom: 0;
}

.daijiArea .daijiList .daijiList_item img {
	border: 1px solid #d7d7d7;
}

.daijiArea .daijiList .daijiList_item figcaption {
	font-size: 12px;
	margin-top: 5px;
}

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

	.daijiArea .daijiMain .img {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.daijiArea .daijiMain .txtBox {
		width: auto;
		float: none;
	}

	.daijiArea .daijiMain .txtBox .tit .txt1 {
		font-size: 18px;
	}

	.daijiArea .daijiMain .txtBox .tit .txt2 {
		font-size: 24px;
	}

	.daijiArea .daijiMain .txtBox .tit .txt2 span {
		font-size: 18px;
	}
	
	.daijiArea .pointList .pointList_item {
		display: block;
	}

	.daijiArea .pointList .pointList_item:nth-child(2n) {
		flex-direction: inherit;
	}

	.daijiArea .pointList .pointList_item .img {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.daijiArea .pointList .pointList_item:nth-child(2n) .img {
		 margin-right: 0;
		 margin-left: 0;
	}

	.daijiArea .pointList .pointList_item .txtBox {
		width: auto;
	}

	.daijiArea .daijiList .daijiList_item {
		width: 48%;
		margin-bottom: 20px;
	}

	.daijiArea .daijiList .daijiList_item:nth-child(n+7) {
		margin-bottom: 20px;
	}
	
	.daijiArea .daijiList .daijiList_item:last-child {
		margin-bottom: 0;
	}

}




/*  purikama
--------------------------------------------------------------------------------*/

.-purikama {
	
}

.-purikama .typeArea {
	background: #f5f7fa;
    padding: 20px;
}

.-purikama .typeArea .typeList .typeList_item .box {
	width: 205px;
}

.-purikama .price-title01 ,
.-purikama .price-title02 {
	margin-bottom: 15px;
}

.-purikama .price-title02 {
	margin-top: -25px;
}

.-purikama .price-title01 .txt1,
.-purikama .price-title02 .txt1 {
	font-size: 24px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: normal;
}

.-purikama .price-title02 .txt1 {
	font-size: 20px;
}

.-purikama .price-title01 .txt2 {
	color: #960f0f;
    padding-left: 15px;
    font-size: 18px;
}

.-purikama .priceBox .text span {
	color: #960f0f;
	font-weight: bold;
}

.-purikama .priceBox .detail span {
	font-size: 24px;
    font-weight: bold;
}

.-purikama .priceBox .note {
	text-align: right;
	margin-top: 10px;
}

.-purikama .orderArea {
	margin-top: 60px;
}

.-purikama .orderArea .order_title {
	font-size: 24px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.-purikama .orderArea .orderList {
	
}

.-purikama .orderArea .orderList .orderList_item {
	display: flex;
}

.-purikama .orderArea .orderList .orderList_item .block {
	width: 500px;
    margin-right: 30px;
	margin-bottom: 60px;
	position: relative;
}

.-purikama .orderArea .orderList .orderList_item .block::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #f4ebe6 transparent transparent transparent;
	bottom: -40px;
	left: 50%;
	margin-left: -10px;
}

.-purikama .orderArea .orderList .orderList_item:last-child .block::before {
	display: none;
}

.-purikama .orderArea .orderList .orderList_item .block .tit {
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.-purikama .orderArea .orderList .orderList_item .block .note {
	color: #960f0f;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.-purikama .orderArea .orderList .orderList_item .block .btn {
	color: #fff;
    background: #003c78;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 10px;
    background-image: url(/assets/common/img/icon_arow_white.png);
    background-size: 20px auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.-purikama .orderArea .orderList .orderList_item .block .btn:hover {
	opacity: .7;
}

.-purikama .orderArea .orderList .orderList_item .img {
	width: 170px;
}


@media screen and (max-width: 768px) {
	
	.-purikama .typeArea {
		padding: 30px 0;
	}

	.-purikama .typeArea .typeList .typeList_item .box {
		width: auto;
	}
	
	.-purikama .price-title01 .txt2 {
		padding-left: 0;
	}
		
	.-purikama .orderArea .orderList .orderList_item {
		display: block;
		margin-bottom: 60px;
	}
	
	.-purikama .orderArea .orderList .orderList_item .block {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.-purikama .orderArea .orderList .orderList_item:last-child .block {
		
	}
	
	.-purikama .orderArea .orderList .orderList_item .block::before {
		bottom: -230px;
		margin-left: -20px;
	}
	
	.-purikama .orderArea .orderList .orderList_item .block .btn {
		width: 280px;
		margin: 10px auto 0;
		display: block;
	}
	
	.-purikama .orderArea .orderList .orderList_item .img {
		margin: 0 auto;
	}
	
	
	

}





/*    shohin-subMenu
--------------------------------------------------------------------------------*/

#shohin-subMenu {
	margin-bottom: 20px;
}

#shohin-subMenu .subMenu_title {
	font-weight: normal;
	padding: 8px;
	position: relative;
}

#shohin-subMenu .subMenu_title:hover {
	cursor: pointer;
}

#shohin-subMenu .subMenu_title::before,
#shohin-subMenu .subMenu_title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#shohin-subMenu .subMenu_title::before {
	width: 20px;
	height: 20px;
	border-radius: 35px;
	background: #003c78;
	right: 5px;
}

#shohin-subMenu .subMenu_title::after {
	background: url(/assets/common/img/icon_arow03_white.png) no-repeat center right;
	background-size: contain;
	right: 10px;
	z-index: 10;
	width: 10px;
	height: 8px;
	transition: .3s;
}

#shohin-subMenu .subMenu_title.-ls {
	letter-spacing: -.8px;
}

#shohin-subMenu .subMenu_title.-open::after {
	transform: rotate(180deg);
	margin-top: -3px;
	transition: .3s;
}

#shohin-subMenu .subMenu_links {
	display: none;
}

#shohin-subMenu .subMenu_links li {
	
}

#shohin-subMenu .subMenu_links li a {
	display: block;
	background: url(/assets/common/img/icon_arow02_blue.png) no-repeat center right 8px;
	background-size: 15px auto;
	padding: 10px 20px;
	font-size: 14px;
	position: relative;
}

#shohin-subMenu .subMenu_links li a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #003c78;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}

#shohin-subMenu .subMenu_title,
#shohin-subMenu .subMenu_links li {
	border-bottom: 1px solid rgba(0, 60, 120, .1);
}

#shohin-subMenu .subMenu_title,
#shohin-subMenu .subMenu_links li,
.sub-txtLink {
	font-size: 14px;
}


#shohin-subMenu .subMenu_title:hover,
#shohin-subMenu .subMenu_links li:hover {
	background: rgba(0, 60, 120, .1);
}

.shohinTop {
	margin: 0 0 20px;
}

.shohinTop a {
	display: block;
	background: url(/assets/common/img/icon_arow02_blue.png) no-repeat center right;
	background-size: 20px 12px;
	padding: 8px 25px 8px 0;

}

.sub-txtLink {
	display: block;
}

.sub-txtLink.-blank {
	background: url(/assets/common/img/icon_blank_blue.png) no-repeat center right;
	background-size: 15px 15px;
	padding: 5px 20px 5px 0;
}

.sub-txtLink.-arow {
	background: url(/assets/common/img/icon_arow03_blue.png) no-repeat center right;
	background-size: 9px 12px;
	padding: 5px 20px 5px 0;
}


.shohinTop a:hover,
.sub-txtLink:hover {
	opacity: .7;
}

.buyinfoArea {
	margin: 20px 0 30px;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.buyinfoArea .title {
	color: #003c78;
	font-weight: bold;
	margin-bottom: 5px;
}

.buyinfoArea .tel {
	margin-top: 10px;
}

.bnrArea a {
	display: block;
}

.bnrArea a:hover {
	opacity: .7;
}


/*    bloglinkArea
--------------------------------------------------------------------------------*/
.bloglinkArea > div {display:flex;flex-wrap:wrap;align-items: center;margin-bottom:60px;border:1px solid #ccc;}
.bloglinkArea > div > a{width:43%;display:block;}
.bloglinkArea > div > div{width:55%;margin-left:2%;text-align:center;padding:10px 0 0;}
.bloglinkArea > div > div > a {line-height:0.5;font-weight:bold;color:#003F73;font-size:150%;}
.bloglinkArea > div > div > a img{width:70%;margin:0 15%;}
.bloglinkArea > div > div > p{margin:10px 0;}
.bloglinkArea > div > div > p:last-child a{display:inline-block;padding:0 10px;color:#fff;border:1px solid #003F73;background:#003F73;}
.bloglinkArea > div > div > p:last-child a:hover{color:#003F73;background:#fff;}
@media screen and (max-width: 768px) {
   .bloglinkArea > div > a{width:100%;}
   .bloglinkArea > div > div{width:100%;padding:10px 0;}
   .bloglinkArea > div{margin:0 20px 60px;}
   .bloglinkArea > div > div > a {font-size:100%;}
   .bloglinkArea > div > div > p{font-size:100%;margin:5px 0;}
}