<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*================================
common
================================*/
:root {
  --colo-yellow: #fffd31;
  --colo-blue: #019fe6;
  --color_BLK: #252525;
  --color_red: #cd2438;
	--gap_96px: clamp(32px, 12vw, 96px);
	--gap_80px: clamp(27px, 10vw, 80px);
	--gap_64px: clamp(21px, 8vw, 64px);
	--gap_48px: clamp(16px, 6vw, 48px);
	--gap_32px: clamp(11px, 4vw, 32px);
	--gap_24px: clamp(8px, 3vw, 24px);
	--gap_16px: clamp(5px, 2vw, 16px);
	--gap_8px: clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
	position: relative;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-size: inherit;
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}
table {
	width: 100%;
}

#page {
	font-size: clamp(18px, 2.2vw, 20px);
	color: var(--color_BLK);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0 auto;
	/* max-width: 1920px; */
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
  position: relative;
}

#page * {
	box-sizing: border-box;
}
#page img {
	max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page * {
	box-sizing: border-box;
}

#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
/* リンクとボタンのoutlineを非表示にする */
#page a,
#page button {
	outline: none;
	cursor: pointer;
}
/* ボタンとリンクにフォーカスした時にoutlineが表示されるようにする */
#page a:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 2px;
}
#page button:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
#page a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
}
#page label {
	cursor: pointer;
}

#page em {
	font-style: normal;
	font-weight: bold;
  font-size: 1.4em;
}

#page picture { display: block;}

.pc {
  display: block;
}

.sp {
  display: none;
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}

#page_top {
  position: fixed;
  right: 0.5%;
  bottom: 2%;
  display: block;
  width: min(22vw,130px);
  z-index: 999;
}

#page_top img { width: 100%;}

@media not screen and (min-width: 767px) {
  #page_top {
    z-index: 800;
  }
}

/*================================
共通パーツ
================================*/
.inner_wide {
  padding-inline: min(5vw,80px);
}

.inner_contents {
  max-width: min(85vw,1160px);
  margin-inline: auto;
  padding-inline: 40px;
}

.inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 40px;
}

.bold {
  font-weight: 700;
  font-size: 1.4em;
}

.red {
  font-weight: 700;
  color: var(--color_red)
}

.y_line {
  background-position: left -100% center;
  padding-bottom: 0.6em;
  padding-inline: .2em;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
  transition: background-position 2s 0.1s;
}

/*================================
about
================================*/
.about {
  padding: var(--gap_48px) 0;
}

.about__title {
  width: min(30vw,230px);
  margin: 0 auto var(--gap_32px);
}

.movie {
  position: relative;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto var(--gap_32px);
  overflow: hidden;
}

.tver_area {
	text-align: center;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
    /* margin: var(--gap_64px) auto var(--gap_32px); */
    margin: var(--gap_64px) auto;
    width: clamp(250px, 50vw, 450px);
}
/* .tver_area img {
	box-shadow: 0 0 var(--gap_16px) #8cacaf;
} */
.tver_info {
    margin-bottom: var(--gap_8px);
}
.tver_info em {
	font-size: 1.3em;
}
.tver_area .tver_info_btm {
    color: inherit;
    margin: var(--gap_16px) auto 0;
    text-align: center;
    line-height: 1.2;
}

.tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.about__contents {
  text-align: center;
}

.about__textArea01 &gt; p {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
  letter-spacing: .04em;
  margin-bottom: var(--gap_32px);
}

.about__textArea01 &gt; p:last-child {
  margin: var(--gap_64px) auto;
}

/*================================
slide img
================================*/
.slide__img--list {
  display: flex;
  align-items: center;
}

.slide__img--list &gt; li {
  width: 25vw;
}

.slide__img .slick-slide {
  border-right: 4px solid #fff;
}

/*================================
cast
================================*/
.cast {
  background: url(/sp/heisei_trip/assets/images/cast_bg.jpg) no-repeat center / cover;
  padding: var(--gap_48px) 0;
  overflow: hidden;
}

.cast__title {
  width: min(32vw,210px);
  margin: 0 auto var(--gap_32px);
}

.cast_list {
  display: flex;
  justify-content: center;
  gap: min(10vw,220px);
}

.cast__img {
  position: relative;
  z-index: 0;
}

.cast__img::before {
  content: "";
  position: absolute;
  background: url(/sp/heisei_trip/assets/images/cast_img01_bg.png) no-repeat center / contain;
  width: min(50vw,535px);
  height: min(40vw,455px);
  bottom: 0;
  left: min(-6vw,-220px);
  z-index: -1;
}

.cast__img.cast02::before {
  background: url(/sp/heisei_trip/assets/images/cast_img02_bg.png) no-repeat center / contain;
  bottom: auto;
  left: auto;
  top: 0;
  right: min(-5vw,-180px);
}

@media not screen and (min-width: 768px) {
  /*================================
  共通パーツ
  ================================*/
  #page em {
    font-size: 1.3em;
  }

  .inner {
    width: 90%;
    padding-inline: 0;
  }

  .inner_wide, .inner_contents {
    max-width: 94%;
    padding-inline: 3vw;
    margin-inline: auto;
  }

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }

  .bold {
    font-size: 1.2em;
  }

  /*================================
  about
  ================================*/
  .movie {
    width: 100%;
  }

  .about__textArea01 &gt; p {
    font-size: 1em;
  }

  /*================================
  slide img
  ================================*/
  .slide__img--list {
    display: flex;
    align-items: center;
  }

  .slide__img .slick-slide {
    border-right: 4px solid #fff;
  } 


  /*================================
  cast
  ================================*/
  .cast__title {
    margin-bottom: var(--gap_48px);
  }

  .cast_list {
    display: block;
  }

  .cast__img {
    text-align: center;
  }

  .cast__img.cast01 {
    margin-bottom: var(--gap_24px);
  }

  .cast__img::before {
    width: min(85vw,535px);
    height: min(80vw,455px);
    bottom: 0;
    left: -18vw;
  }
  
  .cast__img.cast02::before {
    background: url(/sp/heisei_trip/assets/images/cast_img02_bg.png) no-repeat center / contain;
    top: -3vw;
    right: -15vw;
  }


  /* 確認用 */
  /* footer.tvo-footer .tvo-footer-ad, #aswift_1_host iframe {
    display: none !important;
  } */

}
</pre></body></html>