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

HTML CSS Selectors photo studio

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.contents-ttl {
  margin-bottom: 390px;
}
.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";
}
/*---------------------------------------------------------------------------------
リードセクション
--------------------------------------------------------------------------------- */
.read-section {
  height: 706px;
  margin-bottom: 240px;
  position: relative;
  background-color: #f4f4f4;
}
.read-section__ttl {
  width: 212px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -155px;
}
.read-section__txt {
  width: 90px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: 122px;
  z-index: 2;
  transition-delay:500ms;
}
.read-section__photo01,
.read-section__photo02,
.read-section__photo03 {
  position: absolute;
  left: 50%;
  z-index: 1;
}
.read-section__photo01 {
  width: 390px;
  position: absolute;
  top: -288px;
  margin-left: 312px;
}
.read-section__photo02 {
  width: 464px;
  top: -190px;
  margin-left: -700px;
}
.read-section__photo03 {
  width: 464px;
  bottom: -112px;
  margin-left: 40px;
  z-index: 1;
}

/*---------------------------------------------------------------------------------
特徴
--------------------------------------------------------------------------------- */
.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;
}
/*---------------------------------------------------------------------------------
MENU
--------------------------------------------------------------------------------- */
.menu {
  margin-bottom: 74px;
  position: relative;
  z-index: 2;
}
.menu::before {
  width: 283px;
  height: 129px;
  background-image: url("../img/photo_studio/menu_icon.svg");
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -435px;
  content:"";
}
.menu-wrap {
  
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
}
.menu-list li {
  width: calc(33% - 22px);
  height: 23vw;
  margin: 0 22px 24px 0!important;
  position: relative;
  cursor: pointer;
}
.menu-list li:nth-of-type(3n) {
  margin-right: 0!important;
}
.menu-list li > img {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
}
.menu-list li > img:hover {
  opacity: 0.5;
}
.menu-list__ttl {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  min-width: 234px;
  height: 55px;
  padding: 0 55px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.menu-list__ttl::after {
  width: 16px;
  height: 18px;
  background: url("../img/photo_studio/menu_arrow.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  margin: auto;
  content:"";
}

.menu-inner {
  padding: 32px 0;
}
.menu-inner-wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  min-width: 1100px;
  padding: 100px 0 88px 0;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.menu-inner-wrap__img {
  width: 440px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
.menu-inner-wrap__img::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #edf5f4;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  transform: rotate(-6.3deg);
  content:"";
}
.menu-inner-wrap-in {
  width: 440px;
}
.menu-inner-wrap-in__ttl {
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.menu-inner-wrap-in-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
}
.menu-inner-wrap-in-list dt {
  width: 60%;
  margin-bottom: 20px;
}
.menu-inner-wrap-in-list dd {
  width: 40%;
 margin-bottom: 20px;
  text-align: right;
}
.menu-inner__close {
  width: 30px;
  height: 30px;
  background-image: url("../img/photo_studio/menu_close.svg");
  position: absolute;
  top: 30px;
  right: 30px;
}

/*---------------------------------------------------------------------------------
OPTION
--------------------------------------------------------------------------------- */
.option {
  padding: 155px 0 225px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 1;
}
.option-list {
  width: 1000px;
  margin: 0 auto;
}
.option-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 76px 52px 56px;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 3px 8px 0px rgba(4, 0, 0, 0.15);
}
.option-list__img {
  width: 210px;
}
.option-list-in {
  width: 660px;
}
.option-list-in__ttl {
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}
.option-list-in__price {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}
.option-list-in__txt {
  font-size: 15px;
  line-height: 2;
}

/*---------------------------------------------------------------------------------
GALLERY 
--------------------------------------------------------------------------------- */
.gallery {
  padding-bottom: 115px;
  background-color: #f4f4f4;
  margin-bottom: 145px;
}
.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;
}

/*---------------------------------------------------------------------------------
STUDIO
--------------------------------------------------------------------------------- */
.studio {
  margin-bottom: 110px;
}
.studio-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;
}
.studio-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;
}
.studio-list li.effect-on::before {
  width: calc(50vw + 138px);
}
.studio-list__img {
  width: 610px;
  position: relative;
  z-index: 2;
}
.studio-list__img .img-box-in::before {
  transition-delay:1000ms;
}

.studio-list-inner {
  width: 500px;
  padding-top: 115px;
}
.studio-list-inner__ttl {
  width: 420px;
  padding-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.studio-list-inner__txt {
  font-size: 15px;
  line-height: 2;
}
.studio-list-inner__more {
  width: fit-content;
  margin-top: 55px;
}
.studio-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;
}
.studio-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:"";
}

.studio-list li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.studio-list li:nth-of-type(odd) .studio-list-inner {
  margin-left: 150px;
}
.studio-list li:nth-of-type(odd)::before {
  left: 50%;
  margin-left: -50vw;
}
.studio-list li:nth-of-type(even)::before {
  right: 50%;
  margin-right: -50vw;
}
.studio-list li:nth-of-type(even) .studio-list-inner {
  margin-right: 150px;
}
.studio-list li:nth-of-type(even) .studio-list-inner__more {
  margin-left: auto;
}

/*---------------------------------------------------------------------------------
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;
}

/*---------------------------------------------------------------------------------
JS
--------------------------------------------------------------------------------- */
.GITheWall ul {
    list-style: none;
    margin: 0px auto;
    text-align: left;
    width: 100%;
}

.GITheWall ul li {
/*    display: inline-block;
    margin: 10px 5px 0px;
    vertical-align: top;
    width: 200px;*/
}

.GITheWall ul li.GI_TW_Selected_Row {
    transition: margin-bottom 0.3s ease-in 0s;
}

.GI_TW_expander {
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0px;
    background: #f4f4f4;
    left: 0px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s ease-in 0s;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 8px 0px;
  margin-bottom: 20px;
}

.GI_TW_expander.animating {
    overflow: hidden !important;
}

.GI_TW_expander.opened {
    overflow: visible;
}

.GI_TW_expander .GI_TW_pointer {
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 15px 9px;
    border-color: transparent transparent #ffffff transparent;
    transition: left 0.3s ease-in 0s;
}

.GI_TW_expander .GI_TW_expander-inner {
    width: 80%;
    height: 510px;
    margin: 0px auto;
    overflow: hidden;
}

.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
    position: relative;
    width: 100%;
    height: 580px;
    margin: 10px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
    position: relative;
}

.GI_TW_expander .GI_TW_Controls {
    z-index: 1;
}

.GI_TW_expander .GI_TW_close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.GI_TW_expander .GI_TW_arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
    display: none;
}

.GI_TW_expander .GI_TW_arrow.GI_TW_next {
    right: 30px;
}

.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
    left: 30px;
}

.GI_TW_expander .GI_TW_loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(221, 221, 221);
    box-shadow: rgb(204, 204, 204) 0px 0px 1px, rgb(204, 204, 204) 15px 30px 1px, rgb(204, 204, 204) -15px 30px 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0px 0px;
    animation: 0.5s ease-in-out 0s infinite normal both running loader;
}

@-webkit-keyframes loader {
    0% {
        background: rgb(221, 221, 221);
    }

    33% {
        background: rgb(204, 204, 204);
        box-shadow: rgb(204, 204, 204) 0px 0px 1px, rgb(204, 204, 204) 15px 30px 1px, rgb(221, 221, 221) -15px 30px 1px;
    }

    66% {
        background: rgb(204, 204, 204);
        box-shadow: rgb(204, 204, 204) 0px 0px 1px, rgb(221, 221, 221) 15px 30px 1px, rgb(204, 204, 204) -15px 30px 1px;
    }
}

@keyframes loader {
    0% {
        background: rgb(221, 221, 221);
    }

    33% {
        background: rgb(204, 204, 204);
        box-shadow: rgb(204, 204, 204) 0px 0px 1px, rgb(204, 204, 204) 15px 30px 1px, rgb(221, 221, 221) -15px 30px 1px;
    }

    66% {
        background: rgb(204, 204, 204);
        box-shadow: rgb(204, 204, 204) 0px 0px 1px, rgb(221, 221, 221) 15px 30px 1px, rgb(204, 204, 204) -15px 30px 1px;
    }
}
