@charset "UTF-8";
/* ==========================================================================
Base
========================================================================== */
/*!
 * @acab/reset.css
 */
*,
*::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; 
}

: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;
}

:root {
  --color-00_black: #000000;
  --color-00_white: #ffffff;
  --color-00-main: #fdfe3c;
  --color-00-gray: #3c3c3c;
  --color-01_black: #505050;
  --color-01_white: #f2f2f2;
  --color-01-red: #e51616;
  --color-01-yellow: #fff350;
  --color-01-gray: #92a5b1;
  --color-01-blue: #1563f5;
  --color-02-red: #910404;
  --color-02-gray: #888888;
  --line-height-xl: 3;
  --line-height-l: 2;
  --line-height-m: 1.75;
  --line-height-s: 1.5;
  --line-height-xs: 1.3;
  --letter-spacing-l: 0.12em;
  --letter-spacing-m: 0.08em;
  --letter-spacing-s: 0em;
}

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

body {
  color: var(--color-00_black);
  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;
}

::-moz-selection {
  color: var(--color-00_white);
}

::selection {
  color: var(--color-00_white);
}

: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;
  background-color: var(--color-00_white);
  border: 1px solid var(--color-01_black);
}

:where(textarea) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-00_white);
  border: 1px solid var(--color-01_black);
}
#equivalence {
  font-size: 15px;
  box-sizing: border-box;
  vertical-align: bottom;
  /* overflow: hidden; */
}
#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;
}
#equivalence .e-header nav {
  margin-top:-20vw;
  padding: 40px 20px 0;
  background: #fff;
  color: #000;
  font-weight: 790;
  text-align: left;
  border-top-right-radius: 20vw;
  position: relative;
  z-index: 10;
}
#equivalence .e-header nav h1 {
  margin: 0 0 20px;
  font-size: 2.4rem;
}
#equivalence .e-header nav ul {
  display: flex;
  gap: 38px;
  letter-spacing: 0em;
}
#equivalence .e-header nav ul li {
  position: relative;
  text-align: center;
  width: auto;
  font-size: 1.5rem;
}
#equivalence .e-header nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#equivalence .e-header nav ul li a {
  color: #000;
    font-family: "parastoo", sans-serif!important;
font-weight: 400;
font-style: normal;
}
#equivalence .fixed-bt-wrap{
 position: fixed;
 bottom:10px;
 right: 6px;
 z-index: 1000000;
 opacity: 0;
 display: none;
 transition: 0.3s;
}
#equivalence .fixed-bt-wrap.show {
  display: block;
  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;
  }
}
#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-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  aspect-ratio: 1/1;
}
#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{
  margin-top: -16px;
  display: block;
  font-size: 1.9vw;
}
#equivalence .fixed-bt-wrap .fixed-bt:last-of-type::before{
  content: "";
  display: block;
  width: 2.3vw;
  height: 3.5vw;
  border-bottom: 2px solid;
  border-right: 2px solid;
  color: #fff;
  position: absolute;
  transform: rotate(45deg) translate(53%,23%);
}
#equivalence .fixed-bt-wrap .fixed-bt:last-of-type::after{
  content: "";
  display: none;
  width: 90%;
  border: 2px solid;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
#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:#000;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#equivalence .fixed-bt-wrap .fixed-bt:first-of-type a{
  background: #616161;
  font-size: 5vw;
  line-height: 1.0;
}
#equivalence #hero{
  margin:0 0 70px;
  padding: 70px 0 0;
  text-align: center;
  background: #fff;
  z-index: 1000;
  position: relative;
}
#equivalence #hero h2{
  margin-bottom:5px;
  font-size: 26px;
  line-height: 2.0;
  writing-mode: rl;
  letter-spacing:0.1em;
}
#equivalence .lead-p{
  font-size:15px;
  line-height:1.8;
}
@media screen and (min-width:768px){
  #equivalence #hero{
    margin: 0 0 0px;
    padding: 108px 50px 0;
  }
  #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
   }
  #equivalence .e-header{
    display: grid;
    grid-template-columns: 65% 35%;
    z-index: 1;
  }
  #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;
    font-family: "parastoo", sans-serif;
font-weight: 400;
font-style: normal;
  }
  .swiper.header-area {
    width: 100%;
 }
  #equivalence .e-header nav ul li {
  font-size: 30px;
 }
 .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;
  }
  #equivalence .e-header nav h1{
    margin: 0;
    position: absolute;
    top: 10%;
    left: 50%;
    font-size: 49px;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
  }
  #equivalence .e-header nav h1 span {
    margin: 0 10px 0 0;
    font-size: 27px;
}
  #equivalence .fixed-bt-wrap{
 position: fixed;
 bottom:10px;
 right: 21px;
}
  #equivalence .fixed-bt-wrap .fixed-bt{
    width: 7vw;
  }
  #equivalence .fixed-bt-wrap .fixed-bt:last-of-type span{
    margin-top: -24px;
    font-size: 1.4vw;
  }
  #equivalence .fixed-bt-wrap .fixed-bt:last-of-type::before{
    width: 1.3vw;
    height: 2.5vw;
    border-bottom: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg) translate(53%,23%);
}
 #equivalence .fixed-bt-wrap .fixed-bt:first-of-type a{
  font-size: 3vw;
 }
  #equivalence #hero h2{
    font-size: 38px;
  }
}


.swiper,.swiper-wrapper,.swiper-slide{
  height:auto;
}
#equivalence .gallery-area{margin: 0 0 130px;padding:0 0 60px}
#equivalence .gallery-image-wrap{
  padding: 0 10px;
  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:40px;
    height:40px;
    border:3px solid;
    color:#000;
    top:auto;
    bottom:0;
    right: 46%;
    left:auto
}
#equivalence .swiper-button-next{
  transform: translateX(70%);
}
#equivalence .swiper-button-prev{
  transform: translateX(-153%);
  right:auto;
  left:50%
}
#equivalence .swiper-button-next:after, #equivalence .swiper-button-prev:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    color: #000000;
    position: absolute;
    left: 50%;
    transform: rotate(-45deg) translate(-50%, -50%);
}
#equivalence .swiper-button-prev:after {
  transform: rotate(135deg) translate(-50%, -50%);
  right: 50%;
  left: auto;
}




#equivalence .conversion-bt{
  margin: 0 auto;
  width: 80%;
  max-width: 350px;
  border-radius: 100vw;
  overflow: hidden;
  font-family: "parastoo", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}
#equivalence .conversion-bt a,#equivalence .conversion-bt button{
  padding: 15px 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "parastoo", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.0;
}
#equivalence h2{
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.1em;
  position: relative;
  max-width: 800px;
  /* margin: 0 auto; */
  width: 100%;
  font-size: 5rem;
  font-style: normal;
  font-family: "parastoo", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
#equivalence .lead-area{
  margin: 0 auto 0;
  max-width: 556px;
  width: 95%;
}
#equivalence .lead-p{
  margin-top: 20px;
  font-size: 15px;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
#equivalence #hero .lead-p{
  margin-top:10px;
  text-align: center;
}
#equivalence #hero .lead-p span {
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin: -6px 0 19px;
}
section#about-text {
    margin: 59px auto 100px;
    padding: 0 29px;
}
section#about-text .sample-wrap{
  margin: 30px 0 0;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 49px;
  text-align:center;
}
section#about-text .sample-wrap .sample span{
  text-align: center;
  font-size:13px;
  margin-top: 8px;
  display: block;
}

.example-wrap{
  margin: 60px auto;
  max-width: 800px;
}
.example-wrap p{
  margin:0;
  font-size:18px
}
.example-wrap.attention {
    padding: 20px;
    border: 1px solid;
    line-height: 2.3;
}
#equivalence .movie-area{
  margin:50px 0 0
}
#equivalence .movie-area h3{
  text-align:center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#equivalence .movie-area .movie{
  width: 70%;
  height:400px;
  overflow: hidden;
  margin: 19px auto 0;
}
#equivalence .movie-area .movie video{
  width:100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media screen and (min-width:768px){
  section#about-text {
    margin: 59px auto 100px;
}
#equivalence .gallery-area {
    margin: 50px 0 0;
    padding: 0 0 60px;
}
  #equivalence h2{
  font-size: 5rem;
  }
  #equivalence h2 span{
  font-size: 40px;
  transform: translateY(25%) translateX(-4%);
  }
  #equivalence .lead-area{
    max-width: 800px;
  }
  #equivalence .lead-p{
    margin-top:40px;
    text-align: center;
    font-size: 19px;
  }
  #equivalence .gallery-image-wrap .gallery-image p{
font-size:15px
}
}


#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 62px;
}
.swiper.gaku-area p{
  text-align: center;
  font-weight: 600;
  margin-top:10px
}

@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;
}
}




#price{
  margin: 60px 0;
  padding: 0 30px;
}
#equivalence #price h2 {
  padding: 0 0 0 20px
}
section#price .sample-wrap {
    margin: 88px 0 95px;
    padding: 0 13px 29px;
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

section#price .sample-wrap > .sample {
  position: relative;
  display: flex;
  align-items: flex-start;
  aspect-ratio: 47.2/62.2;
  width: 29%;
}
section#price .sample-wrap > .sample:nth-of-type(n+2){
  aspect-ratio: 36.5/44;
  width: calc((100% - 31% - 140px) /2);
}
section#price .sample-wrap > .sample .size-text {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    font-weight: 600;
    font-size: 22px;
}
section#price .sample-wrap > .sample .sizecm {
    position: absolute;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
section#price .sample-wrap > .sample .sizecm {
    position: absolute;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.0;
    color: #5f5f5f;
}

section#price .sample-wrap > .sample .sizecm::before,section#price .sample-wrap > .sample .sizecm::after {
    content: "";
    display: block;
    width: 2px;
    height: 36px;
    background: #8e8e8e;
}

section#price .sample-wrap > .sample .size-column.sizecm {
    right: -1px;
    top: 45%;
    transform: translateX(55%) rotate(90deg);
    width: 130%;
}
section#price .sample-wrap > .sample:nth-of-type(2) .size-column.sizecm{
  width:120%
}
section#price .sample-wrap > .sample .size-row.sizecm {
    width: 100%;
    transform: translateY(-100%);
    bottom: 0;
    transform: translateY(100%);
    align-items: flex-end;
}
section#price .sample-wrap > .sample .sizecm::before,section#price .sample-wrap > .sample .sizecm::after {
    content: "";
    display: block;
    width: 2px;
    height: 27px;
    background: #8e8e8e;
}
section#price .sample-wrap > .sample img{
    object-fit: contain;
    height: 100%;
}
#price .plan-list{
  margin: 30px auto;
  padding: 0 20px;
  border-top-right-radius: 30px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
}
#price .plan-list > li{
  margin:0 auto;
  position: relative;
  border-top-right-radius: 30px;
  width: 100%;
  font-weight: 600;
  padding: 33px 0 50px 0;
  border-radius: 30px;
  color: #000000;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  justify-content: center;
  max-width: 1000px;
}
#price .plan-list > li:nth-of-type(2){
  margin-top:60px
}
#price .plan-list h3{
  font-size: 55px;
  font-weight: 600;
  line-height: 1.0;
  position: relative;
  text-align: center;
}
#price .plan-list h3 span{
  font-size: 13px;
  white-space: nowrap;
}
#price .plan-list .plan{
  width:80%;
  margin: 0 auto 0 14%;
}
#price .plan-list > li .plan-flex {
    gap: 31px;
    align-items:center
}
#price .plan-list > li .plan-flex  p{
  padding: 0;
  font-weight:600;
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 11px;
  transform: translateX(-50%);
}

#price .plan-list ul.plan-content {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#price .plan-list ul.plan-content li{
  display:flex;
  justify-content:space-between;
  width: 400px;
}
#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-weight: 700;
  font-style: normal;
}
#price .plan-list ul.plan-content li span::before,#price .plan-list ul.plan-content li span::after{
  content: "";
  display: block;
  width:15px;
  height: 2px;
  background-color: #fff;
  transform: rotate(23deg) translateY(-53%);
  position: absolute;
  top:50%;
  left: -17px;
}
#price .plan-list ul.plan-content li span::after{
  transform: rotate(155deg);
  left: -16PX;
  top:49%
}
#price .plan-list ul.plan-price li{
  font-size: 2rem;
  font-family: "century-gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.0;
}
#price .plan-list ul.plan-price li span{
  margin: 0 0 10px;
  font-size: 11px;
  display: block;
}
#price .plan-list > li .plan-flex > div{
    margin: 25px auto 0;
    padding: 0 30px 18px;
    border-bottom: 2px solid;
    position: relative;
    width: 100%;
}
ul.plan-price {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}
#price .plan-list > li:nth-of-type(3) ul.plan-price::before{
  display:none
}
ul.plan-price::before{
    content:"or";
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1.0
}
#price .plan-list > li:last-of-type .plan-content li {
    width: 100%;
}
#price .plan-list li:last-of-type .plan-content li > span:first-of-type{
    width:100px;
    font-size: 23px;
}
#price .plan-list li:last-of-type .plan-content li > span:last-of-type{
    width:calc((100% - 100px) - 80px);
    text-align:left;
    font-size:20px
}
p.coution {
    text-align: center;
}
@media screen and (min-width:768px){
  #price{
  margin: 60px 0;
  padding: 0 50px;
}
  #price .plan-list{
    margin-top:100px;
    padding:0 50px;
  }
  #price .plan-list > li{
  margin: 0 auto;
  position: relative;
  border-top-right-radius: 30px;
  width: 100%;
  font-weight: 600;
  padding: 0px 40px;
  border-radius: 30px;
  max-width: 1000px;
}
 #price .plan-list > li:last-of-type{
margin-top:80px
 }
  #price .plan-list .plan{
  width:80%;
  margin: 0 ;
}
  #price .plan-list > li .plan-flex p{
  padding: 0 10px 0 0;
  transform: translateX(0%);
}
  #price .plan-list > li:nth-of-type(2)::after{
    height: 56.5vh;
 }
  #price .plan-list > li .plan-flex > div{
    padding: 0 30px 18px;
}
#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: 55px;
    font-weight: 600;
    line-height: 1.0;
}
  
  #price .plan-list h3 span{
    font-size: 22px;
    width: auto;
    margin: 0 0 0 7px;
  }
  #price .plan-list ul.plan-content{
    font-size: 21px;
  }
  #price .plan-list ul.plan-price li{
  font-size: 23px;
}
  #price .plan-list ul.plan-price li span{
    font-size: 13px;
  }
  #price .plan-list ul.plan-content li{
    font-size: 30px;
  }
  #price .plan-list ul.plan-content li:first-of-type{
    margin-bottom: 6px;
  }
  #price .plan-list ul.plan-content li > span{
    font-size: 25px;
  }
}




#flow{
  margin: 60px 0;
  background:#333;
  padding: 40px 0 0;
  border-top-right-radius: 15vw;
  color: #fff;
}
/*#flow h2{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#flow h2::before{
  content: "";
  display: block;
  width: calc((100% - 50%));
  height: 1px;
  border-top: 2px dashed;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%);
}*/
#flow ol{
  margin-top: 9px;
}
#flow li{
  padding: 50px 10px 93px 0;
  position: relative;
  display: grid;
  grid-template-columns: 21% 1fr;
  gap: 20px;
}
#flow li:nth-of-type(2){
  padding: 90px 35px 80px 0;
  background:#4e4e4e;
}
#flow li:nth-of-type(3){
  padding: 73px 20px 107px 0;
  background:#787878;
}
#flow li::before{
  content: "01";
  display: block;
  width: 100%;
  height: auto;
  font-size: 31vw;
  line-height: 1.0;
  /* z-index: 0; */
  letter-spacing: -0.1em;
  opacity: 0.1;
  font-family:
  "century-gothic", sans-serif;
  font-weight: 700;
  transform: translateX(-25%) translateY(-22%);
}
#flow li:nth-of-type(2)::before{
  content: "02";
  transform: translateX(-14%) translateY(-7%);
}
#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: 40%;
  height: 30px;
  position: absolute;
  right: 0;
  top:0;
  transform: translateY(-100%);
  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: 30px;
  width:60%;
  clip-path: polygon(100% 100%, 0 40%,100% 0);
  border-radius: 10px
}
#flow li:nth-of-type(2) > span::after{
  background:#333;
}
#flow li h3{
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 600;
  position:relative;
  z-index: 1;
  letter-spacing: 0.1em;
  max-width: 800px;
}
#flow li p{
  line-height: 1.9;
  position:relative;
  z-index: 1;
  font-size: 15px;
  letter-spacing: 0.05em;
  width: calc(100% + 21%);
  transform: translateX(-19%);
}
#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: 200px;
  z-index: 10000;
  position: relative;
}
#equivalence #flow .conversion-bt.attention{
  margin: 50px auto 0;
  font-size: 11px;
}
#equivalence #flow .conversion-bt a{
  padding: 10px 10px;
  color: #000000;
}
@media screen and (min-width:768px){
  #equivalence #flow{
    margin-top:150px;
    padding: 100px 0;
  }
  #flow ol{
  margin-top:60px
  }
  #equivalence #flow ol li:last-of-type{
  padding-bottom: 30%;
  }
  #flow li{
  padding: 50px 35px 93px 0;
  grid-template-columns: 20% 1fr;
  gap: 50px;
 }
  #flow li h3{
    font-size:30px;
    margin: 0 auto 31px;
  }
  #flow li::before{
  content: "01";
  display: block;
  width: 100%;
  height: auto;
  font-size: 20vw;
  line-height: 1.0;
  /* z-index: 0; */
  letter-spacing: -0.1em;
  opacity: 0.1;
  font-family:
  "century-gothic", sans-serif;
  font-weight: 700;
  transform: translateX(-8%);
 }
  #flow li p{
    font-size:18px;
    max-width: 800px;
    margin: 0 auto;
    width: auto;
    transform: translateX(0);
  }
  #equivalence #flow ol{
    margin-top: 40px;
  }
  #equivalence #flow h2{
    padding:0 0 0 50px
  }
  #equivalence #flow .conversion-bt.attention{
    font-size:20px;
    letter-spacing:0.1rem;
  }
}

#photographer{
  margin: 0 0 0;
  padding: 60px 0;
  border-top-right-radius: 10vw;
  background-color: #fff;
  position: relative;
}
#equivalence #photographer h2{margin-bottom: 38px;}
#photographer h2 span{
  font-size:2.2rem
}
#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: 2px;
    background: #000;
    transform: rotate(30deg) translateY(7px);
}

figcaption::before {
    transform: rotate(-30deg) translateY(6px);
}
#photographer .lead-area p{
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 1.0;
  position: relative;
  text-align: center;
}
#equivalence .lead-area  .lead-p{
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  max-width: 500px;
  margin: 0 auto 26px;
}
#photographer .lead-area p span{
  margin: 5px 0 0;
  font-size: 15px;
  display: block;
  width: -webkit-fill-available;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  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;
    max-width: 359px;
}

#photographer .photographer-wrap .people-wrap p span {
    font-size: 11px;
    margin: 0 5px 0 0;
}
#equivalence #photographer .conversion-bt{
  border: 2px solid;
  max-width: 254px;
  /* box-shadow: 0 4px 0 #000; */
}
#equivalence #photographer .conversion-bt a{
  padding: 10px 0;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px){
  #photographer{
    padding: 100px 50px;
  }
  #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 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;
}
  #photographer .photographer-wrap p span{
    font-size: 17px;
    margin: 8px 0 0;
    letter-spacing: 0;
  }
}

#equivalence  #faq{
  margin: 0 auto 100px;
  padding: 50px 20px 100px;
  background:#5c5c5c;
  color: #fff;
  border-top-right-radius: 16vw;
}
#equivalence  #faq dl {
  margin: 30px auto 0;
  max-width: 800px;
}
#equivalence  #faq dt {
  padding: 1rem 1.5em;
  margin: 0;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
}
#equivalence  #faq dt span{
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 18px;
}
#equivalence  #faq dt::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
#equivalence  #faq dt.active::after {
  content: "-";
}
#equivalence  #faq dd {
  margin: 10px 0 40px;
  padding: 15px 20px;
  display: none;
  background-color: #f0eeee;
  position: relative;
  z-index: 10;
  color: #333;
  border-radius: 5px;
  border-top-right-radius: 2vw;
  overflow: hidden
}
#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: 1rem 0;
  grid-template-columns:80px 1fr;
  font-size: 20px;
}
#equivalence  #faq dt span{
  font-size: 25px;
}
#equivalence  #faq dd {
  margin: 10px 0 40px;
  padding: 35px 38px;
  font-size: 1.9rem;
}
#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;
} 
#equivalence #faq dt::after{
  font-size:20px
}
}



#equivalence  #contact{
  margin: -35vh 0 0;
  border-top-right-radius: 10vw;
  border-top-left-radius: 10vw;
  position: relative;
  background-color: #fff;
  padding: 50px 26px;
}
#equivalence  #contact h2{
  margin-bottom:30px;
  padding: 0 0 0 10px;
  text-align: justify;
  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;
}

#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{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  gap:20px
}
#equivalence #contact .entry-form .entry-list .entry-item:has(#date){
  justify-content:flex-start
}
#equivalence #contact .entry-form .entry-list .entry-item:has(#date) label{
  width:200px;
}
label span {
    display: block;
    font-size: 11px;
}
#equivalence  #contact .entry-form .entry-list .entry-item label{
  width:150px;
}
#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{
  border-radius: 2vh;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  width:calc((100% - 150px) - 20px)
}
#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;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  display:block
}
#equivalence  #contact .entry-form .entry-list .entry-item textarea{
  height: 150px;
}
#equivalence .entry-form .conversion-bt button{
  background:#000;
  color: #fff;
}
.flatpickr-calendar.animate.inline {
    margin: 0 0 30px;
    position: relative;
}
@media screen and (min-width:768px){
  #equivalence  #contact .entry-form{
    margin-top: 60px;
  }
}

/*.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;
}
.scale{
  transform: scale(0);
}
.slide-right{
  transform: translateX(80px);
}
.slide-left{
  transform:  translateX(-80px);
}
.slide-down{
  transform:  translateY(-80px) scale(0.8);
}
.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);
}*/


/* 遅延用（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%
    }
} 