@charset "utf-8";
@import url("style_products.css");


/* ビデオ */
.video-wrap-1 {
	max-width: 1220px;
	margin: 0 auto;
	padding: 10px;
}

.video-wrap-1 video {
	width: 100%;
}

/* コンテンツ wrap */
.contents-wrap-1 {
	max-width: 1220px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
}

.contents-wrap-1 div {
	text-align: left;
}

.contents-wrap-1 img {
	width: 100%;
}

.contents-wrap-2 {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.contents-wrap-2 div {
	text-align: left;
}

.contents-wrap-1 img {
	width: 100%;
}

.btn4 {
	border: 1px solid #333;
	border-radius: 4px;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
}
.btnWrap a.btn4 {
	max-width: 400px;
	border: none;
	border-radius: 6px;
	background-color: #5B4E0C;
	color: #fff;
	margin: 0 auto;
	padding: 0 14px 0;
}

.btn5 {
	border: 1px solid #333;
	border-radius: 4px;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
}
.btnWrap a.btn5 {
	max-width: 260px;
	border: none;
	border-radius: 6px;
	background-color: #5B4E0C;
	color: #fff;
	margin: 0 auto;
	padding: 0 14px 0;
}

.contents-habataku-wrap {

}

.contents-habataku-1 {
	position: relative;
}

.contents-habataku-1a {
	height: 100px;
}

.contents-habataku-1b {
	height: 100px;
	border-top: 10px solid #eae4d0;
	border-left: 10px solid #eae4d0;
	border-right: 10px solid #eae4d0;
	border-radius: 30px 30px 0 0;
}

.contents-habataku-1c {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 200px;
	height: 200px;
	border: 10px solid #eae4d0;
	border-radius: 50%;
	background-color: #fff;
}

.contents-habataku-1c img {
	width: 100%;
}

.contents-habataku-2 {
	border-left: 10px solid #eae4d0;
	border-right: 10px solid #eae4d0;
	border-bottom: 10px solid #eae4d0;
	border-radius: 0 0 30px 30px;
	padding: 40px;
}

.contents-habataku-2 p.p01 {
	font-size: 18px;
	color: #947f39;
	line-height: 2;
	text-align: center;
}

.contents-habataku-2 p.p02 {
	font-size: 24px;
	color: #947f39;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}

.contents-habataku-2 p.p01 span,
.contents-habataku-2 p.p02 span {
	display: inline-block;
}

.contents-habataku-2 p.p03 {
	cursor:pointer;
}


.imgColorSelect div.colorCode {
	width: 37px;
	height: 37px;
}

/* 商品LP ポップアップ部分 */
.section-1 .col-1b {
	width: 100% !important;
}

.intro-magazine h1 {
	text-align: center;
	color: #b41171;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
}


/* 商品LP アコーディオン */
.productsaccWrap {
	border: 1px solid #947f39;
	border-radius: 3px;
	margin-top: 16px;
}
.productsaccWrap + .productsaccWrap {
	margin-top: 14px;
}
.productsaccWrap .q {
	background-color: #fff;
	border-radius: 8px;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 8px 10px;
}
.productsaccWrap .q:before {
	color: #947f39;
	display: inline-block;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Times New Roman" , "游明朝" , "Yu Mincho" , "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
}
.productsaccWrap .q a {
	color: #947f39;
	display: block;
	flex: 1;
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	padding: 6px 16px 0 0;
}
.productsaccWrap .q a:after,
.productsaccWrap .q a:before {
	background-color: #947f39;
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.productsaccWrap .q a:after {
	transform: rotate(90deg);
}
.productsaccWrap.cur .q a:after {
	opacity: 0;
}
.productsaccWrap .accContents {
	display: none;
}
.productsaccWrap .a {
	padding: 16px 12px 12px 38px;
	position: relative;
}
.productsaccWrap .a:before {
	content: "";
	display: inline-block;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Times New Roman" , "游明朝" , "Yu Mincho" , "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.productsaccWrap .a p + p {
	margin-top: 16px;
}
.productsaccWrap .a .lead {
	font-size: 14px;
}
.productsaccWrap .a .moreLink {
	text-align: right;
}

@media screen and (min-width: 768px){
/* 商品LP アコーディオン */
.productsaccWrap {
	border-width: 2px;
	border-radius: 10px;
}
.productsaccWrap .q {
	align-items: center;
	padding: 16px;
}
.productsaccWrap .q:before {
	font-size: 32px;
	line-height: 1.1;
}
.productsaccWrap .q a {
	font-size: 20px;
	padding: 0 32px 0 0;
}
.productsaccWrap .q a:after,
.productsaccWrap .q a:before {
	width: 24px;
	height: 2px;
	margin-top: -1px;
}
.productsaccWrap .a {
	padding: 16px 16px 24px 50px;
}
.productsaccWrap .a:before {
	font-size: 32px;
	line-height: 1.1;
	left: 16px;
	top: 16px;
}
.productsaccWrap .a p + p {
	margin-top: 24px;
}
.productsaccWrap .a .lead {
	font-size: 20px;
}
}

/* 商品LP アコーディオン　画像配置 */
.img-left-wrap {
	letter-spacing: -.4em;
}

.img-left {
	max-width: 100%;
	margin: 0 20px 20px 20px;
}

.img-left-text {
	letter-spacing: normal;
	margin: 0 20px 20px 20px;
}

.img-right-wrap {
	letter-spacing: -.4em;
}

.img-right {
	max-width: 100%;
	margin: 0 20px 20px 20px;
}

.img-right-text {
	letter-spacing: normal;
	margin: 0 20px 20px 20px;
}

.img-right img,
.img-left img {
	width: 100%;
}

@media screen and (min-width: 768px){
.img-left-wrap {
}

.img-left {
	display: inline-block;
	width: 400px;
	margin: 0 20px 20px 20px;
}

.img-left-text {
	display: inline-block;
	width: calc(100% - 460px);
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 20px 0 0;
}

.img-right-wrap {
	display: flex;
　　flex-wrap: wrap;
	letter-spacing: -.4em;
}

.img-right {
	order: 2;
	width: 400px;
	margin: 0 0 20px 0;
}

.img-right-text {
 	order: 1;
	width: calc(100% - 460px);
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 20px 0 20px;
}

.img-right img,
.img-left img {
}
}




/*---------------------------------------------
 2022年1月　商品ページ看板画像上のNo.1画像
---------------------------------------------*/
.randoseru-top-image-01 img.logo-header-no1 {
	position: absolute;
	top: 16px;
	right: 30px;
	width: 80px !important;
	height: auto;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px){
.randoseru-top-image-01 img.logo-header-no1 {
	position: absolute;
	top: 10px;
	right: 6px;
	width: 60px !important;
	height: auto;
	margin: 0;
	padding: 0;
}
}
