@charset "utf-8";
/* CSS Document */
header .text{
	margin: 20px 0 0;
	font-weight: bold;
}
header .text .img{
	margin: 20px auto 32px;
	max-width: 200px;
}

.benefits{
	margin: 40px 0 0;
}

.benefits .h-img{
	max-width: 280px;
	margin: 0 auto 40px;
}
.benefits .text{
	font-weight: bold;
}
.benefits .text .img{
	margin: 20px auto 32px;
	max-width: 200px;
}

.movie,.type,.point,.future,.profile,.last{
	margin: 40px 0 0;	
}
.movie ul{
	margin: 20px 0 40px;
}
.movie ul li{
  color: #484848;
  text-indent: -1em;   
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 1em;
}


.movie ul li:before{
  content: '■ ';
  color: #c1a12c;
}

.type .box{
	margin: 0 0 40px;
}
.type .box p{
	margin: 0 0 10px;
}
.type .box h3{
	font-size: 16px;
}
.type .box h3:before{
	content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url(../img/icon.png);
  vertical-align: middle;
  background-repeat: no-repeat;
  padding: 0 6px 0 0;
  background-size: contain;
  margin: -4px 0 0;
}
.type .text{
	font-weight: bold;
}

.point span.poi{
	background: #D9BB58;
	padding: 6px;
	color: #fff;
    font-size: 16px;	
}
.point h3{
	border-bottom: 1px solid #ddd; 
	margin: 10px 0 20px;
	padding: 0 0 6px;
}
.point img{
	margin: 0 0 20px;
}
.point .box{
	margin: 0 0 30px;
}

.future img{
	margin: 20px 0;
}
.future ul{
	margin: 0 0 20px;
    font-size: 16px;	
}
.future ul li{
	margin: 0 0 10px;
}

.profile img{
	max-width: 270px;
	margin: 0 auto 30px;
}
.last .text{
	font-weight: bold;
}
.last .text .img{
	margin: 20px auto 32px;
	max-width: 200px;
}
button{
	margin: 30px 0 16px;
}
button{
	font-size: 18px;
  border-radius: 2.5vh;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);	
	color: #fff;
	text-align: center;
	display: block;
	background: #D9BB58;
	background: linear-gradient(180deg,rgba(217, 187, 88, 1) 0%, rgba(187, 126, 42, 1) 100%);
	font-weight: bold;
	padding: 20px;
	
}
button:hover{
	opacity: 0.5;
}
/*アニメーション*/
.animation{
  animation: buruburu 1s linear infinite;
  scale: 1;
  width: 96%;
  margin: auto;
}
@keyframes buruburu{
 0%{transform:translateX(0)}
 7%{transform:translateX(-10px)}
 14%{transform:translateX(10px)}
 20%{transform:translateX(-10px)}
 32%{transform:translateX(10px)}
 40%{transform:translateX(0px)}
}
h2.omidashi {
  background: url(../img/back.jpg) no-repeat center top #ffffff;
  box-sizing: border-box;
  margin-bottom: 26px;
  text-align: center;
  color: #fff;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 1);*/
  background-size: 100%;
  width: 100%;
  max-height: 200px;
  height: calc(200vw * 0.167);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}
footer{
	background: #333333;
	color: #fff;
	text-align: center;
	padding: 40px 0 10px;
	margin: 40px 0 0;
}
footer a:hover{
	border-bottom: 1px solid #fff;
}
/*line*/
.line {
	margin: 0 0 40px;
  font-size: clamp(1.0rem, 0.98rem + 0.25vw, 1.1rem);  /* indexの本文相当 */
  line-height: 1.85;
}
.line .top {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #C3346F;	
  padding: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.line h2{
  font-size: clamp(1.45rem, 1.2rem + 1.1vw, 2.05rem); /* indexのh2相当 */
  line-height: 1.35;
  margin: 2.3em 0 1em;
  letter-spacing: 0.03em;
}
.line p{
  font-size: inherit;
  line-height: inherit;
}
.line .linewrap {
  font-size: inherit;
  line-height: inherit;	
	margin: 0 auto;
	border: 5px solid #2daf12;
	padding: 2em;
	max-width: 500px;
	margin: 0 auto;
}
.line .linewrap .img {
    max-width: 360px;
		margin: auto;
}
.line a{
	width: 100%;
	margin: 50px auto;
	max-width: 560px;
	display: block;
}



/* ===============================
   レスポンシブ：768px以上（タブレット）
================================== */
@media (min-width: 768px) {
}
/* ===============================
   レスポンシブ：992px以上（ノートPC以上）
================================== */
@media (min-width: 992px) {

}