@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*Break Point (for viequ house)
---------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadein-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@-webkit-keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 0s forwards;
          animation: extendright 0.5s 0s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(0% 0% 100% 0 round 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(0% 0% 100% 0 round 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  to {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #595757;
  font-weight: 400;
}
@media print, screen and (max-width: 960px) {
  body {
    overflow-x: inherit;
  }
}

/* ヘッダー固定した場合のマージン */
:target {
  scroll-margin-top: 100px;
}
@media print, screen and (max-width: 960px) {
  :target {
    scroll-margin-top: 53px;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gothic {
  font-family: "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bebas {
  font-family: "Bebas Neue", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.times {
  font-family: "Times New Roman", Times, serif;
}

.garamond {
  font-family: "Cormorant Garamond", "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "小塚明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", Roboto, "Droid Sans", "メイリオ", Meiryo, serif;
}

.eb_garamond {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "小塚明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", Roboto, "Droid Sans", "メイリオ", Meiryo, serif;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "小塚明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, serif;
}

.josefin {
  font-family: "Josefin Sans", "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hind {
  font-family: "Hind", sans-serif;
}

.s_waku_wrapper p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "小塚明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, serif;
}

select, input, button, textarea {
  font-size: 99%;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

.s_waku {
  bottom: 40px;
}

.h1Area {
  padding: 20px 25px 15px;
}
.h1Area figure {
  max-width: 420px;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .h1Area figure {
    width: 76%;
  }
}

.pointArea {
  background: #edebe9;
  padding: 20px 25px 15px;
}
.pointArea figure {
  max-width: 1200px;
  margin: 0 auto;
}

.s_info dl {
  min-height: 4em;
  overflow-y: scroll;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s_info dt {
  font-family: "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  width: 16%;
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 768px) {
  .s_info dt {
    font-size: 2.2vw;
    width: 16%;
  }
}
.s_info dd {
  font-family: "Noto Sans JP", Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  width: 80%;
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 768px) {
  .s_info dd {
    font-size: 2.2vw;
    width: 80%;
  }
}

.s_top_00 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  height: auto;
  width: 100%;
  min-height: 700px;
}
@media print, screen and (max-width: 1024px) {
  .s_top_00 {
    min-height: 600px;
  }
}
@media print, screen and (max-width: 768px) {
  .s_top_00 {
    min-height: 460px;
  }
}

.s_top_01 {
  padding: 140px 80px;
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .s_top_01 {
    padding: 40px 30px 80px;
    position: relative;
  }
}

.s_top_02 {
  font-size: 18px;
  text-align: center;
  line-height: 3;
}
@media print, screen and (max-width: 1440px) {
  .s_top_02 {
    font-size: 16px;
    text-align: center;
    line-height: 3;
  }
}
@media print, screen and (max-width: 768px) {
  .s_top_02 {
    font-size: 2.4vw;
    text-align: center;
    line-height: 3;
  }
}

.s_top_03 {
  margin-top: 60px;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .s_top_03 {
    margin-top: 40px;
    text-align: center;
  }
}
.s_top_03 a:hover {
  opacity: 1 !important;
}

.s_top_03w {
  text-align: center;
  position: absolute;
  bottom: 200px;
  left: 0px;
  right: 0px;
}
@media print, screen and (max-width: 768px) {
  .s_top_03w {
    bottom: 100px;
  }
}

@media print, screen and (max-width: 768px) {
  .big_end .s_waku_wrapper .s_top_00 .s_top_03w {
    bottom: 60px;
  }
  a:hover {
    opacity: 1 !important;
  }
}
/* インフォメーション
----------------------------------------------------*/
.info_text {
  line-height: 1.37em;
  font-size: 0.88em;
  margin-bottom: 1.5em;
}
@media print, screen and (max-width: 768px) {
  .info_text {
    line-height: 1.77em;
    font-size: 0.98em;
  }
}

.info_text_hd {
  text-align: center;
  color: white;
  line-height: 1.77em;
  font-size: 1.13em;
  margin-bottom: 1.5em;
}
@media print, screen and (max-width: 768px) {
  .info_text_hd {
    line-height: 1.77em;
    font-size: 0.88em;
  }
}

.info_text_shin {
  width: 100%;
  padding: 30px 0;
  margin: auto;
  /*border: solid 2px #fffab5;*/
  font-size: 2.6em;
  line-height: 1.66em;
  text-align: center;
  color: #fff;
  background-image: radial-gradient(circle, rgba(255, 192, 58, 0.97), rgba(224, 162, 8, 0.97) 80%);
}
@media print, screen and (max-width: 768px) {
  .info_text_shin {
    font-size: 1.4em;
    line-height: 1.66em;
    padding: 15px 0;
    margin: auto;
  }
}

.info_text_shin_act {
  width: 100%;
  padding: 15px 0;
  margin: auto;
  /*border: solid 2px #fffab5;*/
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.16em;
  text-align: center;
  color: #fff;
  background-image: radial-gradient(circle, rgb(255, 58, 58), rgb(175, 0, 0) 80%);
}
@media print, screen and (max-width: 768px) {
  .info_text_shin_act {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.41em;
    padding: 15px 0;
    margin: auto;
  }
}

/* 光るボタン
----------------------------------------------------*/
.button {
  background: #ebf4fa;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-decoration: none;
}
.button::after {
  -webkit-animation: 4s 0s shine linear infinite;
  animation: 4s 0s shine linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
/*----------------------------------------------------
	サブタイトル
----------------------------------------------------*/
.s_sub_title {
  width: auto;
  margin: -50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.s_sub_title div {
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .s_sub_title div {
    margin: -20px auto 0 auto;
  }
}
.s_sub_title img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
}
@media print, screen and (max-width: 768px) {
  .s_sub_title img {
    max-height: 50px;
  }
}

a.s_page_navi_btn {
  border: solid 2px #0071bc;
  color: #0071bc;
  text-decoration: none;
  width: 100%;
  display: block;
}
a.s_page_navi_btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #0071bc;
}

/* MV制御
-----------------------------------------*/
.pc {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.video_wrapper {
  position: relative;
  width: 100%;
  /*height: 100svh;*/
  height: 50.5vw;
  /*background: #000;*/
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .video_wrapper {
    height: 160vw;
  }
}

/* 動画 */
.video_full {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: auto;
}

.video_full.fadeout {
  opacity: 0;
  pointer-events: none;
}

/* ポスター画像 */
.poster_image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.poster_image.visible {
  opacity: 1;
  pointer-events: auto;
}

/* 追加ポスター画像 */
.extra_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.extra_image.visible {
  opacity: 1;
}

/* ボタン */
.video_control {
  position: absolute;
  top: 60px;
  left: 60px;
  padding: 6px 16px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  font-size: 14px;
  border-radius: 30px;
}
@media print, screen and (max-width: 768px) {
  .video_control {
    top: 30px;
    left: 30px;
    padding: 2px 16px;
    border-radius: 14px;
  }
}

/* 矢印のフェード制御 */
.cp_arrows {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 10;
}
.cp_arrows.visible {
  opacity: 1;
}

/* Safari再生ボタン非表示 */
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.s_info a {
  color: #000;
}

.top_info ul {
  text-align: center;
}

.s_pic_title_01 {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4901960784));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4901960784));
}