@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © SUN Y'S group

HTML CSS Selectors bridal

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

.site-header {
  opacity: 0;
}
.header-nav {
  transition-delay:1000ms;
}

.btn-return {
  position: fixed;
  top: 35px;
  left: 50%;
  margin-left: -500px;
  z-index: 30;
  transition-delay:1000ms;
}
.btn-return a {
  display: block;
  padding-top: 35px;
  background: url("../img/bell/icon_return.png") no-repeat center top;
  background-size: 42px auto;
  border-bottom: 1px solid #000;
  font-size: 11px;
  line-height: 1;
}

.btn-line {
  width: calc(50vw - 373px);
  min-width: 150px;
  max-width: 330px;
  height:  calc(50vw - 373px);
  min-height: 150px;
  max-height: 330px;
  position: fixed;
  right: 0;
  bottom: 0;
  transition-delay:5000ms;
  z-index: 50;
  overflow:hidden;
}
.btn-line::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2000px 2000px;
  border-color: transparent transparent #29c55d transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  content:"";
  z-index: 1;
}
.btn-line a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/*---------------------------------------------------------------------------------
FV
--------------------------------------------------------------------------------- */
.salon-fv {
  width: 1000px;
  height: 100vh;
  margin: 0 auto 60px;
  position: relative;
}
.salon-fv-inner {
  padding-top: 120px;
  position: relative;
  margin-right: 368px;
  z-index: 2;
}
.salon-fv-inner__ttl {
  padding-bottom: 30px;
  text-align: right;
}
.salon-fv-inner__ttl .en {
  display: block;
  padding-bottom: 12px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  transition-delay:1200ms;
}
.salon-fv-inner__ttl .jp {
  display: block;
  font-size: 18px;
  line-height: 1;
  transition-delay:1500ms;
}
.salon-fv__catchphrase {
  padding-bottom: 25px;
  font-size: 38px;
  line-height: 1.4;
  transition-delay:1800ms;
  text-align: right;
}

.salon-fv-inner-txt {
  width: 465px;
  height: calc(100vh - 295px);
  padding: 20px 32px 0 0;
  border-right: 1px solid #c9c6bf;
  margin-right: 12px;
  margin-left: 205px;
  position: relative;
  transition-delay:2000ms;
}
.salon-fv-inner-txt > p {
  height: 178px;
  letter-spacing: 0;
  font-size: 12px;
}
.salon-fv-inner__img01 {
  width: 418px;
  height: 418px;
  border-radius: 50%;
  overflow:hidden;
  position: absolute;
  bottom: 30px;
  left: -168px;
  transform: translate(-50px,50px);
  transition : all 800ms 2500ms ease-out;
}
.salon-fv-inner__img02 {
  width: 268px;
  height: 268px;
  border-radius: 50%;
  overflow:hidden;
  position: absolute;
  bottom: 0;
  right: -140px;
  z-index: 1;
  transform: translate(50px,50px);
  transition : all 800ms 2700ms ease-out;
}
.salon-fv-inner__img03 {
  width: 183px;
  height: 183px;
  background-image: url("../img/bell/bridal_03-txt.svg");
  position: absolute;
  bottom: 145px;
  right: -15px;
  z-index: 2;
  transition : all 800ms 3500ms ease-out;

}
.salon-fv-inner__img03::before {
  width: 100%;
  height: 100%;
  background-image: url("../img/bell/bridal_03-ring.svg");
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.salon-fv-photo {
  width: calc(50vw - 280px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 50%;
  margin-right: -50vw;
}
.salon-fv-logo {
  width: 250px;
  height: 250px;
  padding: 39px 41px 0;
  background-color: rgba(255,255,255,0.70);
  position: absolute;
  top: 110px;
  right: 80px;
  z-index: 2;
  transition-delay:500ms;
}

.salon-fv_bg {
  width: calc(50vw - 380px);
  height: 55.68%;
  background-color: #f2dde0;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  z-index: 1;
  transition-delay:1000ms;
}


/*---------------------------------------------------------------------------------
read
--------------------------------------------------------------------------------- */
.read-wrap {
  padding: 60px 0 40px;
  background-color: #faeeed;
  margin-bottom: 160px;
}
.page-nav {
  margin-bottom: 85px;
}
.page-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.page-nav li {
  margin: 0 67px;
}
.page-nav li:nth-of-type(2) {
  transition-delay:400ms;
}
.page-nav li:nth-of-type(3) {
  transition-delay:500ms;
}
.page-nav li:nth-of-type(4) {
  transition-delay:600ms;
}
.page-nav li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.page-nav li a::before,
.page-nav li a::after {
  display: block;
  position: absolute;
  background-size: 100% auto;
  content:"";
}
.page-nav li a::before {
  width: 18px;
  height: 31px;
  background-image: url("../img/bell/icon_nav01.png");
  background-size: 100% auto;
  top: -5px;
  left: -30px;
}
.page-nav li a::after {
  width: 12px;
  height: 10px;
  background-image: url("../img/salon/icon_nav02.png");
  right: 0;
  bottom: -26px;
  left: 0;
  margin: auto;
}

.bell-reserve {
  width: 400px;
  margin: 0 auto 72px;
}
.bell-reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #000;
  border-radius: 40px;
  z-index: 20;
  line-height: 1;
  color: #fff;
}
.bell-reserve a::before {
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("../img/bell/icon_reserve.png");
  margin-right: 20px;
  content:"";
}

.key {
  margin-bottom: 200px;
}
.key-ttl {
  padding-bottom: 25px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.key-read {
  padding-bottom: 75px;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
.key-read::first-line {
  font-size: 42px;
}

.key-word {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.key-word__img {
  width: 242px;
  margin-right: 72px;
}
.key-word-list {
  display: flex;
  flex-wrap: wrap;
  width: 420px;
}
.key-word-list li {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.key-word-list li::before {
  width: 21px;
  height: 20px;
  background-image: url("../img/bell/icon_heart.svg");
  position: absolute;
  top: 2px;
  left: -30px;
  content:"";
}
.key-word-list li:nth-of-type(1),
.key-word-list li:nth-of-type(3),
.key-word-list li:nth-of-type(5),
.key-word-list li:nth-of-type(7) {
  width: 288px;
}

.voice {
  width: 760px;
  margin: 0 auto;
  position: relative;
}
.voice-ttl {
  padding-bottom: 48px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.voice-read {
  padding-bottom: 55px;
  background: url("../img/bell/voice_read_bg.png") no-repeat center bottom;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -84px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.voice-list li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.voice-list li:nth-of-type(even) {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.voice-list__img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin: 0 42px;
  overflow:hidden;
}
.voice-list__txt {
  width: 550px;
  padding: 20px 30px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.8;
  color: #af9299;
  font-weight: 700;
  position: relative;
}
.voice-list__txt::before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  content:"";
}

.voice-list li:nth-of-type(odd) .voice-list__txt {
  border-radius: 0 20px 20px 20px;
}
.voice-list li:nth-of-type(even) .voice-list__txt {
  border-radius: 20px 0 20px 20px;
}
.voice-list li:nth-of-type(odd) .voice-list__txt::before {
  border-width: 0 18px 18px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -18px;
}
.voice-list li:nth-of-type(even) .voice-list__txt::before {
  border-width: 18px 18px 0 0;
  border-color: #ffffff transparent transparent transparent;
  right: -18px;
}

/*---------------------------------------------------------------------------------
Q&amp;A
--------------------------------------------------------------------------------- */
.faq {
  width: 800px;
  margin: 0 auto 225px;
}
.faq-ttl {
  padding-bottom: 90px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.faq-list {}
.faq-list div {
  padding-left: 40px;
  border-left: 1px solid #c8c4be;
  margin: 0 0 140px 40px;
  position: relative;
  z-index: 2;
}
.faq-list div::before {
  display: block;
  width: 0;
  height: calc(100% + 15px);
  background-color: #faefee;
  position: absolute;
  bottom: -50px;
  z-index: -1;
  transition : all 500ms 800ms ease-out;
  content:"";
}
.faq-list div:nth-of-type(odd)::before {
  left: 50%;
  margin-left: -50vw;
}
.faq-list div:nth-of-type(even)::before {
  right: 50%;
  margin-right: -50vw;
}
.faq-list div.effect-on::before {
  width: calc(50vw - 230px);
}
.faq-list dt {
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 1.33;
  position: relative;
}
.faq-list dt::first-letter {
  font-size: 28px;
  line-height: 1;
}
.faq-list dt span {
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: -42px;
  left: -80px;
}
.faq-list dt span::first-letter {
  font-size: 30px;
}
.faq-list dt span::before {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  content:"";
}
.faq-list dd {
  padding-left: 75px;
  font-size: 13px;
  line-height: 1.46;
  position: relative;
}
.faq-list dd .ttl {
  display: block;
  padding: 0 110px 10px 0;
  font-size: 18px;
  line-height: 1.33;
}
.faq-list dd .ttl::first-letter {
  font-size: 28px;
  line-height: 1;
}
.faq-list dd::before {
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10px;
  left: 40px;
  content:"Answer";
}


/*---------------------------------------------------------------------------------
MENU
--------------------------------------------------------------------------------- */
.menu {
  width: 1000px;
  margin: 0 auto 200px;
}
.menu-ttl {
  width: 860px;
  margin: 0 auto 30px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.menu-list li {
  min-height: 370px;
  padding-top: 37px;
  margin: 0 70px 60px 355px;
  position: relative;
}
.menu-list__ttl {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1;
  text-decoration: underline;
}
.menu-list__note {
  font-size: 11px;
  position: absolute;
  top: 37px;
  right: 0;
}
.menu-list__price {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 65px;
  right: 0;
}
.menu-list__category {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 46px;
  padding: 0 22px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 23px;
  position: absolute;
  top: 25px;
  right: 598px;
  z-index: 2;
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
}
.menu-list__category::first-letter {
  font-size: 30px;
  line-height: 1;
  text-decoration: underline;
}
.menu-list__guide {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1;
}
.menu-list__sub {
  font-size: 18px;
}
.menu-list__txt {
  font-size: 12px;
  line-height: 1.8;
}
.menu-list__img {
  height: 370px;
  position: absolute;
  top: 0;
  right: 638px;
  z-index: 1;
  transition-delay:800ms;
}
.menu-list__img img {
  width: auto;
  max-width: none;
  height: 100%;
}



/*---------------------------------------------------------------------------------
お手入れ方法
--------------------------------------------------------------------------------- */
.care {
  width: 1000px;
  margin: 0 auto 150px;
}
.care-ttl {
  width: 860px;
  margin: 0 auto 20px;
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
.care-read {
  width: 860px;
  padding-right: 200px;
  margin: 0 auto 30px;
  font-size: 12px;
  line-height: 1.8;
}
.care-list li {
  height: 380px;
  margin-bottom: 50px;
  position: relative;
}
.care-list-inner {
  box-sizing: content-box;
  width: 550px;
  padding-top: 30px;
}
.care-list-inner__ttl {
  padding: 0 0 25px 35px;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
}
.care-list-inner__ttl::before {
  width: 26px;
  height: 44px;
  background-image: url("../img/bell/icon_nav01.png");
  position: absolute;
  top: -3px;
  left: 0;
  content:"";
}
.care-list-inner__txt {
  font-size: 12px;
  line-height: 1.83;
}
.care-list-inner__img {
  width: 50vw;
  height: 380px;
  background-color: #ece8e1;
  position: absolute;
  top: 0;
  transition-delay:800ms;
}
.care-list-inner__img img {
  width: auto;
  height: 100%;
}

.care-list li:nth-of-type(odd) .care-list-inner {
  padding-left: 360px;
}
.care-list li:nth-of-type(even) .care-list-inner {
  padding-left: 60px;
}
.care-list li:nth-of-type(odd) .care-list-inner__img {
  right: 50%;
  margin-right: 180px;
  text-align: right;
  transform: translate(-50px,0);
}
.care-list li:nth-of-type(even) .care-list-inner__img {
  left: 50%;
  margin-left: 140px;
  transform: translate(50px,0);
}