@charset "UTF-8";
.c-container {
  width: auto;
}
.c-container__inner {
  padding-top: calc((100 / 750) * 100%);
  padding-bottom: calc((160 / 750) * 100%);
}
@media (max-width: 575px) {
  .c-container__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .c-container__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* =========================================================
 wrap
========================================================= */
.cnt-wrap {
  max-width: 650px;
  margin: auto;
}

/* =========================================================
 ttl
========================================================= */
.c-container h2 {
  margin-bottom: calc((60 / 750) * 100%);
}

/* =========================================================
 bg
========================================================= */
.cnt-bg .bg-wave {
  position: relative;
  width: 100%;
  padding-bottom: calc((38 / 750) * 100%);
  line-height: 0;
}
.cnt-bg .bg-wave svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
 kv
========================================================= */
.kv {
  max-width: 1000px;
  margin: auto;
  background: #cef2f0;
}
.kv figure {
  max-width: 650px;
  margin: auto;
}
.kv .bg-wave {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  line-height: 0;
}
.kv .bg-wave svg {
  fill: #fff;
}

/* =========================================================
 anchor
========================================================= */
.anchor {
  background: #fff;
  overflow: hidden;
}
.anchor .c-container__inner {
  padding-top: calc((100 / 750) * 100%);
  padding-bottom: calc((100 / 750) * 100%);
}
.anchor .bg-wave {
  background: #fff;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.anchor .bg-wave svg {
  fill: #e6d6c9;
}
.anchor a {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
.anchor a[href*="manabu"] {
  background: #c8d9ed;
}
.anchor a[href*="tanoshimu"] {
  background: #f6cdd3;
}
.anchor a[href*="mimamoru"] {
  background: #e6d6c9;
}
.anchor .voice-slider {
  margin: 0 auto;
}
.anchor .voice-slide {
  margin: 0 15px;
  padding-bottom: 15px;
  text-align: center;
}
.anchor .voice-slide img {
  width: 100%;
}
.anchor .voice-slider .slick-dots {
  position: static;
  /* margin-top: 10px; */
}
.anchor .slick-list {
  overflow: visible;
}
.anchor .slick-dots {
  margin-top: 30px;
  line-height: 0;
}
.anchor .slick-dots li {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .anchor .slick-dots li {
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .anchor .slick-dots li {
    margin: 0 8px;
  }
}
.anchor .slick-dots li.slick-active button {
  background: #f6cdd3;
}
.anchor .slick-dots li button {
  padding: 0;
  background: #e0e0e0;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .anchor .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .anchor .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.anchor .slick-dots li button:before {
  display: none;
}

/* =========================================================
 intro
========================================================= */
.intro {
  background: #e6d6c9;
}
.intro .bg-wave {
  background: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.intro .bg-wave svg {
  fill: #e6d6c9;
}
.intro__card {
  margin: auto;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .intro__card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (min-width: 576px) {
  .intro__card {
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .intro__card {
    font-size: 16px;
  }
}
.intro__card:last-child {
  margin-bottom: 0;
}
.intro__img {
  overflow: hidden;
  margin-bottom: 2em;
  border-radius: 10px;
}
.intro__ttl {
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .intro__ttl {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .intro__ttl {
    font-size: 20px;
  }
}
.intro__name {
  margin-bottom: 0;
  color: #666;
  text-align: right;
}
@media (max-width: 767px) {
  .intro__name {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .intro__name {
    font-size: 12px;
  }
}
.intro .more-txt {
  overflow: hidden;
  max-height: calc(1.8em * 3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.intro .more-txt.is-show {
  max-height: 100vh;
}
.intro .more-link {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 5px;
  color: #666;
}
.intro .more-link:before {
  content: "続きを見る";
}
.intro .more-link:hover {
  opacity: .8;
  text-decoration: none;
}
.intro .more-link.is-show:before {
  content: "閉じる";
}

/* =========================================================
 topics
========================================================= */
.topics__item {
  padding-top: 50%;
  border-radius: 10px;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .topics__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .topics__item {
    margin-bottom: 40px;
  }
}
.topics__item:last-child {
  margin-bottom: 0;
}
.topics--manabu {
  background: #c8d9ed;
}
.topics--tanoshimu {
  background: #f6cdd3;
}
.topics--mimamoru {
  background: #e6d6c9;
}
@media print {
  .noprint img {
    display: none;
  }
}


/* =========================================================
 details
========================================================= */
.details .bg-wave {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.details--manabu {
  background: #c8d9ed;
}
.details--manabu .bg-wave {
  background: #f6cdd3;
}
.details--manabu .bg-wave svg {
  fill: #c8d9ed;
}
.details--tanoshimu {
  background: #f6cdd3;
}
.details--tanoshimu .bg-wave {
  background: #e6d6c9;
}
.details--tanoshimu .bg-wave svg {
  fill: #f6cdd3;
}
.details--mimamoru {
  background: #e6d6c9;
}
.details--mimamoru .bg-wave {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.details--mimamoru .bg-wave svg {
  fill: #fff;
}
.details-insta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .details-insta__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .details-insta__item {
    margin-bottom: 60px;
  }
}
.details-insta__item:last-child {
  margin-bottom: 0;
}
.details-insta__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.details-insta__img {
  overflow: hidden;
  width: 53%;
  margin: 0;
  border: 5px solid #fff;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .details-insta__txt {
    width: calc(47% - 20px);
  }
}
@media (min-width: 576px) {
  .details-insta__txt {
    width: calc(47% - 40px);
  }
}
.details-insta__txt p {
  margin: 0;
}
.details-insta__txt p:first-child {
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .details-insta__txt p:first-child {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .details-insta__txt p:first-child {
    font-size: 24px;
  }
}
.details-insta__name {
  margin-top: 10px;
  color: #666;
  text-align: right;
  line-height: 1;
}
@media (max-width: 767px) {
  .details-insta__name {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .details-insta__name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .details-tw {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .details-tw {
    padding-top: 80px;
  }
}
.details-tw__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .details-tw__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .details-tw__item {
    margin-bottom: 50px;
  }
}
.details-tw__item:last-child {
  margin-bottom: 0;
}
.details-tw__item img {
  border-radius: 100%;
  border: 1px solid #999;
}
.details-tw__item i {
  width: 25%;
  border-radius: 100%;
  border: 4px solid #fff;
}
.details-tw__txt {
  width: calc(75% - 15px);
  padding: 1em;
  border: 2px solid #fff;
  border-radius: 10px;
}
.details-tw__txt p {
  margin-bottom: 0;
}

/* =========================================================
 hoge
========================================================= */
/* =========================================================
 hoge
========================================================= */
/* =========================================================
 toggle
========================================================= */
.toggle-main {
  display: none;
}
.toggle-btn {
  cursor: pointer;
}
.toggle-btn:hover {
  opacity: .8;
}
@media (max-width: 575px) {
  .toggle-btn--hide {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .toggle-btn--hide {
    margin-top: 40px;
  }
}
.toggle .is-hide {
  display: none;
}
.toggle .is-show {
  display: block;
}

/*# sourceMappingURL=style.css.map */