@charset "UTF-8";
/* CSS Document */

article > h1{
  max-width: 1000px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin: 0 auto 25px;
  padding: 0 20px;
  box-sizing: border-box;
}

article > h1 span{
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 11px;
  letter-spacing: normal;
  color: #b9b9b9;
  padding-left: 10px;
}

.mv{
  margin: 0 20px;
  height: 640px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .mv img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
  }
}

.info{
  position: relative;
  padding-top: 115px;
  margin-bottom: 330px;
}

.info::before{
  content: "";
  width: 60vw;
  min-width: 700px;
  height: 750px;
  background: #0c0c0c;
  position: absolute;
  top: -150px;
  left: 0;
}

.info div{
  color: #FFF;
  padding-left: 80px;
}

.info h2{
  font-size: 22px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: -.5em;
  position: relative;
}

.info h2::before{
  content: "";
  width: 80px;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: .5em;
}

.info p{
  width: 530px;
  font-size: 16px;
  line-height: 2.2;
}


.duties img{
  width: 445px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.duties div{
  width: 455px;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .duties div{
    width: 350px;
  }  
}

.duties h2{
  font-size: 25px;
  line-height: 1;
  letter-spacing: .2em;
  margin-bottom: 15px;
}

.duties h2 span{
  font-size: 13px;
  padding-right: .5em;
  display: inline-block;
}

.duties p,
.duties li{
  font-size: 14px;
  line-height: 2;
}

.duties ul{
  margin-bottom: 10px;
}

.duties li{
  text-indent: -1em;
  padding-left: 1em;
}

.duties li::before{
  content: "・";
  color: #5A5A5A;
}

.duties li + li{
  margin-top: 10px;
}

.works_list{
  padding: 110px 0 80px;
  overflow: hidden;
}

.works_list .inner > div{
  display: flex;
  justify-content: flex-start;
  padding: 0 50px;
  position: relative;
}

.works_list .inner > div + div{
  justify-content: flex-end;
}

.works_list .inner > div::before{
  content: "";
  width: 100vw;
  height: 110%;
  background: #0c0c0c;
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: -1;
}

.works_list .inner > div + div::before{
  right: auto;
  left: 70px;
}

.works_list .inner > div + div{
  margin-top: 140px;
}

.works_list .inner > div > div{
  width: 370px;
  padding: 5px;
  background: #FFF;
  box-sizing: border-box;
}

.works_list .inner > div > div + div{
  margin-left: 40px;
}

.works_list .inner > div > div > div{
  padding: 20px 10px;
}

.works_list h2{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.works_list p{
  font-size: 14px;
  line-height: 1.8;
}

.reasons{
  max-width: 525px;
  border: 1px solid #c3c3c3;
  padding: 30px 50px;
  margin: 80px auto 0;
}

.reasons p{
  font-size: 16px;
  line-height: 2;
}

.reasons p a{
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

.reasons p a:hover{
  border-bottom: 1px solid #FFF;
}

.reasons p + p{
  margin-top: 15px;
}

.price{
  margin: 60px 0;
  padding: 120px 5vw;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.price::after{
  content: "";
  width: 90vw;
  height: 100%;
  background: #0c0c0c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .price::after{
    width: 100%;
  }
}

.price h2{
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.price h2::before{
  content: "";
  width: 80px;
  height: 1px;
  background: #808080;
  position: absolute;
  bottom: 0;
  left: 0;
}

.price .inner{
  position: relative;
}

.price .inner::before,
.price .inner::after{
  content: "";
  width: 20%;
  height: 255px;
  position: absolute;
}

.price .inner::before{
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  top: -80px;
  left: -40px;
}

.price .inner::after{
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  bottom: -80px;
  right: -40px;
}

.price .inner > p{
  font-size: 16px;
  line-height: 1.8;
}

.price .inner > p + .price_box{
  margin-top: 50px;
}

.price .inner > p.note{
  font-size: 14px;
  line-height: 1.8;
}

.price a{
  color: #dedede;
  border-bottom: 1px solid #808080;
}

.price a:hover{
  border-bottom: 1px solid #0c0c0c;
}

@media screen and (min-width: 861px) {
  .price a:hover{
    border-bottom: 1px solid #0c0c0c;
  }
}

.price_box h3{
  font-size: 20px;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 10px;
  position: relative;
}

.price_box h3::before{
  content: "";
  width: 3px;
  height: 28px;
  background: #919191;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.price_box h4,
.price_box p{
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #808080;
}

.price_box h5{
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}

.price_box p + p{
  margin-top: 15px;
}

.price_box ul{
  font-size: 16px;
  line-height: 1;
}

.price_box li + li{
  margin-top: 10px;
}

.price_box ul.sm{
  font-size: 14px;
  line-height: 1;
}

.price_box ul.sm li::before{
  content: "・";
}

.price_box ul.sm li + li{
  margin-top: 8px;
}
.price_box > div{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.price_box > div + div{
  margin-top: 35px;
}

.price_box > div > div{
  width: 48%;
}

.price_box + .price_box{
  margin-top: 60px;
}

.price ul.note{
  font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color : #AEAEAE;
  margin-top: 80px;
}

.price ul.note li{
  text-indent: -1em;
  padding-left: 1em;
}

.price ul.note li::before{
  content: "※";
}

.price ul.note li + li{
  margin-top: 10px;
}

.price ul.note a{
  color: #dedede;
  padding-left: 2.5em;
  display: inline-block;
  position: relative;
}

.price ul.note i{
  display: inline-block;
  width: 1.5em;
  text-indent: .2em;
}

.price ul.note .fa-camera-retro,.price ul.note .fa-film{
  display: block;
  width: auto;
  text-indent: .0;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%)
}

.price .gy{
  margin-top: 80px;
}

.price .gy .note{
  font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color : #AEAEAE;
  margin-top: 10px;
}

.service{
  font-family:  'Noto Sans JP',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  max-width: 1100px;
  margin: 80px auto 0;
}

.service p a{
  font-weight: bold;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 861px) {
.service p a::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

  .service p a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.service .bb{
  border: 1px solid #333;
  padding: 50px 40px 0;
}
.service .bb > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.service .bb .txt{
  width: 60%
}

.service .bb .pic{
  width: 38%
}

.service .bb h2{
  width: 90%;
  margin-bottom: 20px;
}

.service .bb p{
  font-size: 15px;
  line-height: 2;
}

.service .bb p + p{
  margin-top: 20px;
}

.service .txt > div{
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  background: #f7f7f7;
}

.service .txt > div ul{
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.service .txt > div ul li{
  width: 100px;
}

.service .txt > div p{
  font-size: 12px;
}

.service .bb .pic p{
  font-size: 13px;
  text-align: right;
  margin-top: 5px;
}

.service .bb .pic span{
  font-size: 12px;
  line-height: 1;
}

.service .note{
  width: 100%;
  display: block !important;
  padding: 40px;
  border-top : 1px dashed #C7C7C7;
  margin-left: -40px;
  margin-top: 30px;
}

.service .note h2{
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.service .note ul{
  font-size: 12px;
  line-height: 1.6;
}

.service .note ul li{
  padding-left: 1em;
}

.service .note ul li + li{
  margin-top: 5px;
}

.service .note ul li::before{
  content: "※";
  width: 1em;
  display: inline-block;
  margin-left: -1em;
}

.service i{
  display: inline-block;
  font-size: 80%;
  width: 1.5em;
  text-indent: .1em;
  transform: translateY(-.1em)
}


.wsn{
  white-space: nowrap;
}

#photo_movie{
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (max-width: 860px) {
  
  article > h1{
    font-size: 5vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto 5vw;
    padding: 0 6vw;
  }

  article > h1 span{
    font-size: 3vw;
    padding-left: 1em;
  }

  .mv{
    margin: 0;
    height: auto;
    background: none;
  }

  .mv img{
    display: block;
  }

  .info{
    padding: 10vw 4vw 25vw;
    margin-bottom: 0;
  }

  .info::before{
    min-width: inherit;
    top: 0;
    width: 90%;
    height: 100%;
  }

  .info div{
    padding-left: 0;
  }

  .info h2{
    font-size: 4.5vw;
    line-height: 1.6;
    font-feature-settings: "palt";
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    margin-left: -.3em;
    position: relative;
  }

  .info h2::before{
    content: "";
    width: 10vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0.3em;
  }

  .info p{
    width: 95%;
    font-size: 3.6vw;
    line-height: 2;
  }

  .duties{
    padding-bottom: 0;
    text-align: right;
  }

  .duties img{
    width: 70%;
    position: static;
    bottom: auto;
    right: auto;
    margin-top: -15vw;
    margin-right: -6vw;
  }

  .duties div{
    width: 100%;
    margin-left: 0;
    margin-top: 8vw;
    text-align: left;
  }

  .duties h2{
    font-size: 5.5vw;
    line-height: 1;
    letter-spacing: .2em;
    margin-bottom: 5vw;
  }

  .duties h2 span{
    font-size: 3vw;
    padding-right: .5em;
    display: inline-block;
  }
  
  .duties ul{
    margin-bottom: 3vw;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 2vw 0;
  }
  
  .duties li{
    width: 58%;
    box-sizing: border-box;
    white-space: nowrap;
  }
  
   .duties li:nth-child(even){
     width: 40%;
  }

  .duties p,
  .duties li{
    font-size: 3.3vw;
    line-height: 1.8;
  }
  
  .duties li span{
    font-size: 90%;
    letter-spacing: normal;
    display: inline-block;
    padding-left: 1em;
  }
  
  .duties li + li{
    margin-top: 0;
  }
 
  .works_list{
    padding: 10vw 0 15vw;
    overflow: hidden;
  }

  .works_list .inner > div{
    display: block;
    padding: 0;
    position: relative;
  }

  .works_list .inner > div::before{
    content: "";
    width: 95vw;
    height: 105%;
    position: absolute;
    top: 7vw;
    right: auto;
    left: -6vw;
    z-index: -1;
  }

  .works_list .inner > div + div::before{
    right: -6vw;
    left: auto;
  }

  .works_list .inner > div + div{
    margin-top: 30vw;
  }

  .works_list .inner > div > div{
    width: 85%;
    padding: 1vw;
    background: #FFF;
    box-sizing: border-box;
  }

  .works_list .inner > div > div + div{
    margin-left: 10%;
    transform: translateY(10vw)
  }

  .works_list .inner > div > div > div{
    padding: 4vw 2vw;
  }
  
  .works_list .inner > div + div > div{
    margin-left: 16%;
  }
  
  .works_list .inner > div + div > div + div{
    margin-left: 6%;
  }


  .works_list h2{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 1vw;
  }

  .works_list p{
    font-size: 3.3vw;
    line-height: 1.8;
  }
  
  .reasons{
    max-width: 100%;
    padding: 5vw 0;
    margin: 10vw 8vw 0;
    border: none;
    box-sizing: border-box;
    position: relative;
  }
  
  .reasons::before{
    content: "";
    width: 100vw;
    height: 100%;
    background: #EDEDED;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .reasons p{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .reasons p a{
    padding-bottom: .1vw;
  }

  .reasons p + p{
    text-align: center;
    margin-top: 5vw;
  }
  
  .price{
    margin: 15vw 0;
    padding: 15vw 0;
    color: #FFF;
    position: relative;
    z-index: 1;
  }

  .price::after{
    width: 100vw;
    left: 0;
    transform: translateX(0);
  }

  .price h2{
    font-size: 5.5vw;
    line-height: 1;
    padding-bottom: 4vw;
    margin-bottom:  8vw;
  }

  .price h2::before{
    content: "";
    width: 10vw;
    height: 1px;
    background: #808080;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .price .inner::before,
  .price .inner::after{
    display: none;
  }

  .price .inner > p{
    font-size: 3.5vw;
    line-height: 1.8;
  }
  
  .price .inner > p + .price_box{
    margin-top: 10vw;
  }
  
  .price .inner > p.note{
    font-size: 3vw;
    line-height: 1.8;
  }

  .price_box h3{
    font-size: 4.5vw;
    line-height: 1.5;
    margin-bottom: 5vw;
    padding-left: 3vw;
  }
  
  .price_box h3::before{
    width: 3px;
    height: 6.5vw;
    bottom: -1vw;
  }

  .price_box h4,
  .price_box p{
    font-size: 3.8vw;
    line-height: 1.5;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
    border-bottom: 1px dashed #808080;
  }
  
  .price_box h5{
    font-size: 3.5vw;
    line-height: 1;
    margin-bottom: 3vw;
  }

  .price_box p + p{
    margin-top: 15px;
  }

  .price_box ul{
    font-size: 3.8vw;
    line-height: 1.5;
  }

  .price_box li + li{
    margin-top: 4vw;
  }

  .price_box ul.sm{
    font-size: 3.3vw;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
  }
  
  .price_box ul.sm li{
    width: 50%;
    white-space: nowrap;
  }
  
  .price_box ul.sm li + li{
    margin-top: 0;
    margin-bottom: 4vw;
  }

  .price_box > div{
    display: block;
  }

  .price_box > div + div{
    margin-top: 10vw;
  }

  .price_box > div > div{
    width: 100%;
  }

  .price_box + .price_box{
    margin-top: 15vw;
  }
  
  .price_box > div > div + div{
    margin-top: 10vw;
  }
  
  .price_box.print > div > div + div,
  .price_box.mov > div > div + div{
    margin-top: 0;
  }
  
  .price ul.note{
    font-size: 3vw;
    line-height: 1.3;
    color : #AEAEAE;
    margin-top: 10vw;
  }

  .price ul.note li + li{
    margin-top: 2vw;
  }
  
  .price ul.note .fa-camera-retro,.price ul.note .fa-film{
    left: .6vw;
  }

  .price .gy{
    margin-top: 15vw;
  }

  .price .gy .note{
    font-size: 3vw;
    line-height: 1.6;
    margin-top: 2vw;
  }
  
  .service{
    margin: 15vw auto 0;
    padding: 0 5vw;
  }

  .service p a{
    text-decoration: underline;
  }
  
  .service .bb{
    padding: 10vw 4vw 0;
  }
  .service .bb > div{
    display: block;
  }

  .service .bb .txt{
    width: 100%
  }

  .service .bb .pic{
    width: 100%;
    margin-top: 5vw;
  }

  .service .bb h2{
    width: 100%;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .service .bb p{
    font-size: 3.6vw;
    line-height: 1.8;
  }

  .service .bb p + p{
    margin-top: 5vw;
  }

  .service .txt > div{
    padding: 4vw;
    margin-top: 5vw;
  }

  .service .txt > div ul{
    display: flex;
    justify-content: center;
    gap: 0 5vw;
  }

  .service .txt > div ul li{
    width: 25%;
  }

  .service .txt > div p{
    font-size: 3.3vw;
  }

  .service .bb .pic p{
    font-size: 3vw;
    text-align: right;
    margin-top: 2vw;
  }

  .service .bb .pic span{
    font-size: 2vw;
    line-height: 1;
  }

  .service .note{
    width: 100%;
    padding: 6vw 4vw 5vw;
    margin-left: -4vw;
    margin-top: 5vw;
  }

  .service .note h2{
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }

  .service .note ul{
    font-size: 3vw;
    line-height: 1.6;
  }
  
  .service .note ul li + li{
    margin-top: 1vw;
  }
  
  #photo_movie{
    padding-top: 5vw;
    margin-top: -5vw;
  }

 
}






