@charset "utf-8";a:link{
  color: skyblue;
}
a:visited{
  color: navy;
}
a:hover{
  color: orange;
}
a:active{
  color: purple;
}
.kv{
  margin-bottom: 0px;
}
.kv img{
  width: 100%;
  height: auto;
}
.kvImg{
  width: 100%;
  max-height: 1600px;
  height: 54.648vw;
  background: #999999;
}
.copy{
  width: 90%;
  margin: 50px auto 0;
  font-size: 1.25em;
}

.productList ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
}
.productList {
  max-width: 100vw;
  overflow: hidden;
}
.productList li{
  max-width: 600px;
  width: 40%;
  margin: 0 25px 50px;
  list-style: none;
}
.productList li img{
  width: 100%;
  height: auto;
}
.productImg{
  width: 100%;
  max-height: 600px;
  height:46.153vw;
  background: #999999;
}
.productDetail{
  padding-top: 20px;
  text-align: left;
}
#demo_256-04{
  text-align: right;
  margin: 150px;
}
#demo_256-05{
  text-align: left;
  margin: 150px;
}
#demo_256-06{
  text-align: center;
  margin: 150px;
}


@media screen and (max-width:1300px) {
  .productList li{
    margin: 0 1.923vw 50px;
    list-style: none;
  }
  #demo_256-04{
    text-align: right;
    margin: 10px;
  }
  #demo_256-05{
    text-align: left;
    margin: 10px;
  }
  #demo_256-06{
    text-align: left;
    margin: 10px;
  }
}

@media screen and (max-width:768px) {
  .kv{
    margin-bottom: 13.333vvw;
  }
  .copy{
    width: 90%;
    margin: 6.666vw auto 0;
    font-size: 1em;
  }
  .productList li{
    margin-bottom: 6.666vw;
  }
  .productDetail{
    padding-top: 2.666vw;
  }
  #demo_256-04{
    text-align: right;
    margin: 10px;
  }
  #demo_256-05{
    text-align: left;
    margin: 10px;
  }
  #demo_256-06{
    text-align: left;
    margin: 10px;
  }
}

.btn--orange,
a.btn--orange {
  color: #000;
  background-color: #ffffff;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #000;
  background: #ffffff;
}

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}
​
.keyframe2{
  animation-name: anim_h;
}
​
@keyframes anim_h {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(30px, 0);
  }
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.slick-initialized .slick-slide {
  margin: 0 .5em;
}

.logo {
  width: 300px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.logo-img {
  margin: 20px auto;
}
.page-contents {
  padding: 0 20px 20rem;
  padding-top: 8.5rem;
}

.page-contents .contents-text {
  word-break: break-all;
  margin-bottom: 100px; 
}
.page-contents .contents-text .main-text {  
color: #ffffff;   
font-size: 15px;  
font-weight: bold;
}   
.page-contents .contents-text .main-text .main-text-item {  
display: inline-block;  
margin-bottom: 20px;  
}   
.page-contents .contents-item {   
margin-bottom: 100px;   
} 

.bread-crumbs {
  display: none;
}
@media screen and (max-width: 800px) {
  .logo {
    width: 200px;
  }
  .page-contents {
    padding-top: 6.5rem;
  }
  .page-contents .contents-text .main-text {  
    font-size: 11px;   
  } 
}


header.header,
.header.scroll {
  position: sticky;
}
.lookContents {
  position: relative;
}
.backBottom {
  height: 20vh;
  position: sticky;
  bottom: 0;
  padding-top: 100vh;
  background: url("/photo/page/20250624/studioseven_pc_wall.jpg");
  background-size: cover;
  background-position: bottom;
  margin-top: -100vh;
  z-index: -10;
}
@media print,screen and (max-width: 39.99875em) {
  .backBottom {
    background: url("/photo/page/20250624/studioseven_sp_wall.jpg");
    background-size: cover;
    background-position: bottom;
  }
  .header__global-nav-button--drawer.is-opened {
    position: fixed;
  }
  .header__global-nav-button--drawer {
    top: 0;
  }
}
#header .header__global-nav {
  background-color: transparent;
}

.header__global-nav-button--drawer {
  position: absolute;
}

.footer {
  margin-top: 0;
}
@media print,screen and (min-width: 64em) {
  .header__drawer {
    position: absolute;
    height: calc(100vh - 60px);
    padding-bottom: 10rem;
  }
  .header__drawer-menu-list-item--wrapper {
    padding-bottom: 10rem;
  }
}
.header__drawer-menu {
  overflow-y: scroll;
  overflow-x: hidden;
}