@charset "UTF-8";

@import url("layout.css");

/*contents*/
.title {
	background: #bab49b;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	font-style: italic;
}
.title h2 {
	font-family: 'Arima Madurai', cursive;
	font-size: 34px;
	font-weight: normal;
	line-height: 1.3;
}
.title h2 span {
	display: block;
	font-size: 13px;
}


.hc_attention {
	line-height: 1.6;
	letter-spacing: 0;
}
.hc_attention a {
	color: #2c76e5;
	text-decoration: underline;
}

/*Review*/
.review {
	overflow: hidden;
	width: 960px;
	margin: 70px auto 60px;
}
main .review * {
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0, 0);
}
.post {
	display: none;
}
.review .left {
	float: left;
	width: 650px;
}
.review .right {
	float: right;
	width: 260px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
.review h2 {
	background: url(../images/top/bg_h2_top.png) no-repeat top, url(images/top/bg_h2_bottom.png) no-repeat bottom;
	color: #958f77;
	font-family: 'Arima Madurai', cursive;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 32px 0 18px;
	margin-bottom: 20px;
}
.review .post {
	line-height: 1.7;
	letter-spacing: 0;
}
.review-tmb {
	float: left;
	margin-right: 10px;
}
.review-tmb img {
	width: 150px;
	height: auto;
}
.review-name {
	color: #dd017f;
	font-size: 14px;
	margin-bottom: 10px;
}
.review-name strong {
	font-weight: normal;
}
.review-txt {
	font-size: 13px;
	margin-bottom: 20px;
}
.userInfo {
	color: #999;
	font-size: 11px;
	text-align: right;
}
.voice_btn a {
	position: relative;
	display: inline-block;
	border-radius: 26px;
	width: 220px;
	margin: 20px 0 0;
	padding: 5px 20px;
	background: #d1ac51;
	color: #fff;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 0;
}
.voice_btn img {
	width: 17px;
	height: 15px;
	margin-right: 5px;
	vertical-align: -3px;
	transform: none !important;
}


/*Movie*/
main .swiper-container {
	padding-bottom: 20px;
}
.product_movie .play {
	position: absolute;
	top: 147px;
	right: 8px;
	background: rgba(255, 255, 255, .8);
	border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 10px;
	z-index: 1;
}
.product_movie a {
	display: block;
}
.product_movie .play:before,
.product_movie .play:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.product_movie .play:before {
	left: 10px;
	box-sizing: border-box;
	width: 5px;
	height: 2px;
	border: 3px solid transparent;
	border-left: 4px solid #333;
}
.product_movie img {
	width: 312px;
	border-radius: 10px;
	box-sizing: border-box;
}
.product_movie p {
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	margin-top: 10px;
}
.product_movie .swiper-button-next, .product_movie .swiper-button-prev {
	top: calc(50% - 20px);
	background-color: #551418;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-size: 10px 13px;
	border: 1px solid #551418;
	box-sizing: border-box;
	opacity: .7 !important;
}
.product_movie .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.product_movie .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.product_movie .swiper-pagination {
	position: relative;
}
.swiper-container-horizontal.product_movie > .swiper-pagination-bullets, .product_movie .swiper-pagination-custom,
.product_movie .swiper-pagination-fraction {
    bottom: -20px;
}
main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
main .swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
	width: 10px;
	height: 10px;
}
main .swiper-pagination-bullet-active {
	background: #561316;
}



/*======================================
PC
======================================*/
@media screen and (min-width: 767px){

	a, a.scrollin, a img, a.scrollin img {
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}
	body a.scrollin:hover img {
		opacity: .5;
	}

	/*contents*/
	.breadcrumb {
		display: none;
	}
	.product_movie .swiper-button-next, .product_movie .swiper-button-prev {
		top: 92px;
	}
	.product_movie .swiper-button-next:hover, .product_movie .swiper-button-prev:hover {
		opacity: 1 !important;
	}
	.hc_attention {
		font-size: 11px !important;
	}

	/*Review*/
	.review .left h2 + p {
		display: none;
	}
	.review .voice_btn {
		margin-top: 20px;
	}
}



/*======================================
Tablet
======================================*/
@media screen and (max-width:960px){
}



/*======================================
SP
======================================*/
@media screen and (max-width:768px){

	/*contents*/
	.breadcrumb {
		overflow-x: scroll;
		display: inline-block;
		width: 100%;
		background: #eee;
		vertical-align: bottom;
		white-space: nowrap;
	}
	.breadcrumb li {
		display: inline-block;
	}
	.breadcrumb li a {
		position: relative;
		display: block;
		height: 30px;
		line-height: 30px;
		padding: 0 8px 0 3px;
		margin-right: 20px;
		font-size: 9px;
		letter-spacing: 0;
	}
	.breadcrumb li a:before,
	.breadcrumb li a:after {
		content: "";
        position: absolute;
        top: 0;
        border:0 solid #eee;
        border-width: 15px 11px;
        width: 0;
        height: 0;
	}
	.breadcrumb li a:before {
		left: -22px;
		border-left-color: transparent;
	}
	.breadcrumb li a:after {
		left: 100%;
		border-color: #fff;
		border-left-color: #eee;
	}
	.breadcrumb li:first-child a {
		padding-left: 20px;
	}
	.breadcrumb li img {
		width: 12px;
		height: auto;
		vertical-align: -2px;
	}
	.breadcrumb li:last-child a {
		margin-right: 0;
	}
	.breadcrumb li:last-child a:after {
		display: none;
	}
	.title {
		padding: 15px 0;
	}
	.title h2 {
		font-size: 21px;
		line-height: 1.2;
	}
	.title h2 span {
		font-size: 9px;
		letter-spacing: 0;
	}

	/*Movie*/
	.product_movie img {
		width: 100%;
	}
	.product_movie .play {
		top: 85%;
		right: 3%;
	}
	.product_movie p {
		font-size: 11px;
	}
	.product_movie .swiper-button-next, .product_movie .swiper-button-prev {
		width: 32px;
		height: 32px;
	}
	.swiper-container-horizontal.product_movie > .swiper-pagination-bullets, .product_movie .swiper-pagination-custom,
	.product_movie .swiper-pagination-fraction {
		bottom: -5px;
	}
	main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px
	}
	main .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
	}

	.hc_attention {
		font-size: 9px;
	}
}

@media screen and (max-width:320px){
	.breadcrumb li:first-child a {
		padding-left: 10px;
	}
	.review .left,
	.review .right {
		font-size: 8px;
	}
	.product_movie .play {
		top: 84%;
	}
	.hc_attention {
		font-size: 8px;
	}
}
