@charset "utf-8";



.first-view {
  height: calc(100vh - 110px);
  background-image: url(../img/topimg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: 100px;
  margin-right: auto;
  padding-left: 50px;
  padding-top: 350px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 22px;
  margin-top: 20px;
}
/* 
.image {
    width: 100%;
    height: 100vh;
    background-image: url(../img/topimg.jpg);
    background-size: cover;
    background-position: center;
  }


  .first-view{
position: relative; */

  }


/* .first-view {
  background-image: url(../img/topview.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
} */

/* 
.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  position: absolute
  top: 0;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
  position: absolute
  top: 0;
  left: 0;
}


.contents{
width: 100%;
display: flex;
justify-content: space-between;

} */




.lead {
  max-width: 1200px;
}

.lead p {
  line-height: 2;
  text-align: center;
}

section {
    width: 50%;
    margin-top:40px;
    margin-left: 50px;

}
     
/* .pick-up-text-box{
  width: 750px;
  background-color: rgba( 255, 255, 255, 0.45 );
  color: #000000; */

h3{
font-size: 40px;
margin-bottom: 30px;

}
.pick-up-text{
  color: #fff;
 
  /* width: 50%;　これを入れるとなぜか上下が縮む */
  
}


.pick-up-text-box{
  width: 100%;
  padding-bottom: 10px;
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 35.29%, 0) 0%,
    hsla(0, 0%, 34.53%, 0.034375) 16.36%,
    hsla(0, 0%, 32.42%, 0.125) 33.34%,
    hsla(0, 0%, 29.18%, 0.253125) 50.1%,
    hsla(0, 0%, 24.96%, 0.4) 65.75%,
    hsla(0, 0%, 19.85%, 0.546875) 79.43%,
    hsla(0, 0%, 13.95%, 0.675) 90.28%,
    hsla(0, 0%, 7.32%, 0.765625) 97.43%,
    hsla(0, 0%, 0%, 0.8) 100%
  );
}

.pick-up-text{
   padding-left: 10%;
   
   
}

.pick-up-text li{
    margin-bottom: 40px;

}

.pick-up-text dt{
  margin-top: 10px;
    margin-bottom: 10px;
}

.pick-up-text dd{
  margin-left: 10px;
line-height: 25px;
}


.instagram{
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  /* flex-wrap: wrap; */
  gap: 5%; 
  
}


.some-photos{
  width: 100%;
  height: 550px;
margin-top: 100px;
margin-bottom: 50px;
background-image: linear-gradient(
  180deg,
  hsla(0, 0%, 35.29%, 0) 0%,
  hsla(0, 0%, 34.53%, 0.034375) 16.36%,
  hsla(0, 0%, 32.42%, 0.125) 33.34%,
  hsla(0, 0%, 29.18%, 0.253125) 50.1%,
  hsla(0, 0%, 24.96%, 0.4) 65.75%,
  hsla(0, 0%, 19.85%, 0.546875) 79.43%,
  hsla(0, 0%, 13.95%, 0.675) 90.28%,
  hsla(0, 0%, 7.32%, 0.765625) 97.43%,
  hsla(0, 0%, 0%, 0.8) 100%
);

}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 6);
  }
  .scroll-infinity__item>img {
    width: 100%;
  }



  


.photos{
    display: flex;

    
}

.photos li{
  
width: 200px;

}

.wrap {
  display: flex;
  align-items: center;
  height: 340px;
  overflow: hidden;
}



.link-button-area {
  text-align: center;
  margin-top: 40px;
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.link-button:hover {
  background-color: #d8b500;
}
/* ここからムービー関係 */
/* 解説ページ　https://moshashugyo.com/media/video-tag */
/* .kv{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .kv .main-copy{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
  }
  
  .kv .sub-copy{
    color: #fff;
    font-size: 20px;
    text-align: center;
  } */










        .video{
            /* display: flex;
            flex: end; */


            filter: sepia(70%); 
            
            

            
            width: 100%;
            height: 100vh;
             /* background: url(../img/topimg.jpg) no-repeat center/cover; */
            position: fixed;

            top: 0;
            right: 0;
            overflow: hidden;
            z-index: -1;
            margin-left:auto
            


        }
        .video video{
          width: 100%;
          position: relative;
          top: -50vw;
      
          
        }

        .instagram-media{
          width: 30%;
          margin-top: 100px;
        }
  /* .video::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #10394b;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
  }
  
  .video video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  } */
  














  
  @media screen and (min-width: 768px) {
    /* kv */
    .kv{
      min-width: 960px;
    }
  
    .kv .main-copy{
      font-size: 60px;
    }
  
    .kv .sub-copy{
      font-size: 30px;
    }
  
    /* video */
    .video{
      min-width: 960px;
    }
  }
  
/* ここまでムービー関係 */


.item-list {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.item-list li {
  flex-shrink: 0;
  width: 260px;
  margin-left: 75px;
}

.item-list li:first-child {
  margin-left: 0;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 800px) {
  .first-view {
    height: calc(100vh - 50px);
    background-image: url(../img/topimg.jpg);
    align-items: flex-start;
  }

  .first-view-text {
    padding-top: 60px;
    padding-left: 20px;
  }

  .first-view-text h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .first-view-text p {
    font-size: 14px;
    margin-top: 15px;
  }

  .lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lead p {
    text-align: left;
  }

  .item-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list li {
    width: 220px;
    margin-left: 30px;
  }
}