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


/*--------------------------------------------------


    PRODUCTS PAGE
	

---------------------------------------------------*/


/*NAV INDEX -----------------------------------------------*/
.inner-title img{
	display: block;
	float: left;
	margin-right: 20px;
}

.inner-title h2{
	margin-bottom: 80px;
}

.products-nav{
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 150px;
}

.products-nav.index .products-inner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products-nav.index .products-inner a{
	width: 30%;
	position: relative;
	border-right: 1px #BEBEBE solid;
	border-bottom: 1px #BEBEBE solid;
	margin-bottom: 60px;
	text-align: center;
}

.products-nav.index .products-inner a:hover{
	opacity: 0.5;
	transition: all .35s;
	text-decoration: none;
}

.products-nav.index .products-inner a img{
	width: 50%;
	height: auto;
}

.products-nav.index .products-inner div{
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../images/products/arrow.png") no-repeat right 0;
}

.products-nav.index .products-inner a p{
	font-size: 18px;
	text-align: center;
}


/*NAV INNER -----------------------------------------------*/
.products-nav.inner{
	background-color: #F5F5F5;
	padding-bottom: 60px;
}

.products-nav.inner h6{
	position: relative;
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background-color: #FFFFFF;
	text-align: center;
	color: #1B4499;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	letter-spacing: 1px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 50px;
}

.products-nav.inner h6:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 110px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1B4499;
}

.products-nav.inner .products-inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products-nav.inner .products-inner a{
	width: 15%;
	position: relative;
	border: 1px #BEBEBE solid;
	margin-right: 6%;
}

.products-nav.inner .products-inner a:hover{
	border: 1px #00699C solid
}

.products-nav.inner .products-inner a:nth-child(5n){
	margin-right: 0;
}

.products-nav.inner .products-inner a:nth-child(n+6){
	margin-top: 6%;
}

.products-nav.inner .products-inner a img{
	width: 100%;
	height: auto;
}



@media screen and (max-width: 1499px) {
.products-nav{
	width: 100%;
}

.products-nav.index .products-inner{
	width: 80%;
}


/*NAV INNER -----------------------------------------------*/
.products-nav.inner .products-inner{
	width: 70%;
}
}


@media screen and (max-width: 768px) {
.inner-title img{
	width: 40%;
	height: auto;
	float: none;
	margin-right: 0px;
	padding: 10px 0;
}

.inner-title h2{
	margin-bottom: 40px;
}

.products-nav{
	margin-bottom: 50px;
}

.products-nav.index .products-inner{
	width: 100%;
}

.products-nav.index .products-inner a{
	width: 49%;
	margin-bottom: 30px;
}

.products-nav.index .products-inner a img{
	width: 60%;
}

.products-nav.index .products-inner a p{
	font-size: 14px;
}


/*NAV INNER -----------------------------------------------*/
.products-nav.inner{
	background-color: #F5F5F5;
	padding-bottom: 20px;
}

.products-nav.inner h6{
	width: 90%;
	font-size: 16px;
	margin-bottom: 20px;
}

.products-nav.inner h6:before {
  width: 90%;
}

.products-nav.inner .products-inner{
	width: 90%;
}

.products-nav.inner .products-inner a{
	width: 29%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.products-nav.inner .products-inner a:nth-child(5n){
	margin-right: 0;
}

.products-nav.inner .products-inner a:nth-child(n+6){
	margin-top: 0%;
}
}











/*INNER -----------------------------------------------*/

.products-cont.inner .products-inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products-main{
	width: 100%;
	position: relative;
}

.products-main + div{
	margin-top: 120px;

}

.products-main .name{
	width: 45%;
	position: absolute;
	right: 0;
}

.products-main .name h3{
	font-size: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
}

.products-main .name p span{
	color: #FF0000;
}

.products-main .main-image{
	width: 500px;
	max-height: 650px;
	float: left;
}

.products-main .main-image img{
	width: 100%;
	height:auto;
	border: 1px #BEBEBE solid;
}

.lineup{
	float: right;
	margin-top: 175px;
}

.lineup h4{
	display:inline-block;
	font-size: 18px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	background-color: #00699C;
	color: #FFFFFF;
	padding: 0 1em;
	margin-bottom: 30px;
}

#thumb_img{
	width: 450px;
	display: flex;
	flex-wrap: wrap;
}

#thumb_img div{
	width: 29%;
	margin-right: 6%;
}

#thumb_img div:nth-child(3n){
	margin-right: 0;
}

#thumb_img div:nth-child(n+4){
	margin-top: 4%;
}

#thumb_img div img{
	width: 100%;
	height: auto;
	cursor: pointer;
	border: 1px #BEBEBE solid;
	margin-bottom: 10px;
}

#thumb_img div img:hover{
	border: 3px #00699C solid;
}

#thumb_img div p{
	font-size: 16px;
	text-align: center;
	line-height: 1;
}

.pro-active{
	border: 3px #00699C solid !important;
}

table.common{
	display: none;
}

table.t-active{
	display: table;
	border:none !important;
}

.products-main table th{
	width: 25%;
}

.products-main table th span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}

.products-main table td dl dt{
	float: left;
	width: 40%;
}

.products-main table td dl dd{
	text-align: right;
	border-bottom: 1px #DDDDDD solid;
}

.products-main table td dl dt:nth-last-child(2)	,
.products-main table td dl dd:last-child{
	border:none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.products-main table td dl dt,
.products-main table td dl dd{
	font-size: 14px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.products-main table td ul li{
	display: flex;
	display: -ms-flexbox;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 50%;
}

.products-main table td ul li span{
	flex: auto;
}

.products-main table td ul li hr{
	position: relative;
	top: calc(0.6em);
	margin: 0 10px;
	border: none;
}

.products-main table td ul li hr:after{
	background: radial-gradient(circle farthest-side, #333333, #333333 30%, transparent 30%, transparent);
    background-size: 9px 9px;
    content: '';
    display: inline-block;
    height: 1em;
    width: 100%;
	background-repeat: repeat-x;
	background-position: 0 top;
}


a.back{
	width: 500px;
	height: 70px;
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	/*border: 1px #1B4499 solid;*/
	line-height: 70px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 120px;
	position: relative;
	background-color: #1B4499;
	cursor: pointer;
}

a.back::after {
      content: "\276F";
	  position:absolute;
	  right:5%;
}

a.back:hover{
	/*color: #FFFFFF;
	background-color: #1B4499;*/
	text-decoration: none;
	opacity: 0.5;
	transition: .3s;
}

.voice{
	background-color: #00699C;
	padding: 30px;
	margin-bottom: 120px;
}

.voice-inner{
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 20px 80px 40px 80px;
}

.voice-inner h5{
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	color: #00699C;
	text-align: center;
	background: url("../images/products/pin_icon.svg") no-repeat center 0;
	background-size: 24px auto;
	padding-top: 20px;
	margin-bottom: 40px;
}

.voice-inner p span{
	display: block;
	text-align: right;
}

/*たつくり動画用（再生時間指定）*/
.movie-wrap {
  width: 900px;
  height: 506px;
  padding-top: 0;
  margin: auto;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 900px;
  height: 100%;
}

@media screen and (max-width: 1499px) {
.products-cont.inner .products-inner{
	width: 66%;
}

.products-main + div{
	margin-top: 50px;

}

.products-main .name{
	width: 45%;
}

.products-main .main-image{
	width: 50%;
}

.lineup{
	width: 45%;
	margin-top: 20%;
}

#thumb_img{
	width: 100%;
}
}


@media screen and (max-width: 768px) {
.products-cont.inner .products-inner{
	width: 90%;
	display: block;
}

.products-main + div{
	margin-top: 50px;

}

.products-main .name{
	width: 100%;
	position:static;
	margin-bottom: 20px;
}

.products-main .name h3{
	font-size: 24px;
}

.products-main .main-image{
	width: 70%;
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
	
.products-main .main-image img{
	border: none;
}

.lineup{
	width: 100%;
	float: none;
	margin-top: 0;
}

.lineup h4{
	display:block;
	font-size: 14px;
	margin-bottom: 15px;
}

#thumb_img{
	width: 100%;
}

#thumb_img div p{
	font-size: 14px;
}
	
.products-main table th span{
	display:inline-block;
}

.products-main table td ul li{
	width: 100%;
}
	
a.back{
	width: 100%;
	font-size: 14px;
	margin-bottom: 50px;
}

.voice{
	padding: 10px;
	margin-bottom: 50px;
}

.voice-inner{
	border-radius: 10px;
	padding: 15px;
}

.voice-inner h5{
	font-size: 18px;
	background: url("../images/products/pin_icon.svg") no-repeat center 0;
	background-size: 24px auto;
	padding-top: 20px;
	margin-bottom: 15px;
}

.voice-inner p span{
	display: block;
	text-align: right;
	margin-top: 10px;
}
	
.movie-wrap {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 55%;
  margin: 0 auto;
}
.movie-wrap iframe {
  width: 100%;
}
}



/*20220705pop -----------------------------------------------*/
.pop_20220705box {
	width: 100%;
	margin-top: 20px;
}







#thumb_img div a:hover{text-decoration: none;}


