@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  color: #292929;
}

/*-------------------------------------------------------------------------
  Index
---------------------------------------------------------------------------*/
.index-page section {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 680px) {
  .index-page section {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/*----------------------------------------------------
  KeyVisual
----------------------------------------------------*/
.index-key-visual {
  position: relative;
}
.key-swiper {
  width: 100%;
  height: 100svh;
  box-sizing: border-box;
  padding: 20px;
}
.key-swiper .swiper-slide {
  overflow: hidden;
}
.key-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.key-swiper .swiper-slide img.view-sp {
  display: none;
}
.swiper-slide-prev img,
.swiper-slide-active img,
.swiper-slide-duplicate-active img {
  animation: zoom 10s linear 0s normal both;
}
@media screen and (max-width: 680px) {
  .key-swiper .swiper-slide img.view-sp {
    display: block;
  }
  .key-swiper .swiper-slide img.view-pc {
    display: none;
  }
}
@keyframes zoom {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(1.05);
  }
}

.index-key-visual .text-wrap {
  position: absolute;
  left: 0;
  bottom: 47px;
  z-index: 1;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.index-key-visual .text-wrap p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .05em;
  color: #9C1C4B;
  text-align: center;
  margin-bottom: 12px;
}
.index-key-visual .key-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto;
}
.index-key-visual .key-swiper-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-height: 20px;
  height: auto;
  font-family: "Allura", cursive;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background: none;
  opacity: 1;
  user-select: none;
}
.index-key-visual .key-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 30px;
  color: #9C1C4B;
}
@media screen and (max-width: 680px) {
  .index-key-visual .key-swiper  {
    height: calc(100svh - 50px - 100px);
    padding: 0 10px 10px;
  }
  .index-key-visual .text-wrap {
    bottom: 30px;
    padding: 0 10px;
  }
}

/*----------------------------------------------------
  h1
----------------------------------------------------*/
.heading-wrap {
  position: relative;
  top: -16px;
  right: 50px;
}
.heading-wrap h1 {
  color: #939393;
  font-size: 12px;
  letter-spacing: .05em;
  text-align: right;
}
@media screen and (max-width: 680px) {
  .heading-wrap {
    top: 0;
    right: 13px;
  }
  .heading-wrap h1 {
    color: #ccc;
    font-size: 10px;
  }
}

/* 共通 */
.sec-wrap {
  width: 100%;
  /* padding: 0 70px; */
  box-sizing: border-box;
}
.sec-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 680px) {
  .sec-wrap {
    /* padding: 0 13px; */
  }
}

/*----------------------------------------------------
  conceptSec
----------------------------------------------------*/
#ConceptSec {
  padding: 80px 0;
}
#ConceptSec .ConceptsecTxt {
  text-align: center;
  color: #707070;
}
#ConceptSec .ConceptsecTxt h2 {
  font-family: 'Cinzel', serif;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 40px;
}
#ConceptSec .ConceptsecTxt h2 span {
  font-family: 'Pinyon Script', cursive;
  line-height: 1.1;
}
#ConceptSec .ConceptsecTxt .otherTxt {
  margin-bottom: 45px;
}
#ConceptSec .ConceptsecTxt .otherTxt p {
  font-family: 'Sawarabi Mincho', serif;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .025em;
}
#ConceptSec .ConceptsecTxt .otherTxt .first-copy {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 35px;
}
#ConceptSec .ConceptsecTxt .otherTxt .last-copy {
  margin-top: 30px;
}
#ConceptSec .ConceptsecTxt .about-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
#ConceptSec .ConceptsecTxt .dressLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ConceptSec .ConceptsecTxt .dressLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: #941a3f;
  transition: opacity .4s ease;
}

@media screen and (max-width: 680px) {
  #ConceptSec {
    padding: 60px 0 90px;
  }
  #ConceptSec .ConceptsecTxt h2 {
    font-size: 26px;
    margin-bottom: 45px;
  }
  #ConceptSec .ConceptsecTxt .otherTxt {
    font-size: 13px;
  }
  #ConceptSec .ConceptsecTxt .otherTxt .first-copy {
    font-size: 18px;
  }
  #ConceptSec .ConceptsecTxt .about-text {
    font-size: 12px;
    margin-bottom: 60px;
  }
}

/*----------------------------------------------------
  video
----------------------------------------------------*/
.key-movie {
  position: relative;
  width: 100%;
  margin: 10px auto;
  box-sizing: border-box;
}
.key-movie video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.key-movie .mute-btn {
  position: absolute;
  right: 110px;
  bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .3);
  border-radius: 100%;
  cursor: pointer;
  transition: background-color .3s ease .1s;
}
.key-movie .mute-btn:not(.is-muted) {
  background: rgba(255, 247, 193, .3);
}
.key-movie .mute-btn::before {
  content: '';
  width: 32px;
  height: 32px;
  background-image: url(../img/icon/ico_volume_muted.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.key-movie .mute-btn:not(.is-muted)::before {
  background-image: url(../img/icon/ico_volume_active.svg);
}

@media screen and (max-width: 680px) {
  .key-movie {
    padding: 0;
  }
  .key-movie .mute-btn {
    right: 25px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }
}

/*----------------------------------------------------
  Concept 2nd
----------------------------------------------------*/
.concept-2nd-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 160px 0 64px;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.concept-2nd-section .image-wrap {
  position: relative;
  max-width: 50%;
  width: 100%;
  padding-right: 15px;
  box-sizing: border-box;
}
.concept-2nd-section .text-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.concept-2nd-section .text-wrap .wrapper {
  position: relative;
}
.concept-2nd-section .text-wrap .text-head-en {
  font-family: 'cormorant-garamond', serif;
  color: #707070;
  font-size: 24px;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
.concept-2nd-section .text-wrap .text-head-ja {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.concept-2nd-section .text-wrap .text-body {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 18px;
  line-height: 2;
}
.concept-2nd-section .decoration {
  position: absolute;
  z-index: -1;
  bottom: -140px;
  right: -100px;
}
.concept-2nd-section .decoration.view-sp {
  display: none;
}

@media screen and (max-width: 860px) {
  .concept-2nd-section {
    margin-bottom: 20px;
  }
  .concept-2nd-section {
    flex-direction: column-reverse;
    row-gap: 70px;
    padding: 70px 0;
  }
  .concept-2nd-section .image-wrap {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .concept-2nd-section .image-wrap img {
    max-width: 76.22%;
    margin: 0 auto;
  }
  .concept-2nd-section .text-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
  }
  .concept-2nd-section .text-wrap .text-head-en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .concept-2nd-section .text-wrap .text-head-ja {
    font-size: 26px;
    margin-bottom: 35px;
    letter-spacing: .05em;
  }
  .concept-2nd-section .text-wrap .text-body {
    font-size: 16px;
  }
  .concept-2nd-section .decoration.view-pc {
    display: none;
  }
  .concept-2nd-section .decoration.view-sp {
    display: block;
    width: 60%;
    z-index: 1;
    bottom: 5%;
    right: -5%;
    transform: translate(10%, 64%);
  }
  .concept-2nd-section .decoration.view-sp img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/*----------------------------------------------------
  PickupSec
----------------------------------------------------*/
#PickupSec {
  max-width: 1400px;
}
#PickupSec img {
  width: 100%;
  object-position: 0px 0px;
}

/*----------------------------------------------------
  planSec
----------------------------------------------------*/
#planSec {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /* padding: 0 70px; */
  box-sizing: border-box;
}
#planSec article {
  line-height: 0;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 680px) {
  #planSec {
    /* padding: 0 13px; */
  }
  #planSec article {
    margin-bottom: 0px;
  }
  #PickupSec {
    padding-top: 10px !important;
  }
  #otherplan2 .secTitle {
    margin: 0 !important;
  }
}

#planSec a img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 10px;
}

#planSec article a {
  display: block;
}

#planSec .planTxt,
#otherplan2 .planTxt {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#planSec .planName {
  line-height: 1.2em;
  font-size: 120%;
  font-family: 'A-OTF Futo Min A101 Pr6N', serif;
}

#planSec .price,
#otherplan2 .price {
  font-family: 'Book Italic', 'Italic', serif;
  font-style: italic;
  font-size: 200%;
}

#planSec .pickup {
  position: relative;
}

#planSec .pickup .pickupP {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  background: #9c1c4b;
  opacity: 0.7;
  font-size: 150%;
  line-height: 1;
  padding: 20px 25px;
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
}

#planSec #PickupSec .pickup .pickupP {
  top: 5px;
  left: 5px;
}

#planSec .oneColumn {
  clear: both;
  float: none;
  line-height: 0;
  width: 100%;
  max-width: 1400px;
}

#planSec .oneColumn.wed_bnr {
  margin-top: 100px;
}

@media screen and (max-width: 680px) {
  #planSec .oneColumn.wed_bnr {
    margin-top: 40px;
  }
}

#planSec .oneColumn img {
  width: 100%;
  height: auto;
}

#planSec .oneColumn .planName {
  font-size: 130%;
  font-family: 'A-OTF Futo Min A101 Pr6N', serif;
}

#planSec .oneColumn .price {
  margin-left: 50px;
}

#otherplan2 {
  margin: 0;
}

#otherplan2 .secTitle {
  margin: 50px 0;
}

#otherplan2 article {
  line-height: 0;
  position: relative;
}

#otherplan2 a img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 30px;
}

#otherplan2 article a {
  display: block;
}

#Dress_ItemSec {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
#Dress_ItemSec .bnrWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
#Dress_ItemSec .bnrWrap .bnr-text-wrap {
  position: relative;
  margin-top: 20px;
  padding-right: 45px;
}
#Dress_ItemSec .bnrWrap .bnr-text-wrap::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 42%;
  width: 24px;
  height: 14px;
  transform-origin: center;
  transform: rotateZ(90deg);
  background-image: url(../img/commons/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#Dress_ItemSec .bnrWrap .bnr-text-wrap .bnr-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
}
#Dress_ItemSec .bnrWrap .bnr-text-wrap .bnr-info {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
#Dress_ItemSec .bnrWrap a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 680px) {
  #Dress_ItemSec .bnrWrap {
    flex-direction: column;
    gap: 40px;
  }
  #Dress_ItemSec .bnrWrap .bnr-text-wrap {
    margin-top: 11px;
    padding-right: 40px;
  }
  #Dress_ItemSec .bnrWrap .bnr-text-wrap::after {
    right: 10px;
    width: 14px;
    height: 8px;
  }
  #Dress_ItemSec .bnrWrap .bnr-text-wrap .bnr-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #Dress_ItemSec .bnrWrap .bnr-text-wrap .bnr-info {
    font-size: 10px;
  }
}

/*----------------------------------------------------
    mc
----------------------------------------------------*/

#mc {
  padding-bottom: 75px;
  text-align: center;
  clear: both;
}

#mc .mcUL li {
  display: inline-block;
  width: 30%;
}

#mc .mcUL li a {
}

#mc .mcImg {
  margin-bottom: 20px;
  width: 360px;
}

#mc .mcTitle {
  margin-bottom: 5px;
  font-size: 110%;
}

#mc .mcTxt {
}

/*----------------------------------------------------
  cautionNBox
----------------------------------------------------*/

#cautionNBox p {
  font-size: 15px;
  color: #000;
}

/*----------------------------------------------------
  flowSec
----------------------------------------------------*/
#flowSec {
  text-align: center;
  overflow: hidden;
  margin: 100px auto 0px;
  max-width: 1400px;
}

#flowSec ul {
  text-align: justify;
  text-align: center;
}

#flowSec li {
  box-sizing: border-box;
  float: left;
  padding: 50px 50px 0;
  width: 33%;
  color: #000;
}

#flowSec article .flowRight .txt,
#flowSec article .flowRight .linkBtn {
  margin: 0;
  height: auto;
}

#flowSec article .flowRight .txt {
  text-align: center;
  font-size: 110%;
}

#flowSec li h2 {
  margin: 20px 0;
  font-size: 150%;
  font-family: 'A-OTF Gothic BBB Pr6N';
}

#flowSec li.li01 {
  border-left: 1px solid #fff;
  border-right: 1px solid #d3d3d3;
}

#flowSec li.li02 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#flowSec li.li03 {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #fff;
}

#flowSec li .linkBtn a {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 120%;
  position: relative;
}

#flowSec li .linkBtn a:after {
  content: '';
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #9c1c4b, #fff);
  background: -webkit-linear-gradient(to right, #9c1c4b, #fff);
  background: linear-gradient(to right, #9c1c4b, #fff);
  width: 30%;
  margin: 0 auto;
}

.flex-direction-nav a {
  text-shadow: none !important;
}

.flex-direction-nav a::before {
  color: #aa9537;
  content: '＜' !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 35px !important;
}

.flex-direction-nav a.flex-next::before {
  content: '＞' !important;
}
/*----------------------------------------------------
  MoviePageSec
----------------------------------------------------*/
#MoviePageSec {
  margin-top: 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 680px) {
  #MoviePageSec {
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
  }
}
#MoviePageSec .content-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  #MoviePageSec .content-wrap {
    flex-direction: column;
  }
}
#MoviePageSec .content-wrap .text-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36.5%;
  padding: 60px 55px;
  max-width: 518px;
}
@media screen and (max-width: 680px) {
  #MoviePageSec .content-wrap .text-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    padding: 30px;
  }
}
#MoviePageSec .content-wrap .text-wrap > * {
  position: relative;
  z-index: 1;
}
#MoviePageSec .content-wrap .text-wrap::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 150%;
  height: 100%;
  background: #FCF6F6;
  border-radius: 0 60px 0 60px;
}
@media screen and (max-width: 680px) {
  #MoviePageSec .content-wrap .text-wrap::after {
    inset: 0 0 auto -13px;
    width: calc(100% + 13px);
    height: 150%;
    border-radius: 0 30px 0 30px;
  }
}
#MoviePageSec .content-wrap .text-wrap p {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 50px;
  max-width: 408px;
}
@media screen and (max-width: 680px) {
  #MoviePageSec .content-wrap .text-wrap p {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#MoviePageSec .content-wrap .to-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  border-radius: 999px;
  border: 1px solid #545454;
}
#MoviePageSec .content-wrap .to-btn.view-sp {
  display: none;
}
#MoviePageSec .content-wrap .text-wrap .to-btn:hover {
  color: #fff;
  background: #545454;
  opacity: 1;
}
@media screen and (max-width: 680px) {
  #MoviePageSec .content-wrap .to-btn.view-sp {
    display: flex;
    width: 260px;
    height: 45px;
    margin: 30px auto 0;
  }
  #MoviePageSec .content-wrap .to-btn.view-pc {
    display: none;
  }
}
#MoviePageSec .content-wrap .image-wrap {
  position: relative;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63.5%;
  min-width: 300px;
  height: auto;
  /*aspect-ratio: 782/442;*/
  border-radius: 20px;
  overflow: hidden;
}
#MoviePageSec .content-wrap .image-wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  transform: scale(1.3);
}
@media screen and (max-width: 680px) {
  #MoviePageSec .content-wrap .image-wrap {
    top: auto;
    width: 100%;
    border-radius: 10px;
  }
}

/*----------------------------------------------------
  HairPhotoSec
----------------------------------------------------*/
#HairPhotoSec {
  margin-bottom: 80px;
  /* padding: 0 70px; */
  box-sizing: border-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 680px) {
  #HairPhotoSec {
    /* padding: 0 13px; */
    margin-bottom: 30px;
  }
}

#HairPhotoSec img {
  width: 100%;
  margin-bottom: 50px;
}

#HairPhotoSec .linkBtn {
  text-align: center;
}

#HairPhotoSec .linkBtn a {
  margin-bottom: 20px;
  font-size: 120%;
}

#HairPhotoSec .linkBtn a:after {
  content: '';
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #9c1c4b, #fff);
  background: -webkit-linear-gradient(to right, #9c1c4b, #fff);
  background: linear-gradient(to right, #9c1c4b, #fff);
  width: 8%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  /*----------------------------------------------------
  topMv
----------------------------------------------------*/
  #topMv {
    position: relative;
  }

  #topMv h1 {
    color: #333;
    background: #ccc;
    font-size: 10px;
    position: relative;
    left: 0;
    top: 0;
    text-shadow: none;
    padding: 10px 5%;
    width: 100%;
    text-align: left;
  }

  /*----------------------------------------------------
  planSec
----------------------------------------------------*/
  #planSec .planTxt {
    width: 100%;
  }

  #planSec a img {
    object-fit: cover;
    padding-bottom: 10px;
  }

  #planSec .planTxt {
    padding: 0;
  }

  #planSec .planName {
    font-size: 90%;
  }

  #planSec .name_long {
    margin: 0px;
    font-size: 80%;
  }

  #planSec .price,
  #otherplan2 .price {
    font-style: italic;
    font-size: 110% !important;
  }

  #planSec .pickup .pickupP {
    font-size: 120%;
    line-height: 1;
    padding: 10px 20px;
  }

  #planSec #otherplan2 .planName {
    font-size: 90%;
  }

  #planSec .oneColumn .planName {
    font-size: 110%;
  }

  /*----------------------------------------------------
  conceptSec / PickupSec
----------------------------------------------------*/

  #PickupSec {
    clear: both;
    margin-bottom: 20px;
  }

  #PickupSec img {
    width: 100%;
    height: auto;
  }

  #Dress_ItemSec .dressImg img {
    width: 30%;
    height: 60%;
  }

  #Dress_ItemSec {
    padding-top: 0px;
    margin: 0;
  }

  #Dress_ItemSec .linkBtn a:after,
  #HairPhotoSec .linkBtn a:after {
    width: 20%;
  }

  #flowSec li .linkBtn a:after {
    width: 35%;
  }

  /*----------------------------------------------------
   flowSec
----------------------------------------------------*/
  #flowSec {
    margin: 0 auto;
  }

  #flowSec li {
    float: none;
    padding: 30px 0;
    width: 100%;
  }

  #flowSec li.li01 {
    border-left: none;
    border-right: none;
  }

  #flowSec li.li02 {
    border-left: none;
    border-right: none;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }

  #flowSec li.li03 {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d3d3d3;
  }

  #flowSec li h2 {
    margin-bottom: 10px;
    font-size: 120%;
  }

  #flowSec li img {
    width: 40%;
    float: left;
    margin-top: 35px;
  }

  #flowSec li .flowRight {
    float: right;
    width: 50%;
  }

  #flowSec li .txt {
    text-align: left;
    padding-top: 5%;
  }

  #flowSec li .linkBtn {
    margin-top: 10px !important;
  }

  #flowSec li .linkBtn a {
    color: #000 !important;
    font-size: 110%;
  }

  /*----------------------------------------------------
    mc
----------------------------------------------------*/
  #mc {
    padding: 0;
  }

  #mc .mcUL li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #mc .mcImg {
    width: 100%;
    margin-bottom: 20px;
  }

  #mc .mcTitle {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 120%;
  }

  /*----------------------------------------------------
  HairPhotoSec
----------------------------------------------------*/
  #HairPhotoSec img {
    margin-bottom: 20px;
  }

  #HairPhotoSec .secTitle {
    font-size: 85%;
  }
}

/*----------------------------------------------------
    limited
----------------------------------------------------*/
.limited {
  position: absolute;
  left: 0px;
  top: 0px;
}

@media screen and (max-width: 680px) {
  #map_canvas {
    pointer-events: none;
  }

  .limited img {
    width: 80px;
  }
}

/*-----------------------------------------------
  Campaign
 -----------------------------------------------*/
.campBox {
  background: #efefef;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 60px;
}

.campBox .campL {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30%;
  height: 100%;
  float: left;
  min-height: 300px;
}

.campBox .campR {
  width: 67%;
  float: right;
}

.obi {
  color: #fff;
  padding: 3px 15px;
  font-size: 130%;
  margin-bottom: 30px !important;
}

.txtBox {
  float: left;
  width: 65%;
}

.title1 {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.title2 {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 1px !important;
}

.price del {
  font-weight: normal !important;
  font-size: 80%;
}

.txt {
  min-height: 100px;
}

.linkP a {
  color: #ad913f;
  text-decoration: underline !important;
  margin: 0 15px 0 0;
}

.linkP a:before {
  content: '▶︎ ';
}

.resBox {
  text-align: right;
  float: right;
  width: 30%;
}

.resBox .resBTN {
  font-size: 100%;
  color: #fff;
  background: #000;
  padding: 5px 15px;
}

.resBox .resBTN:before {
  content: '▶ ︎';
}

@media screen and (max-width: 680px) {
  .campBox {
    padding: 20px;
    margin-bottom: 30px;
  }

  .campBox .campL {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 0;
    float: none;
    min-height: 0px;
    padding-top: 80%;
    margin-bottom: 20px !important;
  }

  .campBox .campR {
    width: 100%;
    float: none;
  }

  .obi {
    padding: 3px 8px;
    font-size: 130%;
    margin-bottom: 10px !important;
  }

  .txtBox {
    float: none;
    width: 100%;
  }

  .title1 {
    font-size: 150%;
    margin-bottom: 5px !important;
  }

  .title2 {
    font-size: 115%;
    margin-bottom: 1px !important;
  }

  .price {
    font-size: 210%;
  }

  .resBox {
    text-align: center;
    float: none;
    width: 100%;
    margin: 20px 0 !important;
  }

  .resBox .resBTN {
    padding: 3px 10px;
  }

  .gallery section {
    padding-top: 50px;
  }

  .gallery .secTitle {
    margin-bottom: 30px;
  }

  .gallery_sect {
    margin: 0 0 30px !important;
  }
}

.gallery_sect {
  margin: 100px 0 150px;
}

.location {
  margin: 40px 0 0;
  text-align: center;
  color: #292929;
  font-size: 20px;
}

/*-----------------------------------------------
  reservation
 -----------------------------------------------*/
.contact {
  font-family: 'A-OTF Gothic BBB Pr6N';
}

.telInquiry h1,
.reservation h1 {
  font-family: 'cormorant-garamond', serif;
  font-style: normal;
  font-weight: 500;
  color: #9c1c4b;
}

.goto_Web {
  font-size: 120%;
  background-color: #9c1c4b;
  border: solid 2px #9c1c4b;
  color: #fff !important;
  padding: 0.5em;
}

/*-----------------------------------------
 contact
-----------------------------------------*/

form {
  margin-bottom: 50px;
}

.telInquiry .box {
  border: 5px solid #ad913f;
  color: #000000;
  margin-bottom: 30px;
  padding: 20px 10px;
}

.telInquiry p {
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 14px;
}

.telInquiry p span {
  display: block;
  margin: 10px 0;
}

.telInquiry h1 {
  font-size: 180%;
  text-align: center;
  margin-bottom: 50px;
}

.telInquiry .red {
  font-size: 14px;
}

.subscribeBtn {
  text-align: center;
}
.subscribeBtn .wpcf7-submit {
  transition: background-color .2s ease;
}
.subscribeBtn .wpcf7-submit:disabled {
  background-color: #aaa;
}

/*bscTbl01*/

.bscTbl01 table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

.bscTbl01 table tr th,
.bscTbl01 table tr td {
  border: 1px solid #eee;
  padding: 15px 20px;
}

.bscTbl01 table tr th {
  width: 35% !important;
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}

.bscTbl01 .redHissu {
  background-color: #ff2323;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  margin-left: 5px;
  padding: 3px 5px 1px;
  vertical-align: middle;
}

.bscTbl01 textarea {
  resize: vertical;
  width: 100%;
  font-size: 15px;
  padding: 3px;
}

.bscTbl01 table tr td input[type='text'],
.bscTbl01 table tr td input[type='email'] {
  width: 300px;
  height: 25px;
  font-size: 15px;
}

.bscTbl01 table tr td input.wpcf7c-conf,
.bscTbl01 table tr td textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #fff;
}

/*privacyTbl*/
.checkPrivacy {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.checkPrivacy a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #eee;
  transition: background-color .3s ease;
  user-select: none;
}
.checkPrivacy .privacyP {
  font-size: 14px;
  margin: 15px auto 60px;
  user-select: none;
}
.checkPrivacy .privacyP .redHissu {
  background-color: #ff2323;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  margin-left: 5px;
  padding: 3px 5px 1px;
  vertical-align: middle;
}
.checkPrivacy .privacyP .view-sp {
  display: none;
}
.checkPrivacy a:hover {
  background-color: #eee;
}
.privacyTbl table {
  border-collapse: collapse;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 50px;
}

.privacyTbl table tr th,
.privacyTbl table tr td {
  border: 1px solid #eee;
  padding: 15px 20px;
}

.privacyTbl table tr th {
  background: #9c1c4b;
  width: 35% !important;
  text-align: left;
  font-weight: normal;
  color: #fff;
}

.privacyP a {
  color: #000;
}

.roBtn {
  border: none !important;
  color: #fff;
  font-size: 130%;
  display: inline-block;
  text-align: center;
  padding: 15px 70px;
  background: #9c1c4b;
  /* W3C */
}

.roBtn:hover {
  cursor: pointer !important;
}

.bscTbl01 table tr.err,
.privacyTbl table tr.err td {
  color: #e23435;
}

.bscTbl01 table tr.err td {
  background: #ffe5e8;
}

.section {
  border-bottom: 1px dashed #bcbcbc;
  border-top: 1px dashed #bcbcbc;
  padding: 20px 10px 0;
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.bscTbl01 table.nbd {
  width: auto;
}

.bscTbl01 table.nbd tr th,
.bscTbl01 table.nbd tr td {
  padding: 3px 3px;
  border: none;
}

.bscTbl01 table.nbd tr td input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
}

@media screen and (max-width: 680px) {
  form {
    margin-bottom: 30px;
  }

  /*bscTbl01*/
  .bscTbl01 table {
    width: 100%;
    margin-bottom: 50px;
  }

  .bscTbl01 table tr th,
  .bscTbl01 table tr td {
    padding: 15px 15px;
    display: block !important;
  }

  .bscTbl01 table.nbd {
    margin-bottom: 20px;
  }

  .bscTbl01 table.nbd tr th,
  .bscTbl01 table.nbd tr td {
    display: table-cell !important;
    width: auto;
  }

  .bscTbl01 table tr th {
    background: #efefef;
    width: 100% !important;
  }

  .bscTbl01 table tr th {
    width: 100%;
  }

  .bscTbl01 .redHissu {
    font-size: 10px;
    margin-left: 3px;
    padding: 3px 5px 1px;
    vertical-align: middle;
  }

  .bscTbl01 textarea {
    resize: vertical;
    width: 100%;
  }

  .bscTbl01 table tr td input[type='text'],
  .bscTbl01 table tr td input[type='email'],
  .bscTbl01 table tr td select {
    width: 100%;
  }

  /*privacyTbl*/
  .checkPrivacy .privacyP {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkPrivacy .privacyP .view-sp {
    display: initial;
  }

  .privacyTbl table {
    border-collapse: separate;
    width: 100%;
    margin-bottom: 50px;
  }

  .privacyTbl table tr th,
  .privacyTbl table tr td {
    border: 1px solid #eee;
    padding: 15px 15px;
    display: block;
  }

  .privacyTbl table tr th {
    text-align: left;
    font-weight: normal;
    width: 100% !important;
  }

  .contents-wrap div.privacyBtn label {
    background-color: #999;
    color: #fff;
    display: block;
    padding: 10px 25px;
    text-align: center;
  }

  .roBtn {
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    -webkit-appearance: none;
  }

  .PH_content div {
    float: none !important;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    width: 80%;
    box-sizing: border-box;
  }

  .PH_content img {
    width: 100px !important;
  }
}

/*-----------------------------------------
Thanks page
-----------------------------------------*/
.thanks-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 40vh;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
}
.thanks-content p {
  font-size: 15px;
}
.thanks-content .pdf {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 15px 70px;
  background: #9c1c4b;
  margin-top: 60px;
}

/*-----------------------------------------
Shop page
-----------------------------------------*/
#shop {
  text-align: center;
}

#shop .shop_logo {
  width: 40%;
  margin-bottom: 30px;
}

#shop h2 {
  font-size: 180%;
  margin: 30px 0;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

#shop .border {
  border: 0.5px solid #606060;
}

#shop p {
  font-size: 110%;
  margin: 80px auto;
  line-height: 2;
  width: 63%;
}

.shop_img {
  margin-top: 50px;
}

.shop_img img {
  width: 42%;
  margin: 0 10px;
}

.img_left {
}

.shopMap img {
  width: 650px;
  margin: 20px auto 10px;
}

#shop .tel img {
  margin-top: 20px;
  width: 300px;
}

#shop .google img {
  width: 20%;
  margin: 20px 0;
}

#shop .map-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 111px;
  height: 27px;
  margin: 0 auto 20px;
  color: #971B4C;
  font-size: 12px;
  border: 1px solid #971B4C;
  border-radius: 9999px;
  stroke: #971B4C;
  transition: color .2s ease, background-color .2s ease, stroke .2s ease;
}
#shop .map-btn:hover {
  color: #fff;
  background: #971B4C;
  stroke: #fff;
}

#shop table {
  margin: 20px auto;
  text-align: left;
}

#shop table th {
  padding-right: 15px;
}

#shop .btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 5px 10px;
  max-width: 500px;
  margin: 40px auto 20px;
}

#shop .btn a img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #shop .shop_logo {
    width: 200px;
  }

  #shop h2 {
    font-size: 140%;
  }

  #shop .shopinfo {
    margin-top: 20px;
    font-size: 120% !important;
  }
}

@media screen and (max-width: 415px) {
  #shop p {
    width: 88%;
  }

  #shop table th {
    padding-right: 10px;
    width: 25%;
  }

  #shop .btn {
    width: 100%;
  }
}

/*-----------------------------------------
Blog page
-----------------------------------------*/
#blogPage {
  width: 100%;
  margin: 0 auto;
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
}

.catList {
  margin: 100px 0 0;
}

.catList p {
  font-size: 180%;
  text-align: center;
  margin-bottom: 15px;
}

.catList ul {
  margin: 0 auto;
  text-align: center;
}

.cat-item {
  display: inline;
  font-size: 150%;
  margin: 0 auto;
  padding: 0 20px;
}

.blogList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  column-gap: 5%;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

.blogList dt a {
  display: block;
  width: 100%;
  height: 100%;
}

.blogList dt a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.blogList dl {
  position: relative;
}

.blogList dl .category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #fff;
  background: #9c1c4b;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  pointer-events: none;
}

.blogTitle {
  font-size: 130%;
  font-family: 'A-OTF Gothic BBB Pr6N';
}

#blogPage .link {
  text-align: center;
  margin: 50px auto;
  font-size: 110%;
  clear: both;
}

@media screen and (max-width: 415px) {
  .catList {
    margin: 50px 0 0;
  }

  .cat-item {
    display: inline;
    font-size: 120%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .blogList {
    grid-template-columns: 100%;
    row-gap: 40px;
    column-gap: 0;
  }

  #Flow .linkto:after,
  #Question .linkto:after {
    width: 50% !important;
  }
}

@media screen and (max-width: 780px) and (min-width: 416px) {
  .blogTitle {
    font-size: 100%;
  }

  .blogList dl .category {
    left: 0;
  }

  #Flow .linkto:after,
  #Question .linkto:after {
    width: 35% !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 781px) {
  .blogTitle {
    font-size: 110%;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  user-select: none;
  color: #666;
  margin-top: 60px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 .1em;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #666;
}
.pagination .page-numbers.dots {
  width: 1em;
}
.pagination a {
  transition: color .2s ease, background-color .2s ease;
}
.pagination a:hover {
  color: #fff;
  background: #666;
  opacity: 1;
}

/*-----------------------------------------
Photo&Hairmake page
Flow page
-----------------------------------------*/
#PandH {
  margin-bottom: 50px;
}

.PH_content {
  margin-bottom: 50px;
}

.PH_content div {
  float: left;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  width: 33%;
  box-sizing: border-box;
}

.PH_content img {
  width: 280px;
  margin-bottom: 20px;
}

.PH_content h3 {
  font-size: 130%;
}

.hair_insta {
  position: relative;
}

.hair_insta .insta_title {
  position: absolute;
  left: 75px;
  font-size: 140%;
}

.hair_insta #sb_instagram #sbi_load .sbi_follow_btn {
  position: absolute;
  top: 100px;
  left: 250px;
  margin: 0;
}

.pageTitle.hm {
  margin-top: 20px;
}

@media screen and (max-width: 415px) {
  .hair_insta .insta_title {
    position: absolute;
    left: 23%;
    font-size: 140%;
  }

  .hair_insta #sb_instagram #sbi_load .sbi_follow_btn {
    position: absolute;
    left: 200px;
    margin: 0;
  }
}

#PandH .photoLogos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 80px 0 40px;
}

#PandH .photoLogos .logo {
  position: relative;
  width: 200px;
  height: 71px;
}

#PandH .photoLogos .logo::after {
  content: '';
  display: block;
  background-image: url(../../../uploads/2018/08/rogo横黒.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

#PandH .photoLogos .studio {
  font-family: "A-OTF Futo Min A101 Pr6N";
  font-size: 24px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #PandH .photoLogos {
    margin-top: 40px;
  }
  #PandH .photoLogos .logo {
    width: 150px;
    height: 54px;
  }
  #PandH .photoLogos .studio {
    font-size: 18px;
  }
}

#PandH .photoCatch {
  position: relative;
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 40px 5%;
  margin: 40px auto 80px;
  box-sizing: border-box;
}

#PandH .photoCatch::before,
#PandH .photoCatch::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70%;
  height: 2px;
  background: #707070;
}

#PandH .photoCatch::before {
  top: 0;
}

#PandH .photoCatch::after {
  bottom: 0;
}

#PandH .photoCatch p:nth-of-type(2) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #PandH .photoCatch {
    padding: 50px 5%;
    font-size: 12px;
    text-align: left;
  }

  #PandH .photoCatch::before,
  #PandH .photoCatch::after {
    width:90%;
  }
}

.staffwide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 570px;
}

.staffwide:after,
.staffwide:before {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}

.staffwide:after {
  clear: both;
}

.staffwide__leftspn {
  width: 50%;
  float: left;
  padding: 3%;
  display: block;
  box-sizing: border-box;
}

.staffwide__rightspn {
  width: 50%;
  float: right;
  padding: 3%;
  display: block;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .staffwide {
    height: auto;
  }

  .hair_insta {
    padding-top: 0px;
  }

  .staffwide__rightspn {
    width: 100%;
    height: auto;
    padding: 0 5%;
    float: none;
  }

  .staffwide__leftspn {
    width: 100%;
    height: auto;
    padding: 0 5%;
    float: none;
  }
}

.staffwide__cat {
  font-family: 'pt-serif', serif;
  font-style: normal;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  font-size: 20px;
}

.staffwide__cat--mt21p {
  font-family: 'pt-serif', serif;
  font-style: normal;
  margin-top: 21%;
  font-size: 20px;
  font-size: 2rem;
}

.staffwide__name {
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-size: 30px;
  line-height: 1em;
  margin-left: 10px;
}

.staffwide__txt {
  font-size: 14px;
  line-height: 1.75 !important;
}

.staffwide__insta {
  margin: 20px 0 40px;
}
.staffwide__insta a {
  display: inline-flex;
  align-items: center;
}
.staffwide__insta img {
  width: 30px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
.staffwide__insta a span {
  color: #d22b6e;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .staffwide__name {
    font-size: 170%;
    margin-bottom: 20px;
  }

  .staffwide__cat {
    font-size: 150%;
    margin-top: 5%;
  }

  .staffwide__cat--mt21p {
    margin-top: 5%;
  }

  .staffwide__cat--mt21p span {
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 890px) {
  .staffwide__txt {
    font-size: 12px;
  }
}

.staffwide__rightimg {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.staffwide__rightimg--h250 {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 768px) {
  .staffwide__rightimg {
    display: block;
    width: 100%;
    float: none;
    height: 500px;
    background-size: 100% !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .staffwide__rightimg--h250 {
    display: block;
    width: 100%;
    float: none;
    height: 500px;
    background-size: 100% !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (max-width: 480px) {
  .staffwide__rightimg {
    height: 250px;
  }

  .staffwide__rightimg--h250 {
    display: block;
    width: 100%;
    float: none;
    height: 215px;
    background-size: 100% !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.staffwide__leftimg {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .staffwide__leftimg {
    display: block;
    width: 100%;
    float: none;
    background-size: 100% !important;
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .staffwide__leftimg {
    height: 250px;
  }
}

/* .staffwide__img01 {
  background:url("http://24to.biz/wp-content/uploads/2018/09/RUU.jpg") center top no-repeat;
  background-size: cover;
}

.staffwide__img02 {
  background:url("http://24to.biz/wp-content/uploads/2018/09/UDAi.jpeg") center top no-repeat;
    background-size: cover;
}

.staffwide__img03 {
  background:url("http://24to.biz/wp-content/uploads/2018/09/Kobami.jpg") center top no-repeat;
  background-size: cover;
}

.staffwide__img04 {
  background:url("http://24to.biz/wp-content/uploads/2018/09/shinobu.jpeg") center top no-repeat;
  background-size: cover;
}

.staffwide__img05 {
  background:url("http://24to.biz/wp-content/uploads/2018/09/Tomomi.jpg") center top no-repeat;
  background-size: cover;
}

.staffwide__img06 {
  background:url("http://24to.biz/wp-content/uploads/2018/09/Nori.jpg") center top no-repeat;
  background-size: cover;
}

.staffwide__haru {
  background:url("http://24to.biz/wp-content/uploads/2019/05/haru.jpg") center top no-repeat;
  background-size: cover;
} */

.staffwide__Ruu {
  background: url('../img/staff/ph_Ruu.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Haru {
  background: url('../img/staff/ph_Haru.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Kobami {
  background: url('../img/staff/ph_Kobami.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Mei {
  background: url('../img/staff/ph_mei.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Kurumi {
  background: url('../img/staff/ph_Kurumi.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Shinobu {
  background: url('../img/staff/ph_Shinobu.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Kaori {
  background: url('../img/staff/ph_Kaori.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Asami {
  background: url('../img/staff/ph_Asami.jpg') center top no-repeat;
  background-size: cover;
}

.staffwide__Aya {
  background: url('../img/staff/ph_Aya.jpg') center top no-repeat;
  background-size: cover;
}

.hair_insta {
  width: 80%;
  margin: auto;
  padding-top: 100px;
}

/*-----------------------------------------------
  flow
  Q & A
 -----------------------------------------------*/
.flowTopImg {
  width: 80%;
  margin: 50px 0;
}

.staffwide__img06 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/Nori.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img07 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/flow1.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img08 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/flow2.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img09 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/flow3.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img10 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/flow4.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img11 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/Nori.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img12 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/flow6.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img13 {
  background: url('http://24to.biz/wp-content/uploads/2018/09/flow7.jpg') center
    top no-repeat;
  background-size: cover;
}

.staffwide__img14 {
  background: url('http://24to.biz/wp-content/uploads/2018/10/お見送り-min.jpg')
    center top no-repeat;
  background-size: cover;
}

.staffwide__img15 {
  background: url('http://24to.biz/wp-content/uploads/2018/10/加工-min.jpg')
    center top no-repeat;
  background-size: cover;
}

.staffwide__img16 {
  background: url('http://24to.biz/wp-content/uploads/2018/10/納品-min.jpg')
    center top no-repeat;
  background-size: cover;
}

#Flow,
#Question,
#Privacy,
#Contact {
  font-family: 'A-OTF Gothic BBB Pr6N';
}

#Flow .staffwide__cat {
  font-family: 'A-OTF Gothic BBB Pr6N';
  font-weight: normal;
}

.flowTxt {
  font-size: 115%;
}

#Flow .point {
  margin: 30px 0;
  font-family: 'A-OTF Gothic BBB Pr6N';
  font-size: 110%;
}

#Flow .point span {
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 150%;
}

#Flow .linkto,
#Question .linkto {
  margin-top: 10px;
}

#Flow .linkto:after,
#Question .linkto:after {
  content: '';
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #9c1c4b, #fff);
  background: -webkit-linear-gradient(to right, #9c1c4b, #fff);
  background: linear-gradient(to right, #9c1c4b, #fff);
}

#Flow .linkto:after {
  width: 25%;
}

#Question .linkto:after {
  width: 15%;
}

#Question {
  margin: 50px 5%;
}

.cp_qa h3 {
  color: #9c1c4b;
  font-size: 160%;
  margin-bottom: 20px;
}

.cp_qa h3 img,
.qa_adress .button img {
  width: 20px;
  margin-right: 10px;
}

.cp_qa dl {
  margin-bottom: 50px;
}

.cp_qa dt,
.qa_adress p {
  font-size: 140%;
  margin: 20px 0;
}

.cp_qa dd {
  color: #606060;
  font-size: 115%;
  line-height: 2 !important;
  margin-bottom: 20px;
}

.cp_qa .border {
  border: 1px solid #d3d3d3;
  margin: 100px auto !important;
}

.qa_adress {
  text-align: center;
  margin-bottom: 50px;
}

.cp_qa .bank {
  font-family: 'A-OTF Gothic BBB Pr6N';
  font-size: 110%;
  margin: 30px 0;
}

.qa_adress .tel img {
  margin: 30px 0;
  width: 300px;
}

.qa_adress .button img {
  width: 20px;
  margin-right: 10px;
}

.qa_adress .button {
  color: #333;
  border: #333 solid 1px;
  font-size: 105%;
  display: inline-block;
  padding: 15px 0;
  width: 25%;
  height: 30px;
}

#line_bunner img {
  width: 280px;
  margin: 30px auto;
}

@media screen and (max-width: 680px) {
  #Flow .pageTitle {
    width: 90%;
    margin: 0 auto;
  }

  .qa_adress .button {
    font-size: 95%;
    width: 80%;
  }

  .cp_qa .border {
    margin: 70px auto !important;
  }
}

/*-----------------------------------------
About Us
-----------------------------------------*/

#Aboutus {
}

#Aboutus img {
  object-fit: cover;
  width: 100%;
}

.Aboutus_inner {
  margin: 80px 0;
  line-height: 2.5;
  font-size: 140%;
  color: #707070;
  font-family: 'Judson', YuMincho, '游明朝', 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.Aboutus_inner h2 {
  font-size: 220%;
  margin: 80px 0 0px;
}

.Aboutus_inner .otherTxt {
  margin-bottom: 60px;
}

.Aboutus_inner .otherTxt2 {
  margin: 20px 0;
}

.Aboutus_inner_pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Aboutus_inner_pic img {
  width: 50% !important;
}

#Aboutus .right_img {
  background: url('http://24to.biz/wp-content/uploads/2018/09/24to-117.jpg')
    center top no-repeat;
  background-size: cover;
}

#Aboutus .left_img {
  background: url('http://24to.biz/wp-content/uploads/2018/09/24to-374.jpg')
    center top no-repeat;
  background-size: cover;
}

.harfBox {
  position: relative;
  padding: 0;
}

.harfBox_txt {
  text-align: center;
  line-height: 2 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #707070;
  font-family: 'Judson', YuMincho, '游明朝', 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.producer {
  margin-top: 60px;
  line-height: 1.5;
}

@media screen and (max-width: 450px) {
  .harfBox_txt {
    line-height: 2;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin: 50px;
  }

  #Aboutus {
    font-size: 105%;
  }

  .Aboutus_inner {
    margin: 30px 7px;
    font-size: 95%;
  }

  .Aboutus_inner h2 {
    font-size: 190%;
    margin: 20px 0 0;
    line-height: 1.5;
  }

  .Aboutus_inner .otherTxt2 {
    margin: 10px 0;
  }

  .Aboutus_inner .otherTxt {
    margin: 0;
  }

  .content-harf {
    margin: 30px 0;
  }

  .harf-box p {
    box-sizing: border-box;
    left: 10px;
    transform: none;
    font-size: 50%;
    line-height: 1.5;
  }

  .content-harf-left {
    width: 100%;
    height: auto;
    padding: 0 5%;
    display: block !important;
  }

  .content-harf-right {
    width: 100%;
    height: auto;
    padding: 0 5%;
    display: block !important;
  }
}

@media screen and (max-width: 787px) and (min-width: 451px) {
  .harfBox_txt {
    line-height: 2 !important;
    position: inherit;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

/*-----------------------------------------
local photo plan
-----------------------------------------*/

#Location_plan {
  margin: 0;
}

#Location_plan article {
  float: left;
  position: relative;
  width: 50%;
}

#Location_plan a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#Location_plan .oneColumn img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

#Location_plan article a {
  display: block;
}

#Location_plan .planTxt,
#Location_plan .oneColumn .planTxt {
  position: relative;
  margin: auto 0;
  padding: 40px 0;
}

#Location_plan .planName {
  line-height: 1.2em;
  width: 50%;
  text-align: center;
  font-size: 120%;
  font-family: 'A-OTF Futo Min A101 Pr6N', serif;
}

#Location_plan .price {
  font-family: 'Book Italic', 'Italic', serif;
  font-style: italic;
  font-size: 200%;
  float: right;
  top: 30%;
  position: absolute;
  left: 55%;
}

#Location_plan .oneColumn {
  float: none;
  clear: both;
  width: 100%;
}

#Location_plan .oneColumn .planName {
  width: 45%;
  text-align: right;
  margin-left: 0;
  margin-right: 50px;
  top: 10px;
  left: 0;
  font-family: 'A-OTF Futo Min A101 Pr6N', serif;
}

@media screen and (max-width: 680px) {
  #Location_plan article {
    margin-bottom: 0px;
  }

  #Location_plan .planTxt,
  #Location_plan .oneColumn .planTxt {
    padding: 15px 0;
  }

  #Location_plan .planName {
    width: 55%;
    font-size: 65%;
    margin-left: 0;
  }

  #Location_plan .price {
    font-size: 90%;
    margin-right: 0;
  }
}

/*----------------------------------------------------
 Wedding Photo Plan
----------------------------------------------------*/
.wpp {
  margin: 20px auto 150px;
}

.wpp img {
  width: 80%;
  height: auto;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.wpp_p,
.wpp p {
  font-family: 'A-OTF Gothic BBB Pr6N';
}

.wpp_p {
  font-size: 120%;
  margin: 50px 20px !important;
}

.wpp p {
  font-size: 120%;
  margin: 30px 0px;
  text-align: center;
}

.wpp h2 {
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  margin: 50px 0 20px;
}

.wpp .zei {
  font-size: 50%;
}

.wpp h3 {
  font-family: 'Bodoni 72';
  font-style: italic;
  font-size: 350%;
}

.customer_img {
  margin-bottom: 80px;
}

.customer_imgContent {
  width: 80%;
  margin: 50px auto;
}

.customer_img h2 {
  font-size: 400%;
  color: #707070;
  font-family: 'cormorant-garamond', serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 10%;
}

@media screen and (max-width: 680px) {
  .wpp {
    margin: 20px auto 100px;
  }

  .customer_img {
    margin-left: 0px;
    margin-bottom: 50px;
    text-align: center;
  }

  .customer_img h2 {
    font-size: 250%;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .customer_imgContent {
    width: 80%;
    margin: 20px auto 50px;
  }

  .wpp h2 {
    font-size: 150%;
    margin: 30px 0;
  }

  .wpp h3 {
    font-size: 280%;
  }

  .wpp_p {
    font-size: 85%;
    margin: 25px 0;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .wpp p {
    font-size: 130%;
    margin: 15px 0;
  }
}

/*----------------------------------------------------
Photograph Fee　page
----------------------------------------------------*/
.PhotoFee {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.PhotoFee.first {
  margin-bottom: 120px;
}

#PhotoFee img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.PhotoFee h2 {
  color: #988124;
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 250%;
}

.PhotoFee .option h2 {
  font-size: 130%;
}

.PhotoFee_contents {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px 10%;
}

.PhotoFee_div {
  width: 45%;
}

.plan_button {
  border: 1px solid #988124;
  background-color: #988124;
  width: 120px;
  height: auto;
  float: right;
  margin-right: 30px;
  margin-top: -50px;
  padding: 5px;
}

.plan_button a {
  color: #fff;
  font-size: 90%;
  margin: 15px;
  font-family: 'A-OTF Gothic BBB Pr6N';
}

.plan_button a img {
  width: 10% !important;
  height: auto !important;
  margin-left: 5px;
}

.PhotoFee_contents h3 {
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 180%;
}

.PhotoFee_contents p {
  font-family: 'Bodoni 72';
  font-style: italic;
  font-size: 250%;
  margin: 20px;
}

.PhotoFee_contents .onecolumn {
  float: none;
  width: 100%;
}

.PhotoFee_contents .onecolumn .plan_button {
  margin-right: 420px;
  margin-top: -50px;
}

.PhotoFee .border {
  border-bottom: 2px solid #606060;
  width: 80%;
  margin: auto;
  padding: 50px;
}

.option {
  margin: 50px 100px;
}

.kome {
  margin-bottom: 50px;
}

.wdTitle {
  margin: 100px;
}

@media screen and (max-width: 680px) {
  .PhotoFee {
    width: 100%;
    margin: 0 auto;
  }

  .option {
    margin: 0px;
  }

  #PhotoFee img {
    height: 300px;
  }

  .PhotoFee h2 {
    font-size: 185%;
    margin: 30px 0 !important;
  }

  .PhotoFee_contents {
    gap: 10px;
  }
  .PhotoFee_div {
    width: calc(50% - 5px);
  }

  .plan_button,
  .PhotoFee_contents .onecolumn .plan_button {
    float: none;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .PhotoFee_contents p {
    font-size: 160%;
    margin: 15px 0;
  }

  .PhotoFee_contents h3 {
    font-size: 100%;
  }

  .PhotoFee .border {
    padding: 20px;
    margin-bottom: 70px;
  }

  .option span.plan_pagetitle {
    font-family: 'cormorant-garamond', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 200%;
    color: #707070;
  }

  .PhotoFee_contents .twocolumn {
    width: 50%;
  }

  .PhotoFee_contents .twocolumn h3 {
    font-size: 118%;
  }

  .PhotoFee_contents .twocolumn p {
    font-size: 185%;
    margin: 15px 0;
  }
}

#PhotoFee .option-section h2 {
  color: #707070;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  #PhotoFee .option-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#PhotoFee .option-wrap {
  margin-bottom: 60px;
}
#PhotoFee .option-wrap h3 {
  color: #988123;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  #PhotoFee .option-wrap {
    margin-bottom: 30px;
  }
  #PhotoFee .option-wrap h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}

#PhotoFee .option-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#PhotoFee .option-item {
  width:  47%;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #D9D9D9;
  padding: 20px 50px;
  box-sizing: border-box;
  margin-bottom: -1px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  #PhotoFee .option-item {
    width: 100%;
  }
}
#PhotoFee .option-name {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
#PhotoFee .option-price {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
#PhotoFee .etc {
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 680px) {
  #PhotoFee .option-name,
  #PhotoFee .option-price {
    font-size: 13px;
  }
  #PhotoFee .etc {
    font-size: 11px;
  }
}


/*----------------------------------------------------
campaign&Event
----------------------------------------------------*/
#CandE .pt-cv-readmore {
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
  text-decoration: none !important;
}

.CandE {
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  margin: 50px auto;
}

#CandE .pt-cv-thumbnail.pull-left {
  margin-bottom: 30px !important;
}

#CandE .pt-cv-readmore:after {
  content: '';
  display: block;
  height: 4px;
  background: -moz-linear-gradient(to right, #9c1c4b, #fff);
  background: -webkit-linear-gradient(to right, #9c1c4b, #fff);
  background: linear-gradient(to right, #9c1c4b, #fff);
  margin: 0 auto;
}

/*----------------------------------------------------
Gallery
----------------------------------------------------*/

#wrap .fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
  background-color: transparent;
  border: none;
}

#wrap .fg-paging-container .fg-dot-item .fg-dot-link {
  color: #333;
  font-size: 16px;
}

#wrap .fg-paging-container .fg-dot-item.fg-selected .fg-dot-link {
  color: #9c1c4b;
}

.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:focus:before,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover:before,
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before {
  display: none;
  content: none;
}

.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:before {
  display: none;
  content: none;
}

.wpcf7-radio span.wpcf7-list-item {
  display: block;
}

.pickup-title {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  font-family: 'cormorant-garamond', serif;
  font-size: 18px;
}

.dress_container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -20px;
  margin-bottom: 30px;
}

.dress_list {
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.category-list {
  margin-bottom: 30px;
  background-color: #efefef;
  padding: 10px 10px 0;
  border-radius: 3px;
}

.category-list .cat-select {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .category-list {
    margin-bottom: 10px;
    padding: 0;
  }

  .category-list .cat-select {
    display: block;
  }
}

.category-list .cat-select i {
  color: #9a1c48;
}

.category-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.open {
  transition: all 3000ms 0s ease;
}

.category-list ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #101010;
  text-align: center;
  margin-right: 10px;
  background-color: #fff;
}

.category-list ul li a:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  content: '';
  background-color: #ea7979;
}

.category-list ul li a span {
  display: none;
}

.pickup_dress_list {
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
}

.category-list ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .category-list ul {
  }

  .dress_container {
    padding-left: 10px;
  }

  .pickup_dress_list {
    padding-left: 10px;
  }

  .pickup_dress_list {
    width: 100%;
  }

  .category-list ul li {
    border: 1px solid #efefef;
    flex-grow: 1;
    margin: 0;
  }

  .category-list ul li a {
    padding: 5px;
    margin-right: 0;
  }

  .category-list ul li a:before {
    display: none;
  }

  .category-list ul li a span {
    display: inline-block;
  }
}

.category-list ul li.cat-active {
  display: block;
}

.category-list ul li.cat-active a {
  font-weight: bold;
  background-color: #9a1c48;
  color: #fff;
}

.category-list ul li.cat-active a:before {
  background-color: #fff !important;
}

.silhouette {
  padding: 0 0 20px 0;
}

.silhouette h3 {
  padding: 0 0 20px 0;
  font-size: 16px;
}

.post-info {
  margin-bottom: 5px;
  text-align: right;
  padding: 5px 10px;
  border-bottom: 1px solid #9c1c49;
  color: #9c1c49 !important;
}

.post-text {
  margin-bottom: 25px;
}

.dress_thumbnail {
  margin-bottom: 5px;
}
.dress-cat span {
  background-color: #9a1c48;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.post-info a {
  color: #9c1c49 !important;
}

@media screen and (max-width: 760px) {
  .silhouette h3 {
    display: none;
  }

  .dress_container {
    margin-left: -10px;
  }

  .dress_list {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
}

.silhouette-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.silhouette-list li.cat-silhouette {
  width: 20%;
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
}

.silhouette-list li.cat-silhouette a {
  padding: 10px;
  display: block;
}

.silhouette-list li.cat-silhouette a:hover {
  background-color: #9a1c48;
  color: #fff;
}

.silhouette-list li.cat-silhouette.cat-active {
  background-color: #9a1c48;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .silhouette-list li.cat-silhouette {
    width: 100%;
    display: none;
  }

  .silhouette-list li.cat-silhouette.cat-active {
    display: block;
    background-color: #fff;
    color: #9a1c48;
    border: 1px solid #9a1c48;
  }

  .silhouette-list li.cat-silhouette.cat-active a:before {
    content: '∟';
    display: inline;
  }

  .silhouette-list ul li a {
    text-align: left;
    margin-right: 0;
  }
}

.droplist.open li {
  display: block;
  margin-bottom: 0;
}

.droplist.open li a {
  border-radius: 0 !important;
  border-top: 0;
  border-color: #ccc;
}

.droplist.open li {
  border: 1px solid #9a1c48;
}

/*----------------------------------------------------
Company
----------------------------------------------------*/

.table {
  font-family: 'pt-serif', serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto;
  border-top: 1px solid #d3d3d3;
  width: 85%;
  margin-top: 80px;
}

.table tbody {
  vertical-align: top;
}

#company tr {
  width: 100%;
}

.table td,
.table th {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  font-size: 120%;
  line-height: 2;
}

.privacy {
  margin: 100px auto;
  width: 85%;
}

.privacy p {
  font-size: 115%;
  margin-bottom: 20px;
}

.privacy dl {
  margin-bottom: 20px;
}

.privacy dt {
  font-size: 140%;
  margin: 10px 0;
}

.privacy dd {
  color: #606060;
  font-size: 115%;
  line-height: 2 !important;
  margin-bottom: 20px;
}

.privacy .border {
  border: 1px solid #d3d3d3;
  margin: 50px auto !important;
}

/* 一時停止 */
.tmpStop a {
  pointer-events: none;
}
.tmpStop .planName,
.tmpStop .price {
  color: #999;
}

/* FooGallery 前後以外のページング削除 */
.fg-paging-container .fg-pages .fg-page-item:not(.fg-page-prev):not(.fg-page-next) {
  display: none;
}

/*----------------------------------------------------
Awards/Media 共通
----------------------------------------------------*/
.key-visual {
  position: relative;
  width: 100%;
  height: 452px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .key-visual {
    padding: 0 10px;
  }
}
.key-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.key-visual .view-sp {
  display: none;
}
.key-visual .view-pc {
  display: block;
}
@media screen and (max-width: 680px) {
  .key-visual .view-sp {
    display: block;
  }
  .key-visual .view-pc {
    display: none;
  }
}
.key-visual .key-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  height: 100%;
  background: rgba(0, 0, 0, .3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 680px) {
  .key-visual .key-text {
    width: calc(100% - 20px);
  }
}

.key-visual .key-text img {
  width: auto;
  height: auto;
  transform: translateY(-10%);
}
.key-visual .key-text .title {
  color: #fff;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 60px;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  transform: translateY(-45%);
}
@media screen and (max-width: 680px) {
  .awards .key-visual .key-text img {
    width: 240px;
  }
  .media .key-visual .key-text img {
    width: 195px;
  }
  .key-visual .key-text .title {
    font-size: 40px;
    transform: translateY(-45%);
  }
}

.key-intro {
  margin: 50px auto;
  color: #707070;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .key-intro {
    font-size: 13px;
  }
}

/*----------------------------------------------------
Awards
----------------------------------------------------*/
.awards-item-wrap {
  padding: 0 20px;
  box-sizing: border-box;
}
.awards-item-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap {
    padding: 0;
  }
}
.awards-item-wrap .inner-wrap {
  background: #EEECE6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap .inner-wrap {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
}
.awards-item-wrap .image-group {
  width: 50%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap .image-group {
    width: 100%;
    max-width: 100%;
  }
}
.awards-item-wrap .image-group .image-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 600px;
}
.awards-item-wrap .image-group .image-wrap:not(:last-of-type) {
  margin-bottom: 20px;
}
.awards-item-wrap .image-group .image-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.awards-item-wrap .text-wrap {
  width: 50%;
  max-width: 600px;
  padding-left: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap .text-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
}
.awards-item-wrap .title-wrap {
  position: relative;
  color: #8B342D;
  font-size: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap .title-wrap {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.awards-item-wrap .title-wrap::before {
  content: '';
  position: absolute;
  left: -1.4em;
  top: .4em;
  background-image: url(../img/awards/icon-title.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  aspect-ratio: 21/19;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap .title-wrap::before {
    left: -1.8em;
    top: .3em;
    width: 16px;
  }
}
.awards-item-wrap .name-wrap {
  display: flex;
  align-items: center;
}
.awards-item-wrap .name-wrap a {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.awards-item-wrap .name-wrap a.no-active {
  pointer-events: none;
}
@media screen and (max-width: 680px) {
  .awards-item-wrap .name-wrap {
    margin-bottom: 20px;
  }
}
.awards-item-wrap .name-wrap img {
  width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 99rem;
}
.awards-item-wrap .name-wrap h3 {
  font-size: 14px;
  font-weight: 500;
}

/*----------------------------------------------------
Media
----------------------------------------------------*/
.media-item-wrap {
  margin-top: 90px;
  padding: 0 20px;
}
@media screen and (max-width: 680px) {
  .media-item-wrap {
    padding: 0 10px;
  }
}
.media-item-wrap .inner-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 87px 2.5%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .media-item-wrap .inner-wrap {
    grid-template-columns: 1fr;
  }
}

.media-item-wrap .media-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  gap: 15px 7%;
  background: #EEECE6;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .media-item-wrap .media-item {
    flex-direction: column;
    padding: 0 20px 50px;
  }
}
.media-item-wrap .image-wrap {
  display: block;
  position: relative;
  top: -25px;
  width: 210px;
  height: auto;
  aspect-ratio: 210/282;
  box-shadow: 5px 5px 0 #bbb;
}
@media screen and (max-width: 680px) {
  .media-item-wrap .image-wrap {
    width: 240px;
  }
}
.media-item-wrap .image-wrap::after {
  content: '';
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 1;
  width: 31px;
  aspect-ratio: 1/1;
  background-image: url(../img/media/icon_glass.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.media-item-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.media-item-wrap .hidden-item {
  visibility: hidden;
}
.media-item-wrap .text-wrap .date {
  color: #B2A99B;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.media-item-wrap .text-wrap h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  margin-bottom: 45px;
}
.media-item-wrap .text-wrap .info {
  color: #707070;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 680px) {
  .media-item-wrap .text-wrap {
    text-align: center;
  }
  .media-item-wrap .text-wrap h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .media-item-wrap .text-wrap .info {
    font-size: 13px;
  }
}

/*----------------------------------------------------
  index Family link
----------------------------------------------------*/
.to-family {
  box-sizing: border-box;
  padding: 0 13px 65px;
  margin: 130px auto 0;
  background: #E7E5E3;
  border-radius: 0 120px 0 120px;
}
@media screen and (max-width: 680px) {
  .to-family {
    max-width: 100%;
    margin-top: 80px;
    padding-bottom: 130px;
    border-radius: 0 80px 0 80px;
}
}
.to-family .inner-wrap {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.to-family .fam-content-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 680px) {
  .to-family .fam-content-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.to-family .fam-content-wrap .image-wrap {
  position: relative;
  z-index: 1;
  width: 55.55%;
  margin-right: -7.14%;
  transform: translateY(-27px);
  box-sizing: border-box;
}
.to-family .fam-content-wrap .image-wrap img {
  border-radius: 15px;
}
@media screen and (max-width: 680px) {
  .to-family .fam-content-wrap .image-wrap {
    width: 100%;
    margin-right: 0;
    padding: 0 17px;
    transform: none;
    margin-bottom: -50px;
  }
}
.to-family .fam-content-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 51.59%;
  padding: 93px 20px 57px 11%;
  box-sizing: border-box;
  background: #FCFAF7;
  border-radius: 35px;
}
@media screen and (max-width: 680px) {
  .to-family .fam-content-wrap .text-wrap {
    width: 100%;
    padding: 100px 17px 45px;
  }
}
.to-family .fam-content-wrap .fam-logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 680px) {
  .to-family .fam-content-wrap .fam-logo {
    margin-bottom: 40px;
    max-width: 233px;
  }
}
.to-family .fam-content-wrap .text-content {
  max-width: 370px;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .to-family .fam-content-wrap .text-content {
    margin-bottom: 0;
  }
}
.to-family .fam-content-wrap .text-content p {
  font-family: 'Sawarabi Mincho', serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2.1;
}
.to-family .fam-content-wrap .to-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 200px;
  height: 50px;
  border: 1px solid currentColor;
  font-size: 13px;
  border-radius: 999px;
  stroke: currentColor;
  transition: color .2s ease, background-color .2s ease;
}
.to-family .fam-content-wrap .to-btn a svg {
  margin-bottom: -.1em;
}
.to-family .fam-content-wrap .to-btn a:hover {
  color: #fff;
  background-color: #231816;
  opacity: 1;
}
@media screen and (max-width: 680px) {
  .to-family .fam-content-wrap .to-btn {
    position: absolute;
    bottom: -85px;
  }
}

/*----------------------------------------------------
  Plan page
----------------------------------------------------*/
.plan-page #breadChumbs {
  float: none;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 13px;
}
.plan-section {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .plan-section {
    padding: 0 13px;
  }
}
.plan-kv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .plan-kv {
    padding: 0 13px;
  }
}
.plan-kv img {
  width: 100%;
  max-width: 1200px;
  max-height: 800px;
  object-fit: cover;
}
.plan-body .catTitle {
  padding-top: 30px;
}
.plan-body .catTitle .descTitle.color-blue {
  color: #2e5ba0;
}

.plan-contents .plan-contents-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 20px;
}
.plan-contents-wrap .paln-contents-item {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.plan-contents-wrap .paln-contents-item img {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paln-contents-item span {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 680px) {
  .plan-contents-wrap .paln-contents-item {
    width: 33.33%;
  }
  .paln-contents-item span {
    font-size: 10px;
  }
}

.plan-comment li {
  font-size: 15px;
  line-height: 1.7;
}
.plan-comment li:not(:last-of-type) {
  margin-bottom: 40px;
}
.plan-comment li .note {
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 680px) {
  .plan-comment li {
    font-size: 14px;
  }
  .plan-comment li .note {
    font-size: 13px;
  }
}

.premium-head {
  margin-bottom: 70px;
}
.premium-head h3 {
  font-size: 180%;
  font-family: 'A-OTF Futo Min A101 Pr6N';
  font-weight: bold;
  color: #988124;
  margin-bottom: 30px;
}
.premium-head p {
  font-size: 14px;
  line-height: 1.8;
}
.premium-image-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.premium-image-wrap .before {
  width: 45%;
}
.premium-image-wrap .after {
  width: 52%;
}
.premium-image-wrap p {
  font-size: 23px;
  font-family: 'pt-serif', serif;
  font-weight: 400;
  font-style: italic;
  margin-top: 20px;
}
.premium-text-wrap p {
  font-size: 14px;
  line-height: 1.8;
}
.premium-text-wrap ul {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.jpWrap.plan-section {
  margin-bottom: 30px;
}
.plan-jp-encho {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
  font-size: 13px;
}
@media screen and (max-width: 680px) {
  .jpWrap.plan-section {
    margin-bottom: 0;
  }
}

/* plan-option */
.plan-body .option-section {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  .plan-body .option-section {
    padding: 0 13px;
  }
}
.plan-body .option-section h2 {
  color: #707070;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .plan-body .option-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.plan-body .option-wrap {
  margin-bottom: 60px;
}
.plan-body .option-wrap h3 {
  color: #988123;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .plan-body .option-wrap {
    margin-bottom: 30px;
  }
  .plan-body .option-wrap h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}

.plan-body .option-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.plan-body .option-item {
  width:  47%;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #D9D9D9;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-bottom: -1px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  .plan-body .option-item {
    width: 100%;
  }
}
.plan-body .option-name {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
.plan-body .option-price {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
.plan-body .etc {
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 680px) {
  .plan-body .option-name,
  .plan-body .option-price {
    font-size: 13px;
  }
  .plan-body .etc {
    font-size: 11px;
  }
}

/*----------------------------------------------------
  Movie Page
----------------------------------------------------*/
.movie-page #breadChumbs {
  float: none;
  display: flex;
  justify-content: flex-end;
  margin: 26px 20px 40px;
}
@media screen and (max-width: 680px) {
  .movie-page #breadChumbs {
    margin: 15px 13px 30px;
  }
}
.movie-main section {
  box-sizing: border-box;
  padding: 0 6.25%;
}
@media screen and (max-width: 680px) {
  .movie-main section {
    padding: 0 13px;
  }
}
.movie-main .view-sp {
  display: none;
}
@media screen and (max-width: 680px) {
  .movie-main .view-sp {
    display: initial;
  }
}
.movie-main img {
  user-select: none;
  pointer-events: none;
}
.movie-main .keys {
  position: relative;
}
.movie-main .keys img {
  width: 100%;
}
.movie-main .keys h1 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 64px;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  white-space: nowrap;
}
.movie-main .keys h1 span {
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .movie-main .keys h1 {
    font-size: 26px;
  }
  .movie-main .keys h1 span {
    font-size: 11px;
  }
}
.movie-main h2 {
  color: #BBBBBB;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 680px) {
  .movie-main  h2 {
    font-size: 20px;
  }
}

/* Concept */
.movie-main .concept-section {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 30px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 680px) {
  .movie-main .concept-section {
    padding-top: 60px;
    padding-bottom: 120px;
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 30px 23px;
  }
}
.movie-main .concept-section .text-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
.movie-main .concept-section h2 {
  color: #BBBBBB;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .movie-main .concept-section .text-wrap {
    width: 100%;
  }
  .movie-main .concept-section h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.movie-main .concept-section .detail-wrap {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 680px) {
  .movie-main .concept-section .detail-wrap {
    font-size: 11px;
  }
}
.movie-main .concept-section .detail-wrap p + p {
  margin-top: 2em;
}
.movie-main .concept-section .sub-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .movie-main .concept-section .sub-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.movie-main .concept-section .bg-wrap-1 {
  position: absolute;
  left: 50%;
  top: 120px;
  transform: translateX(-175%);
  padding-right: 20px;
  max-width: 360px;
}
.movie-main .concept-section .bg-wrap-1 img:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 60%;
  max-width: 50%;
}
@media screen and (max-width: 680px) {
  .movie-main .concept-section .bg-wrap-1 {
    position: relative;
    inset: auto;
    width: 50%;
    transform: none;
    padding: 0;
    max-width: 162px;
  }
  .movie-main .concept-section .bg-wrap-1 img:nth-of-type(2) {
    position: absolute;
    right: -43px;
    top: 65%;
    max-width: 81px;
  }
}
.movie-main .concept-section .bg-wrap-2 {
  position: absolute;
  right: 50%;
  bottom: 0;
  max-width: 50%;
  transform: translateX(180%);
}
@media screen and (max-width: 680px) {
  .movie-main .concept-section .bg-wrap-2 {
    position: relative;
    inset: auto;
    width: 50%;
    max-width: 164px;
    transform: none;
    margin-top: 20px;
  }
}

/* LOCATION ~ PHOTOGRAPHER */
.movie-main .section-wrap section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1260px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 30px 4%;
}
.movie-main .section-wrap section:nth-of-type(odd){
  flex-direction: row-reverse;
}
@media screen and (max-width: 680px) {
  .movie-main .section-wrap section {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .movie-main .section-wrap section:nth-of-type(odd){
    flex-direction: column;
  }
}
.movie-main .section-wrap section .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4% 3.6% 10px;
  gap: 30px;
}
@media screen and (max-width: 680px) {
  .movie-main .section-wrap section .text-wrap {
    text-align: center;
  }
}
.movie-main .section-wrap section h2 {
  color: #BBBBBB;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 680px) {
  .movie-main .section-wrap section h2 {
    font-size: 20px;
  }
}
.movie-main .section-wrap section .sub-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3px;
}
@media screen and (max-width: 680px) {
  .movie-main .section-wrap section .sub-title {
    font-size: 20px;
  }
}
.movie-main .section-wrap section .detail-wrap {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 680px) {
  .movie-main .section-wrap section .detail-wrap {
    font-size: 11px;
    line-height: 2.8;
  }
}
.movie-main .section-wrap section .image-wrap {
  max-width: 47.6%;
}
@media screen and (max-width: 680px) {
  .movie-main .section-wrap section .image-wrap {
    max-width: 100%;
  }
}

/* PLAN */
.movie-main .plan-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.movie-main .plan-section h2 {
  margin: 60px;
}
@media screen and (max-width: 680px) {
  .movie-main .plan-section h2 {
    margin: 20px;
  }
}
.movie-main .option-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.movie-main .option-item {
  width:  100%;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #D9D9D9;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: -1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .movie-main .option-item {
    width: 100%;
    padding: 20px;
  }
}
.movie-main .option-name {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}
.movie-main .option-price {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 680px) {
  .movie-main .option-price {
    flex-direction: column;
  }
}
.movie-main .option-price .big {
  position: relative;
  top: -.1em;
  font-size: 2em;
  padding: 0 3px;
}
.movie-main .outetc {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  color: #777777;
  text-align: right;
}
@media screen and (max-width: 680px) {
  .movie-main .option-name,
  .movie-main .option-price {
    font-size: 13px;
  }
  .movie-main .outetc {
    font-size: 11px;
    text-align: left;
  }
}

/* GALLERY */
.movie-main .movie-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
  margin: 0 auto;
  box-sizing: content-box;
}
.movie-main .movie-section h2 {
  margin: 60px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .movie-main .movie-section h2 {
    margin: 20px;
  }
}
.movie-main .movie-section .select-wrap {
  box-sizing: border-box;
}
.movie-main .movie-section .select-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 15px;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .movie-main .movie-section .select-wrap {
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.movie-main .movie-section .select-wrap .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777777;
  font-size: 20px;
  line-height: 1;
  padding: 13px 2em;
  min-width: 190px;
  background: #eee;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s ease;
}
@media screen and (max-width: 680px) {
  .movie-main .movie-section .select-wrap .tab {
    font-size: 13px;
    min-width: 109px;
    padding: 8px 2em;
  }
}
.movie-main .movie-section .select-wrap .tab.active {
  color: #fff;
  background: #9C1C4B;
  cursor: initial;
}

.movie-main .tab-content-wrap {
  width: 100%;
}
.tab-content-wrap .tab-content {
  display: none;
  flex-wrap: wrap;
  gap: 30px 4%;
}
@media screen and (max-width: 680px) {
  .tab-content-wrap .tab-content {
    flex-direction: column;
    gap: 20px;
  }
}
.tab-content-wrap .tab-content.active {
  display: flex;
}
.tab-content-wrap .tab-content .tab-item {
  width: 48%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 680px) {
  .tab-content-wrap .tab-content .tab-item {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.tab-content-wrap .tab-content .tab-item iframe {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
WeddingPhotoPlan Page
----------------------------------------------------*/
#PhotoPlan .wpp img {
  width: 100%;
  max-width: 1200px;
}
#PhotoPlan .customer_img h2 {
  margin: 0 auto 20px;
  max-width: 1000px;
}
#PhotoPlan .customer_imgContent {
  margin: 50px auto;
  width: 100%;
  max-width: 1000px;
}
#PhotoPlan.plan-body .option-section {
  padding: 0;
}
#PhotoPlan section.plan {
  width: 100%;
  max-width: 1000px;
}
