@charset "utf-8";

/*-----------------------------------
ページ共通
-----------------------------------*/
.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
#bousai{
	line-height: 1.8;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "BIZ UDPGothic", "Helvetica Neue", arial, sans-serif;
	font-size: 16px;
}
#bousai a{
	color: #202020;
	text-decoration: none;
}
#bousai a:hover img{
	opacity: 1;
}
#bousai img{
	width: 100%;
}
#bousai h3{
	position: relative;
	margin-bottom: 40px;
	padding: 15px 0 17px;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	background: #fff3bd;
}
#bousai h3::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: "";
	background-image: repeating-linear-gradient(-45deg, #f4cd27, #f4cd27 3px, transparent 3px, transparent 8px);
	background-size: 11px 11px;
}
#bousai h4{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
#bousai h5{
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px dashed #202020;
}
#bousai .go-btn{
	width: 400px;
	margin: 0 auto;
}
#bousai .go-btn a{
	position: relative;
	display: block;
	padding: 13px 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background: #c14f0b;
	border-radius: 100vh;
	box-shadow: #85380b 0px 3px 0px;
	transition: all 0.2s ease 0s;
}
#bousai .go-btn a::after{
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

@media screen and (min-width: 600px){
	.sp-only{
		display: none;
	}
	#bousai .go-btn a:hover{
		transform: translateY(5px);
		box-shadow: none;
	}
}

@media screen and (max-width: 599px){
	.p-special__contents{
		margin-inline: 0;
	}
	#bousai{
		font-size: 15px;
	}
	#bousai h3{
		margin-bottom: 30px;
		padding: 12px 10px 15px;
		font-size: 18px;
	}
	#bousai h3::after{
		height: 7px;
	}
	#bousai h4{
		font-size: 19px;
	}
	#bousai h5{
		font-size: 16px;
	}
	#bousai .inner{
		padding: 0 20px;
	}
	#bousai .go-btn{
		width: 85%;
	}
	#bousai .go-btn a{
		padding: 11px 35px;
		font-size: 17px;
	}
}

/*-----------------------------------
ヘッダー
-----------------------------------*/
#bousai .header{
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
}
#bousai .header .period{
	display: inline-block;
	margin: 40px auto 30px;
	font-size: 24px;
	line-height: 1.5;
	background: linear-gradient(transparent 70%, #f8e000 70%);
}
#bousai .header .period .number{
	font-size: 32px;
}
#bousai .header .lead-text{
	font-size: 20px;
	font-weight: 500;
}
#bousai .header .souryou-text{
	max-width: 850px;
	margin: 35px auto 0;
	padding: 15px;
	position: relative;
	background-color: #fff;
	border: 2px solid #FF0000;
	border-radius: 5px;
	color: #FF0000;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

@media screen and (max-width: 599px){
	#bousai .header .period{
		margin: 20px auto;
		font-size: 18px;
		background: linear-gradient(transparent 85%, #f8e000 85%);
	}
	#bousai .header .period .number{
		font-size: 22px;
	}
	#bousai .header .lead-text{
		font-size: 16px;
	}
	#bousai .header .souryou-text{
		margin: 20px auto 0;
		padding: 12px;
		font-size: 16px;
	}
}

/*-----------------------------------
ロングバナー
-----------------------------------*/
#bousai .longbnr-wrap{
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0;
}
#bousai .longbnr-wrap .longbnr-item+.longbnr-item{
	margin-top: 20px;
}

@media screen and (min-width: 600px){
	#bousai .longbnr-wrap .longbnr-item a{
		transition: 0.3s all;
	}
	#bousai .longbnr-wrap .longbnr-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#bousai .longbnr-wrap{
		padding: 30px 20px 20px;
	}
	#bousai .longbnr-wrap .longbnr-item+.longbnr-item{
		margin-top: 15px;
	}
}

/*-----------------------------------
商品詳細
-----------------------------------*/
#bousai .item-list{
	max-width: 1240px;
	margin: 60px auto 80px;
	display: flex;
	flex-direction: column;
	gap: 100px;
}
#bousai .item-box .item-area .cg-box{
	display: flex;
	gap: 60px;
	align-items: center;
	margin-bottom: 40px;
}
#bousai .item-box .item-area .cg-box::after{
	display: none;
}
#bousai .item-box .item-area .cg-box .item-wrap{
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	width: 40%;
}
#bousai .item-box .item-area .cg-box .item-wrap::after{
	display: none;
}
#bousai .item-box .item-area .cg-box .item-wrap .item-text{
	position: relative;
	padding: 12px 20px;
	border-radius: 10px;
	background: #fbeeec;
	line-height: 1.6;
	color: #430700;
}
#bousai .item-box .item-area .cg-box .item-wrap .item-text::before{
	position: absolute;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	bottom: 0px;
	left: 50%;
	transform: rotate(-45deg) translateX(-50%);
	background: #fbeeec;
	border-radius: 3px;
}
#bousai .item-box .item-area .cg-box .item-wrap .item-img{
	width: 85%;
	margin: 0 auto;
}
#bousai .item-box .item-area .cg-box .sample-box{
	width: calc((100% - 40px) - 40%);
}
#bousai .item-box .item-area .go-btn a{
	background: #af061b;
	box-shadow: #7b0404 0px 3px 0px;
}

@media screen and (max-width: 599px){
	#bousai .item-list{
		margin: 40px auto 60px;
		gap: 60px
	}
	#bousai .item-box .item-area .cg-box{
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}
	#bousai .item-box .item-area .cg-box .item-wrap{
		width: 85%;
		gap: 15px;
	}
	#bousai .item-box .item-area .cg-box .item-wrap .item-text{
		padding: 12px 15px;
		font-size: 15px;
	}
	#bousai .item-box .item-area .cg-box .item-wrap .item-img{
		width: 80%;
	}
	#bousai .item-box .item-area .cg-box .sample-box{
		width: 100%;
	}
}

/*-----------------------------------
記事
-----------------------------------*/
#bousai h4 span{
	background: linear-gradient(transparent 70%, #f3d963 70%);
}
#bousai .item-box .article-area{
	max-width: 1000px;
	margin: 60px auto 0;
}
#bousai .item-box .article-area .article-item{
	position: relative;
	border: 1px solid #202020;
}
#bousai .item-box .article-area .article-item::before{
	position: absolute;
	content: "";
	display: block;
	top: -6px;
	left: 0;
	width: 26px;
	height: 37px;
	background: #fff;
	transform: rotate(45deg) translateX(-50%);
	border-right: 1px solid #202020;
}
#bousai .item-box .article-area .article-item a{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2,1fr);
	place-items: center;
	padding: 30px;
	transition: 0.3s all;
}
#bousai .item-box .article-area .article-item a .day{
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}
#bousai .item-box .article-area .article-item a .textbox .article-btn{
	margin-top: 10px;
	text-align: right;
}
#bousai .item-box .article-area .article-item a .textbox .article-btn span{
	display: inline-block;
	padding: 0 20px 0 15px;
	position: relative;
	border-bottom: 2px solid #333;
	font-weight: 600;
}
#bousai .item-box .article-area .article-item a .textbox .article-btn span::after{
	position: absolute;
	content: "";
	bottom: -2px;
	right: 3px;
	width: 2px;
	height: 15px;
	background: #333;
	transform: rotate(-30deg);
}

@media screen and (min-width: 600px){
	#bousai .item-box .article-area .article-item a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	#bousai .item-box .article-area{
		margin: 45px auto 0;
	}
	#bousai .item-box .article-area .article-item::before{
		top: -5px;
		width: 23px;
    height: 33px;
	}
	#bousai .item-box .article-area .article-item a{
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 20px;
	}
	#bousai .item-box .article-area .article-item a .day{
		font-size: 13px;
	}
	#bousai .item-box .article-area .article-item a .textbox .article-btn{
		margin-top: 5px;
	}
}

/*-----------------------------------
スライダー
-----------------------------------*/
#bousai .slick-slider{
	cursor: pointer;
}
#bousai .slick-dots{
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3,1fr);
  width: 40%;
  margin: 20px auto 0;
}
#bousai .slick-dots::after{
	display: none;
}
#bousai .slick-dots > li.slick-active button{
  background: #fff;
  border: 1px solid #6b230d;
}
#bousai .slick-dots button{
  width: 100%;
  height: 4px;
  background: #6b230d;
  font-size: 0;
  border: none;
}


