@charset "UTF-8";

html {
  font-size: 100%;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
}
body {
  color:#ccc;
  background-color: #333;
  font-size: 0.9rem;
  line-height: 1.7;
}
a {
  color: #ccc;
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}
.sec-title {
  font-size:3rem;
  margin-bottom: 10%;
  align-items: center;
  text-align: center;
  letter-spacing: .3rem;
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}

.sec-title::before,
.sec-title::after {
  content: "";
  border-top: 1px solid;
  width: 20%;

}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
  box-shadow: 5px 5px 13px 4px rgba(255, 255, 255, 0.18);
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
 
}
/*-------------------------------------------
ヘッダー
-------------------------------------------*/

#header {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px;
  align-items: center;
  position: fixed;
  z-index: 10;
}
/*
ハンバーガーメニュー
*/
#navi {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  color: #ccc;
  padding: 100px 25px;
  background-color: #121212;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: 20;
  opacity: 0;
}
#navi a {
  color: #ccc;
}
.open #navi {
  left: 0;
  opacity: 1;
}
#navi ul {
  margin: 0;
  padding: 0;
}
#navi ul.nav-menu {
  margin-bottom: 60px;
  border-top: solid 1px #fff;
}
#navi ul.nav-menu li {
  position: relative;
  margin: 0;
  padding: 20px 0;
  border-bottom: solid 1px #fff;
}
#navi ul.nav-sns li {
  padding: 5px 0;
}
.toggle_btn {
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 20;
  position: relative;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 22%;
}
.toggle_btn span:nth-child(2) {
  top: 50%;
}
.toggle_btn span:nth-child(3) {
  top: 78%;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  top: 50%;
  -webkit-transform:rotate(-315deg);
  transform:rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  top: 50%;
  -webkit-transform:rotate(315deg);
  transform:  rotate(315deg);
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

#main {
  max-width: 100%;
  margin: 0 auto;
}

#bg-video {
  max-width: 100%; 
  height: 100vh; 
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; 
  z-index: 5;
}
#myButton {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px 20px;
  font-size:3.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none; 
  color:#fff; 
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#myButton:hover {
  color: #ccc; 
  text-shadow: 2px 2px 4px rgba(249, 249, 249, 0.8); 
}
/*-------------------------------------------
Pickup
-------------------------------------------*/
#pickup {
  font-size: 1.3rem;
    background-color: #333; 
    color: white; 
}

.slick-slide {
  margin: 0 15px;
}
.about {
  display: flex;
}
.about-img{
  width: 60%;
  border-radius: 1%;
  height: 100%;
margin: auto 0px auto 30px;
flex-direction: column;
align-items: center;
}
.text {
  width: 48%;
text-align: center;
padding: 0px 10px 0;
margin:auto 0 auto -150px;
}
.text-h2 {
  font-size: 2.4rem;
  margin-bottom: 50px;
  border-bottom: 2px solid #fff; 
}
.text-h3 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  border-bottom: 2px solid #fff; 
}
.text-p {
  text-align: left;
}
.text-sp {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
margin: 0 auto;
color: #fff;
}
.text p{
  line-height: 35px;
}

/* 全体のレイアウト */
#pickup,#about,#feature,#contact,#video_page {
  font-size: 1.3rem;
    width: 100%;
    padding: 100px 0 ;
    font-size: 1.3rem;
    background-color: #333;
    color: white; 
  }

.style {
  display: flex;
justify-content: center;
  align-items: center; 
  margin-bottom: 100px; 
position: relative;
}

.style-img {
  width: 50%;
  background-size: cover;
  background-position: center;
  margin: auto 0 auto 20px;
}

.text2, .text3 {
  width: 45%;
  text-align: left; 
  background-color: rgba(51, 51, 51, 0.4);
  padding: 20px;
  z-index: 2;
}

h3 {
  font-size: 1.8rem;
  padding-bottom: 20px;
}

.item img {
  width: 100%;
  display: block;
  cursor: pointer;
}

.fadein {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.style-span {
  font-size: 1.8rem;
  font-weight: bold;
}

/* 背景画像を設定 */
.style-img.img1 {
  background-image: url('../img/backstyle.jpg');
margin-left: -100px;
height:100vh;
object-fit: cover;
z-index: 1;
}


.style-img.img2 {
  background-image: url('../img/stap.jpg'); 
  margin-right: -100px;
  height:100vh;
  object-fit: cover;
  z-index: 1;
}
/*-------------------------------------------
Feature
-------------------------------------------*/
#feature {
  position: relative;
    background-image: url('../img/camera2y.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    padding: 100px 0;
}

/* グリッドレイアウト */
#feature .grid {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#feature .grid-left .grid-right .item {
  transition: all 0.3s ease;
  box-shadow: 0 0 8px 4px #ccc;
}
#feature .grid-left .grid-right .item {
  vertical-align: top;
}

#feature.grid-left .grid-right .item-cat {
  margin-bottom: 20px;

}
#feature .grid-left .grid-right .item-text {
  font-weight: bold;
  margin-bottom: 20px;
}
#feature .grid-left .grid-right .item-date {
  text-align: right;
}
#feature .grid-left .grid-right .fadein {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.grid-left,.grid-right {
  max-width: 48%;
}
.grid-right {
  margin-top: 200px;
}
.item {
  padding: 20px;
  margin-bottom: 50px;
  background-color: rgba(61, 54, 54, 0.6);

}
#feature .item-cat {
  font-size: 28px; 
  text-align: center;
  padding: 20px;
}
#feature .item-text {
  font-size: 24px; 
}
#feature .item-date {
  font-size: 18px; 
}
/* READ MORE ボタンのスタイル */
.read-more-container {
  text-align: center; 
  margin-top: 50px; 
}

.read-more-btn {
  display: inline-block;
  padding: 10px 50px 10px 30px; 
  font-size: 1rem; 
  color: #fff;
  background-color: rgba(113, 113, 113, 0.324);
  text-decoration: none;
  position: relative; 
  outline: none; 
}

/*線の設定*/
.read-more-btn::before,
.read-more-btn::after {
  content: '';
  position: absolute; 
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #333;
  width: 100%; 
  height: 2px;
  transition: all 0.3s ease-in-out;
}


.read-more-btn::after {
  width: 0;
  background: #ccc;
}

.read-more-btn:hover::after {
  width: 100%;
}


.read-more-btn span::after {
  content: '';
  position: absolute; 
  top: 1.3em;
  right: 20px;
  width: 5px; 
  height: 5px; 
  border-top: 1px solid #fff;
  border-right: 1px solid #fff; 
  transform: rotate(45deg); 
  transition: all 0.3s; 
}

.read-more-btn:hover span::after {
  right: 15px;
}

.responsive-video {
  width: 100%;
    height: 100%;
    box-shadow: 5px 5px 9px 1px rgba(255, 255, 255, 0.18);
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
  color: #fff;
  background-color: #121212;
}

#contact .sec-title {
  color: #fff;
  margin-bottom: 5%;
}

 .contents {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content {
  width: 40%; 
  text-align:right;
 
}
.contact-info img {
  display: block;
  margin: 0;
  max-width: 100%;
  height: auto;
}

.contact-form {
  flex: 1;
  max-width: 60%;
  text-align: center;
  font-size: 1.3rem;
  margin: auto 0;
}

.contact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

dt {
  width: 25%;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
}

dd {

  margin: 0;
  text-align: center;
}

.contact-item dd a {
  width: 70%;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  color: #fff;
  background-color: #121212;
  text-align: center;
  padding: 20px 0 30px;
  font-size: 0.9rem;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 678px) {

/*-------------------------------------------
ヘッダー
-------------------------------------------*/

/*
ハンバーガーメニュー
*/
#navi {
  padding: 150px 25px 0 ;
}
#nav  a {
  padding-left: 50px;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
}
#mask {
  display: none;
  transition: all 0.5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

.sec-title::before,
.sec-title::after {
  content: "";
  border-top: 1px solid;
  width: 15%;

}

/*-------------------------------------------
Pickup
-------------------------------------------*/
html {
  font-size: .8rem;
}

.slick-slide {
  margin: 0 15px;
}
.about {
  flex-direction: column;

}
.about-img{
  width: 100%;
  margin-left: 0;
}
.text {
  width: 100%;
  padding: 10px 10px 0;
margin-left:0px;
margin-top: -270px;
}
.text-h2 {
  margin-top: 50px;
  font-size: 2.1rem;
}
.text-h3 {
  font-size: 2rem;
}
.text-p {
  background-image: url('../img/camera2y.jpg');
    background-size: 700px; 
    background-position: bottom right;
    background-repeat: no-repeat; 
    padding:20px;
}

.text-sp {
  font-size: 1.43rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
dl {
  width: 500px;
  margin: 10px auto;
}

.style {
  flex-direction: column; 
padding-left: 0;
}

.style-img {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-right: 0px; 
}

.text2, .text3 {
  width: 100%;
  text-align: left; 
  background-color: rgba(51, 51, 51, 0.3);
  padding: 30px 10px; 
  z-index: 2;
}
.text2 {
  position: absolute;
  bottom: -8%;
}
.text3 {
  position: absolute;
  bottom: 15%;
}

h3 {
  font-size: 2rem;
  padding-bottom: 20px;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.fadein {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.style-span {
  font-size: 1.7rem;
  font-weight: bold;
}


.style-img.img1 {
margin-left: 0px;
position: relative;
}


.style-img.img2 {
  position: relative;
  margin-right: 20px;
}
/*-------------------------------------------
Feature
-------------------------------------------*/
#feature {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background-image: none; /* 背景画像を無効化 */
    }


#feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/camera2y.jpg');
  background-size: cover;
  background-position: right;
  z-index: -1;
}

#feature .wrapper {
  position: relative;
  z-index: 1;
}

/* グリッドレイアウト */
#feature .grid {
  flex-direction: column;
  position: relative;
}
#feature .grid-left .item {
  display: grid;
  grid-template-areas:
      "image"
      "content";
}

#feature .grid-left .item-content {
  grid-area: content;
}

#feature .grid-left .item > a {
  grid-area: image;
}


#feature .grid-left .grid-right .fadein {
  width: 100%;
  height: 300px; 
  object-fit: cover; 
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.grid-left,.grid-right {
  max-width: 100%;
}

#feature .item-cat {
  font-size: 20px; 
  text-align: center;
  margin-top: 30px;
}
#feature .item-text {
  font-size: 24px; 
  text-align: center;
}
#feature .item-date {
  font-size: 18px; 
  text-align: center;
}
.grid-right {
  margin-top: 0;
}

#video_page h2{
  font-size: 18px;
}

/*-------------------------------------------
Contact
-------------------------------------------*/
#contact {
  padding-top: 20px;
  background-color: #121212;
}
 .contents {
  flex-direction: column;
  align-items: center;
}
.content {
  width: 150px; 
  text-align:center;
  margin: 0 auto;

}
 .contact-form {
  max-width: 100%; 
  text-align: center;
  
}
.contact-item {
  width: 100% ;
}
 dl {
  width: 100%;
  max-width: 100%;
  display: flex;
padding: 5px ;

}

 dt {
  width: 25%;

  text-align:left;

  font-size: 1rem;
}

 dd {

  text-align: center;
}

.contact-item dd a {
  width: 70%;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

}
