@charset "utf-8";

/* リセット */
.contentsInner ul li{
  float: none;
}
@media screen and ( max-width:767px) {
	.hid-sp{
		display: none;
	}
}
@media screen and ( min-width:768px) {
	.hid-pc{
		display: none;
	}
}



/*
TOPページ全体
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0 auto;
  box-sizing: border-box;
  /* color: #1b1b1b; */
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 3.0rem;
}
h3 {
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
  font-size: 3.0rem;
  margin: 0;
  padding: 0;
}
h4 {
  font-weight: normal;
  font-size: 1.8rem;
}
h5 {
  font-weight: normal;
}
h6 {
  font-weight: normal;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #1b1b1b;
}
a:hover {
  text-decoration: none;
}
a i {
  color : #ffffff;
}
p,dl {
  line-height: 1.6;
}
#new_top {
  line-height: 1;
  font-size: 65.2%;
}
.forSP {
  display: none !important;
}
.forPC {
  display: inline !important;
}
.en-txt {
  text-align: center;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  font-family: 'Zilla Slab', serif;
  letter-spacing: 2px;
}
.inner {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}
.l_box {
  float: left;
}
.r_box {
  float: right;
}
.btn_s {
  max-width: 160px;
  min-width: 160px;
  position: relative;
  display: block;
}
.btn_s a {
  padding: 10px 10px;
}
.btn_l {
  width: 48%;
  margin: 0 1%;
  position: relative;
  display: block !important;
}
.btn_long {
  width: 95%;
  max-width: 940px;
}
.btn_long div {
  width: 100%;
  max-width: 600px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #4d4c40;
  color: #ffffff;
  padding: 15px 0;
  font-size: 1.8rem;
}
.btn_l a {
  padding: 15px 10px;
}
.btn-orange a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-right:20px;
  background: #f39400;
  color: #ffffff !important;
  position: relative;
}
.btn-orange a:after {
  position: absolute;
  content: '';
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}
.btn-gray a {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #666666;
  color: #ffffff !important;
}
.morelook div{
  background-color: transparent;
  border: 1px solid #4d4c40;
  color: #4d4c40;
}
.morelook > .switch{
  display: none;
}
.morelook_area{
  display: none;
}
.morelook_area > .column3{
  margin-top: 3%;
}
.icon-plus::after {
  content:  url("../images/icon-plus.svg");
  position: absolute;
  top: 47%;
  right: 20px;
  margin-top: -7px;
}
.icon-minus::after {
  content:  "";
  position: absolute;
  top: 60%;
  right: 20px;
  width: 18px;
  height: 5px;
  margin-top: -7px;
  border-top: #4d4c40 solid 2px;
}

/* for sp */
@media screen and (max-width: 767px) {
	h2 {
	  font-size: 2.4rem;
	}
	h3 {
	  font-size: 2.2rem;
	}
	h4 {
	  font-size: 1.8rem;
	}
	.forSP {
	  display: inline !important;
	}
	.forPC {
	  display: none !important;
	}
	.en-txt {
	  font-size: 1.2rem;
	}
}

/*
共通レイアウト
--------------------------------------------------*/
/* 2カラム */
.column2{
  display: flex;
  overflow: hidden;
  padding: 3px;
  box-sizing: border-box;
}
.column2 li{
  width: 48.5%;
  overflow: hidden;
}
.column2 li a{
	width: 100%;
}
.column2 li:nth-child(odd){
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .column2{
    display: block;
  }
  .column2 li{
    width: 100%;
  }
  .column2 li:nth-child(odd){
    margin: 0;
  }
  .column2 li:not(:first-child){
    margin-top: 3%;
  }
.btn_long div{
  font-size: 1.4rem;
  padding: 6px;
}
.btn_long a{
  font-size: 1.4rem;
  padding: 8px;
}
.arrow_s::before{
    width: 10px;
    height: 10px;
    right: 28px;
}
}
/* 3カラム */
.column3 {
    display: flex;
    overflow: hidden;
    padding: 3px;
    box-sizing: border-box;
    margin-top: 2%;
}
.column3 li{
  width: 31.3%;
  overflow: hidden;
}
.column3 li:not(:last-child){
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .column3{
    display: block;
  }
  .column3 li{
    width: 100%;
  }
  .column3 li:not(:last-child){
    margin: 0;
  }
  .column3 li:not(:first-child){
    margin-top: 3%;
  }
#recommend_product .contentsInner ul li{
  padding: 2%;
}	
}
/* 左画像、右テキストレイアウト */
.verticalBox{
  display: flex;
  height: 100%;
  overflow: hidden;
}
.verticalBox_left{
  position: relative;
  width: 55%;
}
.verticalBox_right{
  width: 45%;
  padding: 0 12px 2.2% 15px;
}
.verticalBox_right:after {
    content: "";
    position: absolute;
    top:calc(50% - 1rem);
    right: 20px;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 1px #414042;
    border-right: solid 1px #414042;
    transform: rotate(45deg);
    }
.img_stretch{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
@media screen and (max-width: 767px) {
	#column .column2 a,
	#feature .column2 a,
	#feature .column3 a,
	#newitem .column3 a,
	#recommend_product .column3 a{
		display: flex;
		justify-content: space-between;
	}
	#newitem .column3 li a,
	#recommend_product .column3 li a{
		flex-direction: row-reverse;
	}
	#column .column2 .verticalBox_left,
	#feature .column2 .verticalBox_left,
	#feature .column3 .feature_col3_img,
	#newitem .column3 .img_block,
	#recommend_product .column3 .img_block{
		width: calc( 100% * 404 / 748 );
		position: relative;
		overflow: hidden;
		display: block;
	}
	#column .column2 .verticalBox_left img,
	#feature .column2 .verticalBox_left img,
	#feature .column3 .feature_col3_img img,
	#newitem .column3 .img_block img,
	#recommend_product .column3 .img_block img{
		position: absolute;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	#feature .column2 .verticalBox_right,
	#feature .column3 .ttl_block,
	#newitem .column3 .ttl_block,
	#recommend_product .column3 .ttl_block,
	#column .column2 .verticalBox_right{
		padding: 2vw 5vw 2vw 2vw;
		width: 45%;
	}
	#recommend_product .column3 .ttl_block{
		padding: 0 5vw 0 0;
	}
	#newitem .column3 .ttl_block{
		padding: 5vw 5vw 5vw 2vw;
	}
	#column .column2 .verticalBox_right{
		padding: 2vw;
	}
	#feature .column2 .verticalBox_right:after,
	#feature .column3 .ttl_block:after,
	#newitem .column3 .ttl_block:after,
	#recommend_product .column3 .ttl_block:after{
		right: 1.8vw;
	}
	#column .column2 .verticalBox_right .column_text01,
	#feature .column2 .verticalBox_right .feature_text01,
	#feature .column3 .ttl_block .ttl,
	#newitem .column3 .ttl_block .ttl,
	#recommend_product .column3 .ttl_block .ttl{
		font-size: 1.6rem;
		text-align: left;
		padding: 0;
		margin: 0;
		font-weight: bold;
		line-height: 1.3;
	}
	#column .column2 .verticalBox_right .column_text02,
	#feature .column2 .verticalBox_right .feature_text02,
	#feature .column3 .ttl_block .sub_ttl,
	#newitem .column3 .ttl_block .sub_ttl,
	#recommend_product .column3 .ttl_block .sub_ttl{
		font-size: 1.2rem;
		text-align: left;
		margin-top: 7px;
		line-height: 1.5;
		min-height: 50px;
	}
  .img_stretch{
    justify-content:flex-start;
  }
}

/*
headerBlock
--------------------------------------------------*/
#header #gNavList li a:hover{
  text-decoration: underline;
}
#subNav {
  margin-top: 18px;
  padding: 0;
}
#subNav li a.btn_contact{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  padding: 0 20px 0 0;
  color: #fff;
  font-weight: normal;
}
#fix-contact{
  display: none;
}
@media screen and (max-width: 767px) {
  #subNav{
    display: block;
    position: absolute;
    margin: 0;
    width: auto;
    top: 7px;
    right: 56px;
    line-height: 1;
    z-index: 9999;
  }
  #subNav li{
    display: inline-block;
  }

  #subNav li a.btn_contact{
    width: 132px;
    height: 33px;
    padding: 0 10px;
    background-image: none;
  }
  #subNav li a span{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 420px) {
  #subNav li{
    line-height: 1;
  }
  #subNav li a.btn_contact{
    width: auto;
  }
  #subNav li a span.icon_mail{
    width: 18px;
  }
}

/*
mainVisual
--------------------------------------------------*/

/* slickスライダー */
#hero-firstview img{
  width:100%;
  height:auto;
  display:block;
}
#hero-firstview{
  overflow:hidden;
  max-width: 1130px;
  margin: 0 auto 20px auto;
}
.slick-dotted.slick-slider{
    margin-bottom:0;
}
.top-main-slider .slick-slide{
    opacity: 0.3;
}
.top-main-slider .slick-slide img {
  max-width: 100%;
}
.top-main-slider .slick-current{
    opacity: 1;
}
.slick-dotted.slick-slider{
	margin-bottom:0;
}
.slick-dots li button::before{
	content: "●";
    font-size: 11px;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before {
    color: #f24e02;
    }
.slick-dots li button::before{
	color:#fff;
	opacity:1;
}
.slick-dots {
    position: absolute;
    bottom: 12px;
}
.slick-prev,.slick-next{
	z-index:1000;
}
.slick-prev{
	left:25px;
}
.slick-next{
	right:25px;
}
.slick-prev:before,
.slick-next:before{
  content: "";
  position: absolute;
  top: 20px;
  width: 1em;
  height: 1em;
	opacity:1;
}
.slick-prev:before{
  left: -3em;
  border-top: solid 2px #414042;
  border-left: solid 2px #414042;
  transform: rotate(-45deg);

}
.slick-next:before{
  right: -3em;
  border-top: solid 2px #414042;
  border-right: solid 2px #414042;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slick-dots{
    bottom: 0;
  }
  .top-main-slider .slick-slide{
    opacity: 1;
  }
}

/*
news_area
-------------------------------------------------- */
.news_area{
	overflow: hidden;
	background:#f1ede1;
}
.news_area .l_box{
  width:24%;
  margin: 32px 0;
	padding: 5px 2% 16px 0;
}
.news_area .r_box{
	width:74%;
	margin: 25px 0;
	padding:10px 3%;
  border-left: 1px solid #4d4c40;
}
.news_area h3{
	text-align: center;
}
.news_area h3 span{
	font-size:1.6rem;
	padding-left:1rem;
}
.btn-gray{
	margin:20px 0;
}
.btn-gray a {
    display: block;
    width:90%;
    max-width: 165px;
    margin: 0 auto;
    padding:8px;
    text-align: center;
    text-decoration: none;
    background: #666666;
    color: #ffffff !important;
    font-size:1.4rem;
}
.btn-gray .arrow{
	position: relative;
}
.btn-gray .arrow:before{
	position: absolute;
	content: '';
	top: 50%;
	right: 10px;
 	margin-top: -6px;
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
.news_list dl {
    letter-spacing: -.4em;
    margin-bottom: 1em;
}
.news_list dl:last-child {
    margin-bottom: 0;
}
.news_list dt,.news_list dd{
	display: inline-block;
	letter-spacing: normal;
}
.news_list dl .date{
	font-weight: bold;
  float: left;
}
.news_list dd{
	margin: 0 2%;
  clear: both;
}
.news_list dd span{
	display: inline-block;
	width:11rem;
	text-align: center;
	font-size:1.4rem;
	padding:0;
	border:1px solid #59493f;
}
.news_list dd.newstitle {
    margin: 0.5em 0 0;
    display: block;
}
.news_list a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
 .news_area {
    position: relative;
		padding-bottom: 65px;
  }
 .news_area .l_box{
    float:none;
    width:auto;
    border-right:none;
    height:2.7rem;
    margin: 16px 2% 10px 0;
  }
  .news_area .r_box{
    float:none;
    width:auto;
    margin:0;
    padding:0;
    border-left: none;
  }
 .news_area h3{
    text-align:left;
    font-size:2.2rem;
  }
  .news_area h3 span{
    font-size:1.4rem;
    padding-left:1rem;
  }
  .news_list dl a{
    display: block;
  }
  .news_list dd.news_text01{
    display: block;
  }
  .news_list dt{
    margin-bottom: 3px;
    font-size:1.2rem;
  }
  .news_list dd{
    font-size:1.2rem;
  }
  .news_list dd span{
    width: 10rem;
    padding: 0;
    font-size:1.2rem;
    line-height: 1.4;
  }
  .news_list dd.newstitle{
    font-size: 1.4rem;
  }
 .news_btn.btn-gray{
    position:absolute;
    bottom:0;
    width:95%;
    }
  .btn-gray a {
    width:100%;
    max-width:100%;
    font-size:1.4rem;
  }

}
/*category_product
---------------------------------*/
.category_product li{
  position: relative;
}
.category_product .column__3 {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
.category_product .ttl_block{
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category_product .ttl_block:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.8em;
  height: 0.8em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform:translateY(-50%) rotate(45deg);
}
.category_product a{
  color:#fff;
}
.category_product .product_col3_img {
  width: 100%;
}
.category_product .product_col3_img img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
.category_product{
  margin-bottom:40px;
}
.category_product .column__3 {
    flex-direction: column;
    gap: 20px;
  }
.category_product .ttl_block{
  width: 65vw;
}
.category_product .product_col3_img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    max-height: 200px;
}

  }


/*feature
---------------------------------*/
#new_top h2{
  width:7em;
  height: 55px;
  border-left:2px solid #f24e02;
  border-right:2px solid #f24e02;
  margin: 4rem auto 3rem auto;
}
#new_top h2 span{
  font-size:1.4rem;
}
.contentsInner {
    border-bottom: none;
}
#feature ul li,#newitem ul li,#column ul li{
	background: #f7f7f7;
	box-shadow: 2px 2px 4px #eeeded;
  position: relative;
}
#column ul li{
	display: flex;}
.feature_text01{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  margin-top:2rem;
}
.feature_text02{
  margin-top: 7%;
  font-size: 1.4rem;
  line-height: 1.7;
}
#feature .column3{
  margin-top: 3%;
  display: flex;
  padding: 3px;
  box-sizing: border-box;
}
#feature .column3 li:not(:last-child){
  margin-right: 3%;
}
#feature .column3 li a{
	display: block;
}
#feature .column3 img{
  width: 100%;
}
.ttl_block{
  padding:3%;
  position: relative;
}
.ttl:after{
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0.8em;
    height: 0.8em;
    border-top: solid 1px #414042;
    border-right: solid 1px #414042;
    transform: rotate(45deg);
}
.ttl_block .ttl{
  padding: 0 20px;
  font-size:1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.ttl_block .sub_ttl{
  font-size:1.4rem;
  line-height: 1.7;
  text-align: center;
  margin-top:2%;
}

@media screen and (max-width: 767px) {
  #new_top h2{
    height: auto;
  }
  #feature .column3{
    display: block;
    margin-top: 0;
  }
  #feature .column3 li:not(:last-child){
    margin-right: 0;
  }
  #feature .column3 li{
    margin: 3% 0 0 0;
  }
  #feature .column3 li a{
    display: flex;
  }
  .ttl_block.r_box {
      width: 45%;
      margin-left:0;
  }
  .ttl:after{
      content: "";
      position: absolute;
      top: 20px;
      right: 20px;
      width: 0.8em;
      height: 0.8em;
      border-top: solid 1px #414042;
      border-right: solid 1px #414042;
      transform: rotate(45deg);
  }
  .ttl:after{
    display: none;
  }
  .ttl_block:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 0.8em;
      height: 0.8em;
      border-top: solid 1px #414042;
      border-right: solid 1px #414042;
      transform: rotate(45deg);
  }
  .contentsInner ul.column_3 li:nth-child(even){
      margin-left: 0;
  }
}
/*
newitem
------------------------------*/
#newitem .ttl_block,#recommend_product .ttl_block{
    padding: 4%;
    position: relative;
    text-align:center;
  }
#newitem .ttl:after,#recommend_product .ttl:after{
    top: 18px;
    right: 20px;
}

#newitem .ttl_block .sub_ttl,#recommend_product .ttl_block .sub_ttl{
    padding: 1% 0;
}
#newitem ul li a{
	display: block;
}
#newitem ul li .img_block img{
	width: 100%;
}
@media screen and (max-width: 767px) {
  #newitem{
    padding-bottom: 3%;
  }
}


/*
recommend_product
------------------------------*/

#recommend_product{
	background:#f1ede1;
}

#recommend_product h2{
  width:14em;
}
#recommend_product ul li{
  background: #fff;
  padding: 2% 2% 0 2%;
}
#recommend_product ul li a{
	display: block;
}
#recommend_product img{
  width: 100%;
}
#recommend_product .morelook{
  padding-bottom: 0;
}
#recommend_product .hid-sp .column3{
  margin-top:2%;
}
.ttl_block span.new{
  display: inline;
  color:#f24e02;
  font-weight:500;
}

/*new、updateマーク*/
.column3 li .ttl_block .ttl.mark{
  position: relative;
  display: block;
  padding-left:70px;
}
.column3 li .ttl_block .ttl.mark:before{
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 20px;
  line-height: 20px;
  background:#e55000;
  padding:0 4px;
  color:#fff;
  font-weight: 500;
  font-size:1.2rem;
  margin-left:-70px;
  text-align: center;
}
.column3 li .ttl_block .ttl.update_item:before{
  content:"UPDATE";  
  }

.column3 li .ttl_block .ttl.new_item:before{
  content:"NEW";  
  }

#newitem .ttl.mark:after, #recommend_product .ttl.mark:after {
    top: calc(50% - 0.4em);
    right: 0;
  }
@media screen and (max-width: 767px) {
#newitem .column3 li .ttl_block .ttl.mark,
#recommend_product .column3 li .ttl_block .ttl.mark{
    position: relative;
    display: block;
    padding-left: 70px;
  }

}
@media screen and (max-width: 480px) {
#newitem .column3 li .ttl_block .ttl.mark,
#recommend_product .column3 li .ttl_block .ttl.mark,
#itemlist_top .column3 li .ttl_block .ttl.mark{
  position: relative;
  display: block;
  padding-left:0;
  padding-top:21px;
}
.column3 li .ttl_block .ttl.mark:before{
  top:0;
  margin-left:0;
  display: block;
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-size:1rem;
}
}

.column3 li .img_block.mark{
  position: relative;
  display: block;
}
.column3 li .img_block.mark:before{
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 20px;
  line-height: 20px;
  background:#e55000;
  padding:0 4px;
  color:#fff;
  font-weight: 500;
  font-size:1.2rem;
  text-align: center;
  z-index: 1;
}
.column3 li .img_block.update_item:before{
  content:"UPDATE";  
  }

.column3 li .img_block.new_item:before{
  content:"NEW";  
  }

@media screen and (max-width: 480px) {
.column3 li .img_block.mark:before{
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-size:1rem;
}
}


/*
column
------------------------------*/
#column h2{
  width:6em;
}
#column .num{
  margin-top: 15px;
  text-align: right;
  font-size: 3.6rem;
  }
#column .num span{
    display: inline;
    font-size:2.4rem;
}
.column_text01{
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.column_text02{
  margin-top: 5px;
  font-size: 1.4rem;
}
#column .r_more{
  margin-top: 5px;
  text-align: right;
  color:#f24e02;
  text-decoration: underline;
}
#column .btn_long a span{
  color:#fff;
}
#column .verticalBox_right:after {
  display: none;
}
@media screen and (max-width: 767px) {
	#column .num{
		margin-top: 0;
		font-size: 3rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	#column .num span{
		font-size: 2rem;
	}
}


/*
items-inc
------------------------------*/
.contents-footer li {
    width: 48%;
    border: solid 1px #f24e02;
    position: relative;
    }
.contents-footer li span.ttl {
    font-size: 3rem;
    }
.contents-footer li span.ttl:after {
    top: calc(50% - 1.5rem);
    }
.contents-footer li a {
    text-align: left;
    font-size:1.6rem;
    padding: 40px 20px 30px 100px;
    }
.contents-footer li.footer-contact a {
	background-image: url(../parts/index/icon-doc.png);
	background-position: 30px 40px;
	background-repeat: no-repeat;
	background-size: auto;
}
.contents-footer li.footer-book a {
	background-image: url(../parts/index/icon-cp.png);
	background-position: 30px 40px;
	background-repeat: no-repeat;
	background-size: auto;
}

@media screen and (max-width: 767px) {
  .contents-footer{
    padding: 4% 0;
  }
	.contents-footer li {
		width: 100%;
	}
	.contents-footer .ttl:after{
		display: block;
	}
	.contents-footer li a {
		padding: 25px 25px 25px 80px;
	}
	.contents-footer li span.ttl {
		font-size: 1.8rem;
	}
	.contents-footer li span.ttl + span {
		font-size: 1.2rem;
	}
	.contents-footer li.footer-contact a {
		background-position: 25px 30px;
	}
	.contents-footer li.footer-book a {
		background-position: 20px 30px;
	}
}
