@charset "UTF-8";
.Min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
}

h2 {
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

img {
  vertical-align: bottom;
}

.Flex {
  display: flex;
}

.Big {
  font-size: 170%;
  line-height: 160%;
  letter-spacing: 0.2rem;
}

.Small {
  font-size: 70%;
  letter-spacing: 0.1rem;
  line-height: 160%;
}

.Center {
  text-align: center;
}

.Block {
  display: block;
}

.Red {
  color: #BC4944;
}

.Green {
  color: #348B85;
}

.Bold {
  font-weight: bold;
}

.underline-yellow {
  text-decoration-color: yellow;
  text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-underline-offset: -5px;
}

.Green-box {
  background-color: #348B85;
  color: #fff;
  font-size: 0.9rem;
  padding: 0rem 0.5rem 0.1rem 0.5rem;
  margin-right: 0.2rem;
  border-radius: 0.3rem;
}

.w90-c {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.Title {
  font-size: 1.15rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
}

.basic-max {
  background-color: #BC4944;
  color: #fff;
  font-size: 0.9rem;
  padding: 0rem 0.5rem 0.1rem 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.3rem;
}

/*共通コンテンツ*/
.furisode-ttlimg {
  width: 50%;
  margin: 0 auto;
  padding: 6rem 0 0 0;
}

.furisode-ttl {
  text-align: center;
  width: 90%;
  margin: 4rem auto 1rem auto;
  position: relative;
}
.furisode-ttl .chatch-plus {
  width: 20%;
  position: absolute;
  top: -2.5rem;
  left: 0;
}
.furisode-ttl h2 {
  font-size: 1.6rem;
}

/*コンテンツ*/
.furisode-wrap {
  font-size: 1rem;
}

.furisode-l {
  display: none;
}

.furisode-r {
  position: relative;
  background-color: #fff;
}
.furisode-r ul.furisode-nav1 {
  position: sticky;
  padding: 0.5rem 0;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(45deg, rgb(248, 148, 187), rgb(243, 235, 118));
  font-size: 2.8vw;
  z-index: 10;
}
.furisode-r ul.furisode-nav1 li {
  width: 20%;
  text-align: center;
}
.furisode-r ul.furisode-nav1 li a {
  padding: 0.5rem 0;
  display: block;
  letter-spacing: 0;
  text-align: center;
}
.furisode-r ul.furisode-nav2 {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  text-align: center;
  margin: 0;
  background-color: #BB4945;
  z-index: 15;
}
.furisode-r ul.furisode-nav2 li {
  width: 33.33%;
  text-align: center;
}
.furisode-r ul.furisode-nav2 li a {
  padding: 0;
  display: block;
}

.furisode-body {
  background-color: #fff;
  position: relative;
  margin-bottom: 2rem;
}

.main-slide-ttl {
  position: relative;
  top: -3rem;
  left: 0;
  padding: 0 5%;
}

.main-slide-ttl {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -5rem;
  padding: 2.5rem 5% 0 5%;
  background-image: url(../img/mainback.png);
  background-size: 100% auto;
  background-position: top center;
}

/*プレゼント*/
.mam-daughter {
  background-color: #F1F2F5;
  margin-top: 5rem;
  padding-bottom: 1.5rem;
}
.mam-daughter .mam-daughter-img {
  margin-top: -2rem;
}
.mam-daughter .Present-Wrap {
  margin-top: 1rem;
}
.mam-daughter .Present-Wrap .Present-Item {
  background-color: #fff;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  border-radius: 1rem;
  border: solid 4px #A78151;
  padding: 1rem 1rem 1rem 0;
  align-items: center;
  flex-wrap: wrap;
}
.mam-daughter .Present-Wrap .Present-Item .Present-image {
  width: 45%;
}
.mam-daughter .Present-Wrap .Present-Item .Present-txt {
  width: 50%;
}
.mam-daughter .Present-Wrap .Present-Item .Present-txt p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.mam-daughter .Present-Wrap .Present-Item .Present-attention {
  width: 90%;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin: 0.5rem auto 0 auto;
}
.mam-daughter .Present-Wrap .Present-Other {
  width: 30%;
  margin: -1rem auto -1rem auto;
}
.mam-daughter .Present-witch {
  background-image: url(../img/present-ribon.png);
  background-size: 100% 100%;
  padding: 0.5rem 2rem;
  text-align: center;
  color: #fff;
  width: 90%;
  box-sizing: border-box;
  margin: 1rem auto 1rem auto;
  font-size: 6.5vw;
  letter-spacing: 0.1rem;
  line-height: 160%;
}
.mam-daughter ul.Present-caution {
  width: 90%;
  margin: 0 auto;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 160%;
}
.mam-daughter ul.Present-caution li {
  margin-bottom: 0.5rem;
}
.mam-daughter ul.Present-caution li.come:before {
  content: "※";
  width: 10%;
  height: auto;
  margin-right: 0.2rem;
}

/*PayPay*/
.PayPay {
  padding-top: 2rem;
}

/*かど屋いちおし*/
.furisode-slider2 .slider-box {
  padding: 0 1rem;
}

/*人気ブランドカタログ*/
.furisode-Brand {
  flex-wrap: wrap;
}
.furisode-Brand .catalog {
  width: 33.3333333333%;
}

/*スタイリングチャート*/
.furisode-slider3 {
  --horizontal--item-width: 65%;
  display: grid;
  grid-auto-columns: var(--horizontal--item-width);
  grid-auto-flow: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow: auto;
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}
.furisode-slider3 .chart-ttl {
  font-size: 1.1em;
  padding-bottom: 0.5rem;
  color: #D39540;
}

/*5つの理由*/
.reason5-ttlimg {
  padding-top: 5rem;
  margin-bottom: 2rem;
}

.reason5 {
  background: linear-gradient(#AD8E3F, #574720);
  padding: 1rem 0 1px 0;
}
.reason5 .reason5-List {
  position: relative;
  background-color: #fff;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  /*その1*/
  /*その2*/
}
.reason5 .reason5-List .reason5-no {
  width: 27%;
  position: absolute;
  left: -5%;
  top: -0.5rem;
}
.reason5 .reason5-List h2 {
  min-height: 3rem;
  display: grid;
  align-items: center;
  padding-bottom: 0.5rem;
  text-align: center;
  width: 100%;
}
.reason5 .reason5-List ul.reason5-List4 li p {
  font-size: 0.65rem;
  text-align: center;
  line-height: 160%;
  letter-spacing: 0;
}
.reason5 .reason5-List .reason5-detail-txt {
  font-size: 0.7rem;
  line-height: 160%;
  margin-top: 1rem;
  letter-spacing: 0;
}
.reason5 .reason5-List ul.reason5-List3 {
  flex-wrap: wrap;
}
.reason5 .reason5-List ul.reason5-List3 li {
  width: 33.3333333333%;
}

/*振袖レンタル*/
.furisode-sub {
  font-size: 1rem;
  margin: 1rem 0 2rem 0;
}

.rental-set {
  margin-top: 3rem;
  padding: 2rem 0 1rem 0;
  position: relative;
}
.rental-set:before {
  content: "";
  display: block;
  width: 95%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F4F2E2;
  z-index: 0;
  border-radius: 1rem 0 0 1rem;
}
.rental-set .rental-set-left {
  width: 45%;
  position: absolute;
  top: -2rem;
}
.rental-set .rental-set-right {
  width: 45%;
  margin-left: 50%;
  position: relative;
  z-index: 1;
}
.rental-set .rental-set-right .rental-set-wrap {
  margin-bottom: 0.5rem;
}
.rental-set .rental-set-right .rental-set-wrap .rental-set-List .rental-icon {
  width: 10%;
  margin-right: 0.1rem;
  margin-top: -0.5rem;
}
.rental-set .rental-set-right .rental-set-wrap .rental-set-List .rental-title {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 160%;
  color: #004A68;
}
.rental-set .rental-set-right .rental-set-wrap .rental-body p {
  line-height: 160%;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.rental-set .rental-set-right .rental-set-wrap .rental-body p .Small {
  display: block;
}
.rental-set .rental-set-right .rental-set-wrap .rental-body p.rental-caution {
  font-size: 0.6rem;
  color: #777;
}

/*振袖基本特典*/
.furisode-basic {
  padding: 3rem 0 0 0;
}
.furisode-basic .furisode-basic-List {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.furisode-basic .furisode-basic-List:first-of-type {
  margin: -1.5rem auto 0 auto;
}
.furisode-basic .furisode-basic-List .furisode-basic-no {
  width: 40%;
  height: auto;
  margin-left: -5%;
  position: absolute;
  top: -2rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-body {
  background: linear-gradient(to right, #F4C3D4, #FDF2C3);
  margin-top: 4rem;
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 0.8rem 1rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-body .basic-ttl {
  font-size: 1.2rem;
  line-height: 160%;
  font-weight: bold;
  letter-spacing: 0rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-body .basic-ttl .basic-ttl-big {
  font-size: 1.4rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-body .basic-ttl .basic-ttl-big span.Small {
  line-height: inherit;
}
.furisode-basic .furisode-basic-List .furisode-basic-body .basic-ttl-midium {
  line-height: 160%;
  letter-spacing: 0.05rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-body .basic-attention {
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  line-height: 160%;
  margin-top: 0.5rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-body .basic-no3 .basic-no3-List {
  font-size: 0.7rem;
  letter-spacing: 0;
  background-color: #fff;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  line-height: 160%;
  border-radius: 99rem;
  margin-top: 0.25rem;
}
.furisode-basic .furisode-basic-List .furisode-basic-image {
  width: 25%;
  position: absolute;
  right: -2%;
  top: -2rem;
}

/*レンタル限定*/
.furisode-rental-limited {
  background-color: #FCF9F6;
  margin-top: 6rem;
  position: relative;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
.furisode-rental-limited .limited-icon {
  position: absolute;
  right: 0;
  top: -4rem;
  width: 35%;
}
.furisode-rental-limited .Limited-wrap {
  width: 90%;
  margin: 0 auto 2rem auto;
  flex-wrap: wrap;
  align-items: center;
}
.furisode-rental-limited .Limited-wrap .Limited-wrap-l {
  width: 25%;
}
.furisode-rental-limited .Limited-wrap .Limited-wrap-l .Limited-wrap-circle {
  width: 100%; /* 親要素の幅に対する割合で正方形のサイズを決定 */
  padding-top: 100%; /* 幅の100%をパディング（高さ）として設定することで正方形になる */
  position: relative; /* 子要素（.circle）の絶対配置の基準にする */
  background-color: #A68436; /* 背景色（例） */
  color: #fff;
  box-sizing: border-box; /* パディングとボーダーを幅と高さに含める */
  border-radius: 50%; /* ここを追加すると円形になります */
}
.furisode-rental-limited .Limited-wrap .Limited-wrap-l .Limited-wrap-circle .cirlce {
  position: absolute; /* 親要素 .Limited-wrap-circle に対して絶対配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* Flexboxを有効にする */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  overflow: auto; /* コンテンツがはみ出た場合にスクロールバーを表示 */
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  font-size: 1.5rem;
}
.furisode-rental-limited .Limited-wrap .Limited-wrap-l .Limited-wrap-circle .cirlce .Small {
  display: block;
  width: 100%;
  font-size: 0.7rem;
}
.furisode-rental-limited .Limited-wrap .Limited-wrap-r {
  width: 70%;
  margin-left: 3%;
}
.furisode-rental-limited .Limited-wrap .Limited-ttl {
  font-size: 1.5rem;
  color: #A68436;
  line-height: 160%;
}
.furisode-rental-limited .Limited-wrap .Limited-ttl .Small {
  display: block;
  font-size: 0.7rem;
}
.furisode-rental-limited .Limited-wrap .Limited-attention {
  font-size: 0.7rem;
  line-height: 160%;
  margin: 1rem 0 0 0;
}
.furisode-rental-limited .Limited-wrap .Limited-photo {
  margin-top: 1rem;
}
.furisode-rental-limited .Limited-more-btn {
  width: 90%;
  margin: 0 auto;
}

/*レンタルの流れ*/
.rental-Flow {
  padding-top: 4rem;
  margin-top: -4rem;
}
.rental-Flow .rental-Flow-Sub {
  font-size: 0.7rem;
  width: 90%;
  margin: 1rem auto;
  line-height: 160%;
}

.Flow .Flow-Step {
  position: relative;
  padding: 5%;
  background-color: #EFECF2;
}
.Flow .Flow-Step .Flow-Step-body .Flow-ttl:before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 3vw;
  margin-right: 0.15rem;
  background-image: url(../img/plus-red.svg);
  background-size: cover;
  background-position: center;
}
.Flow .Flow-Step:nth-of-type(odd) {
  background-color: #F7F7F7;
}
.Flow .Flow-Step:nth-of-type(odd) .Flow-Step-body .Flow-ttl:before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 3vw;
  margin-right: 0.15rem;
  background-image: url(../img/plus-blue.svg);
  background-size: cover;
  background-position: center;
}
.Flow .Flow-Step .Flow-Step-Wrap {
  background-color: #fff;
}
.Flow .Flow-Step .Step-no {
  width: 22%;
  position: absolute;
  left: 0;
  top: 0;
}
.Flow .Flow-Step .Flow-Step-image {
  width: 47%;
}
.Flow .Flow-Step .Flow-Step-body {
  width: 53%;
  box-sizing: border-box;
  padding: 5%;
  font-size: 0.8rem;
  line-height: 160%;
  letter-spacing: 0rem;
}
.Flow .Flow-Step .Flow-Step-body .Flow-ttl {
  color: #A0006F;
  font-size: 1.2rem;
  line-height: 160%;
  margin-bottom: 0.5rem;
}
.Flow .Flow-Step .Flow-Step-body a.Flow-btn {
  background-color: #A68436;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: 1rem;
  border-radius: 0.5rem;
  color: #fff;
}

/*購入とまま振りのセット*/
.Set {
  width: 90%;
  margin: 5rem auto 0 auto;
  background-color: #F4F2E4;
  border-radius: 1rem;
  position: relative;
  padding-bottom: 1rem;
}
.Set .Set-img-l {
  width: 30%;
  position: absolute;
  left: -5%;
  top: -4rem;
  z-index: 3;
}
.Set .Set-img-r {
  width: 20%;
  position: absolute;
  right: -5%;
  top: -2rem;
  z-index: 3;
}
.Set .Set-ttl {
  width: 60%;
  margin: 0 auto -2rem auto;
  position: relative;
  top: -3rem;
}
.Set .Set-wrap {
  position: relative;
}
.Set .Set-wrap .set-subttl {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.Set .Set-wrap .Set-List {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  border-radius: 1rem;
  margin-top: 1rem;
  padding: 0.5rem;
}
.Set .Set-wrap .Set-List .Set-List-txt {
  font-size: 1rem;
  letter-spacing: 0;
}
.Set .Set-wrap .Set-List .Set-List-ttl {
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 160%;
}
.Set .Set-wrap .Set-List .Set-List-Wrap .Red-wrap {
  background-color: #A0006F;
  color: #fff;
  border-radius: 0.5rem;
  margin: 1rem 0 0.3rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  padding: 0.5rem 0;
}
.Set .Set-wrap .Set-List .Set-List-Wrap .Red-wrap .set-ttl-white {
  font-size: 0.7rem;
  background-color: #fff;
  margin-left: 0.5rem;
  color: #000;
  font-family: sans-serif;
  line-height: 2rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999rem;
}
.Set .Set-wrap .Set-List .Set-List-Wrap .Set-List-sub-txt {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  line-height: 160%;
}
.Set .Set-wrap .Set-List .Set-List-Wrap .set-attention {
  font-size: 0.6rem;
  line-height: 160%;
  margin-top: 0.5rem;
  color: #666;
  letter-spacing: 0;
}

.Plus {
  position: relative;
}
.Plus:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 30px;
  height: 30px;
  background-image: url(../img/plus.png);
  background-size: cover;
  z-index: 5;
  margin: auto;
}

/*さらにご成約特典*/
.furisode-more {
  background-image: url(../img/tokuten_back.jpg);
  margin-top: 4rem;
  padding: 2rem 5%;
  background-size: cover;
  background-position: center;
}
.furisode-more .furisode-more-img {
  width: 70%;
  margin: 0 auto;
}
.furisode-more .more-txt {
  font-size: 0.8rem;
  background-color: #fff;
  display: block;
  margin: 1rem auto 0 auto;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
}
.furisode-more ul.furisode-more-List li {
  margin-top: 1rem;
}

/*まま振り*/
.Set-banner {
  margin-top: 1rem;
}

/*展示会場*/
.Shop-List {
  margin-top: 4rem;
}
.Shop-List .Shop-info .Shop-name {
  font-size: 1.3rem;
  line-height: 160%;
  margin: 1rem 0 0.3rem 0;
}
.Shop-List .Shop-info p {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.Shop-List .Shop-btn {
  background-color: #D31638;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.Shop-List .Shop-btn a {
  padding: 1rem 1rem;
  display: block;
  color: #fff;
  position: relative;
}
.Shop-List .Shop-btn a:after {
  content: "";
  width: 8%;
  height: 2rem;
  display: block;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/*----------------*/
/*    タブレット    */
/*----------------*/
@media screen and (min-width: 768px) {
  .furisode-wrap {
    position: sticky;
    background-image: url(../img/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  }
  .furisode-r {
    width: 60%;
    margin: 0 auto;
  }
  .furisode-r ul.furisode-nav1 {
    font-size: 0.8rem;
  }
  .mam-daughter .Present-witch {
    font-size: 2rem;
  }
  .rental-set .rental-set-left {
    width: 32%;
  }
  .rental-set .rental-set-right {
    width: 60%;
    margin-left: 35%;
  }
  .rental-set .rental-set-right .rental-set-wrap .rental-set-List .rental-icon {
    width: 15px;
  }
}
/*----------------*/
/*    PCサイズ    */
/*----------------*/
@media screen and (min-width: 1200px) {
  .Flex {
    display: flex;
    flex-wrap: nowrap;
  }
  .furisode-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .furisode-l {
    display: block;
    width: 35%;
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding-top: 5vh;
    position: sticky;
    top: 0;
    left: 0;
  }
  .furisode-l .frisode-linkbtn {
    margin-top: 1rem;
  }
  .furisode-l .frisode-linkbtn li a {
    background-color: #903972;
    color: #fff;
    display: block;
    padding: 0.8rem 1.2rem;
    border-radius: 999rem;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 0.8rem;
    transition: background-color 0.5s;
  }
  .furisode-l .frisode-linkbtn li a:hover {
    background-color: #BB4945;
  }
  .furisode-r {
    width: 44%;
    max-width: 700px;
    margin: 0 2% 0 0;
    right: 0;
    position: relative;
  }
  .rental-set .rental-set-left {
    width: 25%;
  }
  .rental-set .rental-set-right {
    width: 65%;
    margin-left: 30%;
  }
  .Flow .Flow-Step .Flow-Step-body .Flow-ttl:before,
  .Flow .Flow-Step:nth-of-type(odd) .Flow-Step-body .Flow-ttl:before {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
  }
  .Set .Set-img-l {
    top: -10rem;
  }
  .Set .Set-img-r {
    top: -10rem;
  }
  .furisode-basic .furisode-basic-List .furisode-basic-image {
    width: 20%;
  }
  .Shop-List .Shop-btn a:after {
    width: 30px;
  }
  .furisode-Brand {
    flex-wrap: wrap;
  }
}
/****
ふわっとするanimation
__________________________*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=furisode2025ss.css.map */