@charset "UTF-8";
.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: inline-block;
  }
}
  li {
    list-style: none;
  }

body {
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
}

.wrapper {
  background: #ffffff;
}
.container {
    width: 100%;
    margin: 0 auto;
}

.yokonarabi{
    display:flex;
        justify-content: center;
    align-items: center;
}
.yokonarabi div{
    width: 300px;
    margin: 30px;
}
img{
    max-width: 100%;
    height: auto;
}
.editor p {
    margin-bottom: 0em;
}
.editor img {
    margin-bottom: 0em;
}
.visual {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: #000;
}
.visual::before {
    content: '';
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: 2px;
    height: 150px;
    background: #ddd;
    animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 540px){
.visual::before {
    height: 120px;
}
}
@media screen and (max-width: 375px){
.visual::before {
    height: 100px;
}
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.visual_inner {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  max-width: 100%;
    position: absolute;
}
@media screen and (max-width: 840px){
    .visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: #000;
}
.visual_inner {
    max-width: 100%;
}
    .movie {
    max-width: 100%;
    height: 100%;
}
    .yokonarabi{
        flex-wrap: wrap;

    display:flex;
        justify-content: center;
    align-items: center;
}
.yokonarabi div{
    width: 160px;
    margin: 10px;
}
}
@media screen and (max-width: 540px){
.visual_inner {
    width: 80%;
}
}
@media screen and (max-width: 375px){
.visual_inner {
    transform: translateY(20px);
}
}
.visual_logo {
    margin-bottom: 20px;
    filter: drop-shadow(1px 2px 20px #000);
}
.visual_movie {
    width: 100%;
    height: 100%;
}
.js--iframe-wrapper{
        height: 100%;
}
.heading h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #eee;
    font-family: serif;
    margin-top: 1.5em;
    text-shadow: 1px 2px 10px black;
}
@media screen and (max-width: 1366px){
.heading h2 {
    font-size: 1.3em;
}
}
@media screen and (max-width: 540px){
.heading h2 {
    margin-top: 0em;
}
}
.heading_text {
    color: #eee;
    font-size: 0.8em;
    text-shadow: 1px 2px 10px black;
}
ul.visual_background {
    opacity: 0.2;
    display: flex;
    justify-content: center;
    z-index: -1;
}
ul.visual_background li {
    position: absolute;
    z-index: -1;
    height: 100%;
    visibility: hidden;
    animation: anime_slider_fade 12s infinite;
}
ul.visual_background > li:nth-of-type(2) {
    animation-delay: 4s;
}
ul.visual_background > li:nth-of-type(3) {
    animation-delay: 8s;
}
@keyframes anime_slider_fade {
    0% {
        visibility: visible;
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
    }
    48.3% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
ul.visual_background li img {
    height: 100%;
    object-fit: cover;
}
/*visualここまで*/
.item_wrapper {
    background-color: #000;
    z-index: 1;
    position: relative;
}
.item_wrapper h3 {
    width: 67%;
    margin: auto;
    padding: 150px 0;
    color: #ddd;
    font-family: serif;
}
@media screen and (max-width: 1440px){
.item_wrapper h3 {
    width: 76%;
    font-size: 1.5rem;
}
}
@media screen and (max-width: 1024px){
.item_wrapper h3 {
    width: 86%;
}
}
@media screen and (max-width: 540px){
.item_wrapper h3 {
    width: 88%;
    padding: 70px 0;
    font-size: 15px;
}
}
.item_list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}
@media screen and (max-width: 1440px){
.item_list {
    width: 80%;
}
}
@media screen and (max-width: 1024px){
.item_list {
    width: 90%;
}
}
@media screen and (max-width: 540px){
.item_list {
    width: 96%;
}
}
.item {
    padding: 20px 20px 100px;
    width: 25%;
}
@media screen and (max-width: 1280px){
.item {
    width: 33.3%;
}
}
@media screen and (max-width: 840px){
.item {
    width: 50%;
}
}
@media screen and (max-width: 540px){
.item {
    padding: 10px 10px 60px;
}
}
.item p {
    color: #ddd;
    font-size:1.2rem
}
@media screen and (max-width: 540px){
.item p {
    font-size:1.1rem
}
}
.item_image {
    z-index: 1;
    position: relative;
    margin-bottom:10px;
}
.item_image img:nth-of-type(1) {
    transition: 0.3s;
}
.item_image:hover img:nth-of-type(1){
    opacity:0;
}
.item_image img:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.item_image:hover img:nth-of-type(2){
    opacity:1;
}
/*すべてを見る、ここから*/
ul.item_all {
    width: 50%;
    margin: auto;
    padding: 100px 0 200px;
}
@media screen and (max-width: 840px){
ul.item_all {
    width: 80%;
    padding: 50px 0 150px;
}
}
ul.item_all a {
    text-decoration: none;
}
ul.item_all li {
    padding: 20px;
    text-align: center;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    color: #fff;
    font-weight: bold;
    opacity:0.6;
    transition: 0.2s;
}
ul.item_all li:hover {
    opacity:1;
}
/*ここからショップリスト*/
.shop_wrapper {
    background-color: #222;
    padding: 100px 0 50px;
    position: relative;
    color: #ddd;
    z-index: 1;
}
@media screen and (max-width: 540px){
.shop_wrapper {
    padding: 50px 0 50px;
}
}
.shop_title {
    width: 60%;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    font-family: serif;
    color: #ddd;
}
@media screen and (max-width: 540px){
.shop_title {
    margin: 0 auto 50px;
    font-size: 3rem;
}
}
.shop {
    width: 60%;
    margin: auto;
    display: flex;
    padding: 50px 0;
    border-top: solid 1px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1366px){
.shop {
    width: 70%;
}
}
@media screen and (max-width: 1280px){
.shop {
    width: 80%;
}
}
@media screen and (max-width: 540px){
.shop {
    width: 88%;
}
}
@media screen and (max-width: 840px){
.shop {
    flex-direction: column-reverse;
}
}
ul.shop_text {
    width: 50%;
}
@media screen and (max-width: 840px){
ul.shop_text {
    width: 100%;
}
}
ul.shop_text li {
    margin-bottom: 15px;
}
ul.shop_text li:first-child {
    font-size: 2rem;
    font-weight: bold;
}
ul.shop_text li:nth-child(2) {
    font-size: 1.2rem;
}
ul.shop_text li:nth-child(3) {
    display: flex;
    filter: invert(1);
}
span.sns_icon {
    margin: 0 15px 0 0;
}
span.sns_icon img {
    width: 20px;
    transition:0.2s;
}
span.sns_icon img:hover{
    opacity:0.6;
}
ul.shop_text li:nth-child(4) {
    font-size: 1.2rem;
}
ul.shop_text li:last-child {
    text-align: center;
    font-weight: bold;
}
ul.shop_text li:last-child a {
    transition: 0.2s;
    color: #ddd;
}
ul.shop_text li:last-child a:hover {
    opacity: 0.6;
}
.shop_image {
    padding: 0 0 0 30px;
    width: 50%;
}
@media screen and (max-width: 840px){
.shop_image {
    padding: 0 0 30px 0;
    width: 100%;
}
}
.shop_image img{
    width:100%;
}