@charset "UTF-8";
.topKv {
  position: relative;
  margin-bottom: -4vw;
}

.topKv_item {
  position: relative;
  height: 154.66667vw;
}

.topKv_item img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.topKv_item img[src*="kv03"] {
  left: 0;
}

.topKv::before {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 9998;
  -webkit-animation: fadeOut 5s ease-in-out;
  animation: fadeOut 5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.topKv::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  font-size: 2.5rem;
  font-family: voltage, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: .03em;
  z-index: 9999;
  -webkit-animation: fadeInOut 3.5s ease-in-out;
  animation: fadeInOut 3.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
  content: "Shikirama graphy";
}

.topKv.nocover::before, .topKv.nocover::after {
  display: none;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/******************** about ********************/
.topAbout {
  padding-bottom: 13.33333vw;
  background-color: #fff;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center top;
  background-size: 750px auto;
}

.topAbout::after {
  background-color: #fff;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center top;
  background-size: 750px auto;
}

@media screen and (min-width: 768px) {
  .topAbout {
    background-size: 1500px auto;
  }
  .topAbout::after {
    background-size: 1500px auto;
  }
}

.topAbout_box {
  width: 90%;
  margin: 0 auto -24vw;
  padding-top: 8vw;
  -webkit-transform: translateY(-25.33333vw);
  -ms-transform: translateY(-25.33333vw);
  transform: translateY(-25.33333vw);
  background-color: #fff;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center top;
  background-size: 750px auto;
}

.topAbout_box::after {
  background-color: #fff;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center top;
  background-size: 750px auto;
}

@media screen and (min-width: 768px) {
  .topAbout_box {
    background-size: 1500px auto;
  }
  .topAbout_box::after {
    background-size: 1500px auto;
  }
}

.topAbout_box::before {
  display: block;
  margin: 0 auto 3.46667vw;
  width: 5.33333vw;
  height: 4.8vw;
  background-image: url(../img/top/about_quote.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  content: "";
}

.topAbout_ttl {
  margin-bottom: 4.8vw;
  font-size: 2.5rem;
  letter-spacing: 0.0125em;
  line-height: 1.2;
  font-family: voltage, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  text-align: center;
}

.topAbout_lead {
  margin-bottom: 5.33333vw;
  color: #897520;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.topAbout_txt {
  font-size: 1.2rem;
  letter-spacing: 0.0375em;
  line-height: 2.08;
  font-weight: bold;
  text-align: center;
}

.topAbout_txt::before {
  display: block;
  width: 5.33333vw;
  height: 0.53333vw;
  margin: 0 auto 5.06667vw;
  background-color: #000;
  content: "";
}

.topAbout_btn {
  width: 60%;
  margin-top: 8vw;
}

/******************** gallery ********************/
.topGallery {
  padding-top: 21.33333vw;
  background-color: #453a27;
  background-image: url(../img/top/bg_gallery_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 0;
}

.topGallery::after {
  display: none;
}

.topGallery .sec_ttl {
  color: #fff;
}

.topGallery .sec_ttl .sub {
  color: #bda471;
}

.topGallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topGallery_item {
  position: relative;
  width: 31.34%;
  height: 28vw;
  margin-bottom: 2.66667vw;
  overflow: hidden;
}

.topGallery_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.topGallery_btn {
  width: 60%;
  margin-top: 8vw;
}

.topGallery_btn .btn_body {
  color: #fff;
}

.topGallery_btn .btn_body::before {
  display: inline-block;
  position: static;
  width: 3.73333vw;
  height: 3.73333vw;
  margin-right: 3.2vw;
  border: none;
  background-image: url(../img/common/icon_insta_wh.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  content: "";
}

/******************** plan ********************/
.topPlan {
  background-color: #fff;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center top;
  background-size: 750px auto;
}

.topPlan::after {
  background-color: #fff;
  background-image: url(../img/common/bg_paper.jpg);
  background-position: center top;
  background-size: 750px auto;
}

@media screen and (min-width: 768px) {
  .topPlan {
    background-size: 1500px auto;
  }
  .topPlan::after {
    background-size: 1500px auto;
  }
}

.topPlan_area + .topPlan_area {
  margin-top: 10.66667vw;
}

.topPlan_ttl {
  margin-bottom: 5.33333vw;
  font-size: 2.7rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: solex, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: bold;
  text-align: center;
}

.topPlan_more {
  display: block;
  position: absolute;
  right: 4vw;
  bottom: 9.46667vw;
  color: #897520;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: solex, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  text-align: right;
}

.topPlan_more::before {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.33333vw;
  height: 1.33333vw;
  border-top: 1px solid #897520;
  border-left: 1px solid #897520;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.topPlan_more::after {
  display: inline-block;
  position: relative;
  top: 0.5em;
  width: 6.66667vw;
  margin-left: 2.66667vw;
  height: 1px;
  background-color: #897520;
  vertical-align: top;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.topPlan_btn {
  margin-top: 8vw;
  width: 53%;
}

/******************** Studio ********************/
.topStudio {
  background-color: #665d4e;
}

.topStudio::after {
  background-color: #665d4e;
}

.topStudio .sec_ttl {
  color: #fff;
}

.topStudio .sec_ttl .sub {
  color: #bda471;
}

.topStudio_lead {
  margin-bottom: 8vw;
  padding: 0 8vw;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.0375em;
  line-height: 1.92;
  text-align: center;
}

.topStudio_box + .topStudio_box {
  margin-top: 13.33333vw;
}

.topStudio_name {
  margin-top: 6.66667vw;
  color: #bda471;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.topStudio_txt {
  margin-top: 4.8vw;
  padding: 0 8vw;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.0375em;
  line-height: 1.92;
  text-align: center;
}

.topStudio_btn {
  width: 53%;
  margin-top: 9.33333vw;
}

.topStudio_btn .btn_body {
  color: #fff;
}

/******************** Photographer ********************/
.topPhotographer {
  padding-bottom: 62.66667vw;
  background-color: #eae5dc;
}

.topPhotographer::after {
  background-color: #eae5dc;
}

.topPhotographer .sec_ttl {
  z-index: 10;
}

.topPhotographer_lead {
  position: relative;
  padding: 0 8vw;
  font-size: 1.3rem;
  letter-spacing: 0.0375em;
  line-height: 1.92;
  text-align: center;
  z-index: 10;
}

.topPhotographer_img {
  position: absolute;
  left: 50%;
  bottom: -12vw;
  width: 245%;
  -webkit-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  transform: translateX(-52%);
  z-index: 5;
}

.topPhotographer_btn {
  position: relative;
  width: 53%;
  margin-top: 6.66667vw;
  z-index: 10;
}

.topPhotographer_btn .btn_body {
  background-color: rgba(255, 255, 255, 0.7);
}

/******************** Q&A ********************/
.topFaq {
  background-color: #fff;
}

.topFaq::after {
  background-color: #fff;
}

.topFaq_btn {
  width: 53.5%;
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  .topKv_item {
    height: 844px;
  }
  .topKv_item img {
    min-width: 1280px;
    width: 100%;
    height: auto;
  }
  .topKv_item img[src*="kv03"] {
    left: 50%;
  }
  .topKv::after {
    font-size: 4rem;
    letter-spacing: .03em;
  }
  /******************** about ********************/
  .topAbout {
    padding-bottom: 40px;
  }
  .topAbout_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topAbout_img {
    position: relative;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    height: 520px;
    overflow: hidden;
  }
  .topAbout_img img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .topAbout_box {
    width: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    margin: 0 0 0 -15.2%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .topAbout_box::before {
    margin-bottom: 20px;
    width: 24px;
    height: 22px;
  }
  .topAbout_ttl {
    margin-bottom: 20px;
    font-size: 3.8rem;
    letter-spacing: 0.025em;
    line-height: 1.05;
  }
  .topAbout_lead {
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .topAbout_txt {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1.87;
    font-weight: bold;
    text-align: center;
  }
  .topAbout_txt::before {
    width: 22px;
    height: 2px;
    margin-bottom: 18px;
  }
  .topAbout_btn {
    margin-top: 50px;
  }
  /******************** gallery ********************/
  .topGallery {
    padding-top: 130px;
    background-image: url(../img/top/bg_gallery_pc.jpg);
    background-size: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  .topGallery_list {
    padding: 0 50px;
  }
  .topGallery_item {
    position: relative;
    width: 270px;
    height: 270px;
    margin-bottom: 22px;
  }
  .topGallery_btn {
    margin-top: 40px;
  }
  .topGallery_btn .btn_body::before {
    width: 20px;
    height: 20px;
    margin-right: 18px;
  }
  .topGallery_btn .btn_body:hover {
    border-color: #fff;
  }
  /******************** plan ********************/
  .topPlan {
    padding-left: 5px;
    padding-right: 5px;
  }
  .topPlan_area + .topPlan_area {
    margin-top: 80px;
  }
  .topPlan_ttl {
    margin-bottom: 30px;
    font-size: 3rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .topPlan_more {
    right: 20px;
    bottom: 40px;
    margin-right: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .topPlan_more::before {
    width: 6px;
    height: 6px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
  }
  .topPlan_more::after {
    width: 30px;
    margin-left: 10px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .topPlan .plan_box_body:hover .topPlan_more::before {
    -webkit-transform: translate(10px, -50%) rotate(135deg);
    -ms-transform: translate(10px, -50%) rotate(135deg);
    transform: translate(10px, -50%) rotate(135deg);
  }
  .topPlan .plan_box_body:hover .topPlan_more::after {
    -webkit-transform: scaleX(1.3) translateY(-50%);
    -ms-transform: scaleX(1.3) translateY(-50%);
    transform: scaleX(1.3) translateY(-50%);
  }
  .topPlan_btn {
    margin-top: 40px;
  }
  /******************** Studio ********************/
  .topStudio_lead {
    width: 610px;
    margin: 0 auto 40px;
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1.87;
  }
  .topStudio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }
  .topStudio_box {
    width: 49%;
    max-width: 470px;
  }
  .topStudio_box + .topStudio_box {
    margin-top: 0;
  }
  .topStudio_name {
    margin-top: 30px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .topStudio_txt {
    width: 340px;
    margin: 18px auto 0;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .topStudio_btn {
    margin-top: 40px;
  }
  .topStudio_btn .btn_body:hover {
    border-color: #fff;
  }
  /******************** Photographer ********************/
  .topPhotographer {
    padding-bottom: 356px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
  .topPhotographer {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .topPhotographer::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/bg_photographer.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto;
    content: "";
    z-index: 1;
  }
  .topPhotographer_lead {
    width: 620px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 1.87;
  }
  .topPhotographer_img {
    bottom: 0;
    width: 1280px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
  }
  .topPhotographer_btn {
    margin-top: 32px;
  }
  .topPhotographer_btn .btn_body:hover {
    background-color: transparent;
  }
  /******************** Q&A ********************/
  .topFaq_btn {
    margin-top: 40px;
  }
}


.plan_body {
  margin-top: 5px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.plan_url {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  z-index: 900;
  display: block;
  padding: 10px 8px 8px 8px;
  background-color: #E4DE00;
  color: #3E3A39;
  box-shadow: 10px 10px 6px -4px gray;
  cursor: pointer;
  z-index: 900;
  width: 90%;
  text-align: center;

}


.plan_pointer {
  background-image: url(../img/common/pointer.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  height: 20%;
  position: absolute;
  bottom: -2.4rem;
  right: 3%;
  cursor: pointer;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .plan_url {
    bottom: -10px;
    font-size: 1.3rem;
  }
  .plan_pointer {
    height: 12vw;
    bottom: -5vw;
    right: 4%;
  }
}