﻿/*
Theme Name:toyopet70th
Author: infor
Description: 栃木トヨペット70周年記念サイト
Version:1.0
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: baseline;
}
body{
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:18px;
	line-height:180%;
	background:#FFFFFF;
}
.clear{
	clear:both;
}
.pc{
	display:block;
}
.smph{
	display:none;
}
#header{
	position:sticky;
	top:0;
	left:0;
	width:100%;
	z-index:888888;
	padding:15px 30px;
	box-sizing:border-box;
	background:#FFFFFF;
	margin-bottom:40px;
	border-bottom:solid 1px #F5F5F5;
}
.headerIn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
h1{
	width:240px;
}
h1 img{
	width:100%;
	height:auto;
}
#menu{
    display: flex;
    flex-wrap: wrap;
	font-size:16px;
}
#menu p{
	text-align:center;
	padding:0 20px;
	letter-spacing:0.1em;
	line-height:120%;
}
#menu a{
	color:#000000;
	text-decoration:none;
}
#menu a span.nv_en{
	color:#005952;
	font-size:14px;
	letter-spacing:0.05em;
	/*font-family: "Satisfy", cursive;*/
}
#pagetop{
    padding-top: 200px;
    margin-top: -200px;
}
#message,#logo,#history,#movie,#campaign{
    padding-top: 50px;
    margin-top: -50px;
}
#footer{
	padding:15px;
	background:#005952;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
}
.top_70logo{
	text-align:center;
	width:350px;
	margin:0 auto;
	margin-bottom:60px;
}
.top_70logo img{
	width:100%;
	height:auto;
    animation: fadeUP 10s ease-in forwards;
　　animation-iteration-count: 1;
　  opacity: 0;
　 animation-delay: 3s;  /* すぐに開始 */
 /*  animation-timeline: view(); /* スクロールと連動 
   animation-range: entry 0 cover 50%;　*/
/*	animation-name: fadein;
    animation-duration: 3s;*/
}
.sound_logo a {
    bottom: 250px;
    padding: 10px;
    border-radius: 5px;
	font-size:25px;
	font-weight:normal;
	color:#005952;
	border:solid 2px #005952;
    margin: 0 auto;
}
/*トップ*/
@keyframes fadeUP {
  0% {
/*    display: none;  */
    opacity: 0;
  }
  100% {
/*    display: block; */
    opacity: 1;
  }
}
.textarea1100{
	width:1100px;
	margin:0 auto;
	max-width:90%;
}
.text_center{
	text-align:center;
}
.textarea01{
	margin-bottom:30px;
}
.textarea02{
	margin-bottom:10px;
}
.movie_ALL{
display: flex;
gap: 20px; 
}
.movie{
	width:600px;
    aspect-ratio: 16 / 9;
	margin:0 auto;
	background:#DDDDDD;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.movie_L{
	width:500px;
    aspect-ratio: 16 / 9;
	margin-right: auto;
/*	margin:0 auto; */
/*	background:#DDDDDD;
/*	margin-top:25px;
/*	margin-bottom:25px;*/
	text-align:center;
}
.movie_L iframe{
  margin:0 auto;
  width: 100%;
  height: 100%; 
}
.movie_R{
	width:500px;
    aspect-ratio: 16 / 9;
	margin-left: auto;
/*	margin:0 auto; */
	background:#DDDDDD;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
}
.movie02{
	width:600px;
	aspect-ratio: 5 / 3;
	margin:0 auto;
	background:#DDDDDD;
	margin-top:50px;
	text-align:center;
	margin-bottom:100px;
}
.top_Box{
	width:100%;
	background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/back02.png);
	padding:80px 0;
}
.messageBox{
	width:100%;
	background:#F5F5F5;
	padding:100px 0 80px 0;
}
.logoBox{
	background:#efffef;
	padding:100px 0 80px 0;
}
.sound_logoBox{
/*	background:#FFFFFF;*/
	padding:100px 0 80px 0;
}
.historyBox{
	width:100%;
	background:#F5F5F5;
	padding:100px 0 80px 0;
}
/*あゆみ*/
@keyframes fade-in {
  0% {
/*    display: none;  */
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
/*    display: block; */
    opacity: 1;
    transform: translateY(0);
  }
}
.enkaku{
	padding-top:100px;
/*  	background:url(image/enkaku_line.jpg) repeat-y center center;*/
	font-size:16px;
	line-height:150%;
	position: relative; /* 子要素の基準点にする */
	  /* この要素のスクロール位置をタイムラインとして定義 */
  view-timeline-name: --container-timeline;
  view-timeline-axis: block;
}
.scroll-line {
  /* 線の初期設定（縦線の場合） */
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 0; /* 最初は高さ0 */
  background-color: #005952;

  /* スクロール連動の設定 */
  animation: grow-line linear both;
  animation-timeline: --container-timeline;
    /* タイミング調整：親要素が画面に入りきって(contain 0%)から、画面外に出始める(contain 100%)まで */
  animation-range: entry 10%  contain 100%;
}
/* 0%から100%まで伸びるアニメーション */
@keyframes grow-line {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
.enkaku_tit{
	padding:25px 15px 22px 15px;
	font-weight:bold;
	font-size:25px;
	line-height:140%;
	background:#005952;
	color:#FFFFFF;
	text-align:center;
}
.enkakuBox01{
	width:50%;
	box-sizing:border-box;
	padding-right:80px;
	background:linear-gradient(to left, #005952) right center / 80px 3px no-repeat;
/*	background:url(image/enkaku_line.jpg) repeat-x right center; */
	margin-top:-50px;
    position: relative; /* 基準位置にするための指定 */
}
.enkakuBox01::after {
  content: "";
  position: absolute;
  
  /* 位置の指定：本体の右端（right: 0）を基準にする */
  top: 50%;
  right: 0;
  transform: translateY(-50%); /* 上下中央揃え */

  /* 【ここを調整】外側にずらしたい分だけマイナス値を指定 */
  margin-right: -11px; 

  /* 画像の指定 */
  width: 20px;  /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url('image/line_start.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.enkakuBox02{
	width:50%;
	box-sizing:border-box;
	margin-left:50%;
	margin-top:-50px;
	padding-left:80px;
	background: linear-gradient(to left, #005952) left center / 80px 3px no-repeat;
/*	background:url(image/enkaku_line.jpg) repeat-x left center;*/
    position: relative; /* 基準位置にするための指定 */
}
.enkakuBox02::after {
  content: "";
  position: absolute;
  
  /* 位置の指定：本体の右端（right: 0）を基準にする */
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 上下中央揃え */

  /* 【ここを調整】外側にずらしたい分だけマイナス値を指定 */
  margin-left: -8px; 

  /* 画像の指定 */
  width: 20px;  /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url('image/line_start.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.enkakuBox01_noimage{
	width:50%;
	box-sizing:border-box;
	padding-right:50px;
	background:url(image/enkaku_line.jpg) repeat-x right center;
}
.enkakuBox02_noimage{
	width:50%;
	box-sizing:border-box;
	margin-left:50%;
	padding-left:50px;
	background:url(image/enkaku_line.jpg) repeat-x left center;
}
.enkakuBoxIn{
	/*border:solid 1px #CCCCCC;*/
    border-radius: 15px; /* 角の丸み */
	padding:30px;
	/*background:#F5F5F5;*/
	background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/back04.png);
/*	background:#FFFFFF; */
	box-sizing:border-box;
	
	  /* アニメーション設定 */
   animation: fade-in 1s linear;
   animation-timeline: view(); /* スクロールと連動 */
   animation-range: entry 0 cover 30%;
}
.enkaku_img{
	width:100% !important;
	height:auto;
	aspect-ratio: 6 / 4 !important;
	margin-bottom:10px;
	overflow:clip;
}
.enkaku_img img{
	/*width:100%;
	height:auto;*/
	object-fit:contain;
	width:100%;
	height:100%;
}
.enkaku_img02{
	margin-bottom:10px;
}
.enkaku_img02 img{
	width:100%;
	height:auto;
	font-size:0;
}
.enkaku_year{
	margin-bottom:15px;
	font-weight:bold;
	font-size:2.5vw;
	line-height:130%;
	color:#005952;
	padding-top:15px;
}
.cap_ai{
	font-size:1.0vw;
	margin-top: -10px;
}
.movieBox{
	background:#FFFFFF;
	padding:100px 0 80px 0;
}
.campaignBox{
	width:100%;
	background:#F5F5F5;
	padding:100px 0 80px 0;
}

.conTit{
	position:relative;
	text-align:center;
	padding-bottom:80px;
}
.conTitEn{
	/*color:#BCD0C5;*/
	color:#D4DCD8;
	font-size:80px;
	width:100%;
	  font-family: "Satisfy", cursive;
	  font-weight: 400;
	  font-style: normal;
}
h2{
	position: absolute;
	top:25px;
	font-size:22px;
	width:100%;
	color:#005952;
  
}
h3{
	color:#005952;
	margin-bottom:15px;
	font-size:18px;
}
h4{
	color:#005952;
	margin-bottom:8px;
	font-size:18px;
	border-bottom:solid 1px #005952;
	paddin-bottom:5px;
	/*border-bottom: 1px solid  #BCD0C5;*/
}
.message_f_box{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.daihyo_message{
	width:70%;
}
.daihyo{
	width:25%;
	font-size:14px;
	line-height:140%;
}
.daihyo img{
	width:100%;
	height:auto;
}
.yakusyoku_name p{
	display:inline-block
}
.daigyo_yakusyoku{
	margin-right:5px;
	marign-top:5px;
}
.daigyo_name{
	font-size:22px;
	line-height:120%;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:bold;
}
.logo_70th{
	width:600px;
	margin:0 auto 40px auto;
}
.logo_70th img{
	width:100%;
	height:auto;
}
.icotto_70th{
	width:800px;
	margin:0 auto 40px auto;
	text-align:center;
}
.icotto_70th img{
	width:100%;
	height:auto;
}
.history_logo_70th{
	width:100%;
	margin:0 auto 40px auto;
	background:#F5F5F5;
	text-align:center;
}
.history_logo_70th img{
	width:600px;
	height:auto;
	margin-bottom:50px;
}
.70th_history{
	width:600px;
	margin:0 auto 40px auto;
}
.70th_history img{
	width:100%;
	height:auto;
}
.logo_theme_box{
	margin-bottom:80px;
	text-align:center;
}
.logo_theme{
	font-size:23px;
	font-weight:bold;
	line-height:140%;
	margin-bottom:20px;
}
.logo_setsumei_text01{
	font-size:15px;
	line-height:150%;
}
.history_img{
	width:600px;
	margin:0 auto;
}
.history_img img{
	width:100%;
	height:auto;
}
/*サウンドロゴ*/
.bg-video-container {
  position: relative;
  width: 100%;
  height: 200px; /*画面全体の高さ */
  overflow: hidden;
}
.bg-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  width: 120%;
  height: 120%;
/*  object-fit: cover;  縦横比を保ったまま画面いっぱいに表示 */
  z-index: -1; /* コンテンツの裏側に配置 */
}

/*スプラッシュスクリーン*/
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.splash-screen img{
    animation: fadeInOut 4s ease-in forwards;
　　animation-iteration-count: 1;
　  opacity: 0;
/*	animation-name: fadein;
    animation-duration: 3s;*/
}

 /*   from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    } */

/* サンプル*/


/* 各スプラッシュ画面の基本設定 */
.splash-scr2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  animation: slideSequence 3s forwards; /* 合計9秒のアニメーション */
　animation-iteration-count: 1;
  opacity: 0;
  pointer-events: none; /* 下の要素をクリックできるようにする */

}

/* 順番に切り替えるためのディレイ（遅延）設定 */
.splash-1 {background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/slide01.png);
		  background-repeat: no-repeat;
		  background-position: center;

}
.splash-2 {background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/slide03.png);
		  background-repeat: no-repeat;
		  background-position: center;
}

.splash-scr2:nth-of-type(1) {
  animation-delay: 0s;
}
.splash-scr2:nth-of-type(2) {
  animation-delay: 3s;
}

@keyframes slideSequence { /* 3秒間の画像の動き */
    0% { opacity: 0; 
	transform: translatey(50px);
	}
	50% { 
    opacity: 1;
	}
	80% { 
    opacity: 1;
	}
	100% { opacity: 0; visibility: hidden; /* 透明にして視覚的にも消す */
　　}
}
#skip-button {
    position: absolute;
    bottom: 40px;
	left: 50%;
	transform: translateX(-50%); /* 要素の幅の半分だけ左に戻す */
    padding: 10px;
    background: none;
    border-radius: 5px;
    cursor: pointer;
	font-size:25px;
	font-weight:normal;
	color:#005952;
	border:solid 1px #005952;
	padding:7px 15px;
}
.comingsoon00{
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	color:#005952;
	padding:0.8em 1em 0.8em 1em;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.comingsoon01{
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
	padding:0.8em 1em 0.8em 1em;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.comingsoon01 p{
	width:100%;
}
.movie_soon_text01{
	font-size:20px;
	line-height:120%;
	margin-bottom:10px;
}
.comingsoon02,.comingsoon03{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
	align-items: center;
	color:#999999;
	paddin-top:30px;
}
.pagetop-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	width: 80px;
	height: 80px;
	background-color: #005952;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-align:center;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center !important;
}

.pagetop-btn:hover {
	background-color: #005952;
	transform: translateY(-3px);
}
@media screen and (min-width: 768px) {
#glnv_smph{
	display:none !important;
}
}
@media screen and (max-width:767px){
#header{
	box-sizing: border-box;
	padding-top:0;
	padding-bottom:0;
	padding-left:7%;
}
.headerIn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center !important;
}
img{
	max-width:100%;
	height:auto;
}
.top_70logo{
	text-align:center;
	width:350px;
	max-width:80%;
	margin:0 auto;
	margin-bottom:60px;
}
h1{
	font-size:12px;
	line-height:110%;
	height:6em !important;
	width:100% !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center !important;
}
h1 img{
	width:300px;
	max-width:calc(100% - 60px);
}
h2{
	position: absolute;
	top:22px;
	font-size:20px;
	width:100%;
	color:#005952;
  
}
.conTit{
	position:relative;
	text-align:center;
	padding-bottom:50px;
}
.conTitEn{
	/*color:#BCD0C5;*/
	color:#D4DCD8;
	font-size:60px;
	width:100%;
	font-family: "Satisfy", cursive;
	font-weight: 400;
	font-style: normal;
}
.textarea1100{
	width:85%;
	max-width:85%;
	margin:0 auto;
}
.movie_ALL{
  flex-direction: column;
}
.movie{
	width:100%;
	aspect-ratio: 16 / 9;
	margin:0 auto;
	background:#DDDDDD;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
.movie_L{
	width:100%;
	aspect-ratio: 16 / 9;
	margin:0 auto;
/*	background:#DDDDDD;
	margin-top:20px;
	margin-bottom:15px; */
	text-align:center;
}
.movie_L iframe{
  margin:0 auto;
  width: 100%;
  height: 100%; 
}
.movie_R{
	width:100%;
	aspect-ratio: 16 / 9;
	margin:0 auto;
	background:#DDDDDD;
	margin-top:15px;
	margin-bottom:20px;
	text-align:center;
}
.movie_R iframe{
  margin:0 auto;
  width: 100%;
  height: 100%; 
}
.movie iframe{
  margin:0 auto;
  width: 100%;
  height: 100%; 
}
.movie02{
	width:100%;
	aspect-ratio: 5 / 3;
	margin:0 auto;
	background:#DDDDDD;
	margin-top:50px;
	text-align:center;
	margin-bottom:60px;
}
.top_Box{
	width:100%;
	background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/back02.png);
	padding:45px 0;
}
.thanks_text p br{
	display:none !important;

}
.messageBox{
	width:100%;
	background:#F5F5F5;
	padding:55px 0 45px 0;
}
.logoBox{
	background:#efffef;
	padding:55px 0 45px 0;
}
.sound_logoBox{
/*	background:#FFFFFF;*/
	padding:100px 0 80px 0;
}
.historyBox{
	width:100%;
	background:#F5F5F5;
	padding:55px 0 45px 0;
}
.movieBox{
	background:#FFFFFF;
	padding:55px 0 45px 0;
}
.campaignBox{
	width:100%;
	background:#F5F5F5;
	padding:55px 0 45px 0;
}

.daihyo_message{
	width:100%;
	padding-top:0;
}
.daihyo{
	width:100%;
	font-size:14px;
	line-height:140%;
	margin-bottom:20px;
}
.daihyo img{
	width:100%;
	height:auto;
}
.icotto_70th{
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
}
.icotto_70th img{
	width:80%;
	height:auto;
}
.logo_70th{
	width:100%;
	margin:0 auto 40px auto;
	text-align:center;
}
.logo_70th img{
	width:80%;
	height:auto;
}
.history_logo_70th{
	width:100%;
	margin:0 auto 40px auto;
	background:#F5F5F5;
	text-align:center;
}
.history_logo_70th img{
	width:80%;
	height:auto;
}
.logo_70th video{
	width:80%;
	height:auto;
}
.logo_theme span{
	display:inline-block;
}
.history_img{
	width:100%;
	margin:0 auto;
}
#message,#logo,#history,#movie,#campaign{
    padding-top: 70px;
    margin-top: -70px;
}
/*あゆみ*/
@keyframes fade-in {
  0% {
    opacity: 1;
    transform: translateY(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
.enkaku{
	padding-top:20px;
 /*	background:url(image/enkaku_line.jpg) repeat-y top left 30px; */
	font-size:16px;
	line-height:150%;
	padding-left:30px;
	bpx-sizing:border-box;
}
.linecontainer{
  position: relative; /* 子要素の基準点にする */
	  /* この要素のスクロール位置をタイムラインとして定義 */
  view-timeline-name: --line-container-timeline;
  view-timeline-axis: block;

}
.scroll-line {
  /* 線の初期設定（縦線の場合） */
  position: absolute;
  top: 0;
  left: 30px;
  width: 4px;
  height: 0; /* 最初は高さ0 */
  background-color: #005952;

  /* スクロール連動の設定 */
  animation: grow-lines linear both;
  animation-timeline: --line-container-timeline;
     /* タイミング調整：親要素が画面に入りきって(contain 0%)から、画面外に出始める(contain 100%)まで */
  animation-range: entry 10%  contain 100%; 
}
/* 0%から100%まで伸びるアニメーション */
@keyframes grow-lines {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
.enkaku_tit{
	padding:25px 15px 22px 15px;
	font-weight:bold;
	font-size:25px;
	line-height:140%;
	background:#005952;
	color:#FFFFFF;
	text-align:center;
}
.enkakuBox01{
	width:100%;
	box-sizing:border-box;
	margin-left:0;
	margin-top:50px;
	padding-left:15%;
	padding-right:0;
	background: linear-gradient(to left, #005952) left center / 30px 3px no-repeat;
/*	background:url(image/enkaku_line.jpg) repeat-x left center; */
	box-sizing:border-box;
	  position: relative; /* 基準位置にするための指定 */
}
.enkakuBox01::after {
  content: "";
  position: absolute;
  
  /* 位置の指定：本体の右端（right: 0）を基準にする */
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 上下中央揃え */

  /* 【ここを調整】外側にずらしたい分だけマイナス値を指定 */
  margin-left: -8px; 

  /* 画像の指定 */
  width: 20px;  /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url('image/line_start.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.enkakuBox02{
	width:100%;
	box-sizing:border-box;
	margin-left:0;
	margin-top:50px;
	padding-left:15%;
	padding-right:0;
	background: linear-gradient(to left, #005952) left center / 30px 3px no-repeat;
/*	background:url(image/enkaku_line.jpg) repeat-x left center; */
	box-sizing:border-box;
    position: relative; /* 基準位置にするための指定 */
}
.enkakuBox02::after {
  content: "";
  position: absolute;
  
  /* 位置の指定：本体の右端（right: 0）を基準にする */
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 上下中央揃え */

  /* 【ここを調整】外側にずらしたい分だけマイナス値を指定 */
  margin-left: -8px; 

  /* 画像の指定 */
  width: 20px;  /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url('image/line_start.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.enkakuBox01_noimage{
	width:100%;
	box-sizing:border-box;
	padding-left:15%;
	padding-right:0;
	background:url(image/enkaku_line.jpg) repeat-x right center;
	box-sizing:border-box;
	margin-left:0;
	margin-top:50px;
}
.enkakuBox02_noimage{
	width:100%;
	box-sizing:border-box;
	padding-left:15%;
	padding-right:0;
	background:url(image/enkaku_line.jpg) repeat-x right center;
	box-sizing:border-box;
	margin-left:0;
	margin-top:50px;
}
.enkakuBoxIn{
	/*border:solid 1px #CCCCCC;*/
	padding:30px;
	/*background:#F5F5F5;*/
	background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/back04.png);
/*	background:#FFFFFF; */
	box-sizing:border-box;

   /* アニメーション設定 */
   animation: fade-in 1s linear;
   animation-timeline: view(); /* スクロールと連動 */
   animation-range: entry 0 cover 30%;
}
.enkaku_img{
	width:100% !important;
	height:auto;
	aspect-ratio: 6 / 4 !important;
	margin-bottom:10px;
	overflow:clip;
}
.enkaku_img img{
	/*width:100%;
	height:auto;*/
	object-fit:contain;
	width:100%;
	height:100%;
}
.enkaku_img02{
	margin-bottom:10px;
}
.enkaku_img02 img{
	width:100%;
	height:auto;
	font-size:0;
}
.enkaku_year{
	margin-bottom:15px;
	font-weight:bold;
	font-size:4vw;
	color:#005952;
	padding-top:15px;
}
.cap_ai{
	font-size:1.8vw;
	margin-top:-10px;
}
/*drawer menu*/	
nav.menu{ width:50px; font-size:12px; height:6em; top: 0; right:0; position:fixed; cursor:pointer; display:block; overflow:clip; z-index:9999;background:#005952;
}
nav .menu1,nav.menu_close .menu1{ width:30px; height:2px; background-color: #FFF; left:10px;top:2em; position:absolute; } 
nav .menu2,nav.menu_close .menu2{ width:30px; height:2px; background-color: #FFF; left:10px;top:3em; position:absolute; } 
nav .menu3,nav.menu_close .menu3{ width:30px; height:2px; background-color: #FFF; left:10px;top:4em; position:absolute; }


nav .menu1,nav .menu2,nav .menu3{ transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
					 -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
					 
nav.menu_open .menu1{ top:3em; -o-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
				 	-ms-transform: rotate(45deg); transform: rotate(45deg); }
nav.menu_open .menu2{ background-color:rgba(255,255,255,0);  }
nav.menu_open .menu3{ top:3em; -o-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } 
#glnv{
	display:none;
}				
#glnv_smph{
	position: fixed;
	font-weight: bold;
	display: none;
	right: 0;
	top: 0;
	list-style-type: none;
	background-color: rgba(255, 255, 255, 1);
	padding: 0.5em;
	z-index: 9998;
	width:100%;
	box-sizing: border-box;
	height:100%;
	overflow: auto; 
	-webkit-overflow-scrolling: touch; 
	padding-top:85px;

}
#glnv_smph #menu p{
	display:block;
	width:100%;
	float:none;
	list-style:none;
	border-bottom:solid 1px #EEEEEE;
	font-size:120%;
	margin:0 auto;
}
#glnv_smph #menu p a{
	display:block;
	text-align:center;
	text-decoration:none;
	padding:0.7em;
	color:#000000;
	border:none;
	font-weight:bold;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
/* 順番に切り替えるためのディレイ（遅延）設定 */
.splash-1 { background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/slide01.png);
		  background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
		  background-position: center;
		  background-size: contain;

}
.splash-2 { background-image: url(https://tochigi-toyopet-70th.com/tp/wp-content/themes/toyopet70th/image/slide03.png);
		  background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
		  background-position: center;
		  background-size: contain;
}
#skip-button {
	position: absolute;
	bottom: 1.5em;
	left: 50%;
	transform: translateX(-50%); /* 要素の幅の半分だけ左に戻す */
	padding: 10px;
	background: none;
	border-radius: 5px;
	cursor: pointer;
	font-size:22px;
	font-weight:normal;
	border:solid 1px #005952;
	padding:7px 15px;

}
.comingsoon00{
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	color:#005952;
	padding:0.8em 1em 0.8em 1em;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.comingsoon01{
	font-size:25px;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
	padding:1em 1em 1em 1em;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}
.comingsoon01 p{
	width:100%;
}
.movie_soon_text01{
	font-size:14px;
	line-height:120%;
/*	margin-bottom:10px; */
}
.comingsoon02,.comingsoon03{
	font-size:22px;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
	align-items: center;
	color:#999999;
	paddin-top:30px;
}

.pagetop-btn {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	background-color: #005952;
	border-radius: 50%;
	transition: all 0.3s ease;
	text-align:center;
	color:#FFFFFF;
	line-height:120%;
	text-decoration:none;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	align-items: center !important;
	font-size:12px;
	line-height:120%;
}

.pagetop-btn:hover {
	background-color: #005952;
	transform: translateY(-3px);
}
