@charset "utf-8";

/********************共通*******************/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed!important;
    }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
strong {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 1.8rem;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
main {
	display: block;
	box-sizing: border-box;
}

section {
    padding:0!important;
}

html{
	font-size: 62.5%;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}

h4, h5, h6, strong,
.main_block p {
    color: #fff;
}

figure {
	margin: 0;
}

iframe{
	vertical-align: bottom;
}

table{
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	width: 100%;
}

th,td{
	vertical-align:top;
	text-align:left;
	color: #fff;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
    font-size: 62.5%;
    font-family: 'Noto Sans Japanese', sans-serif;
}

.mt50{ margin-top:50px!important; }
.mb50{ margin-bottom:50px!important; }
.w100p{ width: 100%!important; }

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #329637;
}

input[type=submit]{
	-webkit-appearance: none;
}

input[type=button], input[type=submit], input[type=reset]{
	border: solid 1px #ccc;
	border-radius: 5px;
	-webkit-appearance: none;
}

address{
	font-style: normal;
}

@media (max-width: 768px) {
	body{
		letter-spacing: 0.01em;
		line-height: 1.6;
	}

	select, input[type="text"], input[type="password"], input[type="tel"], input[type="email"],
	input[type="url"], input[type="search"], input[type="number"],
	textarea{
		font-size: 16px;
		/*transform: scale(0.8);*/
	}
}

/* align */
.ta-c{ text-align: center!important; }
.ta-l{ text-align: left!important; }
.ta-r{ text-align: right!important; }

/* スクロールコンテンツ表示 */
.js-animation {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1s;
}

.js-animation.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.container{
	width: 1200px;
	margin: 0 auto;
}

.sp{
	display: none;
}

body{
	position: relative;
}

.page_ttl {
	font-size: 240%;
	color: #fff;
	background: #329637;
	padding: 58px 0;
	text-align: center;
	font-weight: bold;
}

.page_ttl span {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: lighter;
}


.btn_contact{
	text-align: center;
	margin: 100px 0;
	color: #fff;
	background-color: #333;
	padding: 100px 0;
}

.btn_contact a{
	color: #fff;
	background-color: #654848;
	border: solid 2px #654848;
	border-radius: 20px;
	width: 45%;
	display: inline-block;
	padding: 25px;
	font-size: 2.8rem;
	letter-spacing: 0.8rem;
}

.dli-chevron-right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	display: inline-block;
	margin-left: 20px;
	margin-top: -5px;
}

.btn_contact a:hover{
	background-color: #fff;
	color: #654848;
	transition: 0.3s;
}

.btn_contact a:hover .dli-chevron-right{
	color: #654848;
}

/*共通 ここまで*/


/* カタログstyle */
.main_block{
	background-color: #666666;
}

.main h3{
	margin-bottom: 50px;
}

.main h3 img{
	width: 100%;
}

.page_contents_menu{
	background-color: #333333;
	border-radius: 20px;
	padding: 50px;
	margin: 50px 0;
}

.page_contents_menu h4{
	font-size: 2.5rem;
	margin-bottom: 20px;
	display: flex;
	justify-content: center; /* 追加：横方向に中央揃え */
	align-items: center;
	gap: 10px;
	flex-wrap: wrap; /* 追加：狭い画面で折り返す */
}

.c_menu{
	width: 60%;
	margin: 0 auto;
}

.c_menu a{
	color: #fff;
	text-decoration: underline;
}

.c_menu a:hover{
	color: #5e696c;
	transition: 0.3s;
}

.c_menu ul{
	padding-left: 50px;
	margin-bottom: 10px;
}

.c_menu ul a{
	text-decoration: none;
}

.contents_block h3 img{
	width: 100%;
}

.contents_text{
	background-color: #333333;
	padding: 50px 0;
}

.contents_box{
	padding: 50px;
}

.contents_box h4{
	font-size: 3rem;
	text-align: center;
	padding: 50px 0 100px;
}

.contents_box .container section{
	margin-bottom: 80px;
}

.con_img{
	margin-bottom: 40px;
	position: relative;
}

.con_img h5{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.5rem;
}

.con_desc div{
	margin-bottom: 40px;
}

.con_desc div h6{
	font-size: 2.3rem;
	font-weight: bold;
}

.con_desc strong{
	font-weight: bold;
}

.point h4{
	font-size: 2.8rem;
	text-align: center;
	padding: 0;
	background-color: #333333;
}

.point_block{
	display: flex;
	justify-content: space-between;
	margin:20px 0 50px;
}

.point_block div{
	width: 30%;
}

.point_block div img{
	width: 100%;
	height: auto;
}


.point_block div h5{
	font-size: 2.1rem;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}

.voice{
	background-color: #333;
	padding-bottom: 50px;
}

.voice h4{
	color: #666666;
	font-family: din-condensed, sans-serif;
	font-size: 14rem;
	font-weight: 300;
	text-align: center;
	position: relative;
}

.voice h4 span{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.voice_list{
	display: flex;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 40px;
	align-items: center;
}

.voice_list div:first-of-type{
	width: 15%;
	margin-right: 40px;
	text-align: center;
}

.voice_list div:last-child{
	flex: 1;
}

.voice_list span{
	display: block;
	color: #654848;
	text-align: center;
	margin-top: 10px;
}

.voice_list div{
	color: #333333;
}

.voice_list div:last-child h5{
	color: #333;
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.voice_list div:last-child p{
	color: #333;
}

.item_box{
	background-color: #333333;
	padding-bottom: 100px;
}

.item_box h4{
	font-size: 3rem;
	text-align: center;
	padding: 100px 0 50px;
}

.item_table{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}

.item_table.t_pc{
	display: table;
}

.item_table.t_sp{
	display: none;
}

.item_table th{
	font-size: 2.5rem;
	text-align: center;
	background-color: #666666;
}

.item_table.t_pc th:nth-child(1),
.item_table.t_pc th:nth-child(3){
	width: 400px;
}

.item_table th,
.item_table td{
	padding: 15px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #fff;
}

.item_table.t_pc td:nth-child(2){
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
}

.item_table.t_sp tr:nth-child(5) td{
	text-align: center;
	vertical-align:middle;
}

.item_table img{
	display: block;
	margin-bottom: 10px;
}

.item_table tr:nth-child(3) td,
.item_table tr:nth-child(4) td{
	text-align: center;
	vertical-align: middle;
}

.item_table.table2 tr:nth-child(3) td,
.item_table.table2 tr:nth-child(4) td{
	text-align: left;
}

.item_table.table2 tr:nth-child(3) td:nth-child(2),
.item_table.table2 tr:nth-child(4) td:nth-child(2){
	text-align: center;
}

.item_t{
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
}

.comment{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px 0;
}

.comment div{
	width: 45%;
	background-color: #666;
	border-radius: 20px;
	padding: 30px;
}

.comment h4{
	font-size: 2rem;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
}


.lineup{
	padding-top: 100px;
	background-color: #666666;
}

.lineup h3{
	color: #333;
	font-family: din-condensed, sans-serif;
	font-size: 14rem;
	font-weight: 300;
	text-align: center;
	position: relative;
}

.lineup h3 span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color:#fff;
}

.lineup_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
	margin-top: 50px;
}

.lineup_box .img{
	width: 25%;
	margin-right: 50px;
	text-align: center;
}

.lineup_box .img p{
	margin-top: 15px;
}

.lineup_box .desc{
	flex: 1;
}

.desc p{
	color: #fff;
}

.lineup_box h4{
	font-size: 2.0rem;
	margin-bottom: 20px;
}

.lineup_box table{
	margin-bottom: 20px;
}

.lineup_box tr{
	border-right: solid 2px #fff;
}

.lineup_box th{
	border: solid 2px #fff;
	text-align: center;
	background-color: #333;
	font-size: 1.5rem;
	padding: 10px;
}

.lineup_box td{
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	font-size: 1.5rem;
	padding: 15px;
}

.item_link{
	text-align: right;
	margin-bottom: 20px;
}

.item_link a{
	background-color: #654848;
	color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	border:solid 2px #654848;
	display: inline;
}

.item_link a:hover{
	background-color: #fff;
	color: #654848;
	transition: 0.3s;
}

.purchase{
	text-align: right;
}

.purchase img{
	width: auto;
	display: inline-block;
}

.purchase div{
	position: relative;
	display: inline-block;
}

.purchase div::after{
	position: absolute;
	width: 100%;
	height: 20px;
	background-color: #654848;
	content: "";
	bottom: 10px;
	right: 0%;
	z-index: -1;
}

.purchase div p{
	font-size: 50px;
	font-weight: bold;
	color: #f0ca94;
	text-align: right;
	position: relative;
}

.purchase p:last-child span{
	font-size: 65px;
	font-weight: bold;
	color: #f0ca94;
}

.inqArea .mail p:nth-child(2),
.inqArea .tel p:nth-child(2){
	font-size: 14px;
}

.fs14{ font-size: 1.4rem !important; }

@media screen and (max-width: 1200px) {
	.container{
		width: 90%;
	}

	.purchase p:last-child{
		font-size: 4vw;
	}

	.purchase p:last-child span{
		font-size: 5vw;
	}

	.check_box2 h6{
		font-size: 2rem;
		padding-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1100px) {
	.pc-view2{
		display: none;
	}
	.sp-view2{
		display: block;
	}
    .sp {
        display: block;
    }

}

@media screen and (max-width: 960px) {
	.btn_contact{
		margin: 40px 0;
		padding: 100px 20px;
	}

	.btn_contact a{
		width: 100%;
		font-size: 1.8rem;
		padding: 20px;
	}
}

@media screen and (max-width:599px){
	*{
		font-size: 1.4rem;
	}

	.breadcrumb ul li,
	.breadcrumb ul li a{
		font-size: 1.4rem;
		color: #000;
	}

	.inqArea .inr.flex {
		flex-direction: column;
	}

	.inqArea .inr.flex > div{
		width: 100%;
	}

	.ps{
		font-size: 1.4rem!important;
	}

	.bnrArea .flex {
		justify-content: flex-start;
	}

	.bnrArea ul li:nth-child(odd) {
		margin-right: 15px;
	}

	.bnrArea ul li {
		max-width: 225px;
		width: calc(100% / 2 - 10px);
		margin-bottom: 15px;
	}

	.inqArea .tel {
		border-right: none;
		border-bottom: 1px solid #b2b2b2;
	}

	.table-container{
		overflow-x: auto;
		white-space: nowrap;
		display: block;
		width: 100%;
	}

	.lineup_box .img{
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.lineup_box .desc{
		width: 100%;
		flex: unset;
	}

	.item_link{
		text-align: center;
	}

	.item_link a{
		padding: 20px;
		width: 100%;
		display: block;
	}

	.purchase p:last-child{
		font-size: 5vw;
	}

	.purchase p:last-child span{
		font-size: 6vw;
	}

	.purchase div::after{
		height: 10px;
	}

	.main h4{
		font-size: 2rem;
	}

	.main ul{
		flex-wrap: wrap;
	}

	.main ul li{
		width: 100%;
		margin-bottom: 10px;
		line-height: 1.2;
	}

	.entry_no p,
	.entry_no span{
		font-size: 2rem;
	}

	.entry_no h3,
	.entry_no h3 span{
		font-size: 5rem;
	}

	.enclosure_box{
		font-size: 2rem;
		gap: unset;
	}

	.circle_box{
		flex-wrap: wrap;
	}

	.circle_box div:first-of-type{
		width: 100%;
		height: auto;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 10px;
	}

	.circle_box div:last-child{
		width: 100%;
		position: unset;
	}

	.circle_box div:last-child p:first-of-type{
		font-size: 1.8rem;
	}

	.circle_box div:first-of-type h4{
		position: unset;
		transform: unset;
		font-size: 2rem;
	}

	.check_box1 h5{
		font-size: 2rem;
	}

	.check_box1 h5::before{
		background-size: 80%;
		left: 10px;
		top: -32px;
	}

	.check_box1_li{
		padding: 15px;
	}

	.check_box1 ul h6{
		font-size: 2rem;
	}

	.entry1_box{
		flex-wrap: wrap;
	}

	.entry1_box_text{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.entry1_box_text h5{
		font-size: 2rem;
	}

	.check_box2::before{
		background-size: 80%;
	}

	.check_box2 h6{
		font-size: 2rem;
	}

	.check_box2 p{
		font-size: 1.6rem;
	}

	.entry1_box_text div{
		margin-bottom: 20px;
	}

	.voice h4{
		font-size: 8rem;
	}

	.voice_list{
		padding: 20px;
	}

	.voice_list div:first-of-type{
		margin-right: 20px;
		width: 20%;
	}

	.voice_list span{
		font-size: 1rem;
	}

	.bracket-left{
		margin-top: -30%;
	}

	.bracket-right {
		margin-top: 25%;
	}

	#entry2 .check_box1_li{
		flex-wrap: wrap;
	}

	.check_box1_img span{
		font-size: 2rem;
		display: inline;
	}

	.check_box1_img div{
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.check_box1_img div p{
		margin-bottom: 15px;
	}

	.entry2_block{
		flex-wrap: wrap;
	}

	.entry2_box_text{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.entry2_block div,
	.entry2_block img{
		width: 100%;
	}

	.comparison_check{
		flex-wrap: wrap;
	}

	.check_box3{
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 40px;
	}

	.check_box3::before{
		background-size: 80%;
	}

	.check_box3 h4{
		font-size: 2rem;
	}

	.lineup h3{
		font-size: 8rem;
	}

	.bracketstyle .bracket-left{
		margin-top: -57%;
	}

	.bracketstyle .bracket-right {
		margin-top: 54%;
	}

	.page_contents_menu{
		padding: 20px;
	}

	.c_menu{
		width: 100%;
	}

	.c_menu ul{
		margin-left: 0px;
		margin-top: 20px;
		padding-left: 0;
	}

	.c_menu ul a{
		padding: 5px;
		font-size: 1.5rem;
		display: block;
	}

	.c_menu a:hover{
		transition: none;
		color: #fff;
	}

	.contents_box h4,
	.item_box h4{
		font-size: 2.3rem;
	}

	.contents_box{
		padding: 0;
	}

	.con_img h5{
		font-size: 2.1rem;
		width: 100%;
		text-align: center;
	}

	.con_desc div h6{
		font-size:2rem;
	}

	.contents_box h4{
		padding-bottom: 50px;
	}

	.point h4{
		padding-bottom: 0;
	}

	.point_block{
		flex-wrap: wrap;
	}

	.point_block div{
		width: 100%;
		margin-bottom: 30px;
	}

	.point_block div h5,
	.voice_list div:last-child h5,
	.item_table th,
	.contents_box h4, .item_box h4,
	.item_t{
		font-size: 2rem;
	}

	.comment div{
		width: 100%;
		margin-bottom: 30px;
	}

	.item_table.t_pc{
		display: none;
	}

	.item_table.t_sp{
		display: table;
	}

	.item_table.table2 tr:nth-child(3) td:nth-child(2),
	.item_table.table2 tr:nth-child(4) td:nth-child(2){
		text-align: left;
	}

	.item_table tr:nth-child(3) td, .item_table tr:nth-child(4) td{
		vertical-align: top;
		text-align: left;
	}
}