@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors jyuei

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.contents-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 110px;
}
.sec-ttl {
  margin-bottom: 105px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.btn-h-side {
  display: flex;
  width: 60px;
  height: 254px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 40;
  overflow:hidden;
}
.fv .btn-h-side {
  transition: all 500ms ease-out;
}
.btn-h-side:hover {
  width:334px;
}
.btn-h-side-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 334px;
  height: 100%;
  position: absolute;
}
.btn-h-side-inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 60px;
  height: 100%;
  background-color: #00987f;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.3em;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  color: #fff;
}
.btn-h-side-inner__info {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 274px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 82px;
  background-color: #fff;
  position: relative;
}
.btn-h-side-inner__info .txt1 {
  width: 100%;
  padding-bottom: 19px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.btn-h-side-inner__info .txt1 span {
  font-size: 24px;
  font-weight: 900;
  color: #007a66;
  background: linear-gradient(transparent 70%, #f8f65f 0%);
  display: inline;
}
.btn-h-side-inner__info .qr {
  width: 68px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.11);
  margin-right: 10px;
}
.btn-h-side-inner__info .txt2 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
.btn-h-side-inner__info .tel {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 82px;
  background-color: #f8f65f;
  font-family: 'Mukta', sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: #007a66;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-h-side-inner__info .tel::before {
  margin-right: 0px;
  font-size: 13px;
  transform: rotate(-90deg);
  content:"TEL";
}

/*---------------------------------------------------------------------------------
特徴
--------------------------------------------------------------------------------- */
.feature {
  margin-bottom: 80px;
}
.feature-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 1300px;
  padding: 75px 0 50px;
  margin: 0 auto;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  opacity: 1.0;
  transform: translate(0,0px)!important;
}
.feature-list li::before {
  display: block;
  width: 0;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  z-index: -1;
  content:"";
  transition: all 500ms 300ms ease-out;
}
.feature-list li.effect-on::before {
  width: calc(50vw + 138px);
}
.feature-list__img {
  width: 610px;
  position: relative;
  z-index: 2;
}
.feature-list__img .img-box-in::before {
  transition-delay:1000ms;
}

.feature-list-inner {
  width: 500px;
  padding-top: 115px;
}
.feature-list-inner__ttl {
  width: 420px;
  padding-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.feature-list-inner__txt {
  font-size: 15px;
  line-height: 2;
}
.feature-list-inner__more {
  width: fit-content;
  margin-top: 55px;
}
.feature-list-inner__more a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid #1f1f1f;
  font-family: 'Mukta', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.feature-list-inner__more a::after {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("../img/top/icon_more_arrow.svg");
  margin-left: 12px;
  position: relative;
  top: 3px;
  content:"";
}

.feature-list li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.feature-list li:nth-of-type(odd) .feature-list-inner {
  margin-left: 150px;
}
.feature-list li:nth-of-type(odd)::before {
  left: 50%;
  margin-left: -50vw;
}
.feature-list li:nth-of-type(even)::before {
  right: 50%;
  margin-right: -50vw;
}
.feature-list li:nth-of-type(even) .feature-list-inner {
  margin-right: 150px;
}
.feature-list li:nth-of-type(even) .feature-list-inner__more {
  margin-left: auto;
}
/*---------------------------------------------------------------------------------
MOVIE
--------------------------------------------------------------------------------- */
.movie {
  width: 1000px;
  margin: 0 auto 217px;
}
.movie-in {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------------------------------------------------------------------------------
GALLERY 
--------------------------------------------------------------------------------- */
.gallery {
  padding: 162px 0 240px;
  background-color: #f4f4f4;
}
.gallery-list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.gallery-list li {
  width: 370px;
  margin: 0 75px 150px 0;
}
.gallery-list li:nth-of-type(2n) {
  width: 310px;
  position: relative;
  top: 87px;
}
.gallery-list li:nth-of-type(3n) {
  margin-right: 0;
}
.gallery-list li:nth-of-type(4),
.gallery-list li:nth-of-type(5) {
  margin-right: 105px;
}
.gallery-list li:nth-of-type(3n+2) .img-box-in::before {
  transition-delay: .6s
}
.gallery-list li:nth-of-type(3n) .img-box-in::before {
  transition-delay: .8s
}
.gallery-list li .img-box-in {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.gallery-list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-btn {
  width: 420px;
  height: 68px;
  margin: 0 auto;
}
/*---------------------------------------------------------------------------------
MENU
--------------------------------------------------------------------------------- */
.menu {
  padding-bottom: 132px;
  background-color: #f4f4f4;
  margin-bottom: 140px;
}
.menu-detail {
  box-sizing: border-box;
  width: 1000px;
  padding: 72px 140px 70px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin: 0 auto 35px;
}
.menu-detail__ttl {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.menu-detail__ttl em {
  display: block;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.menu-detail__ttl span:empty {
  display: none;
}
.menu-detail-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.menu-detail-list dt {
  width: 425px;
  padding: 10px 0 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.menu-detail-list .price {
  box-sizing: border-box;
  width: 210px;
  padding: 10px 18px 20px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
}
.menu-detail-list .note {
  width: 100%;
  position: relative;
}
.menu-detail-list .note p {
  border-top: 1px solid #acacac;
  padding: 20px 0 25px;
  font-size: 13px;
  line-height: 1.5;
}
.menu-detail-list .accordion_head {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -38px;
  right: 215px;
  cursor: pointer;
}
.menu-detail-list .accordion_head::before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.menu-detail-list .accordion_head.selected {
  top: -35px;
}
.menu-detail-list .accordion_head.selected::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.menu-note {
  box-sizing: border-box;
  width: 1000px;
  padding: 60px 85px 50px;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
  margin: 0 auto;
}

/*---------------------------------------------------------------------------------
納入物
--------------------------------------------------------------------------------- */
.photo-shoot {
  width: 1000px;
  margin: 0 auto 180px;
}
.photo-shoot__ttl {
  margin-bottom: 53px;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.photo-shoot__ttl .en {
  display: block;
  padding-top: 25px;
  font-family: "Courier Prime", monospace;
  font-size: 24px;
  font-weight: 400;
  color: #75cdbe;
}
.photo-shoot-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 55px 32px 65px;
  background-color: #f4f4f4;
  margin-bottom: 50px;
}
.photo-shoot-list li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.photo-shoot-list__img {
  width: 370px;
}
.photo-shoot-list-in {
  width: 470px;
}
.photo-shoot-list-in__ttl {
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.photo-shoot-list-in__txt {}
.photo-shoot-list-in__more {
  width: fit-content;
  margin-top: 15px;
  margin-left: auto;
}
.photo-shoot-list-in__more a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid rgb(31, 31, 31);
  font-family: Mukta, sans-serif;
  font-size: 16px;
  line-height: 1;
}
.photo-shoot-list-in__more a::after {
  display: inline-block;
  width: 18px;
  height: 16px;
  background-image: url("../img/top/icon_more_arrow.svg");
  margin-left: 12px;
  position: relative;
  top: 3px;
  content: "";
}
/*---------------------------------------------------------------------------------
Q&A
--------------------------------------------------------------------------------- */
.faq {
  width: 780px;
  margin: 165px auto 150px;
}
.faq-ttl {
  padding-bottom: 5px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.faq-list {}
.faq-list dt {
  padding: 25px 80px 20px 86px;
  background-color: #f4f4f4;
  margin: 60px 0 40px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
.faq-list dt::before {
  font-family: 'Mukta', sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  content:"Q.";
  position: absolute;
  top: 22px;
  left: 38px;
}
.faq-list dt::after {
  width: 23px;
  height: 23px;
  background: url("../img/products/faq_oepn.svg") no-repeat center;
  position: absolute;
  top: 30px;
  right: 32px;
  cursor: pointer;
  content:"";
}
.faq-list dt.selected {
  margin-bottom: 42px;
}
.faq-list dt.selected::after {
  background: url("../img/products/faq_close.svg") no-repeat center;
}
.faq-list dd {
  padding: 0 25px 0 86px;
  position: relative;
  font-size: 16px;
  line-height: 1.625;
}
.faq-list dd::before {
  font-family: 'Mukta', sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  content:"A.";
  position: absolute;
  top: -8px;
  left: 38px;
}

/*---------------------------------------------------------------------------------
faq
--------------------------------------------------------------------------------- */
.faq-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 127px 0 117px;
  background-color: #edf5f4;
}
.faq-contact-ttl {
  width: 100%;
  padding-bottom: 60px;
  line-height: 1;
  text-align: center;
}
.faq-contact-ttl .en {
  display: block;
  padding-bottom: 40px;
  font-family: 'Mukta', sans-serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.faq-contact-in {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 480px;
  height: 220px;
  background-color: #fff;
  margin: 0 20px;
}
.faq-contact-in__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 130px;
  height: 45px;
  background-color: #18a18a;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}

.faq-contact-in__qr {
  width: 150px;
  margin-right: 15px;
}
.faq-contact-in-qr-in {
  width: 130px;
}
.faq-contact-in-qr-in .faq-contact-in__ttl {
  font-size: 24px;
}

.faq-contact-in-tel {
  width: 100%;
  padding-bottom: 10px;
  font-family: 'Mukta', sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: #18a18a;
  text-align: center;
}
.faq-contact-in-staff {
  font-size: 15px;
  line-height: 1;
}


