@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");

/* フッター調整 */
.footer_scoring {
  display: none;
}

.footer_top,
.footer_inner {
  margin: 0 !important;
}

.scroll_anime {
  opacity: 0;
  position: relative;
  top: 40px;
}

body.modal_open {
  overflow: hidden;
  height: 100vh;
}

body.modal_open #main_area {
  z-index: 20;
}

body {
  background: none;
}

#bread {
  display: none;
  background: #fff;
  position: relative;
  z-index: 1;
}

#bread::before,
#bread::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
}

#bread::before {
  right: 100%;
}

#bread::after {
  left: 100%;
}

/* br ======================================= */
@media screen and (min-width: 1025px) {
  br.sp1024 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  br.sp900 {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  br.sp768 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}

/*                アニメーション
======================================================= */
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes knot_wave-loop {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes knot_wave-loop {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* contents ======================================= */
footer {
  position: relative;
  z-index: 1;
}

#content_bg {
  position: fixed;
  z-index: -2;
  top: 0;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
}

@media screen and (max-width: 900px) {
  #content_bg {
    top: 80px;
  }
}

#content_bg video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 141.4364640884vh;
  height: 70.703125vw;
  min-height: 100%;
  min-width: 100%;
}

@media screen and (max-width: 900px) {
  #content_bg video {
    width: 52.6217228464vh;
    height: 190.0355871886vw;
  }
}

@media screen and (max-width: 900px) {
  #content_bg video.pc_view {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  #content_bg video.sp_view {
    display: none;
  }
}

#content_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .contentL {
    padding-left: 0;
    padding-right: 0;
  }
}

h1#main {
  background: #E4007F;
  padding-top: 38px;
}

h1#main img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: auto;
}

/*===========================
   Modal
===========================*/
.modal {
  display: none;
  min-height: 100vh;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(121, 113, 144, 0.8);
}

.modal .modal_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal_cont {
  background-color: #F1E0E7;
  border-radius: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.modal .modal_cont_inr {
  max-height: 100%;
  overflow-y: auto;
}

.modal .modal_cont_inr::-webkit-scrollbar {
  width: 4px;
}

.modal .modal_cont_inr::-webkit-scrollbar-track {
  background-color: #F1E0E7;
}

.modal .modal_cont_inr::-webkit-scrollbar-thumb {
  background-color: #DBD2E7;
  border-radius: 2px;
}

.modal .modal_closebtn {
  position: absolute;
  right: 20px;
  top: 65px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #B2A3CA;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}

@media (hover: hover) {
  .modal .modal_closebtn {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .modal .modal_closebtn:hover {
    opacity: 0.7;
  }
}

.modal .modal_closebtn::before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/modal_closebtn.png") center/contain no-repeat;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.modal .modal_detail {
  font-family: "Zen Maru Gothic", sans-serif;
}

@media only screen and (min-width: 901px) {
  .modal .modal_cont {
    max-width: 1080px;
    padding: 74px 20px;
    height: calc(100vh - 80px);
  }

  .modal .modal_cont.-image_center .modal_image {
    top: 50%;
    translate: 0 -50%;
  }

  .modal .modal_cont_inr {
    max-height: 100%;
    width: 100%;
    padding: 0 54px 0 416px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .modal .modal_cont_inr.-image_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal .modal_image {
    width: 362px;
    position: absolute;
    left: 54px;
    top: 0;
  }

  .modal .modal_image img {
    width: 100%;
    border-radius: 8px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1160px) {
  .modal .modal_cont {
    padding: 6.3793103448vw 1.724137931vw;
    height: calc(100vh - 6.8965517241vw);
  }

  .modal .modal_cont_inr {
    padding: 0 4.6551724138vw 0 35.8620689655vw;
  }

  .modal .modal_image {
    width: 31.2068965517vw;
    left: 4.6551724138vw;
    top: 0;
  }

  .modal .modal_image img {
    width: 100%;
    border-radius: 0.6896551724vw;
  }
}

@media only screen and (min-width: 901px) {
  .modal .modal_detail {
    width: 221.6379310345vw;
    padding-left: 3.1034482759vw;
  }
}

@media only screen and (max-width: 900px) {
  .modal .modal_wrap {
    padding: 16px;
  }

  .modal .modal_cont {
    height: calc(100vh - 8.5333333333vw);
    overflow-y: auto;
    padding: 0vw 1.0666666667vw 0vw;
  }

  .modal .modal_cont_inr {
    padding: 16vw 5.3333333333vw 16vw;
  }

  .modal .modal_image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8.5333333333vw;
  }

  .modal .modal_image img {
    width: 100%;
    border-radius: 2.1333333333vw;
  }

  .modal .modal_closebtn {
    position: absolute;
    right: 5.3333333333vw;
    top: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }

  .modal .modal_closebtn::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.modal .modal_detail_cont:nth-of-type(n+2) {
  margin-top: 36px;
  padding-top: 41px;
  position: relative;
}

.modal .modal_detail_cont:nth-of-type(n+2)::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/border-modal_detail_cont.png") left top/auto 100% repeat-x;
}

.modal .modal_detail_ttl {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
  font-weight: normal;
}

.modal .modal_detail_txt p {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.85;
  font-weight: normal;
}

.modal .modal_detail_txt p.aligncenter {
  text-align: center;
}

.modal .modal_detail_txt p strong {
  font-weight: normal;
}

.modal .modal_detail_txt p strong.-purple {
  color: #A58FC8;
}

.modal .modal_detail_txt p strong.-underline {
  display: inline-block;
  padding-bottom: 0.4em;
  border-bottom: solid 2px #B2A3CA;
}

.modal .modal_detail_txt p+p {
  margin-top: 1.25em;
}

.modal .modal_detail_txt .modal_detail_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal .modal_detail_txt .modal_detail_dl dt {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.modal .modal_detail_txt .modal_detail_dl dt .-inr {
  min-height: 33px;
  color: #fff;
  background-color: #B2A3CA;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  line-height: 1em;
  padding: 0.1em 1.2em 0.2em;
}

.modal .modal_detail_txt .modal_detail_dl dd+dt {
  margin-top: 1.75em;
}

.modal .modal_detail_txt .modal_detail_caution {
  font-size: 12px;
  margin-top: 2em;
}

.modal .modal_detail_txt .modal_detail_caution li {
  font-size: 100%;
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
}

.modal .modal_detail_txt .modal_detail_caution li::before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  content: "※";
}

@media only screen and (max-width: 900px) {
  .modal .modal_detail_cont:nth-of-type(n+2) {
    margin-top: 10.6666666667vw;
    padding-top: 12.5333333333vw;
  }

  .modal .modal_detail_cont:nth-of-type(n+2)::before {
    height: 1.8666666667vw;
  }

  .modal .modal_detail_ttl {
    font-size: 6.9333333333vw;
  }

  .modal .modal_detail_txt p {
    font-size: 4vw;
  }

  .modal .modal_detail_txt .modal_detail_dl dt {
    font-size: 3.7333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
  }

  .modal .modal_detail_txt .modal_detail_dl dt .-inr {
    min-height: 8.8vw;
    border-radius: 4.2666666667vw;
  }

  .modal .modal_detail_txt .modal_detail_caution {
    font-size: 3.2vw;
    margin-top: 2em;
  }
}

/*===========================
   Contents
===========================*/
#contents {
  position: relative;
  z-index: 1;
  color: #305C84;
  max-width: 100%;
  background: none;
  padding: 0 !important;
  margin-top: -1px;
  -webkit-text-size-adjust: 100%;
  color: #305C84;
}

#contents::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #F1E0E7;
  z-index: 99;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#contents.-load::before {
  -webkit-animation: contentsRoad 0.75s ease-in-out;
  animation: contentsRoad 0.75s ease-in-out;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes contentsRoad {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes contentsRoad {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

#contents p,
#contents li,
#contents a,
#contents dl {
  color: #305C84;
}

#contents img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  display: block;
  margin: auto;
}

#contents .-radius11 {
  border-radius: 11px;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  #contents .-radius11 {
    border-radius: 2.75vw;
  }
}

@media only screen and (max-width: 900px) {
  #contents a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#contents sup {
  line-height: 1;
  font-size: 110%;
}

#contents sup>span {
  display: inline-block;
  font-size: 66%;
  margin-left: 0.1em;
  translate: 0 -0.5em;
}

#contents .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 900px) {
  #contents .main_width {
    padding: 0 5.3333333333vw;
  }
}

#contents .btn {
  display: block;
  max-width: 225px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  #contents .btn {
    max-width: 48.2666666667vw;
  }
}

#contents .btn>a,
#contents .btn>span {
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
  background-color: #305C84;
  border-radius: 27px;
  border: solid 1px;
  border-color: #305C84;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 54px;
  padding-top: 0.06em;
  cursor: pointer;
}

@media screen and (max-width: 900px) {

  #contents .btn>a,
  #contents .btn>span {
    font-size: 4.2666666667vw;
    border-radius: 7.2vw;
    min-height: 14.4vw;
  }
}

@media (hover: hover) {

  #contents .btn>a,
  #contents .btn>span {
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
  }

  #contents .btn>a:hover,
  #contents .btn>span:hover {
    background-color: #B2A3CA;
    border-color: #B2A3CA;
  }
}

#contents .btn.cart>a>span,
#contents .btn.cart>span>span {
  position: relative;
  padding-left: 50px;
}

#contents .btn.-mini {
  max-width: 81px;
}

@media screen and (max-width: 900px) {
  #contents .btn.-mini {
    max-width: 21.6vw;
  }
}

#contents .btn.-mini>a,
#contents .btn.-mini>span {
  border-radius: 14px;
  font-size: 11px;
  min-height: 28px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 900px) {

  #contents .btn.-mini>a,
  #contents .btn.-mini>span {
    font-size: 2.9333333333vw;
    border-radius: 3.7333333333vw;
    min-height: 7.4666666667vw;
  }
}

@media (hover: hover) {

  #contents .btn.-mini>a,
  #contents .btn.-mini>span {
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
  }

  #contents .btn.-mini>a:hover,
  #contents .btn.-mini>span:hover {
    background-color: #B2A3CA;
    border-color: #B2A3CA;
  }
}

#contents .btn.blank>a>span,
#contents .btn.blank>span>span {
  position: relative;
  padding-right: 1.5em;
}

#contents .btn.blank>a>span::after,
#contents .btn.blank>span>span::after {
  content: "";
  background-image: url(../img/sdgs/blank.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contents .oyasumitanpaku2026-item {
  position: relative;
  z-index: 1;
  height: 100%;
}

#contents .oyasumitanpaku2026-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents .oyasumitanpaku2026-item .item-img {
  text-align: center;
  padding: 0;
}

#contents .oyasumitanpaku2026-item .item-img+.item-txt {
  margin-top: 1em;
}

#contents .oyasumitanpaku2026-item .item-img img {
  max-width: 158px;
  width: 100%;
  height: auto;
}

#contents .oyasumitanpaku2026-item .item-txt {
  text-align: center;
}

#contents .oyasumitanpaku2026-item .item-ttl {
  font-size: 12px;
  line-height: 1.4;
}

#contents .oyasumitanpaku2026-item .item-ttl+.item-detail {
  margin-top: 0.5em;
}

#contents .oyasumitanpaku2026-item .item-ttl .-sub {
  display: block;
  font-size: 8px;
}

#contents .oyasumitanpaku2026-item .item-detail {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contents .oyasumitanpaku2026-item .item-detail li {
  position: relative;
}

#contents .oyasumitanpaku2026-item .item-detail li .-small {
  font-size: 70%;
}

#contents .oyasumitanpaku2026-item .item-detail li+li {
  margin-left: 1.5em;
}

#contents .oyasumitanpaku2026-item .item-detail li+li::before {
  content: "";
  display: block;
  background: #714829;
  width: 1px;
  height: 1em;
  position: absolute;
  left: -0.75em;
  top: 50%;
  translate: 0 calc(-50% + 0.1em);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

#contents .oyasumitanpaku2026-item .item-btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 9px auto 0;
}

#contents .oyasumitanpaku2026-item .item-btn {
  margin-top: 5px;
  width: 100%;
  max-width: 125px;
  height: 26px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.075em;
  color: #fff;
  line-height: 1;
  background: #8E7361;
  border: solid 1px #8E7361;
}

#contents .oyasumitanpaku2026-item .item-btn.disabled {
  pointer-events: none;
}

#contents .oyasumitanpaku2026-item .item-btn.-purple {
  background: #7D81BE;
  border: solid 1px #7D81BE;
}

#contents .oyasumitanpaku2026-item .item-btn.-border_purple {
  background: #fff;
  color: #7D81BE;
  border: solid 1px #7D81BE;
}

#contents .oyasumitanpaku2026-item .item-btn.-border_cha {
  background: #fff;
  color: #8E7361;
  border: solid 1px #8E7361;
}

@media (hover: hover) {
  #contents .oyasumitanpaku2026-item .item-btn:hover {
    background: #fff;
    color: #8E7361;
    border: solid 1px #8E7361;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-purple:hover {
    background: #fff;
    color: #7D81BE;
    border: solid 1px #7D81BE;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-border_purple:hover {
    color: #fff;
    background: #7D81BE;
    border: solid 1px #7D81BE;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-border_cha:hover {
    color: #fff;
    background: #8E7361;
    border: solid 1px #8E7361;
  }
}

#contents .oyasumitanpaku2026-item .item-btn>span {
  position: relative;
  top: -0.1em;
}

#contents .oyasumitanpaku2026-item .item-btn>span.wird-spacing {
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 900px) {
  #contents .oyasumitanpaku2026-item .item-img img {
    max-width: 39.5vw;
  }

  #contents .oyasumitanpaku2026-item .item-ttl {
    font-size: 3vw;
  }

  #contents .oyasumitanpaku2026-item .item-ttl .-sub {
    font-size: 2vw;
  }

  #contents .oyasumitanpaku2026-item .item-detail {
    font-size: 2.5vw;
  }

  #contents .oyasumitanpaku2026-item .item-btn_wrap {
    margin: 2.25vw auto 0;
  }

  #contents .oyasumitanpaku2026-item .item-btn {
    margin-top: 1.25vw;
    width: 100%;
    max-width: 31.25vw;
    height: 6.5vw;
    border-radius: 3.25vw;
    font-size: 3vw;
    border: solid 0.25vw #8E7361;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-purple {
    border: solid 0.25vw #7D81BE;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-border_purple {
    border: solid 0.25vw #7D81BE;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-border_cha {
    border: solid 0.25vw #8E7361;
  }
}

@media only screen and (max-width: 900px) and (hover: hover) {
  #contents .oyasumitanpaku2026-item .item-btn:hover {
    border: solid 0.25vw #8E7361;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-purple:hover {
    border: solid 0.25vw #7D81BE;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-border_purple:hover {
    border: solid 0.25vw #7D81BE;
  }

  #contents .oyasumitanpaku2026-item .item-btn.-border_cha:hover {
    border: solid 0.25vw #8E7361;
  }
}

#contents .oyasumitanpaku2026_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  #contents .oyasumitanpaku2026_section {
    margin-top: -50px;
    padding-top: 50px;
  }
}

#contents .oyasumitanpaku2026_section_wrap {
  padding: 25px 21px;
}

@media only screen and (max-width: 900px) {
  #contents .oyasumitanpaku2026_section_wrap {
    padding: 6.25vw 5.25vw;
  }
}

#contents .oyasumitanpaku2026_section_ttl .-en {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

#contents .oyasumitanpaku2026_section_ttl .-en>svg {
  width: auto;
  height: 29px;
}

#contents .oyasumitanpaku2026_section_ttl .-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  font-size: 24px;
  margin-top: 0.8em;
  font-weight: 400;
}

#contents .oyasumitanpaku2026_section_ttl.fadein .-en>svg {
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: translate 0.75s, opacity 0.75s;
  transition: translate 0.75s, opacity 0.75s;
}

#contents .oyasumitanpaku2026_section_ttl.fadein .-ja .-inr {
  translate: 0 100%;
  opacity: 0;
  -webkit-transition: translate 0.75s, opacity 0.75s;
  transition: translate 0.75s, opacity 0.75s;
}

#contents .oyasumitanpaku2026_section_ttl.fadein.-in .-en>svg {
  transform: translateY(0);
  opacity: 1;
}

#contents .oyasumitanpaku2026_section_ttl.fadein.-in .-ja .-inr {
  translate: 0;
  opacity: 1;
  font-size: 24px;
}

@media only screen and (max-width: 900px) {
  #contents .oyasumitanpaku2026_section_ttl .-en>svg {
    width: auto;
    height: 7.25vw;
  }

  #contents .oyasumitanpaku2026_section_ttl .-ja {
    font-size: 6vw;
  }
}

#contents .oyasumitanpaku2026_border_ttl {
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}

#contents .oyasumitanpaku2026_border_ttl .-inr {
  position: relative;
  display: inline-block;
}

#contents .oyasumitanpaku2026_border_ttl .-inr::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #DBD2E7;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  #contents .oyasumitanpaku2026_border_ttl {
    font-size: 5.3333333333vw;
  }

  #contents .oyasumitanpaku2026_border_ttl .-inr::before {
    height: 2.1333333333vw;
  }
}

#contents .section_read p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-justify: inter-word;
}

@media only screen and (max-width: 900px) {
  #contents .section_read {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 901px) {
  #contents #outer_wrap {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
  }

  #contents #outer_wrap .bg_wrap {
    background-position: center;
    background-size: cover;
    position: relative;
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/bg_pc.jpg");
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #contents #outer_wrap .bg_wrap::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 1.25s;
    transition: opacity 1.5s ease-in-out;
  }

  #contents #outer_wrap .bg_wrap.-scrollbottom::before {
    opacity: 1;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1440px) {
  #contents #outer_wrap .bg_wrap::before {
    bottom: 0;
    background: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/bg_cloud.png") center bottom/contain no-repeat;
  }
}

@media only screen and (min-width: 901px) and (min-width: 1440.1px) {
  #contents #outer_wrap .bg_wrap::before {
    top: 30%;
    left: 0;
    background: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/bg_cloud.png") center top/cover no-repeat;
  }
}

@media only screen and (min-width: 901px) {
  #contents #outer_wrap .bg_wrap.-hide {
    z-index: -1;
    opacity: 0;
  }
}

#contents #outer_wrap .pc_left {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 220px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 110px;
}

#contents #outer_wrap .pc_left .pc_left_inr {
  position: relative;
  width: 276px;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 308px 0 176px;
}

@media screen and (max-height: 900px) {
  #contents #outer_wrap .pc_left .pc_left_inr {
    padding: 34.2222222222vh 0 19.5555555556vh;
  }
}

@media only screen and (max-width: 1200px) {
  #contents #outer_wrap .pc_left .pc_left_inr {
    width: 23vw;
    padding: 25.6666666667vw 0 14.6666666667vw;
  }
}

#contents #outer_wrap .pc_right {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 220px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 110px 1em 0;
}

#contents #outer_wrap .pc_right .img {
  max-width: 387px;
}

#contents #outer_wrap .pc_left,
#contents #outer_wrap .pc_right {
  z-index: 11;
}

#contents #outer_wrap .pc_left .bg_star,
#contents #outer_wrap .pc_right .bg_star {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#contents #outer_wrap .pc_left .bg_star.-star_01,
#contents #outer_wrap .pc_right .bg_star.-star_01 {
  width: 50px;
  height: 50px;
  background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/star_01.png");
}

#contents #outer_wrap .pc_left .bg_star.-star_02,
#contents #outer_wrap .pc_right .bg_star.-star_02 {
  width: 23px;
  height: 23px;
  background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/star_02.png");
}

#contents #outer_wrap .pc_left .bg_star.-star_03,
#contents #outer_wrap .pc_right .bg_star.-star_03 {
  width: 14px;
  height: 16px;
  background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/star_03.png");
}

#contents #outer_wrap .pc_left .bg_star.-shooting::before,
#contents #outer_wrap .pc_right .bg_star.-shooting::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5%;
  border-radius: 50%;
  background: #fff;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  top: 12px;
  right: 10px;
  translate: 100% 0;
}

#contents #outer_wrap .pc_left .bg_star.-star_left01 {
  top: 25%;
  left: 18%;
  -webkit-animation: starBlink01 3s linear infinite;
  animation: starBlink01 3s linear infinite;
}

#contents #outer_wrap .pc_left .bg_star.-star_left02 {
  bottom: 50%;
  left: 80%;
  -webkit-animation: starShooting01 2s linear infinite;
  animation: starShooting01 2s linear infinite;
}

#contents #outer_wrap .pc_left .bg_star.-star_left02::before {
  -webkit-animation: starShooting01_line 2s linear infinite;
  animation: starShooting01_line 2s linear infinite;
}

#contents #outer_wrap .pc_left .bg_star.-star_left03 {
  top: 15%;
  left: 40%;
  -webkit-animation: starBlink01 4s linear infinite;
  animation: starBlink01 4s linear infinite;
}

#contents #outer_wrap .pc_left .bg_star.-star_left04 {
  -webkit-animation: starBlink02 3s linear infinite;
  animation: starBlink02 3s linear infinite;
  bottom: 10%;
  left: 5%;
}

#contents #outer_wrap .pc_right .bg_star.-star_right01 {
  bottom: 10%;
  left: 5%;
  -webkit-animation: starBlink01 3s linear infinite;
  animation: starBlink01 3s linear infinite;
}

#contents #outer_wrap .pc_right .bg_star.-star_right02 {
  top: 25%;
  left: 18%;
  -webkit-animation: starShooting01 3s linear infinite;
  animation: starShooting01 3s linear infinite;
}

#contents #outer_wrap .pc_right .bg_star.-star_right02::before {
  -webkit-animation: starShooting01_line 3s linear infinite;
  animation: starShooting01_line 3s linear infinite;
}

#contents #outer_wrap .pc_right .bg_star.-star_right03 {
  top: 15%;
  left: 40%;
  -webkit-animation: starBlink01 3s linear infinite;
  animation: starBlink01 3s linear infinite;
}

#contents #outer_wrap .pc_right .bg_star.-star_right04 {
  bottom: 50%;
  left: 60%;
  -webkit-animation: starBlink02 2s linear infinite;
  animation: starBlink02 2s linear infinite;
}

#contents #outer_wrap .bg-main_logo img {
  width: 215px;
}

#contents #outer_wrap .pc_bg-nav {
  margin-top: 86px;
}

#contents #outer_wrap .pc_bg-nav ul li:nth-of-type(n+2) {
  margin-top: 25px;
}

#contents #outer_wrap .pc_bg-nav ul li a img,
#contents #outer_wrap .pc_bg-nav ul li a svg {
  width: auto;
  height: 17px;
}

#contents #outer_wrap .pc_bg-nav ul li a img,
#contents #outer_wrap .pc_bg-nav ul li a svg path {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

@media (hover: hover) {

  #contents #outer_wrap .pc_bg-nav ul li a:hover img,
  #contents #outer_wrap .pc_bg-nav ul li a:hover svg path {
    fill: #fffbfd;
  }
}

#contents #outer_wrap .pc_bg-nav ul li.active a img,
#contents #outer_wrap .pc_bg-nav ul li.active a svg path {
  fill: #fffbfd;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_concept a img,
#contents #outer_wrap .pc_bg-nav ul li#nav_concept a svg {
  width: auto;
  height: 16.38px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_about a img {
  width: auto;
  height: 16.22px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_nutrients a img {
  width: auto;
  height: 16.34px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_flavor a img {
  width: auto;
  height: 16.22px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_review a img {
  width: auto;
  height: 16.02px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_size a img {
  width: auto;
  height: 16.22px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_allitems a img {
  width: auto;
  height: 16.24px;
}

#contents #outer_wrap .pc_bg-nav ul li#nav_faq a img {
  width: auto;
  height: 19.12px;
}

#contents #outer_wrap .pc_bg-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 36px;
}

#contents #outer_wrap .pc_bg-items .oyasumitanpaku2026-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#contents #outer_wrap .pc_bg-items .oyasumitanpaku2026-item.-w97 {
  width: 97px;
}

#contents #outer_wrap .pc_bg-items .oyasumitanpaku2026-item.-w134 {
  width: 134px;
}

@media (hover: hover) {
  #contents #outer_wrap .pc_bg-items a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  #contents #outer_wrap .pc_bg-items a:hover {
    opacity: 0.7;
  }
}

#contents #outer_wrap .pc_bg-items .item-info {
  width: 100%;
}

#contents #outer_wrap .pc_bg-items .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contents #outer_wrap .pc_bg-items .item-img img {
  width: 100%;
}

#contents #outer_wrap .pc_bg-items .item-img.-w66 img {
  width: 66px;
}

#contents #outer_wrap .pc_bg-items .item-txt {
  margin-top: 18px;
  width: 100%;
}

#contents #outer_wrap .pc_bg-items .item-icon {
  width: 100%;
  height: 33px;
  border-radius: 16px;
  background: #B2A3CA;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.05em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  #contents #outer_wrap .pc_bg-items {
    margin-top: 3vw;
  }

  #contents #outer_wrap .pc_bg-items .oyasumitanpaku2026-item.-w97 {
    width: 8.0833333333vw;
  }

  #contents #outer_wrap .pc_bg-items .oyasumitanpaku2026-item.-w134 {
    width: 11.1666666667vw;
  }

  #contents #outer_wrap .pc_bg-items .item-img.-w66 img {
    width: 5.5vw;
  }

  #contents #outer_wrap .pc_bg-items .item-txt {
    margin-top: 1.5vw;
  }

  #contents #outer_wrap .pc_bg-items .item-icon {
    width: 100%;
    height: 2.75vw;
    border-radius: 1.3333333333vw;
    font-size: 1vw;
  }
}

#contents #outer_wrap .content_wrap {
  width: 375px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 900px) {
  #contents #outer_wrap .content_wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {

  #contents #outer_wrap .pc_left,
  #contents #outer_wrap .pc_right {
    display: none;
  }
}

#contents #outer_wrap .oyasumitanpaku2026_section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFBFD;
}

#contents #outer_wrap .oyasumitanpaku2026_section.-bg_pink {
  background-color: #F1E0E7;
}

#contents #outer_wrap .oyasumitanpaku2026_section.-bg_purple {
  background-color: #DBD2E7;
}

#contents #outer_wrap .oyasumitanpaku2026_section.-bg_offWhite {
  background-color: #FFFBFD;
}

@media only screen and (max-width: 900px) {
  #contents #outer_wrap .oyasumitanpaku2026_section {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

@-webkit-keyframes starBlink01 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes starBlink01 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes starBlink02 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes starBlink02 {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  33% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes starShooting01 {
  0% {
    translate: 50% -50%;
    opacity: 0;
  }

  25% {
    translate: 0 0;
    opacity: 1;
  }

  33% {
    translate: 0 0;
    opacity: 0.5;
  }

  50% {
    translate: 0 0;
    opacity: 0;
  }

  100% {
    translate: 0 0;
    opacity: 0;
  }
}

@keyframes starShooting01 {
  0% {
    translate: 50% -50%;
    opacity: 0;
  }

  25% {
    translate: 0 0;
    opacity: 1;
  }

  33% {
    translate: 0 0;
    opacity: 0.5;
  }

  50% {
    translate: 0 0;
    opacity: 0;
  }

  100% {
    translate: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes starShooting01_line {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    width: 10%;
    height: 2%;
    opacity: 0;
  }

  25% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 100%;
    height: 5%;
    opacity: 0.5;
  }

  100% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 100%;
    height: 5%;
  }

  100% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 100%;
    height: 5%;
  }
}

@keyframes starShooting01_line {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    width: 10%;
    height: 2%;
    opacity: 0;
  }

  25% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 100%;
    height: 5%;
    opacity: 0.5;
  }

  100% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 100%;
    height: 5%;
  }

  100% {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    width: 100%;
    height: 5%;
  }
}

#contents #oyasumitanpaku2026_fv {
  position: relative;
  z-index: 12;
}

@media screen and (min-width: 901px) {
  #contents #oyasumitanpaku2026_fv {
    height: calc(100vh - 110px);
    min-height: 770px;
    z-index: 12;
  }
}

#contents #oyasumitanpaku2026_fv.-hide {
  z-index: -1;
}

@media screen and (orientation: landscape) and (max-width: 900px) {
  #contents #oyasumitanpaku2026_fv {
    min-height: calc(100svh - 23.256vw);
  }
}

@media only screen and (orientation: landscape) and (max-width: 900px) {
  #contents #oyasumitanpaku2026_fv {
    min-height: calc(100svh - 110px);
    height: 100%;
  }
}

@media only screen and (orientation: landscape) and (max-width: 768px) {
  #contents #oyasumitanpaku2026_fv {
    min-height: calc(100svh - 100px);
  }
}

@media only screen and (orientation: portrait) and (max-width: 900px) {
  #contents #oyasumitanpaku2026_fv {
    min-height: auto;
  }

  #contents #oyasumitanpaku2026_fv+#oyasumitanpaku2026_content #oyasumitanpaku2026_concept {
    padding-top: 75svh;
  }
}

@media only screen and (orientation: portrait) and (max-width: 900px) and (max-aspect-ratio: 4/7) {
  #contents #oyasumitanpaku2026_fv {
    min-height: calc(100svh - 110px);
    height: 175.4666666667vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  #contents #oyasumitanpaku2026_fv {
    height: 0;
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) and (max-aspect-ratio: 4/7) {
  #contents #oyasumitanpaku2026_fv {
    min-height: calc(100svh - 100px);
    height: 175.4666666667vw;
  }
}

#contents .fv_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: 12;
  background-color: #E8CADE;
}

#contents .fv_wrap .fv_bg {
  width: 100%;
  max-width: 1440px;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 901px) {

  #contents .fv_wrap .fv_bg::before,
  #contents .fv_wrap .fv_bg::after {
    position: absolute;
    display: block;
    height: 100%;
    width: 1000px;
    background-color: rgba(121, 113, 144, 0.8);
    top: 0;
    z-index: 3;
  }

  #contents .fv_wrap .fv_bg::before {
    left: 1px;
    translate: -100% 0;
  }

  #contents .fv_wrap .fv_bg::after {
    right: 1px;
    translate: 100% 0;
  }
}

#contents .fv_wrap .fv_bg .fv_logo {
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

#contents .fv_wrap .fv_bg .fv_logo.-in {
  opacity: 1;
}

#contents .fv_wrap .fv_bg .fv_logo img {
  width: 100%;
}

#contents .fv_wrap .fv_bg .fv_logo.fv_logo_01 {
  width: 360px;
  left: 50%;
  left: calc(50% - 20px);
  bottom: 50%;
  translate: 24px 88px;
}

#contents .fv_wrap .fv_bg .fv_logo.fv_logo_02 {
  width: 208px;
  bottom: 72px;
  right: 50%;
  translate: -236px 0;
}

#contents .fv_wrap .fv_bg .fv_logo.fv_new_flavor {
  width: 200px;
  bottom: 45px;
  right: 0;
}

@media screen and (max-width: 1480px) {
  #contents .fv_wrap .fv_bg .fv_logo.fv_new_flavor {
    right: 40px;
  }
}

#contents .fv_wrap .fv_bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

@media only screen and (min-width: 901px) {

  #contents .fv_wrap .fv_bg_img::before,
  #contents .fv_wrap .fv_bg_img::after {
    position: absolute;
    display: block;
    content: "";
    width: 1000px;
    height: 100%;
    top: 0;
    z-index: 1;
  }

  #contents .fv_wrap .fv_bg_img::before {
    right: calc(50% + 665px);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(246, 205, 213)), color-stop(95%, rgb(246, 205, 213)), to(rgba(246, 205, 213, 0)));
    background-image: linear-gradient(90deg, rgb(246, 205, 213), rgb(246, 205, 213) 95%, rgba(246, 205, 213, 0));
  }

  #contents .fv_wrap .fv_bg_img::after {
    left: calc(50% + 665px);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(192, 172, 206, 0)), color-stop(5%, rgb(192, 172, 206)), to(rgb(192, 172, 206)));
    background-image: linear-gradient(90deg, rgba(192, 172, 206, 0), rgb(192, 172, 206) 5%, rgb(192, 172, 206));
  }
}

@media only screen and (min-width: 901px) and (max-height: 880px) {
  #contents .fv_wrap .fv_bg_img::before {
    right: calc(50% + 75.5681818182vh);
  }

  #contents .fv_wrap .fv_bg_img::after {
    left: calc(50% + 75.5681818182vh);
  }
}

#contents .fv_wrap .fv_bg_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#contents .fv_wrap::after {
  background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv_bg_logo1.png"),
    url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv_bg_logo2.png");
  background-repeat: no-repeat, no-repeat !important;
  background-size: 370px auto, 210px auto !important;
  background-position: 62% 31%, 31% 74% !important;
}


@media only screen and (min-width: 901px) {
  #contents .fv_wrap .fv_scroll-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 25px;
    height: 100px;
    translate: -12px 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #contents .fv_wrap .fv_scroll-down::before {
    position: absolute;
    display: block;
    content: "";
    left: 5px;
    translate: -50% 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }

  #contents .fv_wrap .fv_scroll-down::after {
    position: absolute;
    display: block;
    content: "";
    left: 5px;
    translate: -50% 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: fv_scrollDown 2.5s ease-in-out infinite;
    animation: fv_scrollDown 2.5s ease-in-out infinite;
  }

  #contents .fv_wrap .fv_scroll-down>span {
    display: block;
    width: 11px;
  }

  #contents .fv_wrap .fv_scroll-down>span img {
    width: 100%;
  }

  @-webkit-keyframes fv_scrollDown {
    0% {
      top: 0;
      opacity: 0;
    }

    10% {
      top: 0;
      opacity: 1;
    }

    50% {
      top: 100%;
      opacity: 0.7;
    }

    100% {
      top: 100%;
      opacity: 0.7;
    }
  }

  @keyframes fv_scrollDown {
    0% {
      top: 0;
      opacity: 0;
    }

    10% {
      top: 0;
      opacity: 1;
    }

    50% {
      top: 100%;
      opacity: 0.7;
    }

    100% {
      top: 100%;
      opacity: 0.7;
    }
  }

  #contents .fv_wrap::before,
  #contents .fv_wrap::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 2880px auto;
    background-repeat: no-repeat;
    background-repeat: repeat;
    z-index: 2;
    bottom: 50%;
    background-position: center;
  }

  #contents .fv_wrap::before {
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv-bg_cover.png");
  }

}


@media only screen and (min-width: 901px) and (max-height: 880px) {

  /* #contents .fv_wrap::before,
  #contents .fv_wrap::after {
    background-size: 327.2727272727vh auto;
  } */

  #contents .fv_wrap .fv_bg {
    max-width: 163.6363636364vh;
    position: relative;
    /*
    .fv_logo{
      &.fv_logo_01{
        width: calc(360vh / 880 * 100);
        left: calc(50% - calc(20vh / 880 * 100));
        translate: calc(24vh / 880 * 100) calc(88vh / 880 * 100);
      }
      &.fv_logo_02{
        width: calc(208vh / 880 * 100);
        bottom: calc(72vh / 880 * 100);
        right: 50%;
        translate: calc(-236vh / 880 * 100) 0;
      }
      &.fv_new_flavor{
        width: calc(200vh / 880 * 100);
        bottom: calc(45vh / 880 * 100);
        right: 0;
        @media screen and (max-width: 1480px) {
          right: calc(40vh / 880 * 100);
        }
      }
    }
    */
  }

  #contents .fv_wrap .fv_bg::before,
  #contents .fv_wrap .fv_bg::after {
    width: calc((100vw - 163.6363636364vh) / 2);
  }
}

@media only screen and (max-width: 900px) {
  #contents .fv_wrap .fv_scroll-down {
    display: none;
  }

  #contents .fv_wrap::before,
  #contents .fv_wrap::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }

  #contents .fv_wrap::before {
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv-bg_cover-sp.png");
  }

  /* #contents .fv_wrap::after {
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv-logo_cover-sp.png");
  } */

  #contents .fv_wrap .fv_bg .fv_logo.fv_logo_01 {
    width: 65.9626666667vw;
    left: auto;
    bottom: auto;
    right: 2.344vw;
    top: 10.3813333333vw;
    translate: 0 0;
  }

  #contents .fv_wrap .fv_bg .fv_logo.fv_logo_02 {
    width: 29.9306666667vw;
    bottom: 10.3333333333vw;
    right: auto;
    left: 5.1253333333vw;
    translate: 0 0;
  }

  #contents .fv_wrap .fv_bg .fv_logo.fv_new_flavor {
    width: 40vw;
    bottom: 7.7333333333vw;
    right: 2.9333333333vw;
  }
}

@media only screen and (max-width: 768px) {
  #contents .fv_wrap {
    top: 100px;
    height: 175.4666666667vw;
  }
}

@media only screen and (max-width: 900px) {
  #contents .fv_wrap {
    height: calc(100svh - 110px);
  }

  #contents .fv_wrap::before,
  #contents .fv_wrap::after {
    background-size: auto 100%;
    background-repeat: repeat-x;
  }

  #contents .fv_wrap .fv_bg {
    /*
    .fv_logo{
      img{
      }
      &.fv_logo_01{
        width: calc(258vh / 778 * 100);
        //right: 50%;
        right: calc(50% - calc(187vh / 778 * 100));
        right: calc(50% - calc(188vh / 778 * 100));
        top: calc(44vh / 778 * 100);
      }
      &.fv_logo_02{
        width: calc(112.24vh / 778 * 100);
        bottom: calc(38.75vh / 778 * 100);
        //left: calc(19.22vh / 778 * 100);
        //left: 50%;
        left: calc(50% - calc(187vh / 778 * 100));
      }
      &.fv_new_flavor{
        width: calc(150vh / 778 * 100);
        bottom: calc(29vh / 778 * 100);
        //right: calc(11vh / 778 * 100);
        //right: 50%;
        right: calc(50% - calc(187vh / 778 * 100));
      }
    }
    */
  }

  #contents .fv_wrap .fv_bg_inr {
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100svh - 110px);
    translate: -50% 0;
    z-index: 3;
  }

  #contents .fv_wrap .fv_bg_inr::before,
  #contents .fv_wrap .fv_bg_inr::after {
    position: absolute;
    display: block;
    width: 1000px;
    height: 100%;
    top: 0;
    z-index: 1;
  }

  #contents .fv_wrap .fv_bg_inr::before {
    left: 0.2570694087vh;
    translate: -100% 0;
    background-color: #7F7493;
  }

  #contents .fv_wrap .fv_bg_inr::after {
    right: 0.2570694087vh;
    translate: 100% 0;
    background-color: #7F7493;
  }
}

@media only screen and (max-width: 900px) and (max-aspect-ratio: 4/7) {
  #contents .fv_wrap {
    top: 0;
    min-height: calc(100svh - 110px);
    height: 175.4666666667vw;
    position: relative;
  }

  #contents .fv_wrap.-fadeout {
    opacity: 1 !important;
  }

  #contents .fv_wrap::before,
  #contents .fv_wrap::after {
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-y;
  }

  #contents .fv_wrap::before {
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv-bg_cover-portrait.png");
  }

  /* #contents .fv_wrap::after {
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv-bg_logo-portrait.png");
  } */

  #contents .fv_wrap .fv_bg .fv_logo.fv_logo_01 {
    width: 65.9626666667vw;
    right: 50%;
    translate: 48vw 0;
    top: 12.2666666667vw;
  }

  #contents .fv_wrap .fv_bg .fv_logo.fv_logo_02 {
    width: 30.6666666667vw;
    top: 153.0666666667vw;
    bottom: auto;
    left: 5.8666666667vw;
  }

  #contents .fv_wrap .fv_bg .fv_logo.fv_new_flavor {
    width: 40vw;
    top: 126.4vw;
    bottom: auto;
    right: 2.9333333333vw;
  }

  #contents .fv_wrap .fv_bg_inr {
    width: 100%;
    max-width: 100%;
  }

  #contents .fv_wrap .fv_bg_inr::before,
  #contents .fv_wrap .fv_bg_inr::after {
    width: 1000px;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  #contents .fv_wrap {
    top: 100px;
    height: calc(100svh - 100px);
  }

  #contents .fv_wrap .fv_bg_inr {
    width: 50.1336898396vh;
  }
}

@media only screen and (max-width: 768px) and (max-aspect-ratio: 4/7) {
  #contents .fv_wrap {
    top: 0;
    min-height: calc(100svh - 100px);
    height: 175.4666666667vw;
  }

  #contents .fv_wrap .fv_bg_inr {
    width: 100%;
  }
}

#contents .fv_wrap.-loading::before,
#contents .fv_wrap.-loading .fv_bg::before,
#contents .fv_wrap.-loading .fv_bg::after {
  opacity: 0;
  -webkit-animation: fv_fadeIn 1s ease-out forwards;
  animation: fv_fadeIn 1s ease-out forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents .fv_wrap.-loading::after {
  opacity: 0;
  -webkit-animation: fv_fadeIn 0.5s ease-out forwards;
  animation: fv_fadeIn 0.5s ease-out forwards;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents .fv_wrap.-fadeout {
  -webkit-animation: fv_fadeOut 1s ease-in-out forwards;
  animation: fv_fadeOut 1s ease-in-out forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 900px) and (max-aspect-ratio: 4/7) {
  #contents .fv_wrap.-fadeout {
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes fv_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fv_fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fv_fadeOut {
  0% {
    opacity: 1;
    translate: 0 0;
  }

  99% {
    opacity: 0;
    translate: 0 0;
  }

  100% {
    opacity: 0;
    z-index: -1;
    translate: 0 -110%;
  }
}

@keyframes fv_fadeOut {
  0% {
    opacity: 1;
    translate: 0 0;
  }

  99% {
    opacity: 0;
    translate: 0 0;
  }

  100% {
    opacity: 0;
    z-index: -1;
    translate: 0 -110%;
  }
}

#contents .fv_bg_img img {
  opacity: 0;
  -webkit-animation: fv_zoom 1.725s ease-out;
  animation: fv_zoom 1.725s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fv_zoom {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }

  33% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    width: 120%;
    height: 120%;
  }
}

@keyframes fv_zoom {
  0% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }

  33% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    width: 120%;
    height: 120%;
  }
}

#contents #oyasumitanpaku2026_content {
  position: relative;
  width: 375px;
  margin: 0 auto;
}

#contents #oyasumitanpaku2026_content.-hide {
  width: 100%;
  position: relative;
  z-index: 1;
  background: rgb(246, 205, 213);
}

#contents #oyasumitanpaku2026_content.-hide .content_wrap {
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_content {
    width: 100%;
  }
}

#contents #oyasumitanpaku2026_concept {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#a595ba), to(#968eb5));
  background-image: linear-gradient(90deg, #a595ba, #968eb5);
}

@media only screen and (min-width: 901px) {
  #contents #oyasumitanpaku2026_concept .bg_star {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_concept .bg_star {
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_01 {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/star_01.png");
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_02 {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/star_02.png");
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_03 {
    width: 8vw;
    height: 8vw;
    background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/star_03.png");
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-shooting::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 5%;
    border-radius: 50%;
    background: #fff;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    top: 3.2vw;
    right: 2.6666666667vw;
    translate: 100% 0;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_sp01 {
    top: 25svh;
    left: 18svw;
    -webkit-animation: starBlink01 3s linear infinite;
    animation: starBlink01 3s linear infinite;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_sp02 {
    bottom: 50svh;
    left: 80svw;
    -webkit-animation: starShooting01 2s linear infinite;
    animation: starShooting01 2s linear infinite;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_sp02::before {
    -webkit-animation: starShooting01_line 2s linear infinite;
    animation: starShooting01_line 2s linear infinite;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_sp03 {
    top: 15svh;
    left: 40svw;
    -webkit-animation: starBlink01 4s linear infinite;
    animation: starBlink01 4s linear infinite;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_sp04 {
    -webkit-animation: starBlink02 3s linear infinite;
    animation: starBlink02 3s linear infinite;
    bottom: 25svh;
    left: 5svw;
  }
}

#contents #oyasumitanpaku2026_concept::before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-position: center top;
  background-attachment: fixed;
  background-size: 375px auto;
  background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/bg_concept_02.jpg");
  background-repeat: no-repeat;
}

#contents #oyasumitanpaku2026_concept::after {
  position: absolute;
  left: 0;
  top: -100vh;
  width: 100%;
  height: calc(100% + 100vh);
  display: block;
  content: "";
  background-color: #6E7BB6;
  opacity: 0;
  transition: opacity 2s;
}

#contents #oyasumitanpaku2026_concept.-in::after {
  -webkit-animation: conceptBg 2s ease-in-out;
  animation: conceptBg 2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes conceptBg {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.6;
  }
}

@keyframes conceptBg {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.6;
  }
}

#contents #oyasumitanpaku2026_concept .concept_catch {
  height: calc(300px + 80vh);
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

#contents #oyasumitanpaku2026_concept .concept_catch p {
  margin-top: 59px;
  text-align: center;
}

#contents #oyasumitanpaku2026_concept .concept_catch p img {
  width: 244px;
  margin: auto;
}

#contents #oyasumitanpaku2026_concept .concept_intro {
  padding: 48px 0;
  position: relative;
  z-index: 1;
}

#contents #oyasumitanpaku2026_concept .concept_intro::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(91, 97, 152)), color-stop(50%, rgb(143, 141, 184)), to(rgba(143, 141, 184, 0)));
  background-image: linear-gradient(0deg, rgb(91, 97, 152), rgb(143, 141, 184) 50%, rgba(143, 141, 184, 0));
}

#contents #oyasumitanpaku2026_concept .concept_intro p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 2.2;
  font-weight: 400;
  color: #fff;
}

#contents #oyasumitanpaku2026_concept .concept_intro p+p {
  margin-top: 1em;
}

#contents #oyasumitanpaku2026_concept .concept_intro .concept_logo {
  position: relative;
  z-index: 1;
  margin-top: 104px;
}

#contents #oyasumitanpaku2026_concept .concept_intro .concept_logo img {
  width: 215px;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_concept::before {
    background-size: 100vw auto;
  }
}

@media only screen and (max-width: 900px) and (max-aspect-ratio: 75/133) {
  #contents #oyasumitanpaku2026_concept::before {
    background-size: cover;
  }
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_concept .concept_catch {
    height: 177.8666666667vw;
  }

  #contents #oyasumitanpaku2026_concept .concept_catch p {
    margin-top: 15.7333333333vw;
  }

  #contents #oyasumitanpaku2026_concept .concept_catch p img {
    width: 65.0666666667vw;
  }

  #contents #oyasumitanpaku2026_concept .concept_intro {
    padding: 12.8vw 0;
  }

  #contents #oyasumitanpaku2026_concept .concept_intro::before {
    height: 133.3333333333vw;
  }

  #contents #oyasumitanpaku2026_concept .concept_intro p {
    font-size: 4.8vw;
  }

  #contents #oyasumitanpaku2026_concept .concept_intro .concept_logo {
    margin-top: 27.7333333333vw;
  }

  #contents #oyasumitanpaku2026_concept .concept_intro .concept_logo img {
    width: 57.3333333333vw;
  }
}

@media only screen and (max-width: 900px) and (max-aspect-ratio: 4/7) {
  #contents #oyasumitanpaku2026_concept .concept_catch {
    padding-top: 50vh;
  }
}

#contents #oyasumitanpaku2026_about {
  position: relative;
  z-index: 1;
  background-color: #FFFBFD;
  padding-bottom: 80px;
}

#contents #oyasumitanpaku2026_about .knot_wave {
  background-color: rgb(91, 97, 152);
}

#contents #oyasumitanpaku2026_about .oyasumitanpaku2026_section_ttl {
  margin-top: 40px;
}

#contents #oyasumitanpaku2026_about .oyasumitanpaku2026_section_ttl .-en>svg {
  height: 29px;
}

#contents #oyasumitanpaku2026_about .about_catch {
  margin-top: 50px;
}

#contents #oyasumitanpaku2026_about .about_catch img {
  width: 285px;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr {
  display: block;
  width: 100%;
  height: 35px;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr img {
  width: auto;
  height: 35px;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr+.-inr {
  margin-top: 8px;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr.fadein {
  overflow: hidden;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr.fadein img {
  translate: 0 100%;
  opacity: 0;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr.fadein.-in img {
  -webkit-animation: fadeUp 1.5s ease-out;
  animation: fadeUp 1.5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents #oyasumitanpaku2026_about .about_catch .-inr.fadein.-in+.-inr img {
  -webkit-animation: fadeUp 1.5s ease-out;
  animation: fadeUp 1.5s ease-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents #oyasumitanpaku2026_about .about_read {
  margin: 24px 0 0;
}

#contents #oyasumitanpaku2026_about .about_read p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 16px;
}

#contents #oyasumitanpaku2026_about .about_data {
  padding: 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contents #oyasumitanpaku2026_about .about_data_block {
  width: 152px;
  height: 152px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#contents #oyasumitanpaku2026_about .about_data_block .circle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  stroke-dasharray: 629;
  stroke-dashoffset: 629;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#contents #oyasumitanpaku2026_about .about_data_block.-in .circle {
  -webkit-animation: circle 2.5s ease-in-out both;
  animation: circle 2.5s ease-in-out both;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_ttl .-inr {
  color: #B2A3CA;
  font-size: 15px;
  line-height: 1;
  padding: 0 0 0.4em;
  border-bottom: solid 2px #B2A3CA;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_main {
  font-size: 40px;
  margin-top: 12px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: #305C84;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_main.-percent {
  width: 104px;
  padding-right: 17px;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_main.-quantity {
  width: 68px;
  padding-right: 26px;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_num {
  font-size: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
  width: 100%;
  text-align: right;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_unit {
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: -0.225em;
  line-height: 1.3;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_unit.-percent {
  font-size: 18px;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_unit.-quantity {
  translate: 0.5em 0;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_mark {
  font-size: 10px;
  position: absolute;
  right: -0.5em;
  right: 0;
  top: 0.5em;
  translate: 0 -14%;
}

#contents #oyasumitanpaku2026_about .about_data_block .about_data_mark .-asterisk {
  display: inline-block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-right: 0.25em;
}

@-webkit-keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
}

#contents #oyasumitanpaku2026_about .about_caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  margin-top: -1.5em;
}

#contents #oyasumitanpaku2026_about .about_caution dt,
#contents #oyasumitanpaku2026_about .about_caution dd {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.5em;
}

#contents #oyasumitanpaku2026_about .about_caution dt {
  width: 2.5em;
}

#contents #oyasumitanpaku2026_about .about_caution dt .-asterisk {
  display: inline-block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  margin-right: 0.25em;
}

#contents #oyasumitanpaku2026_about .about_caution dd {
  width: calc(100% - 2.5em);
}

#contents #oyasumitanpaku2026_about .btn {
  margin-top: 40px;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_about {
    padding-bottom: 21.3333333333vw;
  }

  #contents #oyasumitanpaku2026_about .oyasumitanpaku2026_section_ttl {
    margin-top: 10.6666666667vw;
  }

  #contents #oyasumitanpaku2026_about .oyasumitanpaku2026_section_ttl .-en>svg {
    height: 7.7333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_catch {
    margin-top: 13.3333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_catch img {
    width: 76vw;
  }

  #contents #oyasumitanpaku2026_about .about_catch .-inr {
    height: 9.3333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_catch .-inr img {
    height: 9.3333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_catch .-inr+.-inr {
    margin-top: 2.1333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_read {
    margin: 6.4vw 0 0;
  }

  #contents #oyasumitanpaku2026_about .about_read p {
    font-size: 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_about .about_data {
    padding: 10.6666666667vw 2.6666666667vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block {
    width: 40.5333333333vw;
    height: 40.5333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_ttl .-inr {
    font-size: 4vw;
    border-bottom: solid 0.5333333333vw #B2A3CA;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_main {
    font-size: 10.6666666667vw;
    margin-top: 3.2vw;
    height: 11.4666666667vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_main.-percent {
    width: 27.7333333333vw;
    padding-right: 4.5333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_main.-quantity {
    width: 18.1333333333vw;
    padding-right: 6.9333333333vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_unit {
    font-size: 2.6666666667vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_unit.-percent {
    font-size: 4.8vw;
  }

  #contents #oyasumitanpaku2026_about .about_data_block .about_data_mark {
    font-size: 2.6666666667vw;
  }

  #contents #oyasumitanpaku2026_about .about_caution {
    font-size: 3.2vw;
  }

  #contents #oyasumitanpaku2026_about .btn {
    margin-top: 10.6666666667vw;
  }
}

#contents #oyasumitanpaku2026_nutrients .oyasumitanpaku2026_section_ttl {
  margin-bottom: 24px;
}

#contents #oyasumitanpaku2026_nutrients .section_read {
  margin-bottom: 60px;
}

#contents #oyasumitanpaku2026_nutrients .oyasumitanpaku2026_border_ttl {
  margin-bottom: 1.5em;
  color: #305c84;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_block+.nutrients_block {
  margin-top: 64px;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_block+.btn {
  margin-top: 60px;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col4 {
  margin: -5px;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col4 .nutrients_thumb_item {
  width: 33.3333%;
  padding: 5px;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col2 {
  width: 264px;
  margin: -12px auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col2 .nutrients_thumb_item {
  width: 120px;
  padding: 12px 5px;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_img {
  overflow: hidden;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_img img {
  width: 100%;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_img.-square {
  border-radius: 16px;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_img.-circle {
  border-radius: 50%;
}

#contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_caption {
  text-align: center;
  display: block;
  margin: 1.25em -1em 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.75;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_nutrients .oyasumitanpaku2026_section_ttl {
    margin-bottom: 6.4vw;
  }

  #contents #oyasumitanpaku2026_nutrients .section_read {
    margin-bottom: 16vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_block+.nutrients_block {
    margin-top: 17.0666666667vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_block+.btn {
    margin-top: 16vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col4 {
    margin: -1.3333333333vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col4 .nutrients_thumb_item {
    padding: 1.3333333333vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col2 {
    width: 70.4vw;
    margin: -3.2vw auto;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_thumbs.-col2 .nutrients_thumb_item {
    width: 32vw;
    padding: 3.2vw 1.3333333333vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_img.-square {
    border-radius: 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_nutrients .nutrients_thumbs .nutrients_thumb_caption {
    font-size: 3.2vw;
  }
}

#contents #oyasumitanpaku2026_flavor .flavor_item {
  margin-top: 38px;
}

#contents #oyasumitanpaku2026_flavor .flavor_item+.flavor_item {
  margin-top: 60px;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img .flavor_item_icon {
  position: absolute;
  width: 64px;
  top: 16px;
  right: 16px;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img .flavor_item_img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img .flavor_item_img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  max-width: 200%;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img.fadein .flavor_item_img-wrap img {
  width: 116%;
  height: 116%;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img.fadein .flavor_item_icon {
  opacity: 0;
  -webkit-transform: scale(0.015);
  transform: scale(0.015);
  translate: 0 3%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img.fadein.-in .flavor_item_img-wrap img {
  -webkit-animation: imgZoomin 2s ease-out;
  animation: imgZoomin 2s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_img.fadein.-in .flavor_item_icon {
  -webkit-animation: iconfadein 1.5s ease-out;
  animation: iconfadein 1.5s ease-out;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 1.2em 0 0.4em;
  padding-left: 0;
  color: #305c84;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_read {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_detail {
  margin-top: 24px;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_detail p {
  font-size: 16px;
  line-height: 1.75;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_detail p .-small {
  font-size: 75%;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_detail .flavor_item_btn {
  width: 100%;
  margin-top: 12px;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_detail .flavor_item_btn .btn {
  margin: 0;
  max-width: 80px;
  padding: 0;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts {
  margin-top: 24px;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger {
  font-size: 12px;
  cursor: pointer;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #305C84;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr::before,
#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 0.6em;
  height: 1px;
  background-color: #305C84;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger.-open .-inr::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger.-open .-inr:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_cont {
  display: none;
  font-size: 12px;
  padding: 1.5em 0;
}

#contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_cont p {
  line-height: 1.75;
  font-size: 12px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_flavor .flavor_item {
    margin-top: 10.1333333333vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item+.flavor_item {
    margin-top: 16vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_img {
    border-radius: 2.6666666667vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_img .flavor_item_icon {
    width: 17.0666666667vw;
    top: 4.2666666667vw;
    right: 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_ttl {
    font-size: 5.3333333333vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_read {
    font-size: 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_detail {
    margin-top: 6.4vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_detail p {
    font-size: 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_detail .flavor_item_btn {
    margin-top: 3.2vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_facts {
    margin-top: 6.4vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger {
    font-size: 3.2vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr {
    padding-right: 3.7333333333vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr::before,
  #contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_trigger .-inr:after {
    top: 2.4vw;
    height: 0.2666666667vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_cont {
    font-size: 3.2vw;
  }

  #contents #oyasumitanpaku2026_flavor .flavor_item_facts .-accordionl_cont p {
    font-size: 3.2vw;
  }
}

@-webkit-keyframes imgZoomin {
  from {
    width: 116%;
    height: 116%;
  }

  to {
    width: 100%;
    height: 100%;
  }
}

@keyframes imgZoomin {
  from {
    width: 116%;
    height: 116%;
  }

  to {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes iconfadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    translate: 0 10%;
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    translate: 0 0;
  }
}

@keyframes iconfadein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    translate: 0 10%;
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    translate: 0 0;
  }
}

@-webkit-keyframes fadeUp {
  from {
    translate: 0 100%;
    opacity: 0;
  }

  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    translate: 0 100%;
    opacity: 0;
  }

  to {
    translate: 0 0;
    opacity: 1;
  }
}

#contents #oyasumitanpaku2026_review {
  position: relative;
  overflow: hidden;
}

#contents #oyasumitanpaku2026_review::before {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% + 110px);
  display: block;
  content: "";
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFEBD1), color-stop(20%, #F9D2D6), color-stop(34%, #F7C8D9), color-stop(46%, #E6C0D9), color-stop(60%, #BBAEDB), color-stop(80%, #7891DE), to(#7891DE));
  background-image: linear-gradient(0deg, #FFEBD1 0%, #F9D2D6 20%, #F7C8D9 34%, #E6C0D9 46%, #BBAEDB 60%, #7891DE 80%, #7891DE 100%);
}

#contents #oyasumitanpaku2026_review>.main_width {
  position: relative;
  z-index: 1;
}

#contents #oyasumitanpaku2026_review .review_item {
  margin-top: 46px;
  padding-bottom: 25px;
}

#contents #oyasumitanpaku2026_review .review_item+.review_item {
  margin-top: 12px;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon {
  width: 305px;
  padding: 30px 38px;
  position: relative;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  translate: 0 100%;
  width: 32px;
  height: 25px;
  background-size: auto calc(100% + 1px);
  background-repeat: no-repeat;
  background-image: url("https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/review_balloon_arr.png");
  -webkit-filter: invert(97%) sepia(0%) saturate(176%) hue-rotate(171deg) brightness(97%) contrast(67%);
  filter: invert(97%) sepia(0%) saturate(176%) hue-rotate(171deg) brightness(97%) contrast(67%);
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #ccc;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-left {
  margin-left: 0;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-left::after {
  border-radius: 10px 10px 10px 0;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-left::before {
  left: 0;
  background-position: top left;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-right {
  margin-right: 0;
  margin-left: auto;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-right::after {
  border-radius: 10px 10px 0 10px;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-right::before {
  right: 0;
  background-position: top right;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-pink::after {
  background: #F1E0E7;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-pink::before {
  -webkit-filter: invert(94%) sepia(5%) saturate(472%) hue-rotate(287deg) brightness(93%) contrast(103%);
  filter: invert(94%) sepia(5%) saturate(472%) hue-rotate(287deg) brightness(93%) contrast(103%);
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-gray::after {
  background: #898EAB;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-gray p {
  color: #fff;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-gray::before {
  -webkit-filter: invert(64%) sepia(9%) saturate(825%) hue-rotate(194deg) brightness(87%) contrast(90%);
  filter: invert(64%) sepia(9%) saturate(825%) hue-rotate(194deg) brightness(87%) contrast(90%);
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-offWhite::after {
  background: #FFFBFD;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-offWhite::before {
  -webkit-filter: invert(100%) sepia(29%) saturate(889%) hue-rotate(278deg) brightness(100%) contrast(109%);
  filter: invert(100%) sepia(29%) saturate(889%) hue-rotate(278deg) brightness(100%) contrast(109%);
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-opacity05::after,
#contents #oyasumitanpaku2026_review .review_item .review_balloon.-opacity05::before {
  opacity: 0.5;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-opacity07::after,
#contents #oyasumitanpaku2026_review .review_item .review_balloon.-opacity07::before {
  opacity: 0.7;
}

#contents #oyasumitanpaku2026_review .review_item .review_balloon.-opacity08::after,
#contents #oyasumitanpaku2026_review .review_item .review_balloon.-opacity08::before {
  opacity: 0.8;
}

#contents #oyasumitanpaku2026_review .review_item.fadein {
  opacity: 0;
  translate: 0 20%;
  -webkit-transition: opacity 0.5s, translate 0.5s;
  transition: opacity 0.5s, translate 0.5s;
}

#contents #oyasumitanpaku2026_review .review_item.fadein.-in {
  -webkit-animation: itemfadein 0.75s ease-in-out;
  animation: itemfadein 0.75s ease-in-out;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#contents #oyasumitanpaku2026_review .review_caution {
  font-size: 12px;
  margin-top: 60px;
}

#contents #oyasumitanpaku2026_review .review_caution li {
  font-size: 100%;
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
}

#contents #oyasumitanpaku2026_review .review_caution li::before {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  content: "※";
}

@-webkit-keyframes itemfadein {
  from {
    opacity: 0;
    translate: 0 20%;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes itemfadein {
  from {
    opacity: 0;
    translate: 0 20%;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_review::before {
    height: calc(100% + 29.3333333333vw);
  }

  #contents #oyasumitanpaku2026_review .review_item {
    margin-top: 12.2666666667vw;
    padding-bottom: 6.6666666667vw;
  }

  #contents #oyasumitanpaku2026_review .review_item+.review_item {
    margin-top: 3.2vw;
  }

  #contents #oyasumitanpaku2026_review .review_item .review_balloon {
    width: 81.3333333333vw;
    padding: 3.2vw 8vw 10.1333333333vw;
    position: relative;
  }

  #contents #oyasumitanpaku2026_review .review_item .review_balloon::before {
    width: calc(8.2666666667vw + 1px);
    height: 6.6666666667vw;
  }

  #contents #oyasumitanpaku2026_review .review_item .review_balloon p {
    font-size: 4vw;
  }

  #contents #oyasumitanpaku2026_review .review_item .review_balloon.-left {
    margin-left: 0;
  }

  #contents #oyasumitanpaku2026_review .review_item .review_balloon.-left::after {
    border-radius: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
  }

  #contents #oyasumitanpaku2026_review .review_item .review_balloon.-right::after {
    border-radius: 2.6666666667vw 2.6666666667vw 0 2.6666666667vw;
  }
}

#contents #oyasumitanpaku2026_size .size_read {
  margin: 40px 0;
}

#contents #oyasumitanpaku2026_size .size_read p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 16px;
}

#contents #oyasumitanpaku2026_size .size_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents #oyasumitanpaku2026_size .size_item+.size_item {
  margin-top: 24px;
}

#contents #oyasumitanpaku2026_size .size_item .size_item_image {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 24px 0;
}

#contents #oyasumitanpaku2026_size .size_item .size_item_image img.-w66 {
  width: 66px;
}

#contents #oyasumitanpaku2026_size .size_item .size_item_image img.-w94 {
  width: 94px;
}

#contents #oyasumitanpaku2026_size .size_item .size_item_detail {
  width: calc(100% - 135px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 16px;
}

#contents #oyasumitanpaku2026_size .size_item .size_item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#contents #oyasumitanpaku2026_size .size_item .size_item-icon .-inr {
  width: auto;
  height: 29px;
  border-radius: 15px;
  background: #B2A3CA;
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.05em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

#contents #oyasumitanpaku2026_size .size_item .size_ttem_catch {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  margin: 8px 0;
}

#contents #oyasumitanpaku2026_size .size_item .site_item_spec {
  font-size: 12px;
  line-height: 1.75;
}

#contents #oyasumitanpaku2026_size .size_item .site_item_spec .-small {
  font-size: 75%;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_size .size_read {
    margin: 10.6666666667vw 0;
  }

  #contents #oyasumitanpaku2026_size .size_read p {
    font-size: 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_size .size_item+.size_item {
    margin-top: 6.4vw;
  }

  #contents #oyasumitanpaku2026_size .size_item .size_item_image {
    width: 36vw;
    padding: 6.4vw 0;
  }

  #contents #oyasumitanpaku2026_size .size_item .size_item_image img.-w66 {
    width: 17.6vw;
  }

  #contents #oyasumitanpaku2026_size .size_item .size_item_image img.-w94 {
    width: 25.0666666667vw;
  }

  #contents #oyasumitanpaku2026_size .size_item .size_item_detail {
    width: calc(100% - 36vw);
    padding: 6.4vw 4.2666666667vw;
  }

  #contents #oyasumitanpaku2026_size .size_item .size_item-icon .-inr {
    height: 7.7333333333vw;
    border-radius: 4vw;
    font-size: 3.2vw;
    padding: 0 3.2vw;
  }

  #contents #oyasumitanpaku2026_size .size_item .size_ttem_catch {
    font-size: 4vw;
    margin: 2.1333333333vw 0;
  }

  #contents #oyasumitanpaku2026_size .size_item .site_item_spec {
    font-size: 3.2vw;
  }
}

#contents #oyasumitanpaku2026_allitems {
  padding-bottom: 0;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku2026_section_ttl {
  margin-bottom: 40px;
}

#contents #oyasumitanpaku2026_allitems .allitems_wrap {
  margin-bottom: 64px;
}

#contents #oyasumitanpaku2026_allitems .allitems_slick {
  width: 314px;
  position: relative;
}

#contents #oyasumitanpaku2026_allitems .allitems_slick .slick-list {
  overflow: visible;
}

#contents #oyasumitanpaku2026_allitems .allitems_slick .slick-track {
  margin-left: 0;
}

#contents #oyasumitanpaku2026_allitems .slick-arrow {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku2026_section_ttl {
    margin-bottom: 10.6666666667vw;
  }

  #contents #oyasumitanpaku2026_allitems .allitems_wrap {
    margin-bottom: 17.0666666667vw;
  }

  #contents #oyasumitanpaku2026_allitems .allitems_slick {
    width: 83.7333333333vw;
  }
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item {
  margin-right: 10px;
  cursor: pointer;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_thumb {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 203px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_ttl {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 0;
  font-weight: normal;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_price {
  font-size: 12px;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_price .-small {
  font-size: 10px;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .topic_item_btn {
  margin-top: 16px;
  width: 100%;
}

#contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .topic_item_btn .btn {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item {
    margin-right: 2.6666666667vw;
  }

  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_thumb {
    border-radius: 2.6666666667vw;
    height: 54.1333333333vw;
  }

  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_ttl {
    margin-top: 6.4vw;
    font-size: 4vw;
  }

  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_price {
    font-size: 3.2vw;
  }

  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .oyasumitanpaku_item_price .-small {
    font-size: 2.6666666667vw;
  }

  #contents #oyasumitanpaku2026_allitems .oyasumitanpaku_item .topic_item_btn {
    margin-top: 4.2666666667vw;
  }
}

#contents #oyasumitanpaku2026_faq .oyasumitanpaku2026_faq_wrap {
  margin-top: 24px;
}

#contents #oyasumitanpaku2026_faq .faq_set+.faq_set {
  border-top: solid 1px #305C84;
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_q {
  padding: 16px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr {
  position: relative;
  display: block;
  padding-right: 35px;
  color: #305c84;
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr::before,
#contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 2px;
  background-color: #305C84;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_q.-open .-inr::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_q.-open .-inr:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_a {
  display: none;
  font-size: 14px;
  padding: 16px 35px 16px 0;
}

#contents #oyasumitanpaku2026_faq .faq_set .faq_a p {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.75;
}

#contents #oyasumitanpaku2026_faq .faq_table {
  width: 100%;
  font-size: 12px;
  border-style: none;
  margin: 24px 0 0;
}

#contents #oyasumitanpaku2026_faq .faq_table+.faq_table {
  margin: 0;
}

#contents #oyasumitanpaku2026_faq .faq_table th,
#contents #oyasumitanpaku2026_faq .faq_table td {
  font-size: 100%;
  line-height: 1.75;
  padding: 0.35em 0;
  font-weight: 500;
  border-style: none;
}

#contents #oyasumitanpaku2026_faq .faq_table thead th {
  text-align: center;
  padding: 0.2em 0;
}

#contents #oyasumitanpaku2026_faq .faq_table thead th.-purple {
  background: #B2A3CA;
  color: #fff;
}

#contents #oyasumitanpaku2026_faq .faq_table thead th.-pink {
  background: #F1E0E7;
  color: #305C84;
}

#contents #oyasumitanpaku2026_faq .faq_table tbody tr+tr {
  border-top: solid 1px #B2A3CA;
}

#contents #oyasumitanpaku2026_faq .faq_table tbody th,
#contents #oyasumitanpaku2026_faq .faq_table tbody td {
  background-color: rgba(255, 255, 255, 0);
  padding-left: 1.25em;
  width: 50%;
}

@media only screen and (max-width: 900px) {
  #contents #oyasumitanpaku2026_faq .oyasumitanpaku2026_faq_wrap {
    margin-top: 6.4vw;
  }

  #contents #oyasumitanpaku2026_faq .faq_set .faq_q {
    padding: 4.2666666667vw 0;
    font-size: 4.5333333333vw;
  }

  #contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr {
    padding-right: 9.3333333333vw;
  }

  #contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr::before,
  #contents #oyasumitanpaku2026_faq .faq_set .faq_q .-inr:after {
    right: 2.6666666667vw;
    width: 3.7333333333vw;
    height: 0.5333333333vw;
  }

  #contents #oyasumitanpaku2026_faq .faq_set .faq_a {
    display: none;
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 9.3333333333vw 4.2666666667vw 0;
  }

  #contents #oyasumitanpaku2026_faq .faq_table {
    font-size: 3.2vw;
    margin: 2calc 3.2vw 0 0;
  }

  #contents #oyasumitanpaku2026_faq .faq_table tbody tr+tr {
    border-top: solid 0.2666666667vw #B2A3CA;
  }
}

#contents .slick-slider {
  position: relative;
  margin-bottom: 36px;
}

#contents .slick-slider .slick-dots {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 358px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

#contents .slick-slider .slick-dots li button {
  cursor: pointer;
  display: block;
  width: 7px;
  height: 7px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 2px;
  position: relative;
}

@media (hover: hover) {
  #contents .slick-slider .slick-dots li button {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }

  #contents .slick-slider .slick-dots li button:hover::before {
    background-color: #305C84;
  }
}

#contents .slick-slider .slick-dots li.slick-active button::before {
  background-color: #305C84;
}

#contents .slick-slider .slick-arrow {
  position: absolute;
  bottom: -36px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: url("../img/slick-arrow.svg") center/contain no-repeat #305C84;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
  cursor: pointer;
}

@media (hover: hover) {
  #contents .slick-slider .slick-arrow {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  #contents .slick-slider .slick-arrow:hover {
    opacity: 0.7;
  }
}

#contents .slick-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#contents .slick-slider .slick-arrow.slick-next {
  right: 0;
}

@media only screen and (max-width: 900px) {
  #contents .slick-slider {
    margin-bottom: 9.6vw;
  }

  #contents .slick-slider .slick-dots {
    bottom: -8vw;
    width: 89.5vw;
    padding: 0 6.25vw;
  }

  #contents .slick-slider .slick-dots li button {
    width: 2vw;
    height: 2vw;
    margin: 0 0.25vw;
  }

  #contents .slick-slider .slick-dots li button::before {
    width: 0.5vw;
    height: 0.5vw;
    border: solid 0.25vw #305C84;
  }

  #contents .slick-slider .slick-arrow {
    bottom: -9vw;
    width: 4.25vw;
    height: 4.25vw;
  }

  #contents .slick-slider .slick-arrow.slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

#contents .bestie_slick {
  margin-top: 36px;
  margin-bottom: 50px;
  margin-left: -21px;
  margin-right: -21px;
}

#contents .bestie_slick .slick-arrow.slick-prev {
  left: 21px;
}

#contents .bestie_slick .slick-arrow.slick-next {
  right: 21px;
}

#contents .bestie_slick .slick-arrow.slick-prev {
  display: none !important;
}

#contents .bestie_slick .slick-list {
  height: 201px;
}


#contents .about_knot_wave {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 93px;
  background-color: rgb(91, 97, 152);
  margin-bottom: -1px;
}

#contents .about_knot_wave .-animation {
  position: absolute;
  left: 0;
  top: 1px;
  height: 100%;
  width: 1800px;
  background: url(https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/about_knot_wave.png) center bottom / contain repeat;
  -webkit-animation: knot_wave-loop 13s linear infinite both;
  animation: knot_wave-loop 13s linear infinite both;
}

@media only screen and (max-width: 900px) {
  #contents .about_knot_wave {
    height: 25.0666666667vw;
  }

  #contents .about_knot_wave .-animation {
    width: 720vw;
  }
}


/* Slick全体のドットエリア設定（左寄せ） */
.allitems_slick .slick-dots {
  display: flex !important;
  justify-content: flex-start !important;
  /* 左寄せ */
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.allitems_slick .slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}

.allitems_slick .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid #305C84;
  border-radius: 50%;
  outline: none;
  transition: all 0.3s;
}

/* アクティブなドットの色 */
.allitems_slick .slick-dots li.slick-active button {
  background: #305C84;
}



/* =======================================================
   SP実機：表示不具合のクリーンな修正版（完全版 v5）
   ======================================================= */
@media only screen and (max-width: 900px) {

  /* 1. 実機の真っ白バグ（ローディングカバーが外れない問題）を強制解除 */
  #contents::before {
    display: none !important;
  }

  /* 2. FVを通常のスクロール要素に変更し、上部の不要な紫の余白を上に引き上げて隠す */
  #oyasumitanpaku2026_fv {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow: hidden !important;
    /* はみ出した上部を隠す */
  }

  #contents .fv_wrap {
    position: relative !important;
    top: 0 !important;
    margin-top: -15vw !important;
    /* ←★ここでFV全体を上に引き上げ、余白を相殺します（数値は実機に合わせて調整可） */
    height: 175.46vw !important;
  }

  /* 3. コンテンツエリアをFVの「直下」に自然に配置 */
  #contents #oyasumitanpaku2026_content {
    position: relative !important;
    z-index: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  #contents #oyasumitanpaku2026_content.-hide .content_wrap {
    opacity: 1 !important;
    z-index: 1 !important;
  }

  /* 4. conceptエリアの巨大な余白(75svh)をリセット */
  #contents #oyasumitanpaku2026_fv+#oyasumitanpaku2026_content #oyasumitanpaku2026_concept {
    padding-top: 0 !important;
  }

  /* 5. conceptの6つのパッケージ背景画像を表示させる(iOSバグ回避) */
  #contents #oyasumitanpaku2026_concept::before {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-attachment: scroll !important;
    background-size: 100% auto !important;
    background-position: center top !important;
    z-index: 0 !important;
  }

  /* 6. 透明のまま消えてしまう要素を強制表示 */
  .fadein,
  #contents .fv_wrap .fv_bg .fv_logo,
  #contents .fv_bg_img img {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* 7. レビューの吹き出しが細長くなるバグ修正 */
  #contents #oyasumitanpaku2026_review .review_item .review_balloon {
    width: 81.3333333333vw !important;
    padding: 8vw 10vw !important;
  }
}

/* --- ALL ITEMS スライダーのドットデザイン修正（共通） --- */
.allitems_slick .slick-dots {
  display: flex !important;
  justify-content: flex-start !important;
  padding: 0 !important;
  bottom: -30px !important;
}

.allitems_slick .slick-dots li button:before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background: #D9D9D9 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

.allitems_slick .slick-dots li.slick-active button:before {
  background: #305C84 !important;
}

/* 最後の段のドットを非表示にする */
#oyasumitanpaku2026_allitems .allitems_wrap:nth-of-type(3) .slick-dots {
  display: none !important;
}


/* ノートPC対応 */
@media only screen and (min-width: 901px) and (max-height: 880px) {
  #contents .fv_wrap::before {
    background-image: url(https://office.bcl.mercart-bo.net/img/freepages/oyasumitanpaku/fv-bg_cover_tb.png);
    background-size: cover;
  }

  #contents .fv_wrap::after {
    background-size: 230px auto, 145px auto;
    background-position: 64% 35%, 28% 87%;
  }
}

/* SP修正 */
@media only screen and (max-width: 400px) {
  #contents .fv_wrap::after {
    background-size: 229px auto, 142px auto !important;
    background-position: 98% 13%, 2% 83% !important;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_03 {
    width: 4vw;
    height: 4vw;
    top: 18svh;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_01 {
    width: 11vw;
    height: 11vw;
  }

  #contents #oyasumitanpaku2026_concept .bg_star.-star_02 {
    width: 7vw;
    height: 7vw;
  }
}




/* =======================================================
   SP実機：フェードイン要素が表示されないバグの修正
   （子要素の透明化・位置ずらしを強制リセットして表示させる）
   ======================================================= */
@media only screen and (max-width: 900px) {
  /* セクションタイトル（英語・日本語）の強制表示 */
  #contents .oyasumitanpaku2026_section_ttl.fadein .-en > svg,
  #contents .oyasumitanpaku2026_section_ttl.fadein .-ja .-inr {
    translate: 0 !important;
    transform: translateY(0) !important; /* 古い端末用フォールバック */
    opacity: 1 !important;
    transition: none !important;
  }

  /* Aboutセクションのキャッチコピー画像の強制表示 */
  #contents #oyasumitanpaku2026_about .about_catch .-inr.fadein img {
    translate: 0 !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    animation: none !important;
  }

  /* Reviewセクションの吹き出しの強制表示 */
  #contents #oyasumitanpaku2026_review .review_item.fadein {
    translate: 0 !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    animation: none !important;
  }

  /* Flavorセクションの画像・アイコンの強制表示 */
  #contents #oyasumitanpaku2026_flavor .flavor_item_img.fadein .flavor_item_img-wrap img {
    width: 100% !important;
    height: 100% !important;
    animation: none !important;
  }
  #contents #oyasumitanpaku2026_flavor .flavor_item_img.fadein .flavor_item_icon {
    translate: 0 !important;
    transform: scale(1) !important;
    opacity: 1 !important;
    animation: none !important;
  }
}






