﻿/* ************************************************
*  モーション
* ************************************************ */

.sa {
  opacity: 0;
  transition: all 2.3s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
@media screen and (max-width: 1036.904px) {
  .sa--rl {
    transform: translate(0, 0);
  }
}

/* ************************************************
*  swiper-container02
* ************************************************ */
.swiper-container02 {
  max-width: 1000px !important;
  width: 80% !important;
  margin: auto;
  overflow: hidden;
}

/* ************************************************
*  all
* ************************************************ */

* {
  box-sizing: border-box;
}
main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #402009;
  background-image: url("../common/bg.jpg");
  background-repeat: repeat;
  background-size: 100%;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  color: #402009;
}
ul,
li {
  list-style: none;
  padding-left: 0;
}
ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.for-sp {
  display: none;
}
.product-to {
  display: block;
  /* right: 21px; */
  right: 40px;
  bottom: 146px;
  position: fixed;
  z-index: 1000001;
  margin: 0;
}
.product-to.few-link {
  right: 35px !important;
}
.product-to a:hover {
  opacity: 0.7;
}
.journal-product-to {
  display: block;
  right: 0;
  bottom: 145px;
  position: fixed;
  z-index: 1000001;
}
.journal-product-to a:hover {
  opacity: 0.7;
}
.page-top {
  display: none;
  right: 40px;
  bottom: 40px;
  position: fixed;
  z-index: 1000001;
}
.move-page-top {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.move-page-top:hover {
  cursor: pointer;
  cursor: hand;
  opacity: 0.7;
}
section .text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 43px;
  font-weight: 500;
}
.bottom-bg {
  width: 100%;
}
@media screen and (max-width: 1036.904px) {
  section .text {
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    line-height: 35px;
    font-weight: 500;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  p {
    letter-spacing: 0.01em;
  }
}

.footer_area,
.journal_footer_area {
  display: none;
}

footer h1 {
  margin: 0 auto 20px;
  padding: 0;
  line-height: 0;
  width: 200px; /* ロゴ幅（任意） */
}

footer h1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1036.904px) {
  .footer_area,
  .journal_footer_area {
    position: fixed;
    bottom: -1.3vw;
    left: 0;
    width: 100%;
    z-index: 1000000;
    display: flex;
    margin: 0 !important;
    /* border-top: 2px solid #603813; */
    box-shadow: 0px -8px 8px -5px rgba(0, 0, 0, 0.3);
  }
  .footer_area li {
    flex-grow: 1;
    text-align: center;
    /* padding: 8px 12px; */
  }
  .footer_area.few-link-sp li {
    width: calc(100% / 2) !important;
    padding: 8px 45px !important;
  }
  .journal_footer_area li {
    width: 50%;
    text-align: center;
    padding: 8px 12px;
  }
  .footer_area li a {
    display: block;
  }
  .footer_area li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .footer_area li:nth-child(2),
  .footer_area.few-link-sp li:nth-child(1) {
    background-color: rgba(96, 56, 19, 0.9);
    border-right: 2px solid #603813;
    border-left: 2px solid #603813;
  }
  .footer_area li:nth-child(3),
  .footer_area.few-link-sp li:nth-child(2) {
    background-color: rgba(224, 204, 155, 0.9);
  }
  .footer_area li img {
    max-width: 169px;
    width: 100%;
  }
  .journal_footer_area li:first-child {
    border-right: 2px solid #603813;
    background-color: rgba(96, 56, 19, 0.9);
  }
  .journal_footer_area li:last-child {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .journal_footer_area li img {
    max-width: 200px;
    width: 100%;
  }

  .footer_area .kokuryu img{
    max-width: none;
  }
}

/* ************************************************
*  episode
* ************************************************ */

.main-visual {
  position: relative;
  margin-bottom: 80px;
}
.main-visual div.text {
  position: absolute;
  top: 20px;
  left: 20px;
}
.main-visual div.title {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.episode {
  width: 100%;
}
.episode .bg {
  margin: auto;
  width: 1037px;
  height: 585px;
  background-size: 100% 100%;
  background: url(../common/epi_bg.png) no-repeat 0 0;
}
.episode .inner {
  width: 1037px;
  height: 585px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.episode .title {
  position: absolute;
  width: 320px;
  top: -10px;
  left: -40px;
}
.episode .article {
  position: absolute;
  width: 420px;
  top: 60px;
  left: 0;
}
.episode .articleH {
  top: 40px !important;
}
.episode .articleW {
  width: 550px !important;
}
.episode .text-07 {
  position: absolute;
  line-height: 40px;
  top: 200px;
  left: 20px;
}
.episode .img-05 {
  position: absolute;
  width: 446px;
  right: 100px;
  bottom: -70px;
}
#back_next {
  width: 400px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
#back_next ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 60px 0;
}
#back_next p {
  font-size: 18.3px;
  font-family: "Noto Serif JP", serif;
  line-height: 38.33px;
  font-weight: 500;
  color: #42220b;
  border-bottom: 2px solid #42220b;
}
.fa-angle-left {
  margin-right: 15px;
}
.fa-angle-right {
  margin-left: 15px;
}
#sec06 {
  width: 100%;
  text-align: center;
}
.other-episode {
  width: 100%;
  text-align: center;
  background-color: #211104;
  padding: 100px 0;
}
.other-episode .title {
  margin-bottom: 30px;
}
#sec06 .akkeshi-details {
  width: 1000px;
  margin: auto;
}
.other-episode .akkeshi-details {
  width: 1000px;
  margin: auto;
}
#sec06 .yakudetails,
.other-episode .yakudetails {
  width: 700px !important;
  margin: auto;
}
#sec06 .details,
.other-episode .details {
  width: 1036.904px;
  margin: auto;
}
#sec06 .details {
  margin-top: 30px;
}
#sec06 .next {
  padding-top: 80px;
}
#sec06 .title img {
  width: 340px;
  margin: 0 0 10px 0;
}
#sec06 .title img.episode-apng {
  width: 240px;
  margin: 0 0 10px 0;
}
#sec06 .other-epi-subtitle {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  color: #402009;
  letter-spacing: 0.1em;
  margin: 50px auto;
  padding-top: 50px;
  border-top: #402009 solid 2px;
  max-width: 700px;
  width: 90%;
}
.other-episode ul {
  margin-top: 30px;
}
#sec06 ul li,
.other-episode ul li {
  width: 225px;
  height: 225px;
  overflow: hidden;
  margin: 3px;
  position: relative;
}
#sec06 ul li dl,
.other-episode ul li dl {
  width: 225px;
  height: 160px;
  box-sizing: border-box !important;
  position: absolute;
  bottom: 0;
  margin: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sec06 ul.yakudetails li dl {
  height: 200px !important;
}
#sec06 ul li:not(:hover) dl,
.other-episode ul li:not(:hover) dl {
  opacity: 0;
  transform: translateY(100%);
}
#sec06 li dl dt,
.other-episode li dl dt {
  margin-top: 20px;
}
#sec06 li dl dd,
.other-episode li dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 13px;
  line-height: 25.03px;
  letter-spacing: 0.03em;
  margin: 0;
}
#sec06 li a {
  color: #fff;
}
#sec06 .next p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 22px;
  color: #402009;
  letter-spacing: 0.1em;
  line-height: 42px;
  display: inline-block;
  margin-top: 60px;
  border-bottom: 2px solid #402009;
}

@media screen and (max-width: 1036.904px) {
  .main-visual {
    top: 50px;
  }
  .main-visual div.title {
    width: 110px;
  }
  .main-visual div.text {
    width: 335px;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-visual div.title img,
  .main-visual div.text img {
    width: 100%;
  }
  .product-to,
  .journal-product-to {
    display: none;
  }
  .page-top {
    right: 10px;
    bottom: 80px;
    width: 50px;
  }
  .episode .bg {
    display: none;
  }
  .episode .inner {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .episode .title {
    position: relative;
    width: 200px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .episode .article,
  .episode .articleW {
    position: relative;
    width: 285px !important;
    top: 0;
    margin: auto;
    padding-bottom: 30px;
  }
  .episode .articleH {
    top: -5px !important;
  }
  .episode .text-07 {
    position: relative;
    line-height: 35px;
    width: 335px;
    height: 288px;
    margin: -100px;
    top: 0;
    left: 0;
    background-image: url(../common/epi_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    margin: auto;
  }
  .episode .yakuimg-05 {
    bottom: -270px !important;
  }
  .episode .img-05 {
    width: 228px;
    right: 10px;
    bottom: -220px;
  }
  .episode .bottom {
    margin-top: 100px;
  }
  #back_next {
    max-width: 90%;
  }
  .other-episode {
    padding: 40px 0;
  }
  .other-episode .title {
    margin-bottom: 10px;
  }
  .other-episode .title img {
    width: 180px;
  }
  #sec06 {
    padding-top: 30px;
  }
  #sec06 .next p {
    font-size: 15px;
    margin-top: 30px;
  }
}

/* ************************************************
*  ヘッダー
* ************************************************ */

header {
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
header .inner,
.fix-header .inner {
  width: 1036.904px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
/* h1 {
  margin: 20px 0 0 0;
  padding: 0;
} */

header h1 {
  margin: 0;
  padding: 0;
  width: 200px; /* ← ロゴの横幅をここで調整 */
}

header h1 img {
  width: 100%;     /* 親要素（h1）の幅に合わせる */
  height: auto;    /* 縦横比を維持 */
  display: block;  /* 余白防止 */
}


.sns-btn {
  margin-right: 160px;
}
.journal-sns {
  margin-right: 0 !important;
}
.sns-btn ul {
  list-style: none;
  display: flex;
  margin: 0;
}
.sns-btn ul li {
  margin: 0 0 0 14px;
}
.sns-btn img,
.fix-header .sns-btn img {
  width: 29.75px;
}
.fix-header {
  background-color: #fff;
  height: 62px;
  top: -62px;
  left: 0;
  width: 100%;
  position: fixed;
  opacity: 0;
  z-index: 99998;
}
.fix-header h1 {
  margin: 0;
  padding: 0;
  width: 200px; /* ← ロゴの横幅をここで調整 */
}

.fix-header h1 img {
  width: 100%;     /* 親要素（h1）の幅に合わせる */
  height: auto;    /* 縦横比を維持 */
  display: block;  /* 余白防止 */
}
.ambassador-btn {
  position: absolute;
  top: 0;
  right: -27px;
  transition: 0.3s linear;
  opacity: 1;
}
.ambassador-btn:hover {
  transition-property: all;
  transition: 0.3s linear;
  opacity: 0.6;
}
#navTgl {
  display: none;
}
@media screen and (max-width: 1036.904px) {
  header {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 1000002;
    top: 0;
    left: 0;
  }
  .header-sp {
    background-color: #ffffff !important;
    transition: all 0.5s ease 0s !important;
  }
  header .inner {
    width: 93%;
    margin: auto;
  }
  header h1 {
    width: 180px;
    line-height: 50px;
    margin-top: 0;
  }
  header .product-to_sp {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  header .product-to_sp a {
    display: block;
  }
  header .gNav {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
  }
  .gNav .sns-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
  }
  .gNav .share {
    margin-bottom: 20px;
  }
  .gNav .sns-btn ul li {
    margin: 0 15px;
  }
  .gNav .sns-btn img {
    width: 60px;
  }
  .product-to-sp img {
    width: 320px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #navTgl:checked ~ .gNav {
    transform: none;
  }
  .gNav h1 {
    position: absolute;
    left: 10px;
  }
  .gNav .lotte_logo {
    width: 103px;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 20px;
    position: relative;
  }
  .gNav ul.guide_menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
  }
  .gNav .copyright {
    position: absolute;
    bottom: 0;
  }
  #navTgl:checked ~ .contents {
    transform: translateX(100%);
  }
  /* :::::: toggle button :::::: */

  .open {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 70px;
    height: 50px;
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before,
  .open::after {
    content: "";
  }

  .open::before,
  .open::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 25%;
    width: 50%;
    border-bottom: 3px solid #595758;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before {
    transform: translateY(-2px);
  }
  .open::after {
    transform: translateY(8px);
  }
  .close {
    z-index: 800;
    right: 0;
    pointer-events: none;
    transition: background 0.6s;
    background: #000;
  }
  #navTgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #navTgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #navTgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3);
  }

  /* :::::: drawer menu :::::: */
  .gNav {
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: 99998;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .gNav a {
    color: #000;
  }
  .gNav li {
    font-size: 0.8em;
    line-height: 1.4;
  }
  .gNav a {
    display: block;
    text-decoration: inherit;
    transition: background 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ambassador-btn {
    display: none;
  }
}

/* ************************************************
*  フッター
* ************************************************ */

footer {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 60px 0 0 0;
  z-index: 999999;
}
footer p .share {
  width: 50px;
}
.copyright {
  width: 100%;
  height: 60px;
  background-color: #41210a;
}
.copyright p {
  font-size: 10px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
}
.lotte_logo {
  width: 103px;
  height: 20px;
  right: 180px;
  position: absolute;
}
footer .sns-btn {
  margin: 20px 0 40px 0;
}
footer .sns-btn img {
  width: 34.71px;
}
.guide_menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.guide_menu li {
  margin: 0 30px;
}
.guide_menu li p {
  color: #595758;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 1036.904px) {
  footer {
    padding: 60px 0 0 0;
  }
  .copyright {
    height: 100px;
    margin-top: 40px;
  }
  .copyright p {
    line-height: 40px;
  }
  footer .sns-btn img {
    width: 43px;
  }
  ul.guide_menu {
    display: block;
  }
  .guide_menu li {
    margin: 10px 0;
  }
  .guide_menu a {
    text-decoration: underline solid #595758;
  }
  .lotte_logo {
    width: 103px;
    right: 0;
    margin-top: 30px;
    position: relative;
  }
}

/* ************************************************
*  kv
* ************************************************ */

.bg {
  position: relative;
  width: 100%;
  margin: auto;
  margin-right: -70px;
}
.bg .left {
  position: absolute;
  top: 200px;
  left: 0;
}
.bg .right {
  position: absolute;
  top: 200px;
  right: 0;
}
#sec01 {
  width: 1036.904px;
  height: 812px;
  margin: auto;
  background-image: url(../common/sec01_bg.png);
  background-repeat: no-repeat;
  background-size: 1037px 812px;
  background-position: top;
  padding-top: 60px;
}
.video-wrap {
  width: 930px;
  height: 625px;
  overflow: hidden;
  position: relative;
  margin: auto;
  z-index: 2;
  transform: rotate(-3deg);
}
.video-wrap video {
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.video-wrap .text {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video-wrap .text .fast {
  width: 397px;
  margin: auto;
  padding-bottom: 70px;
}
.video-wrap .text .second {
  width: 533px;
  margin: auto;
  padding-bottom: 10px;
}
.video-wrap .text .third {
  width: 900px;
  margin: auto;
}
.video-wrap .text p {
  transform: rotate(3deg);
}
.picture_frame {
  margin: auto;
  width: 993px;
  height: 740px;
  position: absolute;
  z-index: 1;
  margin-top: -55px;
  margin-left: 27px;
}
@media screen and (max-width: 1036.904px) {
  main {
    padding-top: 50px;
  }
  #sec01 {
    width: 90%;
    height: 670px;
    margin: 0 auto;
    background-image: url(../common/sec01_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    position: relative;
    display: block;
  }
  .video-wrap {
    width: 300px;
    height: 460px;
    margin-bottom: 60px;
  }
  .video-wrap .text {
    top: 57%;
  }
  .video-wrap .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .video-wrap .text .fast {
    width: 215px;
    margin: auto;
    padding-bottom: 30px;
  }
  .video-wrap .text .second {
    width: 215px;
    margin: auto;
    padding-bottom: 20px;
  }
  .video-wrap .text .third {
    width: 215px;
    margin: auto;
  }
  .picture_frame_sp {
    width: 343px;
    height: 500px;
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.editing-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  color: #402009;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
.mt {
  margin-top: 50px;
}

/* ************************************************
*  #01,#02
* ************************************************ */

#sec02 .bg {
  width: 1037px;
  height: 80px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 1037px 80px;
  background-position: top;
  background-image: url(../common/sec02_bg.png);
}
.nav-btn {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.nav-btn li {
  width: 23%;
  margin: 1%;
}
.nav-btn li img {
  width: 100%;
}
#sec02 a {
  transition: 0.3s linear;
  opacity: 1;
}
#sec02 a:hover {
  transition-property: all;
  transition: 0.3s linear;
  opacity: 0.85;
}

@media screen and (max-width: 1036.904px) {
  #sec02 .bg {
    width: 90%;
    height: 70px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 90% 70px;
    background-position: top;
    background-image: url(../common/sec02_bg_sp.png);
  }
}

/* ************************************************
*  komagatake
* ************************************************ */

#sec03 {
  position: relative;
  margin-bottom: 80px;
}
#sec03 div.fast {
  position: absolute;
  width: 103px;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#sec03 div.text {
  position: absolute;
  width: 540px;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#sec03 div.title {
  width: 900px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1036.904px) {
  #sec03 div.fast {
    position: absolute;
    width: 86px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #sec03 div.text {
    position: absolute;
    width: 360px;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #sec03 div.title {
    width: 360px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #sec03 div.yakutitle {
    top: 42% !important;
  }
}

/* ************************************************
*  episode
* ************************************************ */

.episode01,
.episode02,
.episode03 {
  text-align: center;
}
.dot {
  margin: 60px 0;
  margin-right: auto;
  margin-left: auto;
}

.episode01 .title img,
.episode02 .title img,
.episode03 .title img {
  width: 290px;
}
.episode01 .article,
.episode02 .article,
.episode03 .article {
  margin-bottom: 20px;
}
.episode01 {
  width: 100%;
}
.episode01 .bg {
  width: 1036.904px;
  height: 990px;
  background-size: 100% 100%;
  background: url(../common/episode01_03_bg.png) no-repeat 0 0;
  margin: auto;
}
.episode01 .inner {
  width: 1036.904px;
  height: 990px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.episode01 .text-01 {
  position: absolute;
  right: 0;
  top: 170px;
  text-align: right;
}
.episode01 .akkeshi-text-01 {
  position: absolute;
  right: 0;
  top: 125px;
  text-align: right;
}
.episode01 .text-02 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: center;
}
.episode01 .yakutext-02 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: left;
}
.episode01 .text-08 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: center;
}
.episode01 .text-08 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: center;
}
.episode01 .img-01 {
  position: absolute;
  width: 464px;
  top: 0;
  left: 80px;
  z-index: 2;
}
.episode01 .img-02 {
  position: absolute;
  width: 324px;
  right: 70px;
  top: 280px;
  z-index: 2;
}
.episode01 .img-03 {
  position: absolute;
  width: 223px;
  right: 270px;
  bottom: -80px;
}
.episode02 {
  width: 100%;
}
.episode02 .bg {
  width: 1036.904px;
  height: 980px;
  background-size: 100% 100%;
  background: url(../common/episode02_bg.png) no-repeat 0 0;
  margin: auto;
}
.episode02 .inner {
  width: 1036.904px;
  height: 980px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.episode02 .text-03 {
  position: absolute;
  left: 20px;
  top: 190px;
  text-align: center;
}
.episode02 .text-04 {
  position: absolute;
  right: 0;
  top: 600px;
  text-align: right;
}
.episode02 .img-04 {
  position: absolute;
  width: 464px;
  right: 0;
  top: 30px;
  z-index: 2;
}
.episode02 .img-05 {
  position: absolute;
  width: 322px;
  left: 20px;
  top: 340px;
  z-index: 2;
}
.episode02 .img-06 {
  position: absolute;
  width: 225px;
  z-index: 2;
  left: 280px;
  bottom: -140px;
}
.episode01 {
  width: 100%;
}
.episode03 .bg {
  width: 1036.904px;
  height: 990px;
  background-size: 100% 100%;
  background: url(../common/episode01_03_bg.png) no-repeat 0 0;
  margin: auto;
}
.episode03 .inner {
  width: 1036.904px;
  height: 990px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.episode03 .text-01 {
  position: absolute;
  right: 0;
  top: 170px;
  text-align: right;
}
.episode03 .text-02 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: center;
}
.episode03 .yakutext-08 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: left;
}
.episode03 .text-08 {
  position: absolute;
  left: 0;
  top: 620px;
  text-align: left;
}
.episode03 .img-01 {
  position: absolute;
  width: 464px;
  top: 0;
  left: 80px;
  z-index: 2;
}
.episode03 .img-02 {
  position: absolute;
  width: 324px;
  right: 70px;
  top: 280px;
  z-index: 2;
}
.episode03 .img-03 {
  position: absolute;
  width: 223px;
  right: 270px;
  bottom: -80px;
}
@media screen and (max-width: 1036.904px) {
  .episode01 .inner {
    width: 90%;
    height: 850px;
    margin-top: 80px;
    background-image: none;
  }
  .episode01 .text-01,
  .episode03 .text-01,
  .episode01 .akkeshi-text-01 {
    background-image: url(../common/episode01_03_sp01bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 343px;
    height: 345px;
    top: 0;
    right: 10px;
    left: 0;
    margin: auto;
    padding-top: 235px;
    text-align: right;
  }
  .episode01 .text-02 {
    background-image: url(../common/episode01_03_sp02bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 335px;
    height: 300px;
    right: 0;
    left: 0;
    top: 500px;
    margin: auto;
    padding-top: 73px;
    text-align: left;
  }
  .episode01 .yakutext-02 {
    background-image: url(../common/episode01_03_sp02bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 335px;
    height: 300px;
    right: 0;
    left: 0;
    top: 500px;
    margin: auto;
    padding-top: 73px;
    text-align: left;
  }
  .episode01 .text-08 {
    background-image: url(../common/episode01_03_sp03bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 335px;
    height: 300px;
    right: 0;
    left: 0;
    top: 500px;
    margin: auto;
    padding-top: 73px;
    text-align: left;
  }
  .episode01 .img-01,
  .episode03 .img-01 {
    position: absolute;
    width: 260px;
    top: -35px;
    left: -35px;
    z-index: 2;
  }
  .episode01 .img-02,
  .episode03 .img-02 {
    width: 200px;
    top: 350px;
    right: 25px;
    z-index: 2;
  }
  .episode01 .img-03,
  .episode03 .img-03 {
    width: 123px;
    left: 20px;
  }
  .episode02 .inner {
    width: 90%;
    height: 810px;
    margin-top: 80px;
    background-image: none;
  }
  .episode02 .text-03 {
    background-image: url(../common/episode02_sp01bg.png);
    width: 335px;
    height: 369px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-top: 225px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
  }
  .episode02 .text-04 {
    background-image: url(../common/episode02_sp02bg.png);
    width: 335px;
    height: 286px;
    right: 0;
    left: 0;
    top: 500px;
    margin: auto;
    padding-top: 65px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    position: relative;
  }
  .episode02 .img-04 {
    width: 260px;
    margin-right: -40px;
    margin-top: -60px;
    z-index: 2;
  }
  .episode02 .img-05 {
    width: 200px;
    left: 20px;
    top: 340px;
    z-index: 2;
  }
  .episode02 .img-06 {
    width: 130px;
    z-index: 2;
    left: 180px;
    bottom: -100px;
  }
  .episode03 .inner {
    width: 90%;
    height: 870px;
    margin-top: 80px;
    background-image: none;
  }
  .episode03 .text-08,
  .episode03 .yakutext-08 {
    background-image: url(../common/episode01_03_sp03bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    width: 335px;
    height: 340px;
    right: 0;
    left: 0;
    top: 500px;
    margin: auto;
    padding-top: 73px;
    text-align: left;
  }
}

/* ************************************************
*  newepisode
* ************************************************ */

#sec06 .bg {
  width: 1037px;
  height: 230px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 1037px 230px;
  background-position: top;
  background-image: url(../common/sec06_bg.png);
}
@media screen and (max-width: 1036.904px) {
  #sec06 .bg {
    display: none;
  }
}
.swiper-pagination {
  position: static !important;
}
.swiper-pagination-bullet {
  margin: 0 3px !important;
}

/* ************************************************
*  roots
* ************************************************ */

#sec07 {
  width: 1036.904px;
  margin: auto;
  padding-top: 120px;
  text-align: center;
}

#sec07 .title img {
  width: 340px;
  margin-left: 40px;
}
#sec07 p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  color: #402009;
  letter-spacing: 0.1em;
  line-height: 42px;
  margin-bottom: 60px;
}
#sec07 ul {
  margin: 60px 0;
}
#sec07 li {
  margin: 0 15px;
}
.roots01 {
  width: 152px;
  height: 188px;
  background: url("../komagatake/img/spot01.png");
}
.roots01:hover {
  background: url("../komagatake/img/spot01_re.png");
  cursor: pointer;
  cursor: hand;
}
.roots02 {
  width: 152px;
  height: 188px;
  background: url("../komagatake/img/spot02.png");
}
.roots02:hover {
  background: url("../komagatake/img/spot02_re.png");
  cursor: pointer;
  cursor: hand;
}
.roots03 {
  width: 152px;
  height: 188px;
  background: url("../komagatake/img/spot03.png");
}
.roots03:hover {
  background: url("../komagatake/img/spot03_re.png");
  cursor: pointer;
  cursor: hand;
}
.roots04 {
  width: 152px;
  height: 188px;
  background: url("../komagatake/img/spot04.png");
}
.roots04:hover {
  background: url("../komagatake/img/spot04_re.png");
  cursor: pointer;
  cursor: hand;
}
.roots-btn {
  width: 150px;
  height: 150px;
}
.roots-btn:hover {
  cursor: pointer;
  cursor: hand;
}
.yakuroots01 {
  background: url("../yakushima/img/roots_btn01.png");
}
.yakuroots01:hover {
  background: url("../yakushima/img/roots_btn01_re.png");
}
.yakuroots02 {
  background: url("../yakushima/img/roots_btn02.png");
}
.yakuroots02:hover {
  background: url("../yakushima/img/roots_btn02_re.png");
}
.yakuroots03 {
  background: url("../yakushima/img/roots_btn03.png");
}
.yakuroots03:hover {
  background: url("../yakushima/img/roots_btn03_re.png");
}
.akkeshiroots01 {
  background: url("../akkeshi/img/roots_btn01.png");
}
.akkeshiroots01:hover {
  background: url("../akkeshi/img/roots_btn01_re.png");
}
.akkeshiroots02 {
  background: url("../akkeshi/img/roots_btn02.png");
}
.akkeshiroots02:hover {
  background: url("../akkeshi/img/roots_btn02_re.png");
}
.akkeshiroots03 {
  background: url("../akkeshi/img/roots_btn03.png");
}
.akkeshiroots03:hover {
  background: url("../akkeshi/img/roots_btn03_re.png");
}
.rittoroots01 {
  background: url("../akkeshi-ritto/img/roots_btn01.png");
}
.rittoroots01:hover {
  background: url("../akkeshi-ritto/img/roots_btn01_re.png");
}
.rittoroots02 {
  background: url("../akkeshi-ritto/img/roots_btn02.png");
}
.rittoroots02:hover {
  background: url("../akkeshi-ritto/img/roots_btn02_re.png");
}
.rittoroots03 {
  background: url("../akkeshi-ritto/img/roots_btn03.png");
}
.rittoroots03:hover {
  background: url("../akkeshi-ritto/img/roots_btn03_re.png");
}
.shizuroots01 {
  background: url("../img/roots_btn01.png");
}
.shizuroots01:hover {
  background: url("../img/roots_btn01_re.png");
}
.shizuroots02 {
  background: url("../img/roots_btn02.png");
}
.shizuroots02:hover {
  background: url("../img/roots_btn02_re.png");
}
.shizuroots03 {
  background: url("../img/roots_btn03.png");
}
.shizuroots03:hover {
  background: url("../img/roots_btn03_re.png");
}
#sec07 .bg {
  width: 1037px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: 1037px 180px;
  background-position: bottom;
  background-image: url(../common/sec07_bg.png);
}
#sec07 .next {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  color: #402009;
  letter-spacing: 0.1em;
  line-height: 42px;
  display: inline-block;
  margin-top: 0;
}
#modal01,
#modal02,
#modal03,
#modal04 {
  display: none;
  position: fixed;
  z-index: 1000002;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal01_content,
#modal02_content,
#modal03_content,
#modal04_content {
  width: 80%;
  max-width: 600px;
  background: #fff;
  margin: 0;
  padding: 50px 30px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modal01 p,
#modal02 p,
#modal03 p,
#modal04 p {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  line-height: 26px;
  font-weight: 500;
}
.btn_open,
.btn_close {
  margin: 20px 20px 0 20px;
  font-size: 17px;
  cursor: pointer;
}
button {
  border: none;
  outline: none;
  background: transparent;
}
.movie-box {
  width: 100%;
  display: block;
  padding-top: 120px;
}
.movie {
  width: 400px;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
.movie-box p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1036.904px) {
  #sec07 {
    width: 90%;
    padding: 60px 0;
    background-image: none;
  }
  #sec07 img {
    width: 100%;
  }

  #sec07 .title img {
    width: 230px;
  }
  #sec07 p {
    font-size: 16.3px;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #sec07 ul {
    margin: 50px 0 0 0;
  }
  #sec07 li {
    margin: 5px 0;
  }
  #sec07 .bg {
    display: none;
  }
  #sec07 .next {
    font-size: 13px;
    margin-top: 10px;
  }
  #modal01 p,
  #modal02 p,
  #modal03 p,
  #modal04 p {
    font-size: 13px;
    line-height: 24px;
  }
  .movie-box {
    padding-top: 0;
  }
  .movie {
    width: 70%;
  }
  .movie-box p {
    font-size: 18px;
  }
}

/* ************************************************
*  journal
* ************************************************ */

#sec08 {
  width: 100%;
  padding: 80px 0 120px 0;
  background-color: #231205;
}

#sec08 ul {
  width: 1036.904px;
  margin: auto;
}
#sec08 ul li {
  width: 300px;
  margin: 0 5px;
}
#sec08 ul li img {
  width: 300px;
  height: 225px;
  margin-top: 30px;
}
#sec08 p {
  width: 250px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.3em;
  text-align: left;
  margin: auto;
  margin-top: 7px;
  font-family: "Noto Serif JP", serif;
}
#sec08 .next {
  text-align: right;
}
#sec08 a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1036.904px) {
  #sec08 {
    padding: 30px 0 60px 0;
  }
  #sec08 ul {
    width: 90%;
    margin: auto;
  }
  #sec08 ul li {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

@media screen and (max-width: 1036.904px) {
  .title img {
    margin: auto;
  }
  .episode01 .title img,
  .episode02 .title img,
  .episode03 .title img {
    width: 290px;
  }
  #sec06 .title img {
    width: 290px;
    margin: auto;
    margin-bottom: 20px;
  }
  #sec06 .title img.episode-apng {
    width: 180px;
    margin: auto;
    margin-bottom: 20px;
  }
  .editing-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #sec06 .other-epi-subtitle {
    font-size: 18px;
    margin: 0 auto 30px;
    padding-top: 50px;
  }
  #sec07 .title img {
    width: 290px;
  }
  #sec08 .title img {
    width: 290px;
  }
}

/* ************************************************
*  journal fix banner
* ************************************************ */

.fix-wklink {
  position: absolute;

  bottom: 0;
  right: 0;
  width: 100%;
  line-height: 0;
}
.fix-wklink a {
  display: block;
}

.fix-wklink img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .fix-wklink ~ footer {
    padding-bottom: 38vw;
  }
}

@media screen and (min-width: 992px) {
  .fix-wklink {
    width: 220px;
    bottom: 150px;
    right: 0;
    background-color: #fff;
    border-radius: 6px;
  }
  .fix-wklink img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }

  .fix-wklink a{
    transition: opacity 0.3s;
  }
  .fix-wklink a:hover {
    opacity: 0.7;
  }
}
.fix-wrap {
  position: fixed;
  z-index: 1000001;
  width: 100%;
  max-width: 1420px;
  inset: 0;
  margin: 0 auto;
  pointer-events: none;
}
.fix-wrap > * {
  pointer-events: auto;
}
.fix-wrap .page-top {
  position: absolute;
}

/* 初期は非表示（SP向け） */
.fix-wklink-pc-only {
  display: none;
}

@media screen and (min-width: 992px) {
  .fix-wklink-pc-only {
    display: block;
    position: absolute;
    right: 0;
    /* 既存バナー .fix-wklink の下に配置 */
    bottom: 60px; /* 状況に応じて調整（50〜80pxあたりが自然） */

    width: 220px;
    background-color: #fff;
    border-radius: 6px;
    padding-top: 10px;
    z-index: 1000001; /* 重なり順を合わせる */
  }

  .fix-wklink-pc-only img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  }

  .fix-wklink-pc-only a {
    transition: opacity 0.3s;
    pointer-events: auto;
  }

  .fix-wklink-pc-only a:hover {
    opacity: 0.7;
  }
}


/* =========================
   FV ポップアップバナー
========================= */
/* 動画コンテナ内で上に重ねる */
#sec01 {
  position: relative;
}


.fv-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  z-index: 2147483647; /* もう絶対上に */
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: #fff;
}

.fv-popup.is-shown {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* ポップアップの中身 */
.fv-popup__link {
  display: block;
  width: min(90vw, 640px);
  overflow: hidden;
  box-shadow: 8px 10px 10px rgba(0,0,0,0.8);
  transition: opacity 0.3s;
}

.fv-popup__link img {
  display: block;
  width: 100%;
  height: auto;
}

.fv-popup__link:hover{
  opacity: 0.85;
}

/* 閉じるボタン */
.fv-popup__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.fv-popup__close:hover {
  background: rgba(0,0,0,0.85);
}

/* =========================
   黒龍　フロートボタン
========================= */
.button-kokuryu{
  position: relative;
  width: 101px;
  background: url(../common/follow-kokuryu-wh.png) no-repeat center bottom 5px / 101px;
}

.button-kokuryu a{
  transition: opacity 0.3s;
}

.button-kokuryu a:hover{
  opacity: 0.85;
}
