@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 [共通：アクセス]access-content
-----------------------------------------------------------
----------------------------------------------------------- */
.access-wrap {
  padding-top: 10px;
}

.access-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}

.access-content .img-wrap {
  margin-bottom: 20px;
}

.access-content .txt-wrap .Logo {
  margin-bottom: 20px;
}

.access-content .txt-wrap .Logo img {
  height: 33px !important;
}

.access-content .txt-wrap .info {
  margin-bottom: 20px;
}

.access-content .txt-wrap .info p {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #444;
  line-height: 1.7;
}

.access-content .txt-wrap .sns-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}

.access-content .txt-wrap .sns-wrap .icon {
  margin-right: 30px;
}

.access-content .txt-wrap .sns-wrap .icon a {
  display: block;
  width: 40px;
}

.access-content .txt-wrap .sns-wrap .icon:last-child {
  margin-right: 0;
}

/*
-----------------------------------------------------------
 [共通：タイトル左寄せ共通]
----------------------------------------------------------- */
#access.access-block,
#faq.faq-block {
  position: relative;
}

#access.access-block:before,
#faq.faq-block .faq-block:before {
  content: "";
  background: url(/furisode/img/common/design-bg06.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 82px;
  position: absolute;
  top: -58px;
  right: -10px;
  z-index: -1;
}

#access.access-block .access-title,
#faq.faq-block .faq-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  padding-left: 30px;
}

#access.access-block .access-title:before,
#faq.faq-block .faq-title:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 35px auto;
  background-repeat: no-repeat;
  width: 35px;
  height: 36px;
  position: absolute;
  top: -11px;
  left: -5px;
}

#access.access-block .access-title .sub-title,
#faq.faq-block .faq-title .sub-title {
  font-size: 14px;
  line-height: 1;
  order: 2;
}

#access.access-block .access-title:after {
  position: absolute;
  bottom: 22px;
  left: 175px;
  content: "";
  width: 140px;
  height: 1px;
  background: #bd8184;
}

#access.access-block .access-title .title,
#faq.faq-block .faq-title .title {
  font-size: 30px;
  line-height: 1.3;
}

#access.access-block .access-title .title .red,
#faq.faq-block .faq-title .title .red {
  color: #aa0037;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 [共通：コーディネートスタイル]coordinate-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.coordinate-wrap {
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.coordinate-wrap .coordinate {
  position: relative;
  width: calc((100% - 6px) / 2);
}

.coordinate-wrap .coordinate:nth-of-type(2n) {
  margin-left: 5px;
}

.coordinate-wrap .coordinate:nth-of-type(n+3) {
  margin-top: 5px;
}

.coordinate-wrap .coordinate:before {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
}

.coordinate-wrap .coordinate.koten-wrap {
  padding: 45px 15px 15px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #d4fff3 36%);
}

.coordinate-wrap .coordinate.koten-wrap:before {
  content: "正統派";
  top: -26px;
  right: -25px;
}

.coordinate-wrap .coordinate.cute-wrap {
  padding: 45px 0 15px 15px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffd4da 36%);
}

.coordinate-wrap .coordinate.cute-wrap:before {
  content: "カワイイ";
  bottom: -28px;
  right: -5px;
  writing-mode: vertical-rl;
}

.coordinate-wrap .coordinate.cool-wrap {
  padding: 15px 15px 45px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #d4efff 36%);
}

.coordinate-wrap .coordinate.cool-wrap:before {
  content: "カッコイイ";
  top: -35px;
  left: -5px;
  writing-mode: vertical-rl;
}

.coordinate-wrap .coordinate.retro-wrap {
  padding: 15px 0 45px 15px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffe7d4 36%);
}

.coordinate-wrap .coordinate.retro-wrap:before {
  content: "個性派";
  bottom: -28px;
  left: -25px;
}

.coordinate-wrap .coordinate .coordinate-title {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
}

.coordinate-wrap .coordinate.koten-wrap .coordinate-title {
  color: #00805b;
  top: 15px;
  right: 65px;
}

.coordinate-wrap .coordinate.cute-wrap .coordinate-title {
  color: #ff0024;
  top: 15px;
  left: 47px;
}

.coordinate-wrap .coordinate.cool-wrap .coordinate-title {
  color: #005180;
  bottom: 12px;
  right: 55px;
}

.coordinate-wrap .coordinate.retro-wrap .coordinate-title {
  color: #ff7100;
  bottom: 12px;
  left: 55px;
}

.coordinate-wrap .coordinate .img-wrap {
  width: 130px;
}

.coordinate-wrap .coordinate .img-wrap img {
  display: none;
}

.coordinate-wrap .coordinate .img-wrap img:first-child {
  display: block;
}

.coordinate-wrap .coordinate.koten-wrap .img-wrap,
.coordinate-wrap .coordinate.cool-wrap .img-wrap {
  margin-left: auto;
}

.coordinate-wrap .coordinate.cute-wrap .img-wrap,
.coordinate-wrap .coordinate.retro-wrap .img-wrap {
  margin-right: auto;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-collection
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 [共通：衣装ギャラリー3列]collection
----------------------------------------------------------- */
#furisode-collection.collection .collection-wrap ul.collection-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

#furisode-collection.collection .collection-wrap ul.collection-list li {
  width: calc((100% - 11px) / 2);
  margin-left: 10px;
  position: relative;
}

#furisode-collection.collection .collection-wrap ul.collection-list li:nth-of-type(2n+1) {
  margin-left: 0;
}

#furisode-collection.collection .collection-wrap ul.collection-list li:nth-of-type(n+3) {
  margin-top: 10px;
}

#furisode-collection.collection .collection-wrap ul.collection-list li .txt-wrap {
  padding-top: 10px;
}

#furisode-collection.collection .collection-block {
  position: relative;
}

#furisode-collection.collection .collection-block::before {
  content: "";
  width: 375px;
  height: 145px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: -1;
}

#furisode-collection.collection .koten::before {
  background: url(/furisode/img/collection/koten-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
}

#furisode-collection.collection .cute::before {
  background: url(/furisode/img/collection/cute-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
}

#furisode-collection.collection .retoro::before {
  background: url(/furisode/img/collection/retoro-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
}

#furisode-collection.collection .cool::before {
  background: url(/furisode/img/collection/cool-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
}

#furisode-collection.collection .collection-block .btn-wrap {
  padding-top: 30px;
}

/*
-----------------------------------------------------------
 Colorbox
----------------------------------------------------------- */
#furisode-collection.collection #cboxContent {
  background: none;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-right: 0;
  padding-left: 0;
  width: 100% !important;
  height: 100% !important;
}

#furisode-collection.collection #cboxLoadedContent {
  margin: 0 auto 28px !important;

}


#furisode-collection.collection #cboxLoadedContent img.cboxPhoto {
  width: 90%;
}

#furisode-collection.collection #cboxTitle {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  bottom: 35px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#furisode-collection.collection #cboxTopLeft,
#furisode-collection.collection #cboxTopCenter,
#furisode-collection.collection #cboxTopRight,
#furisode-collection.collection #cboxMiddleLeft,
#furisode-collection.collection #cboxMiddleRight,
#furisode-collection.collection #cboxBottomLeft,
#furisode-collection.collection #cboxBottomCenter,
#furisode-collection.collection #cboxBottomRight {
  display: none !important;
}

#furisode-collection.collection #cboxOverlay {
  background: #FFF url(/img/footer_bg.svg) repeat 0 0;
  background-size: 80px auto;
  opacity: 0.7 !important;
}

#furisode-collection.collection #cboxClose {
  background: url(/furisode/img/collection/colorbox_close.svg);
  background-size: 26px auto;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 0px;
  right: 40px;
  z-index: 9999;
}

#furisode-collection.collection #cboxNext {
  background: url(/furisode/img/collection/colorbox_next.svg);
  background-size: 18px 46px;
  background-repeat: no-repeat;
  width: 18px;
  height: 46px;
  top: 0;
  bottom: 0;
  right: 2px;
  left: auto;
  margin: auto 0;
  z-index: 9999;
  position: absolute;
}

#furisode-collection.collection #cboxPrevious {
  background: url(/furisode/img/collection/colorbox_back.svg);
  background-size: 18px 46px;
  background-repeat: no-repeat;
  width: 18px;
  height: 46px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 2px;
  margin: auto 0;
  z-index: 9999;
  position: absolute;
}

#furisode-collection.collection #cboxClose:hover,
#furisode-collection.collection #cboxNext:hover,
#furisode-collection.collection #cboxPrevious:hover {
  opacity: 0.7;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-menu
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
 [共通：プラン(古典/キュート/レトロ/クール)]
----------------------------------------------------------- */
.Menu-common .menu-title-block {
  display: flex;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  font-weight: normal;
}

.Menu-common .menu-title-block:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/furisode/img/common/title-bg.svg);
  background-size: 80px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.Menu-common .menu-title-block.bg-none:before {
  content: none;
}

.Menu-common .menu-title-block .sub-title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
}

.Menu-common .menu-title-block span.red {
  color: #aa0037;
}

.Menu-common .menu-title-block span.en {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.Menu-common .menu-title-block span.title {
  /*font-size: 25px;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.2;*/
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
}

.Menu-common .menu-title-block.bg-none span.title:before,
.Menu-common .menu-title-block.bg-none span.title:after,
.Menu-common .menu-title-block.side-bg-none span.title:before,
.Menu-common .menu-title-block.side-bg-none span.title:after {
  content: none;
}


/*
-----------------------------------------------------------
[#menu-detail-content2] menu-rental-block
----------------------------------------------------------- */
.Menu-common .menu-rental-block .menu-rental-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.Menu-common .menu-rental-block .menu-rental-wrap .left-wrap {
  padding: 20px 0 0 20px;
  position: relative;
  ;
}

.Menu-common .menu-rental-block .menu-rental-wrap .left-wrap:before {
  content: "";
  width: 330px;
  height: 278px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(189, 129, 132, 0.3);
  z-index: -1;
}

.Menu-common .menu-rental-block .menu-rental-wrap .left-wrap img {
  width: 100%;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap {
  flex: 1;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .title-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-weight: normal;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .title-wrap .en {
  font-size: 22px;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  padding-left: 32px;
  margin-bottom: 3px;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .title-wrap .en::before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -9px;
  left: 0;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .title-wrap .en .red {
  color: #aa0037;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .title-wrap .title {
  font-size: 28px;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .text-wrap {
  line-height: 1.5;
  margin-top: 40px;
}

/*
-----------------------------------------------------------
[#menu-detail-content3] menu-price-block
----------------------------------------------------------- */
.Menu-common .menu-price-block ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.Menu-common .menu-price-block ul li {
  width: calc((100% - 11px) / 2);
  margin-left: 10px;
  background: rgba(189, 129, 132, 0.3);
  text-align: center;
  color: #444444;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Menu-common .menu-price-block ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

.Menu-common .menu-price-block ul li:nth-of-type(n+3) {
  margin-top: 10px;
}

.Menu-common .menu-price-block ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
  color: #444444;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Menu-common .menu-price-block ul li a:hover {
  opacity: 1;
  background: #FFF;
}

.Menu-common .menu-price-block ul li a:hover:before {
  content: "";
  width: 330px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(189, 129, 132, 0.3);
}

.Menu-common .menu-price-block ul li .plan-name {
  font-size: 17px;
  border-bottom: 1px solid #bd8184;
  line-height: 1.0;
  padding-bottom: 6px;
  margin: 12px 8px 5px;
}

.Menu-common .menu-price-block ul li .plan-price {
  font-size: 21px;
  margin: 0 5px 8px;
}

.Menu-common .menu-price-block ul li .plan-price .yen {
  margin-left: 6px;
}

.Menu-common .menu-price-block ul li .plan-price .tax {
  font-size: 12px;
  display: block;
  line-height: 1.0;
}

/*
-----------------------------------------------------------
[#menu-detail-content3] menu-plan-block
----------------------------------------------------------- */
.Menu-common .menu-plan-block h2 {
  margin-bottom: 35px !important;
}

.Menu-common .menu-plan-block .menu-plan-content+.menu-plan-content {
  margin-top: 55px;
}

.Menu-common .menu-plan-block .plan-title {
  font-size: 25px;
  margin-bottom: 20px;
  padding: 0 25px;
  font-weight: normal;
  text-align: center;
}

.Menu-common .menu-plan-block .plan-title span {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Menu-common .menu-plan-block .plan-title span:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -6px;
  left: -33px;
}

.Menu-common .menu-plan-block ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.Menu-common .menu-plan-block ul li {
  width: 100%;
  background: #fff;
  border: 2px solid #ebc1c3;
  text-align: center;
  color: #444;
  padding: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Menu-common .menu-plan-block ul li:first-child {
  margin-left: 0;
}

.Menu-common .menu-plan-block ul li+li {
  margin-top: 20px;
}

/* plan-list-wrap
----------------------------------------------------------- */
.Menu-common .menu-plan-block ul li .plan-name {
  display: flex;
  flex-wrap: wrap;
  font-size: 23px;
  flex-direction: column;
  margin-bottom: 5px;
}

.Menu-common .menu-plan-block ul li .plan-name span {
  line-height: 1.0;
}

.Menu-common .menu-plan-block ul li .plan-name span.main {
  margin-bottom: 5px;
}

.Menu-common .menu-plan-block ul li .plan-name span.number {
  font-size: 46px !important;
}

.Menu-common .menu-plan-block ul li .plan-content .img-wrap {
  margin-bottom: 20px;
}

.Menu-common .menu-plan-block ul li .plan-content .text-wrap {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}

.Menu-common .menu-plan-block ul li .plan-content .plan-price {
  font-size: 35px;
  letter-spacing: 0;
  text-align: center;
}

.Menu-common .menu-plan-block ul li .plan-price .tax {
  font-size: 18px;
}

/* purchase-list-wrap/rental-list-wrap
----------------------------------------------------------- */
.Menu-common .menu-plan-block .purchase-list-wrap,
.Menu-common .menu-plan-block .rental-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.Menu-common .menu-plan-block .purchase-list-wrap .left-wrap,
.Menu-common .menu-plan-block .rental-list-wrap .left-wrap {
  position: relative;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap {
  width: 100%;
  margin-top: 20px;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap h4,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap h4 {
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap .list-wrap,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap .list-wrap {
  width: 100%;
  display: flex;
  border: 1px solid #bc8084;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap .list-wrap+.list-wrap,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap .list-wrap+.list-wrap {
  border-top: none;
  margin-top: 1px;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap .list-wrap .purchase-title,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap .list-wrap .purchase-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: grid;
  justify-items: start;
  align-items: center;
  border-right: 1px solid #bc8084;
  background: #FFFFFF;
  width: 40%;
  font-weight: bold;
  background-color: #bc8084;
  color: #fff;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap .list-wrap .purchase-title,
.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap .list-wrap .comment,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap .list-wrap .purchase-title,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap .list-wrap .comment {
  padding: 13px 15px;
}

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap .list-wrap .comment,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap .list-wrap .comment {
  flex: 1;
}

/*
-----------------------------------------------------------
[#menu-detail-content4] menu-benefits-block
[#menu-detail-content5] menu-value-block
[#menu-detail-content6] mamamenu-coordinate-block
[#menu-detail-content-hakama] menu-collection-block
----------------------------------------------------------- */
#menu-detail-content4 .content-inner {
  position: relative;
}

#menu-detail-content4 .content-inner:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 100px auto;
  background-repeat: no-repeat;
  width: 100px;
  height: 85px;
  position: absolute;
  top: -56px;
  right: 8px z-index: -1;
}

#menu-detail-content4 .content-inner:after {
  content: "";
  background: url(/furisode/img/common/design-bg04.svg);
  background-size: 105px auto;
  background-repeat: no-repeat;
  width: 105px;
  height: 90px;
  position: absolute;
  bottom: -80px;
  left: -15px;
  z-index: -1;
}

.Menu-common .menu-benefits-block ul,
.Menu-common .menu-collection-block ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.Menu-common .menu-value-block ul,
.Menu-common .mamamenu-coordinate-block ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 15px;
  margin-bottom: 25px;
}

.Menu-common .menu-benefits-block ul li,
.Menu-common .menu-collection-block ul li {
  width: calc((100% - 21px) / 2);
  margin-left: 20px;
}

.Menu-common .menu-benefits-block ul li:nth-of-type(2n+1),
.Menu-common .menu-collection-block ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

.Menu-common .menu-benefits-block ul li:nth-of-type(n+3),
.Menu-common .menu-collection-block ul li:nth-of-type(n+3) {
  margin-top: 20px;
}

.Menu-common .menu-benefits-block ul li .img-wrap,
.Menu-common .menu-collection-block ul li .img-wrap {
  margin-bottom: 15px;
}

.Menu-common .menu-benefits-block ul li .img-wrap img {
  border-radius: 50%;
}

.Menu-common .menu-benefits-block ul li .benefits-title,
.Menu-common .menu-collection-block ul li .collection-title {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}

.Menu-common .menu-benefits-block ul li .benefits-text,
.Menu-common .menu-collection-block ul li .collection-text {
  font-size: 13px;
}

.Menu-common .menu-collection-block .btn-wrap {
  margin-top: 30px;
}

/*
-----------------------------------------------------------
[#menu-detail-content5] menu-value-block
----------------------------------------------------------- */
.Menu-common .menu-value-block ul li {
  width: calc((100% - 35px) / 3);

}

.Menu-common .menu-value-block ul li .img-wrap {
  margin-bottom: 10px;
  position: relative;
}

.Menu-common .menu-value-block ul li:nth-child(2) .img-wrap:before,
.Menu-common .menu-value-block ul li:nth-child(3) .img-wrap:before {
  content: "";
  background: url(/furisode/img/menu/mamamenu/icon_value.svg);
  background-size: 13px auto;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 46%;
  left: -14%;
}

.Menu-common .menu-value-block ul li .img-wrap img {
  border-radius: 50%;
}

.Menu-common .menu-value-block ul li .value-text {
  font-size: 17px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}

/*
-----------------------------------------------------------
[#menu-detail-content6] mamamenu-coordinate-block
----------------------------------------------------------- */
.Menu-common .mamamenu-coordinate-block ul li {
  width: calc((100% - 35px) / 3);
}

.Menu-common .mamamenu-coordinate-block ul li .img-wrap {
  margin-bottom: 10px;
}

.Menu-common .mamamenu-coordinate-block ul li .coordinate-title {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}

.Menu-common .mamamenu-coordinate-block .Btn-main span::after {
  right: 26px;
}

/*
-----------------------------------------------------------
[#menu-detail-content5] menu-reasons-block
----------------------------------------------------------- */
.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason {
  margin-bottom: 50px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason:last-child {
  margin-bottom: 0;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap {
  flex: 1;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en {
  font-size: 22px;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  padding-left: 32px;
  margin-bottom: 10px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en:before {
  content: "";
  background: url(/furisode/img/common/title-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -9px;
  left: 0;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en .red,
.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en .num {
  color: #aa0037;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en .num {
  margin-left: 3px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .title {
  font-size: 28px;
  line-height: 1.3;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .img-wrap {
  margin-bottom: 20px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-text {
  line-height: 1.75;
  padding: 0 5px;
}

/*
-----------------------------------------------------------
[#menu-detail-content6] menu-coordinate-wrap
----------------------------------------------------------- */
.Menu-common .menu-coordinate-wrap {
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.Menu-common .menu-coordinate-wrap .coordinate {
  position: relative;
  width: calc((100% - 6px) / 2);
}

.Menu-common .menu-coordinate-wrap .coordinate:nth-of-type(2n) {
  margin-left: 5px;
}

.Menu-common .menu-coordinate-wrap .coordinate:nth-of-type(n+3) {
  margin-top: 5px;
}

.Menu-common .menu-coordinate-wrap .coordinate:before {
  font-size: 13px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
}

.Menu-common .menu-coordinate-wrap .coordinate.koten-wrap {
  padding: 45px 15px 15px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #d4fff3 36%);
}

.Menu-common .menu-coordinate-wrap .coordinate.koten-wrap:before {
  content: "正統派";
  top: -25px;
  right: -22px;
}

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap {
  padding: 45px 0 15px 15px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffd4da 36%);
}

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap:before {
  content: "カワイイ";
  bottom: -28px;
  right: 0px;
  writing-mode: vertical-rl;
}

.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap {
  padding: 15px 15px 45px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #d4efff 36%);
}

.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap:before {
  content: "カッコイイ";
  top: -35px;
  left: 0;
  writing-mode: vertical-rl;
}

.Menu-common .menu-coordinate-wrap .coordinate.retro-wrap {
  padding: 15px 0 45px 15px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffe7d4 36%);
}

.Menu-common .menu-coordinate-wrap .coordinate.retro-wrap:before {
  content: "個性派";
  bottom: -25px;
  left: -22px;
}

.Menu-common .menu-coordinate-wrap .coordinate .coordinate-title {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
}

.Menu-common .menu-coordinate-wrap .coordinate.koten-wrap .coordinate-title {
  color: #00805b;
  top: 15px;
  right: 65px;
}

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap .coordinate-title {
  color: #ff0024;
  top: 15px;
  left: 47px;
}

.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap .coordinate-title {
  color: #005180;
  bottom: 12px;
  right: 55px;
}

.Menu-common .menu-coordinate-wrap .coordinate.retro-wrap .coordinate-title {
  color: #ff7100;
  bottom: 12px;
  left: 55px;
}

.Menu-common .menu-coordinate-wrap .coordinate .img-wrap {
  width: 130px;
}

.Menu-common .menu-coordinate-wrap .coordinate .img-wrap img {
  display: none;
}

.Menu-common .menu-coordinate-wrap .coordinate .img-wrap img:first-child {
  display: block;
}

.Menu-common .menu-coordinate-wrap .coordinate.koten-wrap .img-wrap,
.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap .img-wrap {
  margin-left: auto;
}

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap .img-wrap,
.Menu-common .menu-coordinate-wrap .coordinate.retro-wrap .img-wrap {
  margin-right: auto;
}

/*
 content-point-bottom
--------------------------------------------------------- */
.Menu-common .menu-coordinate-block .menu-coordinate-bottom {
  position: relative;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 52px;
  position: absolute;
  top: 133px;
  left: -8px;
  z-index: 10;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-img {
  text-align: end;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}

furisode-menu-sotsugyo#.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-img {
  margin-top: 30px;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-img:before {
  content: "";
  background: url(/furisode/img/common/design-bg06.svg);
  background-size: 150px auto;
  background-repeat: no-repeat;
  width: 150px;
  height: 120px;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: -1;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn {
  text-align: center;
  padding: 0 0 10px 10px;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn a {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: rgba(189, 129, 132, 0.62);
  text-decoration: none;
  padding: 20px;
  color: #FFF;
  letter-spacing: 0.06em;
  line-height: 1.3;
  display: block;
  position: relative;
  transition: all 0.3s;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn a:before {
  content: "";
  background: rgba(189, 129, 132, 0.15);
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11.6px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  bottom: 25px;
  right: 45px;
}

/*
-----------------------------------------------------------
[#menu-detail-content7] menu-studio-wrap
----------------------------------------------------------- */
#menu-detail-content7 {
  background-color: #fff3f3;
  background-image: url(/furisode/img/common/content-bg.svg);
  background-repeat: repeat;
  background-size: 50px auto;
}

.Menu-common .menu-studio-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.Menu-common .menu-studio-wrap li {
  width: calc((100% - 11px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

.Menu-common .menu-studio-wrap li:nth-of-type(2n+1) {
  margin-left: 0;
}

.Menu-common .menu-studio-wrap li:nth-of-type(n+3) {
  margin-top: 20px;
}

.Menu-common .menu-studio-wrap li .img-wrap {
  margin-bottom: 10px;
}

.Menu-common .menu-studio-wrap li .studio-name {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.2;
}

.Menu-common .menu-studio-wrap li .privilege,
.Menu-common .menu-studio-wrap li .option {
  text-align: center;
  display: inline-block;
  padding: 3px 16px 2px;
  margin-bottom: 5px;
}

.Menu-common .menu-studio-wrap li .privilege {
  background: #be9669;
}

.Menu-common .menu-studio-wrap li .option {
  background: #bd4d53;
}

.Menu-common .menu-studio-wrap li .privilege p,
.Menu-common .menu-studio-wrap li .option p {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Menu-common .menu-studio-wrap li .studio-detail {
  font-size: 13px;
}

.Menu-common .menu-studio-wrap .studio-btn-wrap {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.Menu-common .menu-studio-wrap .studio-btn-wrap a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 2px;
  line-height: 1.3;
  padding: 7px 10px 6px;
  font-size: 12px;
  border: 1px solid;
}

.Menu-common .menu-studio-wrap .studio-btn-wrap a span:before {
  content: '詳しく見る ▶';
}

/*
-----------------------------------------------------------
[#menu-detail-content8] menu-studio-wrap
----------------------------------------------------------- */
#menu-detail-content8 .access-block:before {
  content: "";
  background-size: 85px auto;
  width: 85px;
  height: 65px;
  top: -30px;
}

/*
---------------------------------------------------------
---------------------------------------------------------
 #furisode-studio スタジオ紹介一覧
 studio-venue-block/album-plan-block
---------------------------------------------------------
--------------------------------------------------------- */
#hannariya-content1 {
  padding-top: 0;
}

#furisode-studio .studio-venue-block .venue-title,
#furisode-studio .album-plan-block .album-plan-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #333;
  margin-bottom: 20px;
}

#furisode-studio .studio-venue-block .venue-title span.title,
#furisode-studio .album-plan-block .album-plan-title span.title {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}

#furisode-studio .studio-venue-block .venue-title span.sub-title,
#furisode-studio .album-plan-block .album-plan-title span.sub-title {
  font-size: 22px;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  padding-left: 32px;
  margin-bottom: 3px;
}

#furisode-studio .studio-venue-block .venue-title span.sub-title:before,
#furisode-studio .album-plan-block .album-plan-title span.sub-title:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -9px;
  left: 0;
}

#furisode-studio .studio-venue-block .venue-title span .red,
#furisode-studio .album-plan-block .album-plan-title span .red {
  color: #aa0037;
}

#furisode-studio .studio-venue-block .venue-title.side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/*
--------------------------------------------------------
 studio-content
-------------------------------------------------------- */
#studio-content4,
#studio-content5,
#studio-content6 {
  position: relative;
}

#studio-content4:before,
#studio-content6:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 120px auto;
  background-repeat: no-repeat;
  width: 120px;
  height: 102px;
  position: absolute;
  top: -26px;
  left: 10px;
  z-index: -1;
}

#studio-content5:before {
  content: "";
  background: url(/furisode/img/common/design-bg05.svg);
  background-size: 150px auto;
  background-repeat: no-repeat;
  width: 150px;
  height: 122px;
  position: absolute;
  top: -74px;
  right: 6px;
  z-index: -1;
}

/*
--------------------------------------------------------
 studio-info-wrap 
-------------------------------------------------------- */
#furisode-studio .studio-venue-block .studio-info-wrap {
  display: flex;
  flex-direction: column;
}

/* side-left
---------------------------------------------------------- */
#furisode-studio .studio-info-wrap.side-left .left-wrap .img-wrap {
  position: relative;
  padding: 0px 0 20px 20px;
}

#furisode-studio .studio-info-wrap.side-left .left-wrap .img-wrap::before {
  content: "";
  background: #bd8184;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 0px;
  opacity: 0.3;
  z-index: -1;
}

#furisode-studio .studio-info-wrap.side-left .right-wrap {
  padding-top: 30px;
}

#furisode-studio .studio-info-wrap.side-left .right-wrap .studio-info-title {
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  line-height: 1.3;
}

#furisode-studio .studio-info-wrap.side-left .right-wrap .studio-info-content {
  line-height: 1.7;
}

/* btn-wrap
--------------------------------------------------------- */
#furisode-studio .studio-venue-block .btn-wrap {
  margin-top: 35px;
  display: none;
}

/* side-right
--------------------------------------------------------- */
#furisode-studio .studio-info-wrap.side-right .right-wrap {
  order: 1;
}

#furisode-studio .studio-info-wrap.side-right .left-wrap {
  order: 2;
  padding-top: 30px;
}

#furisode-studio .studio-info-wrap.side-right .right-wrap .img-wrap {
  position: relative;
  padding: 0px 20px 20px 0px;
}

#furisode-studio .studio-info-wrap.side-right .right-wrap .img-wrap::before {
  content: "";
  background: #bd8184;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}

#furisode-studio .studio-info-wrap.side-right .left-wrap .studio-info-title {
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  line-height: 1.3;
}

#furisode-studio .studio-info-wrap.side-right .left-wrap .studio-info-content {
  line-height: 1.7;
}

/* btn-wrap
--------------------------------------------------------- */
#furisode-studio .studio-venue-block .btn-wrap {
  margin-top: 35px;
}

#furisode-studio.studio-info .studio-venue-block .btn-wrap {
  margin-top: 35px;
  display: none;
}

/*
---------------------------------------------------------
---------------------------------------------------------
 #furisode-studio スタジオ詳細ページ 各会場 
---------------------------------------------------------
--------------------------------------------------------- */
/*
--------------------------------------------------------
 venue-photo-wrap
-------------------------------------------------------- */
#furisode-studio .venue-photo-wrap {
  margin-top: 20px;
}

#furisode-studio .venue-photo-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#furisode-studio .venue-photo-wrap ul li {
  width: calc((100% - 21px) / 3);
  margin-left: 10px;
}

#furisode-studio .venue-photo-wrap ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

#furisode-studio .venue-photo-wrap ul li:nth-of-type(n+4) {
  margin-top: 10px;
}

/*
--------------------------------------------------------
 #hannariya-album-plan
-------------------------------------------------------- */
#furisode-studio #hannariya-album-plan .plan-content .left-wrap .plan-img {
  margin-bottom: 10px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap {
  margin-top: 40px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-explanation {
  margin-bottom: 10px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-list-wrap {
  display: flex;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-list-wrap .list {
  width: calc((100% - 31px) / 3);
  margin-left: 15px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-list-wrap .list:first-child {
  margin-left: 0;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-list-wrap .list .list-img {
  margin-bottom: 5px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-list-wrap .list img {
  border-radius: 50%;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-list-wrap .list .list-text {
  text-align: center;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #333;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-title span.title {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-title span.sub-title {
  font-size: 22px;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  padding-left: 32px;
  margin-bottom: 3px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-title span.sub-title:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -9px;
  left: 0;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-title span .red {
  color: #aa0037;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-price {
  font-size: 43px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #aa0037;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [BLOG] blog-std 
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog-std-beta .Title-block.MOD-side {
  color: #333;
}

#LO-blog-std-alpha .Title-article {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  border-bottom: 1px solid #bd8184;
  border-left: 3px solid #aa0037;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 17px;
  padding: 5px 6px 6px;
  margin-bottom: 12px;
}

#LO-blog-std-alpha .Title-article a {
  color: #333;
}

/*
---------------------------------------------------------
 Alpha
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-main-block {
  padding: 0 15px;
}

#LO-blog-std-alpha .LO-top-wrap {
  text-align: right;
  margin-bottom: 8px;
}

#LO-blog-std-alpha .LO-top-wrap .LO-date,
#LO-blog-std-alpha .LO-top-wrap a {
  display: inline-block;
  vertical-align: top;
}

#LO-blog-std-alpha .LO-top-wrap .LO-date {
  color: #555;
  font-size: 12px;
  margin-right: 5px;
  padding-top: 1px;
}

#LO-blog-std-alpha .LO-top-wrap a {
  font-size: 11px;
  padding: 4px 10px 3px;
  max-width: 50%;
  line-height: 1.3;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
}

#LO-blog-std-alpha .LO-continue-btn {
  padding-top: 20px;
  text-align: right;
}

#LO-blog-std-alpha .LO-continue-btn .Link-text {
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #bd8184 !important;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-body {
  margin-bottom: 1em;
}

#LO-blog-std-alpha .LO-article.MOD-continue .LO-continue {
  margin-bottom: 20px;
}

/* bottom-wrap
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-bottom-wrap {
  border-top: 1px solid #bd8184;
  padding-top: 15px;
  text-align: center;
}

#LO-blog-std-alpha .LO-bottom-wrap a {
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #bd8184 !important;
}

/*
---------------------------------------------------------
 blog-std-beta 
--------------------------------------------------------- */
#LO-blog-std-beta .LO-side-block+.LO-side-block {
  margin-top: 35px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-list,
#LO-blog-std-beta .LO-categ-block .wb-blog-categ,
#LO-blog-std-beta .LO-archive-block .wb-blog-categ {
  /* @mixin:SP-list-base */
  border-bottom: 1px solid #bd8184;
  padding: 0px 10px 8px;
  margin-bottom: 10px;
  padding: 0px 15px 8px;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title span {
  /* @mixin:SP-list-date */
  color: #c3152b;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 2px;
  color: #555;
}

#LO-blog-std-beta .LO-side-block a {
  /* @mixin:SP-list-title */
  line-height: 1.15;
  display: inline-block;
  font-size: 14px;
  color: #bd8184;
}

#LO-blog-std-beta .LO-categ-block a,
#LO-blog-std-beta .LO-archive-block a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  line-height: 1.5;
}

#LO-blog-std-beta .LO-categ-block a:before,
#LO-blog-std-beta .LO-archive-block a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #aa0037;
  display: block;
  top: 5px;
  left: 2px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 faq01
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-faq01 .LO-content-wrap .wb-faq-categ {
  /* @mixin:SP-content-block */
  margin-bottom: 45px;
}

#LO-faq01 .LO-content-wrap .wb-faq-categ:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-faq01 .LO-content-wrap .wb-faq-categ-title {
  /* @mixin:SP-title-block */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin-bottom: 18px;
  padding: 0 8px;
  color: #333;
}

#LO-faq01 .LO-content-wrap .wb-faq-list {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #bd8184;
  padding-bottom: 22px;
}

#LO-faq01 .LO-content-wrap .wb-faq-list+.wb-faq-list {
  margin-top: 22px;
}

#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-question,
#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  font-size: 14px;
  position: relative;
  padding: 5px 0 0px 30px;
  line-height: 1.6;
}

#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-question {
  margin-bottom: 7px;
}

#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-question::before,
#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-answer::before {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 5px;
  line-height: 1;
  font-size: 20px;
  left: 6px;
  text-decoration: none;
}

#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-question::before {
  content: 'Q';
  color: #bd8184;
}

#LO-faq01 .LO-content-wrap .wb-faq-list .wb-faq-list-answer::before {
  content: 'A';
  color: #aa0037;
  left: 8px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-company-categ
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-company-categ .LO-categ-wrap {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#LO-company-categ .LO-categ-wrap .wb-blog {
  overflow: hidden;
  /*clearfixの代用*/
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ {
  float: left;
  margin: 0 0 10px 10px;
  width: calc((100% - 11px) / 2);
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:SP-btn-anchor */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #aa0037;
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  word-break: break-all;
  text-align: left;
  border: 1px solid;
  background: none;
  font-size: 11px;
  border-radius: 2px;
  padding: 7px 10px 7px 22px;
  line-height: 1.3;
  color: #bd8184;
  border-radius: 0;
  padding: 8px 10px 6px 25px;
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ a:before {
  /* @mixin:SP-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bd8184 transparent transparent transparent;
  display: block;
  top: 12px;
  left: 8px;
}

/*
---------------------------------------------------------
 LO-content-wrap 
--------------------------------------------------------- */
#LO-company-categ .LO-content-wrap .wb-blog-categ .wb-blog-categ-title {
  /* @mixin:SP-title-block */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin-bottom: 18px;
  padding: 0 8px;
  font-size: 21px;
  color: #333;
}

#LO-company-categ .LO-content-wrap .wb-blog-categ .wb-blog-categ-title:empty {
  display: none;
}

#LO-company-categ .LO-content-wrap .wb-blog-categ-body {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list {
  /* @mixin:SP-content-block */
  margin-bottom: 45px;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #FFFFFF;
  font-weight: bold;
  padding: 6px 10px 4px;
  line-height: 1.3;
  background-color: #bc8084;
  color: #fff;
  font-size: 14px;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .comment {
  padding: 8px 10px 12px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
[form] #form-content01 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 wb-form
--------------------------------------------------------- */
#form-content01 .wb-form {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
}

#form-content01 .wb-form .wb-form-table td .Attention {
  font-size: 11px;
}

/* TABLE
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table,
#form-content01 .wb-form .wb-form-table tbody,
#form-content01 .wb-form .wb-form-table tr,
#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  display: block;
}

#form-content01 .wb-form .wb-form-table {
  border-top: 1px solid #bd8184;
  width: 100%;
}

#form-content01 .wb-form .wb-form-table th {
  padding: 20px 5px 5px;
  font-weight: bold;
  font-size: 14px;
}

#form-content01 .wb-form .wb-form-table td {
  padding: 0px 5px 20px;
  border-bottom: 1px solid #bd8184;
}

/* text,textarea
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input[type="text"],
#form-content01 .wb-form .wb-form-table td textarea,
#form-content01 .wb-form .wb-form-table td select {
  width: 100%;
  padding: 4px 6px;
}

/* 住所入力
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input#zip0 {
  width: auto;
  vertical-align: middle;
}

#form-content01 .wb-form .wb-form-table td .pref-wrap,
#form-content01 .wb-form .wb-form-table td .city-wrap {
  display: block;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap {
  display: block;
  margin: 0 0 10px;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap+a {
  margin-top: 4px;
  margin-bottom: 15px;
  display: inline-block;
}

#form-content01 .wb-form .wb-form-table td .zip-wrap .Attention {
  display: block;
  padding: 5px 0 0 0;
  font-size: 12px;
}

#form-content01 .wb-form .wb-form-table td .pref-wrap {
  margin-bottom: 12px;
}

/* wb-form-check / wb-form-radio
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-check,
#form-content01 .wb-form .wb-form-radio {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#form-content01 .wb-form .wb-form-check label,
#form-content01 .wb-form .wb-form-radio label {
  border: 1px solid #bd8184;
  display: block;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 8px;
}

#form-content01 .wb-form .wb-form-check input[type="checkbox"],
#form-content01 .wb-form .wb-form-radio input[type="radio"] {
  margin-right: 4px;
  vertical-align: -2px;
}

/* wb-form-btn
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

#form-content01 .wb-form .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form-content01 .wb-form .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
}

/* BUTTON
--------------------------------------------------------- */
#form-content01 .wb-form input[type="submit"],
#form-content01 .wb-form input[type="button"] {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  /* @mixin:PC-btn-main */
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #bd8184;
  display: block;
  font-weight: normal;
  text-decoration: none !important;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 15px 20px 15px 15px;
  font-size: 14px;
  line-height: 1;
  color: #FFF !important;
  position: relative;
}

#form-content01 .wb-form input[type="submit"]::before,
#form-content01 .wb-form input[type="button"]::before {
  content: "";
  width: 100%;
  padding: 21px 0;
  border: 1px solid #ead3c1;
  position: absolute;
  top: 6px;
  left: 6px;
}

#form-content01 .wb-form input[type="submit"]::after,
#form-content01 .wb-form input[type="button"]::after {
  content: "";
  width: 9px;
  height: 11px;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto 0;
}

#form-content01 .wb-form input[type="submit"]:hover::after,
#form-content01 .wb-form input[type="button"]:hover::after {
  top: 0;
}

#form-content01 .wb-form .wb-form-btn input,
#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  display: inline-block;
}

#form-content01 .wb-form .wb-form-btn input {
  font-size: 18px;
  padding: 11px 20px 11px 30px;
  letter-spacing: 10px;
}

#form-content01 .wb-form .wb-form-table .zip-wrap input[type="button"] {
  margin-left: 4px;
  font-size: 14px;
}

/* ERROR
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table .form-err {
  border: 1px solid #f13748;
  background: #FFEEEE;
}

#form-content01 .wb-form .wb-form-table ul.form-err-msg {
  list-style: none;
  margin: 0;
  padding: 0;
}

#form-content01 .wb-form .wb-form-table ul.form-err-msg li {
  background: #f13748;
  list-style: none;
  font-weight: bold;
  margin: 4px 0;
  padding: 2px 10px;
  color: #FFFFFF;
  font-size: 12px;
}

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
body.MOD-form-sub .Wrapper {
  display: none;
}

.jqmOverlay {
  opacity: 1 !important;
  background: #FFF !important;
  z-index: 1001 !important;
}

.jqmFormWindow {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  position: relative !important;
  z-index: 1002 !important;
}

.jqmFormWindow iframe {
  width: 100% !important;
}

#form-content01.WB-form-sub,
#form-content01.WB-form-sub a {
  color: #444;
}

#form-content01.WB-form-sub {
  background: #FFF;
  padding: 35px 10px;
}

#form-content01.WB-form-sub .page-title {
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin-bottom: 18px;
}

#form-content01.WB-form-sub .page-title span {
  display: inline-block;
  text-align: left;
}

#form-content01.WB-form-sub .WB-form-top-txt {
  margin-bottom: 15px;
  text-align: center;
}

#form-content01.WB-form-sub .WB-form-end-txt {
  padding: 12px 15px;
  display: block;
  background-color: #F4f4f4;
}

/* wb-form-btn
--------------------------------------------------------- */
#form-content01.WB-form-sub .wb-form-btn {
  padding-top: 20px;
  text-align: center;
}

#form-content01.WB-form-sub .wb-form-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#form-content01.WB-form-sub .wb-form-btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

/* BUTTON
--------------------------------------------------------- */
#form-content01.WB-form-sub .btn-submit,
#form-content01.WB-form-sub .btn-cancel {
  /* @mixin:appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "游ゴシック", "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding: 8px 22px;
  line-height: 1.3;
  border-radius: 2px;
  font-weight: bold;
}

#form-content01.WB-form-sub .btn-submit {
  background: #454545;
  color: #FFF;
}

#form-content01.WB-form-sub .btn-cancel {
  border: 1px solid #b7b7b7;
  background: #FFF;
  color: #454545;
}

/* table 
--------------------------------------------------------- */
#form-content01.WB-form-sub table,
#form-content01.WB-form-sub table tbody,
#form-content01.WB-form-sub table tr,
#form-content01.WB-form-sub table th,
#form-content01.WB-form-sub table td {
  display: block;
}

#form-content01.WB-form-sub table tr~tr {
  margin-top: 10px;
}

#form-content01.WB-form-sub table td {
  padding: 7px 10px;
}

#form-content01.WB-form-sub table td:first-child {
  font-weight: bold;
  background: #F4F4F4;
  padding: 6px 10px;
  font-size: 85%;
  border-radius: 2px;
  line-height: 1.3;
}

/*.btn-wrap {
  margin-top: 30px;
}*/

/* --------------------------------------------------------
-----------------------------------------------------------
 [共通：上部タイトルテキストエリア] .top-content-text
-----------------------------------------------------------
----------------------------------------------------------- */
#top-content-text {
  padding-top: 0;
  position: relative;
}

#top-content-text:before {
  content: "";
  background: url(/furisode/img/common/design-bg01-sp.svg);
  background-size: 90px auto;
  background-repeat: no-repeat;
  width: 90px;
  height: 106px;
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: -1;
}

#top-content-text:after {
  content: "";
  background: url(/furisode/img/common/design-bg02.svg);
  background-size: 114px auto;
  background-repeat: no-repeat;
  width: 114px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: -14px;
  z-index: -1;
}

#top-content-text .Top-content-text-block {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

#top-content-text .Top-content-text-block .top-content-text-title {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 25px;
  font-weight: normal;
}

#top-content-text .Top-content-text-block .top-content-text-title span {
  position: relative;
}

#top-content-text .Top-content-text-block .top-content-text-title span:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -6px;
  left: -33px;
}

#top-content-text .Top-content-text-block .top-content-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [よくある質問] wb-faq
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-faq-categ {
  padding-top: 15px;
}

.wb-faq-categ-title {
  display: none;
}

.wb-faq-list {
  border-bottom: 1px solid #bd8184;
  padding-bottom: 20px;
}

.wb-faq-list+.wb-faq-list {
  margin-top: 20px;
}

.wb-faq-list .wb-faq-list-question {
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 3px 0 3px 30px;
}

.wb-faq-list .wb-faq-list-answer {
  position: relative;
  padding: 3px 0 3px 30px;
}

.wb-faq-list .wb-faq-list-question,
.wb-faq-list .wb-faq-list-answer {
  font-size: 14px;
  position: relative;
  padding: 5px 0 0px 30px;
  line-height: 1.6;
}

.wb-faq-list .wb-faq-list-question {
  margin-bottom: 7px;
}

.wb-faq-list .wb-faq-list-question::before,
.wb-faq-list .wb-faq-list-answer::before {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 5px;
  line-height: 1;
  font-size: 20px;
  left: 6px;
  text-decoration: none;
}

.wb-faq-list .wb-faq-list-question::before {
  content: 'Q';
  color: #bd8184;
}

.wb-faq-list .wb-faq-list-answer::before {
  content: 'A';
  color: #aa0037;
  left: 8px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [振袖トップ] index 
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Edit .wb-edit {
  padding-top: 25px;
  padding-bottom: 25px;
}

#furisode_index .index-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #333;
}

#furisode_index .index-title.center {
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0;
}

#furisode_index .index-title.center:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/furisode/img/common/title-bg.svg);
  background-size: 80px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#furisode_index .index-title.side {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #bd8184;
  margin-bottom: 20px;
  padding-left: 32px;
}

#furisode_index .index-title.center.bg-none {
  margin-bottom: 5px;
}

#furisode_index .index-title.center.bg-none::before {
  content: none;
}

#furisode_index .index-title.center.bg-none .sub-title {
  margin-bottom: 5px;
}

#furisode_index .index-title span.sub-title {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
}

#furisode_index .index-title span.title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
}

#furisode_index .index-title.side span.sub-title {
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-left: 3px;
  width: fit-content;
  position: relative;
  order: 2;
  font-size: 14px;
}

#furisode_index .index-title.side span.title {
  line-height: 1.3;
  order: 1;
}

#furisode_index .index-title.side span.title:before {
  content: "";
  width: 35px;
  height: 37px;
  background: url(/furisode/img/common/side-title-icon.svg);
  background-size: 35px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -9px;
  left: -1px;
}

#furisode_index .index-title span.title .red {
  color: #aa0037;
}

#furisode_index .btn-wrap {
  margin-top: 25px;
}

/*
-----------------------------------------------------------
 [#top-content1] index-news-block
 [#top-content8] index-column-block
----------------------------------------------------------- */
#top-content1 {
  padding-top: 0;
}

#furisode_index .index-news-block .index-news-wrap,
#furisode_index .index-column-block .index-column-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 30px;
}

#furisode_index .index-news-block .index-news,
#furisode_index .index-column-block .index-column {
  width: calc((100% - 21px) / 2);
  margin-left: 20px;
}

#furisode_index .index-news-block .index-news:nth-of-type(2n+1),
#furisode_index .index-column-block .index-column:nth-of-type(2n+1) {
  margin-left: 0;
}

#furisode_index .index-news-block .index-news:nth-of-type(n+3),
#furisode_index .index-column-block .index-column:nth-of-type(n+3) {
  margin-top: 15px;
  display: none;
}

#furisode_index .index-news-block .index-news .img-wrap,
#furisode_index .index-column-block .index-column .img-wrap {
  margin-bottom: 10px;
}

#furisode_index .index-news-block .index-news .news-content .date,
#furisode_index .index-column-block .index-column .news-content .date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #bd8184;
  margin-bottom: 6px;
  padding-bottom: 1px;
  letter-spacing: 0.03em;
  color: #555;
}

#furisode_index .index-news-block .index-news .news-content .title,
#furisode_index .index-column-block .index-column .column-content .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

#furisode_index .index-news-block .index-news .news-content .text,
#furisode_index .index-column-block .index-column .column-content .text {
  letter-spacing: 0.075em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#furisode_index .index-news-block .index-news .news-btn-wrap,
#furisode_index .index-column-block .index-column .column-btn-wrap {
  text-align: center;
  margin-top: 10px;
}

#furisode_index .index-news-block .index-news .news-btn-wrap a,
#furisode_index .index-column-block .index-column .column-btn-wrap a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 2px;
  line-height: 1.3;
  padding: 7px 10px 6px;
  font-size: 12px;
  border: 1px solid;
}

#furisode_index .index-news-block .index-news .news-btn-wrap a span:before,
#furisode_index .index-column-block .index-column .column-btn-wrap a span:before {
  content: '詳しく見る ▶';
}

/*
-----------------------------------------------------------
 [#top-content2] index-thought-wrap
----------------------------------------------------------- */
#top-content2 {
  position: relative;
  background: url(/furisode/img/common/thought-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

#furisode_index .index-thought-wrap .left-wrap .thought-title {
  font-size: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 5px;
}

#furisode_index .index-thought-wrap .left-wrap .thought-content {
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 0 10px;
}

#furisode_index .index-thought-wrap .left-wrap .img-wrap {
  position: relative;
  text-align: right;
  padding-right: 10px;
}

#furisode_index .index-thought-wrap .left-wrap .img-wrap::before {
  content: "";
  background: #bd8184;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 20px;
  left: 10px;
  opacity: 0.3;
  z-index: -1;
}

#furisode_index .index-thought-wrap .left-wrap .img-wrap:after {
  content: "";
  background: url(/furisode/img/common/design-bg01-sp.svg);
  background-repeat: no-repeat;
  background-size: 80px auto;
  position: absolute;
  top: -100px;
  right: -10px;
  width: 80px;
  height: 95px;
}

#furisode_index .index-thought-wrap .left-wrap .img-wrap img {
  width: calc(100% - 30px);
}

/*
-----------------------------------------------------------
 [#top-content3] index-price-wrap
----------------------------------------------------------- */
#top-content3 {
  background-color: #fff3f3;
  background-image: url(/furisode/img/common/content-bg.svg);
  background-repeat: repeat;
  background-size: 50px auto;
}

#furisode_index .index-price-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#furisode_index .index-price-wrap .price-plan {
  width: calc((100% - 11px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#furisode_index .index-price-wrap .price-plan:nth-of-type(2n) {
  margin-left: 10px;
}

#furisode_index .index-price-wrap .price-plan:nth-of-type(n+3) {
  margin-top: 25px;
}

#furisode_index .index-price-wrap .price-plan .plan-name {
  font-size: 16px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
  padding-left: 22px;
  letter-spacing: 0;
}

#furisode_index .index-price-wrap .price-plan .plan-name::before {
  content: "";
  width: 23px;
  height: 24px;
  background: url(/furisode/img/common/title-icon.svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: -4px;
}

#furisode_index .index-price-wrap .price-plan .img-wrap {
  margin-bottom: 10px;
}

#furisode_index .index-price-wrap .price-plan .text-wrap {
  width: 100%;
  text-align: left;
}

#furisode_index .index-price-wrap .price-plan .plan-btn-wrap {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

#furisode_index .index-price-wrap .price-plan .plan-btn-wrap a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 2px;
  line-height: 1.3;
  padding: 7px 10px 6px;
  font-size: 12px;
  border: 1px solid;
}

#furisode_index .index-price-wrap .price-plan .plan-btn-wrap a span:before {
  content: '詳しく見る ▶';
}

/*
-----------------------------------------------------------
 [#top-content4] index-coordinate-wrap
----------------------------------------------------------- */
#top-content4 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

#top-content4:before {
  content: "";
  background: url(/furisode/img/common/design-bg02-sp.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 120px;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: -1;
}

#top-content4:after {
  content: "";
  background: url(/furisode/img/common/design-bg03-sp.svg);
  background-size: 90px auto;
  background-repeat: no-repeat;
  width: 90px;
  height: 93px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  z-index: -1;
}

/*
-----------------------------------------------------------
 [#top-content5] index-studio-wrap
----------------------------------------------------------- */
#top-content5 {
  background-color: #fff3f3;
  background-image: url(/furisode/img/common/content-bg.svg);
  background-repeat: repeat;
  background-size: 50px auto;
}

#furisode_index .index-studio-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

#furisode_index .index-studio-wrap li {
  width: calc((100% - 11px) / 2);
}

#furisode_index .index-studio-wrap li:nth-of-type(2n) {
  margin-left: 10px;
}

#furisode_index .index-studio-wrap li:nth-of-type(n+3) {
  margin-top: 15px;
}

#furisode_index .index-studio-wrap li .img-wrap {
  margin-bottom: 10px;
}

#furisode_index .index-studio-wrap li .studio-name {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.2;
}

#furisode_index .index-studio-wrap li .studio-detail {
  font-size: 13px;
}

#furisode_index .index-studio-wrap li .studio-btn-wrap {
  text-align: center;
  margin-top: 10px;
}

#furisode_index .index-studio-wrap li .studio-btn-wrap a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #bd8184;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  border-radius: 2px;
  line-height: 1.3;
  padding: 7px 10px 6px;
  font-size: 12px;
  border: 1px solid;
}

#furisode_index .index-studio-wrap li .studio-btn-wrap a span:before {
  content: '詳しく見る ▶';
}

/*
-----------------------------------------------------------
 [#top-content6] index-step-wrap
----------------------------------------------------------- */
#top-content6 {
  position: relative;
}

#top-content6:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 200px;
  position: absolute;
  bottom: -177px;
  left: -15px;
  z-index: -1;
}

#furisode_index .index-step-wrap .right-wrap .index-title .sub-title {
  letter-spacing: 0.03em;
}

#furisode_index .index-step-wrap .right-wrap .index-title .sub-title:before {
  left: -45px;
}

#furisode_index .index-step-wrap .right-wrap .step-title {
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  letter-spacing: 0.05em;
  margin-top: 45px;
  margin-bottom: 10px;
}

#furisode_index .index-step-wrap .right-wrap .step-content {
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 10px;
}

#furisode_index .index-step-wrap .right-wrap .img-wrap {
  position: relative;
  text-align: left;
  padding-left: 10px;
}

#furisode_index .index-step-wrap .right-wrap .img-wrap::before {
  content: "";
  background: #bd8184;
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 20px;
  right: 10px;
  opacity: 0.3;
  z-index: -1;
}

#furisode_index .index-step-wrap .right-wrap .img-wrap img {
  width: calc(100% - 30px);
}

/*
-----------------------------------------------------------
 [#top-content7] index-bannar-wrap
----------------------------------------------------------- */
#top-content7 .content-inner {
  position: relative;
}

#top-content7 .content-inner:before {
  content: "";
  background: url(/furisode/img/common/design-bg04-sp.svg);
  background-size: 90px auto;
  background-repeat: no-repeat;
  width: 90px;
  height: 83px;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: -1;
}

#top-content7 .content-inner:after {
  content: "";
  background: url(/furisode/img/common/design-bg05-sp.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 95px;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -1;
}

#furisode_index .index-bannar-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

#furisode_index .index-bannar-wrap li {
  width: calc((100% - 11px) / 2);
}

#furisode_index .index-bannar-wrap li:nth-of-type(2n) {
  margin-left: 10px;
}

#furisode_index .index-bannar-wrap li:nth-of-type(n+3) {
  margin-top: 10px;
}

/*
---------------------------------------------------------
 [#top-content9] index-faq-wrap
--------------------------------------------------------- */
#top-content9 .content-inner {
  position: relative;
}

#top-content9 .content-inner:before {
  content: "";
  background: url(/furisode/img/common/design-bg06-sp.svg);
  background-repeat: no-repeat;
  background-size: 120px auto;
  position: absolute;
  top: 50px;
  right: 0;
  width: 120px;
  height: 115px;
  z-index: -1;
}

#top-content9 .content-inner:after {
  content: "";
  background: url(/furisode/img/common/design-bg07-sp.svg);
  background-repeat: no-repeat;
  background-size: 110px auto;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 110px;
  height: 140px;
  z-index: -1;
}

/*
---------------------------------------------------------
 [#top-content10] index-access-wrap
--------------------------------------------------------- */
#top-content10 .content-inner {
  position: relative;
}

#top-content10 .content-inner:before {
  content: "";
  background: url(/furisode/img/common/design-bg01-sp.svg);
  background-repeat: no-repeat;
  background-size: 110px auto;
  position: absolute;
  top: -10px;
  right: 0;
  width: 110px;
  height: 130px;
  z-index: -1;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [初めての方へ]furisode-first
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-head01#furisode-first #Page-head01 {
  opacity: 1;
}

body.Page-head01#furisode-first #Page-head01 .sub-image~.page-title {
  top: -5px;
  padding-top: 0;
}

#furisode-first .btn-wrap {
  margin-top: 20px;
}

/*
---------------------------------------------------------
 [#first-content2] mid-img-block
--------------------------------------------------------- */
#first-content2 {
  position: relative;
  padding-bottom: 50px;
}

#first-content2::after {
  content: "";
  background: url(/furisode/img/common/thought-bg.svg);
  background-size: 360px auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: -1;
}

#furisode-first .mid-img-block .mid-img-bottom-title {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding-top: 30px;
  line-height: 1.5;
  font-weight: normal;
}

/*
---------------------------------------------------------
 [#first-content3] content-point-block
--------------------------------------------------------- */
#furisode-first .content-point-block .point-title-block {
  display: flex;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 40px;
  font-weight: normal;
}

#furisode-first .content-point-block .point-title-block:before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/furisode/img/common/title-bg.svg);
  background-size: 80px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

#furisode-first .content-point-block .point-title-block span.en {
  font-size: 16px;
}

#furisode-first .content-point-block .point-title-block span.en span.red {
  color: #aa0037;
}

#furisode-first .content-point-block .point-title-block span.title {
  font-size: 22px;
  position: relative;
  letter-spacing: 0;
  line-height: 1.3;
}

/*
 content-point-list
--------------------------------------------------------- */
#furisode-first .content-point-block .content-point-list {
  margin-bottom: 100px;
  position: relative;
}

#furisode-first .content-point-block .content-point-list:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 125px auto;
  background-repeat: no-repeat;
  width: 125px;
  height: 105px;
  position: absolute;
  bottom: -90px;
  left: -25px;
  z-index: -1;
}

#furisode-first .content-point-block .content-point-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

#furisode-first .content-point-block .content-point-list ul li {
  width: calc((100% - 21px) / 2);
  margin-left: 20px;
}

#furisode-first .content-point-block .content-point-list ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

#furisode-first .content-point-block .content-point-list ul li:nth-of-type(n+3) {
  margin-top: 20px;
}

#furisode-first .content-point-block .content-point-list ul li .img-wrap {
  margin-bottom: 10px;
  padding: 0 5px;
}

#furisode-first .content-point-block .content-point-list ul li .img-wrap img {
  border-radius: 50%;
}

#furisode-first .content-point-block .content-point-list ul li .point-name {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

#furisode-first .content-point-block .content-point-list ul li .point-text {
  font-size: 13px;
}

/*
 content-point-wrap
--------------------------------------------------------- */
#furisode-first .content-point-block .content-point-wrap {
  position: relative;
}

#furisode-first .content-point-block .content-point-wrap:before {
  content: "";
  background: url(/furisode/img/common/design-bg04.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 85px;
  position: absolute;
  top: 470px;
  right: 0px;
  z-index: -1;
}

#furisode-first .content-point-block .content-point-wrap .point-num {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
  line-height: 1.0;
}

#furisode-first .content-point-block .content-point-wrap .point-num:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 33px;
  position: absolute;
  top: -9px;
  left: -5px;
}

#furisode-first .content-point-block .content-point-wrap .point-num span {
  font-size: 32px;
  color: #aa0037;
  position: relative;
}

#furisode-first .content-point-block .content-point-wrap .point-num span:before,
#furisode-first .content-point-block .content-point-wrap .point-num span:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-first .content-point-block .content-point-wrap .point-num span:before {
  top: 19px;
  right: -180px;
}

#furisode-first .content-point-block .content-point-wrap .point-num span:after {
  top: 23px;
  right: -160px;
}

#furisode-first .content-point-block .content-point-wrap .point-wrap {
  margin-bottom: 40px;
}

#furisode-first .content-point-block .content-point-wrap .point-wrap .left-wrap {
  padding: 0 5px;
}

#furisode-first .content-point-block .content-point-wrap .point-wrap .left-wrap .point-title {
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
  line-height: 1.3;
}

#furisode-first .content-point-block .content-point-wrap .point-wrap .left-wrap .img-wrap {
  margin-bottom: 15px;
}

#furisode-first .content-point-block .content-point-wrap .point-wrap .left-wrap .point-text {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*
 content-point-bottom
--------------------------------------------------------- */
#furisode-first .content-point-block .content-point-bottom {
  position: relative;
}

#furisode-first .content-point-block .content-point-bottom:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 52px;
  position: absolute;
  top: 133px;
  left: -8px;
  z-index: 10;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-img {
  text-align: end;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-img:before {
  content: "";
  background: url(/furisode/img/common/design-bg06.svg);
  background-size: 120px auto;
  background-repeat: no-repeat;
  width: 120px;
  height: 90px;
  position: absolute;
  top: -100px;
  right: -6px;
  z-index: -1;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn {
  text-align: center;
  padding: 0 0 10px 10px;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn a {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: rgba(189, 129, 132, 0.62);
  text-decoration: none;
  padding: 20px;
  color: #FFF;
  letter-spacing: 0.06em;
  line-height: 1.3;
  display: block;
  position: relative;
  transition: all 0.3s;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn a:before {
  content: "";
  background: rgba(189, 129, 132, 0.15);
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11.6px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  bottom: 25px;
  right: 45px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [成人式までの流れ]furisode-first-seijinshiki
-----------------------------------------------------------
----------------------------------------------------------- */
#seijinshiki-content2,
#seijinshiki-content3,
#seijinshiki-content4,
#seijinshiki-content5 {
  margin-bottom: 20px;
}

#seijinshiki-content3,
#seijinshiki-content5 {
  position: relative;
}

#seijinshiki-content3:before,
#seijinshiki-content5:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 105px auto;
  background-repeat: no-repeat;
  width: 105px;
  height: 90px;
  position: absolute;
  top: -38px;
  right: 9px;
  z-index: -1;
}

#seijinshiki-content3:after,
#seijinshiki-content5:after {
  content: "";
  background: url(/furisode/img/common/design-bg04.svg);
  background-size: 110px auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 85px;
  position: absolute;
  bottom: -32px;
  left: -23px;
  z-index: -1;
}

#furisode-first-seijinshiki .step-block {
  position: relative;
}

#furisode-first-seijinshiki .step-block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #aa0037 transparent transparent transparent;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#seijinshiki-content6 .step-block::after {
  content: none;
}

#furisode-first-seijinshiki .step-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  line-height: 1.0;
}

#furisode-first-seijinshiki .step-title:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 33px;
  position: absolute;
  top: -9px;
  left: -5px;
}

#furisode-first-seijinshiki .step-title span.num {
  font-size: 32px;
  color: #aa0037;
  position: relative;
}

#furisode-first-seijinshiki .step-title span.num:before, #furisode-first-seijinshiki .step-title span.num:after {
  content: "";
  width: 140px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-first-seijinshiki .step-title span.num:before {
  top: 19px;
  right: -180px;
}

#furisode-first-seijinshiki .step-title span.num:after {
  top: 23px;
  right: -160px;
}

#furisode-first-seijinshiki .title-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 10px;
}

#furisode-first-seijinshiki .title-wrap span {
  display: block;
}

#furisode-first-seijinshiki .title-wrap .title {
  font-size: 28px;
}

#furisode-first-seijinshiki .title-wrap .sub {
  font-size: 17px;
}

#furisode-first-seijinshiki .step-wrap .text-wrap {
  margin-top: 10px;
  font-size: 14px;
}

/*
---------------------------------------------------------
 [#seijinshiki-content2] step1-block
--------------------------------------------------------- */
#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  border: 3px solid rgba(189, 129, 132, 0.3);
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li:first-child {
  margin-top: 0;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li .contact-title {
  font-size: 16px;
  width: 100%;
  text-align: center;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li span {
  font-size: 22px;
  margin-left: 10px;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li span.num {
  font-size: 25px;
  margin-left: 5px;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li img {
  width: 26px;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li.tel img {
  width: 16px;
  margin-bottom: 4px;
  margin-right: 3px;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li .contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 5px;
  text-decoration: none;
  color: #444444;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li.line a img {
  width: 40px;
}


/*
---------------------------------------------------------
 [#seijinshiki-content3] step2-wrap
  [#seijinshiki-content4] step3-wrap
  [#seijinshiki-content5] step4-wrap
  [#seijinshiki-content6] step5-wrap
--------------------------------------------------------- */
#furisode-first-seijinshiki .step-wrap .left-wrap {
  flex: 1;
}

#furisode-first-seijinshiki .step-wrap .left-wrap .btn-wrap {
  margin-top: 20px;
}

#furisode-first-seijinshiki .step-wrap .left-wrap .btn-wrap a {
  margin-bottom: 20px;
}

#furisode-first-seijinshiki .step-wrap .left-wrap .btn-wrap a:last-child {
  margin-bottom: 0;
}

#furisode-first-seijinshiki .step-block .bottom-wrap {
  margin-top: 40px;
}

#furisode-first-seijinshiki .step-block .bottom-wrap ul li {
  margin-bottom: 30px;
}

#furisode-first-seijinshiki .step-block .bottom-wrap ul li:last-child {
  margin-bottom: 0;
}

#furisode-first-seijinshiki .step-block .bottom-wrap ul li p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

#furisode-first-seijinshiki .step-block .bottom-wrap ul li p span {
  position: relative;
  padding-left: 40px;
  margin-right: 40px;
}

#furisode-first-seijinshiki .step-block .bottom-wrap ul li p span::before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: -1;
}

/*
---------------------------------------------------------
 [#seijinshiki-content7] bottom-img-block
--------------------------------------------------------- */
#furisode-first-seijinshiki .bottom-img-block .bottom-img-top-title {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.6;
  position: relative;
}

#furisode-first-seijinshiki .bottom-img-block .bottom-img-top-title::after {
  content: "";
  background: url(/furisode/img/common/thought-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: -50px;
  right: -10px;
  margin: 0 auto;
  z-index: -1;
}

#furisode-first-seijinshiki .bottom-img-block .bottom-img-wrap img {
  width: 100%;
}

#furisode-first-seijinshiki .btn-wrap {
  margin-top: 20px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 [プラントップ] furisode-menu
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
[#menu-content2] furisode-menu-block
----------------------------------------------------------- */
#furisode-menu .furisode-menu-block .furisode-menu {
  margin-bottom: 60px;
}

#furisode-menu .furisode-menu-block .furisode-menu:last-child {
  margin-bottom: 0;
}

#furisode-menu .furisode-menu-block .furisode-menu.purchase-plan {
  position: relative;
}

#furisode-menu .furisode-menu-block .furisode-menu.purchase-plan:before {
  content: "";
  background: url(/furisode/img/common/design-bg06.svg);
  background-size: 98px auto;
  background-repeat: no-repeat;
  width: 98px;
  height: 95px;
  position: absolute;
  top: -45px;
  right: -11px;
  z-index: -1;
}

#furisode-menu .furisode-menu-block .furisode-menu.rental-plan .left-wrap,
#furisode-menu .furisode-menu-block .furisode-menu.purchase-plan .left-wrap {
  padding: 20px 0 0 20px;
  position: relative;
}

#furisode-menu .furisode-menu-block .furisode-menu.rental-plan .left-wrap:before,
#furisode-menu .furisode-menu-block .furisode-menu.purchase-plan .left-wrap:before {
  content: "";
  width: 330px;
  height: 278px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(189, 129, 132, 0.3);
  z-index: -1;
}

#furisode-menu .furisode-menu-block .furisode-menu.mama-plan .right-wrap,
#furisode-menu .furisode-menu-block .furisode-menu.sotsugyo-plan .right-wrap {
  padding: 20px 20px 0 0;
  position: relative;
  margin-bottom: 30px;
}

#furisode-menu .furisode-menu-block .furisode-menu.mama-plan .right-wrap:before,
#furisode-menu .furisode-menu-block .furisode-menu.sotsugyo-plan .right-wrap:before {
  content: "";
  width: 330px;
  height: 278px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(189, 129, 132, 0.3);
  z-index: -1;
}

#furisode-menu .furisode-menu-block .furisode-menu img {
  width: 100%;
}

#furisode-menu .furisode-menu-block .furisode-menu.rental-plan .right-wrap,
#furisode-menu .furisode-menu-block .furisode-menu.purchase-plan .right-wrap,
#furisode-menu .furisode-menu-block .furisode-menu.mama-plan .left-wrap,
#furisode-menu .furisode-menu-block .furisode-menu.sotsugyo-plan .left-wrap {
  flex: 1;
}

#furisode-menu .furisode-menu-block .furisode-menu .title-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-weight: normal;
}

#furisode-menu .furisode-menu-block .furisode-menu .title-wrap .en {
  font-size: 22px;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
  padding-left: 32px;
  margin-bottom: 3px;
}

#furisode-menu .furisode-menu-block .furisode-menu .title-wrap .en::before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -9px;
  left: 0;
}

#furisode-menu .furisode-menu-block .furisode-menu .title-wrap .en .red {
  color: #aa0037;
}

#furisode-menu .furisode-menu-block .furisode-menu .title-wrap .title {
  font-size: 28px;
}

#furisode-menu .furisode-menu-block .furisode-menu .text-wrap {
  line-height: 1.5;
  padding-top: 40px;
}

#furisode-menu .furisode-menu-block .furisode-menu .btn-wrap {
  margin-top: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [衣装ギャラリー] furisode-collection
-----------------------------------------------------------
----------------------------------------------------------- */
#furisode-collection .collection-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 5px;
  padding-left: 20px;
}

#furisode-collection .collection-title span.title {
  font-size: 32px;
}

#furisode-collection .collection-title span.sub-title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

#furisode-collection .collection-title span.sub-title .green {
  color: #00805b;
}

#furisode-collection .collection-title span.sub-title .pink {
  color: #ff0024;
}

#furisode-collection .collection-title span.sub-title .orange {
  /*color: #ffa938;*/
  color: #f3803b;
}

#furisode-collection .collection-title span.sub-title .blue {
  color: #005180;
}

#furisode-collection .collection-title span.sub-title .yellow {
  color: #fdc221;
}

#furisode-collection .collection-title span.sub-title .purple {
  color: #9198ff;
}

#furisode-collection .collection-text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
}

#furisode-collection .collection-wrap {
  margin-top: 20px;
}

#furisode-collection .collection-img-wrap {
  display: flex;
  flex-direction: column;
}

#collection-content3 {
  margin-top: 20px;
}

#collection-content3,
#collection-content4,
#collection-content5 {
  margin-bottom: 50px;
}

#furisode-collection .collection-block .collection-img-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#furisode-collection .collection-block .collection-img-wrap ul li {
  width: calc((100% - 11px) / 2);
  margin-left: 10px;
}

#furisode-collection .collection-block .collection-img-wrap ul li:nth-of-type(2n+1) {
  margin-left: 0;
}

#furisode-collection .collection-block .collection-img-wrap ul li:nth-of-type(n+3) {
  margin-top: 10px;
}

/*
-----------------------------------------------------------
[#collection-content2] collection-coordinate-wrap
----------------------------------------------------------- */
#collection-content2 {
  padding-top: 0;
}

/*
-----------------------------------------------------------
[#collection-content3] collection-block koten,
[#collection-content5] collection-block retro
[#collection-content5] collection-block hakama
----------------------------------------------------------- */
#collection-content3 {
  position: relative;
}

#collection-content3::before {
  content: "";
  background: url(/furisode/img/collection/koten-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: -1;
}

#collection-content5 {
  position: relative;
}

#collection-content5::before {
  content: "";
  background: url(/furisode/img/collection/retoro-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: -1;
}

#collection-content7 {
  position: relative;
}

#collection-content7::before {
  content: "";
  background: url(/furisode/img/collection/hakama-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: -1;
}


#furisode-collection .collection-block.koten .collection-title,
#furisode-collection .collection-block.retoro .collection-title,
#furisode-collection .collection-block.hakama .collection-title {
  position: relative;
}

#furisode-collection .collection-block.koten .collection-title:before,
#furisode-collection .collection-block.retoro .collection-title:before,
#furisode-collection .collection-block.hakama .collection-title:before {
  content: "";
  background-size: 38px auto;
  background-repeat: no-repeat;
  width: 38px;
  height: 35px;
  position: absolute;
  top: -16px;
  left: -6px;
}

#furisode-collection .collection-block.koten .collection-title:before {
  background-image: url(/furisode/img/collection/koten-title-icon.svg);
}

#furisode-collection .collection-block.retoro .collection-title:before {
  background-image: url(/furisode/img/collection/retoro-title-icon.svg);
}

#furisode-collection .collection-block.hakama .collection-title:before {
  background-image: url(/furisode/img/collection/hakama-title-icon.svg);
}

#furisode-collection .collection-block.koten .collection-title .sub-title,
#furisode-collection .collection-block.retoro .collection-title .sub-title,
#furisode-collection .collection-block.hakama .collection-title .sub-title {
  position: relative;
  margin-left: 10px;
}

#furisode-collection .collection-block.koten .collection-title .sub-title:before,
#furisode-collection .collection-block.koten .collection-title .sub-title:after,
#furisode-collection .collection-block.retoro .collection-title .sub-title:before,
#furisode-collection .collection-block.retoro .collection-title .sub-title:after,
#furisode-collection .collection-block.hakama .collection-title .sub-title:before,
#furisode-collection .collection-block.hakama .collection-title .sub-title:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-collection .collection-block.koten .collection-title .sub-title:before,
#furisode-collection .collection-block.retoro .collection-title .sub-title:before,
#furisode-collection .collection-block.hakama .collection-title .sub-title:before {
  top: 8px;
  right: -135px;
}

#furisode-collection .collection-block.koten .collection-title .sub-title:after,
#furisode-collection .collection-block.retoro .collection-title .sub-title:after,
#furisode-collection .collection-block.hakama .collection-title .sub-title:after {
  top: 13px;
  right: -115px;
}

#furisode-collection .collection-block.koten .collection-img-wrap .right-wrap,
#furisode-collection .collection-block.retoro .collection-img-wrap .right-wrap,
#furisode-collection .collection-block.hakama .collection-img-wrap .right-wrap {
  flex: 1;
  margin-top: 10px;
}

#furisode-collection .collection-block.koten .btn-wrap,
#furisode-collection .collection-block.retoro .btn-wrap,
#furisode-collection .collection-block.hakama .btn-wrap {
  margin-top: 30px;
}

/*
-----------------------------------------------------------
[#collection-content4] collection-block cute,
[#collection-content6] collection-block cool,
[#collection-content6] collection-block mamafuri
----------------------------------------------------------- */
#collection-content4 {
  position: relative;
}

#collection-content4::before {
  content: "";
  background: url(/furisode/img/collection/cute-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: -1;
}

#collection-content6 {
  position: relative;
  margin-bottom: 10px;
}

#collection-content6::before {
  content: "";
  background: url(/furisode/img/collection/cool-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: -1;
}

#collection-content8 {
  position: relative;
  margin-bottom: 10px;
}

#collection-content8::before {
  content: "";
  background: url(/furisode/img/collection/mamafuri-bg.svg);
  background-size: 375px auto;
  background-repeat: no-repeat;
  width: 375px;
  height: 145px;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: -1;
}


#furisode-collection .collection-block.cute .collection-title,
#furisode-collection .collection-block.cool .collection-title,
#furisode-collection .collection-block.mamafuri .collection-title {
  justify-content: flex-end;
  position: relative;
  padding-left: 0;
  padding-right: 10px;
}

#furisode-collection .collection-block.cute .collection-title:before,
#furisode-collection .collection-block.cool .collection-title:before,
#furisode-collection .collection-block.mamafuri .collection-title:before {
  content: "";
  background-size: 38px auto;
  background-repeat: no-repeat;
  width: 38px;
  height: 35px;
  position: absolute;
  top: -19px;
  right: -7px;
  z-index: -1;
}

#furisode-collection .collection-block.cute .collection-title:before {
  background-image: url(/furisode/img/collection/cute-title-icon.svg);
}

#furisode-collection .collection-block.cool .collection-title:before {
  background-image: url(/furisode/img/collection/cool-title-icon.svg);
}

#furisode-collection .collection-block.mamafuri .collection-title:before {
  background-image: url(/furisode/img/collection/mamafuri-title-icon.svg);
}


#furisode-collection .collection-block.cute .collection-title span.sub-title,
#furisode-collection .collection-block.cool .collection-title span.sub-title,
#furisode-collection .collection-block.mamafuri .collection-title span.sub-title {
  margin-right: 10px;
  position: relative;
}

#furisode-collection .collection-block.cute .collection-title span.sub-title:before,
#furisode-collection .collection-block.cute .collection-title span.sub-title:after,
#furisode-collection .collection-block.cool .collection-title span.sub-title:before,
#furisode-collection .collection-block.cool .collection-title span.sub-title:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:before,
#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:after {
  content: "";
  width: 65px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-collection .collection-block.cute .collection-title span.sub-title:before,
#furisode-collection .collection-block.cool .collection-title span.sub-title:before {
  top: 8px;
  left: -135px;
}

#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:before {
  top: 8px;
  left: -95px;
}

#furisode-collection .collection-block.cute .collection-title span.sub-title:after,
#furisode-collection .collection-block.cool .collection-title span.sub-title:after {
  top: 13px;
  left: -115px;
}

#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:after {
  top: 13px;
  left: -75px;
}


#furisode-collection .collection-block.cute .collection-text,
#furisode-collection .collection-block.cool .collection-text,
#furisode-collection .collection-block.mamafuri .collection-text {
  text-align: end;
}

#furisode-collection .collection-block.cute .collection-img-wrap .left-wrap,
#furisode-collection .collection-block.cool .collection-img-wrap .left-wrap,
#furisode-collection .collection-block.mamafuri .collection-img-wrap .left-wrap {
  order: 2;
  margin-top: 10px;
}

#furisode-collection .collection-block.cute .collection-img-wrap .right-wrap,
#furisode-collection .collection-block.cool .collection-img-wrap .right-wrap,
#furisode-collection .collection-block.mamafuri .collection-img-wrap .right-wrap {
  order: 1;
}

#furisode-collection .collection-block.cute .btn-wrap,
#furisode-collection .collection-block.cool .btn-wrap,
#furisode-collection .collection-block.mamafuri .btn-wrap {
  margin-top: 20px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #furisode-first-shopinfo 
-----------------------------------------------------------
----------------------------------------------------------- */
#furisode-first-shopinfo #first-shopinfo2,
#furisode-first-faq #furisode-first-content2,
#furisode-campaign #furisode-campaign-content2,
#furisode-colum #furisode-colum-content2,
#furisode-blog #furisode-blog-content2 {
  padding-top: 60px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 faq03
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap
--------------------------------------------------------- */
#LO-faq03 .LO-categ-wrap {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

#LO-faq03 .LO-categ-wrap .wb-faq {
  overflow: hidden;
  /*clearfixの代用*/
}

#LO-faq03 .LO-categ-wrap .wb-faq-categ {
  float: left;
  margin-left: 10px;
  width: calc((100% - 11px) / 2);
  padding-top: 0;
}

#LO-faq03 .LO-categ-wrap .wb-faq-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

#LO-faq03 .LO-categ-wrap .wb-faq-categ:nth-of-type(n+3) {
  margin-top: 10px;
}

#LO-faq03 .LO-categ-wrap .wb-faq-categ a {
  /* @mixin:SP-btn-anchor */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /*box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;*/
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  word-break: break-all;
  text-align: left;
  border: 1px solid;
  background: none;
  font-size: 11px;
  border-radius: 2px;
  padding: 7px 10px 7px 22px;
  line-height: 1.3;
  color: #bd8184;
  border-radius: 0;
  padding: 8px 6px 6px 25px;
}

#LO-faq03 .LO-categ-wrap .wb-faq-categ a:before {
  /* @mixin:SP-btn-anchor */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #bd8184 transparent transparent transparent;
  display: block;
  top: 12px;
  left: 8px;
}

#LO-faq03 .wb-faq-categ-title {
  display: block;
}


/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-faq03 .LO-content-wrap .wb-faq-categ {
  /* @mixin:SP-content-block */
  margin-bottom: 45px;
}

#LO-faq03 .LO-content-wrap .wb-faq-categ:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-faq03 .LO-content-wrap .wb-faq-categ-title {
  /* @mixin:SP-title-block */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.3;
  font-size: 21px;
  margin-bottom: 24px;
  text-align: center;
}

#LO-faq03 .LO-content-wrap .wb-faq-categ-title span {
  display: block;
}

#LO-faq03 .LO-content-wrap .wb-faq-list {
  /* @mixin:SP-content-body */
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(189, 129, 132, 0.5);
  margin-bottom: 15px;
  padding-bottom: 0;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question,
#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  padding: 3px 0 0 28px;
  position: relative;
  margin-bottom: 20px;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question:before {
  content: 'Q';
  color: #bd8184;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer:before {
  content: 'A';
  color: #aa0037;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question:before,
#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer:before {
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  left: 0;
  text-decoration: none;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question span {
  text-decoration: underline;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  display: none;
}

/*
-----------------------------------------------------------
fixed-banner-block
----------------------------------------------------------- */
.fixed-banner-block {
  position: fixed;
  bottom: 50px;
  left: 10px;
  width: 140px;
  z-index: 100;
}

.fixed-banner-block.none {
  display: none;
}

.fixed-banner-block .delete-btn {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -27px;
  left: 0px;
  border-radius: 15px;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.fixed-banner-block .delete-btn:before,
.fixed-banner-block .delete-btn:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 4px;
}

.fixed-banner-block .delete-btn:before {
  transform: rotate(-45deg);
}

.fixed-banner-block .delete-btn:after {
  transform: rotate(45deg);
}

.fixed-banner-block .banner-wrap a {
  display: block;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.fixed-banner-block .banner-wrap a:hover {
  opacity: 1;
}