@charset "utf-8";
/* CSS Document */

/*--- season top ---*/
.pc_only {
}
.sp_only {
	display: none;
}
.aktio_season_top {
	font-size: 1.6rem;
}
.h1_dis {
	display:none;
}
/* リンクボタン */
.t18-relation-area {
	display: flex;
}
.t18-relation-area p {
	display: inline-block;
	font-size: 1.8rem;
    padding: 0.5em 0;
    margin: 0 15px 0 0;
}
.t18-relation_list {
	display: flex;
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
.t18-relation_list li {
    margin: 0 10px 0 0;
}
.t18-relation_list li:last-child {
	margin-right: 0;
}
.t18-relation_list li p {
}
.t18-relation_list li a {
	padding: 0.5em 1.6em;
	font-size: 1.6rem;
	border-color: #E3640B;
	color: #fff;
	background-color: #E3640B;
}
.t18-relation_list li a:hover {
	color: #E3640B;
	background-color: #fff;
}
.mar_tnb {
	margin-top: -20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	.t18-relation-area {
		flex-direction: column;
	}
	.t18-relation-area p {
		font-size: 2.8rem;
    	padding: 0.2em 0;
		margin-bottom: 10px;
	}
	.t18-relation_list li a {
		font-size: 2.2rem;
	}
}
/* リンクボタンここまで */


.season-link-jump {
	font-size: 1.6rem;
  line-height: 1.5;
  margin: -10px 0 45px;
}
.season-link-jump .season-link-jump-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.season-link-jump .season-link-jump-list li {
	display: inline-block;
	margin: 0 15px 15px 0;
}
.season-link-jump .season-link-jump-list li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 1.6rem;
	border: 2px solid #666;
	padding: 5px 16px 5px 50px;
	transition: all .1s ease-in;
	z-index: 3;
}
.season-link-jump .season-link-jump-list li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
  bottom: 4px;
	left: 14px;
  margin: auto;
	width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	transition: all .1s ease-in;
	z-index: 2;
}
.season-link-jump .season-link-jump-list li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
  bottom: 0;
	left: 0;
  margin: auto;
	width: 36px;
  height: 34px;
	background-color: #666;
	transition: all .1s ease-in;
	z-index: -1;
}
.season-link-jump .season-link-jump-list li a:hover {
	color: #c00;
	border: 2px solid #c00;
}
.season-link-jump .season-link-jump-list li a:hover::before {
}
.season-link-jump .season-link-jump-list li a:hover::after {
	background-color: #c00;
}
/* .t18-list-before-pdf-icon li a {
  text-decoration: underline;
} */
.pdf-list-area_season_winter > li > a {
	padding: 0;
	background-color: transparent;
}

ul.link-area_season_winter{
	text-align: right;
	padding-right: 20px;
}

.link-area_season_winter > li.arrows{
	list-style: none;
}

.link-area_season_winter > li.arrows > a{
	color: #000;
	text-decoration: none;
}

.link-area_season_winter > li.arrows > a:hover {
	opacity: 0.8;
}

.link-area_season_winter > li.arrows > a > span{
	background:url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 6px;
	background-size:9px;
	padding-right:19px;
}


	/*--- 商品一覧---*/

.t18-products-season-bottom {}
.t18-products-season-bottom > ul {
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  max-width: 873px;
  text-align: left;
}
.t18-products-season-bottom > ul li {
	height: 585px;
  border: none
  font-size: 1.6rem;
  letter-spacing: -.4px;
  line-height: 1.5;
  list-style-type: none;
  /* margin: 0; */
  padding: 0px;
  position: relative;
  text-align: left;
  width: 28%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  opacity: 1;
}
.t18-products-season-bottom > ul li img {
  width: 100%;
  height: auto;
}
.t18-products-season-bottom > ul li:nth-child(n + 4) {
  margin-top: 40px;
}
.t18-products-season-bottom > ul li dl {
  margin: 0;
}
.t18-products-season-bottom > ul li dl dt{
  font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}
.t18-products-season-bottom > ul li a{
  padding: 5px 40px;
}
.product_list  {
	display: block;
	text-decoration: none;
	font-size: 0;
	vertical-align: top;
	padding: 20px 0;
}
.product_img_area {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-right: 40px;
}
.original {
	position: relative;
  padding: 15px;
  background-color: #c00;
  border-radius: 5px;
	display: inline-block;
	/* width: 136px; */
	height: 26px;
	line-height: 0;
	text-align: center;
	font-size: 1.2rem;
	margin-right: 8px;
	color: #fff;
}
.original::before{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -10px;
  border-top: 12px solid #c00;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.product_img_area img {
	width: 100%;
}
.product_info_area {
	display: inline-block;
	width: auto;
	width : -webkit-calc(100% - 340px) ;
   	width : calc(100% - 340px) ;
	font-size: 1.6rem;
	vertical-align: top;
}
.product_info_area > dl dt {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_description {
	color:#484848;
	line-height: 1.5;
	margin-left: 0;
}
.taxt_top_mar {
	margin-top: 20px;
}
.Product_no_explanation {
	font-size: 12px;
	color:#484848;
	margin-left: 0px;
}
.taxt_mar{
  margin: 25px 0px 0px;
	font-size: 1.6rem!important;
}
.taxt_mar_pcOnly{
  margin: 0px;
}
.taxt_mar_spOnly{
  margin: 25px 0px 0px;
}
.season_winter-product-area > li{
    display: flex;
    flex-direction: column;
}
.box_button {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product_detail_btn {
	width: auto;
	height: 50px;
	border: 2px solid #e5e5e5;
	text-align: center;
}
.product_detail_btn_top{
	font-size: 2rem;
	padding: 5px;
}
.product_detail_btn a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product_detail_btn a:hover {
	opacity: 0.6;
}
.product_detail_btn p {
	position: relative;
  display: inline-block;
  vertical-align: middle;
	margin: 0;
	height: 34px;
	line-height: 34px;
  color: #cc0001;
  text-decoration: none;
}
.forms-font form > button {
	font-size: 1.6rem;
}
.forms-font {
	border: none;
	padding: 0px;
	margin: 20px 0 0;
}
.season-products-detail-forms {
  margin-top: 10px;
}
.season-products-detail-forms form > select {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: 320px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
  background-color: #FFF;
  background-image: url(/common/images/select_tri.png);
  background-repeat: no-repeat;
  background-size: 16.5px 15px;
  background-position: 96% 50%;
  display: block;
}
.season-products-detail-forms form > input,
.season-products-detail-forms form > button {
  background-color: #c00;
  background-image: url(/common/images/products_detail_parts01.gif);
	background-size: 8%;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-width: 0 0 5px;
  border-style: solid;
  border-color: #a30101;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  float: none;
  font-size: 1.6rem;
  line-height: 0;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0;
  position: relative;
}
.season-products-detail-forms_top form > input,
.season-products-detail-forms_top form > button {
	font-size: 2rem;
	background-size: 5%;
}
	/*--------- season_contact ---------*/
.season_contact_area {
	font-size: 2rem;
	line-height: 1.6;
}
#season_contact_2 {
	text-align: center;
	padding: 60px 5%;
  max-width: 950px;
  width: 96%;
  margin: 0 auto 40px;
	border: 1px solid #c00;
}
/* lineup-catalog_download_area */
.lineup-catalog_download_area {
	width: 100%;
}
.lineup-catalog_download_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	background-color: #efefef;
	background-color: #f3f3f3;
	text-decoration: none;
}
.lineup-catalog_download_name {
	font-size: 2.4rem;
	color: #000;
	line-height: 1.5;
	margin: 0 0 10px;
}
.download_note {
	color: #484848;
  font-size: 1.6rem;
	line-height: 1.5;
  margin-top: 5px;
}
.lineup-catalog_download_btn .lineup-catalog_download_btn_inner {
	position: relative;
	padding-left: 27px;
}
.lineup-catalog_download_btn .lineup-catalog_download_btn_inner::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 19px;
    height: 24px;
    margin: auto;
    background: url(/common/images/icon_pdf.png);
    background-size: 19px 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.lineup-catalog_download_img {
	max-width: 160px;
	width: 100%;
	height: auto;
	margin-left: 40px;
}
.lineup-catalog_download_img img {
	width: 100%;
	height: auto;
}
.text_center {
	text-align: center;
}
.lineup-catalog_download_btn {
	display: inline-block;
    width: auto;
    line-height: 1.3;
    margin: 0 auto 20px;
    padding: 15px 100px 15px 110px;
    font-size: 1.8rem;
    text-align: center;
	text-decoration: none;
    border-radius: 100px;
    background-color: #fff;
    color: #c00;
    border: 2px solid #c00;
}
.lineup-catalog_download_btn:hover {
    background-color: #c00;
    color: #fff;
    border: 2px solid #c00;
}
.lineup-catalog_download_btn .lineup-catalog_download_btn_inner {
	position: relative;
	padding-left: 27px;
}
.lineup-catalog_download_btn .lineup-catalog_download_btn_inner::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 19px;
    height: 24px;
    margin: auto;
    background: url(/common/images/icon_pdf.png);
    background-size: 19px 24px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block;
	}
	/* .t18-1stTitle > h1 {
		padding: 90px 2.666% 0px;
	} */
	.aktio_season_top {
		font-size: 3rem;
	}
	/* .season-link-jump {
		font-size: 2.8rem;
	}
	.season-link-jump .season-link-jump-list li {
		display: block;
		margin-right: 0;
	}
	.season-link-jump .season-link-jump-list li a {
		font-size: 2.8rem;
		padding: 15px 30px 15px 80px;
		width: 100%;
		text-align: center;
	}
	.season-link-jump .season-link-jump-list li a::before {
		left: 28px;
		width: 12px;
		height: 12px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.season-link-jump .season-link-jump-list li a::after {
		width: 74px;
  	height: 72px;
	} */



	.link-area_season_winter > li.arrows > a > span{
		font-size: 2.4rem;
		background:url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 10px;
		background-size:12px;
		padding-right:21px;
	}


	/*--- 商品カテゴリーのご案内---*/
	.t18-products-season-bottom {}
	.t18-products-season-bottom > ul {
	}
	.t18-products-season-bottom > ul li {
		font-size: 2.8rem;
		margin: 0 0 20px 4%;
		width: 48%;
		height: 830px
	}
	.t18-products-season-bottom > ul li img {
	  width: 100%;
	  height: auto;
	}
	.t18-products-season-bottom > ul li:nth-child(2n+1){
	  margin: 0 0 20px 0;
	}
	.t18-products-season-bottom > ul li:nth-child(n + 4) {
	  margin-top: 0px;
	}
	.t18-products-season-bottom > ul li:last-child{
		margin-bottom: 40px ;
	}
	.t18-products-season-bottom > ul li dl dt {
    font-size: 2.8rem;
	}
	.product_img_area {
		width: 100%;
		margin-right: 0;
	}
	.product_img_area img {
		border: 1px solid #ccc;
	}
	.original {
		width: auto;
		height: 50px;
		line-height: 18px;
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.product_info_area {
		width : 100%;
	}
	.product_info_area > dl dt {
		font-size: 3.6rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.Product_no_explanation {
    font-size: 2.3rem;
	}
	.taxt_mar{
	  margin-top: 20px;
	  font-size: 2.3rem!important;
	}
	.taxt_mar_pcOnly{
	  margin-top: 20px;
	}
	.taxt_mar_spOnly{
	  margin: 0px;
	}
	.product_description {
		font-size: 2.3rem;
		margin: 0;
	}
	.taxt_top_mar {
		margin-top: 20px;
	}
	.product_detail_btn_top {
		font-size: 3rem;
	}
	/* .season-products-detail-forms {
		margin-bottom: 40px;
	} */
	.season-products-detail-forms form > button {
		font-size: 3rem;
		width: 100%;
		height: 80px;
		background-size: 7%;
	}
	.product_detail_btn {
		border: 4px solid #e5e5e5;
		height: 80px;
	}
	.product_detail_btn p {
		height: 70px;
		line-height: 70px;
	}
	.product_detail_btn p::after {
		width: 12px;
		height: 12px;
		border-top: 4px solid #cc0001;
		border-right: 4px solid #cc0001;
	}
	.season-products-detail-forms form > select {
    font-size: 3.0rem;
    width: 60%;
   }
	 .season-products-detail-forms form > input,
   .season-products-detail-forms form > input {
    font-size: 3.0rem;
    background-size: 6%;
   }

	dl dt span {
		font-size:2.1rem;
	}
	/* lineup-catalog_download_area */
	  .lineup-catalog_download_inner {
	    display: block;
	    padding: 60px;
	    text-align: center;
	  }
	  .lineup-catalog_download_name {
	    font-size: 3.2rem;
	    margin: 0 0 10px;
	  }
		.download_note {
			font-size: 2.3rem;
		}
		.text_center {
    	margin-bottom: 40px;
		}
	  .lineup-catalog_download_btn .lineup-catalog_download_btn_inner {
	    padding-left: 30px;
	  }
	  .lineup-catalog_download_btn .lineup-catalog_download_btn_inner::before {
	    width: 21px;
	    height: 26px;
	    background-size: 21px 26px;
	  }
	  .lineup-catalog_download_img {
	    max-width: 200px;
	    margin: 0 auto;
	  }
	  .lineup-catalog_download_btn {
	    line-height: 1.3;
	    margin: 0 auto;
	    padding: 15px 100px 15px 110px;
	    font-size: 2.8rem;
	    border: 4px solid #c00;
	  }
	  .lineup-catalog_download_btn:hover {
	    border: 4px solid #c00;
	  }
	  .lineup-catalog_download_btn .lineup-catalog_download_btn_inner {
	    padding-left: 30px;
	  }
	  .lineup-catalog_download_btn .lineup-catalog_download_btn_inner::before {
	    width: 21px;
	    height: 26px;
	    background-size: 21px 26px;
	  }

	/*--------- season_contact ---------*/
	.season_contact_area {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	/* .season_contact_area b {
		font-size: 3.8rem;
	} */
	#season_contact_2 {
		width: 90%;
	}
}
