@charset "UTF-8";
/*********************
/BASE
*********************/
html,
body {
  overflow-x: hidden;
}

html {
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

body {
  background: #fff;
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  color: #6f6137;
  font-style: normal;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  body {
    line-height: 1.36;
  }
}

/*********************
共通
*********************/
.l-inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: calc(1100px + 92px);
    padding-inline: 46px;
  }
}

/*********************
ANIMATION
*********************/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*********************
page
*********************/
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-head {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.page-head__image {
  position: relative;
  z-index: 0;
}

.page-head__image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-head__title__inner {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.page-head__title {
  width: 50%;
  margin-inline: auto;
}

.page-head__title img {
  width: 276px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .page-head__title img {
    width: 631px;
  }
}

.page-head__subtitle {
  margin-top: 16px;
  width: 40%;
  margin-inline: auto;
}

.page-head__subtitle img {
  width: 260px;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .page-head__subtitle img {
    width: 358px;
  }
}

.vlog-recommend {
  background: url(../img/vlog-recommend-bg.jpg) no-repeat center center/cover;
  padding-block: 60px;
}
@media screen and (min-width: 769px) {
  .vlog-recommend {
    padding-block: 80px 100px;
  }
}

.vlog-recommend__inner {
  padding-inline: 36px;
}
@media screen and (min-width: 769px) {
  .vlog-recommend__inner {
    max-width: 60%;
  }
}

.vlog-recommend__wrapper {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 26px;
  padding-block: clamp(1.375rem, 0.9612068966rem + 0.8620689655vw, 1.5rem);
  padding-inline: clamp(1.625rem, -11.2025862069rem + 26.724137931vw, 5.5rem);
  position: relative;
  z-index: 0;
}

.vlog-recommend__pickup {
  position: absolute;
  top: -17px;
  left: -17px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .vlog-recommend__pickup {
    top: -23px;
    left: -23px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .vlog-recommend__pickup {
    top: -32px;
    left: -32px;
    width: 196px;
    height: 196px;
  }
}

.vlog-recommend__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vlog-recommend__title .deco1 {
  display: none;
}
.vlog-recommend__title .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.vlog-recommend__title .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -52px;
  width: 58px;
  height: 42px;
  background: url(../img/vlog-recommend-deco2@2x.png) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .vlog-recommend__title .title::before {
    right: -7vw;
    width: 6vw;
  }
}
.vlog-recommend__title .title img {
  text-align: center;
  width: clamp(8.5rem, -41.5689655172rem + 104.3103448276vw, 23.625rem);
}
.vlog-recommend__title .deco2 {
  display: none;
}
@media screen and (min-width: 769px) {
  .vlog-recommend__title .title img {
    width: 240px;
  }
  .vlog-recommend__title .deco2 {
    width: 60px;
  }
}
@media screen and (min-width: 1441px) {
  .vlog-recommend__title {
    gap: 14px;
  }
  .vlog-recommend__title .deco1 {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 24px;
  }
  .vlog-recommend__title .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vlog-recommend__title .title::before {
    display: none;
  }
  .vlog-recommend__title .title img {
    width: 378px;
  }
  .vlog-recommend__title .deco2 {
    display: block;
    margin-left: 8px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 106px;
  }
}

.recommend-list {
  margin-top: clamp(0.375rem, -3.7629310345rem + 8.6206896552vw, 1.625rem);
}

.recommend-card__thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.recommend-card__thumb .video__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(3.4375rem, -5.8728448276rem + 19.3965517241vw, 6.25rem);
  height: clamp(3.4375rem, -5.8728448276rem + 19.3965517241vw, 6.25rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.video__icon-play svg,
.video__icon-play svg circle {
  display: block;
}

.recommend-card__thumb:hover .video__icon-play,
.video-card__thumb:hover .video__icon-play {
  opacity: 0.5;
}

.recommend-card__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.video__icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .video__icon-play {
    width: 100px;
    height: 100px;
  }
}

.video-title {
  margin-top: clamp(0.5rem, -4.4655172414rem + 10.3448275862vw, 2rem);
  color: #6f6137;
  font-size: clamp(1rem, -1.8965517241rem + 6.0344827586vw, 1.875rem);
  font-weight: 800;
}

.video-name {
  margin-top: 4px;
  color: #eb686c;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.video-name::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background: url(../img/icon-flag.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-name::before {
    width: 16px;
    height: 20px;
  }
}

.vlog-list {
  background: url(../img/vlog-list-bg-sp.jpg) no-repeat top center/cover;
  padding-top: clamp(1.875rem, -12.6077586207rem + 30.1724137931vw, 6.25rem);
  padding-bottom: clamp(5.5rem, -5.2586206897rem + 22.4137931034vw, 8.75rem);
}
@media screen and (min-width: 769px) {
  .vlog-list {
    background: url(../img/vlog-list-bg-pc.jpg) no-repeat top center/cover;
  }
}

.vlog-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 70vw;
}
.vlog-list__title .deco1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 4px;
  padding-bottom: 40px;
  width: 43px;
}
.vlog-list__title .title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 220px;
}
.vlog-list__title .deco2 {
  margin-left: -8px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 55px;
}
@media screen and (min-width: 769px) {
  .vlog-list__title {
    gap: 14px;
    max-width: 55vw;
  }
  .vlog-list__title .deco1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8vw;
    max-width: 107px;
    min-width: 40px;
  }
  .vlog-list__title .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 60vw;
    min-width: 150px;
  }
  .vlog-list__title .deco2 {
    margin-left: 8px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 10vw;
    max-width: 137px;
    min-width: 50px;
  }
}
@media screen and (min-width: 1441px) {
  .vlog-list__title {
    max-width: 836px;
  }
}

.vlog-list__title img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

.video-list__wrapper {
  margin-top: clamp(0.75rem, -3.3879310345rem + 8.6206896552vw, 2rem);
}

.video-list__content + .video-list__content {
  margin-top: clamp(2.25rem, 3.0775862069rem - 1.724137931vw, 2rem);
}

.video-list__number {
  color: #6f6137;
  font-size: clamp(1.25rem, -2.8879310345rem + 8.6206896552vw, 2.5rem);
  font-family: "M PLUS 1", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-weight: 800;
  padding-bottom: 14px;
  border-bottom: 1px solid #b8b19c;
  position: relative;
}
.video-list__number::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 13px;
  margin-right: clamp(0.25rem, -3.0603448276rem + 6.8965517241vw, 1.25rem);
  background: url(../img/icon-play.svg) no-repeat center center/contain;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .video-list__number {
    border-bottom: 3px solid #b8b19c;
  }
  .video-list__number::before {
    width: 55px;
    height: 39px;
    margin-bottom: 8px;
  }
}

.video-list__outer {
  margin-top: clamp(0.75rem, -0.9051724138rem + 3.4482758621vw, 1.25rem);
  max-width: 87%;
  margin-inline: auto;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 769px) {
  .video-list__outer {
    max-width: 90%;
  }
}
@media screen and (min-width: 1220px) {
  .video-list__outer {
    max-width: 1000px;
    padding-inline: 0;
  }
}

.video-list-swiper {
  width: 100%;
}

.video-card {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-card__thumb {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.video-card__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  display: block;
}

.video-card-icon {
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (min-width: 769px) {
  .video-card-icon {
    width: 60px;
    height: 60px;
  }
}

.video-card-icon svg {
  vertical-align: top;
  display: block;
}

.video-card__title {
  margin-top: clamp(0.5rem, -1.1551724138rem + 3.4482758621vw, 1rem);
  font-size: clamp(0.8125rem, -0.6357758621rem + 3.0172413793vw, 1.25rem);
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 769px) {
  .video-card__title {
    -webkit-line-clamp: 2;
  }
}

.video-card__name {
  margin-top: clamp(0.5rem, -0.3275862069rem + 1.724137931vw, 0.75rem);
  font-size: clamp(0.8125rem, -0.6357758621rem + 3.0172413793vw, 1.25rem);
  color: #eb686c;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.video-card__name::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  margin-right: 6px;
  background: url(../img/icon-flag.svg) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .video-card__name::before {
    width: 16px;
    height: 20px;
  }
}

.swiper-button-disabled {
  display: none !important;
}

.video-list__swiper-button-prev,
.video-list__swiper-button-next {
  top: 40%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 600px) {
  .video-list__swiper-button-prev,
  .video-list__swiper-button-next {
    top: 38%;
    width: 27px;
    height: 27px;
  }
}

.video-list__swiper-button-prev {
  left: -7%;
}
@media screen and (min-width: 769px) {
  .video-list__swiper-button-prev {
    left: -4.8%;
  }
}

.video-list__swiper-button-next {
  right: -7%;
}
@media screen and (min-width: 769px) {
  .video-list__swiper-button-next {
    right: -4.8%;
  }
}

.video-list__swiper-button-prev::after,
.video-list__swiper-button-next::after {
  display: none !important;
}

.c-button__wrapper {
  margin-top: 56px;
  text-align: center;
  font-size: clamp(1rem, -1.8965517241rem + 6.0344827586vw, 1.875rem);
  font-weight: 800;
}

.c-button {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #eb686c;
  -webkit-box-shadow: 0 8px 0 #b74d52;
          box-shadow: 0 8px 0 #b74d52;
  border-radius: 60px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-button {
    -webkit-box-shadow: 0 12px 0 #b74d52;
            box-shadow: 0 12px 0 #b74d52;
    border-radius: 80px;
    max-width: 800px;
  }
}

.c-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.c-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/*********************
video list modal
*********************/
.video-list-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(250, 240, 192, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

/* 表示時のクラス */
.video-list-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  overflow: auto;
}

/* モーダル表示時にbodyのスクロールを禁止 */
body.modal-open {
  overflow: hidden;
}

.video-list-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  -webkit-overflow-scrolling: touch;
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 12px;
}
@media screen and (min-width: 769px) {
  .video-list-modal__wrapper {
    border-radius: 20px;
    padding: 40px;
  }
}

.video-list-modal__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .video-list-modal__inner {
    position: static;
  }
}

/* 閉じるボタンを右上に固定 */
.video-list-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .video-list-modal__close {
    top: 2rem;
    right: 2rem;
  }
}

.video-list-modal__close img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .video-list-modal__close img {
    width: 80px;
    height: 80px;
  }
}

/* 動画部分 */
.video-list-modal__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video-list-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
}

/* タイトル・名前の装飾 */
.video-list-modal__title {
  margin-top: clamp(0.75rem, -3.3879310345rem + 8.6206896552vw, 2rem);
  color: #6f6137;
  font-size: clamp(1rem, -1.8965517241rem + 6.0344827586vw, 1.875rem);
  font-weight: 800;
}

.video-list-modal__name {
  color: #666;
  margin-top: 4px;
  font-size: 1rem;
}

@media screen and (max-width: 926px) and (max-height: 430px) and (orientation: landscape) {
  /* 表示時のクラス */
  .video-list-modal.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh; /* Safariでも正しい高さ */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .video-list-modal__wrapper {
    margin-top: 80px;
    padding: 16px;
  }
  .video-list-modal__content {
    padding-bottom: 20px;
  }
}