.fade-enter, .fade-leave-to {
  opacity: 0;
}
select.input-elm {
    color: black;
}
.sleep-contents .content-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 80px;
}
.sleep-contents .content-inner {
  max-width: 1070px;
  text-align: center;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.5s;
}
.sleep-contents .content-inner.is-hide {
  opacity: 0;
}
.sleep-contents .content-inner-s {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}
.sleep-contents .font-blue {
  color: #6f7458;
}
.sleep-contents .font-pink {
  color: #FF2A7F;
}
.sleep-contents .is-line {
  text-decoration: underline;
}
.sleep-contents .is-mincho {
  font-family: "Noto Serif JP", serif;
}
.sleep-contents .h1-ttl {
  background: transparent;
  padding: 2.6em 0;
  margin: 0;
  text-align: center;
  color: #2E699E;
}
.sleep-contents .h1-ttl .sub-ttl {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.sleep-contents .h1-ttl .sub-ttl + * {
  margin-top: 26px;
}
.sleep-contents .h1-ttl .sub-ttl .sub-ttl-text {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
}
.sleep-contents .h1-ttl .sub-ttl img {
  max-width: 480px;
}
.sleep-contents .step-ttl {
  margin: 0 0 60px;
  border: 0;
  color: #6f7458;
  font-size: 22px;
  font-weight: bold;
}
.sleep-contents .step-ttl .font-w {
  font-size: 1.3em;
  letter-spacing: 0.07em;
  margin: 0 5px;
}
.sleep-contents .btn-wrap a {
  transition: 0.3s ease;
  margin: auto;
}
.sleep-contents .btn-wrap a.is-blue {
  background-color: #878d6b;
  color: white;
  padding: 13px 10px;
  border-radius: 100px;
  display: block;
}
.sleep-contents .btn-wrap a.is-blue.is-winter {
  background-color: #7ab4e0;
}
.sleep-contents .btn-wrap a.is-blue.is-spring {
  background-color: #e39dab;
}
.sleep-contents .btn-wrap a.is-blue.is-summer {
  background-color: #e9b225;
}
.sleep-contents .btn-wrap a.is-white {
  background: white;
  color: #6f7458;
  padding: 13px 10px;
  border-radius: 100px;
  display: block;
  border: 2px solid #6f7458;
  font-weight: bold;
}
.sleep-contents .btn-wrap a.is-back {
  display: inline-block;
}
.sleep-contents .btn-wrap a.is-allow {
  background-image: url(/ec/img/usr/freepage/sleep_index/btn-allow.png);
  background-position: 95% center;
  background-size: auto;
  background-repeat: no-repeat;
}
.sleep-contents .btn-wrap a:hover {
  opacity: 0.7;
}
.sleep-contents .btn-wrap a + a {
  margin-top: 40px;
}
.sleep-contents .btn-wrap p {
  margin-bottom: 10px;
}
.sleep-contents .input-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 2px solid #6f7458;
  width: 94%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10em;
  padding: 10px 5px;
  min-height: 57px;
}
.sleep-contents .input-content + * {
  margin-top: 20px;
}
.sleep-contents .input-content .item-name {
  margin-right: auto;
  width: 30%;
}
.sleep-contents .input-content .item-input-detail {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sleep-contents .input-content .radio-label + .radio-label {
  margin-left: 24px;
}
.sleep-contents .input-content .radio-label label {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  display: flex;
  align-items: center;
}
.sleep-contents .input-content .radio-label label::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 10em;
  background-color: white;
  border: 1px solid #D4D4D4;
  vertical-align: middle;
  margin-right: 9px;
}
.sleep-contents .input-content .radio-label input {
  display: none;
}
.sleep-contents .input-content .radio-label input:checked + label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 10em;
  background-color: #6f7458;
  vertical-align: middle;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sleep-contents .input-content .input-elm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10em;
  border: 1px solid #D4D4D4;
  background-color: white;
  -moz-appearance: textfield;
  padding: 5px 10px;
  min-width: 120px;
  text-indent: 0.01px;
  text-overflow: "";
}
.sleep-contents .input-content .input-elm::-webkit-outer-spin-button, .sleep-contents .input-content .input-elm::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sleep-contents .input-content .count-btn {
  position: relative;
}
.sleep-contents .input-content .count-btn span {
  position: absolute;
  right: 10%;
  margin: auto;
  width: 7px;
  height: 7px;
  cursor: pointer;
}
.sleep-contents .input-content .count-btn span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #2E699E;
  line-height: 1;
  width: 100%;
  height: 100%;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.sleep-contents .input-content .count-btn span.minus {
  bottom: 15px;
}
.sleep-contents .input-content .count-btn span.minus::before {
  transform: translateY(-25%) rotate(135deg);
}
.sleep-contents .input-content .count-btn span.plus {
  top: 0px;
}
.sleep-contents .input-content .count-btn span.plus::before {
  transform: translateY(-25%) rotate(-45deg);
}
.sleep-contents .input-content .select-wrap {
  position: relative;
}
.sleep-contents .input-content .select-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -2px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #6f7458;
  border-right: 2px solid #6f7458;
  transform: rotate(135deg);
}
.sleep-contents .input-content .select-wrap select {
  background: none transparent;
}
.sleep-contents .input-content .select-wrap select::-ms-expand {
  display: none;
}
.sleep-contents .input-content .is-unit {
  margin-left: 9px;
}
.sleep-contents .is-temp-text {
  margin: auto;
}
.sleep-contents .is-temp-text .inner {
  background-color: #e7e5e4;
  padding: 4px 14px;
  border-radius: 0.4em;
  display: inline-block;
  margin: auto;
}
.sleep-contents .is-temp-text .is-temp-num {
  font-weight: bold;
}
.sleep-contents .con-01 .is-text {
  font-size: 20px;
}
.sleep-contents .con-01 .btn-wrap {
  margin-top: 80px;
}
.sleep-contents .con-01 .btn-wrap .is-blue {
  width: 94%;
  max-width: 360px;
}
.sleep-contents .con-01 .is-attention-text {
  margin-top: 20px;
}
.sleep-contents .con-02 {
  background: url(/ec/img/usr/freepage/sleep_index/bg-content2.png) center/auto clamp(360px, 100%, 636px) no-repeat;
}
.sleep-contents .con-02 .btn-wrap {
  margin-top: 75px;
}
.sleep-contents .con-02 .btn-wrap .is-blue {
  width: 94%;
  max-width: 250px;
}
.sleep-contents .con-03 {
  background: url(/ec/img/usr/freepage/sleep_index/bg-content3.png) bottom/auto clamp(10%, 35%, 15vw) repeat-x;
}
.sleep-contents .con-03 .btn-wrap {
  margin-top: 75px;
}
.sleep-contents .con-03 .btn-wrap .is-blue {
  width: 94%;
  max-width: 250px;
}
.sleep-contents .con-03 .is-attention-text {
  width: 94%;
  max-width: 362px;
  margin: 20px auto 0;
  text-align: justify;
}
.sleep-contents .con-04 .btn-wrap {
  margin-top: 75px;
}
.sleep-contents .con-04 .btn-wrap .is-white {
  width: 94%;
  max-width: 362px;
}
.sleep-contents .con-04 .btn-wrap .is-text.font-s {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.8;
}
.sleep-contents .con-04 .btn-wrap .is-text.font-s .font-s {
  font-size: 0.95em;
}
.sleep-contents .con-04 .img-block {
  max-width: 380px;
  margin: auto;
}
.sleep-contents .con-04 .is-text {
  font-size: 15px;
  margin: 50px 0 30px;
}
.sleep-contents .con-04 .is-text .font-blue {
  font-weight: bold;
}
.sleep-contents .con-04 .si-season-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.sleep-contents .con-04 .si-season-list .season-item {
  width: 30%;
  margin-right: 5%;
  border: 1px solid #6f7458;
  border-radius: 30px;
  padding: 16px 10px;
}
.sleep-contents .con-04 .si-season-list .season-item:nth-child(3n) {
  margin-right: 0;
}
.sleep-contents .con-04 .si-season-list .season-item .is-name {
  background: transparent;
  padding: 0;
  margin: 0 0 10px;
  font-size: 20px;
}
.sleep-contents .con-04 .si-season-list .season-item .btn-wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 105px;
}
.sleep-contents .con-04 .si-season-list .season-item .btn-wrap .is-blue {
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  background-size: auto 8px;
  background-image: url(/ec/img/usr/freepage/sleep_index/btn-allow_s.png);
}
.sleep-contents .con-04 .si-season-list .season-item .btn-wrap .is-unit {
  margin-top: 5px;
  display: inline-block;
}
.sleep-contents .con-05 .select-season {
  padding: 0;
  background-color: #bcbfab;
  text-align: justify;
  margin-bottom: 15px;
  border-radius: 10em 0 0 10em;
}
.sleep-contents .con-05 .select-item-type {
  display: flex;
  gap: 0;
  border: 1px solid #878d6b;
  border-radius: 2em;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap {
  flex: 1 1 33.3333333333%;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap:not(:nth-child(3n)):not(:last-child) {
  border-right: 1px solid #878d6b;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  justify-content: center;
  width: auto;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap > * {
  width: 100%;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-text {
  padding: 10px 0;
  border-bottom: 1px solid #878d6b;
  flex: 0;
  min-height: 42px;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list {
  flex: 1;
  padding: 15px;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item {
  position: relative;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item + .is-detail-item {
  margin-top: 40px;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item:not(:last-child) {
  padding-bottom: 40px;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item:not(:last-child)::before, .sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item:not(:last-child)::after {
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 2em;
  background-color: #6f7458;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item:not(:last-child)::after {
  transform: rotate(90deg);
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .item-list .is-detail-item img {
  max-height: 60px;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .event-btn {
  border-top: 1px solid #878d6b;
  padding: 6px 10px;
  flex: 0;
  justify-content: center;
  display: flex;
}
.sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .event-btn .is-blue {
  padding: 5px 10px;
  width: 80%;
}
.sleep-contents .con-05 .other-season-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sleep-contents .con-05 .other-season-btn .season-btn-wrap {
  display: flex;
  justify-content: center;
}
.sleep-contents .con-05 .other-season-btn .season-btn-wrap + .season-btn-wrap {
  margin-left: 15px;
}
.sleep-contents .con-05 .other-season-btn .is-text {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.8;
}
.sleep-contents .con-05 .season-btn-wrap {
  background: white url(/ec/img/usr/freepage/sleep_index/btn-allow-b.png) 95% center/auto 9px no-repeat;
  border: 1px solid #878d6b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
  padding: 5px 65px 5px 35px;
  font-size: 18px;
  font-weight: bold;
}
.sleep-contents .con-05 .season-btn-wrap > * {
  line-height: 1;
}
.sleep-contents .con-05 .season-btn-wrap .inner {
  margin: 0 15px;
  background-color: #2E699E;
  color: white;
  padding: 5px 20px;
  border-radius: 10em;
  display: block;
}
.sleep-contents .con-05 .season-btn-wrap .inner.is-winter {
  background-color: #7ab4e0;
}
.sleep-contents .con-05 .season-btn-wrap .inner.is-spring {
  background-color: #e39dab;
}
.sleep-contents .con-05 .season-btn-wrap .inner.is-summer {
  background-color: #e9b225;
}
.sleep-contents .con-05 .season-btn-wrap .is-unit {
  font-weight: normal;
}
.sleep-contents .con-05 .btn-wrap {
  margin-top: 20px;
}
.sleep-contents .con-05 .btn-wrap .is-white {
  width: 94%;
  max-width: 362px;
}
.sleep-contents .con-05 .btn-wrap .is-text.font-s {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.8;
}
.sleep-contents .con-05 .btn-wrap .is-text.font-s .font-s {
  font-size: 0.95em;
}
/* .header-area , .footer-area , .block-topic-path {
  display: none;
} */

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .pane-header .header--inner_ {
    max-width: 1920px;
    width: 100%;
    padding: 20px 40px;
  }
  .pane-header .header--inner_ > *:not(.block-header-logo) {
    display: none;
  }
  .pane-header #header_bnr_,
  .pane-header .category-header-menu--navi {
    display: none;
  }
  .pane-header .block-header-logo {
    width: 25%;
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sleep-contents .h1-ttl {
    padding: 1.6em 0;
  }
  .sleep-contents .h1-ttl .sub-ttl {
    font-size: clamp(14px, 3vw, 24px);
  }
  .sleep-contents .h1-ttl .sub-ttl img {
    max-width: 80%;
  }
  .sleep-contents .content-wrap {
    margin-top: 0;
    padding: 20px 0;
    justify-content: flex-start;
  }
  .sleep-contents .step-ttl {
    margin: 0 0 20px;
    font-size: clamp(16px, 5vw, 22px);
  }
  .sleep-contents .input-content {
    max-width: none;
    min-height: 60px;
  }
  .sleep-contents .input-content .item-input-detail {
    justify-content: center;
  }
  .sleep-contents .input-content .input-elm {
    min-width: clamp(60px, 33vw, 120px);
  }
  .sleep-contents .is-temp-text .inner {
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    background-color: transparent;
    vertical-align: bottom;
    padding: 0;
  }
  .sleep-contents .is-temp-text .inner .font-blue {
    font-size: 10px;
  }
  .sleep-contents .is-temp-text .inner .is-temp-num {
    font-size: 13px;
  }
  .sleep-contents .btn-wrap a + a {
    margin-top: 20px;
  }
  .sleep-contents .con-01 .btn-wrap {
    margin-top: 15px;
  }
  .sleep-contents .con-01 .is-text {
    font-size: clamp(16px, 4vw, 20px);
  }
  .sleep-contents .con-02 {
    background-size: 125%;
    background-position: top;
  }
  .sleep-contents .con-02 .btn-wrap {
    margin-top: 30px;
  }
  .sleep-contents .con-03 {
    background-size: 200%;
  }
  .sleep-contents .con-03 .is-attention-text {
    max-width: none;
  }
  .sleep-contents .con-03 .btn-wrap {
    margin-top: 20px;
  }
  .sleep-contents .con-04 .is-text {
    margin: 25px 0;
  }
  .sleep-contents .con-04 .si-season-list {
    overflow: hidden;
    margin-left: -3.1%;
    margin-right: -3.1%;
  }
  .sleep-contents .con-04 .si-season-list .season-item {
    border: 0;
    position: relative;
    z-index: 0;
    padding: 8px 10px;
  }
  .sleep-contents .con-04 .si-season-list .season-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    left: -20%;
    margin: auto;
    border: 1px solid #6f7457;
    border-radius: 2em;
    z-index: -1;
  }
  .sleep-contents .con-04 .si-season-list .season-item .btn-wrap .is-blue {
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto 4px;
  }
  .sleep-contents .con-04 .btn-wrap {
    margin-top: 30px;
  }
  .sleep-contents .con-05 .step-ttl {
    font-size: clamp(12px, 4vw, 16px);
    margin-bottom: 15px;
  }
  .sleep-contents .con-05 .select-item-type {
    border-radius: 0.7em;
  }
  .sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-detail .event-btn .is-blue {
    width: 100%;
    font-size: clamp(10px, 3.3vw, 15px);
  }
  .sleep-contents .con-05 .select-item-type .item-type-wrap .item-detail-wrap .is-text {
    padding: 10px 2px;
    font-size: clamp(10px, 3.3vw, 14px);
  }
  .sleep-contents .con-05 .season-btn-wrap {
    font-size: clamp(12px, 3.5vw, 18px);
    padding: 5px 35px 5px 15px;
    background-size: auto 5px;
  }
  .sleep-contents .con-05 .season-btn-wrap .inner {
    margin: 0 8px;
  }
  .wrapper {
    padding-top: 50px !important;
  }
  .wrapper > *:not(.pane-main):not(.pane-header) {
    display: none;
  }
  .wrapper .pane-header {
    padding: 0 10px 10px;
  }
  .wrapper .pane-header .block-headernav--item-list > *:not(.block-headernav--item.logo) {
    display: none;
  }
  .wrapper .pane-header #header_bnr_,
  .wrapper .pane-header .menu_search__fixd {
    display: none;
  }
}
@media (max-width: 330px) {
  .sleep-contents {
    font-size: clamp(11px, 3.5vw, 14px);
  }
}