#page_online-tour {
  font-family: "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ", "Meiryo", "verdana", sans-serif;
}

/*--ヘッダー--*/

/*--フッター--*/
.footer_wrap_lp {
  padding-top: 20px;
  margin-top: 50px;
  background: #498C46;
}
.footer_logo_lp img {
  padding: 0 10px;
  margin: 0 auto;
}
.footer_address_lp {
  width: 100%;
  max-width: 980px;
  padding: 1em 10px;
  margin: 0 auto;
}
.footer_address_lp .item-wrap {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
  font-size: clamp(1.5rem,2.7vw,3rem);
  line-height: 1.5;
}
.footer_address_lp .item-wrap:first-child {
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  padding-bottom: .3em;
  margin-bottom: .3em;
}
.footer_address_lp dt,
.footer_address_lp dd {
  display: inline-block;
}
@media screen and (min-width: 768px) {
	.footer_wrap_lp {
	  padding-top: 30px;
	}
}

/*--コンテンツ--*/
.top {
  padding: 20px 10px 12%;
  background:url(https://hiwasaki.co.jp/hiwasaki/wp-content/themes/hiwasaki/img/event/online-tour/top-bg.png) no-repeat center bottom / cover;
}
.top-img img {
  margin:0 auto;
}
.caption {
  font-size: clamp(1.4rem, 3vw,2.5rem);
  text-align: center;
  padding: 0 10px;
  margin-top: -6%;
}
.caption span {
  color: #E2007F;
  font-size: 150%;
  font-weight: 700;
  margin: 0 0.1em;
  background: linear-gradient( transparent 60%, yellow 60%);
}

.anime-content {
  height: 66vw;
  max-height: 505px;
  padding: 20px 30px;
  position: relative;
}
.anime-content img {
  width: 55%;
  max-width: 450px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  animation-name: change-img;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
}
@keyframes change-img {
    0%{ opacity: 0;}
    50%{ opacity: 1;}
    100%{ opacity: 0;}
}
.anime-content img:nth-child(1) {
  animation-delay: 0s;
}
.anime-content img:nth-child(2) {
  animation-delay: 2s;
}
.youtube-content {
  padding: 100px 10px 50px;
  background: url(https://hiwasaki.co.jp/hiwasaki/wp-content/themes/hiwasaki/img/event/online-tour/body-bg.jpg) no-repeat 0 0/ cover;
  position: relative;
}
.youtube-content .flag-left {
  display: block;
  width: 60%;
  height: 17vw;
  min-height: 108px;
  background: url(https://hiwasaki.co.jp/hiwasaki/wp-content/themes/hiwasaki/img/event/online-tour/flag-left.png) no-repeat right top/ cover;
  position: absolute;
  top: 0;
  left:0;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1.0s;
}
.youtube-content .flag-right {
  display: block;
  width: 40%;
  height: 20vw;
  min-height: 128px;
  background: url(https://hiwasaki.co.jp/hiwasaki/wp-content/themes/hiwasaki/img/event/online-tour/flag-right.png) no-repeat left top/ cover;
  position: absolute;
  top: 0;
  right:0;
  opacity: 0;
  transform: translateX(100%);
  transition: all 1.0s;
}
.youtube-content .flag-left.scrollin,
.youtube-content .flag-right.scrollin {
  opacity: 1;
  transform: translateX(0);
}
.youtube-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.youtube-content-title {
  margin-bottom: 6%;
}
.youtube-content-title img {
  filter: drop-shadow(3px 4px 4px #C1C1C1);
}
.youtube-list li {
  margin-bottom: 10%;
  transform: scale(0,0);
  transition: all 1.0s;
}
.youtube-list li.scrollin {
  transform: scale(1,1);
}
.youtube-list iframe {
  width: 100%;
  height: 52vw;
  max-height: 550px;
}
.youtube-list iframe .ytp-large-play-button-red-bg .ytp-large-play-button-bg {
  opacity: 0;
}
.youtube-list span {
  display: block;
  color: #fff;
  font-size: clamp(2.5rem,5vw,4.7rem);
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
  text-align: center;
  background: #009EE7;
}
.entry-content {
  padding: 5% 0;
}
.entry-title-wrap {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.entry-content-title {
  color: rgba(0,0,0,0);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: clamp(2rem,5.5vw,7rem);
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
  line-height: 1.2;
}
.entry-content-title .yellow {
  font-size: 140%;
  text-shadow: 1px 1px 0 #FFFF00;
}
.entry-caption {
  font-size: clamp(1.7rem,4.5vw,5rem);
  font-weight: 700;
  margin: .5em 0 1em;
  background-image: linear-gradient(to right, #000, #000 2px,transparent 2px,transparent 4px),
                    linear-gradient(to right, #000, #000 2px,transparent 2px,transparent 4px);
  background-size: 3px 3px,3px 3px;
  background-position: left bottom,left top;
  background-repeat: repeat-x,repeat-x;
}
.entry-content-btn {
  display: block;
  color: #fff;
  font-size: clamp(1.5rem,4vw,4.5rem);
  font-weight:700;
  width: 95%;
  padding: 1em .5em;
  margin: 0 auto;
  background: #E2007F;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
}
.entry-content-btn::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 100%;
  background-color: #F7BADF;
  position: absolute;
  top: -180px;
  left: 0;
  transition: 300ms;
  animation-name: shiny-efect;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny-efect {
  0%{ opacity:0; transform: scale(0) rotate(45deg); }
  80%{ opacity:0.5; transform: scale(0) rotate(45deg); }
  81%{ opacity:1; transform: scale(4) rotate(45deg); }
  100%{ opacity:0; transform: scale(66) rotate(45deg); }
}

.present-content {
  width: 90%;
  max-width: 1200px;
  padding: 5% 10px;
  margin: 60px auto 150px;
  background-image: repeating-linear-gradient(-45deg,#ffff66,#ffff66 5px,transparent 5px,transparent 10px);
  position: relative;
}
.present-content::before {
  display: block;
  content: "";
  width: 40%;
  height: 14vw;
  background: url(https://hiwasaki.co.jp/hiwasaki/wp-content/themes/hiwasaki/img/event/online-tour/present.png) no-repeat center / contain;
  position: absolute;
  top: -3%;
  left: -8%;
}
.present-content::after {
  display: block;
  content: "";
  width: 50%;
  max-width: 300px;
  height: 40vw;
  max-height: 282px;
  background-image: url(https://hiwasaki.co.jp/hiwasaki/wp-content/themes/hiwasaki/img/event/online-tour/treasure-chest.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.special-prize {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  width: 100%;
  max-width: 977px;
  margin: 0 auto;
}
.special-prize .box-right,
.special-prize .box-left {
  width: 25%;
}
.special-prize .box-center {
  width: 50%;
}
.special-prize .box-center li {
  font-size: clamp(1.6rem,4vw,5rem);
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}
.special-prize .box-center li::before {
  content: "●";
}
.special-prize .box-center .small-text {
  font-size: clamp(1.3rem,2.3vw,2.5rem);
  letter-spacing: -.1em;
  margin-left: 1em;
}
.special-prize .box-right span {
  display: flex;
  color: #E2007F;
  font-size: clamp(2rem,5vw,6rem);
  font-weight: 700;
  justify-content: center;
  align-items: center;
  height: 3.5em;
  background: #fff;
  border: 4px solid #E2007F;
  border-radius: 50%;
}
.special-prize-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-top: 10px;
}
.special-prize-img figure {
  text-align: center;
}
.special-prize-img figucaption {
  font-size: clamp(1.3rem,2.3vw,2.5rem);
}
.present-liset dl {
  width: fit-content;
  margin: 0 auto;
}
.present-list dl div {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  max-width: 830px;
  padding: .5em 0;
  margin: 0 auto;
  background-image: linear-gradient(to right, #E2007F, #E2007F 2px,transparent 2px,transparent 4px);
  background-size: 3px 3px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.present-list div:last-child {
  background-image: none;
}
.present-list dl dt {
  width: 15%;
}
.present-list dl dd {
  font-size: clamp(1.3rem,3vw,4rem);
  text-align-last: justify;
  width: 85%;
}
.present-list-bottom {
  text-align: right;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.present-list-bottom p {
  display: inline-block;
  font-size: clamp(1.3rem,2.5vw,2rem);
}
.present-list-bottom p::before {
  content: "●";
}
.present-howto div.youtube-list {
  max-width: 800px;
  margin: 20px auto;
} 
.present-howto div.youtube-list {
  margin-bottom: 10%;
  transform: scale(0,0);
  transition: all 1.0s;
}
.present-howto.scrollin div.youtube-list {
  transform: scale(1,1);
}
.present-last {
  display: flex;
  margin: 30px 0;
}
.present-last .box-left {
  width: 30%;
  margin-right: 3%;
}
.present-last .box-right {
  width: 70%;
}
.present-election-title {
  color: #E2007F;
  font-size: clamp(1.8rem,4vw,5rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: .3em;
}
.present-election-text {
  font-size: clamp(1.3rem,2.5vw,2rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.caption span {
	  text-stroke: 3px #E2007F;
	  -webkit-text-stroke: 3px #E2007F;
	}
	.youtube-content {
	  padding: 200px 10px 50px;
	}
	.youtube-inner .section-title img {
	  filter: drop-shadow(8px 4px 10px #999);
	}
	.youtube-list .sp-spacer {
	  display: none;
	}
	.entry-content-title {
	  text-stroke: 3px #000;
	  -webkit-text-stroke: 3px #000;
	}
	.entry-content-title .yellow {
	  text-shadow: 3px 3px 0 #FFFF00;
	}
	.entry-caption {
	  background-image: linear-gradient(to right, #000, #000 4px,transparent 4px,transparent 6px),
						linear-gradient(to right, #000, #000 4px,transparent 4px,transparent 6px);
	  background-size: 6px 6px,6px 6px;
	}
	.present-content {
	  padding: 4% 10px;
	  margin: 10vw auto 230px;
	}
	.present-content::before {
	  width: 30%;
	  height: 10vw;
	  top: -2%;
	}
	.special-prize .box-right span {
	  border: 10px solid #E2007F;
	}
	.present-howto div.youtube-list {
	  margin: 30px auto 50px;
	} 
	.present-last {
	  align-items: center;
	}
}
@media screen and (min-width: 1000px) {
	.entry-content-title {
	  text-stroke: 4px #000;
	  -webkit-text-stroke: 4px #000;
	}
	.entry-content-title .yellow {
	  text-shadow: 4px 4px 0 #FFFF00;
	}
	.present-last {
	  margin: 0;
	}
	.present-last .box-left {
	  width: 40%;
	}
	.present-last .box-left img {
	  margin: 0 0 0 auto;
	}
	.present-last .box-right {
	  width: 60%;
	}

}
@media screen and (min-width: 1200px) {
	.present-content::before {
	  top: -4%;
	}
}
/*--アンケートフォーム--*/
.invent-entry-title {
  font-family: "ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: clamp(2.2rem,4vw,5rem);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.event-entry-form {
  width:100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto 25px;
}
.event-entry-form th {
  display:block;
  font-weight:normal;
  text-align:left;
  width:100%;
}
.event-entry-form th.hissu::after {
  word-break: keep-all;
}
.event-entry-form td, .event-entry-form tr {
  padding:5px;
  margin-bottom:15px;
}
.event-entry-form td {
  width:100%;
  display:block;
}
.event-entry-form ul.atention-list li::before {
  content:"・";
}
.event-entry-form p {
  font-weight: 700;
  margin-top: 1em;
}
.event-entry-form .keyword-cell input {
  text-align: center;
  width: 2em;
  margin-right: .5em;
}
.event-entry-form input[type="radio"] {
  width: 20px;
  height: 20px;
}
.event-entry-form textarea[name="form-kanso"],
.event-entry-form textarea[name="form-other"] {
  width: 100%;
  height: 350px;
}
.event-entry-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.event-entry-form .wpcf7-list-item {
  line-height: 2.5;
}
.event-entry-btn #submit_button {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight:700;
  width: 300px;
  padding: 1em .5em;
  margin: 2em auto 0;
  background: #E2007F;
  border-radius: 2em;
  cursor: pointer;
}
.event-entry-btn #submit_button:hover {
  opacity: .7;
}
@media (min-width: 600px) {
.event-entry-form .wpcf7-radio {
  display: inline-block;
}
}
@media (min-width: 768px) {
  .event-entry-form th {
	  display:table-cell;
	  text-align:right;
	  vertical-align: top;
      width:40%;
	  padding-top: .3em;
  }
  .invent-entry-title {
      margin-top: -1em;
  }
  .event-entry-form td {
	  display:table-cell;
      width:60%;
  }
  .event-entry-form .keyword-cell input {
	  width: 1.7em;
	}
  .event-entry-form span.inline-block {
	  display: inline-block; 
  }

}

/*--サンクスページ--*/
.thanks-page-content {
  text-align: center;
}
.thanks-page-content p {
  font-size: clamp(1.6rem,3vw,2.5rem);
  margin: 0 0 1em;
}
.thanks-page-content img {
  padding: 0 20px;
  margin: 0 auto;
}
.thanks-page-content a {
  display: inline-block;
  font-size: clamp(1.4rem,2.5vw,2rem);
  margin-top: 2em;
  text-decoration: underline;
}
.thanks-page-content a:hover {
  text-decoration: none;
}
.recommend-section-title {
  text-align: center;
  margin-top: 3em;
}
.recommend-caption {
  font-size: 1.4rem;
  text-align: center;
}
.recommend-news-item {
  display: flex;
  padding: 0 20px;
  margin: 10px 0;
  border-bottom:dotted 1px #CCC;
}
.recommend-news-item:last-child {
  border-right: none;
}
.recommend-news-img {
  width: 30%;
  margin-right: 20px;
  position: relative;
}
.recommend-news-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recommend-news-text {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  padding:5px 0;
}
.recommend-news-date {
  width:100%;
  font-size:1.4rem;
}
.recommend-news-title {
  width:100%;
  font-size:1.4rem;
}
.recommend-news-title a {
  color:#333;
}
.btn-top {
  text-align: center;
  margin: 3.5em 0 4em;
}
@media (min-width: 600px) {
  .recommend-news {
	display: flex;
  }
  .recommend-news-item {
	display: block;
	border-right:dotted 1px #CCC;
	border-bottom: none;
  }
  .recommend-news-img {
	width: 100%;
	border:1px solid #CCC;
	padding:5px;
	margin-right: 0;
   }
  .recommend-news-img img {
	height: 14vw;
	max-height: 150px;
	margin: 0 auto;
	position: inherit;
	transform: translate(0,0);
  }
}
@media (min-width: 768px) {
  .recommend-news {
	max-width: 1020px;
    margin: 0 auto;
  }
  .thanks-page-content p {
	  margin: -2em 0 1em;
  }
  .recommend-caption {
    font-size: 100%;
  }

}

