@charset "UTF-8";

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.5;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #ffffff;
  color: #111111;
  letter-spacing: 0.05rem;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.sns {
}
.sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns ul li {
  width: 40px;
  height: 40px;
  padding: 20px;
}

.sns ul li a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  transition-duration: 200ms;
}
.sns ul li a:hover {
  opacity: 0.4;
}
.sns ul li a svg {
  position: absolute;
  height: 100%;
  width: 100%;
}

.all-inner {
  padding: 0 7.575%;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1.5s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.pc-block{

  display: block;
}
.sp-block{
  display: none;
}
/* ========================================================================================================
header
======================================================================================================== */

header {
  position: absolute;
  width: 100%;
  z-index: 999;
  /* background-color: #fff; */
}
header .header-wrap {
  height: 30px;
  padding: 20px 3.03%;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
header .h-logo {
  fill: #333333;
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 200ms;
}
header .h-logo:hover{
  opacity:0.6;
}
header .h-logo svg{
  width: 100%;
  fill: #fff;
  height: auto;
}
header .site-logo {
  width: 100%;
  height: auto;
}
header .h-menu {
  display: flex;
}
header .nav-button {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 992;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
  transition-duration: 300ms;
}
header .nav-button:hover{
  opacity:0.6;
}
header .nav-button p {
  font-size: 12px;
  font-weight: 900;
  margin-top: 3px;
}
header .nav-button .line {
  display: block;
  width: 36px;
  height: 14px;
  position: relative;
}

header .nav-button,
.nav-button span {
}

header .nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  border-radius: 1px;
  transition-duration: 200ms;
}

header .nav-button span:nth-of-type(1) {
  top: 0;
}

header .nav-button span:nth-of-type(2) {
  top: calc(50% - 1px);
}

header .nav-button span:nth-of-type(3) {
  bottom: 0;
}

header .nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  opacity: 1;
  transform: translateY(7px) rotate(-45deg);
  width: 100%;
}

header .nav-button.active span:nth-of-type(2) {
  /* -webkit-transform: translateY(-16px) rotate(45deg); */
  /* transform: translateY(-9px) rotate(45deg); */
  opacity: 0;
}
header .nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.toggle {
  transform: translateX( 0 );
  opacity: 0.95;
}

#full-nav {
  display: none;
  /* background: rgba(0, 0, 0, 0.92); */
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 991;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#full-nav .sec-wrap{height: 100%;background-size: cover;background-position: top;}
#full-nav .sec-inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-nav .wrap{
  /* height: 100%; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
#full-nav .sns{

}
#full-nav .contact{margin-top: 40px;}
#full-nav .contact p{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

#full-nav .contact a{
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  border: solid 1px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.01em;
  transition-duration: 200ms;
}
#full-nav .contact a:hover{
  background-color: #fff;
  color: #e9778e;
}
#full-nav .sns p{text-align: center;font-size: 16px;font-weight: bold;color: #fff;letter-spacing: 0.1em;}
#full-nav .sns svg{fill: #fff;}
#full-nav .sns a{

}
#full-nav .sns a:hover{

}

body.menu-open {
  overflow: hidden;
}
.nav-wrap li {
  font-size: 20vw;
  color: #fff;
}

.nav-wrap ul {
  height: 110vh;
}

/* ---header-fin--- */

/* ========================================================================================================
top-gr-sec
======================================================================================================== */
#top-gr-sec {
  position: relative;
}
#top-gr-sec .noize-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  opacity: 0;
}
#top-gr-sec .gr-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  z-index: 1;
  background-position: top;
}
.w-triangle {
  position: absolute;
  /* width: 100vw; */
  bottom: 0;
  z-index: 3;
  border-style: solid;
  border-width: 9.09vw 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
}


/* ---top-gr-sec-fin--- */

/* ========================================================================================================
top-fv-sec
======================================================================================================== */

#top-fv-sec {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 15%;
}
#top-fv-sec .sec-wrap {
  /* height: 56.25vw; */
  position: relative;
}
#top-fv-sec .sec-inner {
  padding: 3.03%;
  /* padding-top: 8.333%; */
  padding-top: 4%;
  /* height: calc(100% - 80px); */
  /* width: calc(100% - 80px); */
  /* position: absolute; */
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /* padding-right: 0; */
  padding-top: 0;
}
#top-fv-sec .sec-area {
  /* height: 100%; */
  padding-top: 2.5%;
}
#top-fv-sec .sec-area .wrap01 {
  position: relative;
  display: flex;
}
#top-fv-sec .sec-area .wrap01 .logo-wrap{
  position: absolute;
  /* left: 40px; */
  z-index: 3;
  bottom: -8%;
}
#top-fv-sec .sec-area .wrap01 .logo-wrap h2{
  color: #fff;
  font-size: 2.3vw;
  margin-bottom: 3%;
  letter-spacing: 0.1em;
  left: 30px;
  position: relative;
}
#top-fv-sec .sec-area .wrap01 .logo-wrap .logo{
  width: 22vw;
  height: 22vw;
  position: relative;
  left: 30px;
}
#top-fv-sec .sec-area .wrap02 {
  display: flex;
  justify-content: space-between;
  margin-top: 5.545vw;
  position: relative;
  /* padding-right: 3.03%; */
  align-items: center;
}
#top-fv-sec .sub-text {
  /* position: relative; */
  /* bottom: 0; */
  margin-left: 30px;
  width: 50%; /* IEでの見た目を調整 */
}
#top-fv-sec .sub-text p {
  font-size: 11px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#top-fv-sec .sns {
  bottom: 0;
  /* position: absolute; */
  right: 0;
  line-height: 0;
  display: flex;
  align-items: center;
}
#top-fv-sec .sns ul {
}
#top-fv-sec .sns  p{
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
#top-fv-sec .sns ul li {
  width: 25px;
  height: 25px;
  padding: 10px;
  margin-left: 0px;
}

#top-fv-sec .sns ul li a {
}
#top-fv-sec .sns ul li a svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: 0;
}

#top-fv-sec .scrolldown {
  position: absolute;
  left: 0px;
  /* bottom: calc(-200px + 54px); */
  /* bottom: -200px; */
  margin: auto;
  height: 200px;
  top: 6px;
}
#top-fv-sec .scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* left: calc(50% - 1px); */
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0);
}
#top-fv-sec .scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  /* left: calc(50% - 1px); */
  width: 1px;
  height: 100%;
  margin: auto;
  background: #fff;
  right: 0;
  left: 0;
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
#top-fv-sec .scrolldown .wrap {
  height: 100%;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#top-fv-sec .fv-slide {
  height: 100%;
  width: 76%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
#top-fv-sec .swiper-container {
  width: 100%;
}
#top-fv-sec .swiper-container .swiper-slide {
  line-height: 0;
}
#top-fv-sec .swiper-container .swiper-slide .thumb {
  width: 100%;
  padding-top: 56.25%;
  /* padding-top: 50%; */
  background-position: center;
  background-size: cover;
}
#top-fv-sec .swiper-container .swiper-slide a {
  display: block;
}
#top-fv-sec .tit {
  /* position: absolute; */
  width: 100%;
  height: auto;
  fill: #fff;
}
#top-fv-sec .tit h1 {
}

/* ---top-fv-sec-fin--- */

/* ========================================================================================================
top-read-sec
======================================================================================================== */
#top-read-sec {
  position: relative;
  z-index: 3;
}
#top-read-sec .sec-wrap {
}
#top-read-sec .sec-inner {
  padding-top: 7.5vw;
  padding-bottom: 15.151vw;
}

#top-read-sec .sec-inner .movie-hidden {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  height: 30vw;
}
#top-read-sec .sec-inner .movie-hidden a {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
}
#top-read-sec .sec-inner .movie-hidden a .link {

  height: 100%;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-duration: 200ms;
}
#top-read-sec .sec-inner .movie-hidden a .link p {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding-left: 70px;
  position: relative;
  z-index: 2;
}
#top-read-sec .sec-inner .movie-hidden a .link svg {
  fill: #fff;
  width: 50px;
  padding-left: 20px;
  position: relative;
  top: -1px;
  z-index: 2;
}
#top-read-sec .sec-inner .movie-hidden a:hover .link {
  opacity: 0.8;
}
#top-read-sec .sec-inner .movie-wrap {
  position: absolute;
  /* height: 100%; */
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  top: 25%;
  bottom: 0;
  margin: auto;
  z-index: -2;
  background-image: url(../img/yt-bg.jpg);
  background-position: center;
  background-size: cover;
}
#top-read-sec .sec-inner .movie-wrap iframe {
  position: absolute;
  /* top: 5%; */
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/yt-bg.jpg); */
  /* background-size: cover; */
}
#top-read-sec .sns {
  margin-top: 10px;
}
#top-read-sec .sns ul li {
  width: 25px;
  height: 25px;
  padding: 10px;
}
#top-read-sec .sns ul {
  justify-content: flex-end;
}
#top-read-sec .sns ul li a {
}
#top-read-sec .sns ul li a svg {
  fill: #fff;
}
#top-read-sec .sns ul p {
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.01em;
  font-size: 12px;
  margin-right: 20px;
}
/* ---top-read-sec-fin--- */

/* ========================================================================================================
top-cont-sec
======================================================================================================== */
#top-cont-sec {
}
#top-cont-sec .sec-wrap {
  margin-top: 1vw;
}
#top-cont-sec .sec-inner {
}
#top-cont-sec .sec-tit {
  font-size: 30px;
  display: inline-block;
  border-bottom: solid 4px #111;
  line-height: 1;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.cont-unit {
  display: flex;
  justify-content: space-between;
  margin-top: 5.357vw;
  flex-wrap: wrap;
}
.cont-unit li {
  width: calc();
  width: 48.214%;
  position: relative;
  margin-bottom: 10.714vw;
}
.cont-unit li a {
  display: block;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cont-unit li a:hover .thumb {
  filter: contrast(1.5);
}
.cont-unit li a:hover .box {
  opacity: 0.5;
}
.cont-unit li a .thumb {
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease;
}
.cont-unit li a .box {
  margin-top: 20px;
  transition: all 0.2s ease;
}
.cont-unit li a .box h3 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  /* height: 56px; */
  font-weight: 900;
  /* overflow: hidden; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  /* font-feature-settings: inherit; */
}
.cont-unit li a .box .excerpt {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 10px;
  word-break: break-all;
}
.cont-unit li a .box .meta {
  display: flex;
  margin-top: 40px;
}
.cont-unit li a .box .meta .cat {
  font-size: 12px;
  font-weight: 900;
  color: #444444;
  font-style: italic;
  text-decoration: underline;
}
.cont-unit li a .box .meta .time {
  font-size: 12px;
  color: #999999;
  font-weight: 600;
  margin-left: 10px;
  letter-spacing: 0.01em;
}
.cont-unit li .cont-bg {
  color: #ececec;
  position: absolute;
  z-index: -1;
  font-size: 60px;
  top: -10%;
  font-weight: 900;
}

.cont-unit li:nth-child(1) {
}
.cont-unit li:nth-child(2n-1) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.cont-unit li:nth-child(2n) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* ---top-cont-sec-fin--- */

/* ========================================================================================================
banner-sec
======================================================================================================== */
#banner-sec .sec-wrap {
  background-color: #ebebeb;
}
#banner-sec .sec-inner {
  padding-top: 7.575vw;
  padding-bottom: 7.575vw;
}
#banner-sec .cont-unit {
  margin-top: 0px;
}
#banner-sec .cont-unit li {
  margin-bottom: 0px;
  line-height: 0;
}
#banner-sec .cont-unit li a {
}
#banner-sec .cont-unit li a:hover {
  /* opacity: 0.6; */
  filter: contrast(1.5);
}

/* ---banner-sec-fin--- */

/* ========================================================================================================
footer
======================================================================================================== */
footer {
}
footer .sec-wrap {
  background-color: #2a2a2a;
}
footer .sec-inner {
  position: relative;
  padding: 0 40px;
  padding-top: 80px;
  padding-bottom: 20px;
}
footer .sns {
}
footer .sns ul {
  display: inline-flex;
}

footer .sns ul li {
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-right: 30px;
}

footer .sns ul li a {
}
footer .sns ul li a svg {
  fill: #fff;
}
footer .copy {
  /* position: absolute; */
  bottom: 20px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.01em;
  margin-top: 50px;
  display: block;
}

footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 70px;
  right: 40px;
  transform: rotate(-90deg);
}
footer .pagetop a {
  position: relative;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
}
footer .pagetop a:hover {
  opacity: 0.6;
}
footer .pagetop a svg {
  fill: #fff;
  /* position: absolute; */
  height: 10px;
  width: 65px;
}

footer .pagetop a p {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
footer .flex {
  display: flex;
  justify-content: space-between;
}
footer .contact{
    margin-top: 30px;
}
footer .contact .wrap{}
footer .contact .wrap .btn{
}
footer .contact .wrap .btn a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    /* border: solid 1px #fff; */
    /* padding: 18px 0px; */
    /* width: 100%; */
    /* margin-bottom: 10px; */
    color: #fff;
    transition: all .3s ease 0s;
    text-decoration: underline;
}
footer .contact .wrap .btn p{
    font-size: 10px;
    color: #fff;
}
footer .contact .wrap .btn a:hover{
    background-color: #fff;
    color: #111;
}
/* ---footer-fin--- */

footer .h-logo{
    display: block;
    margin-bottom: 30px;
    transition: opacity .3s ease 0s;
    width: 260px;
    height: 40px;
    position: relative;
}
footer .h-logo svg{
    fill: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
}
footer .h-logo:hover{
  opacity:0.5;
}
/* ========================================================================================================
404
======================================================================================================== */
.error404{

}
.error404 .single-fv{

}
.error404 #single-fv .inner{
  padding-bottom: 100px;
}
.error404 .single-fv h3{position: relative;z-index: 3;text-align: center;color: #fff;display: block;line-height: 1.5;padding-top: 100px;font-size: 20px;}
.error404 #single-fv .gr-bg{
  height: 100%;
}
.error404 .single-fv .btn{position: relative;z-index: 3;text-align: center;margin-top: 40px;line-height: 1;display: block;}
.error404 .single-fv .btn a{color: #fff;letter-spacing: 0.01em;font-weight: 900;border: solid 1px #fff;padding: 10px 60px;font-size: 12px;transition-duration: 200ms;display: inline-block;}
.error404 .single-fv .btn a:hover{
  background-color: #fff;
  color: #d95677;
}
/* ---404-- */


@media screen and (max-width: 768px) {
  #top-fv-sec .sec-area .wrap01 .logo-wrap h2{
    font-size: 22px;
  }
  #top-read-sec .sec-inner{
    padding-top: 80px;
    padding-bottom: 120px;
  }
  #top-cont-sec .sec-wrap{
    margin-top: 60px;
  }
  .w-triangle{
    border-width: 60px 0 0 768px;
  }

  .cont-unit{
    margin-top: 7.357vw;
  }
}
@media screen and (max-width: 420px) {
  body{
    min-width: auto;
  }
  .all-inner {
    padding: 0 40px;
  }
  #top-fv-sec .sec-area .wrap01 {
    display: block;
  }
  #top-fv-sec .sec-area .wrap01 .logo-wrap{
    top: 0;
    bottom: auto;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  #top-fv-sec .sec-area .wrap01 .logo-wrap .logo{
    width: 90%;
    left: 0;
    padding-right: 20px;
  }
  #top-fv-sec .sec-area .wrap01 .logo-wrap h2{
    left: 0;
    font-size: 14px;
    padding-right: 20px;
    margin-bottom: 5px;
  }
  #top-fv-sec .tit {
    position: relative;
    width: 100%;
    /* padding-left: 40px; */
    padding-bottom: 20px;
    /* margin-bottom: -16px; */
  }
  #top-fv-sec .fv-slide {
    width: 100%;
    /* padding-top: 60px; */
  }
  #top-fv-sec .sec-inner {
    padding: 40px;
    padding-right: 0;
    /* padding-right: 40px; */
    padding-top: 0px;
  }
  .cont-unit li {
    width: 100%;
    margin-bottom: 100px;
  }
  #banner-sec .cont-unit li:nth-child(1) {
    margin-bottom: 30px;
  }
  #top-read-sec .sec-inner {
    /* padding-left: 70px; */
    /* padding-right: 70px; */
    padding-top: 40px;
    padding-bottom: 100px;
  }
  #top-fv-sec .sns {
    /* display: none; */
    width: 100%;
    margin-top: 30vw;
    display: block;
    text-align: center;
  }
  #top-fv-sec .sns p{
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #top-fv-sec .sns ul li{
    margin: 0 4%;
  }
  #top-fv-sec .scrolldown {
    top: 0;
    /* bottom: -8px; */
    left: 0px;
    height: 100px;
  }
  #top-fv-sec .sec-area .wrap02 {
    position: relative;
    padding-right: 40px;
  }
  #top-fv-sec .sub-text {
    margin-left: 0px;
  }
  #top-fv-sec .swiper-container .swiper-slide .thumb {
    padding-top: 66.666%;
  }
  #top-read-sec .sns ul li {
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-right: 10px;
  }
  #top-read-sec .sns{
    margin-top: 20px;
  }
  .cont-unit {
    margin-top: 60px;
  }
  #top-cont-sec .sec-tit {
    font-size: 24px;
  }
  .cont-unit li .cont-bg {
    font-size: 50px;
    top: -50px;
  }
  #top-cont-sec .sec-wrap {
    margin-top: 40px;
  }
  #banner-sec .sec-inner {
    padding: 60px 40px;
  }
  footer .sec-inner {
    padding: 60px 40px;
  }
  #top-read-sec .sec-inner .movie-hidden a .link {
    background-image: url(../img/yt-bg.jpg);
    background-size: cover;
    opacity: 1;
    }
    #top-read-sec .sec-inner .movie-hidden a .link::after{
      content:"";
      width: 100%;
      height: 100%;
      background-color: #000;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 0;
      opacity: 0.6;
    }
    #top-read-sec .sec-inner .movie-hidden a:hover .link {
    opacity: 1;
}
#top-read-sec .sec-inner .movie-hidden a{
  /* background-color: #000; */
  /* background: rgba(0,0,0,0.6); */
}
header .header-wrap{
  padding: 10px 20px;
  height: 30px;
  padding-top: 10px;
}
}
@media screen and (max-width: 420px) {
  .pc-block{
    display: none;
  }
  .sp-block{
    display: block;
  }
  #top-fv-sec .sec-inner{
    padding-left: 20px;
    padding-top: 0px;
  }
  #top-fv-sec .tit{
    /* width: calc(100% - 20px); */
    padding-bottom: 0px;
  }
  #top-fv-sec .swiper-container .swiper-slide .thumb{
    padding-top: 120%;
  }
  #top-fv-sec .sub-text {
    margin-left: 20px;
    width: 100%;
}
#top-fv-sec .sub-text p{
  font-size: 10px;
  /* font-weight: 400; */
}
#top-fv-sec .sec-area .wrap02{
  padding-right: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
#top-read-sec .sec-inner{
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 120px;
}
#top-read-sec .sec-inner .movie-hidden{
  height: 50vw;
}
#top-read-sec .sec-inner .movie-wrap{display: none;}
#top-read-sec .sec-inner .movie-wrap iframe{}
.all-inner {
  padding: 0 20px;
}
#banner-sec .sec-inner {
  padding: 80px 20px;
}
footer .sec-inner {
  padding: 80px 20px 40px;
}
footer .pagetop{
  bottom: 40px;
}
#top-read-sec .sns ul p{
  font-size:10px;
}
footer .pagetop a svg{
  width: 50px;
}
#top-read-sec .sec-inner .movie-hidden a .link p{
  font-size: 14px;
}
header .h-logo{
  width: 30px;
}
#top-fv-sec .sec-area{
  padding-top: 8%;
}
.w-triangle {
  border-width: 9.09vw 0 0 100vw;
}
.cont-unit li a .box h3{
  line-height: 1.5;
}
.error404 .single-fv h3{
  font-size: 4vw;
}
footer .contact .wrap .btn a{
  /* display: block; */
}
footer .sns ul{width: 100%;}

footer .sns ul li{

}
footer .sns{
    /* width: 100%; */
}
footer .h-logo{margin: auto;margin-bottom: 30px;width: 240px;height: 36px;}
footer .copy{/* text-align:center */}
}



.single-virtual-music-live #single-article .meta-area .date{
display: none;
}
.single-virtual-music-live #single-fv .gr-bg {
  background-image: url(https://youmakeshibuya.com/wp-content/themes/yms_top_01/vml/img/bg.jpg)!important;
}
