@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Lato-Bold';
  src: url("../font/Lato-Bold.ttf");
}
@font-face {
  font-family: 'NotoSerifJP';
  src: url("../font/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSerifJP-Light';
  src: url("../font/NotoSerifJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Poppins-Thin';
  src: url("../font/Poppins-Thin.ttf");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "NotoSansJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  /*padding-bottom: 418.8px;*/ /*フッターの高さにより変更*/
}
main {
  overflow: hidden;
}
#switch, .sp_logo, .display_sp {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
a {
  display: block;
}
h1, h2, h3 {
  font-weight: bold;
}
* {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.fb_iframe_widget {
    left: -62px;
}

/*ヘッダー------------------------------------------*/
header {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #00434F 50%, #00434F 100%);;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.clearfix {
  display: block;
}
#header {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
}
.logo {
  margin: 0;
  padding: 0 10px;
  float: left;
  width: 215px;
  height: 90px;
  background: #fff;
  width: 22%;
}
.logo img {
  margin: 15px 0 10px 0;
  width: 140px;
  height: auto;
}
.logo span {
  display: block;
  font-size: clamp(1rem,.8vw,1.2rem);
  font-weight: bold;
  color: #005b6a;
}
.button-toggle {
  display: none;
}
nav {
  width: 78%;
}
#top_nav {
  height: 90px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005b6a+45,00434f+100 */
  background: #005b6a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #005b6a 45%, #00434f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005b6a 45%, #00434f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005b6a 45%, #00434f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005b6a', endColorstr='#00434f', GradientType=1);
  /* IE6-9 */
}
#top_nav ul {
  width: 100%;
}
#top_nav li {
  font-size: clamp(1.2rem,1.16vw,1.4rem);
  font-weight: bold;
  width: calc(100%/7);
  float: left;
  text-align: center;
  height: 90px;
  line-height: 1.5;
  border-right: 1px #58818d solid;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
}
#top_nav span {
  font-size: clamp(1rem,.8vw,1.2rem);
  display: block;
  font-weight: normal;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
#top_nav li a {
  padding: 30px 0 0;
  height: 90px;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#top_nav li a:hover {
  background: #387f8b;
}
.active {
  background: url(../img/common/header_nav_active.png) 23px 67px no-repeat;
}
.active:hover {
  background: url(../img/common/header_nav_active.png) 23px 67px no-repeat!important;
}
.active a:hover {
  background: transparent!important;
}
#dropmenu {
  width: 139px;
  margin: 0;
  padding: 0;
}
#dropmenu li {
  position: relative;
  width: 100%;
  height: 90px!important;
  margin: 0!important;
  padding: 30px 0 0!important;
  text-align: center;
  display: block!important;
  font-size: clamp(1.2rem,1.16vw,1.4rem);
  font-weight: bold;
  color: #fff;
  line-height: 1.5!important;
  text-decoration: none;
}
#dropmenu li span {
  font-size: clamp(1rem,.8vw,1.2rem);
  display: block;
  font-weight: normal;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
#dropmenu li ul {
  list-style: none;
  position: absolute!important;
  z-index: 1000;
  top: 90px!important;
  left: 0;
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  width: 240px;
}
#dropmenu li ul li {
  overflow: hidden!important;
  width: 120px;
  margin: 0!important;
  padding: 0!important;
  height: 0!important;
  color: #fff;
  background: #005b6a!important;
  border: none!important;
}
#dropmenu li ul li a {
  display: block!important;
  margin: 0!important;
  padding: 0 5px!important;
  text-align: center;
  line-height: 34px!important;
  font-weight: bold!important;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  border-top: 1px #58818d solid;
  border-right: 1px #58818d solid;
  height: 34px!important;
  background: #005b6a;
}
#dropmenu li ul li:last-child a {
  border-right: none;
}
#dropmenu li ul li span {
  background: url(../img/common/link_allow_white.png) no-repeat right center;
  display: inline-block;
  padding: 0 15px 0 0;
  font-weight: bold!important;
  font-size: 12px!important;
}
#dropmenu li:hover ul li {
  overflow: visible!important;
  height: 34px!important;
  background: #387f8b!important;
}
.main_nav {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 10px 15px;
  position: relative;
}
.main_nav a {
  float: left;
  width: 197px;
  margin: 0 15px 0 0;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  display: block;
}
.btn_active a {
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  opacity: 1.0;
}
.main_nav li img {
  width: 100%;
  height: auto;
}

/*#fixed-text {
  width: 60px;
  height: 60px !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
}

header .inner_header .header_nav {
  display: block;
}
header .inner_header {
  border: none;
}
header .inner_header .header_nav .header_menu {
  flex-direction: column;
  width: 95%;
  margin: 10% auto 0;
}
header .inner_header .header_nav .heeder_logo {
  margin: 50% auto 0;
  max-width: 200px;
}
header .inner_header .header_nav .header_menu ul {
  width: 100%;
  flex-direction: column;
}
header .inner_header .header_nav .header_menu ul li {
  width: 100%;
}
header .inner_header .header_nav .header_menu ul li a {
  color: #333;
}
header .inner_header .header_nav .header_contact_btn {
  width: 100%;
  margin-top: 15%;
}
header .inner_header .header_nav .header_contact_btn a {
  max-width: 180px;
  color: #fff;
  background: #333;
  margin: auto;
}
/*メイン------------------------------------------*/
section {
  position: relative;
  display: block;
}
.relative {
  position: relative;
}
.null {
  position: relative;
  top: -200px;
}
.w900 {
  max-width: 900px;
  width: 87.2%;
  margin: auto;
  position: relative;
}
.w1200 {
  max-width: 1200px;
  width: 87.2%;
  margin: auto;
  position: relative;
}
.w1320 {
  max-width: 1320px;
  margin: auto;
  position: relative;
}
.flex_wrap {
  display: flex;
}
@media screen and (max-width: 1320px) {
  .w1320 {
    padding: 0 15px;
  }
}
/*フッター------------------------------------------*/
footer {
  position: relative;
  border-top: 1px #333 solid;
  background: #1a2000;
  z-index: 1;
}
#footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 10px 50px 10px;
  color: #fff;
  font-size: clamp(1rem,.8vw,1.2rem);
  background: #1a2000;
}
#footer a {
  color: #fff;
  font-weight: normal;
}
#footer ul {
  max-width: 800px;
  float: left;
}
#copyright {
  text-align: right;
  padding: 2px 0 0;
  font-size: 11px;
  float: right;
   max-width: 350px;
}
#footer li {
  background: url(../img/common/link_mark.png) left center no-repeat;
  margin: 0 2em 0 0;
  padding: 0 0 0 18px;
  float: left;
}
/*footer {
  margin-bottom: 95vh;
  padding: 140px 0 78px;
  width: 100%;
  background: #005DAD;
  color: #fff;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  bottom: -5.4vw;
  left: 0;
  background: url(../img/footer_deco02.svg) top/cover ,no-repeat;
  width: 100%;
  height: 5.5vw;
}
footer .staff_wrap {
  width: 88%;
  max-width: 943px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .staff_wrap dl {
  margin-bottom: 15px;
  width: 48%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1.2rem,1.3vw,1.6rem);
  line-height: 2;
}
footer .staff_wrap dl:nth-of-type(3) {
  width: 100%;
}
footer .staff_wrap dl dt {
  font-weight: normal;
  width: 8em;
}
footer .staff_wrap dl dd {
  font-weight: normal;
  width: calc(100% - 8em);
}
footer small {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.5;
}*/
@media screen and (max-width: 785px) {
  body {
    padding-bottom: 0;
  }
  /*ヘッダー--------------------------------------*/
  /*メイン--------------------------------------*/
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .null {
    position: relative;
    top: -150px;
  }
  /*フッター--------------------------------------*/
  footer {
    position: static;
  }
  footer .staff_wrap {
    width: 100%;
  }
  footer .staff_wrap dl {
    margin-bottom: 15px;
    flex-wrap: wrap;
    width: 48%;
  }
  footer .staff_wrap dl dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }
  footer .staff_wrap dl dd {
    width: 100%;
    font-size: 14px;

  }
  footer .footer {
    padding: 60px 0 40px 0;
  }

  footer .footer .footer_contact_btn a {
    flex-direction: column;
    padding: 20px 10px 20px 10px;
  }
  .footer_contact_tittle {
    display: block;
    font-size: 6rem;
    line-height: 1;
    width: 100%;
    transform: none;
  }
  .footer_contact_tittle_sub_text {
    font-size: 1.4rem;
    line-height: 1;
    width: 100%;
    margin-top: 0;
    margin-left: 14%;
  }
  .footer_contact_tittle_sub_text span {
    position: relative;
  }
  .footer_contact_tittle_sub_text span::after {
    width: 56px;
    height: 8px;
    top: 5px;
    right: -80px;
  }
  footer .footer_menu {
    margin-top: 40px;
  }
  footer .footer_menu .footer_logo {
    max-width: 120px;
    width: 100%;
    margin: auto;
  }
  footer .footer_menu ul {
    display: none;
  }
  footer .footer_bottom {
    margin-top: 40px;
    align-items: center;
    flex-direction: column-reverse;
  }
  footer .footer_bottom small {
    margin-right: 25px;
    margin-top: 14px;
  }
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  color: #707070;
  font-weight: bold;
}
.form-group label {
  display: block;
  margin-bottom: 22px;
}
.form-group .input_box, .form-group .select_box {
  height: 60px;
}
.form-group .select_box {
  display: flex;
  align-items: center;
}
.form-group .input_box input, .form-group .select_box {
  width: 100%;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #BBBBBB;
}
.form-group .input_box input:focus-visible {
  outline: none;
}
.form-group .text_box {
  box-sizing: border-box;
}
.form-group .text_box textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #BBBBBB;
}
.form-group .text_box textarea:focus-visible {
  outline: none;
}
.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  padding: 30px 0;
}
.form-group.center_item label {
  width: auto;
  line-height: 1;
}
.form-group .required {
  display: inline-block;
  color: #fff;
  background: #E20101;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}
.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}
.form-group.submit_btn {
  background: none;
  padding-top: 49px;
}
.form-group.submit_btn input {
  width: 288px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #333333;
  transition: .3s;
}
.form-group.submit_btn input:hover {
  background: #C7B994;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  appearance: auto;
}
@media screen and (max-width: 785px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .form-group label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-group .text_box {
    width: 100%;
  }
  .form-group .input_box {
    width: 100%;
    height: 40px;
  }
  .form-group.check_wrap {
    flex-direction: row;
    padding: 15px 0;
  }
  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  .form-group.check_wrap label {
    margin-bottom: 0;
  }
  .form-group .input_box input, .form-group .select_box {
    height: 40px;
  }
}

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/* 上下のアニメーション*/
.upAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
    transform: translateY(-100%);/* 要素を下の枠外に移動*/
    opacity: 0;
    }
    to {
    transform: translateY(0);/* 要素を元の位置に移動*/
    opacity: 1;
    }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger, .fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*WP-navigation*/
.navigation {
  width: 100%;
  margin-bottom: 60px;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}
.navigation .pages {
  display: none;
}
.navigation .page {
  margin-right: 10px;
}
.navigation .page.smaller {
  color: #005DAD;
  background-color: #C0E4F9;
    width: 40px;
    height: 40px;
    line-height: 40px;
  border-radius: 100%;
}
.navigation .page.larger {
  color: #005DAD;
  background-color: #C0E4F9;
    width: 40px;
    height: 40px;
    line-height: 40px;
  border-radius: 100%;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #0099E2;
    width: 40px;
    height: 40px;
    line-height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #005DAD;
}
.previouspostslink {
  margin-right: 10px;
}
@media screen and (max-width: 785px) {
  .fb_iframe_widget {
    left: -10px;
}
.fb-like span, .fb-like iframe {
    width: 29px !important; /* 必要に応じて幅を調整 */
    height: 20px !important; /* 必要に応じて高さを調整 */
    overflow: hidden !important;
}
  .fadeUp{
      animation-name: fadeUpAnime;
      animation-duration:1s;
      animation-fill-mode:forwards;
      opacity: 0;
      }
      
  header{
    background: #fff;
    padding: 0 10px 5px;
    position: fixed;
  }
  .logo{
    margin: 0;
    padding: 0;
    float: left;
    width: 70%;
    height: auto;
  }
  .logo span{
    font-size: 10px;
  }
  nav {
    background-color: transparent;
}
.button-toggle {
    display: block !important;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 1100;
}
.button-toggle img {
    width: 33px !important;
    height: auto;
}
#top_nav {
    float: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 32px;
    background: #333;
    overflow: scroll;
}
#top_nav li {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    line-height: 1.5;
    border-right: none;
    font-family: 'arial', serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px #666 solid;
}
#top_nav li a {
    padding: 10px 0;
    height: auto;
    display: block;
    color: #fff;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
}
#top_nav li {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    float: none;
    text-align: left;
    height: auto;
    line-height: 1.5;
    border-right: none;
    font-family: 'arial', serif;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px #666 solid;
}
#dropmenu li {
    position: static !important;
    width: auto;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5 !important;
    text-decoration: none;
    border: none !important;
}
#dropmenu li span {
    font-size: 11px;
    display: block;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
}
#dropmenu li ul {
    list-style: none;
    position: static !important;
    top: 0 !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    width: auto;
    height: auto !important;
    border: none !important;
}
#dropmenu li ul li {
    overflow: auto !important;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    color: #fff;
    background: transparent !important;
    border: none !important;
}
#dropmenu li ul li a {
    display: block !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    text-align: left;
    line-height: 1.5 !important;
    font-weight: bold !important;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
    border: none !important;
    height: auto !important;
    background: none;
    border: none !important;
}
#dropmenu li ul li span {
    background: url(../img/sp/link_allow_white.png) no-repeat right center;
    background-size: 7px 13px;
    display: inline-block;
    padding: 0 15px 0 0;
    font-weight: bold !important;
    font-size: 12px !important;
}
.nolink {
    padding: 10px 15px !important;
}
/* フッター －－－－－－－－－－－－－－－－－*/
#footer {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
#footer::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  top: -69px;
  right: 0;
  background: #1a2000;
}
#footer ul {
    width: auto;
    float: none;
}
#footer li {
    background: url(../img/sp/link_mark.png) left center no-repeat;
    background-size: 13px 10px;
    margin: 0 2em 1.5em 0;
    padding: 0 0 0 18px;
    float: none;
}
#copyright {
    text-align: center;
    padding: 2px 0 0;
    font-size: 9px;
    float: none;
    width: auto;
}
}
#top_video:hover::-webkit-media-controls {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-enclosure {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-panel {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-play-button {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-timeline {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-current-time-display {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-time-remaining-display {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-volume-slider-container {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-fullscreen-button {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-seek-back-button {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-seek-forward-button {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-toggle-closed-captions-button {
      display: none !important;
    }
    #top_video:hover::-webkit-media-controls-playback-rate-button {
      display: none !important;
    }
    .hide-controls {
      pointer-events: none; /* マウスイベントを無効にする */
    }

.fb-like span[style*="visibility: visible"] {
    display: none !important;
}
      @keyframes fadeUpAnime{
        from {
          opacity: 0;
        transform: translateY(100px);
        }
      
        to {
          opacity: 1;
        transform: translateY(0);
        }
        
      }