@charset "UTF-8";
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none; }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  opacity: 0.7;
  text-decoration: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
  height: auto; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*--@mixin 定義 --*/
.hd_pc {
  display: block; }
  @media (max-width: 1200px) {
    .hd_pc {
      display: none; } }
  @media (max-width: 1024px) {
    .hd_pc {
      display: none; } }
  @media (max-width: 750px) {
    .hd_pc {
      display: none; } }
  @media (max-width: 480px) {
    .hd_pc {
      display: none; } }

.hd_sp {
  display: none; }
  @media (max-width: 1200px) {
    .hd_sp {
      display: block; } }
  @media (max-width: 1024px) {
    .hd_sp {
      display: block; } }
  @media (max-width: 750px) {
    .hd_sp {
      display: block; } }
  @media (max-width: 480px) {
    .hd_sp {
      display: block; } }

.pc {
  display: block; }
  @media (max-width: 1024px) {
    .pc {
      display: none; } }
  @media (max-width: 750px) {
    .pc {
      display: none; } }
  @media (max-width: 480px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 1024px) {
    .sp {
      display: block; } }
  @media (max-width: 750px) {
    .sp {
      display: block; } }
  @media (max-width: 480px) {
    .sp {
      display: block; } }

.tab {
  display: none; }
  @media (max-width: 1024px) {
    .tab {
      display: none; } }
  @media (max-width: 750px) {
    .tab {
      display: block; } }
  @media (max-width: 480px) {
    .tab {
      display: block; } }

li {
  list-style: none; }

/*-- 共通 --*/
html {
  color: #333333; }

.wrap {
background: linear-gradient(90deg, #fdfaf3 0%, #fdfaf3 56%, #fdfaf3 100%);
}

.inner {
  max-width: 750px;
  width: 89.3%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  @media (max-width: 750px) {
    .inner {
      width: 100%; } }

.content_inner {
  width: 89.333%;
  margin: 0 auto; }
  @media (max-width: 750px) {
    .content_inner {
      width: 100%;
      width: 89.333%; } }
  @media (max-width: 480px) {
    .content_inner {
      width: 89.333%; } }

.title {
  font-family: ryo-display-plusn, serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #8A2626;
  padding-top: 80px; }
  @media (max-width: 480px) {
    .title {
      font-size: 34px;
      padding-top: 40px; } }

/*-- fadeIn --*/
.effect-fade {
  opacity: 0; }

.effect-fade.effect-scroll {
  opacity: 1;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s; }

.title_effect_fade {
  opacity: 1 !important;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s; }

.campaign,
.reservation_btn {
  margin-top: 48px; }
  @media (max-width: 480px) {
    .campaign,
    .reservation_btn {
      margin-top: 24px; } }

.present {
  margin-top: 64px; }
  @media (max-width: 480px) {
    .present {
      margin-top: 32px; } }

.hair_make {
  margin-top: 30px; }

.guarantee {
  margin-top: 24px; }

.exclusive {
  margin-top: -65px; }
  @media (max-width: 480px) {
    .exclusive {
      margin-top: calc(-0.069 * 100vw - 7px); } }

.double_guarantee,
.prepare,
.safety {
  margin-top: 100px; }
  @media (max-width: 480px) {
    .double_guarantee,
    .prepare,
    .safety {
      margin-top: 50px; } }

.seijinshiki_guarantee {
  margin-top: 40px; }
  @media (max-width: 480px) {
    .seijinshiki_guarantee {
      margin-top: 20px; } }

.reselect {
  margin-top: 72px; }
  @media (max-width: 480px) {
    .reselect {
      margin-top: 36px; } }
  .reselect picture {
    padding: 0 10px; }

.furisode_list {
  margin-top: 100px;
  position: relative;
  padding-bottom: 615px; }
  @media (max-width: 480px) {
    .furisode_list {
      margin-top: 50px;
      padding-bottom: calc(0.875 * 100vw - 20px); } }
 .furisode_list .swiper-slide:before{
  display: none;
 }
.nuance_pickup {
  margin-top: 96px; }
  @media (max-width: 480px) {
    .nuance_pickup {
      margin-top: 48px; } }
  .nuance_pickup:not(:first-of-type) {
    margin-top: 100px; }
    @media (max-width: 480px) {
      .nuance_pickup:not(:first-of-type) {
        margin-top: 50px; } }
  
  .nuance_pickup .swiper-slide:before{
    display:none;
  }

.kyoya_trait {
  margin: 80px 0; }
  @media (max-width: 480px) {
    .kyoya_trait {
      margin: 40px 0; } }
  .kyoya_trait .kyoya_inner {
    width: 94.66%; }

.proffecional_support {
  margin-top: 100px; }
  @media (max-width: 480px) {
    .proffecional_support {
      margin-top: 50px; } }
  .proffecional_support .proffecional_inner {
    padding: 0 76px 0 80px; }
    @media (max-width: 480px) {
      .proffecional_support .proffecional_inner {
        padding: 0 38px 0 40px; } }
  .proffecional_support .proffecional_contents {
    margin-top: 48px; }
    @media (max-width: 480px) {
      .proffecional_support .proffecional_contents {
        margin-top: 24px; } }

.plan {
  margin-top: 100px; }
  @media (max-width: 480px) {
    .plan {
      margin-top: 50px; } }
  .plan .plan_contents {
    margin-top: 80px; }
    @media (max-width: 480px) {
      .plan .plan_contents {
        margin-top: 40px; } }

.about_shop {
  background: #d9d4d0;
  margin-top: 84px;
  padding-bottom: 80px; }
  @media (max-width: 480px) {
    .about_shop {
      margin-top: 42px;
      padding-bottom: 40px; } }
  .about_shop .white_logo {
    color: #000;
    padding: 56px 0 40px; }
    @media (max-width: 480px) {
      .about_shop .white_logo {
        padding: 28px 0 20px; } }
  .about_shop .bg_white {
    background: #fff;
    padding: 48px 25px 40px 25px; }
    @media (max-width: 480px) {
      .about_shop .bg_white {
        padding: 24px 12.5px 20px 12.5px; } }
    .about_shop .bg_white .kyoya_logo {
      width: 290px;
      height: 105px;
      margin: 0 auto;
      margin-top: 30px; }
      @media (max-width: 480px) {
        .about_shop .bg_white .kyoya_logo {
          width: 60vw;
          height: calc(0.362 * 60vw); } }
    .about_shop .bg_white .address {
      margin-top: 24px; }
      @media (max-width: 480px) {
        .about_shop .bg_white .address {
          margin-top: 16px; } }
      .about_shop .bg_white .address p {
        font-size: 28px;
        line-height: 38px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: 700;
        letter-spacing: 0.075em; }
        @media (max-width: 480px) {
          .about_shop .bg_white .address p {
            font-size: 20px; } }
        @media screen and (min-width: 360px) {
          .about_shop .bg_white .address p {
            font-size: 16px; } }
    .about_shop .bg_white .tel_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about_shop .bg_white .tel_flex .tel_logo {
        width: 38px;
        height: 22px; }
      .about_shop .bg_white .tel_flex p {
        font-size: 28px;
        line-height: 38px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-left: 4px; }
        @media (max-width: 480px) {
          .about_shop .bg_white .tel_flex p {
            font-size: 20px; } }
        @media screen and (min-width: 360px) {
          .about_shop .bg_white .tel_flex p {
            font-size: 16px; } }
    .about_shop .bg_white .googlemap {
      height: 0;
      overflow: hidden;
      padding-bottom: 57.877%;
      position: relative;
      margin-top: 24px; }
      .about_shop .bg_white .googlemap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }

/* -- furisode_swiper -- */
.swiper_furisode {
  height: 746px;
  width: 100%;
  position: absolute;
  top: 400px; }
  @media (max-width: 480px) {
    .swiper_furisode {
      height: 100vw;
      top: calc(0.563 * 100vw - 10px); } }
  .swiper_furisode .swiper-button-prev, .swiper_furisode .swiper-rtl .swiper-button-next {
    left: 0;
    width: 50px; }
    @media (max-width: 480px) {
      .swiper_furisode .swiper-button-prev, .swiper_furisode .swiper-rtl .swiper-button-next {
        width: 25px; } }
  .swiper_furisode .swiper-button-next, .swiper_furisode .swiper-rtl .swiper-button-prev {
    right: 0;
    width: 50px; }
    @media (max-width: 480px) {
      .swiper_furisode .swiper-button-next, .swiper_furisode .swiper-rtl .swiper-button-prev {
        width: 25px; } }
  .swiper_furisode .swiper-button-prev:after {
    background: url(../img/slider_left_arrow.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 100px;
    content: ""; }
    @media (max-width: 480px) {
      .swiper_furisode .swiper-button-prev:after {
        width: 25px;
        height: 50px; } }
  .swiper_furisode .swiper-button-next:after {
    background: url(../img/slider_right_arrow.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 100px;
    content: ""; }
    @media (max-width: 480px) {
      .swiper_furisode .swiper-button-next:after {
        width: 25px;
        height: 50px; } }

.swiper_nuance {
  width: 100%;
  height: 520px;
  height: 594px;
  margin-top: 20px; }
  @media (max-width: 750px) {
    .swiper_nuance {
      height: calc(0.647 * 100vw + 108.87px); } }
  @media (max-width: 480px) {
    .swiper_nuance {
      height: calc(0.7 * 100vw);
      height: calc(0.75 * 100vw); } }
  .swiper_nuance .swiper-button-prev, .swiper_nuance .swiper-rtl .swiper-button-next {
    left: 5.333%;
    width: 56px;
    height: 56px;
    margin-top: 200px; }
    @media (max-width: 750px) {
      .swiper_nuance .swiper-button-prev, .swiper_nuance .swiper-rtl .swiper-button-next {
        margin-top: calc(0.335 * 100vw - 50.929px); } }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-button-prev, .swiper_nuance .swiper-rtl .swiper-button-next {
        width: 28px;
        height: 28px;
        margin-top: calc(0.3 * 100vw - 6px); } }
  .swiper_nuance .swiper-button-next, .swiper_nuance .swiper-rtl .swiper-button-prev {
    right: 5.333%;
    width: 56px;
    height: 56px;
    margin-top: 200px; }
    @media (max-width: 750px) {
      .swiper_nuance .swiper-button-next, .swiper_nuance .swiper-rtl .swiper-button-prev {
        margin-top: calc(0.335 * 100vw - 50.929px); } }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-button-next, .swiper_nuance .swiper-rtl .swiper-button-prev {
        width: 28px;
        height: 28px;
        margin-top: calc(0.3 * 100vw - 6px); } }
  .swiper_nuance .swiper-button-prev:after {
    background: url(../img/page/kimono2022/swiper_pickup_left_arrow.svg) no-repeat;
    background-size: cover;
    width: 56px;
    height: 56px;
    content: ""; }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-button-prev:after {
        width: 28px;
        height: 28px; } }
  .swiper_nuance .swiper-button-next:after {
    background: url(../img/page/kimono2022/swiper_pickup_right_arrow.svg) no-repeat;
    background-size: cover;
    width: 56px;
    height: 56px;
    content: ""; }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-button-next:after {
        width: 28px;
        height: 28px; } }
  .swiper_nuance .swiper-pagination-bullet {
    background: #B86E6E;
    width: 18px;
    height: 18px;
    margin: 0 14px !important; }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 7px !important; } }
  .swiper_nuance .swiper-pagination-bullet-active {
    background: url(../img/page/kimono2022/slick-active.svg) no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    content: ""; }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-pagination-bullet-active {
        width: 15px;
        height: 15px; } }
  .swiper_nuance .swiper-horizontal > .swiper-pagination-bullets, .swiper_nuance .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper_nuance .swiper-pagination-custom, .swiper_nuance .swiper-pagination-fraction {
    bottom: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 480px) {
      .swiper_nuance .swiper-horizontal > .swiper-pagination-bullets, .swiper_nuance .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper_nuance .swiper-pagination-custom, .swiper_nuance .swiper-pagination-fraction {
        bottom: calc(0.075 * 100vw - 16px); } }

.furisode_collection {
  background: url(../img/furisode_collection_bg.png) no-repeat center;
  background-size: cover;
  margin-top: 80px;
  width: 100%;
  height: 1289px;
  content: "";
  /* プログレスバーの位置を下に移動 */
  /* プログレスバーの背景色変更 */
  /* プログレスバーの色変更 */ }
  @media (max-width: 750px) {
    .furisode_collection {
      width: 100vw;
      height: calc(1.7186666 * 100vw); } }
  @media (max-width: 480px) {
    .furisode_collection {
      margin-top: 40px;
      width: 100vw;
      height: calc(1.718 * 100vw); } }
  .furisode_collection .swiper_collection {
    height: 1008px;
    padding-top: 255px; }
    @media (max-width: 750px) {
      .furisode_collection .swiper_collection {
        padding-top: calc(0.279 * 100vw + 20.892px); } }
    @media (max-width: 480px) {
      .furisode_collection .swiper_collection {
        height: calc(2 * 100vw);
        height: calc(2.25 * 100vw);
        padding-top: calc(0.375 * 100vw - 20px); } }
    .furisode_collection .swiper_collection .swiper-button-prev, .furisode_collection .swiper_collection .swiper-rtl .swiper-button-next {
      left: 5.333%;
      width: 56px;
      height: 56px;
      margin-top: 392px;
      margin-top: 520px; }
      @media (max-width: 750px) {
        .furisode_collection .swiper_collection .swiper-button-prev, .furisode_collection .swiper_collection .swiper-rtl .swiper-button-next {
          margin-top: calc(1.654 * 100vw - 720.706px); } }
      @media (max-width: 480px) {
        .furisode_collection .swiper_collection .swiper-button-prev, .furisode_collection .swiper_collection .swiper-rtl .swiper-button-next {
          width: 28px;
          height: 28px;
          margin-top: calc(0.375 * 100vw + 20px); } }
    .furisode_collection .swiper_collection .swiper-button-next, .furisode_collection .swiper_collection .swiper-rtl .swiper-button-prev {
      right: 5.333%;
      width: 56px;
      height: 56px;
      margin-top: 392px;
      margin-top: 520px; }
      @media (max-width: 750px) {
        .furisode_collection .swiper_collection .swiper-button-next, .furisode_collection .swiper_collection .swiper-rtl .swiper-button-prev {
          margin-top: calc(1.654 * 100vw - 720.706px); } }
      @media (max-width: 480px) {
        .furisode_collection .swiper_collection .swiper-button-next, .furisode_collection .swiper_collection .swiper-rtl .swiper-button-prev {
          width: 28px;
          height: 28px;
          margin-top: calc(0.375 * 100vw + 20px); } }
    .furisode_collection .swiper_collection .swiper-button-prev:after {
      background: url(../img/swiper_pickup_left_arrow.svg) no-repeat;
      background-size: cover;
      width: 56px;
      height: 56px;
      content: ""; }
      @media (max-width: 480px) {
        .furisode_collection .swiper_collection .swiper-button-prev:after {
          width: 28px;
          height: 28px; } }
    .furisode_collection .swiper_collection .swiper-button-next:after {
      background: url(../img/swiper_pickup_right_arrow.svg) no-repeat;
      background-size: cover;
      width: 56px;
      height: 56px;
      content: ""; }
      @media (max-width: 480px) {
        .furisode_collection .swiper_collection .swiper-button-next:after {
          width: 28px;
          height: 28px; } }
    .furisode_collection .swiper_collection .swiper-pagination-bullet {
      background: #B86E6E;
      width: 18px;
      height: 18px;
      margin: 0 14px !important; }
      @media (max-width: 480px) {
        .furisode_collection .swiper_collection .swiper-pagination-bullet {
          display: none; } }
    .furisode_collection .swiper_collection .swiper-pagination-bullet-active {
      background: url(../img/slick-active.svg) no-repeat;
      background-size: cover;
      width: 28px;
      height: 28px;
      content: ""; }
    .furisode_collection .swiper_collection .swiper-horizontal > .swiper-pagination-bullets, .furisode_collection .swiper_collection .swiper-pagination-bullets.swiper-pagination-horizontal, .furisode_collection .swiper_collection .swiper-pagination-custom, .furisode_collection .swiper_collection .swiper-pagination-fraction {
      bottom: 105px;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 750px) {
        .furisode_collection .swiper_collection .swiper-horizontal > .swiper-pagination-bullets, .furisode_collection .swiper_collection .swiper-pagination-bullets.swiper-pagination-horizontal, .furisode_collection .swiper_collection .swiper-pagination-custom, .furisode_collection .swiper_collection .swiper-pagination-fraction {
          display: none; } }
  /* .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
  .furisode_collection .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 120px;
    width: 70%;
    left: 15%; }
    @media (max-width: 750px) {
      .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: calc(-1.636 * 100vw + 1346.766px);
        width: 60%;
        left: 20%; } }
    @media (max-width: 480px) {
      .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: calc(0.75 * 100vw - 35px);
        width: 65%;
        left: 16%; } } */

  .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
  .furisode_collection .swiper-pagination-progressbar {
    top: auto;
    bottom: 120px;
    width: 70%;
    left: 15%; }
    @media (max-width: 750px) {
      .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection .swiper-pagination-progressbar{
        bottom: calc(-1.636 * 100vw + 1346.766px);
        width: 60%;
        left: 20%; } }
    @media (max-width: 480px) {
      .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection .swiper-pagination-progressbar {
        bottom: calc(0.75 * 100vw - 35px);
        width: 65%;
        left: 16%; } }
  .furisode_collection .swiper-pagination-progressbar {
    background-color: #dcdcdc; }
  .furisode_collection .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000; }

    
    

  .furisode_collection .swiper-slide:before{
     display: none;
  }

.reservation_btn {
  width: 100%;
  height: 120px; }
  @media (max-width: 480px) {
    .reservation_btn {
      height: 60px; } }
  .reservation_btn .btn,
  .reservation_btn a.btn,
  .reservation_btn button.btn {
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .reservation_btn .btn span,
    .reservation_btn a.btn span,
    .reservation_btn button.btn span {
      color: #fff;
      z-index: 0;
      font-family: ryo-display-plusn, serif;
      font-size: 40px;
      line-height: 41px;
      font-weight: 700;
      letter-spacing: 0.075em;
      letter-spacing: 0.04em; }
      @media (max-width: 480px) {
        .reservation_btn .btn span,
        .reservation_btn a.btn span,
        .reservation_btn button.btn span {
          font-size: 22px;
          line-height: 25px; } }
      .reservation_btn .btn span .right_arrow,
      .reservation_btn a.btn span .right_arrow,
      .reservation_btn button.btn span .right_arrow {
        width: 11px;
        height: 20px;
        margin-left: 40px; }
        @media (max-width: 750px) {
          .reservation_btn .btn span .right_arrow,
          .reservation_btn a.btn span .right_arrow,
          .reservation_btn button.btn span .right_arrow {
            margin-left: 30px; } }
        @media (max-width: 480px) {
          .reservation_btn .btn span .right_arrow,
          .reservation_btn a.btn span .right_arrow,
          .reservation_btn button.btn span .right_arrow {
            margin-left: 10px;
            width: 11px;
            height: 18px; } }
  .reservation_btn a.btn-border-shadow--radius {
    border-radius: 100vh; }
  .reservation_btn a.btn-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    background: #B86E6E; }
  .reservation_btn a.btn-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;
    color: #fff;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #8A2626;
    border-radius: 0.5rem; }
  .reservation_btn a.btn-border-shadow--radius:before {
    border-radius: 100vh; }
  .reservation_btn a.btn-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
    opacity: 1; }
  .reservation_btn a.btn-border-shadow:hover:before {
    top: 0;
    left: 0; }

/*-- cotact --*/
.contact_form .reservation_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  margin-top: 48px; }
  @media (max-width: 480px) {
    .contact_form .reservation_arrows {
      margin-top: 24px; } }

.contact_form .reservation_arrow {
  background: #B86E6E;
  width: 33.33%;
  width: 35%;
  width: 36.4%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
          clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%); }
  @media (max-width: 480px) {
    .contact_form .reservation_arrow {
      height: 30px; } }
  .contact_form .reservation_arrow:not(:last-of-type) {
    margin-right: -20px; }
    @media (max-width: 750px) {
      .contact_form .reservation_arrow:not(:last-of-type) {
        margin-right: -15px; } }
    @media (max-width: 480px) {
      .contact_form .reservation_arrow:not(:last-of-type) {
        margin-right: -10px; } }
  .contact_form .reservation_arrow span {
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 700;
    letter-spacing: 0.075em; }
    @media (max-width: 750px) {
      .contact_form .reservation_arrow span {
        font-size: 100%; } }
    @media (max-width: 480px) {
      .contact_form .reservation_arrow span {
        font-size: 10px;
        line-height: 20px; } }

.contact_form .reservation_arrow.is-active {
  background: #8A2626; }

.contact_form .contact_title {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 800;
  margin-top: 120px;
  color: #8A2626; }
  @media (max-width: 480px) {
    .contact_form .contact_title {
      margin-top: 60px;
      font-size: 135%; } }

.contact_form .contact_detail {
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin-top: 48px; }
  @media (max-width: 480px) {
    .contact_form .contact_detail {
      margin-top: 24px;
      font-size: 120%; } }

.contact_form label.item {
  font-size: 28px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em; }
  @media (max-width: 480px) {
    .contact_form label.item {
      font-size: 18px; } }

/*-- 
span.required {
  font-size: 20px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 3px 6px;
  background: #8A2626;
  margin-right: 16px;
  vertical-align: bottom; }
  @media (max-width: 480px) {
    span.required {
      font-size: 14px;
      vertical-align: baseline; } }
   --*/ 

.contact_form span.any {
  font-size: 20px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 3px 6px;
  background: #cccccc;
  margin-right: 16px;
  vertical-align: bottom; }
  @media (max-width: 480px) {
    .contact_form span.any {
      font-size: 14px;
      vertical-align: baseline; } }

.contact_form span.holiday {
  font-size: 20px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500; }
  @media (max-width: 480px) {
    .contact_form span.holiday {
      font-size: 14px;
      line-height: 18px;
      display: block; } }

.contact_form .left_box {
  margin-top: 34px; }
  @media (max-width: 480px) {
    .contact_form .left_box {
      margin-top: 20px; } }

.contact_form .right_box {
  margin-top: 30px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #cccccc; }
  @media (max-width: 480px) {
    .contact_form .right_box {
      margin-top: 15px;
      padding-bottom: 25px; } }

.contact_form input[type=radio] {
  width: 26px;
  height: 26px;
  border: 1px solid #F0F0F0; }
  @media (max-width: 480px) {
    .contact_form input[type=radio] {
      width: 14px;
      height: 14px; } }

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #cccccc;
  padding: 24px 16px 20px;
  font-size: 28px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em; }
  @media (max-width: 480px) {
    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form input[type=tel],
    .contact_form textarea {
      font-size: 14px;
      line-height: 28px;
      height: 40px;
      padding: 8px; } }
  .contact_form input[type=text]::-webkit-input-placeholder,
  .contact_form input[type=email]::-webkit-input-placeholder,
  .contact_form input[type=tel]::-webkit-input-placeholder,
  .contact_form textarea::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 28px;
    line-height: 38px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    letter-spacing: 0.075em; }
  .contact_form input[type=text]:-ms-input-placeholder,
  .contact_form input[type=email]:-ms-input-placeholder,
  .contact_form input[type=tel]:-ms-input-placeholder,
  .contact_form textarea:-ms-input-placeholder {
    color: #cccccc;
    font-size: 28px;
    line-height: 38px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    letter-spacing: 0.075em; }
  .contact_form input[type=text]::-ms-input-placeholder,
  .contact_form input[type=email]::-ms-input-placeholder,
  .contact_form input[type=tel]::-ms-input-placeholder,
  .contact_form textarea::-ms-input-placeholder {
    color: #cccccc;
    font-size: 28px;
    line-height: 38px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    letter-spacing: 0.075em; }
  .contact_form input[type=text]::placeholder,
  .contact_form input[type=email]::placeholder,
  .contact_form input[type=tel]::placeholder,
  .contact_form textarea::placeholder {
    color: #cccccc;
    font-size: 28px;
    line-height: 38px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
    letter-spacing: 0.075em; }
    @media (max-width: 480px) {
      .contact_form input[type=text]::-webkit-input-placeholder,
      .contact_form input[type=email]::-webkit-input-placeholder,
      .contact_form input[type=tel]::-webkit-input-placeholder,
      .contact_form textarea::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 28px; }
      .contact_form input[type=text]:-ms-input-placeholder,
      .contact_form input[type=email]:-ms-input-placeholder,
      .contact_form input[type=tel]:-ms-input-placeholder,
      .contact_form textarea:-ms-input-placeholder {
        font-size: 14px;
        line-height: 28px; }
      .contact_form input[type=text]::-ms-input-placeholder,
      .contact_form input[type=email]::-ms-input-placeholder,
      .contact_form input[type=tel]::-ms-input-placeholder,
      .contact_form textarea::-ms-input-placeholder {
        font-size: 14px;
        line-height: 28px; }
      .contact_form input[type=text]::placeholder,
      .contact_form input[type=email]::placeholder,
      .contact_form input[type=tel]::placeholder,
      .contact_form textarea::placeholder {
        font-size: 14px;
        line-height: 28px; } }

.contact_form input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: revert; }
  @media (max-width: 480px) {
    .contact_form input[type=checkbox] {
      width: 12px;
      height: 12px;
      vertical-align: baseline; } }

.contact_form textarea {
  height: 160px; }
  @media (max-width: 480px) {
    .contact_form textarea {
      height: 80px; } }

.contact_form select {
  width: 100%;
  height: 80px;
  border: 1px solid #cccccc;
  font-size: 20px;
  line-height: 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0 16px;
  background: url(../img/page/kimono2022/select_down.svg) no-repeat center right 16px;
  background-size: 16px 14px; }
  @media (max-width: 480px) {
    .contact_form select {
      font-size: 14px;
      line-height: 24px;
      height: 40px;
      padding: 0 8px;
      background: url(../img/page/kimono2022/select_down.svg) no-repeat center right 6px;
      background-size: 8px 7px; } }

.contact_form .btn_area {
  width: 480px;
  margin: 0 auto;
  margin-top: 40px; }
  @media screen and (max-width: 500px) {
    .contact_form .btn_area {
      width: 400px; } }
  @media (max-width: 480px) {
    .contact_form .btn_area {
      width: 80vw; } }

.contact_form .wpcf7-list-item {
  margin-left: 0; }

.contact_form .wpcf7-list-item.last {
  margin-left: 16px; }

.contact_form .checkbox-plan .wpcf7-list-item {
  display: block;
  margin-left: 0; }

.contact_form .wpcf7-list-item-label {
  font-size: 28px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  vertical-align: bottom; }
  @media (max-width: 480px) {
    .contact_form .wpcf7-list-item-label {
      font-size: 18px;
      line-height: 28px;
      vertical-align: baseline; } }

.contact_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-top: 25px; }
  @media (max-width: 480px) {
    .contact_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
      margin-top: 12px; } }

.contact_form .wpcf7-not-valid {
  border: 2px solid #8A2626 !important; }

.contact_form .wpcf7 form.invalid .wpcf7-response-output,
.contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: #fff;
  color: #8A2626;
  margin: 0;
  padding: 0;
  font-size: 24px; }
  @media (max-width: 480px) {
    .contact_form .wpcf7 form.invalid .wpcf7-response-output,
    .contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
    .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
      font-size: 14px; } }

@media (max-width: 480px) {
  .contact_form .wpcf7-not-valid-tip {
    font-size: 12px; } }

.contact_form .form_confirm .form_flex .right_box div {
  font-size: 28px;
  line-height: 38px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em; }
  @media (max-width: 480px) {
    .contact_form .form_confirm .form_flex .right_box div {
      font-size: 18px;
      line-height: 28px; } }

.contact_form .form_area {
  margin: 36px 0 80px 0; }
  @media (max-width: 750px) {
    .contact_form .form_area {
      margin: 18px 0 40px 0; } }
  .contact_form .form_area .wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: ryo-display-plusn, serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0.075em;
    letter-spacing: 0.075em;
    color: #fff;
    width: 100%;
    height: 67px;
    margin: 0 auto;
    opacity: 1; }
    @media (max-width: 480px) {
      .contact_form .form_area .wpcf7-form-control.wpcf7-submit {
        height: 40px;
        font-size: 16px;
        line-height: 28px; } }
    .contact_form .form_area .wpcf7-form-control.wpcf7-submit:hover {
      opacity: 0.8; }

.contact_form .contact_btn {
  max-width: 480px;
  width: 80%;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8A2626;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .contact_form .contact_btn {
      height: 40px; } }
  .contact_form .contact_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .contact_form .contact_btn a span {
      font-family: ryo-display-plusn, serif;
      font-size: 28px;
      line-height: 38px;
      font-weight: 500;
      letter-spacing: 0.075em;
      color: #fff; }
      @media (max-width: 480px) {
        .contact_form .contact_btn a span {
          font-size: 100%; } }

.contact_form .btn_area .contact_btn {
  width: 480px; }
  @media screen and (max-width: 500px) {
    .contact_form .btn_area .contact_btn {
      width: 400px; } }
  @media (max-width: 480px) {
    .contact_form .btn_area .contact_btn {
      width: 100%;
      max-width: inherit; } }
  .contact_form .btn_area .contact_btn .wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: ryo-display-plusn, serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0.075em;
    letter-spacing: 0.075em;
    color: #fff;
    width: 100%;
    height: 67px;
    margin: 0 auto;
    opacity: 1; }
    @media (max-width: 480px) {
      .contact_form .btn_area .contact_btn .wpcf7-form-control.wpcf7-submit {
        font-size: 20px; } }
    .contact_form .btn_area .contact_btn .wpcf7-form-control.wpcf7-submit:hover {
      opacity: 0.8; }
  .contact_form .btn_area .contact_btn .wpcf7-spinner {
    display: none; }

.contact_form .btn_flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px; }
  .contact_form .btn_flex_area .back_btn {
    width: 47.164179%;
    height: 67px; }
    @media (max-width: 480px) {
      .contact_form .btn_flex_area .back_btn {
        height: 40px; } }
    .contact_form .btn_flex_area .back_btn input {
      background: #B86E6E;
      width: 100%;
      height: 67px;
      color: #fff;
      font-family: ryo-display-plusn, serif;
      font-size: 28px;
      line-height: 38px;
      font-weight: 500;
      letter-spacing: 0.075em;
      letter-spacing: 0.075em; }
      @media (max-width: 480px) {
        .contact_form .btn_flex_area .back_btn input {
          height: 40px;
          font-size: 16px;
          line-height: 28px; } }
      @media screen and (max-width: 360px) {
        .contact_form .btn_flex_area .back_btn input {
          font-size: 14px;
          line-height: 24px; } }
  .contact_form .btn_flex_area .send_complete_btn {
    width: 47.164179%;
    height: 67px; }
    @media (max-width: 480px) {
      .contact_form .btn_flex_area .send_complete_btn {
        height: 40px; } }
    .contact_form .btn_flex_area .send_complete_btn input {
      background: #8A2626;
      width: 100%;
      height: 67px; }

.contact_form .contact_btn.back_to_top {
  margin-top: 91px;
  margin-bottom: 240px; }
  @media (max-width: 480px) {
    .contact_form .contact_btn.back_to_top {
      margin-top: 45px;
      margin-bottom: 120px; } }

/*--page-top --*/
.page-top {
  width: 254px;
  height: 60px;
  background: url(../img/pagetop.png) no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .page-top {
      width: 128px;
      height: 30px; } }
  .page-top a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-top img {
    width: 19px;
    height: 37px;
    margin-top: 22px; }
    @media (max-width: 480px) {
      .page-top img {
        width: 10px;
        height: 18px;
        margin-top: 11px; } }

/*-- footer --*/
footer {
  margin-top: 80px; }
  footer .footer_area {
    background: #F9DFD5;
    padding-top: 42px;
    padding-bottom: 49px; }
    @media (max-width: 480px) {
      footer .footer_area {
        padding-top: 21px;
        padding-bottom: 25px; } }
    footer .footer_area figure {
      text-align: center; }
      footer .footer_area figure img {
        max-width: 320px;
        width: 80%;
        height: auto; }
    footer .footer_area address {
      text-align: center;
      font-style: normal;
      margin-top: 44px; }
      @media (max-width: 480px) {
        footer .footer_area address {
          margin-top: 22px; } }
      footer .footer_area address p {
        font-size: 24px;
        line-height: 39px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: 500;
        letter-spacing: 0.075em;
        text-align: center; }
        @media (max-width: 480px) {
          footer .footer_area address p {
            font-size: 100%; } }
  footer .copyright {
    font-family: century-gothic, sans-serif;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.075em;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    background: #D05A6E; }
    @media (max-width: 480px) {
      footer .copyright {
        font-size: 100%;
        padding: 15px 0; } }
/*# sourceMappingURL=style.css.map */
.fixed_cont{
  display:none;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:999;
}
.fixed_cont ul{
  display:flex;
  width:100%;
  box-shadow:0 -2px 4px #555;
}
.fixed_cont ul li{
  width:50%;
  background:#B86E6E;
}
.fixed_cont ul li:first-child{
  background:#b8809b;
}
.fixed_cont ul li:last-child{
  background:#8b2b5b;
}
.fixed_cont ul li:not(:first-child){
  border-left:1px solid #fff;
}
.fixed_cont ul li a{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:10px 0;
  color:#fff;
}
.fixed_cont ul li a img{
  max-width:20px;
  margin-right:0.5em;
  filter:brightness(10);
}
@media (max-width: 768px){
  .fixed_cont{
    display:block;
  }
}





/*予約ボタン青 */
.reservation_btn2 {
  width: 100%;
  height: 120px; }
  @media (max-width: 480px) {
    .reservation_btn2 {
      height: 60px; } }
  .reservation_btn2 .btn,
  .reservation_btn2 a.btn,
  .reservation_btn2 button.btn {
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
    .reservation_btn2 .btn span,
    .reservation_btn2 a.btn span,
    .reservation_btn2 button.btn span {
      color: #fff;
      z-index: 0;
      font-family: ryo-display-plusn, serif;
      font-size: 40px;
      line-height: 41px;
      font-weight: 700;
      letter-spacing: 0.075em;
      letter-spacing: 0.04em; }
      @media (max-width: 480px) {
        .reservation_btn2 .btn span,
        .reservation_btn2 a.btn span,
        .reservation_btn2 button.btn span {
          font-size: 22px;
          line-height: 25px; } }
      .reservation_btn2 .btn span .right_arrow,
      .reservation_btn2 a.btn span .right_arrow,
      .reservation_btn2 button.btn span .right_arrow {
        width: 11px;
        height: 20px;
        margin-left: 40px; }
        @media (max-width: 750px) {
          .reservation_btn2 .btn span .right_arrow,
          .reservation_btn2 a.btn span .right_arrow,
          .reservation_btn2 button.btn span .right_arrow {
            margin-left: 30px; } }
        @media (max-width: 480px) {
          .reservation_btn2 .btn span .right_arrow,
          .reservation_btn2 a.btn span .right_arrow,
          .reservation_btn2 button.btn span .right_arrow {
            margin-left: 10px;
            width: 11px;
            height: 18px; } }
  .reservation_btn2 a.btn-border-shadow--radius {
    border-radius: 100vh; }
  .reservation_btn2 a.btn-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
    background: #86c6fc; }
  .reservation_btn2 a.btn-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;
    color: #fff;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #004da0;
    border-radius: 0.5rem; }
  .reservation_btn2 a.btn-border-shadow--radius:before {
    border-radius: 100vh; }
  .reservation_btn2 a.btn-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
    opacity: 1; }
  .reservation_btn2 a.btn-border-shadow:hover:before {
    top: 0;
    left: 0; }
    
    
/*振袖コレクション青 */
.furisode_collection2 {
  background: url(../img/furisode_collection_bg2.png) no-repeat center;
  background-size: cover;
  margin-top: 80px;
  width: 100%;
  height: 1006px;
  content: "";
  /* プログレスバーの位置を下に移動 */
  /* プログレスバーの背景色変更 */
  /* プログレスバーの色変更 */ }
  @media (max-width: 750px) {
    .furisode_collection2 {
      width: 100vw;
      height: calc(1.7186666 * 100vw); } }
  @media (max-width: 480px) {
    .furisode_collection2 {
      margin-top: 40px;
      width: 100vw;
      height: calc(1.418 * 100vw); } }
  .furisode_collection2 .swiper_collection {
    height: 1040px;
    padding-top: 255px; }
    @media (max-width: 750px) {
      .furisode_collection2 .swiper_collection {
        padding-top: calc(0.279 * 100vw + 20.892px); } }
    @media (max-width: 480px) {
      .furisode_collection2 .swiper_collection {
        height: calc(2 * 100vw);
        height: calc(1.7 * 100vw);
        padding-top: calc(0.375 * 100vw + 0px); } }
    .furisode_collection2 .swiper_collection .swiper-button-prev, .furisode_collection2 .swiper_collection .swiper-rtl .swiper-button-next {
      left: 5.333%;
      width: 56px;
      height: 56px;
      margin-top: 392px;
      margin-top: 370px; }
      @media (max-width: 750px) {
        .furisode_collection2 .swiper_collection .swiper-button-prev, .furisode_collection2 .swiper_collection .swiper-rtl .swiper-button-next {
          margin-top: calc(1.654 * 100vw - 720.706px); } }
      @media (max-width: 480px) {
        .furisode_collection2 .swiper_collection .swiper-button-prev, .furisode_collection2 .swiper_collection .swiper-rtl .swiper-button-next {
          width: 28px;
          height: 28px;
          margin-top: calc(0.375 * 100vw + 20px); } }
    .furisode_collection2 .swiper_collection .swiper-button-next, .furisode_collection2 .swiper_collection .swiper-rtl .swiper-button-prev {
      right: 5.333%;
      width: 56px;
      height: 56px;
      margin-top: 392px;
      margin-top: 370px; }
      @media (max-width: 750px) {
        .furisode_collection2 .swiper_collection .swiper-button-next, .furisode_collection2 .swiper_collection .swiper-rtl .swiper-button-prev {
          margin-top: calc(1.654 * 100vw - 720.706px); } }
      @media (max-width: 480px) {
        .furisode_collection2 .swiper_collection .swiper-button-next, .furisode_collection2 .swiper_collection .swiper-rtl .swiper-button-prev {
          width: 28px;
          height: 28px;
          margin-top: calc(0.375 * 100vw + 20px); } }
    .furisode_collection2 .swiper_collection .swiper-button-prev:after {
      background: url(../img/swiper_pickup_left_arrow.svg) no-repeat;
      background-size: cover;
      width: 56px;
      height: 56px;
      content: ""; }
      @media (max-width: 480px) {
        .furisode_collection2 .swiper_collection .swiper-button-prev:after {
          width: 28px;
          height: 28px; } }
    .furisode_collection2 .swiper_collection .swiper-button-next:after {
      background: url(../img/swiper_pickup_right_arrow.svg) no-repeat;
      background-size: cover;
      width: 56px;
      height: 56px;
      content: ""; }
      @media (max-width: 480px) {
        .furisode_collection2 .swiper_collection .swiper-button-next:after {
          width: 28px;
          height: 28px; } }
    .furisode_collection2 .swiper_collection .swiper-pagination-bullet {
      background: #004da0;
      width: 18px;
      height: 18px;
      margin: 0 14px !important; }
      @media (max-width: 480px) {
        .furisode_collection2 .swiper_collection .swiper-pagination-bullet {
          display: none; } }
    .furisode_collection2 .swiper_collection .swiper-pagination-bullet-active {
      background: url(../img/slick-active.svg) no-repeat;
      background-size: cover;
      width: 28px;
      height: 28px;
      content: ""; }
    .furisode_collection2 .swiper_collection .swiper-horizontal > .swiper-pagination-bullets, .furisode_collection2 .swiper_collection .swiper-pagination-bullets.swiper-pagination-horizontal, .furisode_collection2 .swiper_collection .swiper-pagination-custom, .furisode_collection2 .swiper_collection .swiper-pagination-fraction {
      bottom: 105px;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 750px) {
        .furisode_collection2 .swiper_collection .swiper-horizontal > .swiper-pagination-bullets, .furisode_collection2 .swiper_collection .swiper-pagination-bullets.swiper-pagination-horizontal, .furisode_collection2 .swiper_collection .swiper-pagination-custom, .furisode_collection2 .swiper_collection .swiper-pagination-fraction {
          display: none; } }
  /* .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
  .furisode_collection .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 120px;
    width: 70%;
    left: 15%; }
    @media (max-width: 750px) {
      .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: calc(-1.636 * 100vw + 1346.766px);
        width: 60%;
        left: 20%; } }
    @media (max-width: 480px) {
      .furisode_collection .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: calc(0.75 * 100vw - 35px);
        width: 65%;
        left: 16%; } } */

  .furisode_collection2 .swiper-horizontal > .swiper-pagination-progressbar,
  .furisode_collection2 .swiper-pagination-progressbar {
    top: auto;
    bottom: 120px;
    width: 70%;
    left: 15%; }
    @media (max-width: 750px) {
      .furisode_collection2 .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection2 .swiper-pagination-progressbar{
        bottom: calc(-1.636 * 100vw + 1040.766px);
        width: 60%;
        left: 20%; } }
    @media (max-width: 480px) {
      .furisode_collection2 .swiper-horizontal > .swiper-pagination-progressbar,
      .furisode_collection2 .swiper-pagination-progressbar {
        bottom: calc(0.48 * 100vw - 35px);
        width: 65%;
        left: 16%; } }
  .furisode_collection2 .swiper-pagination-progressbar {
    background-color: #dcdcdc; }
  .furisode_collection2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000; }

    
    

  .furisode_collection2 .swiper-slide:before{
     display: none;
  }

    

/*店鋪情報青 */
.about_shop2 {
  background: #004da0;
  margin-top: 84px;
  padding-bottom: 80px; }
  @media (max-width: 480px) {
    .about_shop2 {
      margin-top: 42px;
      padding-bottom: 40px; } }
  .about_shop2 .white_logo {
    color: #fff;
    padding: 56px 0 40px; }
    @media (max-width: 480px) {
      .about_shop .white_logo {
        padding: 28px 0 20px; } }
  .about_shop2 .bg_white {
    background: #fff;
    padding: 48px 25px 40px 25px; }
    @media (max-width: 480px) {
      .about_shop .bg_white {
        padding: 24px 12.5px 20px 12.5px; } }
    .about_shop2 .bg_white .kyoya_logo {
      width: 290px;
      height: 105px;
      margin: 0 auto;
      margin-top: 30px; }
      @media (max-width: 480px) {
        .about_shop2 .bg_white .kyoya_logo {
          width: 60vw;
          height: calc(0.362 * 60vw); } }
    .about_shop2 .bg_white .address {
      margin-top: 24px; }
      @media (max-width: 480px) {
        .about_shop2 .bg_white .address {
          margin-top: 16px; } }
      .about_shop2 .bg_white .address p {
        font-size: 28px;
        line-height: 38px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: 700;
        letter-spacing: 0.075em; }
        @media (max-width: 480px) {
          .about_shop2 .bg_white .address p {
            font-size: 20px; } }
        @media screen and (min-width: 360px) {
          .about_shop2 .bg_white .address p {
            font-size: 16px; } }
    .about_shop2 .bg_white .tel_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about_shop2 .bg_white .tel_flex .tel_logo {
        width: 38px;
        height: 22px; }
      .about_shop2 .bg_white .tel_flex p {
        font-size: 28px;
        line-height: 38px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-weight: 700;
        letter-spacing: 0.075em;
        margin-left: 4px; }
        @media (max-width: 480px) {
          .about_shop2 .bg_white .tel_flex p {
            font-size: 20px; } }
        @media screen and (min-width: 360px) {
          .about_shop2 .bg_white .tel_flex p {
            font-size: 16px; } }
    .about_shop2 .bg_white .googlemap {
      height: 0;
      overflow: hidden;
      padding-bottom: 57.877%;
      position: relative;
      margin-top: 24px; }
      .about_shop2 .bg_white .googlemap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
        
        
        
        
/*-- footerコピーライト青 --*/

  footer .copyright2 {
    font-family: century-gothic, sans-serif;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.075em;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    background: #004da0; }
    @media (max-width: 480px) {
      footer .copyright {
        font-size: 100%;
        padding: 15px 0; } }
        

/*-- FAQアコーディオン --*/       
.faq{
    width: 100%;
    margin: 0 auto;
    padding:20px 20px 50px 20px;
}

.faq dl,
.faq dt,
.faq dd {
margin: 0;
padding: 0;
}

.faq dl+dl {
margin-top: 1rem;
}

.faq dt,
.faq dd {
padding: 10px;
}

.faq dl {
position: relative;
overflow: hidden;
}

.faq dl>input {
display: none;
}

.faq dt {
position: relative;
z-index: 1;
padding-right: 40px;
padding-left: 2.5em;
cursor: pointer;
background: #e6f3ff;
transition: .4;
}

.faq dd {
position: absolute;
visibility: hidden;
transform: translateY(-100%);
transition: .4s;
background: #f0f8ff;
border-top: none;
padding-left: 2.5em;

}

.faq dl>input:checked+label+dd {
position: relative;
visibility: visible;
transform: translateY(0);
}

.faq dt::before {
content: '';
position: absolute;
width: 20px;
height: 3px;
top: 50%;
right: 10px;
background: #333;
transform: translateY(-50%);
}

.faq dt::after {
content: '';
position: absolute;
top: 50%;
right: 10px;
width: 20px;
height: 3px;
background: #333;
transition: .4s;
transform: translateY(-50%) rotate(90deg);
}

.faq dl>input:checked+label>dt::after {
transform: translateY(-50%) rotate(180deg);
}

.faq dt span,
.faq dd span {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: #459be6;
color: #fff;
top: 50%;
left: .5em;
width: 1.5em;
height: 1.5em;
transform: translateY(-50%);
}


.faq dd span {
top: 10px;
transform: translateY(0);
background-color: #e60000;
}


/*-- 会社概要TELボタン --*/ 
.telbtn img{
width:50%;
}
@media (max-width: 768px) {
.telbtn img{
width:70%;
}
}




/*-- 震える予約ボタン --*/ 

.reservation_btn2{
width:80%;
margin:0 auto;
padding:20px 0;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.4s ease-in-out;
}

/*-- 動画調整 --*/ 
.video-container {
  position: relative;
  width: 80%;
  margin: 50px auto;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain; /* これで見切れず黒帯表示 */
}