@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
色に関して記述しているファイル
色に関して、ここで宣言をしたものを利用する様にする

例：
color: $color-font-white;
*/
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.yokihi {
  background-image: url("./../../../assets/imgs/logo-yokihi.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
}

.main > .mv {
  position: relative;
  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;
  height: 550px;
  padding: 0 16px;
  overflow-x: hidden;
}

@media screen and (max-width: 897px) {
  .main > .mv {
    height: 288px;
    border-bottom: 2px solid #FBAACC;
  }
}

.main > .mv > .bg {
  background-image: url("./../../../assets/imgs/bg_hero_media.jpg");
  z-index: -1;
}

@media screen and (max-width: 897px) {
  .main > .mv > .bg {
    background-image: url("./../../../assets/imgs/bg_hero_media_sp.jpg");
    background-position: bottom, center;
  }
}

.main > .mv > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  margin: 0;
  padding: 28px 20px 23px;
  background-color: rgba(253, 255, 255, 0.8);
}

@media screen and (max-width: 897px) {
  .main > .mv > .container {
    padding: 48px 0 0;
    background-color: transparent;
  }
}

.main > .mv > .container > .content {
  max-width: 630px;
  padding: 0 30px 18px;
  text-align: center;
  border: 1px solid #C07700;
  border-top: none;
}

.main > .mv > .container > .content > .subtitle {
  position: relative;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  display: inline-block;
  font-size: 16px;
  margin-top: -32px;
  margin-bottom: 8px;
}

@media screen and (max-width: 897px) {
  .main > .mv > .container > .content > .subtitle {
    margin-top: -24px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.main > .mv > .container > .content > .subtitle:before, .main > .mv > .container > .content > .subtitle:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 107px;
  height: 14px;
  background-image: url("./../../../assets/imgs/lp/post1/ttl-decoration.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 897px) {
  .main > .mv > .container > .content > .subtitle:before, .main > .mv > .container > .content > .subtitle:after {
    width: 88px;
    height: 11px;
  }
}

.main > .mv > .container > .content > .subtitle:before {
  right: calc(100% - 4px);
}

.main > .mv > .container > .content > .subtitle:after {
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
  left: 100%;
}

.main > .mv > .container > .content > .copy {
  margin-bottom: 29px;
}

@media screen and (max-width: 897px) {
  .main > .mv > .container > .content > .copy {
    margin-bottom: 8px;
  }
}

.main > .mv > .container > .content > .copy > .text {
  width: 542px;
  height: 64px;
}

@media screen and (max-width: 897px) {
  .main > .mv > .container > .content > .copy > .text {
    width: 292px;
    height: 75px;
    margin: 0 auto;
  }
}

.main > .mv > .container > .content > .yokihi {
  width: 262px;
  height: 77px;
  margin: 0 auto;
}

@media screen and (max-width: 897px) {
  .main > .mv > .container > .content > .yokihi {
    width: 201px;
    height: 59px;
  }
}

.main > .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 122px 20px 56px;
}

@media screen and (max-width: 897px) {
  .main > .container {
    margin-top: 26px;
    padding: 0;
  }
}

.main > .container > .section-articles {
  width: 100%;
  max-width: 847px;
  padding: 0;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles {
    width: 100%;
    margin: 0 auto;
  }
}

.main > .container > .section-articles > .container {
  margin-bottom: 26px;
}

.main > .container > .section-articles > .container > .ttl {
  font-size: 32px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 6px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
}

.main > .container > .section-articles > .container > .posts {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts {
    margin-bottom: 0;
  }
}

.main > .container > .section-articles > .container > .posts .post {
  border-bottom: 1px solid #FBAACC;
  width: calc(33% - 12px);
  max-width: 265px;
  margin-bottom: 26px;
  padding-bottom: 16px;
  background-color: #FDFFFF;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts .post {
    width: calc(50% - 12px);
    max-width: 348px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .main > .container > .section-articles > .container > .posts .post {
    width: 100%;
    max-width: 343px;
    margin: 0 auto 20px;
  }
}

.main > .container > .section-articles > .container > .posts .post > .link {
  display: block;
  min-height: 312px;
  color: #0B0630;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts .post > .link {
    min-height: 256px;
  }
}

.main > .container > .section-articles > .container > .posts .post > .link > .img {
  position: relative;
  width: 100%;
  height: 165px;
  overflow: hidden;
  margin-bottom: 7px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main > .container > .section-articles > .container > .posts .post > .link > .img > .thumbnail {
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.16s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main > .container > .section-articles > .container > .posts .post > .link > .img > .category {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #FDFFFF;
  color: #DA2772;
  font-size: 11px;
  width: 72px;
  padding: 7px 4px;
  text-align: center;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info > .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info > .tags > .tag {
  font-size: 12px;
  color: #DA2772;
  margin-right: 8px;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info > .date {
  font-size: 12px;
  color: #999999;
  margin-bottom: 7px;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info > .title {
  max-height: 84px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  text-align: justify;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info > .title::before, .main > .container > .section-articles > .container > .posts .post > .link > .info > .title::after {
  content: '...';
  line-height: 1;
  position: absolute;
  right: 0;
  top: 66px;
  -ms-wrap-flow: start;
}

.main > .container > .section-articles > .container > .posts .post > .link > .info > .title::after {
  background: currentColor;
  color: white;
  top: auto;
}

@supports (-webkit-line-clamp: 4) {
  .main > .container > .section-articles > .container > .posts .post > .link > .info > .title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
  }
  .main > .container > .section-articles > .container > .posts .post > .link > .info > .title::before, .main > .container > .section-articles > .container > .posts .post > .link > .info > .title::after {
    content: normal;
  }
}

.main > .container > .section-articles > .container > .posts .post > .link:hover > .img,
.main > .container > .section-articles > .container > .posts .post > .link:hover > .info {
  opacity: 0.5;
}

.main > .container > .section-articles > .container > .posts.slide.is-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts.slide.is-pc {
    display: none;
  }
}

.main > .container > .section-articles > .container > .posts.slide.is-sp {
  display: none;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts.slide.is-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts.slide {
    position: relative;
    padding-bottom: 20px;
  }
  .main > .container > .section-articles > .container > .posts.slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #FBAACC;
  }
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts.slide .post {
    vertical-align: top;
    border-bottom: 0;
    width: 44vw;
    min-width: 194px;
    padding-right: 13px;
    padding-left: 13px;
    margin-bottom: 0;
  }
}

.main > .container > .section-articles > .container > .posts.slide .post > .link {
  width: 100%;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts.slide .post > .link {
    min-height: 296px;
  }
}

@media screen and (max-width: 640px) {
  .main > .container > .section-articles > .container > .posts.slide .post > .link {
    min-height: 220px;
  }
}

@media screen and (max-width: 640px) {
  .main > .container > .section-articles > .container > .posts.slide .post > .link > .img {
    height: 111px;
  }
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .posts.slide .post > .link > .info > .title {
    white-space: normal;
  }
}

.main > .container > .section-articles > .container > .posts.slide .slick-dots {
  bottom: 0;
}

.main > .container > .section-articles > .container > .posts.slide .slick-dots li {
  width: 10px;
  margin: 0;
}

.main > .container > .section-articles > .container > .posts.slide .slick-dots li button {
  width: 10px;
}

.main > .container > .section-articles > .container > .posts.slide .slick-dots li button:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #999999;
  border-radius: 50%;
}

.main > .container > .section-articles > .container > .posts.slide .slick-dots li.slick-active button:before {
  background-color: #DA2772;
}

.main > .container > .section-articles > .container > .moreButton {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 69px;
}

@media screen and (max-width: 640px) {
  .main > .container > .section-articles > .container > .moreButton {
    margin-top: 26px;
  }
}

.main > .container > .section-articles > .container > .moreButton > .link {
  background-color: transparent;
  padding: 25px 48px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main > .container > .section-articles > .container > .moreButton > .link > .txt {
  color: #DA2772;
}

.main > .container > .section-articles > .container > .moreButton > .link > .icon {
  width: 24px;
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke: #DA2772;
}

.main > .container > .section-articles > .container > .moreButton > .link:before {
  content: none;
}

.main > .container > .section-articles > .container > .pickup {
  margin-bottom: 72px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .pickup {
    margin-bottom: 26px;
    padding: 0 16px;
  }
}

.main > .container > .section-articles > .container > .pickup > .left {
  width: 50%;
  max-width: 410px;
  height: 214px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .pickup > .left {
    width: 100%;
    margin: 0  auto 16px;
  }
}

.main > .container > .section-articles > .container > .pickup > .left > .thumbnail {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border: 1px solid #FBAACC;
}

.main > .container > .section-articles > .container > .pickup > .right {
  max-width: calc(50% - 26px);
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .pickup > .right {
    max-width: 100%;
  }
}

.main > .container > .section-articles > .container > .pickup > .right > .text > p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .pickup > .right > .text > p {
    margin-bottom: 26px;
  }
}

.main > .container > .section-articles > .container > .pickup > .right > .btn {
  max-width: 240px;
  margin: 0 auto;
}

.main > .container > .section-articles > .container > .pickup > .right > .btn > .link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main > .container > .section-articles > .container > .pickup > .right > .btn > .link > .txt {
  color: #DA2772;
  font-size: 20px;
}

.main > .container > .section-articles > .container > .pickup > .right > .btn > .link > .icon {
  width: 24px;
  margin-left: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke: #DA2772;
}

.main > .container > .section-articles > .container > .pickup > .right > .btn > .link:before {
  content: none;
}

.main > .container > .section-articles > .container > .notice {
  text-align: right;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container > .notice {
    margin-top: 16px;
    padding: 0 36px;
  }
}

.main > .container > .section-articles > .container > .notice > .link > .text {
  border-bottom: 1px solid #DA2772;
  font-size: 11px;
  color: #DA2772;
}

.main > .container > .section-articles > .container > .notice > .link > .icon {
  width: 20px;
  height: 10px;
  margin-left: 2px;
  margin-bottom: -2px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container.newest {
    position: relative;
    padding: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container.popular {
    padding: 0 16px;
  }
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container.popular > .posts > .post > .link {
    min-height: 356px;
  }
}

.main > .container > .section-articles > .container.popular > .posts > .post > .link > .img {
  height: 189px;
}

.main > .container > .section-articles > .container.special {
  border: 1px solid #FBAACC;
  background-color: #FFFBFD;
  position: relative;
  margin-top: 40px;
  padding: 35px 14px 14px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container.special {
    border: none;
    border-top: 1px solid #FBAACC;
    border-bottom: 1px solid #FBAACC;
    margin-bottom: 40px;
    padding: 44px 0 24px;
  }
}

.main > .container > .section-articles > .container.special > .ttl {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FDFFFF), color-stop(0%, #FFFBFD));
  background: -webkit-linear-gradient(#FDFFFF 50%, #FFFBFD 0%);
  background: linear-gradient(#FDFFFF 50%, #FFFBFD 0%);
  top: -28px;
  left: 0;
  padding: 0 14px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-articles > .container.special > .ttl {
    top: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    word-break: keep-all;
  }
}

.main > .container > .section-articles > .container.special > .posts {
  margin-bottom: 0;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-sitemap {
    margin-bottom: 55px;
  }
}

.main > .container > .section-sitemap > .container {
  position: relative;
}

.main > .container > .section-sitemap > .container > .pages {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 605px;
  margin: 0 auto;
}

.main > .container > .section-sitemap > .container > .pages > .title {
  font-weight: 700;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-sitemap > .container > .pages > .title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 897px) {
  .main > .container > .section-sitemap > .container > .pages > .page {
    margin-bottom: 2px;
  }
}

.main > .container > .section-sitemap > .container > .pages > .page > .text-link {
  font-weight: 300;
  padding: 10px 12px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-sitemap > .container > .pages > .page > .text-link {
    font-size: 14px;
    padding: 4px 12px;
  }
}

.main > .container > .section-sitemap > .container > .pages > .page > .text-link.active {
  font-weight: 700;
}

.main > .container > .section-sitemap > .container > .pages:first-of-type {
  padding-bottom: 12px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-sitemap > .container > .pages:first-of-type {
    padding-bottom: 22px;
  }
}

.main > .container > .section-sitemap > .container > .pages:last-of-type {
  padding-top: 12px;
}

.main > .container > .section-sitemap > .container:before {
  content: "";
  display: block;
  background-color: #FBAACC;
  position: absolute;
  top: 35px;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 897px) {
  .main > .container > .section-sitemap > .container:before {
    top: 156px;
    width: 92%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.footer {
  margin: 0 16px 51px;
}
