@charset "UTF-8";
#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 100px 50px;
  transform: translateX(200%);
  background: #444444;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
    padding: 50px 50px;
  }
}
#menubar .logo {
  width: 150px;
  margin: 0 auto 40px;
}
#menubar .logo img {
  width: 100%;
}
#menubar .close {
  position: fixed;
  z-index: 2100;
  right: 50px;
  top: 50px;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.45s;
}
#menubar .close:hover {
  transform: rotate(360deg);
}
#menubar .navi {
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #menubar .navi {
    row-gap: 15px;
  }
}
#menubar .navi li {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  padding: 20px;
  transition: 0.45s;
}
#menubar .navi li:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
#menubar .navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#menubar .navi li a img {
  width: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #menubar .navi li a img {
    width: 30px;
  }
}
#menubar .navi li a .name {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: relative;
  z-index: 3300;
  cursor: pointer;
  width: 65px;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.2s;
  padding: 0 15px 0;
  display: none;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    display: flex;
    padding: 10px 15px;
    height: 50px;
  }
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 30px;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 8px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3px, -5px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

.sub-hdr {
  width: 300px !important;
}
@media screen and (max-width: 1100px) {
  .sub-hdr {
    width: 70px !important;
  }
}
.sub-hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}

header aside.mainimg-slick div img {
  width: 100%;
}

.key-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}
@media screen and (max-width: 520px) {
  .key-visual {
    height: 100vh;
  }
}
.key-visual .logo {
  width: 250px;
  border-radius: 0 0 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .key-visual .logo {
    display: none;
  }
}
.key-visual .logo img {
  display: block;
  padding: 20px;
  width: 180px;
  margin: 0 auto;
}
.key-visual video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-visual .navi {
  position: fixed;
  z-index: 1000;
  top: 30px;
  right: 50px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .key-visual .navi {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.key-visual .navi .navi-list {
  padding: 15px 15px;
  border-right: 0.7px solid rgba(117, 117, 117, 0.4);
  text-align: center;
  transition: background-color 0.45s;
}
.key-visual .navi .navi-list:last-child {
  border-right: none;
}
@media screen and (max-width: 900px) {
  .key-visual .navi .navi-list {
    display: none;
  }
}
.key-visual .navi .navi-list a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.key-visual .navi .navi-list .nav-en,
.key-visual .navi .navi-list .nav-ja {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.key-visual .navi .navi-list .nav-en {
  transform: translateY(50%);
}
.key-visual .navi .navi-list .nav-ja {
  transform: translateY(100%);
}
.key-visual .navi .navi-list:hover {
  background-color: #6e61a9;
}
.key-visual .navi .navi-list:hover a {
  color: #fff;
}
.key-visual .navi .navi-list:hover .nav-en {
  transform: translateY(-100%);
}
.key-visual .navi .navi-list:hover .nav-ja {
  transform: translateY(-50%);
}
.key-visual .navi .logo-after {
  display: none;
}
@media screen and (max-width: 900px) {
  .key-visual .navi .logo-after {
    display: block;
    width: 80px;
    padding: 10px;
    margin-right: auto;
  }
}
.key-visual .navi .logo-after img {
  width: 100%;
}
.key-visual h1 {
  position: absolute;
  top: 40%;
  left: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "tot-shizukardmin-stdn", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .key-visual h1 {
    top: 70%;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 520px) {
  .key-visual h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual h1 {
    font-size: 24px;
  }
}
.key-visual h2 {
  position: absolute;
  bottom: 50px;
  right: 30px;
  color: #fff;
  font-size: 50px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .key-visual h2 {
    top: 90%;
    left: 30px;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .key-visual h2 {
    top: 85%;
  }
}
@media screen and (max-width: 520px) {
  .key-visual h2 {
    font-size: 30px;
  }
  .key-visual h2 br {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .key-visual h2 {
    font-size: 24px;
  }
}
.key-visual h2 br {
  display: none;
}
@media screen and (max-width: 520px) {
  .key-visual h2 br {
    display: block;
  }
}
.key-visual .scroll-box {
  position: absolute;
  bottom: 60px;
  left: 30px;
  font-family: "tot-shizukardmin-stdn", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .key-visual .scroll-box {
    display: none;
  }
}
.key-visual .scroll-box::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  width: 2px;
  height: 80px;
  background-color: #fff;
  mix-blend-mode: difference;
}

.about-key {
  background-image: url(../image/about/key-visual.webp);
}

.base-key {
  background-image: url(../image/base/key-visual.webp);
}
.base-key h1 {
  position: absolute !important;
  bottom: 50px;
  right: 50px;
}

.news-key {
  background-image: url(../image/news/key-visual.webp);
}

.customer-key {
  background-image: url(../image/partnar/key-visual.webp);
}

.key-visual-sub {
  position: relative;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .key-visual-sub {
    height: 500px;
  }
}
@media screen and (max-width: 520px) {
  .key-visual-sub {
    height: 370px;
  }
}
.key-visual-sub h1 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  font-size: 90px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .key-visual-sub h1 {
    font-size: 50px;
  }
}
.key-visual-sub .navi {
  width: 70%;
  position: fixed;
  z-index: 1000;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .key-visual-sub .navi {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.key-visual-sub .navi .logo {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .key-visual-sub .navi .logo {
    width: 100px;
    margin-right: auto;
  }
}
.key-visual-sub .navi .logo img {
  width: 100%;
  height: auto;
}
.key-visual-sub .navi .navi-list {
  width: 100%;
  padding: 15px 15px;
  border-right: 0.7px solid rgba(117, 117, 117, 0.4);
  text-align: center;
  transition: background-color 0.45s;
}
@media screen and (max-width: 1100px) {
  .key-visual-sub .navi .navi-list {
    display: none;
  }
}
.key-visual-sub .navi .navi-list a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.key-visual-sub .navi .navi-list .nav-en,
.key-visual-sub .navi .navi-list .nav-ja {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.key-visual-sub .navi .navi-list .nav-en {
  transform: translateY(50%);
}
.key-visual-sub .navi .navi-list .nav-ja {
  transform: translateY(100%);
}
.key-visual-sub .navi .navi-list:hover {
  background-color: #6e61a9;
}
.key-visual-sub .navi .navi-list:hover a {
  color: #fff;
}
.key-visual-sub .navi .navi-list:hover .nav-en {
  transform: translateY(-100%);
}
.key-visual-sub .navi .navi-list:hover .nav-ja {
  transform: translateY(-50%);
}

.pankuzu {
  width: 1280px;
  margin: 0 auto;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .pankuzu {
    width: 90%;
  }
}

.pan-sns {
  margin-bottom: 0px;
}

.recruit-key {
  background-image: url(../image/recruit/key-visual.webp);
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 520px) {
  .recruit-key {
    justify-content: center;
  }
}
.recruit-key h1 {
  padding: 0 100px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 520px) {
  .recruit-key h1 {
    padding: 0px;
  }
}

.sns-key {
  position: relative;
}
.sns-key .title-box {
  width: 100%;
  padding: 150px 0 60px;
  text-align: center;
}
.sns-key .title-box .sub-title {
  display: inline-block;
  font-size: 24px;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  background-color: #6E61A9;
  color: #fff;
  padding: 7px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.sns-key .title-box h1 {
  font-size: 50px;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.sns-key .navi {
  width: 70%;
  position: fixed;
  z-index: 1000;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .sns-key .navi {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.sns-key .navi .logo {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .sns-key .navi .logo {
    width: 100px;
    margin-right: auto;
  }
}
.sns-key .navi .logo img {
  width: 100%;
  height: auto;
}
.sns-key .navi .navi-list {
  width: 100%;
  padding: 15px 15px;
  border-right: 0.7px solid rgba(117, 117, 117, 0.4);
  text-align: center;
  transition: background-color 0.45s;
}
@media screen and (max-width: 1100px) {
  .sns-key .navi .navi-list {
    display: none;
  }
}
.sns-key .navi .navi-list a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.sns-key .navi .navi-list .nav-en,
.sns-key .navi .navi-list .nav-ja {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.sns-key .navi .navi-list .nav-en {
  transform: translateY(50%);
}
.sns-key .navi .navi-list .nav-ja {
  transform: translateY(100%);
}
.sns-key .navi .navi-list:hover {
  background-color: #6e61a9;
}
.sns-key .navi .navi-list:hover a {
  color: #fff;
}
.sns-key .navi .navi-list:hover .nav-en {
  transform: translateY(-100%);
}
.sns-key .navi .navi-list:hover .nav-ja {
  transform: translateY(-50%);
}

footer {
  background-color: #000;
  padding: 50px;
}
@media screen and (max-width: 520px) {
  footer {
    padding: 50px 30px 30px;
  }
}
footer .inner {
  width: 1280px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1300px) {
  footer .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .inner {
    display: block;
  }
}
footer .inner .info {
  width: 100%;
}
footer .inner .info h2 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  footer .inner .info h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  footer .inner .info h2 {
    font-size: 22px;
  }
}
footer .inner .info .add {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  footer .inner .info .add {
    display: none;
  }
}
footer .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 520px) {
  footer .navi {
    grid-template-columns: 48% 48%;
  }
}
footer .navi .list {
  width: 100%;
}
footer .navi .list li {
  width: 100%;
  margin-bottom: 40px;
}
footer .navi .list li a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
}
footer .navi .list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .navi .list li .base-link {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  footer .navi .list li .base-link {
    font-size: 17px;
  }
}
footer .navi .list li .base-link::before {
  background: #ffffff;
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
footer .navi .list li .brunch {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #d6d6d6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .navi .list li .brunch {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  footer .navi .list li .brunch {
    font-size: 13px;
  }
}
footer .navi .list li .brunch::before {
  background: #ffffff;
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}

.add-after {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: none;
}
@media screen and (max-width: 1100px) {
  .add-after {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .add-after {
    font-size: 13px;
  }
}

small.copy {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #d6d6d6;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
}

.infinite-slider {
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.infinite-slider .swiper-slide {
  width: 300px !important;
  margin-right: 30px;
}
.infinite-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.content {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.content .back-image1 {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0%;
  width: 110%;
  transform: rotate(0deg);
  opacity: 0.3;
}
@media screen and (max-width: 1100px) {
  .content .back-image1 {
    top: 15%;
    width: 130%;
  }
}
@media screen and (max-width: 850px) {
  .content .back-image1 {
    width: 160%;
  }
}
@media screen and (max-width: 520px) {
  .content .back-image1 {
    width: 190%;
    right: 0;
  }
}
.content .back-image1 img {
  width: 100%;
}
.content .back-image2 {
  position: absolute;
  z-index: 10;
  top: 60%;
  right: 0%;
  width: 110%;
  transform: scaleX(-1, -1) rotate(0deg);
  opacity: 0.3;
}
@media screen and (max-width: 1100px) {
  .content .back-image2 {
    top: 50%;
    width: 130%;
  }
}
@media screen and (max-width: 850px) {
  .content .back-image2 {
    width: 160%;
  }
}
@media screen and (max-width: 520px) {
  .content .back-image2 {
    width: 190%;
    right: 10;
  }
}
.content .back-image2 img {
  width: 100%;
}
.content .back-image3 {
  display: none;
  position: absolute;
  z-index: 10;
  top: 70%;
  right: 0%;
  width: 110%;
  transform: rotate(0deg);
  opacity: 0.3;
}
@media screen and (max-width: 850px) {
  .content .back-image3 {
    width: 160%;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .content .back-image3 {
    width: 190%;
    right: 0;
  }
}
.content .back-image3 img {
  width: 100%;
}
.content .title-wrap {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.content .title-wrap .title-image {
  width: 50px;
}
.content .title-wrap .title-image img {
  width: 100%;
}
.content .title-wrap h3 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content .title-wrap h3 {
    font-size: 24px;
  }
}
.content .movie-list {
  width: 1280px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .content .movie-list {
    width: 1100px;
  }
}
@media screen and (max-width: 1150px) {
  .content .movie-list {
    width: 800px;
  }
}
@media screen and (max-width: 850px) {
  .content .movie-list {
    width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .content .movie-list {
    width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .content .movie-list {
    width: 350px;
  }
}
@media screen and (max-width: 380px) {
  .content .movie-list {
    width: 300px;
  }
}
.content .movie-list .text-area {
  width: 100%;
}
.content .movie-list .text-area h4 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content .movie-list .text-area h4 {
    font-size: 18px;
  }
}
.content .movie-list .movie-area {
  width: 100%;
}
.content .movie-list .movie-area ul {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 50px;
}
@media screen and (max-width: 1150px) {
  .content .movie-list .movie-area ul {
    grid-template-columns: 49% 49%;
  }
}
@media screen and (max-width: 850px) {
  .content .movie-list .movie-area ul {
    display: block;
  }
}
.content .movie-list .movie-area ul li {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .content .movie-list .movie-area ul li {
    margin-bottom: 50px;
  }
}
.content .movie-list .movie-area ul li .movie-box {
  height: 300px;
  margin-bottom: 20px;
  background-image: url(../image/sns/movie.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .content .movie-list .movie-area ul li .movie-box {
    height: 280px;
  }
}
@media screen and (max-width: 1150px) {
  .content .movie-list .movie-area ul li .movie-box {
    height: 300px;
  }
}
@media screen and (max-width: 850px) {
  .content .movie-list .movie-area ul li .movie-box {
    height: 500px;
  }
}
@media screen and (max-width: 650px) {
  .content .movie-list .movie-area ul li .movie-box {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .content .movie-list .movie-area ul li .movie-box {
    height: 270px;
  }
}
@media screen and (max-width: 380px) {
  .content .movie-list .movie-area ul li .movie-box {
    height: 240px;
  }
}
.content .movie-list .movie-area ul li .movie-box iframe {
  position: absolute;
  top: 33px;
  left: 20px;
  width: 90%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1300px) {
  .content .movie-list .movie-area ul li .movie-box iframe {
    top: 36px;
    left: 10px;
    width: 94%;
  }
}
@media screen and (max-width: 1150px) {
  .content .movie-list .movie-area ul li .movie-box iframe {
    top: 33px;
    left: 12px;
  }
}
@media screen and (max-width: 850px) {
  .content .movie-list .movie-area ul li .movie-box iframe {
    top: 70px;
    left: 18px;
    width: 94%;
  }
}
@media screen and (max-width: 650px) {
  .content .movie-list .movie-area ul li .movie-box iframe {
    top: 41px;
    left: 14px;
    width: 94%;
  }
}
@media screen and (max-width: 480px) {
  .content .movie-list .movie-area ul li .movie-box iframe {
    top: 30px;
    left: 11px;
    width: 94%;
  }
}
@media screen and (max-width: 390px) {
  .content .movie-list .movie-area ul li .movie-box iframe {
    top: 30px;
    left: 10px;
    width: 94%;
  }
}
.content .movie-list .movie-area ul li .title {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.my-room-wrap {
  width: 100%;
  height: 100vh;
  background-image: url(../image/sns/neko52.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .my-room-wrap {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 830px) {
  .my-room-wrap {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 450px) {
  .my-room-wrap {
    padding: 100px 15px;
  }
}
.my-room-wrap .cat-box {
  position: absolute;
  z-index: 120;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  margin: 0 auto;
}
.my-room-wrap .cat-box img {
  width: 100%;
}
.my-room-wrap .video-box {
  width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .my-room-wrap .video-box {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .my-room-wrap .video-box {
    width: 800px;
  }
}
@media screen and (max-width: 830px) {
  .my-room-wrap .video-box {
    width: 100%;
  }
}
.my-room-wrap .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-room-wrap .inner-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}
@media screen and (max-width: 1280px) {
  .my-room-wrap .inner-content {
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .my-room-wrap .inner-content {
    width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .my-room-wrap .inner-content {
    width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .my-room-wrap .inner-content {
    width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .my-room-wrap .inner-content {
    width: 350px;
  }
}
@media screen and (max-width: 360px) {
  .my-room-wrap .inner-content {
    width: 280px;
  }
}
.my-room-wrap .inner-content .title {
  position: relative;
  z-index: 100;
  font-family: "ads-pops", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  color: #925d20;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .my-room-wrap .inner-content .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .my-room-wrap .inner-content .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 370px) {
  .my-room-wrap .inner-content .title {
    font-size: 20px;
  }
}
.my-room-wrap .inner-content .sns-area {
  position: relative;
  z-index: 90;
  display: flex;
  align-items: center;
  padding: 0 30px;
  width: 100%;
}
.my-room-wrap .inner-content .sns-area .sns-scroll {
  overflow-x: scroll;
  /* ボタン分、左右に少し余白を空けてもOK */
  width: 100%;
  scrollbar-width: none;
}
.my-room-wrap .inner-content .sns-area .sns-scroll::-webkit-scrollbar {
  display: none;
}
.my-room-wrap .inner-content .sns-area ul {
  display: flex;
  width: 2000px;
  gap: 30px;
}
.my-room-wrap .inner-content .sns-area ul li {
  aspect-ratio: 9/16;
  width: 250px;
}
@media screen and (max-width: 1280px) {
  .my-room-wrap .inner-content .sns-area ul li {
    width: 210px;
  }
}
.my-room-wrap .inner-content .sns-area ul li iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.my-room-wrap .inner-content .sns-area .sns-arrow {
  flex: 0 0 auto;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 40px;
  height: 80px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* ちょっと丸く */
  border-radius: 4px;
}
.my-room-wrap .inner-content .sns-area .sns-arrow.sns-prev {
  margin-right: 10px;
}
.my-room-wrap .inner-content .sns-area .sns-arrow.sns-next {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .my-room-wrap .inner-content .sns-area .sns-arrow {
    display: none;
  }
}
.my-room-wrap .inner-content .sns-area .atention {
  display: none;
  position: absolute;
  bottom: -40px;
  right: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .my-room-wrap .inner-content .sns-area .atention {
    display: flex;
  }
}
@media screen and (max-width: 580px) {
  .my-room-wrap .inner-content .sns-area .atention {
    right: 30px;
  }
}
.my-room-wrap .inner-content .sns-area .atention .text {
  font-family: "ads-pops", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.my-room-wrap .inner-content .sns-area .atention img {
  display: block;
  width: 50px;
  transform-origin: bottom center; /* 起き上がりこぼし：下を支点に */
  animation: okikoboshi 4s ease-in-out infinite;
}
@keyframes okikoboshi {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(8deg);
  } /* 右へ小さく揺れる */
  20% {
    transform: rotate(-8deg);
  } /* 左へ小さく揺れる */
  30% {
    transform: rotate(0deg);
  } /* 中央に戻る */
  75% {
    transform: rotate(0deg);
  } /* ここで停止（約3秒） */
  100% {
    transform: rotate(0deg);
  } /* 次のループへ */
}/*# sourceMappingURL=sns.css.map */