@charset "UTF-8";
/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  -webkit-transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  -webkit-transform: translate3d(0, 50px, 0) !important;
          transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  -webkit-transform: translate3d(0, -100px, 0) !important;
          transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  -webkit-transform: translate3d(-50vw, 0, 0) !important;
          transform: translate3d(-50vw, 0, 0) !important;
}
.js-fade-in.fade-in-right {
  -webkit-transform: translate3d(50vw, 0, 0) !important;
          transform: translate3d(50vw, 0, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

/* アコーディオン
------------------------------------------------------ */
.js-accordion {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  padding-top: 0;
}

.part-recommendation {
  background-color: #0E0F10;
  padding-top: 18.1333333333%;
  padding-bottom: 18.1333333333%;
  overflow: hidden;
}
.part-recommendation a {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.part-recommendation a:hover {
  opacity: 0.6;
}
.part-recommendation .recommendation-inner {
  width: 100%;
  padding-left: 6.4%;
  padding-right: 6.4%;
  margin-left: auto;
  margin-right: auto;
}
.part-recommendation .recommendation-title {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.75px) * 3.7333333333 ) );
  font-weight: 700;
  text-align: center;
  color: #F7F9FA;
}
.part-recommendation .recommendation-youtube .youtube-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 6.015037594% 4.5112781955%;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-image {
  position: relative;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background-image: url(../images/recommendation_youtube_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-image img {
  width: 100%;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-title {
  color: #F7F9FA;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-influencer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.part-recommendation .recommendation-youtube .youtube-item .youtube-item-influencer .influencer-name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #C0C0C2;
  margin-left: 8px;
}
.part-recommendation .recommendation-blog .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto !important;
}
.part-recommendation .recommendation-blog .blog-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
}
.part-recommendation .recommendation-blog .blog-item .blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10.0775193798% 9.3023255814%;
}
.part-recommendation .recommendation-blog .blog-title {
  color: #F7F9FA;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
.part-recommendation .recommendation-blog .blog-logo {
  text-align: center;
  margin-top: 20px;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.85);
}
.modal-wrap .shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-wrap .modal-panel {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  top: 20%;
}
.modal-wrap .modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-wrap .modal-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.modal-wrap .modal-close {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: #F7F9FA;
  border: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-wrap .modal-close:hover {
  opacity: 0.3;
}
.modal-wrap .modal-close:before, .modal-wrap .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #333;
}
.modal-wrap .modal-close:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.modal-wrap .modal-close:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 769px) {
  .part-recommendation {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .part-recommendation .recommendation-inner {
    max-width: 1124px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .part-recommendation .recommendation-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .part-recommendation .recommendation-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 0;
    margin-top: 64px;
  }
  .part-recommendation .recommendation-youtube .youtube-item {
    width: 48.7%;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-image:after {
    width: 78px;
    height: 55px;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-influencer {
    margin-top: 16px;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-influencer .influencer-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .part-recommendation .recommendation-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 64px;
  }
  .part-recommendation .recommendation-blog .blog-item {
    width: 24%;
  }
  .modal-wrap .modal-panel {
    width: calc(100% - 80px);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal-wrap .modal-close.show {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .part-recommendation .recommendation-youtube {
    max-width: 375px;
    margin-top: 14.373088685%;
    margin-left: auto;
    margin-right: auto;
  }
  .part-recommendation .recommendation-youtube .youtube-item + .youtube-item {
    margin-top: 10.3975535168%;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-image:after {
    width: 37px;
    height: 26px;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-title {
    min-height: 5.1428571429em;
  }
  .part-recommendation .recommendation-youtube .youtube-item .youtube-item-influencer .influencer-icon {
    width: 10.7744107744%;
  }
  .part-recommendation .recommendation-blog {
    margin-top: 17.125382263%;
  }
  .part-recommendation .recommendation-blog .blog-item {
    margin-right: 24px;
    width: 240px !important;
    max-width: 240px;
  }
  .modal-wrap .modal-close {
    display: none;
  }
}