@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ▼ 夢ふぉと独自スタイル */
/* ━━━━━━━━━━━━━━━━━━━━━━━━ */
.main-content {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .main-content {
    padding-bottom: 6rem;
  }
}

.section-title {
  display: block;
  background-color: transparent;
  padding: 1rem 2rem;
  border-radius: 10px;
  margin-bottom: 5rem;
}

.section-title-green {
  background-color: #E8F3C2;
}

.section-title-blue {
  background-color: #E1EFF8;
}

.section-title-pink {
  background-color: #F9E4E4;
}

.section-title-orange {
  background-color: #FFF8DC;
}

.search-category-title {
  width: 263px;
  background-color: #FBE975;
  border-radius: 100px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 2;
  margin: auto;
  margin-bottom: -3rem;
}
.search-category-title:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px dashed #775A34;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search-category-title.trigger {
  cursor: pointer;
}
.search-category-title.trigger.active:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.search-category-title.trigger:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  width: 22px;
  height: 22px;
  background: url(../images/common/arr.svg) center center no-repeat #775A34;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search-category-title.blue {
  color: #fff;
  background-color: #77CAFF;
}
.search-category-title.blue:after {
  border-color: #fff;
}
.search-category-title.green {
  color: #fff;
  background-color: #9fc22a;
}
.search-category-title.green:after {
  border-color: #fff;
}

.search-category {
  border: 5px solid #FBE975;
  border-radius: 50px;
  padding: 6rem 1rem 4rem 4.5rem;
  background: url(../images/common/bg-repeat.png);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .search-category {
    border-width: 2px;
    border-radius: 20px;
    padding: 5rem 1rem 2rem 2rem;
  }
  .search-category a {
    font-size: 1.5rem;
  }
  .search-category a:hover {
    color: #F2A522;
  }
  .search-category.bgblue a:hover {
    background-color: #77CAFF;
    color: #fff;
  }
  .search-category.bggreen a:hover {
    background-color: #CAEE51;
    color: #fff;
    border-color: #fff;
  }
}
@media only screen and (max-width: 1366px) {
  .search-category a:hover {
    color: #F2A522;
  }
  .search-category.bgblue a:hover {
    background-color: #77CAFF;
    color: #fff;
  }
  .search-category.bggreen a:hover {
    background-color: #CAEE51;
    color: #fff;
    border-color: #fff;
  }
}

.search-category-box {
  margin: 0 0 8rem;
}
@media only screen and (max-width: 767px) {
  .search-category-box {
    margin: 0 0 5rem;
  }
}

.search-category-ttl {
  width: 263px;
  background-color: #FBE975;
  border-radius: 100px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 2;
  margin: auto;
  margin-bottom: -3rem;
}
.search-category-ttl:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px dashed #775A34;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search-category-ttl.trigger {
  cursor: pointer;
}
.search-category-ttl.trigger.active:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.search-category-ttl.trigger:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  width: 22px;
  height: 22px;
  background: url(../images/common/arr.svg) center center no-repeat #775A34;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search-category-ttl.blue {
  color: #fff;
  background-color: #77CAFF;
}
.search-category-ttl.blue:after {
  border-color: #fff;
}
.search-category-ttl.green {
  color: #fff;
  background-color: #9fc22a;
}
.search-category-ttl.green:after {
  border-color: #fff;
}

.search-category.bgblue {
  background: #E1EFF8;
  border: none;
}
.search-category.bggreen {
  background: #E8F3C2;
  border: none;
}
.search-category li {
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.search-category li:last-child {
  margin-right: 0;
}

.search-category-anchor a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.search-category-anchor a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  margin: auto;
  background: url(../images/common/arr-org.svg) center center no-repeat;
  width: 11px;
  height: 12px;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .search-category-anchor a {
    padding-right: 2em;
  }
  .search-category-anchor a:after {
    top: 7px;
  }
}

.search-category-list li {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.search-category-list a {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
  text-decoration: none;
}
.search-category-list.bdr a {
  border: 1px solid #775A34;
}
@media only screen and (max-width: 767px) {
  .search-category-list a {
    font-size: 1.5rem;
  }
  .search-category-list.bdr a {
    border: 1px solid #775A34;
  }
}

.search-category-tags li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.search-category-tags a {
  background-color: #FBF7E7;
  border-radius: 30px;
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
}
.search-category-tags a:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dashed #775A34;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .search-category-tags li {
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .search-category-tags a {
    font-size: 1.2rem;
  }
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  position: relative;
}

.lb-data .lb-caption {
  font-size: 3rem !important;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-data .lb-close {
  opacity: 1 !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}

.page-up {
  z-index: 9998;
}

.sec01, .sec03 {
  padding-top: 10rem;
  margin-top: -5rem;
}

@media only screen and (max-width: 767px) {
  .sec01, .sec03, .sec06-inner {
    padding-top: 5rem !important;
  }
}

.sec01 .img-bg, .sec02__bottom .img-bg {
  background-color: #fff;
}

.sec01 .img-bg {
  margin-bottom: 3rem !important;
}

.img-bg {
  margin-bottom: -0.1rem;
}

@media only screen and (max-width: 767px) {
  .sec-contact .img-bg, .sec01 .img-bg, .sec06 .img-bg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sec-contact__inner {
    padding: 8rem 0;
  }
}

.sec03__img01 {
  z-index: 1;
}

footer {
  margin-top: -1rem;
}

.mobile-visible {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-visible {
    display: block;
  }
}

.mobile-hidden {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

.small-visible {
  display: none;
}
@media only screen and (max-width: 412px) {
  .small-visible {
    display: block;
  }
}

.small-hidden {
  display: block;
}
@media only screen and (max-width: 412px) {
  .small-hidden {
    display: none;
  }
}

.small-again-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .small-again-hidden {
    display: block;
  }
}
@media only screen and (max-width: 412px) {
  .small-again-hidden {
    display: none;
  }
}

#dreamSec .container {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .container {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 412px) {
  #dreamSec .container {
    padding-bottom: 5rem;
  }
}
#dreamSec .sec06-inner {
  background-color: #D2EDF3;
  padding-top: 10rem;
}
#dreamSec .sec06-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14rem;
  position: relative;
}
#dreamSec .sec06-head .sec06-title {
  width: 552px;
  height: 369px;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-head .sec06-title {
    width: 300px;
    height: auto;
    aspect-ratio: 552/369;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-head .sec06-title {
    width: 245px;
  }
}
#dreamSec .sec06-head .sec06-title img {
  margin: 0 auto;
}
#dreamSec .sec06-head::before {
  content: "";
  width: 258px;
  height: 158px;
  background: url("../images/top/dream_cloud.png") no-repeat center/contain;
  position: absolute;
  top: 25rem;
  left: -5rem;
}
@media only screen and (max-width: 1366px) {
  #dreamSec .sec06-head::before {
    width: 215px;
    height: auto;
    aspect-ratio: 258/158;
    left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-head::before {
    display: none;
  }
}
#dreamSec .sec06-head .no1-label {
  width: 241px;
  height: 163px;
  margin-top: 28rem;
  margin-left: 85rem;
  margin-bottom: auto;
  margin-right: auto;
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 1440px) {
  #dreamSec .sec06-head .no1-label {
    width: 16vw;
    height: auto;
    aspect-ratio: 241/163;
    margin-left: 81rem;
  }
}
@media only screen and (max-width: 1366px) {
  #dreamSec .sec06-head .no1-label {
    margin-top: 28rem;
    margin-left: 78rem;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-head .no1-label {
    width: 99px;
    margin-top: 23rem;
    margin-left: 18rem;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-head .no1-label {
    margin-top: 19rem;
    margin-left: 8rem;
  }
}
#dreamSec .sec06-head .no1-label::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-head .no1-label::before {
    content: "";
    width: 150px;
    height: auto;
    display: block;
    aspect-ratio: 258/158;
    background: url("../images/top/dream_cloud.png") no-repeat center/contain;
    position: absolute;
    bottom: 0;
    right: 18rem;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-head .no1-label::before {
    width: 102px;
    bottom: 3rem;
    right: 13rem;
  }
}
#dreamSec .sec06-head .no1-label::after {
  content: "";
  width: 381px;
  height: 402px;
  background: url("../images/top/dream_rainbow.png") no-repeat center/contain;
  position: absolute;
  left: 2rem;
  bottom: 6rem;
  z-index: -1;
}
@media only screen and (max-width: 1440px) {
  #dreamSec .sec06-head .no1-label::after {
    width: 23vw;
    height: auto;
    aspect-ratio: 381/402;
  }
}
@media only screen and (max-width: 1024px) {
  #dreamSec .sec06-head .no1-label::after {
    bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-head .no1-label::after {
    width: 114px;
    left: 4rem;
    bottom: 0;
  }
}
#dreamSec .sec06-slider {
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 7rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-slider {
    margin-bottom: 4rem;
  }
}
#dreamSec .sec06-slider .splide__slide img {
  display: block;
  width: auto;
}
#dreamSec .sec06-slider::before {
  content: "";
  width: 590px;
  height: 120px;
  background: url("../images/top/dream_title-ribbon.png") no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-slider::before {
    width: 286px;
    height: 58px;
    top: -4.2rem;
  }
}
#dreamSec .sec06-subcopy {
  width: 668px;
  height: 396px;
  margin: 0 auto;
  margin-bottom: 13rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-subcopy {
    width: 90%;
    height: auto;
    aspect-ratio: 668/396;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-subcopy {
    margin-bottom: 10rem;
  }
}
#dreamSec .sec06-subcopy img {
  width: 100%;
}
#dreamSec .sec06-subcopy::before {
  content: "";
  width: 303px;
  height: 416px;
  background: url("../images/top/dream_skateboarder.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  #dreamSec .sec06-subcopy::before {
    width: 19vw;
    height: auto;
    aspect-ratio: 303/416;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-subcopy::before {
    display: none;
  }
}
#dreamSec .sec06-subcopy::after {
  content: "";
  width: 196px;
  height: 338px;
  background: url("../images/top/dream_flower-shop.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 106%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  #dreamSec .sec06-subcopy::after {
    width: 14vw;
    height: auto;
    aspect-ratio: 196/338;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-subcopy::after {
    display: none;
  }
}
#dreamSec .sec06-story {
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  padding: 6rem 13rem;
  position: relative;
}
#dreamSec .sec06-story::before {
  content: "";
  width: 327px;
  height: 401px;
  background: url("../images/top/dream_aquarium-staff.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: -18rem;
}
@media only screen and (max-width: 1440px) {
  #dreamSec .sec06-story::before {
    width: 16vw;
    height: auto;
    aspect-ratio: 327/401;
    left: -6rem;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-story::before {
    display: none;
  }
}
#dreamSec .sec06-story::after {
  content: "";
  width: 238px;
  height: 372px;
  background: url("../images/top/dream_makeup-artist.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -12rem;
}
@media only screen and (max-width: 1440px) {
  #dreamSec .sec06-story::after {
    width: 12vw;
    height: auto;
    aspect-ratio: 238/327;
    right: -7rem;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-story::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-story {
    padding-inline: 5rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-story {
    padding: 3rem;
    margin-bottom: 2rem;
  }
}
#dreamSec .sec06-story .story-label {
  width: 258px;
  height: 99px;
  text-align: center;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-story .story-label {
    width: 148px;
    height: 57px;
    top: -3rem;
  }
}
#dreamSec .sec06-story .story-lead {
  font-size: 2.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-story .story-lead {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-story .story-lead {
    font-size: 1.8rem;
  }
}
#dreamSec .sec06-story .turning-point {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-story .turning-point {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-story .turning-point {
    font-size: 1.8rem;
  }
}
#dreamSec .sec06-story .point {
  color: #FC637D;
}
#dreamSec .sec06-story .story-quote {
  position: relative;
  font-size: 2.7rem;
  line-height: 1.8;
  margin: 5rem auto;
  display: inline-block;
}
#dreamSec .sec06-story .story-quote::before, #dreamSec .sec06-story .story-quote::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-story .story-quote::before, #dreamSec .sec06-story .story-quote::after {
    width: 19px;
    height: 26px;
  }
}
#dreamSec .sec06-story .story-quote::before {
  background-image: url("../images/top/dream_mark-before.svg");
  left: -25px;
  top: 0;
}
#dreamSec .sec06-story .story-quote::after {
  background-image: url("../images/top/dream_mark-after.svg");
  right: -26px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-story .story-quote {
    font-size: 1.8rem;
  }
}
#dreamSec .sec06-story .underline {
  border-bottom: 3px dotted #F8EB89;
}
#dreamSec .sec06-story .story-text {
  font-size: 1.7rem;
  line-height: 1.8;
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-story .story-text {
    font-size: 1.4rem;
    text-align: left;
  }
}
#dreamSec .sec06-episode {
  margin-bottom: 6.3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-episode {
    mmargin-bottom: 26rem;
  }
}
#dreamSec .sec06-episode .episode-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-inner {
    width: 100%;
    -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;
    gap: 4rem;
  }
}
#dreamSec .sec06-episode .episode-left {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-left {
    width: 100%;
  }
}
#dreamSec .sec06-episode .episode-left .episode-author {
  width: 472px;
  height: 390px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-left .episode-author {
    width: 384px;
    height: auto;
    aspect-ratio: 472/390;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #dreamSec .sec06-episode .episode-left .episode-author {
    width: 300px;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-episode .episode-left .episode-author {
    width: 259px;
  }
}
#dreamSec .sec06-episode .episode-left .episode-author figcaption {
  width: 353px;
  display: block;
  text-align: left;
  position: absolute;
  right: -28rem;
  bottom: -2rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-left .episode-author figcaption {
    width: 384px;
    margin-top: 1rem;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  #dreamSec .sec06-episode .episode-left .episode-author figcaption {
    width: 300px;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-episode .episode-left .episode-author figcaption {
    width: 259px;
  }
}
#dreamSec .sec06-episode .episode-left .episode-author figcaption .author-role {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-left .episode-author figcaption .author-role {
    font-size: 1.8rem;
    text-align: center;
  }
}
#dreamSec .sec06-episode .episode-left .episode-author figcaption .author-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-left .episode-author figcaption .author-text {
    font-size: 1.6rem;
  }
}
#dreamSec .sec06-episode .episode-right {
  width: 56%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-right {
    width: 100%;
  }
}
#dreamSec .sec06-episode .episode-right .episode-gallery {
  height: 399px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-right .episode-gallery {
    display: none;
  }
}
#dreamSec .sec06-episode .episode-right .episode-gallery .episode-item1 {
  width: 222px;
  height: 222px;
  top: -1rem;
  left: 2rem;
  z-index: 1;
}
#dreamSec .sec06-episode .episode-right .episode-gallery .episode-item2 {
  width: 199px;
  height: 199px;
  top: 12rem;
  left: 27rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#dreamSec .sec06-episode .episode-right .episode-gallery .episode-item3 {
  width: 165px;
  height: 289px;
  right: 2rem;
  bottom: 0;
  z-index: 4;
}
#dreamSec .sec06-episode .episode-right .episode-gallery .episode-item {
  text-align: center;
  position: absolute;
}
#dreamSec .sec06-episode .episode-right .episode-gallery_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-right .episode-gallery_sp {
    display: block;
  }
}
#dreamSec .sec06-episode .episode-right .episode-balloon {
  width: 319px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  background: url("../images/top/dream_speech-bubble.png") no-repeat center/contain;
  padding: 2rem;
  padding-top: 0;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-episode .episode-right .episode-balloon {
    width: 43vw;
    height: auto;
    aspect-ratio: 319/128;
    font-size: 1.6rem;
    background: none;
    padding: 0;
    top: 5vw;
    right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  #dreamSec .sec06-episode .episode-right .episode-balloon {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-episode .episode-right .episode-balloon {
    font-size: 3vw;
    height: auto;
    aspect-ratio: 319/128;
  }
}
#dreamSec .sec06-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#dreamSec .sec06-message .message-left {
  padding: 3.3rem;
  border-right: 9px dotted #D2EDF3;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-message .message-left {
    aspect-ratio: 305/58;
    padding-block: 3vw;
    padding-inline: 30vw;
    border-right: none;
    border-bottom: 9px dotted #D2EDF3;
  }
}
@media screen and (max-width: 600px) {
  #dreamSec .sec06-message .message-left {
    padding-block: 2vw;
  }
}
#dreamSec .sec06-message .message-right {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  #dreamSec .sec06-message .message-right {
    font-size: 1.6rem;
    padding: 2rem 2.5rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 412px) {
  #dreamSec .sec06-message .message-right {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=home.css.map */