@charset "utf-8";
/* CSS Document */
/*共通*/
#conts{
	line-height:inherit;
}
#conts h1 {
  padding: 0 0 0 5px;
  font-size: 1.429em;
  margin-bottom: 40px;
}
#conts h1:before {
  margin-left: -5px;
  padding-bottom: 2px;
  content: "";
  display: block;
  height: 7px;
  background: url(../img/common/bg_title_lineTop.png) repeat-x left top;
}
#conts h1:after {
  margin:0 0 0 -5px;
  content: "";
  display: block;
  height: 7px;
  background: url(../img/common/bg_title_lineBtm.png) repeat-x left top;
  position: relative;
}
#conts h2 {
	font-size:130%;
	font-weight: bold;
}
#conts h4{
	background-color:inherit!important;
	background:none!important;
	height:auto!important;
	font-size:inherit!important;
	border:none!important;
}
#conts p{
	margin-bottom:10px;
	font-size: 120%;
}
#conts a:hover{
	text-decoration: none;
}
/*余白*/
.mt20{
	margin-top:20px!important;
}
/*行間*/
#conts p.lh180{
	line-height: 180%;
}
/*中央寄せ*/
#conts .imgCenter{
  margin:30px 0;
  text-align:center;
}
/*テキストリンク*/
#conts .txtlink a{
	text-decoration: underline;
	color:#42a8bf;
}
#conts .txtlink a:hover{
	color:#53b6cd;
}
/*右に文章*/
#conts .imgBoxL{
	margin:0 20px 20px 0;
	float: left;
}
/*MV*/
.feature_MV{
	text-align: center;
	margin:2em auto 4em;
}
/*txtBcenter*/
#conts p.txtBcenter{
	text-align-last: center;
	font-size:160%;
	margin:2.5em auto 2.5em;
	padding:0 20px;
}
/*h2特集用タイトル*/
#conts h2.ttl2{
	font-size:240%;
	background:none;
	margin:2em auto 24px;
	text-align: center;
}
#conts h2.ttl2 span{
/*	border-top:1px solid #a6a5a4;*/
	font-size:70%;
	padding:0.9em 4em;
	font-weight: normal;
}
#conts h2.ttlH2 b{
	font-family:游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
/*商品画像*/
.photoLayout{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 30px 20px;
}
/*枠ありブロック*/
.feature_about{
	margin:30px 40px;
	padding:20px 20px 0px;
	border:5px solid #c9c9c9;	
}
#conts .feature_about h2{
	margin-bottom: 1em;
}
#conts .feature_about p{
	font-size:105%;
}
/*商品名タイトル*/
#conts p.itemTitle{
	font-size:240%;
	margin:-20px auto 5px;
	text-align: center;
	line-height: 150%;
}
#conts p.itemTitle b{
	text-align: center;
	margin-top:-10px;
	border-bottom:1px solid #a6a5a4;
}
#conts p.itemTitle span{
	font-size:80%;
	font-weight: normal;
}
/*グレー背景*/
.grayBK{
	background-color:#F8F8F8;
	margin: 20px;
	padding: 30px;
}
/*リンクボタン：ブルー*/
.feature_link{
	text-align: center;
	margin-top:3em;
}
.feature_link a{
  display: inline-block;
	padding:0.5em 1.5em;
	color: white;
/*  text-decoration :none;*/
  background:#42a8bf;
  transition: .3s;
	border-radius:8px;
	font-weight: bold;
	font-size:160%;
}
.feature_link a:hover{
	background-color: #65bcd0;
	text-decoration: none; 
}


