@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;}

@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;
  }
}


/* ====================================================
    DOLLページ　共通設定
==================================================== */
#DOLL {
  position: relative;
  transition: 1s;
}
#DOLL.is-loading {
  opacity: 0;
}
#DOLL .ttl {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: inherit;
}
#DOLL #wrapper {
  width: 100%;
  padding-bottom: 0;
    background: #f3f0e4;
}
#DOLL *,
#DOLL *::before, #DOLL::after {
  box-sizing: border-box;
}
#DOLL * {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #DOLL img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 750px) {
  #DOLL img {
    image-rendering: auto;
  }
}
/* #DOLL a {
  color: inherit;
} */
#DOLL .sec {
  position: relative;
}
#DOLL .sec-in {
  position: relative;
}


/* doll-contents
-------------------------------------*/
#DOLL .doll-contents{
  background: #fff;
  position: relative;
}


/* コンテンツ幅
-------------------------------------*/
#DOLL .sec-in, #DOLL .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) {
  #DOLL .sec-in, #DOLL .breadCrumb {
    padding-right: calc(2.0833333333 * var(--vw));
    padding-left: calc(2.0833333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-in, #DOLL .breadCrumb {
    padding-right: 0;
    padding-left: 0;
  }
}


/* ====================================================
    ファーストビュー　sec-kv
==================================================== */
#DOLL .sec-kv {
  /* overflow: hidden; */
  background: url(../img/bg_kv_01.webp) no-repeat center 0/100%;
  height: calc(52.2 * var(--vw));
}
#DOLL .sec-kv:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_kv_02.webp) no-repeat center bottom/100%;
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: multiply;
}
#DOLL .sec-kv:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_kv_03.webp) no-repeat center bottom/100%;
  z-index: 11;
  pointer-events: none;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #DOLL .sec-kv {
    background-image: url(../img/bg_kv_01_sp.webp);
    height: calc(125 * var(--vw));
  }
  #DOLL .sec-kv:before{
    background-image: url(../img/bg_kv_02_sp.webp);
  }
  #DOLL .sec-kv:after{
    background-image: url(../img/bg_kv_03_sp.webp);
    background-position: center top;
  }
}

/* .kv
-------------------------------------*/
#DOLL .sec-kv .kv {
      padding: 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
}


/* .kv-container
-------------------------------------*/
#DOLL .sec-kv .kv-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
}

/* .kv-main
-------------------------------------*/
#DOLL .sec-kv .kv-main {
  order: 1;
  z-index: 10;
  position: absolute;
  top: 53%;
  left: calc(50% - 32vw);
  width: 18vw;
  transform: translateY(-50%);
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #DOLL .sec-kv .kv-main {
    top: 119%;
    width: calc(43 * var(--vw));
    left: calc(50% - 50 * var(--vw));
    margin-bottom: calc(4.2666666667 * var(--vw));
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}


/* .kv-main .main-ttl
-------------------------------------*/
#DOLL .sec-kv .kv-main .main-ttl {
  position: relative;
}
#DOLL .sec-kv .kv-main .main-ttl img {width: 100%;}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-kv .kv-main .main-ttl {
  }
}
@media screen and (max-width: 750px) {
}


/* .kv-slide
-------------------------------------*/
.clipPath{position: absolute;}
#DOLL .sec-kv .kv-slide .swiper-slide{
  width: 100%!important;
}
#DOLL .sec-kv .kv-slide {
  position: relative;
  order: 0;
  width: calc(61.1 * var(--vw));
  top: calc(0.9 * var(--vw));
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-kv .kv-slide {
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-kv .kv-slide {
    width: calc(145.5 * var(--vw));
    margin-left: calc(-25 * var(--vw));
    position: relative;
    top: calc(3 * var(--vw));
  }
}


/* .kv-slide-frame
-------------------------------------*/
#DOLL .sec-kv .kv-slide-frame {
  position: absolute;
  top: 5%;
  left: 76%;
  z-index: 2;
  pointer-events: none;
  width: 9.623%;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #DOLL .sec-kv .kv-slide-frame {
    top: calc(3 * var(--vw));
    left: calc(102 * var(--vw));
    width: calc(14.266667 * var(--vw));
  }
}


/* ====================================================
    あなたはどのスタイルがお好み？　sec-intro
==================================================== */
#DOLL .sec-intro{

}
#DOLL .sec-intro .sec-in {
  padding: 2.75em 0;
  max-width: 600px;
}
#DOLL .sec-intro .intro-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#DOLL .sec-intro .intro-box-ttl{
  width: 40%;
}
#DOLL .sec-intro .intro-box-txt{
}
#DOLL .sec-intro .intro-box-txt p{
  line-height: 2.142;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-intro .sec-in {
    /*padding: calc(3.8194444444 * var(--vw)) 0;*/
    padding: calc(3.8194444444 * var(--vw)) 0 0;
    max-width: calc(43 * var(--vw));
  }
  #DOLL .sec-intro .intro-box-ttl{
    width: calc(13.88888889 * var(--vw));
  }
  #DOLL .sec-intro .intro-box-txt p{
    font-size: calc(1.15 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-intro .sec-in {
    padding: 40% 0 0;
    max-width: 100%;
  }
  #DOLL .sec-intro .intro-box {
  padding: 0 5%;
  }
  #DOLL .sec-intro .intro-box-ttl{
    width: calc(36.866667 * var(--vw));
    margin: 0;
    padding-bottom: calc(3.0769230769 * var(--vw));
  }
  #DOLL .sec-intro .intro-box-txt{
    width: calc(49.2 * var(--vw));
    padding-bottom: 0;
  }
  #DOLL .sec-intro .intro-box-txt p{
    text-align: center;
    font-size: calc(3.1 * var(--vw));
    line-height: 1.6;
    padding: 0;
  }
}


/* .page-anchor ジャパン/フェアリー/レトロ 切り替えリンク
-------------------------------------*/
#DOLL .page-anchor{
}


/* .anchor-title
-------------------------------------*/
#DOLL .anchor-title img{
}
@media screen and (max-width: 750px) {
  #DOLL .anchor-title{
    text-align: center;
  }
  #DOLL .anchor-title img{
    max-width: 55%;
  }
}


/* .anchor-list　
-------------------------------------*/
#DOLL .anchor-list-warp{
  margin-top: 3.5em;
}
#DOLL .anchor-list-ttl{
  width: 100%;
}
#DOLL .anchor-list-ttl img{
  width: 100%;
}
#DOLL .anchor-list{
  display: flex;
  justify-content: space-between!important;
  margin-top: 1.5em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #DOLL .anchor-list-warp{
    margin-top: calc(4.8 * var(--vw));
  }
}


/* .anchor-list__item
-------------------------------------*/
#DOLL .anchor-list .anchor-list__item{
  width: 28%;
}
@media screen and (max-width: 750px) {
  #DOLL .anchor-list .anchor-list__item {
    margin: 0 auto;
    width: calc(70.133333 * var(--vw));
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #DOLL .anchor-list .anchor-list__item a:hover {
        opacity: 0.6;
  }
}


/* .anchor-list__item　の中身
-------------------------------------*/
#DOLL .anchor-list .anchor-list__item img{width: 100%;}
#DOLL .anchor-list .anchor-list__item img + img{margin-top: 0.5em;}
#DOLL .anchor-list .anchor-list__item-txt{
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 119%;
  letter-spacing: -0.1em;
  color: #604c3f;
}
#DOLL .anchor-list .anchor-list__item-txt:after{
  content: "";
  position: absolute;
  top: calc(100% + 0.25em);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 17px solid #604c3f;
  border-bottom: 0;
}
#DOLL .anchor-list .anchor-list__item-txt.japan{color: #604c3f;}
#DOLL .anchor-list .anchor-list__item-txt.japan:after{border-top-color: #604c3f;}

#DOLL .anchor-list .anchor-list__item-txt.fairy{color: #c2608a;}
#DOLL .anchor-list .anchor-list__item-txt.fairy:after{border-top-color: #c2608a;}

#DOLL .anchor-list .anchor-list__item-txt.retro{color: #66acba;}
#DOLL .anchor-list .anchor-list__item-txt.retro:after{border-top-color: #66acba;}


@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .anchor-list{
    margin-top: calc(2.4305555556 * var(--vw));
  }
  #DOLL .anchor-list .anchor-list__item-txt{
    font-size: calc(1.2888888889 * var(--vw));
    margin-bottom: calc(1.3888888889 * var(--vw));
  }
  #DOLL .anchor-list .anchor-list__item-txt:after{
    border-right: calc(0.9027777778 * var(--vw)) solid transparent;
    border-left: calc(0.9027777778 * var(--vw)) solid transparent;
    border-top: calc(1.1805555556 * var(--vw)) solid #604c3f;
    top: calc(100% + 0.3472222222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .anchor-list .anchor-list__item-txt{
    font-size: calc(3.6666666667 * var(--vw));
    margin-bottom: calc(2.1333333333 * var(--vw));
  }
  #DOLL .anchor-list .anchor-list__item-txt:after{
    border-right: calc(1.8666666667 * var(--vw)) solid transparent;
    border-left: calc(1.8666666667 * var(--vw)) solid transparent;
    border-top: calc(2.4 * var(--vw)) solid #604c3f;
    top: calc(100% + 0.8 * var(--vw));
  }
}


/* .page-anchor.is-content-bottom ページ下部に転用
-------------------------------------*/
#DOLL .page-anchor.is-content-bottom {
  margin-top: 100px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  padding-bottom: 60px;
}
#DOLL .page-anchor.is-content-bottom .anchor-list{
  margin-top: 15px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .page-anchor.is-content-bottom {
    margin-top: calc(6.9444444444 * var(--vw));
    margin-bottom: calc(6.25 * var(--vw));
    padding-bottom: calc(4.1666666667 * var(--vw));
    max-width: calc(41.66666667 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .page-anchor.is-content-bottom {
    margin-top: calc(12.3333333333 * var(--vw));
    margin-bottom: calc(8.3333333333 * var(--vw));
    padding-bottom: 0;
    max-width: calc(80 * var(--vw));
  }
}


/* ====================================================
  .sec-doll  各スタイル（ジャパン/フェアリー/レトロ）共通
==================================================== */
/* .sec-doll
-------------------------------------*/
#DOLL .sec-doll {
  padding: 0 0;
  position: relative;
}

#DOLL .sec-doll:last-child{padding-bottom: 0;}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll {
    padding: calc(2.106741573 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll {
    padding: calc(4.2666666667 * var(--vw)) 0 0;
  }
}


/* .sec-bg
-------------------------------------*/
#DOLL .sec-doll .sec-bg{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#DOLL .sec-doll .sec-bg:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/lineup_bg_japan_02.svg) no-repeat center bottom/100%;
  z-index: 2;
  mix-blend-mode: hard-light;
}

#DOLL .sec-doll.sec-japan .sec-bg:before {background-image: url(../img/lineup_bg_japan_02.svg);}
#DOLL .sec-doll.sec-fairy .sec-bg:before {background-image: url(../img/lineup_bg_fairy_02.svg);}
#DOLL .sec-doll.sec-retro .sec-bg:before {background-image: url(../img/lineup_bg_retro_02.svg);}

#DOLL .swiper-bg .swiper-slide img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 751px) {
  #DOLL .sec-doll .sec-bg:before{
    height: 15%;
  }
  #DOLL .sec-doll .sec-bg .swiper-slide{
    width: calc(100% / 2 + 1px) !important;
    margin-left: -1px;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .sec-bg:before{
    height: 10%;
  }
}


/* .sec-header .sec-ttl
-------------------------------------*/
#DOLL .sec-doll .sec-header .sec-ttl {
  position: relative;
  margin-inline: auto;
  text-align: center;
}
#DOLL .sec-doll .sec-header .sec-ttl p{
  font-size: 20px;
  line-height: 1.667;
}
#DOLL .sec-doll .sec-header .sec-ttl img{
  height: 130px;
  width: auto;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .sec-header .sec-in .sec-ttl {
    margin-top: calc(1.25 * var(--vw));
  }
  #DOLL .sec-doll .sec-header .sec-ttl p{
    font-size: calc(1.3888888889 * var(--vw));
    line-height: 1.6667;
  }
  #DOLL .sec-doll .sec-header .sec-ttl img{
    height: calc(9.0277777778 * var(--vw));
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .sec-header .sec-ttl p{
    font-size: calc(3.6 * var(--vw));
    line-height: 1.6;
  }
  #DOLL .sec-doll .sec-header .sec-ttl img{
    height: calc(17.33333333 * var(--vw));
    width: auto;
  }
}


/* .sec-header .txt
-------------------------------------*/
#DOLL .sec-doll .sec-header .txt {
  font-size: 30px;
  line-height: 1.733;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 35px;
}
#DOLL .sec-doll .sec-header .txt::before, #DOLL .sec-doll .sec-header .txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#DOLL .sec-doll .sec-header .txt::before {
  margin-top: calc((1 - 1.733) * 0.5em);
}
#DOLL .sec-doll .sec-header .txt::after {
  margin-bottom: calc((1 - 1.733) * 0.5em);
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .sec-header .txt {
    font-size: calc(2.0833333333 * var(--vw));
    margin-top: calc(2.4305555556 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .sec-header .txt {
    font-size: calc(4.2666666667 * var(--vw));
    margin-top: calc(4.8 * var(--vw));
  }
  #DOLL .sec-doll .sec-header .txt::before, #DOLL .sec-doll .sec-header .txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #DOLL .sec-doll .sec-header .txt::before {
    margin-top: calc((1 - 1.64) * 0.5em);
  }
  #DOLL .sec-doll .sec-header .txt::after {
    margin-bottom: calc((1 - 1.64) * 0.5em);
  }
}


/* .sec-header-lineup
-------------------------------------*/
#DOLL .sec-doll .sec-header{
  position: relative;
}
#DOLL .sec-doll .sec-header-lineup {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
#DOLL .sec-doll .sec-header-lineup .sec-in{
  max-width: 1200px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .sec-header-lineup {
    /*padding-top: calc(11.1111111111 * var(--vw));*/
    padding-top: calc(1 * var(--vw));
    padding-bottom: calc(5.5555555556 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .sec-header-lineup {
    padding-top: calc(21.3333333333 * var(--vw));
    padding-bottom: calc(10.6666666667 * var(--vw));
  }
}

#DOLL .sec-doll.sec-japan .sec-header-lineup {background-color: #a3c0b3; background-image: url(../img/lineup_bg_japan_01.svg);}
#DOLL .sec-doll.sec-fairy .sec-header-lineup {background-color: #e1cacb; background-image: url(../img/lineup_bg_fairy_01.svg);}
#DOLL .sec-doll.sec-retro .sec-header-lineup {background-color: #a2d1d9; background-image: url(../img/lineup_bg_retro_01.svg);}

/* .swiper-lineup
-------------------------------------*/
#DOLL .sec-doll .swiper-lineup-outer .swiper-wrapper{
  padding-bottom: 3em;
}
#DOLL .sec-doll .swiper-lineup-outer {
  position: relative;
}
#DOLL .sec-doll .swiper-lineup{
  padding-top: 6em;
}
#DOLL .sec-doll .swiper-lineup .swiper-slide {
  transform: scale(0.88);
  transition: transform 0.4s ease;
  transform-origin: center bottom;
  z-index: 1;
}
#DOLL .sec-doll .swiper-lineup .swiper-slide-next{
  transform: translateX(-12px) scale(0.88);
}
#DOLL .sec-doll .swiper-lineup .swiper-slide-next + .swiper-slide {
  transform: translateX(2px) scale(1);
  transition: transform 0.3s ease;
  z-index: 10;
}
#DOLL .sec-doll .swiper-lineup .swiper-slide-next + .swiper-slide + .swiper-slide {
  transform: translateX(20px) scale(0.88);
}
#DOLL .sec-doll .swiper-lineup .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  transform: translateX(10px) scale(0.88);
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-lineup{
    padding-top: calc(4.1666666667 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup .swiper-slide {
    padding: 0 calc(0.8333333333 * var(--vw));
  }
}
@media screen and (max-width: 750px){
  #DOLL .sec-doll .swiper-lineup-outer .swiper-wrapper{
    padding-bottom: calc(8 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup{
    padding-top: calc(16 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup .swiper-slide {
    transform: scale(0.82);
  }
  #DOLL .sec-doll .swiper-lineup .swiper-slide-active{
    transform: scale(1);
  }
  #DOLL .sec-doll .swiper-lineup .swiper-slide img{
    width: 100%;
    height: auto;
  }
}


/* 王冠
-------------------------------------*/
#DOLL .sec-doll .swiper-lineup .swiper-slide .icon{
  content: "";
  position: absolute;
  top: -14%;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 78px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-lineup .swiper-slide .icon{
    width: calc(4.8611111111 * var(--vw));
    height: calc(4.8611111111 * var(--vw));
    top: calc(-2.5694444444 * var(--vw));
  }
}
@media screen and (max-width: 750px){
  #DOLL .sec-doll .swiper-lineup .swiper-slide .icon{
    width: calc(15 * var(--vw));
    height: calc(7.2 * var(--vw));
    top: calc(-12.32 * var(--vw));
  }
}



/* .swiper-lineup リンク部分
-------------------------------------*/
#DOLL .sec-doll .swiper-lineup .swiper-slide a {
  position: relative;
  display: block;
}
#DOLL .sec-doll .swiper-lineup .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid #a48b78;
  width: 100%;
  height: 100%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #DOLL .sec-doll .swiper-lineup .swiper-slide a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px){
}



/* .swiper-lineup ドット
-------------------------------------*/
.swiper-pagination-lineup{
  display: flex;
  justify-content: center;
}
.swiper-pagination-lineup .swiper-pagination-bullet{
  margin: 0 0.75em!important;
  background: #fff;
  width: 10px;
  height: 10px;
}
.swiper-pagination-lineup .swiper-pagination-bullet-active{
  background: #a48b78;
}
.swiper-pagination-lineup > *:nth-child(1){order: 2;}
.swiper-pagination-lineup > *:nth-child(2){order: 3;}
.swiper-pagination-lineup > *:nth-child(3){order: 4;}
.swiper-pagination-lineup > *:nth-child(4){order: 5;}
.swiper-pagination-lineup > *:nth-child(5){order: 0;}
.swiper-pagination-lineup > *:nth-child(6){order: 1;}

@media screen and (max-width: 750px){
  .swiper-pagination-lineup > *:nth-child(1){order: 0;}
  .swiper-pagination-lineup > *:nth-child(2){order: 1;}
  .swiper-pagination-lineup > *:nth-child(3){order: 2;}
  .swiper-pagination-lineup > *:nth-child(4){order: 3;}
  .swiper-pagination-lineup > *:nth-child(5){order: 4;}
  .swiper-pagination-lineup > *:nth-child(6){order: 5;}
}




/* .swiper-lineup 左右ボタン
-------------------------------------*/
#DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup,
#DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/btn_arrow_01.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  aspect-ratio: 1;
  min-width: 0;
  width: 30px;
  z-index: 11;
}
#DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup {
  background-image: url(../img/btn_arrow_01.svg);
  left: calc(50% - 145px);
}
#DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup {
  background-image: url(../img/btn_arrow.svg);
  right: calc(50% - 150px);
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup:hover,
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup:hover {
      opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup,
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup {
    width: calc(3.125 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup {
    left: calc(50% - 11.4777777778 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup {
    right: calc(50% - 11.7777777778 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup,
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup {
    width: calc(6.4 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-prev-lineup {
    left: calc(50% - 31 * var(--vw));
  }
  #DOLL .sec-doll .swiper-lineup-outer .swiper-button-next-lineup {
    right: calc(50% - 31 * var(--vw));
  }
}


/* .furisode-box
-------------------------------------*/
#DOLL .sec-doll .furisode-box {
  padding-top: 100px;
}
#DOLL .sec-doll.sec-japan .furisode-box {
  background: #f1ede4;
}
#DOLL .sec-doll.sec-fairy .furisode-box {
  background: #fdf7ff;
}
#DOLL .sec-doll.sec-retro .furisode-box {
  background: #fffeee;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .furisode-box {
    padding-top: calc(5.472222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-box {
    padding: calc(16.32653061 * var(--vw)) 0 calc(8.482993197 * var(--vw));
  }
}


/* .furisode-box-in
-------------------------------------*/
#DOLL .sec-doll .furisode-box-in {
  width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .furisode-box-in {
    width: calc(76.38888889 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-box-in {
    width: 100%;
  }
}


/* 背景デコレーション
-------------------------------------*/
#DOLL .sec-doll .furisode-area,
#DOLL .sec-doll .hair-make-box,
#DOLL .sec-doll .back-to-top,
#DOLL .sec-doll .swiper-furisode-outer{
  position: relative;
  z-index: 2;
}
#DOLL .sec-doll .furisode-area::before,
#DOLL .sec-doll .furisode-area::after,
#DOLL .sec-doll .hair-make-box::after,
#DOLL .sec-doll .hair-make-box::before,
#DOLL .sec-doll .back-to-top::after,
#DOLL .sec-doll .back-to-top::before,
#DOLL .sec-doll .swiper-furisode-outer::after,
#DOLL .sec-doll .swiper-furisode-outer::before{
  position: absolute;
}


#DOLL #JAPAN01,
#DOLL #FAIRY01,
#DOLL #RETRO01{
  padding-top: 150px;
  background-repeat: repeat-x;
  background-size: auto 72px;
  background-position: top center;
  width: 100%;
}
#DOLL #JAPAN01{
  background-image: url("../img/line_japan.png");
}
#DOLL #FAIRY01{
  background-image: url("../img/line_fairy.png");
}
#DOLL #RETRO01{
  background-image: url("../img/line_retro.png");
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL #JAPAN01,
  #DOLL #FAIRY01,
  #DOLL #RETRO01{
    background-size: auto calc(5 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL #JAPAN01,
  #DOLL #FAIRY01,
  #DOLL #RETRO01{
    padding-top: calc(25 * var(--vw));
    background-size: auto calc(10.66666667 * var(--vw));
  }
}


.furisode-area::before{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
#DOLL [id^="JAPAN"] .furisode-area::before {
  background-image: url("../img/img_twinkle_01.svg");
  width: 115px;
  height: 127px;
  top: 40px;
  right: 120px;
}
#DOLL [id^="FAIRY"] .furisode-area::before {
  background-image: url("../img/img_heart_01.svg");
  width: 58px;
  height: 85px;
  top: 45px;
  right: 110px;
}
#DOLL [id^="RETRO"] .furisode-area::before {
  background-image: url("../img/img_clover_01.svg");
  width: 68px;
  height: 60px;
  top: 70px;
  right: 120px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL [id^="JAPAN"] .furisode-area::before {
    width: calc(8.05555556 * var(--vw));
    height: calc(8.88888889 * var(--vw));
    top: calc(2.77777778 * var(--vw));
    right: calc(8.33333333 * var(--vw));
  }
  #DOLL [id^="FAIRY"] .furisode-area::before {
    width: calc(4.05555556 * var(--vw));
    height: calc(5.94444444 * var(--vw));
    top: calc(3.125 * var(--vw));
    right: calc(7.63888889 * var(--vw));
  }
  #DOLL [id^="RETRO"] .furisode-area::before {
    width: calc(4.72222222 * var(--vw));
    height: calc(4.16666667 * var(--vw));
    top: calc(4.86111111 * var(--vw));
    right: calc(8.33333333 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL [id^="JAPAN"] .furisode-area::before {
    width: calc(12.8 * var(--vw));
    height: calc(14.13333333 * var(--vw));
    top: calc(-3.2 * var(--vw));
    right: calc(1 * var(--vw));
  }
  #DOLL [id^="FAIRY"] .furisode-area::before {
    width: calc(8.13333333 * var(--vw));
    height: calc(10 * var(--vw));
    top: calc(-1 * var(--vw));
    right: calc(4 * var(--vw));
  }
  #DOLL [id^="RETRO"] .furisode-area::before {
    width: calc(12.46666667 * var(--vw));
    height: calc(8.66666667 * var(--vw));
    top: calc(0 * var(--vw));
    right: calc(1 * var(--vw));
  }
}

.furisode-area::after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
#DOLL [id^="JAPAN"] .furisode-area::after {
  background-image: url("../img/img_twinkle_02.svg");
  width: 93px;
  height: 116px;
  bottom: -61px;
  left: -82px;
}
#DOLL [id^="FAIRY"] .furisode-area::after {
  background-image: url("../img/img_heart_02.svg");
  width: 56px;
  height: 69px;
  bottom: -25px;
  left: -45px;
}
#DOLL [id^="RETRO"] .furisode-area::after {
  background-image: url("../img/img_clover_02.svg");
  width: 66px;
  height: 76px;
  bottom: -30px;
  left: -45px;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL [id^="JAPAN"] .furisode-area::after {
    width: calc(6.5 * var(--vw));
    height: calc(8.11111111 * var(--vw));
    bottom: calc(-4.23611111 * var(--vw));
    left: calc(-5.69444444 * var(--vw));
  }
  #DOLL [id^="FAIRY"] .furisode-area::after {
    width: calc(3.88888889 * var(--vw));
    height: calc(4.80555556 * var(--vw));
    bottom: calc(-1.73611111 * var(--vw));
    left: calc(-3.125 * var(--vw));
  }
  #DOLL [id^="RETRO"] .furisode-area::after {
    width: calc(4.58333333 * var(--vw));
    height: calc(5.27777778 * var(--vw));
    bottom: calc(-2.08333333 * var(--vw));
    left: calc(-3.125 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL [id^="JAPAN"] .furisode-area::after {
    width: calc(17.666667 * var(--vw));
    height: calc(13.066667 * var(--vw));
    top: calc(115.733333 * var(--vw));
    left: calc(2.066667 * var(--vw));
  }
  #DOLL [id^="FAIRY"] .furisode-area::after {
    width: calc(7.46666667 * var(--vw));
    height: calc(9.2 * var(--vw));
    top: calc(115.733333 * var(--vw));
    left: calc(3.066667 * var(--vw));
  }
  #DOLL [id^="RETRO"] .furisode-area::after {
    width: calc(8.8 * var(--vw));
    height: calc(10.13333333 * var(--vw));
    top: calc(115.733333 * var(--vw));
    left: calc(3.066667 * var(--vw));
  }
}



#DOLL .hair-make-box::after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

#DOLL [id^="JAPAN"] .hair-make-box::after {
  background-image: url("../img/img_twinkle_03.svg");
  width: 80px;
  height: 80px;
  top: 52px;
  right: 124px;
}
#DOLL [id^="FAIRY"] .hair-make-box::after {
  background-image: url("../img/img_heart_03.svg");
  width: 54px;
  height: 50px;
  top: 60px;
  right: 135px;
}
#DOLL [id^="RETRO"] .hair-make-box::after {
  background-image: url("../img/img_clover_03.svg");
  width: 46px;
  height: 60px;
  top: 60px;
  right: 135px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL [id^="JAPAN"] .hair-make-box::after {
    width: calc(5.55555556 * var(--vw));
    height: calc(5.55555556 * var(--vw));
    top: calc(3.61111111 * var(--vw));
    right: calc(12.11111111 * var(--vw));
  }
  #DOLL [id^="FAIRY"] .hair-make-box::after {
    width: calc(3.75 * var(--vw));
    height: calc(3.47222222 * var(--vw));
    top: calc(4.16666667 * var(--vw));
    right: calc(13.11111111 * var(--vw));
  }
  #DOLL [id^="RETRO"] .hair-make-box::after {
    width: calc(3.19444444 * var(--vw));
    height: calc(4.16666667 * var(--vw));
    top: calc(4.16666667 * var(--vw));
    right: calc(13.11111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL [id^="JAPAN"] .hair-make-box::after {
    width: calc(14.533333 * var(--vw));
    height: calc(14.533333 * var(--vw));
    top: calc(8.466667 * var(--vw));
    right: calc(-5.066667 * var(--vw));
  }
  #DOLL [id^="FAIRY"] .hair-make-box::after {
    width: calc(8.533333 * var(--vw));
    height: calc(8.533333 * var(--vw));
    top: calc(10.466667 * var(--vw));
    right: calc(-3.066667 * var(--vw));
  }
  #DOLL [id^="RETRO"] .hair-make-box::after {
    width: calc(10.533333 * var(--vw));
    height: calc(10.533333 * var(--vw));
    top: calc(10.466667 * var(--vw));
    right: calc(-5.066667 * var(--vw));
  }
}


/* .furisode-area
-------------------------------------*/
#DOLL .sec-doll .furisode-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-area {
    flex-direction: column;
    padding-bottom: calc(2.457865169 * var(--vw));
  }
}
#DOLL .sec-doll .furisode-area.type-02 {
  flex-direction: row-reverse;
}


/* .swiper-furisode-outer
-------------------------------------*/
#DOLL .sec-doll .swiper-furisode-outer {
  position: relative;
  width: 460px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-furisode-outer {
    width: 40.81%;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-furisode-outer {
    width: calc(76.923077 * var(--vw));
    margin: 0 auto;
  }
}


/* スライダー上タイトル
-------------------------------------*/
#DOLL .sec-doll .swiper-furisode-ttl {
  margin-bottom: 24px;
}
#DOLL .sec-doll .swiper-furisode-ttl img{
  width: auto;
  height: 40px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-furisode-ttl {
    margin-bottom: calc(1.66666667 * var(--vw));
  }
  #DOLL .sec-doll .swiper-furisode-ttl img{
    height: calc(2.5 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-furisode-ttl {
    margin-bottom: calc(3.2 * var(--vw));
    text-align: center;
  }
  #DOLL .sec-doll .swiper-furisode-ttl img{
    height: calc(7.33333333 * var(--vw));
  }
}


/* スライダー
-------------------------------------*/
#DOLL .sec-doll .swiper-furisode .swiper{
  position: relative;
}
#DOLL .sec-doll .swiper-furisode .swiper-slide {
  position: relative;
  z-index: 2;
}
#DOLL .sec-doll .swiper-furisode .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #a48b78;
  width: 100%;
  height: 100%;
}
#DOLL .sec-doll .swiper-furisode .swiper-slide img {
  width: 100%;
}


/* スライダー左右ボタン
-------------------------------------*/
#DOLL .sec-doll .swiper-button-prev-furisode,
#DOLL .sec-doll .swiper-button-next-furisode {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  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) {
  #DOLL .sec-doll .swiper-button-prev-furisode:hover,
  #DOLL .sec-doll .swiper-button-next-furisode:hover {
      opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-button-prev-furisode,
  #DOLL .sec-doll .swiper-button-next-furisode {
    width: calc(1.7361111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-button-prev-furisode,
  #DOLL .sec-doll .swiper-button-next-furisode {
    width: calc(4.358974359 * var(--vw));
  }
}


/* スライダー左ボタン
-------------------------------------*/
#DOLL .sec-doll .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) {
  #DOLL .sec-doll .swiper-button-prev-furisode {
    left: calc(-2.6 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-button-prev-furisode {
    left: calc(-8.01 * var(--vw));
  }
}


/* スライダー右ボタン
-------------------------------------*/
#DOLL .sec-doll .swiper-button-next-furisode {
  background: url(../img/btn_arrow_02_right.svg) no-repeat 0 0/100% auto;
  right: -40px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-button-next-furisode {
    right: calc(-2.6 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-button-next-furisode {
    right: calc(-8.01 * var(--vw));
  }
}


/* .furisode-desc
-------------------------------------*/
#DOLL .sec-doll .furisode-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 580px;
  /* padding-top: 55px; */
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .furisode-desc {
    width: 54%;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-desc {
    width: 100%;
    margin: 0;
    top: 0;
    padding-top: 0;
  }
}


/* .swiper-furisode-thumbs
-------------------------------------*/
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .swiper-furisode-thumbs {
    display: none;
  }
}

#DOLL .sec-doll .swiper-furisode-thumbs {
  width: 100%;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #DOLL .sec-doll .swiper-furisode-thumbs .swiper-slide:hover {
        opacity: 0.6;
        cursor: pointer;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .swiper-furisode-thumbs .swiper-slide {
    width: calc(9.444444444 * var(--vw));
    margin: 0 calc(0.208333 * var(--vw));
  }
}

#DOLL .sec-doll .swiper-furisode-thumbs .swiper-slide::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #a48b78;
  width: 100%;
  height: 100%;
}


/* .furisode-read-box
-------------------------------------*/
#DOLL .sec-doll .furisode-read-box {
  margin: 10px 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .furisode-read-box {
    margin: calc(0.702247191 * var(--vw)) 0 0;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-read-box {
    width: calc(71.7948717949 * var(--vw));
    margin: 0 auto;
    padding: 0 calc(1.5384615385 * var(--vw));
  }
}


/* .furisode-read-box-ttl
-------------------------------------*/
#DOLL .sec-doll .furisode-read-box-ttl {
  font-size: 31px;
  margin-bottom: 0.5em;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-weight: 700;
	text-align: left;
  color: #231815;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .furisode-read-box-ttl {
    font-size: calc(2.152777778 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-read-box-ttl {
    font-size: calc(4.8717948718 * var(--vw));
    line-height: 1.68;
    width: calc(71.7948717949 * var(--vw));
    margin: calc(5.6923076923* var(--vw)) auto 0;
  }
}


/* .furisode-code
-------------------------------------*/
#DOLL .sec-doll .furisode-read-box .furisode-code {
  font-size: 18px;
  line-height: 2.25;
  margin-top: 0;
  color: #a48b78;
  font-weight: 600;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .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) {
  #DOLL .sec-doll .furisode-read-box .furisode-code {
    font-size: calc(4.1025641026 * var(--vw));
    line-height: 1.84;
    margin-top: calc(3.8461538462 * var(--vw));
  }
}

#DOLL .sec-doll .furisode-read-box .furisode-code .note {
  font-size: 14px;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-read-box .furisode-code .note {
    display: block;
    font-size: calc(2.5641025641 * var(--vw));
    margin: calc(1.2820512821 * var(--vw)) 0 0 0;
  }
}


/* .furisode-read-box-txt
-------------------------------------*/
#DOLL .sec-doll .furisode-read-box-txt {
  font-size: 15px;
  line-height: 2;
  margin-top: 8px;
  letter-spacing: 0;
}
#DOLL .sec-doll .furisode-read-box-txt::before, #DOLL .sec-doll .furisode-read-box-txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#DOLL .sec-doll .furisode-read-box-txt::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#DOLL .sec-doll .furisode-read-box-txt::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .furisode-read-box-txt {
    font-size: calc(1.041666667 * var(--vw));
    margin-top: calc(1.25 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-read-box-txt {
    font-size: calc(4.1025641026* var(--vw));
    line-height: 1.71;
    margin-top: calc(2.4 * var(--vw));
  }
  #DOLL .sec-doll .furisode-read-box-txt::before, #DOLL .sec-doll .furisode-read-box-txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #DOLL .sec-doll .furisode-read-box-txt::before {
    margin-top: calc((1 - 1.71) * 0.5em);
  }
  #DOLL .sec-doll .furisode-read-box-txt::after {
    margin-bottom: calc((1 - 1.71) * 0.5em);
  }
}


/* .furisode-btn-box 詳しいスタイリングを見る
-------------------------------------*/
#DOLL .sec-doll .furisode-btn-box {
  position: absolute;
  bottom: 0;
  width: 65%;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-btn-box {
    position: relative;
    width: calc(79.4871794872 * var(--vw));
    margin: calc(8.933333333 * var(--vw)) auto 0;
  }
}
#DOLL .sec-doll .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;
}
#DOLL .sec-doll .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) {
  #DOLL .sec-doll .furisode-btn-box .btn-detail:hover {
        opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .furisode-btn-box .btn-detail {
    aspect-ratio: 235/42;
  }
}


/* .hair-make-area
-------------------------------------*/
#DOLL .sec-doll .hair-make-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .hair-make-area {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .hair-make-area {
    flex-direction: column-reverse;
    padding: calc(4 * var(--vw)) 0 0;
  }
}
#DOLL .sec-doll .hair-make-area.type-02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .hair-make-area.type-02 {
    flex-direction: column-reverse;
  }
}


/* .recommend-item-box
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box {
  position: relative;
  width: 460px;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
#DOLL .sec-doll .recommend-item-box {
    width: calc(28.0 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
#DOLL .sec-doll .recommend-item-box {
    width: calc(76.923077 * var(--vw));
    margin: calc(6 * var(--vw)) auto calc(6 * var(--vw));
    padding: 0;
  }
}


/* .recommend-item-box .ttl
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .ttl {
  width: 280px;
  margin: 0 1em;
}

#DOLL .sec-doll .recommend-item-box .ttl img{width: 95%;}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .ttl {
    width: calc(15.75 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .ttl {
    width: calc(58.6923076923 * var(--vw));
    margin: 0 auto;
  }
}


/* .recommend-item-box .img-box
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .img-box {
  position: relative;
  margin: -1px auto 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .img-box {
    margin: calc(-0.1 * var(--vw)) auto 0;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .img-box {
    margin: calc(-0.1 * var(--vw)) auto 0;
  }
}


/* .recommend-item-box .img-box .img
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .img-box .img {
  padding: 2.75% 2.8%;
  width: 380px;
  background-image: url(../img/ttl_recommend_item_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .img-box .img {
    width: calc(23 * var(--vw));
    padding: calc(1.1 * var(--vw)) calc(1 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .img-box .img {
    width: 100%;
    padding: calc(2.4 * var(--vw)) calc(2.6 * var(--vw));
    background-size: contain;
  }
}


/* .recommend-item-box .img-box .note
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .img-box .note {
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0 0;
  letter-spacing: -0.02em;
}
#DOLL .sec-doll .recommend-item-box .img-box .note::before, #DOLL .sec-doll .recommend-item-box .img-box .note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#DOLL .sec-doll .recommend-item-box .img-box .note::before {
  margin-top: calc((1 - 1.428) * 0.5em);
}
#DOLL .sec-doll .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) {
  #DOLL .sec-doll .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) {
  #DOLL .sec-doll .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;
  }
  #DOLL .sec-doll .recommend-item-box .img-box .note::before, #DOLL .sec-doll .recommend-item-box .img-box .note::after {
    display: none;
  }
}


/* .recommend-item-box .shop-box
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box {
  margin-top: 70px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .shop-box {
    margin-top: calc(3.0 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .shop-box {
    margin-top: calc(8* var(--vw));
  }
}


/* .recommend-item-box .shop-box .ttl
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box .ttl {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
}
@media screen and (max-width: 750px) {
}


/* .recommend-item-box .shop-box .item-list
-------------------------------------*/
#DOLL .sec-doll .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) {
  #DOLL .sec-doll .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) {
  #DOLL .sec-doll .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));
  }
}


/* .recommend-item-box .shop-box .item-list__item
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box .item-list__item {
  display: block;
  position: relative;
  width: 150px;
  top: 0;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list__item:hover {
        opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list__item {
    width: calc(8.5 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list__item {
    width: calc(33.3333333333 * var(--vw))
  }
}


/* .recommend-item-box .shop-box .item-list .img
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .img {
  position: relative;
  width: 100%;
}
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .img:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #a48b78;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#DOLL .sec-doll .recommend-item-box .shop-box .item-list .img.circle-txt:after{
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  top: -15%;
  right: -48%;
  background-image: url(../img/txt_buy_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list .img {
    width: 100%;
    margin-top: calc(0.3472222222 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list .img.circle-txt:after{
    width: calc(16 * var(--vw));
    height: calc(16 * var(--vw));
    top: calc(-2.2 * var(--vw));
    right: calc(-8.36 * var(--vw));
  }
}



/* .recommend-item-box .shop-box .item-list .code
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .code {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .code::before, #DOLL .sec-doll .recommend-item-box .shop-box .item-list .code::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .code::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#DOLL .sec-doll .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) {
  #DOLL .sec-doll .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) {
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list .code {
    font-size: calc(2.4 * var(--vw));
    margin-top: calc(2.5641025641 * var(--vw));
  }
}


/* .recommend-item-box .shop-box .item-list .code .btn
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .code .btn {
  display: contents;
}
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .code .btn:after{
  content: "";
  position: relative;
  top: -0.125em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  width: 0.7em;
  height: 1em;
  background-image: url(../img/ico_arrow.svg);
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .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;
    aspect-ratio: 98/24;
    min-width: 0;
    width: calc(25.1282051282 * var(--vw));
  }
  #DOLL .sec-doll .recommend-item-box .shop-box .item-list .code .btn:after{
    content: "";
    position: relative;
    top: -0.05em;
    margin-left: calc(1.0256410256 * var(--vw));
    width: calc(2.0512820513 * var(--vw));
    height: calc(2.5641025641 * var(--vw));
  }
}


/* .recommend-item-box .shop-box .item-list .code .small
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box .item-list .code .small {
  display: block;
  font-size: 75%;
  line-height: 1;
  padding-right: 0.5em;
}


/* .recommend-item-box .shop-box .item-list__item
-------------------------------------*/
#DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list{
  padding-left: 0;
}
#DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list__item{
  display: flex;
  width: 100%;
  align-items: flex-end;
}
#DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list__item:hover{
  opacity: 1;
  cursor: default;
}
#DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list__item .img{
  margin-right: 1em;
}
#DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list__item .note{
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
  margin: 15px 0 0;
  letter-spacing: -0.02em;
  white-space: nowrap;
  padding-bottom: 2em;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list__item .note{
      font-size: calc(0.7638888889 * var(--vw));
      margin-top: calc(1.041666667 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .recommend-item-box .shop-box.coordinate .item-list__item .note{
      font-size: calc(2.5641025641 * var(--vw));
      text-indent: -1em;
      text-align: left;
      margin: calc(2.5641025641 * var(--vw)) 0 0 1em;
  }
}




/* .hair-make-box
-------------------------------------*/
#DOLL .sec-doll .hair-make-box {
  position: relative;
  width: 580px;
  padding-left: 0;
  padding-right: 14%;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
#DOLL .sec-doll .hair-make-box {
    width: 54%;
    padding-left: 0;
    padding-right: 20%;
  }
}
@media screen and (max-width: 750px) {
#DOLL .sec-doll .hair-make-box {
    width: calc(76.923077 * var(--vw));
    margin: 0 auto;
    padding-right: 0;
  }
}


/* .hair-make-box .img-box-ttl
-------------------------------------*/
#DOLL .sec-doll .hair-make-box .img-box-ttl {
  position: relative;
  text-align: left;
  padding-left: 6%;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .hair-make-box .img-box-ttl {
    top: calc(-1.25 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .hair-make-box .img-box-ttl {
    top: calc(-2.4 * var(--vw));
    padding-bottom: calc(2.448979592 * var(--vw));
    padding-left: 0;
  }
}


/* .hair-make-box .img-box-ttl　中身
-------------------------------------*/
#DOLL .sec-doll .hair-make-box .img-box-ttl > * {
  position: relative;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  padding-top: 32px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .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) {
  #DOLL .sec-doll .hair-make-box .img-box-ttl > * {
    text-align: center;
    font-size: calc(4.6153846154 * var(--vw));
    padding-top: calc(6.1025641026 * var(--vw));
  }
}


/* .hair-make-box .img-box-txt
-------------------------------------*/
#DOLL .sec-doll .hair-make-box .img-box-txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  letter-spacing: -0.1px;
  padding-left: 6%;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .hair-make-box .img-box-txt {
    font-size: calc(1.011111111 * var(--vw));
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .hair-make-box .img-box-txt {
    font-size: calc(4.1025641026 * var(--vw));
    line-height: 1.7;
    margin-top: 0;
    padding-left: 0;
  }
}


/* .hair-make-box .img
-------------------------------------*/
#DOLL .sec-doll .hair-make-box .img{
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
#DOLL .sec-doll .hair-make-box .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #a48b78;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}


/* .back-to-top
-------------------------------------*/
#DOLL .sec-doll .back-to-top {
  margin-top: 100px;
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .back-to-top {
    margin-top: calc(6 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .back-to-top {
    margin-top: 0;
  }
}


/* .back-to-top .btn
-------------------------------------*/
#DOLL .sec-doll .back-to-top .btn {
  display: block;
  width: 430px;
  margin: 0 auto;
}
#DOLL .sec-doll .back-to-top .btn img{width: 100%;}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  #DOLL .sec-doll .back-to-top .btn:hover {
        opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .back-to-top .btn {
    width: calc(29.86111111 * var(--vw));
  }
}
@media screen and (max-width: 750px) {
  #DOLL .sec-doll .back-to-top .btn {
    width: calc(64.2307692308 * var(--vw));
  }
}


/* .back-to-top .note
-------------------------------------*/
#DOLL .sec-doll .back-to-top .note {
  font-size: 14px;
  line-height: 1.64;
  text-align: center;
  margin: 120px 0 -83px;
}
#DOLL .sec-doll .back-to-top .note::before, #DOLL .sec-doll .back-to-top .note::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#DOLL .sec-doll .back-to-top .note::before {
  margin-top: calc((1 - 1.64) * 0.5em);
}
#DOLL .sec-doll .back-to-top .note::after {
  margin-bottom: calc((1 - 1.64) * 0.5em);
}
@media screen and (min-width: 751px) and (max-width: 1440px) {
  #DOLL .sec-doll .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) {
  #DOLL .sec-doll .back-to-top .note {
    font-size: calc(2.8205128205 * var(--vw));
    margin: calc(8.2051282051 * var(--vw)) 0 0;
  }
}


.swiper.swiper-initialized {
  touch-action: pan-y pinch-zoom !important;
}



/*# sourceMappingURL=style.css.map */
