/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.bridalSection {
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.bridalSection_img {
  margin-top: 50px;
  text-align: center;
}
.bridalSection_img img {
  margin: auto;
}
.bridalSection_txtBlock {
  margin-top: 55px;
  line-height: 1.71;
  letter-spacing: 1.4px;
}
.bridalSection_ttl {
  text-align: center;
}
.bridalSection_ttl_main {
  font-family: cormorant-garamond, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 4px;
  position: relative;
}
.bridalSection_ttl_main:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #333333;
  opacity: 0.2;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -16px;
}
.bridalSection_ttl_main_sub {
  display: block;
  font-size: 1rem;
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  margin-top: 2rem;
}
.bridalSection_ttl_sub {
  margin-top: 30px;
  letter-spacing: 1.4px;
}
.bridalSection_list {
  margin-top: 50px;
}
.bridalSection_list ul {
  display: flex;
  justify-content: space-between;
}
.bridalSection_list li {
  width: 252px;
  color: #ffffff;
}
.bridalSection_list_inner {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bridalSection_list_txtbox {
  margin-top: 100%;
  text-align: center;
}
.bridalSection_list_txtbox .main {
  font-size: 20px;
  letter-spacing: 1px;
}
.bridalSection_list_txtbox .sub {
  margin-top: 15px;
  letter-spacing: 0.7px;
  font-size: 14px;
}
.bridalSection_btnWrap {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.bridalSection_btnWrap__short {
  margin-top: 20px;
}
.bridalSection_btnWrap a {
  display: block;
}
.bridalSection_btnWrap a + a {
  margin-left: 75px;
}
.bridalSection_subTtl {
  color: #ae5167;
  padding-bottom: 10px;
  border-bottom: 1px solid #ae5167;
  margin-bottom: 30px;
}
.bridalSection_subTtl_main {
  font-size: 40px;
  font-family: cormorant-garamond, serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
.bridalSection_subTtl_sub {
  margin-left: 1em;
}
.bridalSection_row {
  display: flex;
  justify-content: space-between;
}
.bridalSection_cell__two {
  width: 525px;
}
.bridalSection_cell__three {
  width: 333px;
}
.bridalSection_cell_ttl {
  color: #ae5167;
  margin-top: 15px;
  font-size: 20px;
}
.bridalSection_cell_txt {
  margin-top: 15px;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.bridalSection_designTtl {
  margin-top: 50px;
  background: #f9f5f2;
  text-align: center;
}
.bridalSection_designTtl_main {
  color: #ae5167;
  font-size: 20px;
  letter-spacing: 2px;
}
.bridalSection_designTtl_sub {
  padding-top: 20px;
  text-align: left;
  display: inline-block;
  margin: auto;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .bridalSection {
    font-size: 13px;
  }
  .bridalSection_img {
    margin-top: 50px/2;
  }
  .bridalSection_img__flow img {
    width: 60%;
  }
  .bridalSection_txtBlock {
    margin-top: 55px/2;
    line-height: 1.71;
    letter-spacing: 1.4px;
  }
  .bridalSection_ttl_main {
    font-family: cormorant-garamond, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
  }
  .bridalSection_ttl_main:after {
    width: 90px/2;
    height: 1px;
    bottom: -10px;
  }
  .bridalSection_ttl_sub {
    margin-top: 25px;
    letter-spacing: 2.2px/2;
    font-size: 13px;
    line-height: 1.5;
  }
  .bridalSection_ttl__design {
    padding: 0 4%;
  }
  .bridalSection_list {
    margin-top: 50px/2;
  }
  .bridalSection_list ul {
    flex-wrap: wrap;
  }
  .bridalSection_list li {
    width: 48%;
  }
  .bridalSection_list li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .bridalSection_list_txtbox .main {
    font-size: 16px;
    letter-spacing: 1.4px/2;
  }
  .bridalSection_list_txtbox .sub {
    margin-top: 10px;
    letter-spacing: 1.1px;
    font-size: 13px;
  }
  .bridalSection_btnWrap {
    display: block;
    margin-top: 70px/2;
  }
  .bridalSection_btnWrap__short {
    max-width: 80%;
    margin: 20px auto 0;
  }
  .bridalSection_btnWrap a + a {
    margin: 15px 0 0;
  }
  .bridalSection_subTtl {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px/2;
  }
  .bridalSection_subTtl_main {
    font-size: 60px/2;
    display: block;
    border-bottom: 1px solid #ae5167;
    padding: 0 0 8px 0;
  }
  .bridalSection_subTtl_sub {
    padding: 8px 0 0;
    margin: 0;
    display: block;
  }
  .bridalSection_row {
    display: block;
  }
  .bridalSection_cell__two,
  .bridalSection_cell__three {
    width: 100%;
  }
  .bridalSection_cell_ttl {
    margin-top: 15px;
    font-size: 15px;
  }
  .bridalSection_cell_txt {
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 1.1px;
  }
  .bridalSection_cell:nth-of-type(n+1) {
    margin-top: 25px;
  }
  .bridalSection_designTtl {
    margin-top: 50px/2;
  }
  .bridalSection_designTtl_main {
    font-size: 16px;
    letter-spacing: 2px/2;
  }
  .bridalSection_designTtl_sub {
    padding-top: 20px/2;
    line-height: 1.5;
  }
}
.bridalSection-price .bridalSection {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bridalSection-price .bridalSection_list {
  margin-top: 0;
  margin-bottom: 65px;
}
.bridalSection-price .bridalSection_subTtl_main {
  font-family: serif;
}
/** 対象店舗**/
.bridalSection-salon .bridalSection_subTtl_sub {
  margin-left: 0;
}
.bridalSection-salon .cnt {
  padding-top: 0;
  padding-bottom: 0;
}
.bridalSection-salon .txtLinkWrap {
  margin-top: 0;
}
.bridalSection-salon .txtLink {
  border-radius: 25px;
  border: 1px solid #ae5167;
  background: #ae5167;
  max-width: 330px;
  margin-bottom: 50px;
  margin-top: 0;
}
.bridalSection-salon .txtLink:first-child {
  margin-bottom: 20px;
}
.bridalSection-salon .txtLink a {
  color: #fff;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .bridalSection-salon .bridalSection_subTtl_main {
    text-align: center;
    font-size: 1.5rem;
  }
  .bridalSection-salon .shopBox {
    width: 48%;
    margin-bottom: 50px;
  }
  .bridalSection-salon .shopBox .detail {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
}
/** デザイン **/
.designBlock {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.designBlock::before {
  content: "";
  display: block;
  width: 253px;
  order: 1;
}
.designBlock::after {
  content: "";
  display: block;
  width: 253px;
}
.designBox {
  width: 253px;
}
.designBox:nth-child(n+5) {
  margin-top: 60px;
}
.designBox .imgWrap {
  width: 100%;
  height: 230px;
  display: block;
  position: relative;
  transition: unset;
}
.designBox .imgWrap .imgBg {
  width: 100%;
  height: 100%;
}
.designBox .designTtl {
  font-family: serif;
  color: #ae5167;
  margin-top: 10px;
}
.designBox .designTtl .designTtlNum {
  font-family: cormorant-garamond, serif;
}
.designBox .priceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.designBox .priceWrap .num {
  color: #7c7c7c;
  font-size: 14px;
}
.designBox .priceWrap .price {
  font-family: serif;
  font-size: 28px;
  font-weight: 600;
}
.designBox .priceWrap .price .ml-1 {
  font-family: cormorant-garamond, serif;
}
.designBox .btnWrap .radialBtn {
  font-family: cormorant-garamond, serif;
  background: #ae5167;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .designBlock::before {
    width: 48%;
  }
  .designBlock::after {
    display: none;
  }
  .designBox {
    width: 48%;
    max-width: 690/2px;
    margin: auto;
  }
  .designBox:nth-child(n+3) {
    margin-top: 30px;
  }
  .designBox .imgWrap {
    height: 165px;
  }
  .designBox .detailWrap {
    display: flex;
    flex-flow: column;
  }
  .designBox .priceWrap {
    display: block;
    margin: 0;
    text-align: center;
    margin: 10px 0 15px;
  }
  .designBox .priceWrap .num {
    color: #a89f99;
    font-size: 10px;
    margin-bottom: 4px;
  }
  .designBox .priceWrap .price {
    font-size: 25px;
  }
  .designBox .btnWrap {
    display: block;
    margin-top: auto;
  }
  .designBox .btnWrap .bgBtn {
    line-height: 1;
    display: block;
    width: 100%;
  }
  .designBox .btnWrap .bgBtn + .bgBtn {
    margin-top: 0.5em;
  }
}
/** salon **/
.shopRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shopBox {
  width: 260px;
  margin-bottom: 45px;
}
.shopBox .imgBg {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.shopBox .detail {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #594a4b;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.shopBox .salon-tel .tel .icon,
.shopBox .shopBox .telbox .tel .icon {
  width: 16px;
  height: 16px;
}
.shopBox .additional-information {
  font-size: 14px;
}
.shopBox .additional-information .access {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shopBox .additional-information .access .icon {
  width: 18px;
  height: 18px;
}
.campaignCnt .sub {
  font-family: cormorant-garamond, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 4px;
  position: relative;
}
.campaignCnt .sub::first-letter {
  color: #333333;
}
.campaignCnt .sub:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #333333;
  opacity: 0.2;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -16px;
}
.campaignCnt .cntTxtBlock p {
  display: block;
  font-size: 14px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.campaignCnt .txtLink {
  border-radius: 25px;
  border: 1px solid #ae5167;
  background: #ae5167;
  max-width: 330px;
  margin-bottom: 50px;
}
.campaignCnt .txtLink a {
  color: #fff;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.campaignImgWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaignImgWrap .imgWrap {
  width: 32%;
  max-width: 350px;
}
.campaignImgWrap .imgWrap:nth-child(n+4) {
  margin-top: 50px;
}
.campaignImgWrap .imgWrap figure {
  width: 100%;
  height: 140px;
}
.campaignImgWrap .imgWrap p {
  font-family: noto-sans, sans-serif;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .campaignCnt {
    background: #FEF5F4;
    padding: 54px 0;
  }
  .campaignCnt .cntTtl .sectionTtl {
    font-family: cormorant-garamond, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 3px;
    color: #333333;
  }
  .campaignCnt .cntTtl .sectionTtl:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #333333;
    opacity: 0.2;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -16px;
  }
  .campaignCnt .txtLink {
    border: 1px solid #ae5167;
    max-width: 100%;
  }
  .campaignCnt .txtLink a {
    color: #fff;
  }
  .campaignImgWrap {
    justify-content: center;
  }
  .campaignImgWrap .imgWrap {
    width: 100%;
    max-width: 350px;
  }
  .campaignImgWrap .imgWrap:nth-child(n+2) {
    margin-top: 25px;
  }
  .campaignImgWrap p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.bridalSection-voice .bridalVoiceBox {
  margin-top: 30px;
}
.bridalSection-voice .bridalVoiceBox li {
  margin-bottom: 20px;
  background-color: #f9f5f2;
  position: relative;
  padding: 20px 50px;
}
.bridalSection-voice .bridalVoiceBox li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .bridalSection-voice .bridalVoiceBox li {
    font-size: 14px;
    padding: 20px 35px;
  }
}
.bridalFaqBox .q-faqBox {
  color: #ffffff;
  background: #ae5167;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 20px 50px;
  position: relative;
  margin-top: 30px;
}
.bridalFaqBox .q-faqBox:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  width: 130px;
  height: 47px;
  top: -17px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: url(../img/qa/q_txt.png) center center no-repeat;
}
.bridalFaqBox .a-faqBox {
  margin-top: 30px;
  background: #ffffff;
  padding: 20px 50px;
  line-height: 1.88;
  font-size: 16px;
  position: relative;
}
.bridalFaqBox .a-faqBox:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  width: 130px;
  height: 47px;
  top: -17px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: url(../img/qa/a_txt.png) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .bridalFaqBox .q-faqBox {
    font-size: 16px;
    padding: 25px 35px 20px;
  }
  .bridalFaqBox .a-faqBox {
    padding: 25px 35px 20px;
    font-size: 14px;
  }
}
