@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 30px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -30px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-30px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(30px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-30px, 30px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(30px, 30px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-30px, -30px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(30px, -30px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 30px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -30px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-30px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(30px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 30px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -30px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-30px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(30px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
.debug {
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
}
@media screen and (min-width: 769px) {
  .debug {
    content: "";
    display: block;
    width: 772px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-image: url("../pc.png");
  }
}
@media screen and (max-width: 768px) {
  .debug {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1000;
    background-image: url("../sp.png");
    background-size: 100% auto;
  }
}

.debugControl {
  position: fixed;
  top: 5px;
  left: 5px;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  pointer-events: initial;
  z-index: 9999;
  border-radius: 10px;
}
.debugControl input {
  display: block;
}
.debugControl input + input {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .header-bn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #main {
    padding: 0;
  }
}

#contents {
  transform: none !important;
}
@media screen and (max-width: 768px) {
  #contents {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin-bottom: 0;
  }
}

.roomwear {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", "MS ゴシック", "MS P Gothic", sans-serif;
  color: #404040;
  background: #b5c8ca;
  position: relative;
  height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .roomwear .svg-wrap {
    max-width: 100%;
  }
  .roomwear .svg-wrap svg {
    max-width: 100%;
  }
}
.roomwear .svg-wrap path {
  display: block;
  position: relative;
  opacity: 0;
}
.roomwear .svg-wrap.aos-animate path {
  transition: opacity 0.3s;
  opacity: 1;
}
.roomwear .svg-wrap.aos-animate path:nth-child(1) {
  transition-delay: 600ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(2) {
  transition-delay: 700ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(3) {
  transition-delay: 800ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(4) {
  transition-delay: 900ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(5) {
  transition-delay: 1000ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(6) {
  transition-delay: 1100ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(7) {
  transition-delay: 1200ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(8) {
  transition-delay: 1300ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(9) {
  transition-delay: 1400ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(10) {
  transition-delay: 1500ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(11) {
  transition-delay: 1600ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(12) {
  transition-delay: 1700ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(13) {
  transition-delay: 1800ms;
}
.roomwear .svg-wrap.aos-animate path:nth-child(14) {
  transition-delay: 1900ms;
}
.roomwear .yubold {
  font-family: "???S?V?b?N??", YuGothic, "???S?V?b?N", "Yu Gothic", "?q???M?m?p?S Pro W3", "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .roomwear {
    width: 1100px;
    padding-top: 83px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .roomwear {
    padding-top: 5.066vw;
  }
}
@media screen and (max-width: 768px) {
  .roomwear {
    height: 156.25vw;
  }
}
.roomwear .roomwear-music-button {
  display: none;
}
.roomwear.selected {
  height: inherit;
}
.roomwear.selected .roomwear-sound-confirm {
  display: none;
}
.roomwear.selected .roomwear-music-button {
  display: block;
}
.roomwear-container {
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .roomwear-container {
    width: 100%;
  }
}
.roomwear__mv {
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  width: 808px;
}
@media screen and (max-width: 768px) {
  .roomwear__mv {
    width: 91.8vw;
    margin: 0 auto 8.4vw;
  }
}
.roomwear__mv img {
  width: 100%;
  pointer-events: none;
}
.roomwear__mv__text {
  position: absolute;
  width: 202px !important;
  top: 39px;
  right: 38px;
}
@media screen and (max-width: 768px) {
  .roomwear__mv__text {
    width: 22.933vw !important;
    top: 4.4vw;
    right: 4.4vw;
  }
}
.roomwear__mv__title {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .roomwear__mv__title {
    width: 78.125vw;
  }
}
.roomwear__lead__wrap {
  text-align: center;
}
.roomwear__lead {
  text-align: center;
  color: #615f5c;
  line-height: 1.722222222;
  letter-spacing: 0.07em;
  margin-top: 28px;
  font-size: 26px;
  text-align: center;
}

.roomwear__lead__add {
  font-size: 30px !important;
  font-weight: bold;
  color: #ba1e29;
  line-height: 1.722222222;
  letter-spacing: 0.07em;
  margin-top: 28px;
  text-align: center;
}

.roomwear__lead__wrap .roomwear__allbtn {
  text-align: center;
  margin: 28px auto;
}

@media screen and (max-width: 768px) {
  .roomwear__lead {
    line-height: 1.7;
    font-size: 3.4375vw;
    margin-top: 4.0625vw;
  }
  .roomwear__lead__add {
	line-height: 1.7;
    font-size: 5.4375vw !important;
    margin-top: 4.0625vw;
  }
	
  .roomwear__lead__wrap .roomwear__allbtn {
    margin: 3.73vw auto;
  }
}

.roomwear__lead span{
  font-size: 21px;
}

@media screen and (max-width: 768px) {
  .roomwear__lead span{
    font-size: 2.7733vw;
  }
}

.roomwear__lead + .roomwear__lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .roomwear__lead + .roomwear__lead {
    margin-top: 4.6875vw;
  }
}
.roomwear__notice {
  text-align: center;
  color: #665332;
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .roomwear__notice {
    font-size: 2.5vw;
    margin-top: 2.8125vw;
  }
}
.roomwear-photos {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .roomwear-photos {
    text-align: center;
  }
}
.roomwear-photos figure {
  display: inline-block;
  margin: 0;
}
.roomwear-photos__svg {
  position: absolute;
  z-index: 10;
  height: 548px;
  width: 37px;
  top: -98px;
  left: 74px;
}

@media screen and (max-width: 768px) {
  .roomwear-photos__svg {
    width: 4.1333vw;
    top: -10.933vw;
    left: 7.4666vw;
  }
  .roomwear-photos__svg svg {
    width: 4.1333vw;
    height: 62.266vw;
  }
}

.roomwear-photos__icon {
  position: absolute;
  z-index: 10;
  width: 188px;
  height: 202px;
  top: -56px;
  right: -28px;
}

@media screen and (max-width: 768px) {
  .roomwear-photos__icon {
    position: absolute;
    z-index: 10;
    width: 21.333vw;
    height: 22.933vw;
    top: -6.26vw;
    right: -2vw;
  }
}

.roomwear-photos__icon--pair {
  position: absolute;
  z-index: 10;
  width: 175px;
  height: 175px;
  top: -24px;
  right: -30px;
}

@media screen and (max-width: 768px) {
  .roomwear-photos__icon--pair {
    width: 20vw;
    height: 20vw;
    bottom: -4.2666vw;
    right: -2.2666vw;
  }
}

.roomwear-photos__icon02 {
  position: absolute;
  z-index: 10;
  width: 188px;
  height: 202px;
  bottom: -30px;
  left: -30px;
}

@media screen and (max-width: 768px) {
  .roomwear-photos__icon02 {
    position: absolute;
    z-index: 10;
    width: 21.333vw;
    height: 22.933vw;
    bottom: -2.6vw;
    left: -2vw;
  }
}



@media screen and (min-width: 769px) {
  .roomwear-photos__photo1 {
    position: relative;
    margin: 58px auto 40px auto!important;
    /* margin-left: 102px !important; */
  }
}
@media screen and (max-width: 768px) {
  .roomwear-photos__photo1 {
    position: relative;
    width: 90.8vw;
    margin: 20.33vw auto 3.2vw auto!important;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-photos__photo2 {
    margin-top: 100px !important;
    z-index: 10;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-photos__photo2 {
    margin-top: 12.2vw !important;
    width: 75.333vw;
    z-index: 10;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-photos__photo3 {
    position: relative;
    width: 808px;
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-photos__photo3 {
    position: relative;
    width: 90.8vw;
    margin-top: 0 !important;
    margin-bottom: 2.6666vw !important;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-photos__photo4 {
    z-index: 10;
    position: relative;
    margin-top: 68px !important;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-photos__photo4 {
    z-index: 10;
    position: relative;
    width: 70.8vw;
    margin-top: 7.8666vw !important;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-photos__photo5 {
    z-index: 10;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-photos__photo5 {
    z-index: 10;
    position: relative;
    width: 70.8vw;
  }
}

.roomwear-photos a ,.roomwear__mv a{
  display: block;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .roomwear-photos a:hover, .roomwear__mv a:hover{
    opacity: 0.7;
  }
}

.hoveropacity {
   transition: .3s; 
}

@media screen and (min-width: 769px) {
  .hoveropacity:hover {
    opacity: 0.7;
  }
}

.roomwear-photos img {
  pointer-events: none;
}
.roomwear-comment {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .roomwear-comment {
    padding-top: 0;
    margin-top: 2.1875vw;
  }
}
.roomwear-comment__heart {
  position: absolute;
  width: 100%;
  top: 182px;
}
@media screen and (max-width: 768px) {
  .roomwear-comment__heart {
    top: 40.3125vw;
  }
}
.roomwear-comment__svg {
  position: absolute;
  width: 210px;
  left: 182px;
  top: 271px;
}
@media screen and (max-width: 768px) {
  .roomwear-comment__svg {
    width: 32.96875vw;
    left: 18.28125vw;
    top: 54.375vw;
  }
}
.roomwear-comment__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 588px;
}
@media screen and (max-width: 768px) {
  .roomwear-comment__item {
    width: 100%;
    margin-top: -7.8125vw;
  }
}
.roomwear-comment__item__text {
  margin-left: -26px;
  margin-top: 239px;
}
@media screen and (max-width: 768px) {
  .roomwear-comment__item__text {
    width: 45.78125vw;
    position: absolute;
    margin-left: 4.0625vw;
    margin-top: 86.5625vw;
  }
}
.roomwear-comment__item__image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .roomwear-comment__item__image {
    margin-left: -73px;
    margin-top: -162px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-comment__item__image {
    margin-left: 40.9375vw;
    margin-top: 19.375vw;
  }
}
.roomwear-comment__item__image a {
  display: block;
}
.roomwear-comment__item__image a img {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .roomwear-comment__item__image a img {
    width: 57.1875vw !important;
    height: 97.1875vw !important;
  }
}
.roomwear-comment__item__image p {
  position: absolute;
  width: 86px;
  top: 380px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .roomwear-comment__item__image p {
    width: 16.875vw;
    top: 57.8125vw;
    left: 0;
  }
}
.roomwear-comment__item__image p > img {
  width: 100%;
}
.roomwear-special {
  position: relative;
  margin-top: 193px;
}
@media screen and (max-width: 768px) {
  .roomwear-special {
    margin-top: 31.875vw;
    width: 91.875vw;
  }
}
.roomwear-special__title {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -60px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .roomwear-special__title {
    width: 43.125vw;
    top: -9.375vw;
    right: 3.125vw;
  }
}
.roomwear-album {
  text-align: center;
  position: relative;
  background-image: url(../img/bg-album.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 591px;
  height: 360px;
  margin: 115px auto 0;
  padding-top: 60px;
}
.roomwear-album img {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .roomwear-album {
    width: 92.34375vw;
    height: 56.25vw;
    margin: 20.625vw auto 0;
    padding-top: 8.75vw;
  }
}
.roomwear-album__title {
  position: absolute;
  top: -8px;
  left: -8px;
}
@media screen and (max-width: 768px) {
  .roomwear-album__title {
    width: 34.21875vw;
    top: -1.25vw;
    left: -1.25vw;
  }
}
.roomwear-album__lead {
  font-size: 23px;
  letter-spacing: 0.1em;
  color: #665332;
}
@media screen and (max-width: 768px) {
  .roomwear-album__lead {
    font-size: 3.75vw;
  }
}
.roomwear-album__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .roomwear-album__detail {
    padding: 0 3.125vw 0 7.8125vw;
  }
}
.roomwear-album__detail figure {
  margin: 0;
  padding: 25px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .roomwear-album__detail figure {
    width: 30.625vw;
    padding: 3.90625vw 0 0;
    margin: 0 1.5625vw 0 0;
  }
}
.roomwear-album__detail p {
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 19.8px;
  padding: 35px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .roomwear-album__detail p {
    font-size: 3.4375vw;
    padding: 4.6875vw 1.5625vw 0 0;
  }
}
.roomwear-album__detail p .sub {
  font-size: 17px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .roomwear-album__detail p .sub {
    font-size: 2.96875vw;
  }
}
.roomwear-album__detail p .sub2 {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .roomwear-album__detail p .sub2 {
    font-size: 2.5vw;
  }
}
.roomwear-foot {
  background: #edd5c5;
  padding: 127px 0 140px;
  margin-top: 122px;
}
@media screen and (max-width: 768px) {
  .roomwear-foot {
    margin-top: 15.625vw;
    padding: 13.75vw 0 14.0625vw;
  }
}
.roomwear-behind {
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .roomwear-behind {
    padding-bottom: 4.375vw;
    border-bottom-width: 0.3125vw;
    width: 91.875vw;
  }
}
.roomwear-behind__title {
  position: relative;
  display: block;
  z-index: 1;
  pointer-events: none;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .roomwear-behind__title {
    height: 3.90625vw;
  }
}
.roomwear-behind__title::before, .roomwear-behind__title::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .roomwear-behind__title::before, .roomwear-behind__title::after {
    height: 0.3125vw;
  }
}
.roomwear-behind__title::before {
  width: 45px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .roomwear-behind__title::before {
    width: 7.5vw;
  }
}
.roomwear-behind__title::after {
  width: 175px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .roomwear-behind__title::after {
    width: 27.65625vw;
  }
}
.roomwear-behind__title img {
  position: absolute;
  top: -35px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .roomwear-behind__title img {
    width: 58.59375vw !important;
    top: -5.46875vw;
    left: 2.34375vw;
  }
}
.roomwear-allitems {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 622px;
  margin: 142px auto 0;
  height: 707px;
  padding-bottom: 15px;
  background-image: url(../img/part2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .roomwear-allitems {
    width: 100%;
    height: 126.40625vw;
    margin-top: 15.3125vw;
    padding-bottom: 3.4375vw;
    background-image: url(../img/sp/part2.png);
  }
}
.roomwear-allitems__heart {
  position: absolute;
  width: 100%;
  top: -35px;
  left: -68px;
}
@media screen and (max-width: 768px) {
  .roomwear-allitems__heart {
    top: -3.28125vw;
    left: 0;
    width: 46.875vw;
    height: 29.6875vw;
  }
}
.roomwear-allitems__svg {
  position: absolute;
  width: 349px;
  left: 4px;
  top: 16px;
}
@media screen and (max-width: 768px) {
  .roomwear-allitems__svg {
    width: 18.28125vw;
    height: 12.34375vw;
    left: 8.75vw;
    top: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-allitems__svg > svg {
    width: auto;
    height: auto;
  }
}
.roomwear-allitems__text {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .roomwear-allitems__text {
    left: -27px;
    top: 97px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-allitems__text {
    left: 3.90625vw;
    top: 17.5vw;
    width: 29.21875vw;
    height: 13.75vw;
  }
}
.roomwear-allitems__button {
  color: #a68178;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  font-size: 26.5px;
  width: 588px;
  height: 65px;
  padding-left: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .roomwear-allitems__button {
    width: 91.875vw;
    height: 10.15625vw;
    font-size: 4.0625vw;
    padding-left: 4.6875vw;
  }
}
.roomwear-allitems__button .arrow {
  transform: scaleY(0.8) scaleX(0.6);
}
@media screen and (min-width: 769px) {
  .roomwear-allitems__button .arrow {
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-allitems__button .arrow {
    margin-left: 0.9375vw;
  }
}
.roomwear-allitems__button:hover {
  text-decoration: none;
  color: #a68178;
  opacity: 0.7;
}
.roomwear-backnumber {
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .roomwear-backnumber {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-backnumber__title img {
    width: 40.625vw !important;
  }
}
.roomwear-backnumber__link img {
  pointer-events: none;
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .roomwear-backnumber__link img {
    width: 31.25vw !important;
    margin-top: 3.125vw;
  }
}
.roomwear-backnumber__link img + img {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .roomwear-backnumber__link img + img {
    width: 13.75vw !important;
    margin-top: 2.65625vw;
  }
}
.roomwear-backnumber__caption {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .roomwear-backnumber__caption {
    margin-top: 0.78125vw;
  }
}
.roomwear-backnumber__caption a {
  font-size: 18px;
  text-decoration: none;
  color: #665332 !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .roomwear-backnumber__caption a {
    font-size: 3.4375vw;
  }
}
.roomwear-share {
  text-align: center;
  margin-top: 107px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .roomwear-share {
    margin-top: 13.28125vw;
    padding-bottom: 17.4666vw;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-share__title {
    display: inline-block;
    width: 18.125vw;
  }
}
.roomwear-share p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .roomwear-share p {
    margin-top: 1.5625vw;
  }
}
.roomwear-share p > a {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  .roomwear-share p > a {
    margin: 0 1.875vw;
    width: 9.53125vw;
    height: 9.53125vw;
    display: inline-flex;
    align-items: center;
  }
}
.roomwear-cart {
  display: flex;
}
@media screen and (min-width: 769px) {
  .roomwear-cart {
    justify-content: flex-end;
    align-items: center;
    margin-top: 49px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart {
    flex-direction: column;
    width: 89.0625vw;
    margin: 22.1875vw auto 0;
  }
}
.roomwear-cart-name {
  font-feature-settings: "palt";
  color: #383838;
}
@media screen and (min-width: 769px) {
  .roomwear-cart-name {
    font-size: 13px;
    text-align: right;
    line-height: 1.428571429;
    margin-right: 9px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart-name {
    text-align: center;
    font-size: 2.96875vw;
    line-height: 1.421052632;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-cart-name.short {
    margin-right: 20px;
  }
}
.roomwear-cart-btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .roomwear-cart-btns {
    width: 423px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart-btns {
    flex-wrap: wrap;
    margin-top: 2.8125vw;
  }
}
.roomwear-cart-btns .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.roomwear-cart-btns .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .roomwear-cart-btns .btn {
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart-btns .btn {
    height: 12.03125vw;
  }
}
.roomwear-cart-btns .btn.cart {
  background: #a68178;
}
.roomwear-cart-btns .btn.cart::before {
  content: "";
  background-image: url("../img/sp/icon-cart.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-display: block;
  width: 21px;
  height: 20px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .roomwear-cart-btns .btn.cart::before {
    width: 5.9375vw;
    height: 5.9375vw;
    margin-right: 2.65625vw;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-cart-btns .btn.cart {
    font-size: 18px;
    width: 189px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart-btns .btn.cart {
    width: 100%;
    font-size: 4.84375vw;
    margin-bottom: 2.34375vw;
  }
}
.roomwear-cart-btns .btn.detail {
  background: #FFFFFF;
  color: #a68178;
}
@media screen and (min-width: 769px) {
  .roomwear-cart-btns .btn.detail {
    width: 110px;
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart-btns .btn.detail {
    width: 43.125vw;
    font-size: 4.53125vw;
  }
}
.roomwear-cart-btns .btn.detail .arrow {
  transform: scaleY(0.8) scaleX(0.6);
}
@media screen and (min-width: 769px) {
  .roomwear-cart-btns .btn.detail .arrow {
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-cart-btns .btn.detail .arrow {
    margin-left: 0.9375vw;
  }
}
.roomwear-music-button {
  position: fixed;
  width: 106px;
  height: 106px;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .roomwear-music-button {
    bottom: 20px;
    left: calc(50% + 370px);
  }
}
@media screen and (max-width: 768px) {
  .roomwear-music-button {
    right: 20px;
    bottom: 20px;
  }
}
.roomwear-music-button.abs {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .roomwear-music-button.abs {
    left: inherit;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-music-button {
    width: 17vw;
    height: 17vw;
  }
}
.roomwear-music-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.roomwear-music-button a img {
  width: 100%;
}
.roomwear-music-button .roomwear-music-button__on {
  display: none;
}
.roomwear-music-button .roomwear-music-button__off {
  display: block;
}
.roomwear-music-button.is-on .roomwear-music-button__on {
  display: block;
}
.roomwear-music-button.is-on .roomwear-music-button__off {
  display: none;
}
.roomwear-sound-confirm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b4d6c9;
}
.roomwear-sound-confirm__inner {
  background: #fff;
  color: #665332;
  text-align: center;
  width: 87.5%;
  border: 3px solid #aecec2;
  margin: 120px auto 0;
  padding: 100px 65px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .roomwear-sound-confirm__inner {
    font-size: 3.4375vw;
    padding: 15.625vw 10.15625vw 13.28125vw;
  }
}

.roomwear-sound-confirm__inner p {
  font-size: 26px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .roomwear-sound-confirm__inner p {
    font-size:3.46666vw;
  }
}

.roomwear-sound-confirm__inner span {
  font-size: 15px !important;
}
@media screen and (max-width: 768px) {
  .roomwear-sound-confirm__inner span {
    font-size: 2.34375vw !important;
  }
}
.roomwear-sound-confirm__buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .roomwear-sound-confirm__buttons {
    margin-top: 8.59375vw;
  }
}
.roomwear-sound-confirm__buttons > a {
  display: block;
  position: relative;
  margin: 0 14px;
}
@media screen and (max-width: 768px) {
  .roomwear-sound-confirm__buttons > a {
    width: 31.25vw;
    margin: 0 2.1875vw;
  }
}
.roomwear-sound-confirm__buttons > a img {
  width: 100%;
}
.roomwear-icon-pair {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .roomwear-icon-pair {
    width: 126px;
    margin: 23px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .roomwear-icon-pair {
    width: 21.40625vw;
    margin: 8.4375vw auto 0;
  }
}
.roomwear-icon-pair img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .roomwear .is-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .roomwear .is-sp {
    display: none;
  }
}
.roomwear .tac {
  text-align: center;
}
.roomwear .popup-youtube {
  position: relative;
  display: block;
}
.roomwear .popup-youtube img {
  pointer-events: none;
  width: 810px;
}
.roomwear .red {
  color: #e80012;
}

.roomblanket-comment {
  position: relative;
  padding-top: 138px;
  width: 726px;
  border-radius: 20px;
  background-color: #fdeded;
  margin: 76px auto 0;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment {
    margin: 20.46875vw auto 0;
    padding: 22.1875vw 2.5vw 10.15625vw 2.8125vw;
    width: 97.34375vw;
    border-radius: 3.125vw;
    display: flex;
  }
}
.roomblanket-comment__heart {
  position: absolute;
  width: 100%;
  top: -35px;
  left: 90px;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__heart {
    width: 91.5625vw;
    height: 18.90625vw;
    top: -2.8125vw;
    left: 7.1875vw;
  }
}
.roomblanket-comment__svg {
  position: absolute;
  width: 349px;
  left: 125px;
  top: 23px;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__svg {
    top: 5.9375vw;
    left: 12.5vw;
    width: 54.53125vw;
    height: 8.125vw;
  }
}
.roomblanket-comment__svg > svg {
  width: auto;
  height: auto;
}
.roomblanket-comment__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0;
  width: 588px;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__item {
    width: 42.34375vw;
    margin-right: 3.4375vw;
  }
}
.roomblanket-comment__item__text {
  margin-left: -12px;
  margin-top: 247px;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__item__text {
    width: 45.625vw;
    margin-left: 1.5625vw;
    padding-top: 6.25vw;
  }
}
.roomblanket-comment__item__image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .roomblanket-comment__item__image {
    margin-left: 138px;
    margin-top: -35px;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__item__image {
    margin-right: -0.78125vw;
  }
}
.roomblanket-comment__item__image a {
  display: block;
}
.roomblanket-comment__item__image a img {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__item__image a img {
    width: 43.75vw !important;
  }
}
.roomblanket-comment__item__image p {
  position: absolute;
  width: 86px;
  top: 380px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .roomblanket-comment__item__image p {
    width: 16.875vw;
    top: 57.8125vw;
    left: 0;
  }
}
.roomblanket-comment__item__image p > img {
  width: 100%;
}
.roomblanket-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .roomblanket-cart {
    margin: 30px 21px 0 103px;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-cart {
    width: 91.875vw;
    margin: 5.46875vw auto 0;
    flex-wrap: wrap;
  }
}
.roomblanket-cart-name {
  font-feature-settings: "palt";
  color: #5c5c5c;
  letter-spacing: 0.1em;
}
.roomblanket-cart-name a {
  color: #5c5c5c;
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-name {
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 1.56px;
    text-align: right;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-cart-name {
    text-align: center;
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-name.short {
    margin-right: 20px;
  }
}
.roomblanket-cart-btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-btns {
    width: 423px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-cart-btns {
    margin-top: 1.5625vw;
    flex-wrap: wrap;
  }
}
.roomblanket-cart-btns .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.roomblanket-cart-btns .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-btns .btn {
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-cart-btns .btn {
    height: 12.03125vw;
  }
}
.roomblanket-cart-btns .btn.cart {
  background: #ffa6a6;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-btns .btn.cart {
    font-size: 18px;
    width: 189px;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-cart-btns .btn.cart {
    font-size: 4.0625vw;
    margin-bottom: 2.34375vw;
  }
}
.roomblanket-cart-btns .btn.cart::before {
  content: "";
  background-image: url("../img/sp/icon-cart.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-display: block;
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .roomblanket-cart-btns .btn.cart::before {
    width: 5vw;
    height: 5vw;
    margin-right: 3.125vw;
  }
}
.roomblanket-cart-btns .btn.detail {
  background: #FFFFFF;
  color: #f39494;
  border: 1px solid #f39494;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-btns .btn.detail {
    width: 110px;
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  .roomblanket-cart-btns .btn.detail {
    width: 22.1875vw;
    font-size: 3.75vw;
    height: 10.9375vw;
  }
}
.roomblanket-cart-btns .btn.detail .arrow {
  transform: scaleY(0.8) scaleX(0.6);
}
@media screen and (min-width: 769px) {
  .roomblanket-cart-btns .btn.detail .arrow {
    margin-left: 3px;
  }
}
.mfp-content-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.mfp-content-inner .mfp-close {
  top: -40px;
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
@media print {
  .roomwear img {
    display: none !important;
  }
  .roomwear * {
    background: none !important;
  }
}
.roomwear-links {
  text-align: center;
}
.roomwear-links--01 div:first-child{
  padding-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .roomwear-links--01 div:first-child{
    padding-bottom: 3.2vw;
  }
}

.roomwear-links--02 {
  padding-bottom: 63px;
}

@media screen and (max-width: 768px) {
  .roomwear-links--02 {
    padding-bottom: 5.7333vw;
  }
}
.roomwear__itemlink {
  font-size: 23px;
  line-height: 1.8;
  color: #615f5c !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .roomwear__itemlink {
    font-size: 3.2vw;
  }
}
.roomwear__itemlink02 {
  font-size: 23px;
  line-height: 1.8;
  color: #615f5c !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .roomwear__itemlink02 {
    font-size: 3vw;
  }
}

.roomwear__itemlink:hover {
  text-decoration: none !important;
}

.roomwear__comment {
  position: relative;
  background-color: #d3dedf;
}
.roomwear__comment::before {
  position: absolute;
  content: "";
  top: -120px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-color:#d3dedf;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .roomwear__comment::before {
    top: -14.266vw;
    height: 14.266vw;
  }
}
.roomwear__comment__inner {
  width: 778px;
  margin: 22px auto 54px auto;
}

.roomwear__comment__inner02 {
  width: 778px;
  margin: 33px auto 95px auto;
}

@media screen and (max-width: 768px) {
  .roomwear__comment__inner {
    width: 88.4vw;
    margin: 2.9333vw auto 6.1333vw 4.1333vw;
  }
}

@media screen and (max-width: 768px) {
  .roomwear__comment__inner02 {
    width: 88.4vw;
    margin: 2.9333vw auto 6.1333vw 4.1333vw;
  }
}

.roomwear__limited__inner {
  position: relative;
  width: 809px;
  margin: 76px auto 88px auto;
  background-color: #f5f5e8;
  padding: 65px 0 40px 0 ;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__inner {
    width: 92vw;
    margin: 8.6666vw auto 8vw auto;
    padding: 6.6666vw 0 4.2666vw 0 ;
  }
}

.roomwear__limited__ttl {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .roomwear__limited__ttl {
    position: absolute;
    top: -3.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 49.4666vw;
  }
}

.roomwear__limited__ttl-text {
  font-size: 28px;
  color: #665332;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__ttl-text {
    font-size: 3.2vw;
    margin-bottom: 2.666vw;
  }
}

.roomwear__limited__ttl-text span{
  font-weight: 700;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__ttl-text span{
    font-size: 3.2vw;
  }
}

.roomwear__limited__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.roomwear__limited__box div:first-child{
  margin-right: 37px;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__box div:first-child{
    width: 38.9333vw;
    margin-right: 4.8vw;
  }
  .roomwear__limited__box div:last-child{
    width: 39.3333vw;
  }
}

.roomwear__limited__text {
  font-size: 28px;
  color: #665332;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__text {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 3vw;
    margin-bottom: 5.333vw;
    letter-spacing: -1px;
  }
}

.roomwear__limited__text span{
  font-weight: 700;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__text span{
    font-size: 3.2vw;
  }
}

.roomwear__limited__img-text {
  font-size: 19px;
  text-align: center;
  color: #665332;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__img-text {
    font-size: 2.4vw;
  }
}

.roomwear__limited__box--text .roomwear__limited__img-text:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .roomwear__limited__box--text .roomwear__limited__img-text:first-child {
    margin-bottom: 1.3333vw;
  }
}
.roomwear__movie {
  background-color: #efd0d7;
  padding: 160px 0 108px 0;
}

@media screen and (max-width: 768px) {
  .roomwear__movie {
    padding: 18.26vw 0 13.333vw 0;
  }
}

.roomwear__movie__special {
  position: relative;
  width: 810px;
  margin: 0 auto 190px auto;
  z-index: 1;
}

.roomwear__movie__behind {
  position: relative;
  width: 810px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .roomwear__movie__special{
    width: 92vw;
    margin: 0 auto 21.73333vw auto;
  }
}

@media screen and (max-width: 768px) {
  .roomwear__movie__behind {
    width: 92vw;
    margin: 0 auto;
  }
}

.roomwear__movie__special::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(../taBeRSkp/movie_line_top01.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -33px;
}

@media screen and (max-width: 768px) {
  .roomwear__movie__special::before {
    top: -3.6vw;
    height: 3px;
  }
}

.roomwear__movie__behind::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(../taBeRSkp/movie_line_top02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -33px;
}

@media screen and (max-width: 768px) {
  .roomwear__movie__behind::before {
    top: -3.6vw;
    height: 3px;
  }
}

.roomwear__movie__special::after,.roomwear__movie__behind::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(../taBeRSkp/movie_line_btm.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -33px;
}

@media screen and (max-width: 768px) {
  .roomwear__movie__special::after,.roomwear__movie__behind::after {
    bottom: -3.6vw;
    height: 3px;
  }
}

.roomwear__movie__ttl--01 {
  position: absolute;
  top: -84px;
  right: 25px;
  width: 381px;
  height: 137px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .roomwear__movie__ttl--01 {
    top: -9.3333vw;
    right: 3.2vw;
    width: 43.7333vw;
    height: 15.2vw;
  }
}
.roomwear__movie__ttl--02 {
  position: absolute;
  top: -82px;
  left: 20px;
  width: 514px;
  height: 162px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .roomwear__movie__ttl--02 {
    top: -12.2vw;
    width: 59.066vw;
    height: 18.666vw;
  }
}
.roomwear__album {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 42px 0 58px 0;
  width: 808px;
  margin: 0 auto 92px auto;

}

@media screen and (max-width: 768px) {
  .roomwear__album {
    border-radius: 4vw;
    padding: 4.5333vw 0 6.4vw 0;
    width: 92vw;
    margin: 0 auto 10.53333vw auto;

  }
}

.roomwear__album__ttl {
  color: #615f5c;
  font-size: 33px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .roomwear__album__ttl {
    font-size: 3.7333vw;
    margin-bottom: 3.3333vw;
  }
}

.roomwear__album__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .roomwear__album__box .box__img{
    width: 30.666vw;
  }
}
.roomwear__album__box .box__text{
  text-align: center;
  margin-left: 97px;
}

@media screen and (max-width: 768px) {
  .roomwear__album__box .box__text{
    margin-left: 10.9333vw;
  }
}

.roomwear__album__box .box__text--A{
  color: #6b6b6b;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .roomwear__album__box .box__text--A{
    font-size: 3.466vw;
  }
}

.roomwear__album__box .box__text--B{
  color: #6b6b6b;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .roomwear__album__box .box__text--B{
    font-size: 2.9333vw;
    margin-top: 1.6vw;
  }
}

.roomwear__album__box .box__text--B span{
  color: #6b6b6b;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .roomwear__album__box .box__text--B span{
    font-size: 2.2666vw;
  }
}
.roomwear__album__box .box__text--C{
  color: #6b6b6b;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .roomwear__album__box .box__text--C{
    font-size: 2.4vw;
    margin-top: 1.6vw;
  }
}

.roomwear__allbtn {
  text-align: center;
  margin: 0 auto 137px auto;
}

@media screen and (max-width: 768px) {
  .roomwear__allbtn {
    width: 92vw;
    margin: 0 auto 15.0666vw auto;
  }
}

.roomwear__btm__img {
  position: relative;
  z-index: 1;
}

.roomwear__btm__img--text {
  position: absolute;
  left: 62px;
  top: 104px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .roomwear__btm__img--text {
    top: 12vw;
    left: 6.9333vw;
  }
}

.roomwear-present {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.roomwear-present.show {
  display: flex;
  opacity: 1;
}

.roomwear-present__bg {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.roomwear-present__inner {
  overflow-y: scroll;
  height: 100%;
}

.roomwear-present__wrap {
  position: absolute;
  background-color: #ffffff;
  width: 808px;
  height: 80vh;
  padding: 80px 56px 64px 56px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.roomwear-present.show .roomwear-present__wrap {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .roomwear-present__wrap {
    padding: 8.8vw 6.9333vw 6.9333vw 6.9333vw;
    width: 91.86666vw;
  }
}

.roomwear-present__close-icon {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 60px;
  line-height: 1;
  color: #414141;
  cursor: pointer;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .roomwear-present__close-icon {
    top: 2.1333vw;
    right: 2.6666vw;
    font-size: 6.9333vw;
  }
}

.roomwear-present__ttl {
  font-size: 38px;
  color: #615f5c;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .roomwear-present__ttl {
    font-size: 4.4vw;
    margin-bottom: 5.3333vw;
  }
}

.roomwear-present__lead {
  font-size: 28px;
  line-height: 1.6;
  color: #615f5c;
  font-weight: 700;
  margin-bottom: 46px;
  text-align: center;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .roomwear-present__lead {
    font-size: 3.2vw;
    margin-bottom: 5.3333vw;
  }
}

.roomwear-present__detail dt {
  background-color: #89a5a8;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0.3em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 15px 0;
 
}

@media screen and (max-width: 768px) {
  .roomwear-present__detail dt {
    font-size: 3.2vw;
    padding: 1.3333vw 0;
  }
}

.roomwear-present__detail dd {
  font-size: 23px;
  color: #615f5c;
  line-height: 1.6;
  padding: 40px 33px;
}

@media screen and (max-width: 768px) {
  .roomwear-present__detail dd {
    font-size: 3.2vw;
    padding: 3.2vw 5.3333vw;
  }
}

.roomwear-present__detail dd.test-center {
  text-align: center;
}

.roomwear-present__detail dd span.small{
  font-size: 18px;
  margin-top: 8px;
  display: block;
}

@media screen and (max-width: 768px) {
  .roomwear-present__detail dd span.small{
    font-size: 2.1333vw;
    margin-top: 2vw;
  }
}
.roomwear-present__detail dd ul {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .roomwear-present__detail dd ul {
    margin-bottom: 4.8vw;
  }
}

.roomwear-present__detail dd ul li{
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

.roomwear-present__close-btn {
  width: 174px;
  height: 43px;
  border-radius: 22px;
  border: 1px solid #615f5c;
  font-size: 20px;
  line-height: 1;
  color: #615f5c;
  text-align: center;
  margin: 0 auto;
  padding: 12px 0;
  cursor: pointer;
  transition: .3s;  
}

@media screen and (max-width: 768px) {
  .roomwear-present__close-btn {
    width: 26.533vw;
    height: 6.5333vw;
    border-radius: 3.6vw;
    font-size: 2.6666vw;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 769px) {
  .roomwear-present__close-btn:hover,.roomwear-present__close-icon:hover {
    opacity: 0.7;
  }
}

.roomwear-present__open-btn {
  font-size: 20px;
  line-height: 1;
  color: #615f5c;
  background-color: #ffffff;
  width: 198px;
  padding: 15px 30px;
  border-radius: 25px;
  margin: 24px auto 0 auto;
  transition: .3s;
  cursor: pointer;
}

.roomwear-present__note {
  font-size: 20px;
  color: #665332;
　line-height: 1.722222222;
  letter-spacing: 0.07em;
  margin-top: 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .roomwear-present__open-btn {
    font-size: 2.6666vw;
    width: 26.4vw;
    padding: 2vw 4vw;
    border-radius: 3.3333vw;
    margin: 3.3333vw auto 0 auto;
  }

  .roomwear-present__note {
	font-size: 2.6666vw;
	margin: 3.3333vw auto 0 auto;
  }
	
}
@media screen and (min-width: 769px) {
  .roomwear-present__open-btn:hover {
    opacity: 0.7 !important;
  }
}

.roomwear__postcard {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
  .roomwear__postcard {
    text-align: center;
    font-size: 3.4666vw;
    color: #ffffff;
    margin-bottom: 5.3333vw;
  }
}

body.modal-open {
  overflow: hidden;
}

/* SVG装飾 */
.koisuru-1 {
  fill: #ba1e29;
}

.koisuru-1, .koisuru-2 {
  fill-rule: evenodd;
}

.koisuru-2 {
  fill: #ffffff;
}
.tadaima-text {
  fill: #665332;
  fill-rule: evenodd;
}

.spemivie-text {
  fill: #fff;
  fill-rule: evenodd;
}

.behind-text {
  fill: #fff;
  fill-rule: evenodd;
}
.fuyuhen-1 {
  fill: #fff;
}

.fuyuhen-1, .fuyuhen-2 {
  fill-rule: evenodd;
}

.fuyuhen-2 {
  fill: #c51b27;
}

#koisurusvg {
  width: 729px;
}

@media screen and (max-width: 768px) {
  #koisurusvg {
    width: 82.8vw;
    height: 8.933vw;
  }
}
#specialmovie {
    width: 380px;
    height: 132px;
  }
@media screen and (max-width: 768px) {
  #specialmovie {
    width: 43.7333vw;
    height: 15.2vw;
  }
}

#behindthescenes {
    width: 514px;
    height: 162px;
  }

@media screen and (max-width: 768px) {
  #behindthescenes {
    width: 59.066vw;
    height: 18.666vw;
  }
}

#fuyuhen {
  width: 39px;
  height: 897px;
}

@media screen and (max-width: 768px) {
  #fuyuhen {
    width: 4.8vw;
    height: 104.2666vw;
  }

}


/* SVG装飾 */

.roomwear-item02 {
  padding-top: 70px;
  background-color: #efd0d7;
}
@media screen and (max-width: 768px) {
  .roomwear-item02 {
    padding-top: 8vw;
  }

}

.roomwear__comment--pink {
  background-color: #f5e3e7;
}

.roomwear__comment--pink::before {
  background-color:#f5e3e7;
}

.roomwear__btm-content {
  margin-top: 84px;
  background-color: #b5c8ca;
}

@media screen and (max-width: 768px) {
  .roomwear__btm-content {
    margin-top: 9.3333vw;
  }
}


.roomwear__SNS-content {
  padding-top: 94px;
  background-color: #efd0d7;
}

@media screen and (max-width: 768px) {
  .roomwear__SNS-content {
    padding-top: 9.7333vw;
  }
}

.roomwear__itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.roomwear__itemlist .roomwear__itemlist__item01{
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .roomwear__itemlist .roomwear__itemlist__item01{
    margin-right: 5.333vw;
  }
}

.roomwear__itemlist .roomwear__itemlist__img{
  height: 300px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .roomwear__itemlist .roomwear__itemlist__img{
    height: 35.2vw;
    margin-bottom: 4.6666vw;
  }
}


@media screen and (max-width: 768px) {
  .roomwear__itemlist .roomwear__itemlist__item01, .roomwear__itemlist .roomwear__itemlist__item02{
    width: 42vw;
  }
}

.roomwear-item02__photo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top:-14px;
}
@media screen and (max-width: 768px) {
  .roomwear-item02__photo-box {
    margin-top: 0;
  }
}

.roomwear-item02__photo-box .roomwear-photos:nth-child(1){
  margin-right: 25px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .roomwear-item02__photo-box .roomwear-photos:nth-child(1){
    width: 53vw;
    margin-right: 2.6vw;
  }
}

.roomwear-item02__photo-box .roomwear-photos:nth-child(2){
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .roomwear-item02__photo-box .roomwear-photos:nth-child(2){
    width: 36.5vw;
    margin-top: 11.3vw;
  }
}

.roomwear-index {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .roomwear-index {
    margin-top: 12vw;
  }
}

.roomwear-index__title {
  margin: 0 auto 32px auto;
}

@media screen and (max-width: 768px) {
  .roomwear-index__title {
    width: 18vw;
    margin: 0 auto 4.2666vw auto;
  }
}

@media screen and (max-width: 768px) {
  .roomwear-index__list {
    width: 32vw;
    margin: 0 auto;
  }
}

.roomwear-index__list a span{
  display: inline-block;
  font-size: 24px;
  color: #615f5c;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .roomwear-index__list a span{
    font-size: 3.75vw;
    margin-top: 1.1333vw;
  }
}