@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳＰゴシック, MS PGothic, Arial, Sans-serif;
	color: #555;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: #999;
}
a:link {
	text-decoration: none;
	color: #888C8D;
}

a:hover {
	text-decoration: none;
	color: rgba(255,161,25,1.00);
}
#page-top {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 70%;
}
#page-top a {
	background: #666;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	opacity: 0.6;
}

/*---------------
共通
-------------------*/
#warrper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
.title {
	width: 800px;
}
.date {
	padding-top: 1.5%;
	text-align: right;
	font-size: 0.75rem;
	font-weight: 500;
}
/* セクション内 */

/* スライダー */
.swiper-maincontainer {
	padding: 0 1% 0%;
	background-color: #f2f2f2;
}
.swiper-container {
	background-color: #f2f2f2;
	margin-top: 18%;
}
.swiper-container:nth-last-child(1) {
	background-color: #f2f2f2;
	margin-top: 0%;
	padding-bottom: 3%;
}
.swiper-slide {
	background-color: #FFF;
	display: block;
}
.slidestar {
	padding: 5%;
	text-align: left;
}
.slidestar img {
	width: 40%;
}
.ss_fontsize {
	font-size: 0.8rem;
	color: #999;	font-weight: 400;
}
.slide_text {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.7rem;	font-weight: 400;
	padding: 3% 0 10%;
}
.swiper-pagination-bullet {
	width: 7.5px;
	height: 7.5px;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination.swiper-pagination-bullets {
	background-color: #FFF;
	padding-top: 0;
}
.swiper-pagination-bullet-active {
	background: #999;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px !important;
}
/* ここまでスライダー */


h1 {
	width: 100%;
	font-size: 1.1rem;
	color: #888;
	margin: 5% auto;
}
h2 {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	border-top: 9px solid #CCC;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1.6;
	color:#b5b5b5;
}

.cate_title {
	border-top: solid 3px #ccc;
	text-align: center;
	margin: 20% auto 0;
}
.feature {
	display: block;
	margin: 15% auto 10%;
}
.feature ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.feature ul li {
	margin: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.listleft {
	width: 50%;
	margin: 0;
	text-align: right;
}
.listspace {
	width: 10%;
	margin: 0 auto;
}
.listright {
	width: 30%;
	margin: 0;
	text-align: center;
}
.star img {
	width: 50%;
}
.co_fontsize {
	font-size: 1.20rem;
	padding-left: 2%;
	color:#999;
}
.mini_img {
	width: 100%;
	margin: -2% auto 0;
}
.item_name1 {
	font-size: 0.85rem;
	text-align: center;
}
.rev_itemprice {
	font-size: 1.2rem;
	color: #999;
}
.click_button {
	padding: 12% 0 0 0;
	line-height: 1;
}
.click_button a {
	font-size: 0.8rem;
	padding: 9% 38%;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #666;
	border: solid 1px #999;
	transition: .3s;
}
.click_button a:hover {
	background: #999;
	color: #FFF;
}
.comment_box {
	clear: both;  /* 回り込み解除 */
	text-align: left;
	background-color: #f2f2f2;
	padding-bottom: 2%;
}
.comment_title {
	font-size: 1.3rem;	
	font-weight: 400;
	color:#999;
	padding-left: 8%;
}
.comment_text {
	margin: 0 8%;
}
.comment_text ul li {
	list-style: none;
}
.comment_text li {
	margin: 4% auto;
	line-height: 2.0;
	clear: both;
	position: relative;
	font-size: 1.0rem;
	background-color: #fff;
}
.hide_comment {
	display: none;
}
.text_spec_ttl {
	font-size: 0.95rem;	
	font-weight: 400;
	padding-top: 5%;
	padding-left: 4%;
	color: #333;
}

.review_text {
	margin: 0% 0% 0% 1%;
	padding: 2% 5% 2% 3%;
	line-height: 1.5;
	clear: both;
	position: relative;
	font-size: 0.8rem;
	color: #666;
}
.text_spec_ttl_2 {
    padding: 0 0 3% 4%;
    font-size: 0.7rem;
}
.more_review {
	width: 100%;
	margin: 21% auto 0%;
}
.view_all {
    text-align: right;
    padding-top: 5%;
    font-size: 0.85rem;
}
/*アコーディオン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	width: 100%;
	cursor: pointer;
	text-align: center;
}
.cp_box label:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 15%;
	font-family: 'Noto Serif JP', serif;
	content: '＋';
	transform: translate(-50%, -50%);
	letter-spacing: 0.05rem;
	color: #666;
	font-size: 1.5rem;	
	font-weight: 400;
	height: 53px;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: auto; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label:after {
	font-family: 'Noto Serif JP', serif;
	content: '－';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	transition: all 0.5s;
}
/*ここまでアコーディオン*/

/*ヘッダー固定バー*/
.luxbar-navigation {
	background-color: #f2f2f2;
}

/*---------------
PC
-------------------*/
@media screen and (min-width: 1000px) {
.sp {
	display: none;
}
.pc {
	display: block;
}
}
 @media screen and (max-width: 800px) {
footer {
	margin: 0 auto;
}
.swiper-container:nth-last-child(1) {
	padding-bottom: 4%;
	bottom: -24px;
}

.swiper-pagination.swiper-pagination-bullets {
	height: 10px;
	padding-top: 15px;
}
}
/*---------------
タブレット
-------------------*/
@media screen and (max-width: 768px) {
#warrper {
	width: 98%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
h1 {
	font-size: 1.1rem;
	margin: 3% auto;
	font-weight: 400;
}
h2 {
	line-height: 1.5;
	margin: 0;
}
.feature {
	margin: 10% auto 5%;
}
.feature ul {
	width: 100%;
}
.rev_itemprice {
	font-size: 0.9rem;
}
.co_fontsize {
	font-size: 1.2rem;
}
.mini_img {
	margin: 0% auto;
}
.click_button a {
	padding: 10% 40%;
}
.comment_title {
	padding-left: 7%;
}
.comment_text {
	font-size: 0.9rem;
	margin: 0 7%;
}
.text_spec_ttl {
    font-size: 1rem;
 }
.more_review {
	margin: 0% auto;
}
.more_review2 {
	padding-top:30%;
}
footer {
	margin: 0 auto;
	font-size: 0.7rem;
}
.swiper-container:nth-last-child(1) {
    bottom: -15px;
}
.cp_box label:after {
    left: 17%;
    height: 50px;
	font-size:1.5rem;
}
}


/*---------------
スマホ
-------------------*/
@media screen and (max-width: 479px) {
#warrper {
	text-align: left;
	margin: 0 auto;
	width:95%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.title {
	width: 100%;
}
.date {
	font-size: 0.7rem;
}
h1 {
	font-size: 0.8rem;
	margin:7% auto;
}
h2 {
	font-size: 1.3rem;
	border-top: 4px solid #CCC;
	}
/* スライダー */
.swiper-container {
	margin-top: 15%;
}
.slidestar {
	padding: 3%;
}
.ss_fontsize {
	font-size: 0.7rem;
}
.star img {
	width: 60%;
}
.slide_text {
	font-size: 0.65rem;
	padding: 0 0 3%;
}
/* ここまでスライダー */
.cate_title {
	margin: 35% auto 0;
    border-top: solid 2px #ccc;
}
.feature {
    margin: 10% auto 10%;
}
.co_fontsize {
	font-size: 0.85rem;
}
.mini_img {
    width: 90%;
}
.item_name1 {
	font-size: 0.6rem;
	line-height:1.5;
}
.rev_itemprice {
	font-size: 0.9rem;
}
.click_button {
	line-height: 2;
}
.click_button a {
	font-size: 0.7rem;
	padding: 4% 35%;
}
.comment_title {
	font-size: 1rem;
}
.comment_text {
	font-size: 0.75rem;
}
.text_spec_ttl {
	font-size: 0.8rem;
}
.review_text {
	font-size: 0.75rem;
}
.more_review {
	padding-bottom:10%;
}
footer {
	margin: 0 auto;
	font-size: 0.75rem;
}
.cp_box .cp_container {
	width: 100%;
}
.cp_box label:after {
	left:25%;
	font-size: 1rem;
    height: 48px;
}

.luxbar-menu a, .luxbar-item_list a {
	font-size: 1rem;
}
.luxbar-checkbox:checked ~ .luxbar-menu {
    height: 55vh !important;
}
}
