@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */

/*.btn-detail {background:#ccc !important;}*/


html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  color: #231815;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* 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: none;
  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 */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

ul {
  list-style: none;
}

:root {
  --vw: 1vw;
}

@keyframes hamburgerOn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes hamburgerOff {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
.anm {
  transition-delay: 0.5s;
}

.anm_top {
  transition: 1s;
  transform: translateY(0%);
}
.anm_top.off {
  transform: translateY(-25%);
}

.anm_right {
  transition: 1s;
  transform: translateX(0%);
}
.anm_right.off {
  transform: translateX(25%);
}

.anm_bottom {
  transition: 1s;
  transform: translateY(0%);
}
.anm_bottom.off {
  transform: translateY(25%);
}

.anm_left {
  transition: 1s;
  transform: translateX(0%);
}
.anm_left.off {
  transform: translateX(-25%);
}

.pb11sp {
  padding-bottom: calc(2.8205128205 * var(--vw));
}

.lineup-detail .lineup__btn--back a {
  color: #fff !important;
}

@media screen and (min-width: 751px) {
  .adj-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .adj-sp {
    height: 2px;
  }
}

.sans {font-family: "Noto Sans JP", sans-serif !important;}

#FAIRY .fairy-contents{
  padding-bottom: 120px;
  position: relative;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .fairy-contents::after{
    padding-bottom: calc(8.333333333 * var(--vw));
  }
}

#FAIRY .fairy-contents::after{
  content: "";
  background: url("../img/footer_bg.svg") no-repeat 0 0/100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 392px;
  z-index: 1;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .fairy-contents::after{
    width: calc(94.93055555 * var(--vw));
    height: calc(27.22222222 * var(--vw));
    bottom: calc(3.472222222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .fairy-contents::after{
    width: 100%;
    height: calc(27.22222222 * var(--vw));
    bottom: 0;
  }
}

#FAIRY .sec-in, #FAIRY .breadCrumb {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-in, #FAIRY .breadCrumb {
    padding-right: calc(2.0833333333 * var(--vw));
    padding-left: calc(2.0833333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-in, #FAIRY .breadCrumb {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.82);
  }
  .swiper-slide:not(.swiper-slide-active) .cap {
    opacity: 0;
  }
  .swiper-slide:not(.swiper-slide-active).swiper-slide-next {
    transform-origin: left center;
  }
  .swiper-slide:not(.swiper-slide-active).swiper-slide-prev {
    transform-origin: right center;
  }
}

#FAIRY {
  position: relative;
  transition: 1s;
}
#FAIRY.is-loading {
  opacity: 0;
}
#FAIRY .ttl {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
}
#FAIRY #wrapper {
  width: 100%;
  padding-bottom: 0;
    background: #f0ece4;
}
#FAIRY *,
#FAIRY *::before, #FAIRY::after {
  box-sizing: border-box;
}
#FAIRY * {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #FAIRY img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY img {
    image-rendering: auto;
  }
}
#FAIRY a {
  color: inherit;
}
#FAIRY .sec {
  position: relative;
}
#FAIRY .sec-in {
  position: relative;
}
#FAIRY .sec-kv {
  background: url(../img/bg_kv_01.webp) no-repeat center 0/105%;
}

@media screen and (max-width: 750px) {
  #FAIRY .sec-kv {
    background-image: url(../img/bg_kv_01_sp.webp);
  }
}
#FAIRY .sec-kv .kv {
      padding: 90px 60px 80px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-kv .kv {
    padding: calc(3.4722222222 * var(--vw)) calc(4.1666666667 * var(--vw)) calc(5.555555555 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv {
    padding: calc(3.8461538462 * var(--vw)) calc(5.1282051282 * var(--vw));
  }
}
#FAIRY .sec-kv .kv-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

#FAIRY .sec-kv .kv-main {
  order: 1;
  z-index: 10;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv-main {
    position: static;
    width: 100%;
    padding: calc(7.6923076923 * var(--vw)) 0 calc(6.4102564103 * var(--vw));
  }
}
#FAIRY .sec-kv .kv-main .main-ttl {
  width: 353px;
  position: relative;
  left: -50%;
  transform: translateX(-50%);
  padding: 40% 0 0 ;
}
#FAIRY .sec-kv .kv-main .main-ttl img {width: 100%;}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-kv .kv-main .main-ttl {
    width: calc(17.56944444 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv-main .main-ttl {
    position: static;
    left: 0;
    width: calc(33.73333333 * var(--vw));
    transform: translateX(0);
    margin: 0 auto;
    padding: 0;
  }
}

#FAIRY .sec-kv .kv-slide {
  position: relative;
  order: 0;
  width: 54.3939393939%;
}

#FAIRY .sec-kv .kv-slide .swiper-kv {
  border: 1px solid #a48b78;
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  }

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-kv .kv-slide {

  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv-slide {
    width: 100%;
  }
}

#FAIRY .sec-kv .kv-slide-frame {
  position: absolute;
  top: 45%;
  left: -28%;
  z-index: 2;
  pointer-events: none;
  width:25%;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv-slide-frame {
    top: 43%;
    left: 4%;
  }
}


#FAIRY .sec-kv .kv-contents {
  position: absolute;
  background: #f0ece4;
  border: 1px solid #a48b78;
  z-index: 10;
  width: 150%;
  max-width: 380px;
  transform: translateX(84%);
  aspect-ratio: 2.2 / 3;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-left-radius: 50% 35%;
  border-bottom-right-radius: 50% 35%;
  padding-top: 20px;
  margin-top: 32%;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-kv .kv-contents {
    margin-top: 74%;
    padding-top: calc(1.736111111 * var(--vw));
  }
}

@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv-contents {
    position: static;
    transform: translateX(0);
    width: 100%;
    max-width: none;
    margin-top: calc(7.6923076923 * var(--vw));
    padding: calc(4.1025641026 * var(--vw)) 0 calc(14.8461538462 * var(--vw));
  }
}

@media screen and (max-width: 750px) {
}
#FAIRY .sec-kv .kv .read-box {
  padding-left: 6.3158%;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv .read-box {
    width: calc(85.1282051282 * var(--vw));
    margin: 0 auto;
    padding: 0;
  }
}

#FAIRY .sec-kv .kv .read-box-ttl {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.04em;
}

#FAIRY .sec-kv .kv .read-box-ttl span{letter-spacing: -0.5em!important;}

#FAIRY .sec-kv .kv .read-box-ttl::before,
#FAIRY .sec-kv .kv .read-box-ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-kv .kv .read-box-ttl::before {
  margin-top: calc((1 - 1.733) * 0.5em);
}
#FAIRY .sec-kv .kv .read-box-ttl::after {
  margin-bottom: calc((1 - 1.733) * 0.5em);
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-kv .kv .read-box-ttl {
    font-size: calc(1.666666667 * var(--vw));
  }
}

@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv .read-box-ttl {
    font-size: calc(4.8717948718 * var(--vw));
    line-height: 1.77;
  }
  #FAIRY .sec-kv .kv .read-box-ttl::before, #FAIRY .sec-kv .kv .read-box-ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-kv .kv .read-box-ttl::before {
    margin-top: calc((1 - 1.77) * 0.5em);
  }
  #FAIRY .sec-kv .kv .read-box-ttl::after {
    margin-bottom: calc((1 - 1.77) * 0.5em);
  }
}
#FAIRY .sec-kv .kv .read-box-txt {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 5%;
  text-align: left;
  letter-spacing: -0.03em;
}

#FAIRY .sec-kv .kv .read-box-txt span{letter-spacing: -0.08em;}
#FAIRY .sec-kv .kv .read-box-txt::before, #FAIRY .sec-kv .kv .read-box-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-kv .kv .read-box-txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#FAIRY .sec-kv .kv .read-box-txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-kv .kv .read-box-txt {
    font-size: calc(0.9722222222 * var(--vw));
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv .read-box-txt {
    font-size: calc(3.5179487179 * var(--vw));
    line-height: 1.73;
    margin-top: calc(6.1538461538 * var(--vw));
  }
  #FAIRY .sec-kv .kv .read-box-txt::before, #FAIRY .sec-kv .kv .read-box-txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-kv .kv .read-box-txt::before {
    margin-top: calc((1 - 1.73) * 0.5em);
  }
  #FAIRY .sec-kv .kv .read-box-txt::after {
    margin-bottom: calc((1 - 1.73) * 0.5em);
  }
}
#FAIRY .sec-kv .kv .read-box-txt + .read-box-txt {
  margin-top: 0.6em;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-kv .kv .read-box-txt + .read-box-txt {
    margin-top: calc(4.1025641026 * var(--vw));
  }
}
#FAIRY .kv-contents .page-anchor {
  margin-top: 6.600660066%;
}
@media screen and (max-width: 750px) {
  #FAIRY .kv-contents .page-anchor {
    margin-top: calc(7.6923076923 * var(--vw));
  }
}
#FAIRY .kv-contents .page-anchor .anchor-ttl {
  width: 69.9669966997%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #FAIRY .kv-contents .page-anchor .anchor-ttl {
    width: calc(66.6666666667 * var(--vw));
  }
}
#FAIRY .kv-contents .page-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
}
#FAIRY .kv-contents .page-anchor .anchor-list__item {
  width: 100%;
  text-align: center;
}
#FAIRY .kv-contents .page-anchor .anchor-list__item img{width: 100%;}
#FAIRY .kv-contents .page-anchor .anchor-list__item + .anchor-list__item{margin-top: 0.4em;}
#FAIRY .kv-contents .page-anchor .anchor-list__item a{border: none;}



@media (hover: none) {
  #FAIRY .kv-contents .page-anchor .anchor-list__item > a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #FAIRY .kv-contents .page-anchor .anchor-list__item > a:active {
    opacity: 0.6;
  }

}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .kv-contents .page-anchor .anchor-list__item > a:hover {
    opacity: 0.6;
  }
}
#FAIRY .kv-contents .page-anchor.is-content-bottom {
  margin-top: 120px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .kv-contents .page-anchor.is-content-bottom {
    margin-top: calc(8.3333333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .kv-contents .page-anchor.is-content-bottom {
    margin-top: calc(15.3846153846 * var(--vw));
  }
}
#FAIRY .kv-contents .page-anchor.is-content-bottom .anchor-list {
  margin-top: unset;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #FAIRY .kv-contents .page-anchor.is-content-bottom .anchor-list {
    gap: calc(1.0256410256 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .kv-contents .page-anchor.is-content-bottom .anchor-list__item {
    width: calc(27.1794871795 * var(--vw));
    border-width: calc(0.7692307692 * var(--vw));
  }
}



#FAIRY .sec-fairy {
  padding: 0 0;
  background: #d8c4af;
  position: relative;
  top: -30px;
}

#FAIRY .sec-fairy:last-child{padding-bottom: 0;}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy {
    top: calc(-2.106741573 * var(--vw));
    padding: 0 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy {
    padding: 0 0;
  }
}
#FAIRY .sec-fairy .sec-header .sec-ttl {
  position: relative;
  width: 568px;
  margin-inline: auto;
  text-align: center;
}
#FAIRY .sec-fairy .sec-header .sec-in .sec-ttl:before {
  content: '';
  position: absolute;
  right: -35.9155%;
  top: 16.4062%;
  display: block;
  width: 174px;
  height: 140px;
  background-image: url(../img/ttle_slide_flower.svg);
  background-size: cover;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .sec-header .sec-in .sec-ttl {
    width: calc(39.4444 * var(--vw));
  }
  #FAIRY .sec-fairy .sec-header .sec-in .sec-ttl:before {
    width: calc(12.08333 * var(--vw));
    height: calc(9.72222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .sec-header .sec-in .sec-ttl:before {
    right: 0;
    top: calc(-24 * var(--vw));
    width: calc(34.6667 * var(--vw));
    height: calc(28 * var(--vw));
  }
}

#FAIRY .sec-fairy{
  padding: 30px 0 0;
  background: #d8c4af;
  position: relative;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy {
    padding: calc(2.106741573 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy {
    padding: calc(15.3846153846 * var(--vw)) 0 0;
  }
}



@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .sec-header .sec-ttl {
    width: calc(58.125 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .sec-header .sec-ttl {
    width: calc(85.8974358974 * var(--vw));
  }
}
#FAIRY .sec-fairy .sec-header .txt {
  font-size: 30px;
  line-height: 1.733;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 35px;
}
#FAIRY .sec-fairy .sec-header .txt::before, #FAIRY .sec-fairy .sec-header .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .sec-header .txt::before {
  margin-top: calc((1 - 1.733) * 0.5em);
}
#FAIRY .sec-fairy .sec-header .txt::after {
  margin-bottom: calc((1 - 1.733) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .sec-header .txt {
    font-size: calc(2.0833333333 * var(--vw));
    margin-top: calc(2.4305555556 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .sec-header .txt {
    font-size: calc(4.8717948718 * var(--vw));
    line-height: 1.64;
    margin-top: calc(5.1282051282 * var(--vw));
  }
  #FAIRY .sec-fairy .sec-header .txt::before, #FAIRY .sec-fairy .sec-header .txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-fairy .sec-header .txt::before {
    margin-top: calc((1 - 1.64) * 0.5em);
  }
  #FAIRY .sec-fairy .sec-header .txt::after {
    margin-bottom: calc((1 - 1.64) * 0.5em);
  }
}
#FAIRY .sec-fairy .sec-header-lineup {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .sec-header-lineup {
    margin-top: calc(3.4722222222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .sec-header-lineup {
    margin-top: calc(5.1282051282 * var(--vw));
  }
}
#FAIRY .sec-fairy .swiper-lineup-outer {
  position: relative;
}
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide {
  width: 16.6666666667%;
  padding: 0 12px;
}

#FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide img{
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide {
    padding: 0 calc(0.8333333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide {
    width: 100%;
    padding: 0;
  }
}

#FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide a {
  position: relative;
  display: block;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide a:hover {
    opacity: 0.6;
  }
}

#FAIRY .sec-fairy .swiper-lineup-outer .swiper-lineup .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 1px solid #a48b78;
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
}
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-controller {
  position: relative;
  width: 330px;
  height: 57px;
  margin: 25px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-controller {
    width: calc(22.9166666667 * var(--vw));
    height: calc(3.9583333333 * var(--vw));
    margin-top: calc(1.7361111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-controller {
    width: calc(49.2307692308 * var(--vw));
    height: calc(7.3076923077 * var(--vw));
    margin-top: calc(6.4102564103* var(--vw));
  }
}
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-controller::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/orn_slider_01.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 175 / 9;
  min-width: 0;
  width: 175px;
  margin: auto;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-controller::before {
    width: calc(12.1527777778 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-controller::before {
    width: calc(30 * var(--vw));
  }
}
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-prev-lineup,
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-next-lineup {
  position: absolute;
  background: url(../img/btn_arrow_01.svg) no-repeat 0 0/100% auto;
  border-radius: 50%;
  aspect-ratio: 1;
  min-width: 0;
  width: 57px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-prev-lineup:hover,
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-next-lineup:hover {
      opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-prev-lineup,
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-next-lineup {
    width: calc(3.9583333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-prev-lineup,
  #FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-next-lineup {
    width: calc(7.3076923077 * var(--vw));
  }
}
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-prev-lineup {
  left: 0;
}
#FAIRY .sec-fairy .swiper-lineup-outer .swiper-button-next-lineup {
  right: 0;
  transform: rotate(180deg);
}
#FAIRY .sec-fairy .furisode-box {
  padding-top: 240px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-box {
    padding-top: calc(16.66666667 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-box {
    padding: calc(16.32653061 * var(--vw)) 0 calc(8.482993197 * var(--vw));
  }
}
#FAIRY .sec-fairy .furisode-box-in {
  width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-box-in {
    width: calc(65 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-box-in {
    width: 100%;
  }
}

#FAIRY .sec-fairy .furisode-area,
#FAIRY .sec-fairy .back-to-top{
  position: relative;
  z-index: 2;
}

#FAIRY .sec-fairy .furisode-area::before,
#FAIRY .sec-fairy .furisode-area::after,
#FAIRY .sec-fairy .back-to-top::after,
#FAIRY .sec-fairy .furisode-area::after,
#FAIRY .sec-fairy .back-to-top::before{
  position: absolute;
}

#FAIRY .sec-fairy .furisode-box-in .anchor-list{
  display: flex;
  justify-content: space-between!important;
  margin-top: 130px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #FAIRY .page-anchor.is-content-bottom .anchor-list {
    display: block;
  }
}

#FAIRY .sec-fairy .furisode-box-in .anchor-list .anchor-list__item{
  width: 32%;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-box-in .anchor-list .anchor-list__item {
    margin: 0 auto;
    width: calc(70.133333 * var(--vw));
  }
  #FAIRY .sec-fairy .furisode-box-in .anchor-list .anchor-list__item + .anchor-list__item {margin-top: 0.75em;}
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .furisode-box-in .anchor-list .anchor-list__item a:hover {
        opacity: 0.6;
  }
}


#FAIRY .sec-fairy .furisode-box-in .anchor-list .anchor-list__item img{width: 100%;}

/*SWEET01*/
#FAIRY #SWEET01 .furisode-area::before,
#FAIRY #CUTE01 .furisode-area::before,
#FAIRY #ROLEMODEL01 .furisode-area::before{
  content: "";
  background: url("../img/img_leaf_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 164px;
  height: 126px;
  top: -100px;
  right: -60px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET01 .furisode-area::before,
  #FAIRY #CUTE01 .furisode-area::before,
  #FAIRY #ROLEMODEL01 .furisode-area::before{
    width: calc(11.38888889 * var(--vw));
    height: calc(8.75 * var(--vw));
    top: calc(-6.944444444 * var(--vw));
    right: calc(-4.166666667 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET01 .furisode-area::before,
  #FAIRY #CUTE01 .furisode-area::before,
  #FAIRY #ROLEMODEL01 .furisode-area::before{
    width: calc(21.86666667 * var(--vw));
    height: calc(16.8 * var(--vw));
    top: calc(-13.33333333 * var(--vw));
    right: calc(3 * var(--vw));
  }
}

#FAIRY #SWEET01 .furisode-area::after,
#FAIRY #SWEET03 .furisode-area::after,
#FAIRY #CUTE01 .furisode-area::after,
#FAIRY #CUTE03 .furisode-area::after,
#FAIRY #ROLEMODEL01 .furisode-area::after,
#FAIRY #ROLEMODEL03 .furisode-area::after{
  content: "";
  background: url("../img/img_leaf_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 98px;
  bottom: -60px;
  left: -100px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET01 .furisode-area::after,
  #FAIRY #SWEET03 .furisode-area::after,
  #FAIRY #CUTE01 .furisode-area::after,
  #FAIRY #CUTE03 .furisode-area::after,
  #FAIRY #ROLEMODEL01 .furisode-area::after,
  #FAIRY #ROLEMODEL03 .furisode-area::after{
    width: calc(5.972222222 * var(--vw));
    height: calc(6.805555555 * var(--vw));
    bottom: calc(-4.166666667 * var(--vw));
    left: calc(-6.944444444 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET01 .furisode-area::after,
  #FAIRY #SWEET03 .furisode-area::after,
  #FAIRY #CUTE01 .furisode-area::after,
  #FAIRY #CUTE03 .furisode-area::after,
  #FAIRY #ROLEMODEL01 .furisode-area::after,
  #FAIRY #ROLEMODEL03 .furisode-area::after{
    width: calc(11.46666667 * var(--vw));
    height: calc(13.06666667 * var(--vw));
    bottom: calc(15 * var(--vw));
    left: calc(1.33333333 * var(--vw));
  }
}



#FAIRY #SWEET01 .back-to-top::after,
#FAIRY #CUTE01 .back-to-top::after,
#FAIRY #ROLEMODEL01 .back-to-top::after{
  content: "";
  background: url("../img/img_leaf_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 202px;
  top: -98px;
  right: 0;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET01 .back-to-top::after,
  #FAIRY #CUTE01 .back-to-top::after,
  #FAIRY #ROLEMODEL01 .back-to-top::after{
    width: calc(9.7222 * var(--vw));
    height: calc(14.02777778 * var(--vw));
    top: calc(-6.80556 * var(--vw));
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET01 .back-to-top::after,
  #FAIRY #CUTE01 .back-to-top::after,
  #FAIRY #ROLEMODEL01 .back-to-top::after{
    width: calc(24.8 * var(--vw));
    height: calc(26.93333333 * var(--vw));
    top: calc(-12.33333333 * var(--vw));
    right: 0;
  }
}


/*SWEET02*/
#FAIRY #SWEET02 .furisode-area::before,
#FAIRY #CUTE02 .furisode-area::before,
#FAIRY #ROLEMODEL02 .furisode-area::before{
  content: "";
  background: url("../img/img_leaf_04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 184px;
  height: 180px;
  top: -120px;
  right: 300px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET02 .furisode-area::before,
  #FAIRY #CUTE02 .furisode-area::before,
  #FAIRY #ROLEMODEL02 .furisode-area::before{
    width: calc(12.77777778 * var(--vw));
    height: calc(12.5 * var(--vw));
    top: calc(-8.333333333 * var(--vw));
    right: calc(20.83333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET02 .furisode-area::before,
  #FAIRY #CUTE02 .furisode-area::before,
  #FAIRY #ROLEMODEL02 .furisode-area::before{
    width: calc(24.53333333 * var(--vw));
    height: calc(24 * var(--vw));
    top: calc(-16 * var(--vw));
    right: calc(65 * var(--vw));
  }
}


#FAIRY #SWEET02 .back-to-top::after,
#FAIRY #CUTE02 .back-to-top::after,
#FAIRY #ROLEMODEL02 .back-to-top::after{
  content: "";
  background: url("../img/img_leaf_05.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 286px;
  top: -80px;
  left: 10px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET02 .back-to-top::after,
  #FAIRY #CUTE02 .back-to-top::after,
  #FAIRY #ROLEMODEL02 .back-to-top::after{
    width: calc(9.0278 * var(--vw));
    height: calc(19.86111111 * var(--vw));
    top: calc(-5.5556 * var(--vw));
    left: calc(0.69444 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET02 .back-to-top::after,
  #FAIRY #CUTE02 .back-to-top::after,
  #FAIRY #ROLEMODEL02 .back-to-top::after{
    width: calc(22.66666667 * var(--vw));
    height: calc(38.13333333 * var(--vw));
    top: calc(-6 * var(--vw));
    left: calc(0.866666667 * var(--vw));
  }
}


/*SWEET03*/
#FAIRY #SWEET03 .furisode-area::before,
#FAIRY #CUTE03 .furisode-area::before,
#FAIRY #ROLEMODEL03 .furisode-area::before{
  content: "";
  background: url("../img/img_leaf_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 126px;
  top: -170px;
  right: 32px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET03 .furisode-area::before,
  #FAIRY #CUTE03 .furisode-area::before,
  #FAIRY #ROLEMODEL03 .furisode-area::before{
    width: calc(11.1111 * var(--vw));
    height: calc(8.75 * var(--vw));
    top: calc(-11.8056 * var(--vw));
    right: calc(2.2222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET03 .furisode-area::before,
  #FAIRY #CUTE03 .furisode-area::before,
  #FAIRY #ROLEMODEL03 .furisode-area::before{
    width: calc(21.86666667 * var(--vw));
    height: calc(16.8 * var(--vw));
    top: calc(-13.33333333 * var(--vw));
    right: calc(7.2 * var(--vw));
  }
}


#FAIRY #SWEET03 .back-to-top::after,
#FAIRY #CUTE03 .back-to-top::after,
#FAIRY #ROLEMODEL03 .back-to-top::after{
  content: "";
  background: url("../img/img_leaf_06.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 236px;
  top: -168px;
  right: -30px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET03 .back-to-top::after,
  #FAIRY #CUTE03 .back-to-top::after,
  #FAIRY #ROLEMODEL03 .back-to-top::after{
    width: calc(9.5833 * var(--vw));
    height: calc(16.38888889 * var(--vw));
    top: calc(-11.6667 * var(--vw));
    right: calc(2.0833 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET03 .back-to-top::after,
  #FAIRY #CUTE03 .back-to-top::after,
  #FAIRY #ROLEMODEL03 .back-to-top::after{
    width: calc(21.06666667 * var(--vw));
    height: calc(31.46666667 * var(--vw));
    top: calc(-9.33333333 * var(--vw));
    right: calc(1.333333333 * var(--vw));
  }
}


/*SWEET04*/
#FAIRY #SWEET04 .furisode-area::before,
#FAIRY #CUTE04 .furisode-area::before,
#FAIRY #ROLEMODEL04 .furisode-area::before{
  content: "";
  background: url("../img/img_leaf_07.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 108px;
  height: 186px;
  top: -156px;
  left: -19px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET04 .furisode-area::before,
  #FAIRY #CUTE04 .furisode-area::before,
  #FAIRY #ROLEMODEL04 .furisode-area::before{
    width: calc(7.5 * var(--vw));
    height: calc(12.91666667 * var(--vw));
    top: calc(-10.8333 * var(--vw));
    left: calc(-1.31944 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET04 .furisode-area::before,
  #FAIRY #CUTE04 .furisode-area::before,
  #FAIRY #ROLEMODEL04 .furisode-area::before{
    width: calc(21.86666667 * var(--vw));
    height: calc(16.8 * var(--vw));
    top: calc(-11.33333333 * var(--vw));
    left: calc(14 * var(--vw));
  }
}

#FAIRY #SWEET04 .back-to-top::before,
#FAIRY #CUTE04 .back-to-top::before,
#FAIRY #ROLEMODEL04 .back-to-top::before{
  content: "";
  background: url("../img/img_leaf_04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 182px;
  top: -140px;
  left: 24px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET04 .back-to-top::before,
  #FAIRY #CUTE04 .back-to-top::before,
  #FAIRY #ROLEMODEL04 .back-to-top::before{
    width: calc(10.4167 * var(--vw));
    height: calc(12.63888889 * var(--vw));
    top: calc(-9.7222 * var(--vw));
    left: calc(1.666666667 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET04 .back-to-top::before,
  #FAIRY #CUTE04 .back-to-top::before,
  #FAIRY #ROLEMODEL04 .back-to-top::before {
    width: calc(20.53333333 * var(--vw));
    height: calc(24 * var(--vw));
    top: calc(-11 * var(--vw));
    left: calc(1.666666667 * var(--vw));
  }
}


#FAIRY #SWEET04 .back-to-top::after,
#FAIRY #CUTE04 .back-to-top::after,
#FAIRY #ROLEMODEL04 .back-to-top::after{
  content: "";
  background: url("../img/img_leaf_08.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 154px;
  height: 242px;
  bottom: -80px;
  right: 0;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET04 .back-to-top::after,
  #FAIRY #CUTE04 .back-to-top::after,
  #FAIRY #ROLEMODEL04 .back-to-top::after{
    width: calc(10.6944 * var(--vw));
    height: calc(16.80555556 * var(--vw));
    bottom: calc(-5.555555555 * var(--vw));
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY #SWEET04 .back-to-top::after,
  #FAIRY #CUTE04 .back-to-top::after,
  #FAIRY #ROLEMODEL04 .back-to-top::after{
    width: calc(24.53333333 * var(--vw));
    height: calc(24 * var(--vw));
    bottom: calc(-14.555555555 * var(--vw));
    right: 0;
  }
}



#FAIRY .sec-fairy .furisode-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-area {
    flex-direction: column;
    padding-bottom: calc(2.457865169 * var(--vw));
  }
}
#FAIRY .sec-fairy .furisode-area.type-02 {
  flex-direction: row-reverse;
}
#FAIRY .sec-fairy .furisode-area.type-02 .swiper-furisode-outer::before {
  background: url(../img/photo_outside.webp) no-repeat 0 0 / 100% auto;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-area.type-02 .swiper-furisode-outer::before {
    background: url(../img/photo_outside.webp) no-repeat 0 0 / 100% auto;
  }
}
#FAIRY .sec-fairy .furisode-area.type-02 .furisode-desc::before {
  display: none;
}
#FAIRY .sec-fairy .swiper-furisode-outer {
  position: relative;
  width: 460px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-furisode-outer {
    width: calc(28.0 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-furisode-outer {
    width: calc(76.923077 * var(--vw));
    margin: 0 auto;
  }
}
#FAIRY .sec-fairy .swiper-furisode-outer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 14px;
  background: url(../img/photo_outside.webp) no-repeat 0 0/100% auto;
  aspect-ratio: 460/694;
  min-width: 0;
  width: 460px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-furisode-outer::before {
    top: calc(1.1 * var(--vw));
    left: calc(1.6 * var(--vw));
    width: calc(28.0 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-furisode-outer::before {
    top: calc(1.8 * var(--vw));
    left: calc(3 * var(--vw));
    background-image: url(../img/photo_outside.webp);
    aspect-ratio: 456/690;
    width: calc(76.923077 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-furisode-outer::after {
    content: "";
    position: absolute;
    right: calc(-7.6923076923 * var(--vw));
    bottom: calc(-5.1282051282 * var(--vw));
    background-image: url(../img/orn_triangle_01.svg);
    aspect-ratio: 1;
    width: calc(6.4102564103 * var(--vw));
  }
}

#FAIRY .sec-fairy .swiper-furisode .swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #d8c4af;
  width: 100%;
  height: 100%;
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#FAIRY #SWEET02.furisode-box .swiper-furisode .swiper-wrapper::before,
#FAIRY #SWEET04.furisode-box .swiper-furisode .swiper-wrapper::before,
#FAIRY #CUTE02.furisode-box .swiper-furisode .swiper-wrapper::before,
#FAIRY #CUTE04.furisode-box .swiper-furisode .swiper-wrapper::before,
#FAIRY #ROLEMODEL02.furisode-box .swiper-furisode .swiper-wrapper::before,
#FAIRY #ROLEMODEL04.furisode-box .swiper-furisode .swiper-wrapper::before {
  background: #f0ece4;
}

#FAIRY .sec-fairy .swiper-furisode .swiper-slide {
  position: relative;
  z-index: 2;
}
#FAIRY .sec-fairy .swiper-furisode .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a48b78;
  width: 100%;
  height: 100%;
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#FAIRY .sec-fairy .swiper-furisode .swiper-slide img {
  width: 100%;
  border-top-left-radius: 50% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#FAIRY .sec-fairy .swiper-button-prev-furisode,
#FAIRY .sec-fairy .swiper-button-next-furisode {
  position: absolute;
  top: 380px;
  border-radius: 50%;
  aspect-ratio: 25/92;
  min-width: 0;
  width: 25px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .swiper-button-prev-furisode:hover,
  #FAIRY .sec-fairy .swiper-button-next-furisode:hover {
        opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-button-prev-furisode,
  #FAIRY .sec-fairy .swiper-button-next-furisode {
    top: calc(22.38888889 * var(--vw));
    width: calc(1.7361111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-button-prev-furisode,
  #FAIRY .sec-fairy .swiper-button-next-furisode {
    top: calc(50.66666667 * var(--vw));
    width: calc(4.358974359 * var(--vw));
  }
}
#FAIRY .sec-fairy .swiper-button-prev-furisode {
  background: url(../img/btn_arrow_02.svg) no-repeat 0 0/100% auto;
  left: -40px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-button-prev-furisode {
    left: calc(-2.6 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-button-prev-furisode {
    left: calc(-8.01 * var(--vw));
  }
}
#FAIRY .sec-fairy .swiper-button-next-furisode {
  background: url(../img/btn_arrow_02_right.svg) no-repeat 0 0/100% auto;
  right: -50px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-button-next-furisode {
    right: calc(-4.2 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-button-next-furisode {
    right: calc(-8 * var(--vw));
  }
}
#FAIRY .sec-fairy .furisode-desc {
  display: flex;
  flex-direction: column;
  width: 428px;
  padding-top: 55px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-desc {
    width: calc(29.72222222 * var(--vw));
    top: calc(3.819444444 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-desc {
    width: 100%;
    margin: 0;
    top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .swiper-furisode-thumbs {
    display: none;
  }
}
#FAIRY .sec-fairy .swiper-furisode-thumbs .swiper-wrapper {
  justify-content: space-between;
}
#FAIRY .sec-fairy .swiper-furisode-thumbs .swiper-slide {
  width: 136px;
  margin: 0 3px;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .swiper-furisode-thumbs .swiper-slide:hover {
        opacity: 0.6;
        cursor: pointer;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .swiper-furisode-thumbs .swiper-slide {
    width: calc(9.444444444 * var(--vw));
    margin: 0 calc(0.208333 * var(--vw));
  }
}

#FAIRY .sec-fairy .swiper-furisode-thumbs .swiper-slide::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a48b78;
  width: 100%;
  height: 100%;
}
#FAIRY .sec-fairy .furisode-read-box {
  margin: 10px 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-read-box {
    margin: calc(0.702247191 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-read-box {
    width: calc(71.7948717949 * var(--vw));
    margin: calc(7.6923076923* var(--vw)) auto 0;
    padding: 0 calc(1.5384615385 * var(--vw));
  }
}
#FAIRY .sec-fairy .furisode-read-box-ttl {
  font-size: 31px;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-weight: 700;
	text-align: left;
  color: #231815;
}

#FAIRY .sec-fairy#ROLEMODEL .furisode-read-box-ttl {color: #606060;}



@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-read-box-ttl {
    font-size: calc(2.152777778 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-read-box-ttl {
    font-size: calc(4.8717948718 * var(--vw));
    line-height: 1.68;
  }
  #FAIRY .sec-fairy .furisode-read-box-ttl::before, #FAIRY .sec-fairy .furisode-read-box-ttl::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-fairy .furisode-read-box-ttl::before {
    margin-top: calc((1 - 1.68) * 0.5em);
  }
  #FAIRY .sec-fairy .furisode-read-box-ttl::after {
    margin-bottom: calc((1 - 1.68) * 0.5em);
  }
}
#FAIRY .sec-fairy .furisode-read-box .furisode-code {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 8px;
  color: #a48b78;
  font-weight: 600;
}
#FAIRY .sec-fairy .furisode-read-box .furisode-code::before, #FAIRY .sec-fairy .furisode-read-box .furisode-code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .furisode-read-box .furisode-code::before {
  margin-top: calc((1 - 2.25) * 0.5em);
}
#FAIRY .sec-fairy .furisode-read-box .furisode-code::after {
  margin-bottom: calc((1 - 2.25) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-read-box .furisode-code {
    font-size: calc(1.3 * var(--vw));
    margin-top: calc(0.5617977528 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-read-box .furisode-code {
    font-size: calc(4.1025641026 * var(--vw));
    line-height: 1.84;
    margin-top: calc(3.8461538462 * var(--vw));
  }
  #FAIRY .sec-fairy .furisode-read-box .furisode-code::before, #FAIRY .sec-fairy .furisode-read-box .furisode-code::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-fairy .furisode-read-box .furisode-code::before {
    margin-top: calc((1 - 1.84) * 0.5em);
  }
  #FAIRY .sec-fairy .furisode-read-box .furisode-code::after {
    margin-bottom: calc((1 - 1.84) * 0.5em);
  }
}
#FAIRY .sec-fairy .furisode-read-box .furisode-code .note {
  font-size: 14px;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-read-box .furisode-code .note {
    display: block;
    font-size: calc(2.5641025641 * var(--vw));
    margin: calc(1.2820512821 * var(--vw)) 0 0 0;
  }
}
#FAIRY .sec-fairy .furisode-read-box-txt {
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
  letter-spacing: 0;
}
#FAIRY .sec-fairy .furisode-read-box-txt::before, #FAIRY .sec-fairy .furisode-read-box-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .furisode-read-box-txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#FAIRY .sec-fairy .furisode-read-box-txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .furisode-read-box-txt {
    font-size: calc(1.041666667 * var(--vw));
    margin-top: calc(1.25 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-read-box-txt {
    font-size: calc(4.1025641026* var(--vw));
    line-height: 1.71;
    margin-top: calc(2.4 * var(--vw));
  }
  #FAIRY .sec-fairy .furisode-read-box-txt::before, #FAIRY .sec-fairy .furisode-read-box-txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-fairy .furisode-read-box-txt::before {
    margin-top: calc((1 - 1.71) * 0.5em);
  }
  #FAIRY .sec-fairy .furisode-read-box-txt::after {
    margin-bottom: calc((1 - 1.71) * 0.5em);
  }
}
#FAIRY .sec-fairy .furisode-btn-box {
  margin-top: auto;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-btn-box {
    width: calc(79.4871794872 * var(--vw));
    margin: calc(8.933333333 * var(--vw)) auto 0;
  }
}
#FAIRY .sec-fairy .furisode-btn-box .btn-detail {
  display: block;
  background: url(../img/btn_detail_01.svg) no-repeat 0 0/contain;
  aspect-ratio: 428/51;
  min-width: 0;
  width: 100%;
  margin: 0 auto;
}
#FAIRY .sec-fairy .furisode-btn-box .btn-detail.is-open {
  background-image: url(../img/btn_detail_01_open.svg);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .furisode-btn-box .btn-detail:hover {
        opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .furisode-btn-box .btn-detail {
    aspect-ratio: 235/42;
    background-image: url(../img/btn_detail_01_sp.svg);
  }
  #FAIRY .sec-fairy .furisode-btn-box .btn-detail.is-open {background-image: url(../img/btn_detail_01_sp_open.svg);}
}

#FAIRY .sec-fairy .hair-make-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-area {
    padding: calc(4.1667 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-area {
    flex-direction: column-reverse;
    padding: calc(4 * var(--vw)) 0 0;
  }
}
#FAIRY .sec-fairy .hair-make-area.type-02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-area.type-02 {
    flex-direction: column-reverse;
  }
}
#FAIRY .sec-fairy .hair-make-area.type-02 .recommend-item-box .img-box::before {
  background-image: url(../img/orn_hair_make_01_right.svg);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-area.type-02 .recommend-item-box .img-box::before {
    display: none;
  }
}
#FAIRY .sec-fairy .recommend-item-box {
  width: 430px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box {
    width: calc(29.8611 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box {
    width: calc(82.0512820513 * var(--vw));
    margin: calc(8.6923076923 * var(--vw)) auto 0;
  }
}
#FAIRY .sec-fairy .recommend-item-box .ttl {
  width: 240px;
  margin: 0 auto;
}

#FAIRY .sec-fairy .recommend-item-box .ttl img{width: 100%;}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .ttl {
    width: calc(18.75 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .ttl {
    width: calc(58.6923076923 * var(--vw));
    margin: 0 auto;
  }
}
#FAIRY .sec-fairy .recommend-item-box .img-box {
  position: relative;
  margin: -26px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box {
    margin: calc(-1.8056 * var(--vw)) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box {
    margin: calc(-6.9333 * var(--vw)) auto 0;
  }
}
#FAIRY .sec-fairy .recommend-item-box .img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23%;
  transform: translate(0, calc(-50% - 50px));
  background: url(../img/orn_hair_make_01.svg) no-repeat 0 0/100% auto;
  aspect-ratio: 50/71;
  width: 60px;
}
#FAIRY .sec-fairy .type-02 .recommend-item-box .img-box::before {left: -23%;}

#FAIRY .sec-fairy .recommend-item-box.saleItem .img-box::before {
  transform: translate(0, calc(-50% - 40px));
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box::before {
    right: -16%;
    transform: translate(0, calc(-50% - 2.777777vw));
    width: calc(4.1666666 * var(--vw));
  }
  #FAIRY .sec-fairy .recommend-item-box.saleItem .img-box::before {
    transform: translate(0, calc(-50% - 2.777777vw));
  }
  #FAIRY .sec-fairy .type-02 .recommend-item-box .img-box::before {left: -16%;}

}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box::before {
    display: none;
  }
}

#FAIRY .sec-fairy .recommend-item-box .img-box .img {
  background-image: url(../img/orn_recommend_item_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 37px 25px;
  width: 431px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box .img {
    width: calc(29.9306 * var(--vw));
    padding: calc(2.5694 * var(--vw)) calc(1.7361 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box .img {
    width: 100%;
    padding: calc(9.8667 * var(--vw)) calc(6.6667 * var(--vw));
    background-size: contain;
  }
}

#FAIRY .sec-fairy .recommend-item-box .img-box .note {
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0 0;
  letter-spacing: -0.02em;
}
#FAIRY .sec-fairy .recommend-item-box .img-box .note::before, #FAIRY .sec-fairy .recommend-item-box .img-box .note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .recommend-item-box .img-box .note::before {
  margin-top: calc((1 - 1.428) * 0.5em);
}
#FAIRY .sec-fairy .recommend-item-box .img-box .note::after {
  margin-bottom: calc((1 - 1.428) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box .note {
    font-size: calc(0.7638888889 * var(--vw));
    margin-top: calc(1.041666667 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .img-box .note {
    font-size: calc(2.5641025641 * var(--vw));
    text-indent: -1em;
    text-align: left;
    margin: calc(2.5641025641 * var(--vw)) 0 0 1em;
  }
  #FAIRY .sec-fairy .recommend-item-box .img-box .note::before, #FAIRY .sec-fairy .recommend-item-box .img-box .note::after {
    display: none;
  }
}
#FAIRY .sec-fairy .recommend-item-box .shop-box {
  margin-top: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box {
    margin-top: calc(4.861111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box {
    margin-top: calc(8* var(--vw));
  }
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .ttl {
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .ttl {
    padding-left: calc(1.388888889 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .ttl {
    width: calc(82.0512820513 * var(--vw));
    padding-left: 0;
  }
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 15px;
  padding-left: 50px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list {
    gap: calc(0.8333333333 * var(--vw));
    margin-top: calc(1.0416666 * var(--vw));
    padding-left: calc(3.472222222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list {
    gap: calc(3.5897435897 * var(--vw));
    margin-top: calc(1.333333333 * var(--vw));
    padding-left: calc(6.666666667 * var(--vw));
  }
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item {
  display: block;
  position: relative;
  width: 180px;
  top: 0;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item:hover {
        opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item {
    width: calc(12.5 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item {
    width: calc(33.3333333333 * var(--vw))
  }
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item:has(.idea) {
    margin: 0 auto;
  }
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item:has(.idea) .img,
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list__item:has(.idea) .code {
    width: calc(33.3333333333 * var(--vw));
  }
}

#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .img {
  width: 100%;
  margin-top: 5px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .img {
    width: 100%;
    margin-top: calc(0.3472222222 * var(--vw));
  }
}

#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list.idea-in .img{
  margin-top: 35px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list.idea-in .img{
    margin-top: calc(2.43055555 * var(--vw));
  }
}


#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code::before, #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code {
    font-size: calc(1.25 * var(--vw));
    margin-top: calc(0.6944444444 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code {
    font-size: calc(2.4 * var(--vw));
    margin-top: calc(2.5641025641 * var(--vw));
  }
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code .btn {
  display: contents;
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code .btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: calc(3.3333333333 * var(--vw));
    line-height: 1;
    border: 1px solid #000;
    border-radius: calc(3.0769230769 * var(--vw));
    aspect-ratio: 98/24;
    min-width: 0;
    width: calc(25.1282051282 * var(--vw));
  }
  #FAIRY .sec-fairy .recommend-item-box .shop-box .item-list .code .btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(1.5384615385 * var(--vw));
    background-color: #231815;
    clip-path: polygon(calc(1.5384615385 * var(--vw)) 50%, 0% 0%, 0% calc(2.0512820513 * var(--vw)));
    aspect-ratio: 3/4;
    min-width: 0;
    width: calc(1.5384615385 * var(--vw));
    margin: auto 0;
  }
}
#FAIRY .sec-fairy .recommend-item-box .shop-box .idea {
  width: 100%;
  position: absolute;
  top: 0;
}


@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .idea {
    margin: calc(0.6944444444 * var(--vw)) 0 calc(-4.1666666667 * var(--vw));
    padding: calc(0.6944444444 * var(--vw)) 0;
  }
  #FAIRY .sec-fairy .recommend-item-box .shop-box .idea-in .idea {margin-top: 0; padding-top: 0;}
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .idea {
    position: absolute;
    top: calc(-1.1538461538 * var(--vw));
    right: 0;
    width: calc(33.3333333333 * var(--vw));
    margin: 0 auto;
    padding: calc(2.5641025641 * var(--vw)) 0;
  }
}

#FAIRY .sec-fairy .recommend-item-box .shop-box .idea-txt {
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  color: #FFF;
  background: url("../img/ttl_shop_02.svg") 0 0/100% auto;
  width: 180px;
  height: 70px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .idea-txt {
    font-size: calc(0.9722222222 * var(--vw));
    padding-top: calc(0.8333333333 * var(--vw));
    width: calc(12.5 * var(--vw));
    height: calc(4.861111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .recommend-item-box .shop-box .idea-txt {
    font-size: calc(2.8205128205 * var(--vw));
    padding-top: calc(1.9 * var(--vw));
    width: calc(36 * var(--vw));
    height: calc(14.333333333 * var(--vw));
  }
}
#FAIRY .sec-fairy .hair-make-box {
  width: 430px;
  padding: 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-box {
    width: calc(29.86111111 * var(--vw));
    padding: calc(1.1111111111 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-box {
    width: calc(79.4871794872 * var(--vw));
    margin: 0 auto;
    padding: 0 0 0;
  }
}
#FAIRY .sec-fairy .hair-make-box .ttl {
  width: 380px;
  margin: 0 auto;
  margin-bottom: 6px
}

#FAIRY .sec-fairy .hair-make-box .ttl img{width: 100%;}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-box .ttl {
    width: calc(26.38888889 * var(--vw));
    margin-bottom: calc(0.4213483146 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-box .ttl {
    width: calc(67.9230769231 * var(--vw));
    margin-bottom: calc(0.8163265306 * var(--vw));
  }
}
#FAIRY .sec-fairy .hair-make-box .img-box-ttl {
  position: relative;
  top: -18px;
  padding-bottom: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-ttl {
    top: calc(-1.25 * var(--vw));
    padding-bottom: calc(2.222222222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-ttl {
    top: calc(-2.4 * var(--vw));
    padding-bottom: calc(2.448979592 * var(--vw));
  }
}
#FAIRY .sec-fairy .hair-make-box .img-box-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/orn_hair_make_ttl_01.webp) no-repeat 0 0/100% auto;
  aspect-ratio: 370/117;
  width: 370px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-ttl::before {
    width: calc(27.77777778 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-ttl::before {
    width: calc(74.1794871795 * var(--vw));
  }
}
#FAIRY .sec-fairy .hair-make-box .img-box-ttl > * {
  position: relative;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  padding-top: 32px;
}
#FAIRY .sec-fairy .hair-make-box .img-box-ttl > *::before, #FAIRY .sec-fairy .hair-make-box .img-box-ttl > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .hair-make-box .img-box-ttl > *::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
#FAIRY .sec-fairy .hair-make-box .img-box-ttl > *::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-ttl > * {
    font-size: calc(1.527777778 * var(--vw));
    padding-top: calc(2.638888889 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-ttl > * {
    font-size: calc(4.6153846154 * var(--vw));
    padding-top: calc(6.1025641026 * var(--vw));
  }
}
#FAIRY .sec-fairy .hair-make-box .img-box-txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  padding-left: 28px;
  letter-spacing: -0.1px;
}
#FAIRY .sec-fairy .hair-make-box .img-box-txt::before, #FAIRY .sec-fairy .hair-make-box .img-box-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .hair-make-box .img-box-txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#FAIRY .sec-fairy .hair-make-box .img-box-txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-txt {
    font-size: calc(1.111111111 * var(--vw));
    margin-top: calc(1.111111111 * var(--vw));
    padding-left: calc(1.9444 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .hair-make-box .img-box-txt {
    font-size: calc(4.1025641026 * var(--vw));
    line-height: 1.7;
    margin-top: calc(7.8461538462 * var(--vw));
    padding: 0 calc(5.3846153846 * var(--vw));
  }
  #FAIRY .sec-fairy .hair-make-box .img-box-txt::before, #FAIRY .sec-fairy .hair-make-box .img-box-txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #FAIRY .sec-fairy .hair-make-box .img-box-txt::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  #FAIRY .sec-fairy .hair-make-box .img-box-txt::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
}
#FAIRY .sec-fairy .back-to-top {
  margin-top: 140px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .back-to-top {
    margin-top: calc(9.7222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .back-to-top {
    margin-top: calc(8.9743589744 * var(--vw));
  }
}
#FAIRY .sec-fairy .back-to-top .btn {
  display: block;
  width: 430px;
  margin: 0 auto;
}
#FAIRY .sec-fairy .back-to-top .btn img{width: 100%;}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #FAIRY .sec-fairy .back-to-top .btn:hover {
        opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .back-to-top .btn {
    width: calc(29.86111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .back-to-top .btn {
    width: calc(64.2307692308 * var(--vw));
  }
}
#FAIRY .sec-fairy .back-to-top .note {
  font-size: 14px;
  line-height: 1.64;
  text-align: center;
  margin: 120px 0 -83px;
}
#FAIRY .sec-fairy .back-to-top .note::before, #FAIRY .sec-fairy .back-to-top .note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#FAIRY .sec-fairy .back-to-top .note::before {
  margin-top: calc((1 - 1.64) * 0.5em);
}
#FAIRY .sec-fairy .back-to-top .note::after {
  margin-bottom: calc((1 - 1.64) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY .sec-fairy .back-to-top .note {
    font-size: calc(0.9722222222 * var(--vw));
    margin: calc(8.3333333333 * var(--vw)) 0 calc(-5.7638888889 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .back-to-top .note {
    font-size: calc(2.8205128205 * var(--vw));
    margin: calc(8.2051282051 * var(--vw)) 0 0;
  }
}
#FAIRY .sec-fairy .dark-tone {
  color: #fff;
}
#FAIRY .sec-fairy .dark-tone .swiper-lineup-outer .swiper-button-prev-lineup,
#FAIRY .sec-fairy .dark-tone .swiper-lineup-outer .swiper-button-next-lineup {
  background-image: url(../img/btn_arrow_01_white.svg);
}
#FAIRY .sec-fairy .dark-tone .swiper-lineup-outer .swiper-controller::before {
  background-image: url(../img/orn_slider_01_white.svg);
}
#FAIRY .sec-fairy .dark-tone .swiper-furisode .swiper-slide::before {
  border: none;
}
#FAIRY .sec-fairy .dark-tone .swiper-button-prev-furisode {
  background-image: url(../img/btn_arrow_02_white.svg);
}
#FAIRY .sec-fairy .dark-tone .swiper-button-next-furisode {
  background-image: url(../img/btn_arrow_02_right_white.svg);
}
#FAIRY .sec-fairy .dark-tone .furisode-btn-box .btn-detail {
  background-image: url(../img/btn_detail_01_white.svg);
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .dark-tone .furisode-btn-box .btn-detail {
    background-image: url(../img/btn_detail_01_white_sp.svg);
  }
}
#FAIRY .sec-fairy .dark-tone .furisode-btn-box .btn-detail.is-open {
  background-image: url(../img/btn_detail_01_white_open.svg);
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-fairy .dark-tone .furisode-btn-box .btn-detail.is-open {
    background-image: url(../img/btn_detail_01_white_open_sp.svg);
  }
}
#FAIRY .sec-fairy .dark-tone .recommend-item-box .img-box .img {
  background-image: url(../img/orn_recommend_item_01_white.svg);
}
#FAIRY .sec-fairy .dark-tone .recommend-item-box .img-box::before {
  background-image: url(../img/orn_hair_make_01_white.svg);
}
#FAIRY .sec-fairy .dark-tone .recommend-item-box .shop-box .idea {
  border-color: #fff;
}
#FAIRY .sec-fairy .dark-tone .recommend-item-box .shop-box .item-list .code .btn {
  border-color: #fff;
}
#FAIRY .sec-fairy .dark-tone .recommend-item-box .shop-box .item-list .code .btn::after {
  background-color: #fff;
}
#FAIRY .sec-fairy .dark-tone .hair-make-box .img-box-ttl::before {
  background-image: url(../img/orn_hair_make_ttl_01_white.webp);
}
#FAIRY .sec-fairy .dark-tone .hair-make-area.type-02 .recommend-item-box .img-box::before {
  background-image: url(../img/orn_hair_make_01_right_white.svg);
}
#FAIRY .sec-sweet {
  background: #d8c4af;
}

#FAIRY #SWEET02.furisode-box,
#FAIRY #SWEET04.furisode-box,
#FAIRY #CUTE02.furisode-box,
#FAIRY #CUTE04.furisode-box,
#FAIRY #ROLEMODEL02.furisode-box,
#FAIRY #ROLEMODEL04.furisode-box{
  background: #f0ece4;
  margin-top: 110px;
  padding: 240px 0 160px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #FAIRY #SWEET02.furisode-box,
  #FAIRY #SWEET04.furisode-box,
  #FAIRY #CUTE02.furisode-box,
  #FAIRY #CUTE04.furisode-box,
  #FAIRY #ROLEMODEL02.furisode-box,
  #FAIRY #ROLEMODEL04.furisode-box{
    background: #f0ece4;
    margin-top: calc(3.862359551 * var(--vw));
    padding: calc(16.66666667 * var(--vw)) 0 calc(11.1111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #FAIRY .sec-monotone .furisode-box {
    margin-top: calc(18.4615384615 * var(--vw));
    padding-top: calc(14.6153846154 * var(--vw));
  }
  #FAIRY #SWEET02.furisode-box,
  #FAIRY #SWEET04.furisode-box,
  #FAIRY #CUTE02.furisode-box,
  #FAIRY #CUTE04.furisode-box,
  #FAIRY #ROLEMODEL02.furisode-box,
  #FAIRY #ROLEMODEL04.furisode-box{
      margin-top: 0;
      padding: calc(16.32653061 * var(--vw)) 0 calc(8.482993197 * var(--vw));
  }

  #FAIRY #SWEET02.furisode-box,
  #FAIRY #SWEET04.furisode-box{
    background: #f0ece4;
    margin-top: calc(3.862359551 * var(--vw));
    padding: calc(16.32653061 * var(--vw)) 0 calc(7.482993197 * var(--vw));
  }
}

/*# sourceMappingURL=style.css.map */
