@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
https://fontawesome.com/v4.7.0/icons/
:before {
	content: "\f14a";
	font-family: FontAwesome;
}
*/


/*top*/
.top_slider {
	position:relative;
	width:100%;
	height:100vh;
}
.top_slider h2 {
	position:absolute;
	/*bottom:20px;*/
	bottom:70px;
	right:0;
	left:0;
	z-index:10;
	width:200px;
	margin:0 auto;
}
.slick-prev {
	left: 20px !important;
	z-index:10;
}
.slick-next {
	right: 20px !important;
	z-index:10;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-wrapper .swiper-slide .slide-img {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    width: 100%;
    height: 100vh;
}
.swiper-wrapper .swiper-pagination {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:20px;
}
.swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
	position:relative;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 100%;
	background: rgba(255,255,255,.7);
	opacity: 1;
	margin-bottom:15px;
}
.swiper-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-bottom:0;
}
.swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	position:absolute;
	top:-3px;
	left:-3px;
	width:10px;
	height:10px;
	display:block;
	border:solid 1px rgba(255,255,255,.7);
	/*border-radius: 100%;*/
	transform:rotate(-45deg);
	content:'';
}
.swiper-wrapper .swiper-slide .slide-img section {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:10;
}
.swiper-wrapper .swiper-slide .slide-img section h3 {
	text-align:center;
	font-size:5.0rem;
	/*font-weight:700;*/
	font-style:italic;
}
.swiper-wrapper .swiper-slide .slide-img section h3 a {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	/*font-weight:700;*/
	font-style:italic;
}
.swiper-wrapper .swiper-slide .slide-img section h3 a:hover {
	text-decoration:none;
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	/*font-weight:700;*/
	font-style:italic;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.swiper-wrapper .swiper-slide .slide-img section h4 {
	text-align:center;
	font-family: 'EB Garamond', serif;
	font-size:1.8rem;
	/*font-weight:700;*/
	font-weight:500;
	font-style:italic;
	color:rgba(255,255,255,.7);
}


.top_cat {
	position:relative;
	width:100%;
	height:100vh;
	background:url(../img/common/bg01.svg) repeat-x center center;
	background-size:auto 100%;
	padding:15vh 0;
}
.top_cat .box {
	position:relative;
	width:1200px;
	height:100%;
	margin:0 auto;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
/* スクロールバー本体 */
.top_cat .box::-webkit-scrollbar{
width: 10px;
background: #cccccc;
}
/* 横方向のスクロールバー本体 */
.top_cat .box::-webkit-scrollbar:horizontal{
width: 10px;
background: #cccccc;
}
/* スクロールバーの動く部分 */
.top_cat .box::-webkit-scrollbar-thumb{
background: #999999;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.top_cat .box::-webkit-scrollbar-thumb:horizontal{
background: #999999;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.top_cat .box::-webkit-scrollbar-track-piece:start{
background: #cccccc;
}
/* スクロールバーの動く部分の後ろ */
.top_cat .box::-webkit-scrollbar-track-piece:end{
background: #cccccc;
}
/* スクロールバー角 */
.top_cat .box::-webkit-scrollbar-corner{
background: transparent;
}
.top_cat #top_cat_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
}
.top_cat .fadeout{
	opacity: 0;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}
.top_cat .fadein{
	opacity: 1;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}
.top_cat .box .box_in {
	position:relative;
	z-index:10;
	visibility: hidden;
}
.top_cat .box .box_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_cat .box .box_in section {
	float:left;
	width:50%;
	padding:0 2.5%;
	margin-bottom:7.5187vh;
	visibility: hidden;
}
.top_cat .box .box_in section:nth-child(2n+1) {
	clear:both;
}
.top_cat .box .box_in section:nth-last-child(-n+2) {
	margin-bottom:0;
}
.top_cat .box .box_in section h2 a {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	font-size:3.5rem;
	font-weight:700;
	font-style:italic;
	color:#FFF;
	line-height:1.5;
	transition: .3s;
	visibility: visible;
}
.top_cat .box .box_in section h2 a:hover {
	text-decoration:none;
}
.top_cat .box .box_in:hover section h2 a:not(:hover){
	opacity: .3;
}
.top_list {
	position:relative;
	width:100%;
	height:100vh;
	background:url(../img/common/bg01.svg) repeat-x center center;
	background-size:auto 100%;
	padding:15vh 0;
}
.top_list .box {
	position:relative;
	width:1200px;
	height:100%;
	margin:0 auto;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
/* スクロールバー本体 */
.top_list .box::-webkit-scrollbar{
width: 10px;
background: #cccccc;
}
/* 横方向のスクロールバー本体 */
.top_list .box::-webkit-scrollbar:horizontal{
width: 10px;
background: #cccccc;
}
/* スクロールバーの動く部分 */
.top_list .box::-webkit-scrollbar-thumb{
background: #999999;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.top_list .box::-webkit-scrollbar-thumb:horizontal{
background: #999999;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.top_list .box::-webkit-scrollbar-track-piece:start{
background: #cccccc;
}
/* スクロールバーの動く部分の後ろ */
.top_list .box::-webkit-scrollbar-track-piece:end{
background: #cccccc;
}
/* スクロールバー角 */
.top_list .box::-webkit-scrollbar-corner{
background: transparent;
}
.top_list #top_list_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
}
.top_list .fadeout{
	opacity: 0;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}
.top_list .fadein{
	opacity: 1;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
}
.top_list .box .box_in {
	position:relative;
	z-index:10;
	visibility: hidden;
}
.top_list .box .box_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_list .box .box_in section {
	float:left;
	width:33.3%;
	padding:0 2.5%;
	margin-bottom:7.5187vh;
	visibility: hidden;
}
.top_list .box .box_in section:nth-child(3n+1) {
	clear:both;
}
.top_list .box .box_in section:nth-last-child(-n+3) {
	margin-bottom:0;
}
.top_list .box .box_in section h2 a {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	font-size:3.5rem;
	font-weight:700;
	font-style:italic;
	color:#FFF;
	line-height:1.5;
	transition: .3s;
	visibility: visible;
}
.top_list .box .box_in section h2 a:hover {
	text-decoration:none;
}
.top_list .box .box_in:hover section h2 a:not(:hover){
	opacity: .3;
}
.top_news {
	position:relative;
	height:100vh;
	padding:4.5833vh 0;
	background:#191F22;
}
.top_news .box {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width:1200px;
	/*height:calc(100vh - (4.5833vh + 4.5833vh + 110px + 3.5rem));*/
	max-height:300px;
	margin:0 auto;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
/* スクロールバー本体 */
.top_news .box::-webkit-scrollbar{
width: 10px;
background: #cccccc;
}
/* 横方向のスクロールバー本体 */
.top_news .box::-webkit-scrollbar:horizontal{
width: 10px;
background: #cccccc;
}
/* スクロールバーの動く部分 */
.top_news .box::-webkit-scrollbar-thumb{
background: #999999;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.top_news .box::-webkit-scrollbar-thumb:horizontal{
background: #999999;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.top_news .box::-webkit-scrollbar-track-piece:start{
background: #cccccc;
}
/* スクロールバーの動く部分の後ろ */
.top_news .box::-webkit-scrollbar-track-piece:end{
background: #cccccc;
}
/* スクロールバー角 */
.top_news .box::-webkit-scrollbar-corner{
background: transparent;
}
.top_news .box .tbl {
	display:table;
	text-align:center;
	margin:0 auto;
}
.top_news .box .tbl section {
	display:table-row;
}
.top_news .box .tbl section time ,
.top_news .box .tbl section p {
	display:table-cell;
	vertical-align:middle;
}
.top_news .box .tbl section time {
	padding:0 2em 0 0;
	font-size:calc(2.8rem * 0.7);
	font-style:italic;
	color: rgba(255,255,255,.7);
}
.top_news .box .tbl section p {
	font-size:2.8rem;
	color:#FFFFFF;
}
.top_news .box .tbl section p a {
	color:#FFFFFF;
	text-decoration:none !important;
}
.top_agent {
	position:relative;
	/*height:100vh;*/
	padding:4.5833vh 0;
	background:#1C242D;
}
.top_agent .box_middle {
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
}
.top_agent .box {
	position:relative;
	z-index: 2;
	/*width:960px;*/
	/*width:1200px;*/
	/*height:calc(100vh - (4.5833vh + 4.5833vh + 110px + 3.5rem));*/
	margin:0 auto;
	/*text-align:center;*/
	/*overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;*/
	display: flex;
	justify-content: center;
}
/* スクロールバー本体 */
.top_agent .box::-webkit-scrollbar{
width: 10px;
background: #cccccc;
}
/* 横方向のスクロールバー本体 */
.top_agent .box::-webkit-scrollbar:horizontal{
width: 10px;
background: #cccccc;
}
/* スクロールバーの動く部分 */
.top_agent .box::-webkit-scrollbar-thumb{
background: #999999;
border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.top_agent .box::-webkit-scrollbar-thumb:horizontal{
background: #999999;
border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.top_agent .box::-webkit-scrollbar-track-piece:start{
background: #cccccc;
}
/* スクロールバーの動く部分の後ろ */
.top_agent .box::-webkit-scrollbar-track-piece:end{
background: #cccccc;
}
/* スクロールバー角 */
.top_agent .box::-webkit-scrollbar-corner{
background: transparent;
}
.top_agent .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_agent .box .box_l ,
.top_agent .box .box_r {
	float:left;
	width:50%;
}
.top_agent .box section {
	margin:0 auto;
	/*margin-bottom:30px;*/
	/*margin-bottom:10px;*/
	margin-bottom:2vh;
	color:#FFF;
	/*display:inline-block;*/
}
.top_agent .box section:last-child {
	margin-bottom:0;
}
.top_agent .box section:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_agent .box section h3 {
	position:relative;
	float:left;
	/*font-size:calc(2.5rem * 0.7);*/
	font-size:1.8rem;
	font-style:italic;
	/*width:260px;*/
	width:25%;
	/*padding:0.5em 0 0;*/
}
.top_agent .box section h3:before {
	position: absolute;
	top:.7em;
	left:0;
	height:1px;
	width:90%;
	background:#FFF;
	display:block;
	content:'';
}
.top_agent .box section h3 span {
	position:relative;
	top:-.2em;
	z-index:5;
	display:inline-block;
	font-style:italic;
	background:#1C242D;
	padding-right:.5em;
}
.top_agent .box section .f_agent_list {
	float:left;
	display:table;
	/*font-size:2.5rem;*/
	/*font-size:1.6rem;*/
	width:75%;
}
.top_agent .box section .f_agent_list dl {
	display:table-row;
}
.top_agent .box section .f_agent_list dl dt ,
.top_agent .box section .f_agent_list dl dd {
	display:table-cell;
	/*width:280px;*/
	width:60%;
	font-size:1.4rem;
	padding-bottom:1vh;
}
.top_agent .box section .f_agent_list dl dt {
	/*width:280px;*/
	width:40%;
}
.top_agent .box section .f_agent_list dl:last-child dt ,
.top_agent .box section .f_agent_list dl:last-child dd {
	padding-bottom:0;
}
.top_agent .box .box_in {
	/*float:left;
	width:50%;*/
}
.top_agent .box .box_in:first-of-type {
	margin-right: 100px;
}
.top_agent .box .box_in:last-of-type {
}
.top_agent .box .box_in dl {
	position: relative;
	display: flex;
}
.top_agent .box .box_in dl:not(:last-of-type) {
	margin-bottom: 1vh;
}
.top_agent .box .box_in dl.mb1 {
	margin-bottom: 2vh;
}
.top_agent .box .box_in dl::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
	background: rgba(255, 255, 255, .7);
	font-size:1.4rem;
	width: calc(100% - 12em);
	height: 1px;
	content: '';
}
.top_agent .box .box_in dl dt {
	padding-right: 1em;
	font-size:1.4rem;
	width: 12em;
}
.top_agent .box .box_in dl dt span {
	display: inline-block;
	white-space: nowrap;
	font-size:1.4rem;
	font-style: italic;
	background:#1C242D;
	color: rgba(255, 255, 255, .7);
	padding-right: 1em;
}
.top_agent .box .box_in dl dd {
	position: relative;
	background:#1C242D;
	font-size:1.4rem;
	color: #FFF;
	padding-left: 1em;
	white-space: nowrap;
}
.top_agent .box .box_in dl dd a {
	display: inline-block;
	white-space: nowrap;
	color: #FFF;
}
.top_agent .box .box_in dl dd a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 700;
	margin-left: .5em;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, .7);
}


/*about*/
.about main {
	background:#FFFFFF;
	color:#1C242D;
	height:auto;
}
.about .page_ttl {
	position:relative;
	height:385px;
	background:url(../img/about/header_bg.png) no-repeat center center;
}
@media screen and (min-width: 1200px) {
.about .page_ttl {
	position:relative;
	height:385px;
	background:url(../img/about/header_bg.png) no-repeat center center;
	background-size:cover;
}
}
.about .page_ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
	white-space:nowrap;
	font-size:5.0rem;
	/*font-style:italic;*/
	color:#FFF;
}
.about .wrap {
	/*background: #ebebeb;*/
	background: #FFF;
	padding-top:150px;
}
.about .wrap .com01 {
	/*width:780px;*/
	width:850px;
	/*margin:0 auto 110px;*/
	margin:0 auto 150px;
}
.about .wrap .com01 p {
	font-size:1.8rem;
	margin:0 0 1em;
}
.about .wrap .com01 p:last-child {
	margin:0;
}

.about .wrap * {
	font-family: 'Shippori Mincho', serif !important;
}
.about .wrap .comment {
	max-width:890px;
	padding: 0 20px;
	margin:0 auto;
	margin-bottom: 100px;
}
.about .wrap .comment p {
	font-size:1.6rem;
}
.about .wrap .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.about .wrap .comment p:last-of-type {
	text-align: right;
}
.about .wrap .box {
	max-width:1040px;
	padding: 0 20px;
	margin:0 auto;
}
.about .wrap h2 {
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.5em;
}

.about .wrap .box section {
	margin:0 0 80px;
	font-size:1.6rem;
}
.about .wrap .box section:last-child {
	margin:0;
}
.about .wrap .box section:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.about .wrap .box section h3 {
	float:left;
	width:145px;
	/*padding-top:120px;*/
}
.about .wrap .box section table {
	float:left;
	width:855px;
}
.about .wrap .box section table th ,
.about .wrap .box section table td {
	padding:0 0 0.5em;
}
.about .wrap .box section table tr:last-child th ,
.about .wrap .box section table tr:last-child td {
	padding:0;
}
.about .wrap .box section table.tbl01 th {
	padding:0 3em 0 0;
	white-space:nowrap;
}
.about .wrap .box section table.tbl02 th {
	padding:0 1em 0 0;
	white-space:nowrap;
}
.about .wrap .box section h3 + p {
	float:left;
	width:855px;
}


/*item*/
.item #slick img {
	width:auto;
	max-width:100%;
}
.item #slick .slick-prev ,
.item #slick .slick-next {
    width: 26px;
    height: 133px;
}
.item #slick .slick-prev:before,
.item #slick .slick-next:before
{
	display:block;
	width:100%;
	height:100%;
	opacity:70%;
}
.item #slick .slick-prev:before
{
    content: '';
	background:url(../img/detail/arrow_l.svg) no-repeat center center;
	background-size:cover;
	opacity:.7;
}
.item #slick [dir='rtl'] .slick-prev:before
{
    content: '';
	background:url(../img/detail/arrow_r.svg) no-repeat center center;
	background-size:cover;
	opacity:.7;
}
.item #slick .slick-next:before
{
    content: '';
	background:url(../img/detail/arrow_r.svg) no-repeat center center;
	background-size:cover;
	opacity:.7;
}
.item #slick [dir='rtl'] .slick-next:before
{
    content: '';
	background:url(../img/detail/arrow_l.svg) no-repeat center center;
	background-size:cover;
	opacity:.7;
}


.item .product_slider {
	/*padding:160px 0 0;*/
	background:#191F22;
}
.item .wrap {
	padding-top:60px;
	background:#191F22;
}
.item .wrap .item_name {
	/*font-size:3.6rem;*/
	font-size:4.6rem;
	/*font-weight:700;*/
	font-style:italic;
	/*line-height:1.4;*/
	line-height:1.1;
	/*width:640px;*/
	width:960px;
	margin:0 auto;
	/*margin-bottom:.3em;*/
	/*margin-bottom:.1em;*/
}
.item .wrap .item_catch {
	font-size:1.8rem;
	font-style:italic;
	/*color:rgba(255,255,255,.7);*/
	color: #9e9e9f;
	/*width:640px;*/
	width:960px;
	margin:0 auto;
	margin-bottom:1.1em;
}
.item .wrap .box {
	/*width:640px;*/
	width:960px;
	margin:0 auto;
	margin-bottom:3em;
	font-size: 1.8rem;
}
.item .wrap .item_specifications {
	/*font-size:1.4rem;*/
	font-size:1.6rem;
	font-style:italic;
	color: #9e9e9f;
	/*width:640px;*/
	width:960px;
	margin:0 auto;
	margin-bottom:.6em;
}
.item .wrap .item_specifications + .box {
	margin-bottom:120px;
}
.item .wrap .accessary_box section {
	margin-bottom:40px;
}
.item .wrap .accessary_box section:last-child {
	margin-bottom:0;
}
.item .wrap .accessary_box section:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .wrap .accessary_box section .img {
	float:left;
	width:280px;
}
.item .wrap .accessary_box section .box_r {
	float:right;
	/*width:440px;*/
	width:640px;
}
.item .wrap .accessary_box section .box_r .type {
	font-size:1.8rem;
	font-style:italic;
	color:#b3b3b3;
}
.item .wrap .accessary_box section .box_r h4 {
	/*font-size:1.6rem;*/
	font-size:2.2rem;
	color:#FFFFFF;
}
.item .wrap .accessary_box section .box_r .comment {
	color:#b3b3b3;
	line-height: 1.4;
}
.item .wrap .box .spec_tbl {
	width:auto;
}
.item .wrap .box .spec_tbl th ,
.item .wrap .box .spec_tbl td {
	padding:.3em .6em;
	border: solid 1px #dbdbdc;
	font-size: 1.5rem;
}
.item .wrap .box .box_r .spec_tbl th ,
.item .wrap .box .box_r .spec_tbl td {
	font-size: 1.4rem;
}
.item .wrap .box .spec_tbl th p:last-child ,
.item .wrap .box .spec_tbl td p:last-child {
	margin-bottom:0;
}
.item .wrap .related_box {
	width:1035px;
	margin:0 auto;
}
.item .wrap .related_box ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.item .wrap .related_box ul li {
	float:left;
	width:315px;
	margin:0 30px 0 0;
}
.item .wrap .related_box ul li:last-child {
	margin:0;
}
.item .wrap .related_box ul li span {
	display:block;
	text-align:center;
	font-size:2.8rem;
	font-weight:700;
	font-style:italic;
	line-height:1.4;
	color:#FFF;
}


/*news*/
.news main {
	background:#FFFFFF;
	color:#1C242D;
	height:auto;
}
.news .wrap {
	/*width:960px;*/
	width:1200px;
	margin:0 auto;
}
.news .wrap * {
	font-family: 'Shippori Mincho', serif !important;
}

.news .wrap article {
	float:left;
	/*width:710px;*/
	width:950px;
}
.news .wrap aside {
	float:right;
	/*width:170px;*/
	width:auto;
	max-width:170px;
}
.news .wrap article .box_in section {
	position:relative;
	/*margin-bottom:80px;
	padding-bottom:60px;*/
	margin-bottom:160px;
}
.news .wrap article .box_in section:last-child {
	margin-bottom:0;
}
/*.news .wrap article .box_in section:after {
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:1px;
	background:#FFF;
	display:block;
	content:'';
}*/
.news .wrap article .box_in section .news_title {
	font-size:2.8rem;
	/*font-weight:700;*/
	line-height:1.4;
	/*margin-bottom:.5em;*/
	margin-bottom:1em;
}
.news .wrap article .box_in section time {
	display:block;
	font-size:2.0rem;
	/*font-weight:700;*/
	font-style:italic;
	color:rgba(28,35,45,.7);
	line-height:1.1;
	/*margin-bottom:1.5em;*/
	margin-bottom:.1em;
}
.news .wrap article .box_in section .news_tag {
	padding:1.5em 0 0;
}
.news .wrap article .box_in section .news_tag a {
	color:rgba(28,35,45,.7);
	font-size:1.4rem;
	font-style:italic;
}
.news .wrap article .box_in section .news_tag a:before {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	content:'#';
}
.news .wrap aside p {
	font-size:1.8rem;
	font-style:italic;
	/*margin-bottom:1em;*/
	margin-bottom:.4em;
	color:rgba(28,35,45,.7);
}
.news .wrap aside ul li {
	font-size:1.8rem;
	font-style:italic;
	margin-bottom:.1em;
	color:rgba(28,35,45,.7);
}
.news .wrap aside ul li:last-child {
	margin-bottom:0;
}
.news .wrap aside ul li a {
	color:rgba(28,35,45,.7);
	font-style:italic;
}
.news .wrap aside ul li a:before {
	/*font-family: 'Playfair Display', serif;*/
	font-family: 'EB Garamond', serif;
	content:'#';
}


/*privacy-cookie*/
.privacy-cookie main {
	background:#FFFFFF;
	color:#1C242D;
	height:auto;
}
.privacy-cookie .page_ttl {
	position:relative;
	height:360px;
	/*background:#808080;*/
	background:#1C242D;
	/*background:url(../img/common/bg03.svg) repeat center center;*/
}
.privacy-cookie .page_ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
	white-space:nowrap;
	font-size:5.0rem;
	font-style:italic;
	color:#FFF;
	text-align:center;
	line-height:1.3;
}
.privacy-cookie .wrap * {
	font-family: 'Shippori Mincho', serif !important;
}

.privacy-cookie .wrap .ttl02 {
	font-weight:normal;
	font-style: normal;
}
.privacy-cookie .wrap .com01 {
	width:780px;
	margin:0 auto;
	font-size:1.8rem;
}
.privacy-cookie .wrap .com01 p {
	/*margin-bottom:1.5em;*/
	margin-bottom:2.5em;
}
.privacy-cookie .wrap .com01 p:last-child {
	margin-bottom:0;
}
.privacy-cookie .wrap .com01 h3 {
	font-size:2.4rem;
	/*font-weight:700;*/
}
/*.privacy-cookie .top_agent {
	background:#595757;
	color:#FFFFFF;
}*/





@media screen and (max-width: 1300px) {
/*top*/
.top_slider {
	width:100%;
	height:100vh;
}
.top_slider h2 {
	position:absolute;
	/*bottom:1.538vw;*/
	bottom:5vw;
	right:0;
	left:0;
	width:15.385vw;
}
.slick-prev {
	left: 20px !important;
}
.slick-next {
	right: 20px !important;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-wrapper .swiper-slide .slide-img {
    width: 100%;
    height: 100vh;
}
.swiper-wrapper .swiper-pagination {
	right:1.538vw;
}
.swiper-wrapper .swiper-slide .slide-img section h3 {
	font-size:5.0rem;
}
.swiper-wrapper .swiper-slide .slide-img section h4 {
	font-size:1.8rem;
}


.top_cat {
	width:100%;
	height:100vh;
	background:url(../img/common/bg01.svg) repeat-x center center;
	background-size:auto 100%;
	padding:15vh 0;
}
.top_cat .box {
	width:92.308vw;
	height:100%;
}
.top_cat .box .box_in section {
	width:50%;
	padding:0 2.5%;
	margin-bottom:7.5187vh;
}
.top_cat .box .box_in section h2 a {
	font-size:3.5rem;
}
.top_list {
	width:100%;
	height:100vh;
	background:url(../img/common/bg01.svg) repeat-x center center;
	background-size:auto 100%;
	padding:15vh 0;
}
.top_list .box {
	width:92.308vw;
}
.top_list #top_list_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top_list .box .box_in section {
	width:33.3%;
	padding:0 2.5%;
	margin-bottom:7.5187vh;
}
.top_list .box .box_in section h2 a {
	font-size:3.5rem;
}
.top_news {
	height:100vh;
	padding:4.5833vh 0;
}
.top_news .box {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width:92.308vw;
	/*height:calc(100vh - (4.5833vh + 4.5833vh + 110px + 3.5rem));*/
	max-height:23.077vw;
}
.top_news .box .tbl section time {
	padding:0 2em 0 0;
	font-size:calc(2.8rem * 0.7);
}
.top_news .box .tbl section p {
	font-size:2.8rem;
}
.top_agent {
	padding:4.5833vh 0;
}
.top_agent .box {
	width:92.308vw;
}
.top_agent .box .box_l ,
.top_agent .box .box_r {
	width:50%;
}
.top_agent .box section {
	margin-bottom:0.769vw;
}
.top_agent .box section h3 {
	font-size:1.8rem;
	width:25%;
}
.top_agent .box section h3:before {
	position: absolute;
	top:.7em;
	left:0;
	width:90%;
}
.top_agent .box section h3 span {
	position:relative;
	top:-.2em;
	padding-right:.5em;
}
.top_agent .box section .f_agent_list {
	width:75%;
}
.top_agent .box section .f_agent_list dl dt ,
.top_agent .box section .f_agent_list dl dd {
	width:60%;
	font-size:1.4rem;
}
.top_agent .box section .f_agent_list dl dt {
	width:40%;
}


/*about*/
.about .page_ttl {
	position:relative;
	height:29.615vw;
	background:url(../img/about/header_bg.png) no-repeat center center;
	background-size:cover;
}
.about .page_ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	font-size:5.0rem;
}
.about .wrap {
	padding-top:11.538vw;
}
.about .wrap .com01 {
	width:65.385vw;
	margin-bottom: 11.538vw;
}
.about .wrap .com01 p {
	font-size:1.8rem;
	margin:0 0 1em;
}
.about .wrap .box section {
	margin:0 0 6.154vw;
	font-size:1.6rem;
}
.about .wrap .box section h3 {
	width:145px;
}
.about .wrap .box section table {
	width:calc(100% - 145px);
}
.about .wrap .box section table th ,
.about .wrap .box section table td {
	padding:0 0 0.5em;
}
.about .wrap .box section table tr:last-child th ,
.about .wrap .box section table tr:last-child td {
	padding:0;
}
.about .wrap .box section table.tbl01 th {
	padding:0 3em 0 0;
}
.about .wrap .box section table.tbl02 th {
	padding:0 1em 0 0;
}
.about .wrap .box section h3 + p {
	width:calc(100% - 145px);
}


/*item*/
.item #slick .slick-prev ,
.item #slick .slick-next {
    width: 2vw;
    height: 10.231vw;
}
.item .product_slider {
	padding:12.308vw 0 0;
}
.item .wrap {
	padding-top:4.615vw;
}
.item .wrap .item_name {
	font-size:3.6rem;
	line-height:1.4;
	width:73.846vw;
	margin-bottom:.1em;
}
.item .wrap .item_catch {
	font-size:1.8rem;
	width:73.846vw;
	margin-bottom:1.1em;
}
.item .wrap .box {
	width:73.846vw;
	margin-bottom:2em;
}
.item .wrap .item_specifications {
	font-size:1.4rem;
	width:73.846vw;
	margin-bottom:.3em;
}
.item .wrap .item_specifications + .box {
	margin-bottom:9.231vw;
}
.item .wrap .accessary_box section {
	margin-bottom:3.077vw;
}
.item .wrap .accessary_box section .img {
	width:13.846vw;
}
.item .wrap .accessary_box section .box_r {
	width:56.923vw;
}
.item .wrap .accessary_box section .box_r .type {
	font-size:1.8rem;
}
.item .wrap .accessary_box section .box_r h4 {
	font-size:1.6rem;
}
.item .wrap .related_box {
	width:79.615vw;
}
.item .wrap .related_box ul li {
	width:24.231vw;
	margin:0 2.308vw 0 0;
}
.item .wrap .related_box ul li span {
	font-size:2.8rem;
}


/*news*/
.news .wrap {
	width:92.308vw;
}
.news .wrap article {
	width:73.077vw;
}
.news .wrap aside {
	max-width:13.077vw;
}
.news .wrap article .box_in section {
	margin-bottom:12.308vw;
}
.news .wrap article .box_in section .news_title {
	font-size:2.8rem;
	line-height:1.4;
	margin-bottom:1em;
}
.news .wrap article .box_in section time {
	font-size:2.0rem;
	line-height:1.1;
	margin-bottom:.1em;
}
.news .wrap article .box_in section .news_tag {
	padding:1.5em 0 0;
}
.news .wrap article .box_in section .news_tag a {
	font-size:1.4rem;
}
.news .wrap aside p {
	font-size:1.8rem;
	margin-bottom:.4em;
}
.news .wrap aside ul li {
	font-size:1.8rem;
	margin-bottom:.1em;
}


/*privacy-cookie*/
.privacy-cookie .page_ttl {
	height:27.692vw;
	/*background:url(../img/common/bg03.svg) repeat center center;*/
}
.privacy-cookie .page_ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	font-size:5.0rem;
	line-height:1.3;
}
.privacy-cookie .wrap .com01 {
	width:60vw;
	font-size:1.8rem;
}
.privacy-cookie .wrap .com01 p {
	margin-bottom:2.5em;
}
.privacy-cookie .wrap .com01 h3 {
	font-size:2.4rem;
}
}



@media screen and (max-width: 768px) {
/*top*/
.top_slider {
	width:100%;
	height:100vh;
}
.top_slider h2 {
	position:absolute;
	bottom:5vw;
	/*bottom:15vw;*/
	right:0;
	left:0;
	z-index:10;
	width:50vw;
}
.slick-prev {
	left: 20px !important;
	z-index:10;
}
.slick-next {
	right: 20px !important;
	z-index:10;
}
.swiper-wrapper .swiper-slide .slide-img {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    width: 100%;
    height: 100vh;
}
.swiper-wrapper .swiper-pagination {
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right:2.604vw;
}
.swiper-wrapper .swiper-slide .slide-img section h3 {
	/*font-size:2.6rem;*/
	font-size:3.0rem;
	white-space:nowrap;
}
.swiper-wrapper .swiper-slide .slide-img section h4 {
	/*font-size:1.4rem;*/
	font-size:1.8rem;
}
.top_news {
	position:relative;
	height:100vh;
	padding:4.5833vh 0;
}
.top_news .box {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width:90%;
	/*height:calc(100vh - (4.5833vh + 4.5833vh + 110px + 3.5rem));*/
	max-height:90vh;
	margin:0 auto;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.top_news .box .tbl {
	display:block;
	text-align:left;
}
.top_news .box .tbl section {
	display:block;
	margin-bottom:2em;
}
.top_news .box .tbl section:last-child {
	margin-bottom:0;
}
.top_news .box .tbl section time ,
.top_news .box .tbl section p {
	text-align:center;
	display:block;
}
.top_news .box .tbl section time {
	color:rgba(255,255,255,.7);
	padding:0 0 .1em 0;
	font-size:calc(2.8rem * 0.45);
}
.top_news .box .tbl section p {
	font-size:1.6rem;
}
.top_agent {
	padding:4.5833vh 0;
	height:auto;
}
.top_agent .title02 {
	padding: .8em 0;
}
.top_agent .box {
	width:92%;
	flex-direction: column;
}
.top_agent .box .box_l ,
.top_agent .box .box_r {
	float:none;
	width:100%;
}
.top_agent .box .box_l {
	margin-bottom:2.604vw;
}
.top_agent .box_middle {
	position: relative;
	top: inherit;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.top_agent .box section {
	/*margin-bottom:2.604vw;*/
	margin-bottom:8vw;
}
.top_agent .box section h3 {
	position:relative;
	float:none;
	font-size:1.8rem;
	width:100%;
	text-align:center;
	/*margin-bottom:6vw;*/
	margin-bottom:8vw;
}
.top_agent .box section h3:before {
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	display:block;
	width:100%;
	height:1px;
	background:#FFF;
	content:'';
	display:none;
}
.top_agent .box section h3 span {
	position:relative;
	top: inherit;
	display: inline-block;
	padding-right:1em;
	padding-left:1em;
}
.top_agent .box section .f_agent_list {
	float:none;
	display:block;
	width:100%;
}
.top_agent .box section .f_agent_list dl {
	display:block;
	padding-left:0;
	margin-bottom:3vw;
}
.top_agent .box section .f_agent_list dl:last-child {
	margin-bottom:0;
}
.top_agent .box section .f_agent_list dl:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_agent .box section .f_agent_list dl dt ,
.top_agent .box section .f_agent_list dl dd {
	display:block;
	float:none;
	width:100%;
	font-size:1.6rem;
	text-align:center;
}
.top_agent .box section .f_agent_list dl dt {
	width:100%;
	font-size:1.4rem;
	font-style:italic;
	color:rgba(255,255,255,.7);
	line-height:1.1;
	padding-bottom:.5vw;
}
.top_agent .box .box_in {
	float:none;
	display:block;
	width:100%;
}
.top_agent .box .box_in:first-of-type {
	margin-right: 0;
	margin-bottom: 3vw;
}
.top_agent .box .box_in dl {
	position: relative;
	display: flex;
	flex-direction: column;
}
.top_agent .box .box_in dl:not(:last-of-type) {
	margin-bottom: 3vw;
}
.top_agent .box .box_in dl.mb1 {
	margin-bottom: 6vw;
}
.top_agent .box .box_in dl::before {
	display: none;
}
.top_agent .box .box_in dl dt {
	width:100%;
	white-space: wrap;
	font-size:1.4rem;
	padding-right: 0;
	text-align:center;
}
.top_agent .box .box_in dl dd {
	width:100%;
	margin-left: 0;
	font-size:1.4rem;
	padding-left: 0;
	text-align:center;
}


/*about*/
.about .page_ttl {
	position:relative;
	/*height:52.083vw;*/
	/*height:80vw;*/
	height:100vw;
	overflow:hidden;
	background:url(../img/about/header_bg.png) no-repeat center center;
	background-size:cover;
}
.about .page_ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
	white-space:nowrap;
	font-size:2.0rem;
}
/*.about .wrap {
	padding-top:18vw;
	color:#1c242d;
}
.about .wrap .com01 {
	width:92%;
	margin-bottom:13.021vw;
	padding-top: 2vw;
}
.about .wrap .com01 p {
	font-size:1.8rem;
	margin:0 0 1em;
}
.about .wrap .box {
	width:92%;
}
.about .wrap .box section {
	margin:0 0 10.417vw;
	font-size:1.6rem;
}
.about .wrap .box section h3 {
	float:none;
	width:100%;
	text-align:center;
}
.about .wrap .box section table {
	float:none;
	width:100%;
}
.about .wrap .box section table th ,
.about .wrap .box section table td {
	display:block;
	padding:0 0 0.5em;
	padding-left:0;
	text-align:center;
}
.about .wrap .box section table th {
	font-weight:normal;
	font-style:italic;
	color:rgba(0,0,0,.7);
}
.about .wrap .box section table td {
	padding-bottom:1.5em;
}
.about .wrap .box section table tr:last-child th ,
.about .wrap .box section table tr:last-child td {
	padding:0;
	padding-left:0;
}
.about .wrap .box section table tr:last-child td {
	padding-bottom:0;
}
.about .wrap .box section table th {
	font-weight:normal;
}
.about .wrap .box section table.tbl01 th {
	padding:0;
	padding-left:0;
	white-space: normal;
}
.about .wrap .box section table.tbl02 th {
	padding:0;
	padding-left:0;
	white-space: normal;
}*/
.about .wrap {
	padding-top:20vw;
}

.about .wrap .comment {
	max-width:100%;
	padding: 0 4%;
	margin:0 auto;
	margin-bottom: 15vw;
}
.about .wrap .comment p {
	font-size:1.6rem;
}
.about .wrap .comment p:not(:last-of-type) {
	margin-bottom: 1.2em;
}
.about .wrap .comment p:last-of-type {
	text-align: left;
}
.about .wrap .box {
	max-width:100%;
	padding: 0 4%;
}
.about .wrap h2 {
	font-size: 2.0rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.5em;
}

.about .wrap .box section {
	margin:0 0 10vw;
	font-size:1.6rem;
}
.about .wrap .box section h3 {
	float:none;
	width:100%;
	font-size: 1.8rem;
	margin-bottom: .4em;
	text-align: center;
}
.about .wrap .box section table {
	float:none;
	width:100%;
}
.about .wrap .box section table th ,
.about .wrap .box section table td {
	display: block;
	padding:0 0 0.5em;
	text-align: center;
}
.about .wrap .box section table th {
	color: rgba(0,0,0,.7);
}
.about .wrap .box section table td {
	padding-bottom: 1em;
}

.about .wrap .box section table tr:last-child th ,
.about .wrap .box section table tr:last-child td {
	padding:0;
}
.about .wrap .box section table.tbl01 th {
	padding:0;
	white-space:wrap;
}
.about .wrap .box section table.tbl02 th {
	padding:0;
	white-space:wrap;
}
.about .wrap .box section h3 + p {
	float:none;
	width:100%;
}


/*item*/
.item #slick .slick-prev ,
.item #slick .slick-next {
    width: 3.385vw;
    height: 17.318vw;
}


.item .product_slider {
	/*padding:22vw 0 0;*/
	padding:0;
}
.item .wrap {
	padding-top:10.417vw;
}
.item .wrap .item_name {
	font-size:2.4rem;
	line-height:1.4;
	/*width:92%;*/
	width:80%;
	margin-bottom:.1em;
}
.item .wrap .item_catch {
	font-size:1.8rem;
	/*width:92%;*/
	width:80%;
	margin-bottom:1.1em;
}
.item .wrap .box {
	/*width:92%;*/
	width:80%;
	margin-bottom:2em;
}
.item .wrap .item_specifications {
	font-size:1.4rem;
	/*width:92%;*/
	width:80%;
	margin-bottom:.3em;
}
.item .wrap .item_specifications + .box {
	margin-bottom:10.417vw;
}
.item .wrap .accessary_box {
	width:100%;
}
.item .wrap .accessary_box section {
	margin-bottom:5.208vw;
}
.item .wrap .accessary_box section .img {
	float:none;
	width:100%;
	margin-bottom:3vw;
}
.item .wrap .accessary_box section .box_r {
	float:none;
	width:80%;
	margin: 0 auto;
}
.item .wrap .accessary_box section .box_r .type {
	font-size:1.8rem;
}
.item .wrap .accessary_box section .box_r h4 {
	font-size:1.6rem;
}
.item .wrap .box .spec_tbl {
	width:100%;
}
.item .wrap .box .spec_tbl th ,
.item .wrap .box .spec_tbl td {
	display:block;
	padding:.3em .6em;
	border: solid 1px #b3b3b3;
	border-bottom: none;
}
.item .wrap .box .spec_tbl th {
	font-weight:bold;
}
.item .wrap .box .spec_tbl tr:last-child td {
	border-bottom: solid 1px #FFF;
}
.item .wrap .related_box {
	/*width:92%;*/
	/*width:80%;*/
	width:100%;
}
.item .wrap .related_box ul li {
	float:none;
	width:100%;
	margin:0;
	margin-bottom:5vw;
}
.item .wrap .related_box ul li:last-child {
	margin:0;
}
.item .wrap .related_box ul li span {
	font-size:2.0rem;
	line-height:1.4;
}


/*news*/
.news .wrap {
	/*width:92%;*/
	width:80%;
	padding-top:30vw;
}
.news .wrap article {
	float:none;
	width:100%;
	margin-bottom:10vw;
}
.news .wrap aside {
	float:none;
	width:100%;
	max-width: inherit;
	padding-top:15vw;
	padding-bottom:5vw;
}
.news .wrap article .box_in section {
	position:relative;
	/*margin-bottom:15vw;*/
	margin-bottom:20vw;
}
.news .wrap article .box_in section:after {
	position:absolute;
	bottom:-10vw;
	left:0;
	width:10%;
	height:1px;
	background:#CCC;
	display:block;
	content:'';
}
.news .wrap article .box_in section .news_title {
	font-size:2.0rem;
	line-height:1.4;
	margin-bottom:1em;
}
.news .wrap article .box_in section time {
	font-size:1.6rem;
	margin-bottom:.1em;
	color:rgba(28,36,45,.7);
}
.news .wrap article .box_in section .news_tag {
	/*padding:1.5em 0 0;*/
	padding:0;
}
.news .wrap article .box_in section .news_tag a {
	font-size:1.4rem;
}
.news .wrap article .box_in section .contents img {
	margin-left:-12.5%;
	width:125%;
	max-width:none;
}
.news .wrap aside p {
	font-size:1.6rem;
	margin-bottom:.4em;
}
.news .wrap aside ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.news .wrap aside ul li {
	float:left;
	font-size:1.6rem;
	margin-right:.5em;
	margin-bottom:.1em;
}


/*privacy-cookie*/
.privacy-cookie .page_ttl {
	position:relative;
	/*height:46.875vw;*/
	height:100vw;
	overflow:hidden;
	/*background:url(../img/common/bg03.svg) repeat center center;*/
}
.privacy-cookie .page_ttl h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	display:inline-block;
	white-space: nowrap;
	font-size:1.8rem;
	/*line-height:1.3;*/
	line-height:1.2;
}
.privacy-cookie .wrap {
	padding-bottom:20vw;
}
.privacy-cookie .wrap .com01 {
	/*width:92%;*/
	width:80%;
	font-size:1.6rem;
}
.privacy-cookie .wrap .com01 p {
	margin-bottom:2.5em;
}
.privacy-cookie .wrap .com01 h3 {
	font-size:2.0rem;
}
}


