@charset "UTF-8";
.bodybg {
  background: #04214d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #07204A 16%, #04214d 59%, #02062a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #07204A 16%, #04214d 59%, #02062a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #07204A 16%, #04214d 59%, #02062a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04214d', endColorstr='#02062a',GradientType=0 );
  /* IE6-9 */
}

/***********************************************************
	movie
***********************************************************/
.moviebg {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: .7;
  filter: opacity(70);
}

.moviebg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .moviebg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/common/sea.gif) repeat-x center top;
  }
  .moviebg__video {
    display: none;
  }
}

/*******************
	font
*******************/
@font-face {
  font-family: 'NovaUltraCondSSK Regular';
  src: url("../fonts/NovaUltraCondSSK Regular.eot");
  src: url("../fonts/NovaUltraCondSSK Regular?#iefix") format("embedded-opentype"), url("../fonts/NovaUltraCondSSK Regular.woff") format("woff"), url("../fonts/NovaUltraCondSSK Regular.ttf") format("truetype");
}

/*******************
	wrap
*******************/
.wrapper {
  background-size: contain;
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 767px) {
  .wrapper {
    background-size: contain;
    line-height: 1.5;
    font-size: 16px;
  }
}

/*******************
	contWrap
*******************/
.contWrap {
  margin: 0 5%;
}

@media (max-width: 767px) {
  .contWrap {
    margin: 0 5%;
  }
}

/*******************
	header
*******************/
.header {
  z-index: 1000000;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 92px;
  background: rgba(37, 136, 189, 0.53);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.header__logo {
  float: left;
  width: auto;
  margin: 0;
  padding: 1% 2% 0;
  transition: all 0.2s;
}

.header__logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.header__buttons {
  display: flex;
  justify-content: space-between;
  max-width: 140px;
  margin: 13px 2% 0 0;
  padding: 0;
  list-style: none;
}

.header__icons {
  width: auto;
  margin: 0;
  padding: 0;
}

.header__icons:nth-child(1) {
  width: 50%;
  padding: 5px 0 0;
}

.header__icons:nth-child(1) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.header__icons:nth-child(2) {
  max-width: 100%;
  width: 50%;
  margin: 0 0 0 10px;
  padding: 5px 0 0;
}

.header__icons:nth-child(2) img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.header__icons button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

.hori {
  display: none;
}

@media (max-width: 960px) {
  .header__buttons {
    display: flex;
    justify-content: space-between;
    max-width: 140px;
    width: 45%;
    margin: 13px 2% 0 0;
    padding: 0;
    list-style: none;
  }
  .header__bnr {
    width: 45.75%;
    margin: 2.3% 0 0;
  }
  .header__bnr img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .header {
    z-index: 100000;
    position: fixed;
    width: 100%;
    max-height: 92px;
    background: rgba(37, 136, 189, 0.53);
    transition: all 0.2s;
  }
  .header__logo {
    float: left;
    width: 19%;
    margin: 0;
    padding: 2% 0 2% 2%;
  }
  .header__logo a {
    display: block;
  }
  .header__logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__buttons {
    display: flex;
    justify-content: space-between;
    width: 72%;
    margin: 13px 2% 0;
    padding: 0;
    list-style: none;
  }
  .header__icons {
    width: auto;
    margin: 0 2%;
    transition: all 0.2s;
  }
  .header__icons:nth-child(1) {
    max-width: 100%;
    margin-right: 0;
  }
  .header__icons:nth-child(1) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons:nth-child(2) {
    max-width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 5px 0 0;
  }
  .header__icons:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons button {
    padding: 0;
    background: none;
    border: none;
    outline: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .hori {
    display: none;
  }
}

@media (max-width: 550px) {
  .header {
    z-index: 100000;
    position: fixed;
    width: 100%;
    max-height: 62px;
    background: rgba(37, 136, 189, 0.53);
    transition: all 0.2s;
  }
  .header__buttons {
    display: flex;
    justify-content: space-between;
    width: 25%;
    margin: 10px 2% 0;
    padding: 0;
    list-style: none;
  }
  .header__icons {
    width: auto;
    margin: 0 2%;
    transition: all 0.2s;
  }
  .header__icons:nth-child(1) {
    max-width: 100%;
    width: 45%;
    margin-right: 0;
  }
  .header__icons:nth-child(1) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons:nth-child(2) {
    max-width: 100%;
    width: 45%;
    margin-right: 0;
    padding: 5px 0 0;
  }
  .header__icons:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons button {
    padding: 0;
    background: none;
    border: none;
    outline: none;
  }
}

@media only screen and (max-device-width: 737px) and (orientation: landscape) {
  .header {
    z-index: 1000000;
    position: fixed;
    top: 0;
    width: 100%;
    max-height: 60px;
    background: rgba(37, 136, 189, 0.53);
  }
  .header__inner {
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .header__logo {
    float: left;
    width: auto;
    margin: 0;
    padding: 1% 2% 0;
    transition: all 0.2s;
  }
  .header__logo img {
    display: block;
    width: auto;
    max-width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .header__buttons {
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 5px 2% 0;
    padding: 0;
    list-style: none;
  }
  .header__icons {
    width: auto;
    margin: 0 2%;
    transition: all 0.2s;
  }
  .header__icons:nth-child(1) {
    max-width: 150px;
    margin-right: 10px;
  }
  .header__icons:nth-child(1) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons:nth-child(2) {
    max-width: 100%;
    width: 15%;
    margin-right: 10px;
    padding: 5px 0 0;
  }
  .header__icons:nth-child(2) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons:nth-child(3) {
    max-width: 100%;
    width: 15%;
    padding: 5px 0 0;
  }
  .header__icons:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .header__icons button {
    padding: 0;
    background: none;
    border: none;
    outline: none;
  }
  .hori {
    display: block;
  }
}

/*******************
	nav
*******************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
  background: #0e3c6d;
  opacity: .7;
  filter: opacity(70);
  display: none;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000000;
  display: none;
  background: #fff;
}

.nav__list {
  width: 56.666666666666664%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-family: 'NovaUltraCondSSK Regular';
  font-size: 48px;
  font-size: 3rem;
}

.nav__list li {
  position: relative;
  overflow: hidden;
  margin: 0;
  font-family: 'NovaUltraCondSSK Regular';
  text-align: center;
}

.nav__list li:before {
  z-index: 0;
  position: absolute;
  left: 0;
  content: ">";
  color: #53b2e9;
}

.nav__list li a {
  z-index: 1;
  position: relative;
  display: block;
  color: #05395b;
  text-decoration: none;
}

.nav__list li a:hover {
  text-decoration: underline;
}

.nav__wrap {
  z-index: 20000000;
  position: absolute;
  width: 100%;
  padding-bottom: 3%;
  background: #fff;
}

.nav__inner {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

.nav__uibtn {
  overflow: hidden;
  width: 90%;
  margin: 3% auto 0;
}

.nav__uibtn a {
  color: #000;
  text-decoration: none;
}

.nav__close {
  float: right;
  font-size: 27px;
  font-size: 1.65rem;
}

.nav__close a {
  color: #000;
  text-decoration: none;
}

.nav__language {
  float: left;
  font-size: 27px;
  font-size: 1.65rem;
}

.nav__menu {
  margin: 0 0 2%;
  color: #53b2e9;
  font-family: 'NovaUltraCondSSK Regular';
  font-size: 72px;
  font-size: 4.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .nav {
    position: fixed;
    width: 100%;
    z-index: 200000;
    display: none;
    background: #fff;
  }
  .nav__list {
    width: 85%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 21px;
    font-size: 1.5rem;
  }
  .nav__list li {
    position: relative;
    overflow: hidden;
    margin: 0 0 2.5%;
    text-align: center;
  }
  .nav__list li:before {
    position: absolute;
    left: 0;
    content: ">";
    color: #53b2e9;
  }
  .nav__list li a {
    color: #05395b;
    text-decoration: none;
  }
  .nav__list li a:hover {
    text-decoration: underline;
  }
  .nav__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5%;
    background: #fff;
  }
  .nav__inner {
    position: relative;
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
  }
  .nav__uibtn {
    overflow: hidden;
    width: auto;
    margin: 2% auto;
  }
  .nav__uibtn a {
    color: #000;
    text-decoration: none;
  }
  .nav__close {
    position: absolute;
    right: 0;
    margin: 0 5%;
  }
  .nav__close a {
    font-size: 1.5rem;
    color: #000;
    text-decoration: none;
  }
  .nav__language {
    float: left;
    margin: 0 5%;
    font-size: 1.5rem;
  }
  .nav__menu {
    margin: 0 0 5%;
    color: #53b2e9;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 3rem;
    text-align: center;
  }
}

@media only screen and (max-device-width: 737px) and (orientation: landscape) {
  .nav {
    position: fixed;
    width: 100%;
    z-index: 1000001;
    display: none;
    background: #fff;
  }
  .nav__list {
    width: 85%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 21px;
    font-size: 1.5rem;
  }
  .nav__list li {
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5%;
    text-align: center;
  }
  .nav__list li:before {
    position: absolute;
    left: 0;
    content: ">";
    color: #53b2e9;
  }
  .nav__list li a {
    color: #05395b;
    text-decoration: none;
  }
  .nav__list li a:hover {
    text-decoration: underline;
  }
  .nav__wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5%;
    background: #fff;
  }
  .nav__uibtn {
    overflow: hidden;
    margin: 2% auto 0;
  }
  .nav__uibtn a {
    color: #000;
    text-decoration: none;
  }
  .nav__menu {
    margin: 0;
    color: #53b2e9;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 48px;
    font-size: 2.5rem;
    text-align: center;
  }
}

/*******************
	sns
*******************/
.sns {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000000;
  display: none;
}

.sns__bnr {
  width: 56.666666666666664%;
  max-width: 680px;
  margin: 10px auto 0;
}

.sns__bnr img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.sns__list {
  display: flex;
  justify-content: space-between;
  width: 56.666666666666664%;
  max-width: 680px;
  margin: 0 auto 4em;
  padding: 0;
  list-style: none;
}

.sns__list li {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.sns__wrap {
  z-index: 20000000;
  position: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 3%;
  background: rgba(0, 159, 230, 0.8);
}

.sns__inner {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

.sns__uibtn {
  position: relative;
  width: 57%;
  margin: 3% auto 0;
}

.sns__uibtn a {
  color: #fff;
  text-decoration: none;
}

.sns__close {
  position: absolute;
  right: 0;
  top: 50px;
  font-size: 27px;
  font-size: 1.65rem;
}

.sns__close a {
  color: #fff;
  text-decoration: none;
}

.sns__menu {
  margin: 0 0 1em;
  color: #fff;
  font-family: 'NovaUltraCondSSK Regular';
  font-size: 72px;
  font-size: 4.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .sns {
    position: fixed;
    width: 100%;
    z-index: 200000;
    display: none;
    background: rgba(0, 159, 230, 0.8);
  }
  .sns__bnr {
    width: 90%;
    margin: 10px auto 0;
  }
  .sns__bnr img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .sns__list {
    display: flex;
    justify-content: space-between;
    width: 70%;
    max-width: 440px;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
  }
  .sns__list li {
    width: 20%;
  }
  .sns__list li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .sns__wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
    background: rgba(0, 159, 230, 0.8);
  }
  .sns__inner {
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
  }
  .sns__uibtn {
    position: relative;
    width: 75%;
    margin: 5% auto 10%;
  }
  .sns__uibtn a {
    color: #fff;
    text-decoration: none;
  }
  .sns__close {
    position: absolute;
    top: 25px;
    right: 0;
  }
  .sns__close a {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
  }
  .sns__menu {
    margin: 0 0 5%;
    color: #fff;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 3rem;
    text-align: center;
  }
}

@media only screen and (max-device-width: 737px) and (orientation: landscape) {
  .sns {
    position: fixed;
    width: 100%;
    z-index: 1000001;
    display: none;
    background: rgba(0, 159, 230, 0.8);
  }
  .sns__bnr {
    width: 90%;
    margin: 10px auto 0;
  }
  .sns__bnr img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .sns__list {
    display: flex;
    justify-content: space-between;
    width: 70%;
    max-width: 440px;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
  }
  .sns__list li {
    width: 13%;
  }
  .sns__list li img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .sns__wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
    background: rgba(0, 159, 230, 0.8);
  }
  .sns__inner {
    position: relative;
    max-width: 1200px;
    width: auto;
    margin: 0 auto;
  }
  .sns__uibtn {
    margin: 5% auto;
  }
  .sns__uibtn a {
    color: #fff;
    text-decoration: none;
  }
  .sns__close {
    position: absolute;
    right: 0;
    margin: 0 5%;
  }
  .sns__close a {
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
  }
  .sns__language {
    float: left;
    margin: 0 5%;
    font-size: 1.5rem;
  }
  .sns__menu {
    margin: 0 0 2%;
    color: #fff;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 2.5rem;
    text-align: center;
  }
}

/*******************
	footer
*******************/
.footer {
  overflow: hidden;
  font-family: 'NovaUltraCondSSK Regular';
  font-size: 38px;
  font-size: 2.75rem;
}

.footer__border {
  position: relative;
  z-index: 10;
  height: 41px;
  background: url(/images/common/footer_border.png) repeat-x center top;
}

.footer__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
}

.footer__menu {
  overflow: hidden;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 66.7%;
  margin: 0 auto;
  padding: 1% 0 0;
  list-style: none;
}

.footer__menu li {
  width: auto;
  margin: 0 2% 10px 0;
}

.footer__menu li a {
  color: #fff;
  font-family: 'NovaUltraCondSSK Regular';
  text-decoration: none;
}

.footer__menu li a:hover {
  text-decoration: underline;
}

.footer__menu li a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.footer__menu li:last-child {
  margin: 0 0 10px 0;
}

.footer__menu--last {
  width: 39.33333333333333%;
  margin: 0 auto;
  padding: 0 0 4%;
}

.footer__logo {
  margin: 0 auto 141px;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 1030px) {
  .footer {
    font-size: 30px;
    font-size: 2.15rem;
  }
  .footer__menu {
    display: block;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 82%;
    margin: 0 auto;
    padding: 1% 0 0;
    list-style: none;
  }
  .footer__menu li {
    width: auto;
    margin: 0 1.5% 10px 0;
  }
  .footer__menu li:last-child {
    margin: 0 0 10px 0;
  }
  .footer__menu--last {
    width: 39.33333333333333%;
    margin: 0 auto;
    padding: 0 0 4%;
  }
}

@media (max-width: 767px) {
  .footer {
    font-size: 19px;
    font-size: 1.4rem;
  }
  .footer__border {
    position: relative;
    z-index: 10;
    height: 41px;
    background: url(/images/common/footer_border_sp.png) repeat-x center top;
  }
  .footer__menu {
    overflow: hidden;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .footer__menu li {
    position: relative;
    float: left;
    width: auto;
    margin: 0 0 2% 0;
    padding: 0 6% 0 5%;
  }
  .footer__menu li a {
    display: block;
  }
  .footer__menu li:before {
    position: absolute;
    left: 0;
    top: -7%;
    content: ">";
    color: #53b2e9;
  }
  .footer__menu li:last-child {
    margin: 0 0 5%;
  }
  .footer__menu--last {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 4%;
  }
  .footer__logo {
    width: auto;
    margin: 0 auto;
    padding: 10% 0;
  }
}

@media only screen and (max-device-width: 737px) and (orientation: landscape) {
  .footer {
    overflow: hidden;
    font-family: 'NovaUltraCondSSK Regular';
    font-size: 38px;
    font-size: 1.3rem;
    background: #03082d url(/images/common/footer_border.png) repeat-x center top;
  }
  .footer__menu {
    overflow: hidden;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .footer__menu li {
    position: relative;
    float: left;
    width: auto;
    margin: 0;
    padding: 0 3%;
  }
  .footer__menu li a {
    display: block;
  }
  .footer__menu li:before {
    position: absolute;
    left: 0;
    top: -10%;
    content: ">";
    color: #53b2e9;
  }
  .footer__menu li:last-child {
    margin: 0;
  }
  .footer__menu--last {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 4%;
  }
  .footer__logo {
    width: 20%;
    margin: 0 auto;
    padding: 10% 0;
  }
  .footer__logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 350px) {
  .footer {
    font-size: 17px;
    font-size: 1.3rem;
  }
}

/*******************
	ページトップへ
*******************/
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 999999;
  right: 5%;
  bottom: 2%;
}

.move-page-top {
  z-index: 9999999;
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.move-page-top img {
  position: relative;
  width: 50%;
  z-index: 999999;
}

@media screen and (min-width: 1130px) {
  .move-page-top img {
    width: 100%;
  }
  .move-page-top:hover {
    opacity: 0.85;
  }
}

/*******************
	color
*******************/
.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #53b2e9;
}

/*******************
	effect
*******************/
.hover-effect img {
  opacity: 1;
  transition: opacity 0.3s;
}

.hover-effect img:hover {
  opacity: .8;
}

.hover-effect img:hover {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

/*******************
	clearfix
*******************/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/********************
	pcsp
********************/
.pc {
  display: block;
}

.sp {
  display: none;
}

.br {
  display: block;
}

.br_sp {
  display: none;
}

.br_sp2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br {
    display: none;
  }
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .br_sp2 {
    display: block;
  }
}

.ytp-hide-controls .ytp-watermark {
  display: none !important;
}
