@charset "utf-8";

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.on {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

a img { 
	border: none;
}

a {
	text-decoration:none;
	color:#09C;
}


#container {
	width: 100%;
	font-size:80%;
	line-height: normal;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.point { cursor:pointer}

.f_big { font-size:120%;}

.f_bold { font-weight:bolder}

.f_yellow { background:#FF0; }

.m_l5 { margin-left:5px}

@media screen and (min-width: 481px){

.title{
	width:100%;
	clear:both !important;
	text-align:center;
	margin:0 auto;
	padding:45px 0 20px 0;
	border-top:#F00 5px solid;
}

}

@media screen and (max-width: 480px){

.title{
	width:100%;
	clear:both !important;
	text-align:center;
	margin:0 auto;
	padding:30px 0 20px 0;
	border-top:#F00 5px solid
}

}

.clear { clear:both}

/*　 スライドショー　 */

@media screen and (max-width: 480px){
.rslides { display:none}	

.rslides_s {
	display:block;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width:480px;
  padding: 0;
  margin: 0 0 20px 0;
  z-index:1;
  margin-bottom:20px;
  border-top:#F00 5px solid;
  }

.rslides_s li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides_s li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides_s img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 }

@media screen and (min-width: 481px){

.rslides_s { display:none}	

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-width:1680px;
  padding: 0;
  margin: 0 0 20px 0;
  z-index:1;
  margin-bottom:20px;
  border-top:#F00 5px solid;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
}


/*  2019AW  */
.main_model_cont{
  max-width:1024px;
  margin:0 auto;
  text-align: center;
}
p.catch{margin-top:40px;margin-bottom:40px;}
ul.model_pic{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding:0;
  list-style-type:none;
}
@media screen and (min-width:769px){
  .modeSP{
    display: none;
  }
  ul.model_pic li{
    width:calc((100% - 40px) / 5);
  }
  ul.model_pic li{
    margin-right:10px;
    margin-bottom:20px;
    box-sizing:border-box;
  }
  ul.model_pic li:nth-child(5n){ margin-right:0px; }

  ul.model_pic li img{
    transition: transform 0.2s linear;
  }

  /*最初は隠す*/
  ul.model_pic li{
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 500ms;

  }
  ul.model_pic li:nth-child(5n+1){ transition : all 500ms;}
  ul.model_pic li:nth-child(5n+2){ transition : all 800ms;}
  ul.model_pic li:nth-child(5n+3){ transition : all 1100ms;}
  ul.model_pic li:nth-child(5n+4){ transition : all 1400ms;}
  ul.model_pic li:nth-child(5n){ transition : all 1700ms;}
  /*スクロールで出す*/
  ul.model_pic li.scrollOn{
    opacity : 1;
    transform : translate(0, 0);
  }

}
@media screen and (max-width:768px){
  .modePC{
    display: none;
  }
  p{
    padding:0 5px;
    box-sizing:border-box;
  }
  .main_model_cont{
    text-align:left;
  }

  ul.model_pic{
    padding:0 5px;
  }
  ul.model_pic li{
    width:calc((100% - 10px) / 2);
  }
 ul.model_pic li{
    margin-right:10px;
    margin-bottom:20px;
    box-sizing:border-box;
  }
  ul.model_pic li:nth-child(2n){ margin-right:0px; }

  /*最初は隠す*/
  ul.model_pic li{
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 1000ms;

  }
  /*スクロールで出す*/
  ul.model_pic li.scrollOn{
    opacity : 1;
    transform : translate(0, 0);
  }
}

ul.sample08{
  list-style: none;
}
.wpcf7-not-valid-tip{
  display:block;
}
.wpcf7-form{
  margin-top: 20px;
}
.wpcf7 label{
  font-size: 18px;
}
.wpcf7 input{
  font-size: 18px;
  margin-bottom:10px;
  width: 90%;
}

.wpcf7 .wpcf7-response-output{
  font-weight:600;
  color: #f00;
  font-size: 18px;
}