@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 [共通：アクセス]access-content
-----------------------------------------------------------
----------------------------------------------------------- */
.access-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.access-content .img-wrap {
  width: 470px;
}

.access-content .txt-wrap {
  flex: 1;
  margin-left: 65px;
}

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

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

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

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

.access-content .txt-wrap .info p+p {
  margin-top: 4px;
}

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

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

.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:before {
  content: "";
  background: url(/furisode/img/common/design-bg04.svg);
  background-size: 300px auto;
  background-repeat: no-repeat;
  width: 300px;
  height: 240px;
  position: absolute;
  top: -137px;
  right: -273px;
  z-index: -1;
}

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

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

#access.access-block .access-title .sub-title,
#faq.faq-block .faq-title .sub-title {
  font-size: 19px;
  line-height: 1.0;
  position: relative;
  letter-spacing: 0;
  padding-left: 3px;
}

#access.access-block .access-title .title,
#faq.faq-block .faq-title .title {
  font-size: 38px;
}

#access.access-block .access-title:after {
  content: "";
  width: 415px;
  height: 1px;
  background: #bd8184;
  position: absolute;
  bottom: 32px;
  left: 190px;
}

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


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

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

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

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

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

.coordinate-wrap .coordinate.koten-wrap {
  padding: 80px 30px 20px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #d4fff3 46%);
}

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

.coordinate-wrap .coordinate.cute-wrap {
  padding: 80px 0 20px 30px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffd4da 46%);
}

.coordinate-wrap .coordinate.cute-wrap:before {
  content: "カワイイ";
  bottom: -20px;
  right: 5px;
  letter-spacing: 0.1em;
}

.coordinate-wrap .coordinate.cool-wrap {
  padding: 20px 30px 80px 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #d4efff 46%);
}

.coordinate-wrap .coordinate.cool-wrap:before {
  content: "カッコイイ";
  top: -20px;
  left: -10px;
  letter-spacing: 0.1em;
}

.coordinate-wrap .coordinate.retro-wrap {
  padding: 20px 0 80px 30px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), #ffe7d4 46%);
}

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

.coordinate-wrap .coordinate .coordinate-title {
  font-size: 28px;
  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: 30px;
  right: 175px;
}

.coordinate-wrap .coordinate.cute-wrap .coordinate-title {
  color: #ff0024;
  top: 30px;
  left: 150px;
  letter-spacing: 0.18em;
}

.coordinate-wrap .coordinate.cool-wrap .coordinate-title {
  color: #005180;
  bottom: 27px;
  right: 160px;
  letter-spacing: 0.1em;
}

.coordinate-wrap .coordinate.retro-wrap .coordinate-title {
  color: #ff7100;
  bottom: 27px;
  left: 166px;
  letter-spacing: 0.25em;
}

.coordinate-wrap .coordinate .img-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.coordinate-wrap .coordinate .img-wrap img:first-child {
  margin-right: 10px;
}

.coordinate-wrap .coordinate.koten-wrap .img-wrap,
.coordinate-wrap .coordinate.cool-wrap .img-wrap {
  justify-content: flex-end;
}

.coordinate-wrap .coordinate.cute-wrap .img-wrap,
.coordinate-wrap .coordinate.retro-wrap .img-wrap {
  justify-content: flex-start;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 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;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

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

/*
-----------------------------------------------------------
 Colorbox
----------------------------------------------------------- */
#furisode-collection.collection #colorbox {
  padding-bottom: 40px !important;
}

#furisode-collection.collection #cboxWrapper {
  height: auto !important;
}

#furisode-collection.collection #cboxContent {
  background: none;
  padding-bottom: 40px;
  padding-right: 50px;
  padding-left: 50px;
}

#furisode-collection.collection #cboxLoadedContent {
  margin-top: 40px;
  margin-bottom: 0;
}

#furisode-collection.collection #cboxTitle {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  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: 120px auto;
  opacity: 0.7 !important;
}

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

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

#furisode-collection.collection #cboxPrevious {
  background: url(/furisode/img/collection/colorbox_back.svg);
  background-size: 30px 77px;
  background-repeat: no-repeat;
  width: 30px;
  height: 77px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  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;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 0;
  font-weight: normal;
}

.Menu-common .menu-title-block:before {
  content: "";
  width: 105px;
  height: 105px;
  background: url(/furisode/img/common/title-bg.svg);
  background-size: 105px 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: 21px;
  letter-spacing: 0.1em;
}

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

.Menu-common .menu-title-block span.en {
  font-size: 24px;
  line-height: 1.3;
}

.Menu-common .menu-title-block span.title {
  font-size: 45px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.0;
}

.Menu-common .menu-title-block span.title:before,
.Menu-common .menu-title-block span.title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #bd8184;
}

.Menu-common .menu-title-block span.title:before {
  margin-right: 70px;
}

.Menu-common .menu-title-block span.title:after {
  margin-left: 70px;
}

.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 {
  width: 520px;
  padding: 20px 0 0 20px;
  position: relative;
  margin-right: 95px;
}

.Menu-common .menu-rental-block .menu-rental-wrap .left-wrap:before {
  content: "";
  width: 500px;
  height: 420px;
  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;
  margin-top: 70px;
}

.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: 25px;
  font-weight: normal;
}

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

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

.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: 45px;
}

.Menu-common .menu-rental-block .menu-rental-wrap .right-wrap .text-wrap {
  line-height: 1.7;
}

/*
-----------------------------------------------------------
[#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;
  padding: 0 15px;
}

.Menu-common .menu-price-block ul li {
  width: 330px;
  height: 140px;
  margin-left: 40px;
  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:first-child {
  margin-left: 50px;
}

.Menu-common .menu-price-block ul li:nth-of-type(2) {
  margin-right: 50px;
}

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

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

.Menu-common .menu-price-block ul li p {
  margin: 0 25px;
}

.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: 25px;
  border-bottom: 2px solid #bd8184;
  line-height: 1;
  padding-bottom: 11px;
  margin-top: 5px;
  margin-bottom: 10px;
}

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

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

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

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

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

.Menu-common .menu-plan-block .plan-title {
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  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/side-title-icon.svg);
  background-size: 54px auto;
  background-repeat: no-repeat;
  width: 54px;
  height: 56px;
  position: absolute;
  top: -6px;
  left: -62px;
}

.Menu-common .menu-plan-block ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding: 0 15px;
}

.Menu-common .menu-plan-block ul li {
  width: 330px;
  /* height: 140px; */
  margin-left: 40px;
  background: #fff;
  border: 2px solid #ebc1c3;
  text-align: center;
  color: #444;
  padding: 25px;
  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;
}

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

.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: 54px !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: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.Menu-common .menu-plan-block .purchase-list-wrap .left-wrap,
.Menu-common .menu-plan-block .rental-list-wrap .left-wrap {
  width: 510px;
  padding: 20px 0 0 20px;
  position: relative;
  margin-right: 65px;
}

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

.Menu-common .menu-plan-block .purchase-list-wrap .right-wrap h4,
.Menu-common .menu-plan-block .rental-list-wrap .right-wrap h4 {
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  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: 34%;
  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-common .menu-benefits-block ul,
.Menu-common .menu-value-block ul,
.Menu-common .mamamenu-coordinate-block ul,
.Menu-common .menu-collection-block ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0px 15px 45px;
}

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

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

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

.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: 25px;
  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;
  padding: 0 8px;
  letter-spacing: 0.07em;
}

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

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

}

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

.Menu-common .menu-value-block ul li:nth-of-type(n+4) {
  margin-top: 30px;
}

.Menu-common .menu-value-block ul li .img-wrap {
  margin-bottom: 15px;
  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: 24px auto;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 45%;
  left: -10%;
}

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

.Menu-common .menu-value-block ul li .value-text {
  font-size: 25px;
  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% - 91px) / 3);
  margin-left: 45px;
}

.Menu-common .mamamenu-coordinate-block ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

.Menu-common .mamamenu-coordinate-block ul li:nth-of-type(n+4) {
  margin-top: 30px;
}

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

.Menu-common .mamamenu-coordinate-block ul li .coordinate-title {
  font-size: 25px;
  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-content5] menu-reasons-block
----------------------------------------------------------- */
#menu-detail-content5 {
  padding-bottom: 120px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 85px;
}

.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: 40px;
  position: relative;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title:before {
  content: "";
  background: url(/furisode/img/common/side-title-icon.svg);
  background-size: 42px auto;
  background-repeat: no-repeat;
  width: 42px;
  height: 44px;
  position: absolute;
  top: -17px;
  left: -43px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 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: 8px;
}

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .title {
  font-size: 38px;
}

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

.Menu-common .menu-reasons-block .menu-reasons-wrap .menu-reason .right-wrap {
  width: 506px;
  margin-left: 100px;
}

/*
-----------------------------------------------------------
[#menu-detail-content6] menu-coordinate-wrap
----------------------------------------------------------- */
#menu-detail-content6 {
  padding-top: 0;
  padding-bottom: 120px;
}

.Menu-common .menu-coordinate-wrap {
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.Menu-common .menu-coordinate-wrap .coordinate {
  width: 510px;
  position: relative;
}

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

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

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

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

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

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

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap:before {
  content: "カワイイ";
  bottom: -20px;
  right: 5px;
  letter-spacing: 0.1em;
}

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

.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap:before {
  content: "カッコイイ";
  top: -20px;
  left: -10px;
  letter-spacing: 0.1em;
}

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

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

.Menu-common .menu-coordinate-wrap .coordinate .coordinate-title {
  font-size: 28px;
  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: 30px;
  right: 175px;
}

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap .coordinate-title {
  color: #ff0024;
  top: 30px;
  left: 150px;
  letter-spacing: 0.18em;
}

.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap .coordinate-title {
  color: #005180;
  bottom: 27px;
  right: 160px;
  letter-spacing: 0.1em;
}

.Menu-common .menu-coordinate-wrap .coordinate.retro-wrap .coordinate-title {
  color: #ff7100;
  bottom: 27px;
  left: 166px;
  letter-spacing: 0.25em;
}

.Menu-common .menu-coordinate-wrap .coordinate .img-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.Menu-common .menu-coordinate-wrap .coordinate .img-wrap img:first-child {
  margin-right: 10px;
}

.Menu-common .menu-coordinate-wrap .coordinate.koten-wrap .img-wrap,
.Menu-common .menu-coordinate-wrap .coordinate.cool-wrap .img-wrap {
  justify-content: flex-end;
}

.Menu-common .menu-coordinate-wrap .coordinate.cute-wrap .img-wrap,
.Menu-common .menu-coordinate-wrap .coordinate.retro-wrap .img-wrap {
  justify-content: flex-start;
}

/*
 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: 90px auto;
  background-repeat: no-repeat;
  width: 90px;
  height: 92px;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 10;
}

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

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

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-img:before {
  content: "";
  background: url(/furisode/img/common/design-bg02.svg);
  background-size: 233px auto;
  background-repeat: no-repeat;
  width: 233px;
  height: 210px;
  position: absolute;
  top: -213px;
  right: -202px;
  z-index: -1;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn {
  position: absolute;
  top: 57px;
  left: 30px;
  text-align: center;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn a {
  font-size: 30px;
  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: 36px 77px 35px 55px;
  color: #FFF;
  letter-spacing: 0.09em;
  line-height: 1.3;
  display: block;
  position: relative;
  transition: all 0.3s;
}

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn a:hover {
  background: #bd8184;
  opacity: 1;
}

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

.Menu-common .menu-coordinate-block .menu-coordinate-bottom .menu-coordinate-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  bottom: 46px;
  right: 37px;
}

/*
-----------------------------------------------------------
[#menu-detail-content7] menu-studio-wrap
----------------------------------------------------------- */
.Menu-common .menu-studio-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.Menu-common .menu-studio-wrap li {
  width: calc((100% - 101px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
  position: relative;
  padding: 5px;
}

.Menu-common .menu-studio-wrap li:first-child {
  margin-left: 0;
}

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

.Menu-common .menu-studio-wrap li .studio-name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #333;
  margin-bottom: 6px;
  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: 3px;
}

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

.Menu-common#furisode-menu-rental .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 a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(202, 154, 156, 0.3);
  opacity: 0;
}

.Menu-common .menu-studio-wrap .studio-btn-wrap a:hover {
  opacity: 1;
}

.Menu-common .menu-studio-wrap a span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  text-align: center;
  font-weight: bold;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  color: #FFF;
  font-size: 14px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

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


/* --------------------------------------------------------
-----------------------------------------------------------
 hannariya-access-content 共通タイトル
 スタジオ紹介
-----------------------------------------------------------
----------------------------------------------------------- */
#access-content .access-block {
  position: relative;
}

#access-content .access-block:before {
  content: "";
  background: url(/furisode/img/first/design-bg08.svg);
  background-size: 315px auto;
  background-repeat: no-repeat;
  width: 315px;
  height: 235px;
  position: absolute;
  top: -137px;
  right: -273px;
  z-index: -1;
}

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

#access-content .access-block .access-title:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 54px auto;
  background-repeat: no-repeat;
  width: 54px;
  height: 48px;
  position: absolute;
  top: -22px;
  left: -40px;
}

#access-content .access-block .access-title:after {
  content: "";
  width: 415px;
  height: 1px;
  background: #bd8184;
  position: absolute;
  bottom: 32px;
  left: 174px;
}

#access-content .access-block .access-title .sub-title {
  font-size: 14px;
  line-height: 1;
}

#access-content .access-block .access-title .title {
  font-size: 38px;
  font-weight: normal;
}

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

/*
---------------------------------------------------------
---------------------------------------------------------
 #furisode-studio スタジオ紹介一覧
 studio-venue-block/album-plan-block
---------------------------------------------------------
--------------------------------------------------------- */
#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: 35px;
}

#furisode-studio .studio-venue-block .venue-title span.title,
#furisode-studio .album-plan-block .album-plan-title span.title {
  font-size: 45px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-left: -8px;
  position: relative;
}

#furisode-studio .studio-venue-block .venue-title span.title:before,
#furisode-studio .studio-venue-block .venue-title span.title:after,
#furisode-studio .album-plan-block .album-plan-title span.title:before,
#furisode-studio .album-plan-block .album-plan-title span.title:after {
  content: "";
  width: 415px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-studio .studio-venue-block .venue-title span.title:before,
#furisode-studio .album-plan-block .album-plan-title span.title:before {
  top: 20px;
  left: 50%;
}

#furisode-studio .studio-venue-block .venue-title span.title:after,
#furisode-studio .album-plan-block .album-plan-title span.title:after {
  top: 28px;
  left: 45%;
}

#furisode-studio .studio-venue-block .venue-title span.sub-title,
#furisode-studio .album-plan-block .album-plan-title span.sub-title {
  font-size: 28px;
  line-height: 1.0;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 5px;
}

#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: 42px auto;
  width: 42px;
  height: 43px;
  position: absolute;
  top: -13px;
  left: -45px;
}

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

#furisode-studio .studio-venue-block .venue-title.side span.title:before,
#furisode-studio .studio-venue-block .venue-title.side span.title:after {
  content: "";
  width: 415px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

#furisode-studio .studio-venue-block .venue-title.side span.title:before {
  top: 20px;
  left: -443px;
}

#furisode-studio .studio-venue-block .venue-title.side span.title:after {
  top: 28px;
  left: -500px;
}

/*
--------------------------------------------------------
 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: 280px auto;
  background-repeat: no-repeat;
  width: 280px;
  height: 234px;
  position: absolute;
  top: -100px;
  left: -54px;
  z-index: -1;
}

#studio-content5:before {
  content: "";
  background: url(/furisode/img/common/design-bg01.svg);
  background-size: 300px auto;
  background-repeat: no-repeat;
  width: 300px;
  height: 238px;
  position: absolute;
  top: -152px;
  right: -54px;
  z-index: -1;
}

/*
--------------------------------------------------------
 studio-info-wrap 
-------------------------------------------------------- */
#furisode-studio .studio-venue-block .studio-info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#furisode-studio .studio-venue-block .studio-info-wrap {
  margin-bottom: 90px;
}

/* side-left
---------------------------------------------------------- */
#furisode-studio .studio-info-wrap.side-left .left-wrap {
  width: 510px;
  margin-right: 50px;
}

#furisode-studio .studio-info-wrap.side-left .left-wrap .img-wrap {
  position: relative;
}

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

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

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

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

/* side-right
--------------------------------------------------------- */
#furisode-studio .studio-info-wrap.side-right .right-wrap {
  width: 510px;
  margin-left: 50px;
}

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

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

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

#furisode-studio .studio-info-wrap.side-right .left-wrap .studio-info-title {
  font-size: 34px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 28px;
  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 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% - 81px) / 3);
  margin-left: 40px;
}

#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: 40px;
}

/*
--------------------------------------------------------
 #hannariya-album-plan
-------------------------------------------------------- */
#furisode-studio #hannariya-album-plan .plan-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#furisode-studio #hannariya-album-plan .plan-content .left-wrap {
  flex: 1;
}

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

#furisode-studio #hannariya-album-plan .plan-content .right-wrap {
  width: 48%;
  margin-left: 65px;
}

#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% - 41px) / 3);
  margin-left: 20px;
}

#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 .sub-title {
  font-size: 28px;
  line-height: 1;
  position: relative;
  padding-left: 47px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

#furisode-studio #hannariya-album-plan .plan-content .right-wrap .plan-title span.title {
  font-size: 40px;
  letter-spacing: 0.13em;
  line-height: 1.4;
  margin-left: -8px;
  position: relative;
}

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

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

#furisode-studio #hannariya-album-plan .btn-wrap {
  margin-top: 70px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [BLOG] blog-std
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-blog-std-beta .Title-block.MOD-side {
  font-size: 24px;
  margin-bottom: 12px;
  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: 21px;
  padding: 6px 8px 8px;
  margin-bottom: 12px;
}

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

/*
---------------------------------------------------------
 Alpha
--------------------------------------------------------- */
#LO-blog-std-alpha .LO-top-wrap {
  text-align: right;
}

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

#LO-blog-std-alpha .LO-top-wrap .LO-date {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 5px;
  color: #555;
}

#LO-blog-std-alpha .LO-top-wrap a {
  line-height: 1.28;
  padding: 5px 14px 3px;
  font-size: 12px;
  color: #bd8184;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#LO-blog-std-alpha .LO-body {
  margin: 0 0 1em;
  padding-top: 15px;
}

#LO-blog-std-alpha .LO-continue {
  margin: 0 0 25px;
}

#LO-blog-std-alpha .LO-continue-btn {
  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-weight: normal;
  font-size: 16px;
  color: #bd8184 !important;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
}

/* 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 {
  font-weight: normal;
  color: #bd8184 !important;
}

#LO-blog-std-alpha .LO-bottom-wrap .LO-btn-prev {
  float: left;
}

#LO-blog-std-alpha .LO-bottom-wrap .LO-btn-next {
  float: right;
}

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

#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:PC-list-base */
  border-bottom: 1px solid #bd8184;
  padding: 0px 10px 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title span {
  /* @mixin:PC-list-date */
  color: #c3152b;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  color: #555;
}

#LO-blog-std-beta .LO-recently-block .wb-blog-title a {
  /* @mixin:PC-list-title */
  display: inline-block;
  color: #bd8184;
}

#LO-blog-std-beta .LO-categ-block a,
#LO-blog-std-beta .LO-archive-block a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  color: #bd8184;
}

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

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

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

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

#LO-faq01 .LO-content-wrap .wb-faq-list {
  border-bottom: 1px solid #bd8184;
  padding-bottom: 22px;
  padding-right: 10px;
}

#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: 16px;
  position: relative;
  padding: 5px 0 0px 50px;
  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: 3px;
  line-height: 1;
  font-size: 25px;
  left: 15px;
  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: 17px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-company-categ
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap 
--------------------------------------------------------- */
#LO-company-categ .LO-categ-wrap {
  margin-bottom: 60px;
}

#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 12px 12px;
  width: calc((100% - 37px) / 4);
}

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

#LO-company-categ .LO-categ-wrap .wb-blog-categ a {
  /* @mixin:PC-btn-anchor */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #aa0037;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  display: block;
  border: 1px solid;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 6px 12px 6px 23px;
  font-size: 15px;
  border-radius: 2px;
  background: none;
  color: #bd8184;
  box-shadow: none;
  padding: 8px 12px 6px 26px;
  font-size: 16px;
  border-radius: 0;
}

#LO-company-categ .LO-categ-wrap .wb-blog-categ a:before {
  /* @mixin:PC-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: 13px;
  left: 9px;
}

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

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

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

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

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

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap {
  width: 100%;
  display: flex;
  border: 1px solid #bc8084;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap+.list-wrap {
  border-top: none;
  margin-top: 1px;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .title,
#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .comment {
  padding: 13px 15px;
}

#LO-company-categ .LO-content-wrap .wb-blog-content-list .list-wrap .comment {
  flex: 1;
}

#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;
  border-right: 1px solid #bc8084;
  background: #FFFFFF;
  width: 22%;
  font-weight: bold;
  background-color: #bc8084;
  color: #fff;
  display: grid;
  justify-items: start;
  align-items: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 #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: 100px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
[form] #form-content01 
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 wb-form
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td .Attention {
  font-size: 12px;
}

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

#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  border-bottom: 1px solid #bd8184;
}

#form-content01 .wb-form .wb-form-table th,
#form-content01 .wb-form .wb-form-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

#form-content01 .wb-form .wb-form-table th {
  padding-left: 30px;
  padding-right: 5px;
  width: 15em;
  font-size: 15px;
}

#form-content01 .wb-form .wb-form-table td {
  padding-left: 5px;
  padding-right: 30px;
}

/* text,textarea
--------------------------------------------------------- */
#form-content01 .wb-form .wb-form-table td input[type="text"],
#form-content01 .wb-form .wb-form-table td textarea {
  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,
#form-content01 .wb-form .wb-form-table td .zip-wrap+a {
  display: inline-block;
  vertical-align: top;
}

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

#form-content01 .wb-form .wb-form-table td .zip-wrap+a {
  margin-top: 8px;
}

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

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

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

/* 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;
  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: 300px;
  margin: 0 auto;
  padding: 23px 30px 15px 15px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
  position: relative;
  transition: all 0.3s;
}

#form-content01 .wb-form input[type="submit"]::before,
#form-content01 .wb-form input[type="button"]::before {
  content: "";
  width: 300px;
  padding: 29px 0;
  border: 1px solid #ead3c1;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.3s;
}

#form-content01 .wb-form input[type="submit"]:hover,
#form-content01 .wb-form input[type="button"]:hover {
  padding: 20px 30px 18px 15px;
  opacity: 1;
}

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

#form-content01 .wb-form input[type="submit"]::after,
#form-content01 .wb-form input[type="button"]::after {
  content: "";
  width: 10px;
  height: 13px;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  transition: all 0.3s;
}

#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 li input {
  font-size: 22px;
  padding: 13px 20px 13px 30px;
  letter-spacing: 10px;
}

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

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

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

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

/*
---------------------------------------------------------
 確認画面/エラー画面/完了画面
--------------------------------------------------------- */
#sndDlg {
  height: 80vh !important;
  top: 10vh !important;
}

#sndDlg iframe {
  height: 100% !important;
}

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

#form-content01.WB-form-sub {
  min-width: auto;
  background: #FFF;
  padding: 40px 30px;
}

#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: 26px;
  margin-bottom: 10px;
}

#form-content01.WB-form-sub .WB-form-main-content {
  text-align: center;
}

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

#form-content01.WB-form-sub .WB-form-end-txt {
  margin-top: 15px;
  display: inline-block;
  background-color: #F4f4f4;
  padding: 18px 25px;
}

/* 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 12px;
}

/* 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: 20px;
  padding: 8px 34px;
  line-height: 1.3;
  border-radius: 3px;
  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 .data_table {
  border-top: 1px solid #BBB;
  width: 100%;
}

#form-content01.WB-form-sub table .item_name,
#form-content01.WB-form-sub table .item_value {
  border-bottom: 1px solid #BBB;
  padding: 10px 12px;
  text-align: left;
}

#form-content01.WB-form-sub table .item_name {
  width: 14em;
  font-size: 90%;
}

#form-content01.WB-form-sub table .item_value {
  font-weight: bold;
}

/*
---------------------------------------------------------
#top-content-text
--------------------------------------------------------- */
#top-content-text {
  padding-top: 0;
  position: relative;
}

#top-content-text:before {
  content: "";
  background: url(/furisode/img/common/design-bg01.svg);
  background-size: 320px auto;
  background-repeat: no-repeat;
  width: 320px;
  height: 242px;
  position: absolute;
  top: -60px;
  right: -240px;
}

#top-content-text:after {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 240px auto;
  background-repeat: no-repeat;
  width: 240px;
  height: 200px;
  position: absolute;
  bottom: -24px;
  left: -164px;
  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: 38px;
  letter-spacing: 0.1em;
  margin-bottom: 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: 54px auto;
  background-repeat: no-repeat;
  width: 54px;
  height: 56px;
  position: absolute;
  top: -6px;
  left: -62px;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 .wb-faq
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-faq-categ {
  margin-bottom: 45px;
}

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

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

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

.wb-faq-list .wb-faq-list-question,
.wb-faq-list .wb-faq-list-answer {
  font-size: 16px;
  position: relative;
  padding: 5px 0 0px 50px;
  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: 3px;
  line-height: 1;
  font-size: 25px;
  left: 15px;
  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: 17px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 [振袖トップ] index
-----------------------------------------------------------
----------------------------------------------------------- */
#furisode_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: 105px;
  height: 105px;
  background: url(/furisode/img/common/title-bg.svg);
  background-size: 105px 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 {
  border-bottom: 1px solid #bd8184;
  margin-bottom: 50px;
}

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

#furisode_index .index-title span.sub-title {
  font-size: 22px;
  letter-spacing: 0.1em;
}

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

#furisode_index .index-title.side span.sub-title {
  letter-spacing: 0.1em;
  line-height: 1.2;
  width: fit-content;
  position: relative;
}

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

#furisode_index .index-title.side span.title {
  line-height: 1.5;
}

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

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

/*
-----------------------------------------------------------
 [#top-content1] index-news-block, 
 [#top-content8] index-column-block
----------------------------------------------------------- */
#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;
  gap: 40px;
}

#furisode_index .index-news-block .index-news,
#furisode_index .index-column-block .index-column {
  width: calc((100% - 81px) / 3);
  position: relative;
  padding: 5px 8px;
}

#furisode_index .index-news-block .index-news:first-child,
#furisode_index .index-column-block .index-column:first-child {
  margin-left: 0;
}

#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 .column-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.05em;
  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 a,
#furisode_index .index-column-block .index-column .column-btn-wrap a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(202, 154, 156, 0.3);
  opacity: 0;
}

#furisode_index .index-news-block .index-news .news-btn-wrap a:hover,
#furisode_index .index-column-block .index-column .column-btn-wrap a:hover {
  opacity: 1;
}

#furisode_index .index-news-block .index-news .news-btn-wrap a span,
#furisode_index .index-column-block .index-column .column-btn-wrap a span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  text-align: center;
  font-weight: bold;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  color: #FFF;
  font-size: 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

#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: 100px;
}

#furisode_index .index-thought-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#furisode_index .index-thought-wrap .left-wrap {
  width: 415px;
  margin-top: 42px;
  margin-right: 160px;
}

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

#furisode_index .index-thought-wrap .left-wrap .thought-content {
  letter-spacing: 0.07em;
  line-height: 1.7;
}

#furisode_index .index-thought-wrap .left-wrap .btn-wrap {
  margin-top: 43px;
}

#furisode_index .index-thought-wrap .right-wrap {
  width: 500px;
}

#furisode_index .index-thought-wrap .right-wrap .img-wrap {
  position: relative;
}

#furisode_index .index-thought-wrap .right-wrap .img-wrap::before {
  content: "";
  background: #bd8184;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  left: -25px;
  opacity: 0.3;
  z-index: -1;
}

#furisode_index .index-thought-wrap .right-wrap .img-wrap:after {
  content: "";
  background: url(/furisode/img/common/design-bg01.svg);
  background-repeat: no-repeat;
  background-size: 430px auto;
  position: absolute;
  top: -200px;
  right: -290px;
  width: 430px;
  height: 340px;
}

/*
-----------------------------------------------------------
 [#top-content3] index-price-wrap
----------------------------------------------------------- */
#top-content3 {
  background-color: #fff3f3;
  background-image: url(/furisode/img/common/content-bg.svg);
  background-repeat: repeat;
  background-size: 130px 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% - 61px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 15px 10px 10px;
}

#furisode_index .index-price-wrap .price-plan .plan-btn-wrap a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(202, 154, 156, 0.3);
  opacity: 0;
}

#furisode_index .index-price-wrap .price-plan .plan-btn-wrap a:hover {
  opacity: 1;
}

#furisode_index .index-price-wrap .price-plan .plan-btn-wrap a span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  text-align: center;
  font-weight: bold;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  color: #FFF;
  font-size: 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

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

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

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

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

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

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

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

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

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

#top-content4:after {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 260px auto;
  background-repeat: no-repeat;
  width: 260px;
  height: 216px;
  position: absolute;
  bottom: 80px;
  left: 5px;
  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: 130px auto;
  padding-top: 50px;
}

#furisode_index #top-content5 .index-title span.sub-title {
  margin-bottom: 5px;
}

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

#furisode_index .index-studio-wrap li {
  width: calc((100% - 101px) / 5);
  margin-left: 25px;
  position: relative;
  padding: 5px;
}

#furisode_index .index-studio-wrap li:first-child {
  margin-left: 0;
}

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

#furisode_index .index-studio-wrap li .studio-name {
  text-align: center;
  font-size: 16px;
  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 a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(202, 154, 156, 0.3);
  opacity: 0;
}

#furisode_index .index-studio-wrap li .studio-btn-wrap a:hover {
  opacity: 1;
}

#furisode_index .index-studio-wrap li .studio-btn-wrap a span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  text-align: center;
  font-weight: bold;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  line-height: 1em;
  color: #FFF;
  font-size: 14px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

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

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

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

#furisode_index .index-step-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

#furisode_index .index-step-wrap .right-wrap {
  width: 415px;
  margin-top: 42px;
  margin-left: 160px;
}

#furisode_index .index-step-wrap .right-wrap .index-title {
  align-items: flex-end;
}

#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: -42px;
}

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

#furisode_index .index-step-wrap .right-wrap .thought-content {
  letter-spacing: 0.07em;
  line-height: 1.7;
}

#furisode_index .index-step-wrap .right-wrap .btn-wrap {
  margin-top: 43px;
}

#furisode_index .index-step-wrap .left-wrap {
  width: 500px;
}

#furisode_index .index-step-wrap .left-wrap .img-wrap {
  position: relative;
}

#furisode_index .index-step-wrap .left-wrap .img-wrap::before {
  content: "";
  background: #bd8184;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  right: -25px;
  opacity: 0.3;
  z-index: -1;
}

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

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

#top-content7 .content-inner:after {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 200px auto;
  background-repeat: no-repeat;
  width: 200px;
  height: 166px;
  position: absolute;
  bottom: -76px;
  left: -160px;
  z-index: -1;
}

#furisode_index .index-bannar-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

#furisode_index .index-bannar-wrap li {
  width: calc((100% - 41px) / 3);
  margin-left: 20px;
}

#furisode_index .index-bannar-wrap li:first-child {
  margin-left: 0;
}

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

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

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

#furisode_index .index-faq-wrap {
  padding-top: 30px;
}

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

#top-content10 .content-inner:before {
  content: "";
  background: url(/furisode/img/common/design-bg04.svg);
  background-size: 300px auto;
  background-repeat: no-repeat;
  width: 300px;
  height: 240px;
  position: absolute;
  top: -140px;
  right: -182px;
  z-index: -1;
}

#furisode_index .index-access-wrap {
  padding-top: 30px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-first
-----------------------------------------------------------
----------------------------------------------------------- */
body.Page-head01#furisode-first #Page-head01 {
  opacity: 1;
}

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

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

#first-content2::after {
  content: "";
  background: url(/furisode/img/common/thought-bg.svg);
  background-repeat: no-repeat;
  background-size: 1400px auto;
  width: 1400px;
  height: 528px;
  position: absolute;
  bottom: -85px;
  left: -150px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

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

/*
---------------------------------------------------------
 [#first-content3] content-point-block
--------------------------------------------------------- */
#first-content3 {
  padding-top: 120px;
}

#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: 55px;
  font-weight: normal;
}

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

#furisode-first .content-point-block .point-title-block span.en {
  font-size: 24px;
  line-height: 1;
}

#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: 38px;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

#furisode-first .content-point-block .point-title-block span.title:before, #furisode-first .content-point-block .point-title-block span.title:after {
  content: "";
  height: 1px;
  width: 48%;
  background-color: #bd8184;
  position: absolute;
  top: 20px;
}

#furisode-first .content-point-block .point-title-block span.title:before {
  right: -285px;
}

#furisode-first .content-point-block .point-title-block span.title:after {
  left: -285px;
}

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

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

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

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

#furisode-first .content-point-block .content-point-list ul li:first-child {
  margin-left: 0;
}

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

#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: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

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

/*
 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: 230px auto;
  background-repeat: no-repeat;
  width: 230px;
  height: 185px;
  position: absolute;
  top: 490px;
  right: -205px;
  z-index: -1;
}

#furisode-first .content-point-block .content-point-wrap:after {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 200px auto;
  background-repeat: no-repeat;
  width: 200px;
  height: 168px;
  position: absolute;
  bottom: 495px;
  left: -165px;
  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: 45px;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}

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

#furisode-first .content-point-block .content-point-wrap .point-num span {
  font-size: 59px;
  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: 415px;
  height: 1px;
  background: #bd8184;
  position: absolute;
}

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

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

#furisode-first .content-point-block .content-point-wrap .point-wrap {
  display: flex;
  padding-right: 20px;
  margin-bottom: 35px;
}

#furisode-first .content-point-block .content-point-wrap .point-wrap .left-wrap {
  flex: 1;
  padding-left: 20px;
}

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

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

#furisode-first .content-point-block .content-point-wrap .point-wrap .right-wrap {
  width: 505px;
  margin-left: 50px;
}

/*
 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: 86px auto;
  background-repeat: no-repeat;
  width: 86px;
  height: 90px;
  position: absolute;
  top: 3px;
  left: 0px;
  z-index: 10;
}

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

#furisode-first .content-point-block .content-point-bottom .point-bottom-img:before {
  content: "";
  background: url(/furisode/img/common/design-bg04.svg);
  background-size: 230px auto;
  background-repeat: no-repeat;
  width: 230px;
  height: 186px;
  position: absolute;
  top: -213px;
  right: -202px;
  z-index: -1;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn {
  position: absolute;
  top: 57px;
  left: 30px;
  text-align: center;
}

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn a {
  font-size: 30px;
  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: 43px 21px 30px 29px;
  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:hover {
  background: #bd8184;
  opacity: 1;
}

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

#furisode-first .content-point-block .content-point-bottom .point-bottom-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #aa0037;
  position: absolute;
  bottom: 42px;
  right: 46px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-first-seijinshiki
-----------------------------------------------------------
----------------------------------------------------------- */
#seijinshiki-content2,
#seijinshiki-content3,
#seijinshiki-content4,
#seijinshiki-content5 {
  margin-bottom: 90px;
}

#seijinshiki-content3 {
  position: relative;
}

#seijinshiki-content3:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 255px auto;
  background-repeat: no-repeat;
  width: 255px;
  height: 250px;
  position: absolute;
  top: -54px;
  right: -208px;
  z-index: -1;
}

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

#seijinshiki-content7 {
  position: relative;
}

#seijinshiki-content7:before {
  content: "";
  background: url(/furisode/img/common/design-bg03.svg);
  background-size: 210px auto;
  background-repeat: no-repeat;
  width: 210px;
  height: 206px;
  position: absolute;
  bottom: -75px;
  left: -185px;
  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: 42px 90px 0 90px;
  border-color: #aa0037 transparent transparent transparent;
  bottom: -110px;
  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: 50px;
  font-weight: 500;
  position: relative;
  line-height: 1.0;
  margin-bottom: 10px;
}

#furisode-first-seijinshiki .step-title:before {
  content: "";
  background: url(/furisode/img/common/content-title-icon.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 54px;
  position: absolute;
  top: -12px;
  left: -53px;
  z-index: -1;
}

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

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

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

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

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

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

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

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

/*
---------------------------------------------------------
 [#seijinshiki-content2] step1-block
--------------------------------------------------------- */
#furisode-first-seijinshiki .step1-block .contact-list-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

#furisode-first-seijinshiki .step1-block .contact-list-wrap ul li {
  width: calc((100% - 81px) / 3);
  margin-left: 40px;
  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-left: 0;
}

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

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

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

#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: 15px 10px 10px;
  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 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

#furisode-first-seijinshiki .step-wrap .left-wrap {
  flex: 1;
}

#furisode-first-seijinshiki .step-wrap .left-wrap .btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}

#furisode-first-seijinshiki .step-wrap .left-wrap .btn-wrap a {
  width: calc((100% - 41px) / 2);
  margin-left: 40px;
}

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

#furisode-first-seijinshiki .step-wrap .left-wrap .btn-wrap a:before {
  width: 252px;
}

#furisode-first-seijinshiki .step-wrap .right-wrap {
  width: 506px;
  margin-left: 50px;
}

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

#furisode-first-seijinshiki .step-block .bottom-wrap ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

#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: 25px;
  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: 60px;
  margin-right: 55px;
}

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

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

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

#furisode-first-seijinshiki .bottom-img-block .bottom-img-top-title::after {
  content: "";
  background: url(/furisode/img/common/thought-bg.svg);
  background-size: 1330px auto;
  width: 1330px;
  height: 506px;
  position: absolute;
  top: -110px;
  left: -80px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-collection
-----------------------------------------------------------
----------------------------------------------------------- */
#furisode-collection .collection-title {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 16px;
}

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

#furisode-collection .collection-title span.sub-title {
  font-size: 38px;
  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: 26.5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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

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

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

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

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

/*
-----------------------------------------------------------
[#collection-content3] collection-block koten,
[#collection-content5] collection-block retro,
[#collection-content7] collection-block hakama
----------------------------------------------------------- */
#furisode-collection .collection-block.koten .collection-title::after {
  content: "";
  background: url(/furisode/img/collection/koten-bg.svg);
  background-size: 1100px auto;
  background-repeat: no-repeat;
  width: 1100px;
  height: 476px;
  position: absolute;
  top: -95px;
  right: -260px;
  z-index: -1;
}

#furisode-collection .collection-block.retoro .collection-title::after {
  content: "";
  background: url(/furisode/img/collection/retoro-bg.svg);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  width: 1350px;
  height: 400px;
  position: absolute;
  top: -80px;
  right: -410px;
  z-index: -1;
}

#furisode-collection .collection-block.hakama .collection-title::after {
  content: "";
  background: url(/furisode/img/collection/hakama-bg.svg);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  width: 1350px;
  height: 400px;
  position: absolute;
  top: -38px;
  right: -495px;
  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;
  padding-left: 15px;
}

#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: 55px auto;
  background-repeat: no-repeat;
  width: 55px;
  height: 50px;
  position: absolute;
  top: -11px;
  left: -18px;
}

#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: 29px;
  margin-bottom: 16px;
}

#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: 415px;
  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: 13px;
  right: -523px;
}

#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: 21px;
  right: -452px;
}

#furisode-collection .collection-block.koten .collection-text,
#furisode-collection .collection-block.retoro .collection-text,
#furisode-collection .collection-block.hakama .collection-text {
  padding-left: 18px;
}

#furisode-collection .collection-block.koten .collection-img-wrap .left-wrap,
#furisode-collection .collection-block.retoro .collection-img-wrap .left-wrap,
#furisode-collection .collection-block.hakama .collection-img-wrap .left-wrap {
  width: 33%;
  margin-right: 30px;
}

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

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

#furisode-collection .collection-block.koten .collection-img-wrap .right-wrap ul li,
#furisode-collection .collection-block.retoro .collection-img-wrap .right-wrap ul li,
#furisode-collection .collection-block.hakama .collection-img-wrap .right-wrap ul li {
  width: calc((100% - 31px) / 3);
  margin-left: 15px;
}

#furisode-collection .collection-block.koten .collection-img-wrap .right-wrap ul li:nth-of-type(3n+1),
#furisode-collection .collection-block.retoro .collection-img-wrap .right-wrap ul li:nth-of-type(3n+1),
#furisode-collection .collection-block.hakama .collection-img-wrap .right-wrap ul li:nth-of-type(3n+1) {
  margin-left: 0;
}

#furisode-collection .collection-block.koten .collection-img-wrap .right-wrap ul li:nth-of-type(n+4),
#furisode-collection .collection-block.retoro .collection-img-wrap .right-wrap ul li:nth-of-type(n+4),
#furisode-collection .collection-block.hakama .collection-img-wrap .right-wrap ul li:nth-of-type(n+4) {
  margin-top: 15px;
}

/*
-----------------------------------------------------------
[#collection-content4] collection-block cute
[#collection-content6] collection-block cool
[#collection-content8] collection-block mamafuri
----------------------------------------------------------- */
#furisode-collection .collection-block.cute .collection-title:after {
  content: "";
  background: url(/furisode/img/collection/cute-bg.svg);
  background-size: 1400px auto;
  background-repeat: no-repeat;
  width: 1400px;
  height: 500px;
  position: absolute;
  top: -85px;
  left: -420px;
  z-index: -1;
}

#furisode-collection .collection-block.cool .collection-title:after {
  content: "";
  background: url(/furisode/img/collection/cool-bg.svg);
  background-size: 1600px auto;
  background-repeat: no-repeat;
  width: 1600px;
  height: 460px;
  position: absolute;
  top: -130px;
  left: -565px;
  z-index: -1;
}

#furisode-collection .collection-block.mamafuri .collection-title:after {
  content: "";
  background: url(/furisode/img/collection/mamafuri-bg.svg);
  background-size: 1340px auto;
  background-repeat: no-repeat;
  width: 1340px;
  height: 420px;
  position: absolute;
  top: -114px;
  left: -374px;
  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-right: 20px;
}

#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: 55px auto;
  background-repeat: no-repeat;
  width: 55px;
  height: 50px;
  position: absolute;
  top: -17px;
  right: 4px;
}

#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.title {
  letter-spacing: 0.15em;
}

#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: 25px;
  margin-bottom: 16px;
  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,
#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:before,
#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:after {
  content: "";
  width: 415px;
  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,
#furisode-collection .collection-block.mamafuri .collection-title span.sub-title:before {
  top: 8px;
  left: -517px;
}

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

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

#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 {
  width: 33%;
  margin-left: 30px;
}

#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 {
  flex: 1;
}

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

#furisode-collection .collection-block.cute .collection-img-wrap .left-wrap ul li,
#furisode-collection .collection-block.cool .collection-img-wrap .left-wrap ul li,
#furisode-collection .collection-block.mamafuri .collection-img-wrap .left-wrap ul li {
  width: calc((100% - 31px) / 3);
  margin-left: 15px;
}

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

#furisode-collection .collection-block.cute .collection-img-wrap .left-wrap ul li:nth-of-type(n+4),
#furisode-collection .collection-block.cool .collection-img-wrap .left-wrap ul li:nth-of-type(n+4),
#furisode-collection .collection-block.mamafuri .collection-img-wrap .left-wrap ul li:nth-of-type(n+4) {
  margin-top: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-menu
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
[#menu-content2] furisode-menu-block
----------------------------------------------------------- */
#furisode-menu .furisode-menu-block .furisode-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 130px;
}

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

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

#furisode-menu .furisode-menu-block .furisode-menu.mama-plan:before {
  content: "";
  background: url(/furisode/img/common/design-bg07.svg);
  background-size: 200px auto;
  background-repeat: no-repeat;
  width: 200px;
  height: 206px;
  position: absolute;
  bottom: -145px;
  left: -164px;
  z-index: -1;
}

#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-bg04.svg);
  background-size: 258px auto;
  background-repeat: no-repeat;
  width: 258px;
  height: 253px;
  position: absolute;
  bottom: -103px;
  right: -204px;
  z-index: -1;
}

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

#furisode-menu .furisode-menu-block .furisode-menu.sotsugyo-plan:before {
  content: "";
  background: url(/furisode/img/common/design-bg06.svg);
  background-size: 210px auto;
  background-repeat: no-repeat;
  width: 210px;
  height: 206px;
  position: absolute;
  bottom: -117px;
  left: -179px;
  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 {
  width: 520px;
  padding: 20px 0 0 20px;
  position: relative;
  margin-right: 95px;
  margin-top: 25px;
}

#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: 500px;
  height: 420px;
  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 {
  width: 520px;
  padding: 20px 20px 0 0;
  position: relative;
  margin-left: 95px;
  margin-top: 25px;
}

#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: 500px;
  height: 420px;
  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: 20px;
  font-weight: normal;
}

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

#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: 42px auto;
  width: 42px;
  height: 43px;
  position: absolute;
  top: -12px;
  left: -2px;
}

#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: 50px;
  letter-spacing: 0.075em;
}

#furisode-menu .furisode-menu-block .furisode-menu .text-wrap {
  line-height: 1.75;
}

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

/* --------------------------------------------------------
-----------------------------------------------------------
 furisode-menu-rental
-----------------------------------------------------------
----------------------------------------------------------- */
#furisode-menu-rental .menu-title-block.bg-none:before {
  content: none;
}

#furisode-menu-rental .menu-title-block.bg-none span.title:before,
#furisode-menu-rental .menu-title-block.bg-none span.title:after,
#furisode-menu-rental .menu-title-block.side-bg-none span.title:before,
#furisode-menu-rental .menu-title-block.side-bg-none span.title:after {
  content: none;
}

/*
-----------------------------------------------------------
[#menu-detail-content4] menu-benefits-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: 256px auto;
  background-repeat: no-repeat;
  width: 256px;
  height: 215px;
  position: absolute;
  top: -175px;
  right: -195px;
  z-index: -1;
}

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

/*
-----------------------------------------------------------
[#menu-detail-content5] menu-reasons-block
----------------------------------------------------------- */
#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 85px;
}

#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason:last-child {
  margin-bottom: 0;
}

#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap {
  flex: 1;
}

#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .en .num {
  margin-left: 8px;
}

#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-title .title {
  font-size: 38px;
}

#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason .left-wrap .reason-text {
  line-height: 1.75;
}

#furisode-menu-rental .menu-reasons-block .menu-reasons-wrap .menu-reason .right-wrap {
  width: 506px;
  margin-left: 100px;
}

/*
-----------------------------------------------------------
[#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: 130px auto;
}

#menu-detail-content7 .menu-title-block .sub-title {
  margin-bottom: 5px;
}

#furisode-menu-rental .menu-studio-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

#furisode-menu-rental .menu-studio-wrap li {
  width: calc((100% - 101px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
}

#furisode-menu-rental .menu-studio-wrap li:first-child {
  margin-left: 0;
}

#furisode-menu-rental .menu-studio-wrap li .img-wrap {
  margin-bottom: 10px;
}

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

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

#furisode-menu-rental .menu-studio-wrap li .privilege {
  background: #be9669;
}

#furisode-menu-rental .menu-studio-wrap li .option {
  background: #bd4d53;
}

#furisode-menu-rental .menu-studio-wrap li .privilege p,
#furisode-menu-rental .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;
}

#furisode-menu-rental .menu-studio-wrap li .studio-detail {
  font-size: 13px;
}


/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-faq03
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 LO-categ-wrap
--------------------------------------------------------- */
#LO-faq03 .LO-categ-wrap {
  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: 12px;
  width: calc((100% - 37px) / 4);
}

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

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

#LO-faq03 .LO-categ-wrap .wb-faq-categ a {
  /* @mixin:PC-btn-anchor */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: 1px solid #333;
  /*box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;*/
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  display: block;
  border: 1px solid;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 6px 12px 6px 23px;
  font-size: 15px;
  background: none;
  color: #bd8184;
  box-shadow: none;
  padding: 8px 12px 6px 26px;
  font-size: 16px;
}

#LO-faq03 .LO-categ-wrap .wb-faq-categ a:before {
  /* @mixin:PC-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: 13px;
  left: 9px;
}

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

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

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

#LO-faq03 .LO-content-wrap .wb-faq-categ-title {
  /* @mixin:PC-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: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}

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

#LO-faq03 .LO-content-wrap .wb-faq-list {
  margin-bottom: 15px;
  border-bottom: 0;
  padding-bottom: 0;
  padding-right: 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 {
  position: relative;
  margin-bottom: 10px;
}

#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: 27px;
  width: 25px;
  text-align: center;
  left: 3px;
  text-decoration: none;
}

#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;
  top: 26px;
  left: 18px;
}

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-question {
  padding: 5px 8px 9px 35px;
}

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

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

#LO-faq03 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  display: none;
  padding: 25px 25px 25px 50px;
  margin-left: 30px;
  background: rgba(189, 129, 132, 0.2);
}

/*
-----------------------------------------------------------
fixed-banner-block
----------------------------------------------------------- */
.fixed-banner-block {
  position: fixed;
  bottom: 14px;
  left: 14px;
  z-index: 9999;
  transition: all 0.4s;
}

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

.fixed-banner-block .delete-btn {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -25px;
  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;
  width: 230px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.fixed-banner-block .banner-wrap a img {
  width: 230px;
}

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