@charset "UTF-8";
/* ==========================================================================
Base
========================================================================== */
/*!
 * @acab/reset.css
 */
 html{
  scroll-behavior: scroll;
 }
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; 
  padding: 0; 
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important; 
}

:where(html) {
  -webkit-text-size-adjust: none; 
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%; 
  block-size: 100dvb; 
  font-family: system-ui, sans-serif; 
  line-height: 1.5; 
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
  color: #000;
}
#equivalence input:-internal-autofill-selected {
 background:#000
}
:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed; 
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  block-size: auto;
  max-inline-size: 100%; /* images should never overflow past the available space */
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word; 
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); 
}

:where(hr) {
  block-size: 0;
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}


/* Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-l);
  -webkit-font-smoothing: antialiased;
  color:#000
}

:where(a) {
  color: var(--color-01-blue);
  text-decoration: none;
}
:where(a):hover {
  text-decoration: none;
}
:where(ol),
:where(ul),
:where(dl) {
  list-style: none;
}

:where(em),
:where(i) {
  font-style: normal;
}

:where(h1),
:where(h2),
:where(h3),
:where(h4),
:where(h5),
:where(h6) {
  font-size: 1.6rem;
  font-weight: normal;
}

:where(p) {
  font-size: 14px;
  font-weight: 400;
  line-height: var(--line-height-m);
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  :where(p) {
    font-size: 15px;
    margin-top: 20px;
  }
}
:where(p).-center {
  text-align: center;
}

:where(em) {
  color: var(--color-01-red);
  font-weight: 500;
}

:where(img) {
  display: block;
  height: auto;
  width: 100%;
}

:where(button) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

:where(input) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:where(textarea) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#equivalence {
  font-size: 15px;
  box-sizing: border-box;
  vertical-align: bottom;
  background: #fff;
}
.pc-only{
  display: none;
}
@media screen and (min-width:768px){
  .sp-only{
    display: none;
  }
  .pc-only{
    display: block;
  }
}
#equivalence .e-header {
  position: relative;
  padding: 0;
  background: #ffffff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "century-gothic", sans-serif;
  font-weight: 800;
}
#equivalence .e-header > h1{
  position: absolute;
  top: 24px;
  left:50%;
  transform:translateX(-50%);
  z-index:10;
  white-space: nowrap;
  width: 45%;
  background: url(https://equivalence.jp/images/logo-white.svg) no-repeat center / contain;
  aspect-ratio: 450 / 59;
}
#equivalence .e-header nav {
  padding: 18px 20px 0;
  background: #0f0f0f;
  font-weight: 790;
  text-align: left;
  position: relative;
  z-index: 10;
}
#equivalence .e-header nav h1 {
  margin: 0 0 20px;
  display: none;
  background: url(https://equivalence.jp/images/logo.svg) no-repeat center/contain;
  aspect-ratio: 450/59;
  width: 90%;
}
  #equivalence .e-header nav h1 span,#equivalence .e-header > h1 span{
  width: 1px;
  height: 1px;
  position: absolute;
padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  }
#equivalence .e-header nav ul {
  display: flex;
  gap: 38px;
  letter-spacing: 0em;
  overflow-y: hidden;
  overflow-x: scroll;
}
#equivalence .e-header nav ul li {
  position: relative;
  text-align: center;
  width: auto;
  font-size: clamp(19px, 2vw, 25px);
}
#equivalence .e-header nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #ffffff;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
#equivalence .e-header nav ul li a {
  color: #Fff;
  font-family: "parastoo", sans-serif!important;
  font-weight: 400;
  font-style: normal;
}
#equivalence .fixed-bt-wrap{
 position: fixed;
 bottom: 25px;
 right: 10px;
 z-index: 1000000;
 opacity: 0;
 display: none;
 transition: 0.3s;
}
#equivalence .fixed-bt-wrap.show {
display: grid;
    justify-content: center;
  opacity: 1;
  animation:fuwa 0.5s forwards; 
}
@keyframes fuwa{
  0%{
    display: none;
  opacity: 0;
    transform:translateX(-20px)
  }
  100%{
    display:block;
    opacity:1;
    transform:translateX(0px)
  }
}
#equivalence .fixed-bt-wrap.fade {
  display: none;
  opacity: 0;
  animation:fuwa-none 0.5s forwards; 
}
@keyframes fuwa-none{
  0%{
    display:block;
    opacity:1
  }
  100%{
    display: none;
    opacity: 0;
  }
}
p.coution {
    text-align: center;
    font-size:13px
}
#equivalence .fixed-bt-wrap .fixed-bt{
  width: 12vw;
  border-radius: 50%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  font-style: normal;
  display: flex;
  aspect-ratio: 1/1;
  max-width: 84%;
  margin: 0 0 0 auto;
  min-width: 48px;
}
#equivalence .fixed-bt-wrap .fixed-bt:first-of-type{
  line-height: 1.0;
  margin: 0 0 10px auto;
}
#equivalence .fixed-bt-wrap .fixed-bt:last-of-type{
  color: #fff;
  letter-spacing: -0.1em;
}
#equivalence .fixed-bt-wrap .fixed-bt:last-of-type span{
  display: block;
  font-size: clamp(13px,1.9vw,18px);
}
#equivalence .fixed-bt-wrap .fixed-bt a{
  padding: 15px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background:#0f0f0f;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "georgiapro", sans-serif;
}
#equivalence .fixed-bt-wrap .fixed-bt:first-of-type a{
  background: #4b4b4b;
  font-size: clamp(14px,3vw,29px);
  line-height: 1.0;
}
#equivalence #hero{
  margin:0 0 70px;
  padding: 70px 0;
  text-align: center;
  background: #0f0f0f;
  z-index: 1000;
  position: relative;
  color: #fff;
}
#equivalence #hero h2{
  margin-bottom:5px;
  font-size: clamp(26px,3.5vw,39px);
  line-height: 2.0;
  writing-mode: rl;
  letter-spacing:0.1em;
  font-family: "tot-shizukamin-stdn", sans-serif!important;
  font-weight: 400;
  font-style: normal;
}
#equivalence .lead-p{
  font-size:15px;
  line-height:1.8;
}

@media screen and (min-width:768px){
  #equivalence #hero{
    margin: 0 0 0px;
    padding: 111px 50px;
  }
      #equivalence .e-header{
    display: grid;
    grid-template-columns: 65% 35%;
    z-index: 1;
  }
  #equivalence .e-header > h1{
    font-size:20px;
    top:20px;
    display: none;
    opacity:0;
    transition:0.3s;
  }
  #equivalence .e-header > h1.active{
    display:block;
    opacity:1
  }
   #equivalence main{
     position:relative;
     z-index:10;
     overflow: hidden;
   }
  #equivalence .e-header nav{
    padding-top:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    right: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
  }
  #equivalence .e-header nav h1 {
    display:block
  }
  .swiper.header-area {
        width: 100%;
        aspect-ratio: 2/3;
    
    }
  #equivalence .e-header nav ul li {
    font-size: clamp(15px,2.5vw,25px);
    line-height: 1.3;
 }
  #equivalence .e-header nav ul li a{
    color:#000
  }
 .swiper.header-area img {
    height: 100%;
    object-fit: contain;
    object-position:top
  }
  #equivalence .e-header nav ul,#equivalence .e-header nav h1{
    max-width:800px;
    margin:0 auto;
    flex-direction: column;
    overflow: visible;
  }
  #equivalence .e-header nav h1{
    margin: 0;
    position: absolute;
    top: 12%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
  }
  #equivalence .fixed-bt-wrap{
    position: fixed;
    bottom:10px;
    right: 21px;
  }
  #equivalence .fixed-bt-wrap .fixed-bt{
    width:10vw;
    max-width: 85px;
  }
  #equivalence .fixed-bt-wrap .fixed-bt{
    width:10vw;
    max-width:85px
  }

}
@media screen and (min-width:1000px){
  #equivalence .e-header nav h1{
    width: 80%;
  }
}

.swiper,.swiper-wrapper,.swiper-slide{
  height:auto;
}
#equivalence .gallery-area{padding: 0 20px 60px 20px;}
#equivalence .gallery-image-wrap{
  position: relative;
}
#equivalence .gallery-image-wrap .gallery-image {
    position: relative;
    width:100%;
    max-width: 800px;
    margin: 0 auto;
}
#equivalence .gallery-image-wrap .gallery-image{
  position:relative;
}
#equivalence .gallery-image-wrap .gallery-image p{font-size: 0.9rem;}
#equivalence .gallery-image-wrap .gallery-image img{
  height: auto;
  margin:0 auto;
}
#equivalence .swiper-button-next,#equivalence .swiper-button-prev{
    width: 32px;
    height: 18px;
    color:#0f0f0f;
    top:auto;
    bottom:0;
    left: 20px;
    font-size: 20px;
}
#equivalence .swiper-button-next{transform: translateX(125%);}
#equivalence .swiper-button-next:after, #equivalence .swiper-button-prev:after {
    content: "＞";
    display: block;
    width: 35px;
    position: absolute;
    font-size: 20px;
    color: #fff;
}
#equivalence .swiper-button-prev:after {
  left: auto;
  transform: scale(-1,-1);
}




#equivalence .conversion-bt{
  margin: 0 auto;
  width: 80%;
  max-width: 350px;
  border-radius: 100vw;
  overflow: hidden;
  font-style: normal;
  background: #fff;
}
#equivalence .conversion-bt a,#equivalence .conversion-bt button{
  padding: 15px 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.0;
}
#equivalence h2{
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.1em;
  position: relative;
  max-width: 800px;
  width: 100%;
  font-size: 5rem;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: clamp(24px,3.3vw,32px);
}
#equivalence .lead-area{
  margin: 0 auto 49px;
  max-width: 556px;
  width: 88%;
  font-family: "tot-shizukamin-stdn", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#equivalence .lead-p{
  margin-top: 20px;
  font-size: 15px;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
span.kome {
    display: block;
    font-size: clamp(11px, 0.8vw, 15px);
}
#photographer .lead-area > p{
  margin: 40px 0 28px;
  font-size: 36px;
  line-height: 1.0;
  position: relative;
  text-align: center;
}
#equivalence .lead-area  .lead-p{
  line-height: 1.9;
  text-align: center;
  margin: 0 auto;
}
#equivalence .lead-area .lead-p br{
  display:none
}
#equivalence #hero .lead-p{
  margin-top:10px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#equivalence #hero .lead-p span {
    font-size: clamp(16px, 2vw, 25px);
    display: block;
    margin: 0px 0 19px;
}
section#about-text {
    margin: 59px auto 94px;
    /* background: #f2f2f2; */
}
.about-wrap {
    padding: 0 31px 70px;
    display: flex;
    /* background: #ededed; */
}
.about-wrap:nth-of-type(3) {
    padding: 0px 31px;
}
.column-wrap{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 26px;
}
.column-wrap > .text-wrap{
  font-family: "tot-shizukamin-stdn", sans-serif;
  letter-spacing: 0.05em;
}
.column-wrap > .text-wrap h3,.notes-wrap > .text-wrap h3{
  font-size: clamp(17px, 3vw, 25px);
  font-weight: 600;
  line-height: 1.8;
  /* letter-spacing: 0.1em; */
  display: inline-block;
  position: relative;
  border-bottom: 1px solid;
  padding: 0 4px 4px;
}
.column-wrap > .text-wrap h3 span{
  font-size:55px;
  font-weight: 600;
  display: block;
  margin: 0 0 24px;
  line-height: 0.7;
  letter-spacing: 0;
}
.column-wrap > .text-wrap p{
  font-size: clamp(14px,2.5vw,19px);
  line-height: 2.0;
}
@media screen and (min-width:768px){
  section#about-text {
    margin: 100px auto 190px;
    /* padding: 80px 50px; */
}
  #equivalence #about-text .lead-area{
    margin-bottom:0
  }
#equivalence .gallery-area {
    margin: 80px 0 0;
    padding: 0 0 60px;
}
  #equivalence h2 span{
  font-size: 40px;
  transform: translateY(25%) translateX(-4%);
  }
  #equivalence .lead-area{
    margin: 0 auto 15vh;
    max-width: 800px;
  }
  #equivalence .lead-p{
    margin-top:40px;
    text-align: center;
    font-size: 19px;
  }
  #equivalence .swiper-button-next,#equivalence .swiper-button-prev{
    bottom:0;
    left: 49.2%;
}
  #equivalence .swiper-button-prev{
  transform: translateX(-80%);
}
#equivalence .swiper-button-next{
  transform: translateX(80%);
}
  .column-wrap{
  padding: 100px 0 0;
  flex-direction:row;
  gap:10%;
  align-items: center;
}
.column-wrap > .text-wrap{
  width: 45%;
}
  .column-wrap > figure{
  width: calc((100% - 45%) - 10%);
}
  #equivalence .lead-area  .lead-p br{
  display:block
  }
  .column-wrap > .text-wrap h3,.notes-wrap > .text-wrap h3{
  font-size: clamp(16px, 2.8vw, 31px);
  padding: 0 28px 4px 0;
  white-space: nowrap;
  }
}


#equivalence #service{
  margin: 0 0 100px;
  padding: 0 20px;
}
#equivalence #service .movie-area,#price .example{
  margin:40px auto 0;
  padding: 25px 0 0;
  display:grid;
  grid-template-columns: 25% 1fr;
  gap: 24px;
  position: relative;
}
#price .example{
  width:90%
}
#price .example > div{
  max-width:800px
}
#price .example p{
  font-size: 7px;
  position: relative;
  font-weight: 600;
  max-width: 300px;
  letter-spacing: 0.2em;
  color: #606060;
  position: sticky;
  top: 35px;
  left: 0;
  height: 70px;
  white-space: nowrap;
}
#equivalence .movie-area div div, #price .example .frame-area > div{
  margin: 0 0 30px;
}
#equivalence .movie-area div div:last-of-type, #price .example .frame-area > div:last-of-type{
  margin:0
}

#equivalence #service .movie-area h3 span,#price .example p span{
  margin: 6px 0 0;
  font-size: 14px;
  display: block;
}
#equivalence #service .hero-area{
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 13px;
}
#equivalence #service .hero-area .swiper-wrapper{
 transition-timing-function: linear;
}
.swiper.gaku-area .swiper-wrapper {
    padding: 0 0 20px;
    position:relative
}
.swiper.gaku-area .swiper-wrapper .swiper-slide.gaku-image-box{
  display:flex;
  gap:10px
}
.swiper.gaku-area .swiper-wrapper .swiper-slide.gaku-image-box .gaku{
  width:calc((100% - 10px) / 2)
}
#equivalence .swiper.gaku-area .swiper-button-next, #equivalence .swiper.gaku-area .swiper-button-prev{
  bottom: 0;
  left: 50%;
  transform:translateX(-50%)
}
#equivalence .swiper.gaku-area .swiper-button-prev::after{
  transform:translateX(-70%) scale(-1,1);
  font-size: 16px;
}
#equivalence .swiper.gaku-area .swiper-button-next::after{
  transform:translateX(70%);
  font-size: 16px;
}
#equivalence .gaku-area .swiper-button-next:after, #equivalence .gaku-area .swiper-button-prev:after{
  color:#333
}
.swiper.gaku-area p{
  text-align: center;
  margin-top:10px;
  font-size: 12px;
}
@media screen and (min-width:768px){
  #equivalence #service{
    margin:0 0 180px;
    padding: 0 50px;
  }
  #equivalence #service .movie-area,#price .example{
  margin:40px auto 0;
  padding: 25px 20px 30px;
  grid-template-columns:30% 1fr;
  gap: 30px;
}
  #equivalence #service .movie-area{
    padding:50px 0;
  }
  #equivalence #service .movie-area h3, #price .example p{
    font-size: 17px;
  }
  #equivalence #service .movie-area h3 span,#price .example p span{
  font-size:11px;
  }
  #equivalence #service .movie-area .movie{
  margin:0 auto;
  }
  #equivalence #service .movie-area div div, #price .example .frame-area > div{
  margin:0 0 50px
  }
  #equivalence #service .hero-area{
  margin: 80px 0 0;
  gap: 30px;
}
  .swiper.gaku-area .swiper-wrapper .swiper-slide.gaku-image-box{
  gap:20px
}
  .swiper.gaku-area .swiper-wrapper .swiper-slide.gaku-image-box .gaku{
  width:calc((100% - 20px) / 2)
}
}




#price{
  padding: 60px 30px 80px;
  background: #f0f0f0;
}
#equivalence #price h2 {margin: 0 auto 37px;}
.size .sample-wrap {
    margin: 50px auto 86px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
}
.size .sample-wrap > .sample{
  padding-right: 13px;
  position: relative;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.size .sample-wrap > .sample > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  aspect-ratio: 466/617;
  width: 72%;
}
.size .sample-wrap > .sample:nth-of-type(1) > div{
  aspect-ratio: 535/644;
}
.size .sample-wrap > .sample .size-text {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    font-weight: 600;
    font-size: 22px;
}
.size .sample-wrap > .sample .sizecm {
    position: absolute;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.size .sample-wrap > .sample .sizecm {
    position: absolute;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    line-height: 1.0;
    color: #5f5f5f;
    font-size: 11px;
    height: 18px;
    z-index: 10;
    width: 100%;
}
.size .sample-wrap > .sample .sizecm::before,.size .sample-wrap > .sample .sizecm::after {
    content: "";
    display: block;
    width: 2px;
    height: 36px;
    background: #8e8e8e;
    position: absolute;
    top: 0;
}

.size .sample-wrap > .sample .size-column.sizecm {
    right: 0;
    top: 0;
    height: 100%;
}
.size .sample-wrap > .sample .size-column.sizecm span{
  position:absolute;
  right:0;
  top:50%;
  transform:rotate(90deg) translateY(-210%) translateX(0%)
}
.size .sample-wrap > .sample .size-row.sizecm {
    bottom: -1px;
    transform: translateY(100%) translateX(-50%);
    left: 50%;
}
.size .sample-wrap > .sample .sizecm span{
    z-index: 1000;
    background: #fff;
    padding: 5px 10px;
    position:relative;
    transform: translateY(5px);
    font-size: 10px;
}
.size .sample-wrap > .sample .sizecm::before,.size .sample-wrap > .sample .sizecm::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #8e8e8e;
    position: absolute;
    top: 0;
    right: 0%;
}
.size .sample-wrap > .sample .sizecm::after {
    top: 0;
    right: auto;
  left:0;
}
.size .sample-wrap > .sample .size-column.sizecm::before{
  right:-20px
}
.size .sample-wrap > .sample .size-column.sizecm::before{
  right: -20px;
  width: 20px;
  height: 1px;
}
.size .sample-wrap > .sample .size-column.sizecm::after{
  top:auto;
  bottom: 0px;
  right: -20px;
  width: 20px;
  height: 1px;
  left: auto;
}

.size .sample-wrap > .sample img{
    object-fit: contain;
    height: 100%;
    position:relative;
}
.size .sample-wrap > .sample > div::before{
  content:"";
  display:block;
  width:100%;
  height: 1px;
  background:#333;
  position:absolute;
  bottom: -10px;
  left: 0;
}
.size .sample-wrap > .sample > div::after{
  content:"";
  display:block;
  height:100%;
  width: 1px;
  background:#333;
  position:absolute;
  top: 0;
  right: -10px;
}
.example-wrap.size {
    margin-top: 100px;
}
.example-wrap h3{
  text-align:center;
  font-size: clamp(16px,3.3vw,23px);
  font-family: "georgiapro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}
.example-wrap p{
  margin:0;
  font-size: 18px;
}
.example-wrap.attention {
    padding: 20px;
    border: 1px solid;
    line-height: 2.3;
}
.frame-color .sample-wrap{
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 35px 35px;
  text-align:center;
}
.example-wrap{/* width:90%; */margin:0 auto;max-width: 600px;}
.example-wrap.frame-color {
    margin: 44px auto 84px;
}
.example-wrap.frame-color.frame {
    margin: 0 auto;
}
.frame-color.frame .sample-wrap{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.frame-color .sample-wrap .sample{
  position:relative
}
.frame-color .sample-wrap .sample span{
  text-align: center;
  font-size: clamp(12px,1.2vw,16px);
  margin-top: 8px;
  display: block;
}
p.coution {
    margin-top: 20px;
    text-align: center;
    font-size:13px
}
#price .plan-list{
  margin: 0 auto;
  padding: 0;
  border-top-right-radius: 30px;
  font-weight: 700;
  font-style: normal;
}
#price .plan-list > li:nth-of-type(2){
  padding: 60px 0 60px;
  margin: 66px 0;
  border-top:1px solid #0f0f0f;
  border-bottom:1px solid
}
#price .plan-list h3{
  margin: 0 auto 30px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  text-align: center;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#price .plan-list > li:last-of-type h3 {
        font-size: 30px;
        font-family: "tot-shizukardmin-stdn", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.1em;
    }
#price .plan-list h3 span{
  font-size: 13px;
  white-space: nowrap;
  margin: 0 8px 0 0;
}
#price .plan-list h3 span.plan-about{
  display:block;
  margin: 13px 0 0;
  font-size: 17px;
}
#price .plan-list .plan{
  width: 81%;
  margin: 0 auto;
  max-width: 400px;
}
#price .plan-list > li .plan-flex:first-of-type{
  margin: 0 0 32px;
  max-width: 95%;
}

#price .plan-list ul.plan-content {
  margin-top: 3px;
  position: relative;
  overflow: visible;
}
#price .plan-list > li:last-of-type ul.plan-content{
  max-width: 480px;
  margin: 0 auto;
  transform: translateX(2%);
  width: 90%;
}
#equivalence #price .plan-list > li.fade-up.option{
   border-top:none;
   padding-top: 0;
   padding: 0 0 84px;
   margin: 55px auto 50px;
   border-bottom: 1px solid;
}
#price .plan-list > li.fade-up.option h3 {
    font-size: 32px;
}
#price .plan-list > li.fade-up.option .plan{
    width: 94%;
    max-width: 600px;
}
#price .plan-list li.fade-up.option ul.plan-price li span span{
    font-size:14px;
    display: block;
    text-align: right;
    margin: 5px 0 0;
}
#price .plan-list li.fade-up.option ul.plan-price.discount li span span{
    font-size:22px;
    display: inline;
}
#price .plan-list li.fade-up.option ul.plan-price li span span::before{
    display:none
}
#price .plan-list ul.plan-content li,.plan-add > p{
  display:flex;
  justify-content:space-between;
  overflow: visible;
  position: relative;
}
#price .plan-list:first-of-type ul.plan-content li:first-of-type{
    margin-bottom: 26px;
  }
#price .plan-list ul.plan-content li > span.kome {
    display: block;
    position: absolute;
    font-size: 13px;
    line-height: 1.0;
    bottom: 0;
    transform: translateY(50%);
}
#price .plan-list ul.plan-content li > span.kome::before,#price .plan-list ul.plan-content li > span.kome::after{
    display:none
}
#price .plan-list ul.plan-content li > span{
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 20px;
  /* font-family: "century-gothic", sans-serif; */
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#price .plan-list ul.plan-content li:last-of-type > span{
  transform: translateX(48%);
}
#price .plan-list li:last-of-type ul.plan-content li:last-of-type > span{
  transform: translateX(0);
}
#price .plan-list li:last-of-type ul.plan-content li:first-of-type > span{
  transform: translateX(-150px);
}
#price .plan-list li:last-of-type ul.plan-content li:first-of-type > span::before {
    content: "¥";
    display: inline;
    transform: rotate(0);
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 3px 0 0;
}
#price .plan-list > li:last-of-type ul.plan-content li:last-of-type > span{
  font-size:17px;
  margin: 0;
}
#price .plan-list ul.plan-content li span::before, #price .plan-list ul.plan-content li span::after{
  content: "";
  display: block;
  width:15px;
  height: 1px;
  background-color: #000000;
  transform: rotate(45deg) translateY(-53%);
  position: absolute;
  top:50%;
  left: -30px;
}
#price .plan-list ul.plan-content li span::after, .plan-add > p span::after{
  transform: rotate(137deg);
  left: -29PX;
  top:49%
}
#price .plan-list > li:last-of-type ul.plan-content li span::before,#price .plan-list > li:last-of-type ul.plan-content li span::after{
  display:none
}
#price .plan-list ul.plan-price li{
  font-size: clamp(14px,2vw,20px);
  line-height: 1.0;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#price .plan-list ul.plan-price.discount li{
  text-align:center
}
#price .plan-list li:last-of-type  ul.plan-price.discount li{
  line-height:1.8
}
#price .plan-list ul.plan-price li span, #price .plan-list ul.plan-price.discount li > span{
  font-size: clamp(24px,4vw,29px);
}
#price .plan-list ul.plan-price.discount li > span{
  display: block;
  margin-top: 9px;
}
#price ul.plan-price li span::before{
  content:"¥";
  margin:0 3px 0 10px;
  font-size: clamp(21px,4vw,26px);
}
#price .plan-list li > .flex-wrap ul.plan-price.discount li span::before{
  content:"";
  display: none;
}
#price .plan-list li > .flex-wrap ul.plan-price.discount li span{
      font-family: "Noto Sans JP", sans-serif;
      font-size: 15px;
}
#price .plan-list > li .plan-flex > div{
    margin: 13px auto 0;
    position: relative;
    width: 100%;
}
.group-wrap {
    margin: 80px 0 0;
    padding: 40px 20px;
    background: #fff;
    display: grid;
    border-radius: 10px;
    gap: 50px;
    /* border: 1px solid; */
}
.group-wrap .plan-add {
    margin: 0;
}
.plan-add {
    margin: 60px 0 0;
}
 .plan-add > p{
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
    text-align: center;
 }
.plan-add > p span{
  font-size:15px;
  margin-left:10px
}
ul.plan-price {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}
ul.plan-price.discount{
  display:block;
}
.plan-list > li:nth-of-type(3) ul.plan-price::before{
  display:none
}
ul.plan-price::before{
    content:"or";
    display: none;
    position:absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1.0;
}
@media screen and (min-width:768px){
  #price{
  margin: 0;
  padding: 80px 0 160px;
}
  #equivalence #price .lead-area {
        margin-bottom: 20vh;
    }
  #price .plan-list{
    padding:0 50px;
  }
  #price .plan-list > li{
  margin: 0px auto;
  position: relative;
  width: 100%;
  font-weight: 600;
  padding: 0 20px;
  max-width: 1000px;
}
  #price .plan-list > li .flex-wrap{
    display:flex;
    gap:30px;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
  }
  #price .plan-list > li .flex-wrap .plan-add{
    margin:0;
    width:calc((100% - 30px) / 2)
  }
  #price .plan-list > li .flex-wrap .plan-add li:last-of-type{
    line-height:1.7;
    font-size:16px
  } 
    #price .plan-list > li:nth-of-type(2),#price .plan-list > li.fade-up.option{
      margin: 20vh auto;
      padding: 20vh 0;
      border-top: 1px solid;
      border-bottom: 1px solid;
  }
  #equivalence #price .plan-list > li.fade-up.option .plan-add .plan-price{
    max-width:400px;
    margin:0 auto
  }
  #equivalence #price .plan-list > li.fade-up.option .group-wrap .plan-add .plan-price{
    max-width:100%
  }
  #price .plan-list > li:nth-of-type(2)::after{
    height: 56.5vh;
 }
#price .plan-list > li .plan-flex  p::before{
  content:"";
  display:block;
  width: 33px;
  height:2px;
  background: #fff;
  position:absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
  #price .plan-list ul.plan-content::before, #price .plan-list .plan-flex > div::after{
  width:2px;
  height: 62%;
}
  #price .plan-list h3{
    font-size: 63px;
    font-size: 60px;
    line-height: 1.0;
    transform: translateX(-7px);
}
  #price .plan-list > li:last-of-type h3{
    font-size: 30px;
  }
  #price .plan-list h3 span{
    font-size: 20px;
  }
  #price .plan-list ul.plan-content{
    font-size: 21px;
  }
  #price .plan-list ul.plan-content li:first-of-type{
    margin-bottom: 6px;
  }
  #price .plan-list ul.plan-content li > span.kome {
    font-size: 18px;
}
  #price .plan-list:first-of-type ul.plan-content li:first-of-type{
    margin-bottom: 26px;
  }
  #price .plan-list ul.plan-content li > span{
    font-size: 25px;
  }
  #price .plan-list > li:last-of-type ul.plan-content{
  max-width: 500px;
  margin: 0 auto;
  transform: translateX(10%);
}
  .plan-add {
    margin: 80px 0 0;
}
  .plan-add > p{
    font-size:20px
  }
  #price .plan-list > li.fade-up.option h3 {
    font-size: 40px;
}
  #price .plan-list > li.fade-up.option .plan{
    width:80%
  }
  #price .plan-list ul.plan-price li span, #price .plan-list ul.plan-price.discount li span{
    display:inline
  }
  #price .plan-list li.fade-up.option ul.plan-price li span span{
    display:inline
  }
  .example-wrap{
  padding: 30px 8% 0;
  max-width: 100%;
}
  .size .sample-wrap{
    margin-top:50px;
    margin-bottom: 100px;
  }
  .gaku-sample-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10%;
    align-items: flex-start;
}

.gaku-sample-wrap .swiper {
    width: 100%;
}
  .frame-color .sample-wrap{
  margin: 55px 0 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 49px;
  text-align:center;
}
.frame-color.frame .sample-wrap{
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
  .example-wrap.frame-color {
    margin: 0 auto 16%;
    padding: 0 5%;
}
  .size .sample-wrap > .sample > div {
  width: 60%;
}
.size .sample-wrap > .sample .size-text {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    font-weight: 600;
    font-size: 22px;
}
  .size .sample-wrap > .sample .size-column.sizecm span,.size .sample-wrap > .sample .sizecm span {
    font-size:15px
  }
  #price .plan-list ul.plan-content li > span.kome {
    font-size: 18px;
 }
   .plan-add > p{
    margin: 0 0 20px;
 }
}




#flow{
  background:#333;
  padding: 40px 0 0;
  color: #fff;
}
#equivalence #flow .lead-area{
  margin: 0 auto;
}
#equivalence #flow h2{
  margin:0
}
#flow ol{
  margin-top: 9px;
}
#flow li{
  padding: 68px 34px 93px;
  position: relative;
}
#flow li:nth-of-type(2){
  padding: 82px 34px 93px;
  background:#4e4e4e;
}
#flow li:nth-of-type(3){
      padding: 82px 34px 93px;
  background:#787878;
}
#flow li::before{
  content: "01";
  display: block;
  font-size: 31vw;
  line-height: 1.0;
  /* z-index: 0; */
  letter-spacing: -0.05em;
  opacity: 0.1;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  transform: translateX(-25%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
#flow li:nth-of-type(2)::before{
  content: "02";
}
#flow li:nth-of-type(3)::before{
  content: "03";
  transform: translateX(-12%) translateY(-11%);
}
#flow li:nth-of-type(2)::after,#flow li:nth-of-type(3)::after{
  content: "";
  display: block;
  width: 50%;
  height: 20px;
  position: absolute;
  right: 0;
  top:0;
  transform: translateY(-50%);
  z-index: 1;
  background:#4e4e4e;
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
}
#flow li:nth-of-type(3)::after{
  background: #787878;
}
#flow li > span{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
}
#flow li:nth-of-type(2) > span::after,#flow li:nth-of-type(3) > span::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:19px;
  transform: translateY(-100%);
  z-index: 10;
  background:#4e4e4e;
  height: 31px;
  width: 50%;
  clip-path: polygon(100% 100%, 0 40%,100% 0);
}
#flow li:nth-of-type(2) > span::after{
  background:#333;
}
#flow li .inner{
  width:100%;
  position: relative;
  z-index: 102;
}
#flow li h3{
  margin: 0 0 30px;
  font-size: clamp(19px,3.3vw,27px);
  font-weight: 600;
  position:relative;
  z-index: 1;
  letter-spacing: 0.2em;
  max-width: 800px;
  font-family: "tot-shizukamin-stdn", sans-serif;
}
#flow li p{
  line-height: 1.9;
  position:relative;
  z-index: 1;
  font-size: 15px;
  letter-spacing: 0.05em;
}
#flow li p > span{
  margin: 10px 0 0;
  font-size: 13px;
  display: block;
}
#flow li p > span > span{
  margin: 2px 0 0;
  font-size: 13px;
  display: block;
}
#flow li p > span > span:first-of-type{
  margin: 0;
}
#equivalence #flow .conversion-bt{
  margin: 15px auto 0;
  max-width: 400px;
  z-index: 10000;
  position: relative;
}
#equivalence #flow .conversion-bt.attention{
  margin: 50px auto 0;
  font-size: 11px;
  z-index: 1000;
}
#equivalence #flow .conversion-bt a{
  padding: 10px 10px;
  color: #000000;
  font-family: "tot-shizukamin-stdn", sans-serif;
}
@media screen and (min-width:768px){
  #equivalence #flow{
    padding: 100px 0 0;
  }
  #flow ol{
  margin-top: 50px;
  }
  #equivalence #flow ol li:last-of-type{
  padding: 142px 20px 131px;
  }
  #flow li{
  padding: 82px 34px 123px;
  grid-template-columns: 20% 1fr;
  gap: 50px;
 }
  #flow li:nth-of-type(2) {
    padding: 115px 34px 103px;
}
  #flow li .inner{
  max-width:700px;
  margin: 0 auto;
}
  #flow li h3{
    font-size: clamp(24px,3.3vw,32px);
    margin: 0 auto 31px;
    white-space: nowrap;
  }
  #flow li::before{
  font-size: 20vw;
  line-height: 1.0;
  font-weight: 300;
  transform: translateY(25%) translateX(-20%);
 }
    #flow li:nth-of-type(2)::before{
  transform: translateX(-32%) translateY(40%);
}
  #flow li:nth-of-type(3)::before{
  transform: translateX(-12%) translateY(31%);
}
  #flow li p{
    font-size:18px;
    max-width: 800px;
    margin: 0 auto;
    width: auto;
    transform: translateX(0);
  }
  #equivalence #flow .conversion-bt.attention{
    font-size:20px;
    letter-spacing:0.1rem;
  }
  #equivalence #flow .conversion-bt{
    margin-top:30px
  }
}


#notes {
    padding: 70px 30px;
    background: #f3f3f3;
}
#notes .notes-wrap:last-of-type {
  margin: 0 0 0;
  padding: 108px 0 0;
}
.notes-wrap > .text-wrap h3 span{
  position:absolute;
  left: -16px;
  transform: translateX(-100%) rotate(-13deg);
  font-size: 24px;
}
#notes .notes-wrap .text-wrap {
    margin: 0 auto 30px;
    text-align: center;
    max-width: 600px;
}
#notes .notes-wrap .text-wrap p > br:first-of-type{
  display:none
}
#notes .notes-wrap figure {
    max-width: 100%;
    margin: 0 auto;
}
#notes .notes-wrap > .movie video{
  width:100%
}
@media screen and (min-width:768px){
  #notes{
    margin: 0 0 140px;
    padding: 10% 50px 160px;
  }
  #equivalence #notes .lead-area{
    margin:0 auto 0;
  }
  #notes .notes-wrap:last-of-type {
  padding: 18% 0 0;
}
  #notes .notes-wrap .text-wrap{
    margin: 0 auto 45px;
    text-align: center;
    max-width: 600px;
  }
  #notes .notes-wrap figure{
    max-width:500px
  }
  #notes .notes-wrap .movie{
    max-width:700px;
    margin:0 auto
  }
}

section#frame{
    padding: 110px 21px;
}
@media screen and (min-width:768px){
  section#frame{
    padding: 0 50px 140px;
  }
  #equivalence section#frame .example-wrap.frame-color.frame{
    padding-top:0
  }
  #equivalence section#frame .example-wrap.frame-color.frame .sample-wrap{
    margin-top:0
  }
}

#photographer{
  margin: 0 0 0;
  padding: 60px 0;
  border-top-right-radius: 10vw;
  background-color: #fff;
  position: relative;
}

#photographer h2 span{
  font-size:2.2rem
}
#equivalence #photographer .lead-area .lead-p{
  font-size: clamp(14px,1.2vw,19px);
}
#photographer .photographer-wrap{
  margin: 84px auto 30px;
  align-items: flex-end;
  position: relative;
  max-width: 400px;
  gap: 6%;
  width: 60%;
}
figcaption {
    text-align: center;
    justify-content: center;
    margin-bottom: 11px;
    position: relative;
    display: flex;
    gap: 17px;
}

figcaption::before,figcaption::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: #0f0f0f;
    transform: rotate(30deg) translateY(7px);
}

figcaption::before {
    transform: rotate(-30deg) translateY(6px);
}
#photographer .lead-area p span{
  margin: 10px 0 0;
  font-size: 19px;
  display: block;
  width: -webkit-fill-available;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #424242;
}
#photographer .photographer-area{
  margin: 0 0 51px;
  padding: 0 0 0 40px;
  display: none;
}
#photographer .photographer-area::before{
  content:"WORKS";
  border: aliceblue;
}
#photographer .photographer-area p{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap:10px;
  width: 100%;
}
#photographer .photographer-area p span:nth-of-type(1){
  font-size: 10px;
  width:70px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#photographer .photographer-area p span:nth-of-type(2){
 font-weight: 600; 
  width: calc((100% - 70px) - 10px);
  text-align: right;
}
#photographer .photographer-wrap .people-wrap {
    margin: 10px 0 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    max-width: 359px;
    width: 101%;
    transform: translateX(-1%);
}
#photographer .photographer-wrap .people-wrap p {
  white-space:nowrap;
  margin: 0;
  font-size:11px
}
#photographer .photographer-wrap .people-wrap p span {
    font-size: 7px;
    margin: 0 5px 0 0;
    display: block;
}
#equivalence #photographer .conversion-bt{
  border: 2px solid;
  max-width: 254px;
  margin: 30px auto 0;
  height: auto;
}
#equivalence #photographer .conversion-bt a{
  padding: 10px 0;
  background-color: #fff;
  color: #0f0f0f;
}
@media screen and (min-width: 768px){
  #photographer{
    padding: 100px 50px;
  }
  #equivalence #photographer .lead-area .lead-p{
    font-size:1.7rem
  }
  #equivalence #photographer h2 span{
    font-size:30px
  }
  #photographer .photographer-wrap{
    margin: 63px auto 50px;
    width:100%
  }
  #photographer .photographer-wrap > p::before{
    font-size: 12px;
    letter-spacing:0.3rem;
    line-height:1.0;
    transform: translate(0%, -208%);
    padding: 0;
    box-sizing: border-box;
  }
  #photographer .photographer-wrap .people-wrap{
    align-items:flex-end;
    transform: translateX(0);
    width: 100%;
    margin: 16px auto 0;
  }
  #photographer .photographer-wrap p {
    font-size: 43px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin: 0;
  }
  #photographer .photographer-wrap .people-wrap p{
    font-size: 13px;
    margin: 0 5px 0 0;
    display: block;
}
#photographer .photographer-wrap .people-wrap p span {
    font-size: 11px;
    margin: 0 5px 0 0;
    display: block;
}
}

#equivalence  #faq{
  margin: 0 auto;
  padding: 50px 20px 100px;
  background:#5c5c5c;
  color: #fff;
}
#equivalence  #faq dl {
  margin: 30px auto 0;
  max-width: 800px;
}
#equivalence  #faq dt {
  padding: 1rem 1.5em;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#equivalence  #faq dt span{
  margin: 0 11px 0 0;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  font-size: clamp(14px,1.8vw,19px);
  line-height: 1.0;
  letter-spacing: 0.05em;
}
#equivalence  #faq dt::after ,#equivalence  #faq dt::before{
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 10px;
  height:2px;
  background:#fff;
}
#equivalence  #faq dt::after{
  transform: translateY(-50%) rotate(90deg);
}
#equivalence  #faq dt.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#equivalence  #faq dd {
  padding: 0 20px;
  background-color: #f0eeee;
  position: relative;
  z-index: 0;
  color: #333;
  border-radius: 5px;
  border-top-right-radius: 2vw;
  overflow: hidden;
  height: 0;
  transition: 0.3s ease;
}
#equivalence #faq dd.active{
    margin: 10px 0 40px;
    padding: 15px 20px;
    height: auto;
}
#equivalence  #faq dd::before{
  content: "A.";
  display: flex;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  font-size: 70px;
  position: absolute;
  bottom:0;
  left: 0;
  z-index: -1;
  transform: translateY(50%);
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f8f8f8;
}
.shooting-area-image {
    margin: 30px auto 0;
    max-width: 500px;
}
@media screen and (min-width:768px){
  #equivalence  #faq{
  margin: 0 auto 100px;
  padding: 80px 50px 300px;
}
#equivalence  #faq dl {
  margin: 60px auto 0;
  max-width: 800px;
}
#equivalence  #faq dt {
  padding: 2rem 0;
  font-size: 20px;
}
  #equivalence #faq dt span{
    margin-right:18px
  }
#equivalence #faq dd,#equivalence #faq dd p {
  padding: 0 38px;
  font-size: 1.9rem;
}
#equivalence  #faq dd.active {
  margin: 10px 0 40px;
  padding: 35px 38px;
}
#equivalence  #faq dd::before{
  content: "A.";
  display: flex;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  font-size: 9vw;
  position: absolute;
  bottom:0;
  left: 0;
  z-index: -1;
  transform: translateY(50%);
  font-style: normal;
  color: #f8f8f8;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  line-height: 1.3;
} 
#equivalence #faq dt::after{
  font-size:20px
}
  #equivalence  #faq dt::after ,#equivalence  #faq dt::before{
  width:20px;
  height:2px;
}
}



#equivalence  #contact{
  background-color: #fff;
  padding: 50px 26px;
}
#equivalence  #contact h2{
  margin-bottom:30px;
  padding: 0 0 0 10px;
  line-height: 1.5;
}
#equivalence  #contact h2 span{
  transform: translateY(20%) translateX(-4%);
}
#equivalence  #contact .contact{
  margin: 30px auto 0;
  padding: 15px 10px 20px;
  /* border: 1px solid; */
  text-align: center;
  max-width: 900px;
  background: #d6d6d6;
  color: #000000;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
#equivalence  #contact .contact .contact-mail{
  padding: 0 25px 0 0;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin: 0;
}
#equivalence  #contact .contact .contact-mail::before{
  content: "";
  display: block;
  border: 1px solid;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
#equivalence  #contact .contact .contact-mail::after{
  content: "←";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -10px;
  bottom: 55%;
  transform: translateY(50%) rotate(135deg);
  font-size: 15px;
}
.entry-item input[type="text"],
.entry-item select {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  height: 46px;
  background:#fff
}

#pet-other {
  margin-top: 8px;
}

@media screen and (min-width:768px){
  #equivalence  #contact{
    margin: -35vh 0 0;
    padding: 80px 50px;
  }
  
}


#equivalence  footer{
  padding: 10px 10px 20px;
  background-color: #fff;
  text-align: center
}
#equivalence  #contact .entry-form{
  margin-top: 40px;
}
#equivalence  #contact .entry-form .entry-list{
  margin:0 auto 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
}
#equivalence #contact .entry-form .entry-list .entry-item#mail input:last-of-type,#equivalence #contact .entry-form .entry-list .entry-item#group-details input:last-of-type{
  margin-top: 12px;
}

#equivalence #contact .entry-form .entry-list .entry-item.titlecenter label{
  width: 100%;
  max-width: 90%;
  text-align: center;
  min-width: stretch;
  height: auto;
  white-space: normal;
  margin: 0 auto 5px;
}
#equivalence #contact label a{
  color:#b80606;
  text-decoration: none;
}
#equivalence select {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-appearance: none;
  appearance: none;
}
label span {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    color: #b80606;
    word-break: break-all;
}
label span a{
  color: #b80606;
}
label span span,label span span.pc-only{
  display:inline
}
#equivalence  #contact .entry-form .entry-list .entry-item{
    flex-direction: column;
    position: relative;
}
li.entry-item.extra-pet-row:nth-of-type(n+2) {
    margin-top: 74px;
}
.extra-pet-row.is-visible {
  display: grid!important;
}
#equivalence  #contact .entry-form .entry-list .entry-item label{
    font-size: clamp(12px,2.2vw,16px);
    display: block;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;

}
#equivalence #contact .entry-form .entry-list .entry-item input,#equivalence #contact .entry-form .entry-list .entry-item input.cur-year, #equivalence #contact .entry-form .entry-list .entry-item > select, #equivalence #contact .entry-form .entry-list .entry-item textarea{
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #8b8b8b;
  background: #fff;
  width: 100%;
}
#equivalence #contact .entry-form .entry-list .entry-item  #time{
  width:100%
}
#equivalence  #contact .entry-form .entry-list .entry-item input#pet-other{
  height:100px
}
#equivalence  #contact .entry-form .entry-list .entry-item input#date{
  height:0;
  border:none;
  width: 0;
  overflow: hidden!important;
  display: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  display:block
}
#equivalence  #contact .entry-form .entry-list .entry-item textarea{
  height: 150px;
  width: 100%;
}
#equivalence .entry-form .conversion-bt button{
  background:#0f0f0f;
  color: #fff;
}
button.remove-pet {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 5px;
    width: 150px;
    border-radius: 100vh;
    margin: 0 auto;
    background: #605c5c;
    color: #fff;
}

button#add-pet {
    border: 1px solid;
    display: inline-block;
    padding: 5px;
    width: 150px;
    border-radius: 100vh;
    margin: 0 auto;
    transform: translateX(50%);
}
@media screen and (min-width:768px){
  #equivalence  #contact .entry-form .entry-list .entry-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:3%;
  flex-direction: row;
  }
  #equivalence #contact .entry-form .entry-list .entry-item.three-column, #equivalence #contact .entry-form .entry-list #extra-pets .entry-item{
    grid-template-columns: 150px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    display: grid;
    position: relative;
  }
  #equivalence #contact .entry-form .entry-list .entry-item#group-details{
    grid-template-columns: 150px 1fr;
    display: grid;
    gap: 0 20px;
  }
  #equivalence #contact .entry-form .entry-list .entry-item#mail input{
    grid-column: 2/8;
    width: 100%;
    display: block;
  }
    #equivalence #contact .entry-form .entry-list .entry-item.three-column label, #equivalence #contact .entry-form .entry-list #extra-pets .entry-item label, #equivalence #contact .entry-form .entry-list .entry-item#group-details label, #equivalence #contact .entry-form .entry-list .entry-item#mail label{
    grid-column: 1/2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    display: block;
  }
  #equivalence #contact .entry-form .entry-list #extra-pets .entry-item label{
    grid-row-end: 6;
  }
  #equivalence #contact .entry-form .entry-list .entry-item.three-column input, #equivalence #contact .entry-form .entry-list #extra-pets .entry-item input, #equivalence #contact .entry-form .entry-list .entry-item#group-details input{
    grid-column: 2/8;
    width: 100%;
  }
    #equivalence #contact .entry-form .entry-list .entry-item.titlecenter{
    flex-direction:column
  }
  #equivalence #contact .entry-form .entry-list .entry-item:nth-of-type(9) > select{
    width:100%
  }
  #equivalence #contact .entry-form .entry-list .entry-item:nth-of-type(10) label{
    margin-bottom:10px;
  }
  #equivalence #contact .entry-form .entry-list .entry-item.titlecenter{
    width:auto;
  }
  #equivalence #contact .entry-form .entry-list .entry-item:has(#date){
    gap: 18px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
    #equivalence  #contact .entry-form .entry-list .entry-item label{
    max-width: 150px;
    width: 20%;
    min-width: 79px;
      display:inline-block
  }
    #equivalence #contact .entry-form .entry-list .entry-item input,#equivalence #contact .entry-form .entry-list .entry-item input.cur-year, #equivalence #contact .entry-form .entry-list .entry-item > select, #equivalence #contact .entry-form .entry-list .entry-item textarea{
    width: calc((100% - 23%) - 3%);
    
  }
  .extra-pet-row.is-visible {
  display: grid!important;
  grid-template-columns: 150px 1fr;
}
.extra-pet-row.is-visible label.pet-label {
    grid-column: 1/2;
}

.extra-pet-row.is-visible input {
    grid-column: 2/3;
    width: 100%!important;
}
  .extra-pet-row.is-visible button.remove-pet{
  transform:translateY(100%);
  bottom:-10px
}
}

#equivalence .flatpickr-calendar.animate.inline {
    margin: 0;
    padding: 33px 7px;
    position: relative;
    width: 104%;
    border: 1px solid #8b8b8b;
    box-shadow: none;
    border-radius: 0;
    max-height: 100%;
    transform: translateX(-2%);
}
#equivalence .flatpickr-rContainer {
    width: 100%;
}
#equivalence .flatpickr-days, #equivalence .flatpickr-days .dayContainer {
width: 100%;
    max-width: 100%;
    min-width: 100%;
    gap: 10px;
    height: auto;        /* ← ここ変更 */
    min-height: 550px;  
}
#equivalence span.flatpickr-day {
    width: calc((100% - 60px) /7);
    min-width: calc((100% - 60px) /7);
    max-width: calc((100% - 60px) /7);
    flex: 1;
    border-radius: 0;
    position: relative;
    margin-bottom: 5px;
    height: auto;
}
#equivalence .flatpickr-day.selected{
  border:none;
  background:transparent
}
#equivalence .flatpickr-day.selected::before{
  width: 37px;
  height: 37px;
  border-radius:50%;
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:-1;
  background:#000;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#equivalence .flatpickr-day:hover{
  background:transparent;
  border:none
}
/* 翌月・前月の日付を完全に無効化し、高さを出さない */
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    visibility: hidden;    /* 見えなくする */
    pointer-events: none;  /* クリック禁止 */
    max-height: 0;         /* 高さを取らないように指示 */
    margin: 0;             /* 余白をゼロに */
}

/* カレンダー全体の高さを中身に合わせる */
.flatpickr-calendar.inline {
    height: auto !important;
}

/* 曜日のズレを防ぐためのグリッド維持（念のため） */
.flatpickr-days {
    width: 100%;
}
.dayContainer {
    min-width: 100%;
    max-width: 100%;
}
span.flatpickr-day.flatpickr-disabled.fully-booked .time-labels{
  display:grid!important;
}
.flatpickr-day.flatpickr-disabled .time-labels{
  display:grid
}
.time-labels {
    font-size: 9px;
    line-height: 1.0;
    display: grid;
    width: 100%;
    gap: 2px;
    margin-top: 3px;
}

.time-tag {
    padding: 6px 3px;
    background: #ffffff;
    color: #000;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid;
}
.time-tag:last-of-type{
  padding:3px 3px 0;
  border:none;
}
.time-tag.booked,.flatpickr-day.flatpickr-disabled .time-tag{
    color: #b3b3b3;
}
.time-tag::before{
  content:"⚪︎";
  font-size:15px;
  display: block;
}
.time-tag.booked::before,.flatpickr-day.flatpickr-disabled .time-tag::before{
  content:"×";
  font-size:15px
}
#equivalence .flatpickr-day.fully-booked {
    pointer-events: none;
    background:transparent;
    color: #d0d0d0;
}
#equivalence .flatpickr-day.fully-booked::before{
  width:40px;
  height:40px;
  border-radius:50%;
  content:"";
  display: none;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index:-1;
  background: #9d9d9d;
}
#equivalence .flatpickr-current-month {
    left: 50%;
    padding: 0;
    width: auto;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
#equivalence .flatpickr-current-month .numInputWrapper{
  display:none
}
#equivalence .flatpickr-months .flatpickr-prev-month, #equivalence .flatpickr-months .flatpickr-next-month {
    top: 30px;
    transform: translateY(-16%);
}
#equivalence .flatpickr-day.today{
  border:none
}
#equivalence #contact .entry-form .entry-list .entry-item#group-details .kome {
    width: 100%;
    display: block;
    text-align: center;
}
@media screen and (max-width:769px){
 label span span.pc-only{
    display:none
  }
  li#extra-pets li {
      position: relative;
  }

  li#extra-pets {
      display: flex;
      flex-direction: column;
      gap: 64px;
  }
  button.remove-pet {
    position: absolute;
    bottom: -9px;
    left: 50%;
    padding: 5px;
    width: 150px;
    border-radius: 100vh;
    margin: 0 auto;
    background: #605c5c;
    color: #fff;
    transform: translate(-50%,100%);
}
button#add-pet {
        margin: 27px auto 0;
        transform: translateX(0%);
    
    }
}
@media screen and (min-width:768px){
  #equivalence  #contact .entry-form{
    margin-top: 60px;
  }
  #equivalence  #contact .entry-form .entry-list .entry-item{
  gap:20px;
}
  #equivalence #contact .entry-form .entry-list .entry-item.three-column{
    grid-template-columns: 150px 1fr;
  }
  #equivalence  #contact .entry-form .entry-list .entry-item#mail{
  display: grid;
  width: 100%;
  grid-template-columns: 150px 1fr;
}
  #equivalence #contact .entry-form .entry-list .entry-item:has(#date){
  justify-content:flex-start
}
  #equivalence  #contact .entry-form .entry-list .entry-item label{
  width:150px;
  text-align: left;
}
  #equivalence #contact .entry-form .entry-list .entry-item.titlecenter label{
  width: 220px;
  font-size: 16px;
}
#equivalence #contact .entry-form .entry-list .entry-item input, #equivalence #contact .entry-form .entry-list .entry-item > select, #equivalence #contact .entry-form .entry-list .entry-item textarea{
  height: 50px;
  padding: 0 20px;
  width:calc((100% - 150px) - 20px);
}
  #equivalence #contact .entry-form .entry-list .entry-item:last-of-type textarea{
    height:150px;
    width: 100%;
  }
  .time-labels {
    font-size: 9px;
    grid-template-columns: repeat(2,1fr);
    gap: 2px;
    margin-top: 2px;
}
  #equivalence .flatpickr-calendar.animate.inline {
    padding: 33px 20px;
}
  #equivalence .flatpickr-days, #equivalence .flatpickr-days .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    gap: 10px;
}
  .time-tag{
    border:none
  }
}

.fade-up,.scale,.slide-right,.slide-left,.slide-down {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease-out,
    transform 1.24s ease-out;
  will-change: opacity, transform;
}
.fade{
  opacity: 0;
  transition:opacity 0.8s ease-out;
  will-change: opacity;
}

.scale{
  transform: scale(0);
}
.slide-right{
  transform: translateX(80px);
}
.slide-left{
  transform:  translateX(-80px);
}
.slide-down{
  transform:  translateY(-80px) scale(0.8);
}
.fade.is-visible{
  opacity: 1;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.scale.is-visible{
  opacity: 1;
  transform: scale(1);
}
.slide-right.is-visible,.slide-left.is-visible{
  opacity: 1;
  transform: translateX(0px);
}
.slide-down.is-visible{
  opacity: 1;
  transform: translateY(0px) scale(1);
}
.show-left{
  opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path 0.6s cubic-bezier(0, 0.08, 1, 1.1);
}
.show-left.is-visible {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* 遅延用（JSいらず） */
.fade-up.delay {
  transition-delay: 0.2s;
}
.fade-up.delay02 {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px){
	.fade-up.delay {
  transition-delay: 0;
}
.fade-up.delay02 {
  transition-delay: 0;
}
}
@keyframes fuwa{
    0%{
        opacity:0
    }
    100%{
        opacity:100%
    }
}    


.modal{
display:none;
position:fixed;
z-index:999;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
justify-content:center;
align-items:center;
}

.modal-content{
  background:#fff;
  padding:30px;
  border-radius:8px;
  width: 90%;
  max-width:600px;
  position:relative;
  height: 80vh;
}
.modal-content img{
  height:100%;
  width:100%;
  object-fit:contain
}
button.open-modal {
    position: absolute;
    bottom: 18px;
    right: -10px;
    background: #000000a8;
    border-radius: 50%;
    font-size: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
button.open-modal::before,button.open-modal::after{
  content:"↑";
  display: block;
  position:absolute;
  transform:rotate(45deg);
  top:7px;
  right:7px;
  font-size: 10px;
  line-height:1.0
}
button.open-modal::after{
  content:"↓";
  bottom:7px;
  left:7px;
  top:auto;
  right:auto;
}
@media screen and (min-width: 768px){
  button.open-modal {
      width: 46px;
      height: 46px;
  }
  button.open-modal::before,button.open-modal::after{
    top:10px;
    right:10px;
    font-size: 13px;
    line-height:1.0
  }
  button.open-modal::after{
    bottom:10px;
    left:10px;
    top:auto;
    right:auto;
  }
}
.close{
  position:absolute;
  top: 6px;
  right:15px;
  font-size: 38px;
  cursor:pointer;
  line-height: 1.0;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* =========================
Safari対策まとめ
========================= */

/* ① gap fallback */
@supports not (gap: 1rem) {
  .container,
  #equivalence .movie-area,
  #equivalence #service .hero-area,
  .frame-color .sample-wrap,
  .group-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .container > *,
  #equivalence .movie-area > *,
  #equivalence #service .hero-area > *,
  .frame-color .sample-wrap > *,
  .group-wrap > * {
    margin: 10px;
  }
}

/* ② dvb対策 */
html, body {
  height: 100%;
}

/* ③ stickyバグ対策 */
#equivalence .e-header nav {
  overflow: visible;
}

/* ④ aspect-ratio fallback */
.fixed-bt,
.size .sample-wrap > .sample > div {
  height: auto;
}

.fixed-bt::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* ⑤ grid fallback（重要） */
@supports not (display: grid) {
  #equivalence .movie-area,
  #equivalence #service .hero-area,
  .frame-color .sample-wrap,
  .group-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

/* ⑥ Safari専用ハック */
@supports (-webkit-touch-callout: none) {
  /* iOS Safari専用 */

  /* grid gap補強 */
  #equivalence .movie-area {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }

  /* sticky安定化 */
  #equivalence .e-header nav {
    position: -webkit-sticky;
    position: sticky;
  }

  /* スクロール改善 */
  body {
    -webkit-overflow-scrolling: touch;
  }
}
