@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Sawarabi+Gothic&display=swap');

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-style: normal;
}
body::-webkit-scrollbar {
  display: none;
}

.wrapper img {
  width: 100%;
}
/* デフォルト */
.meteo .cs-page {
  padding-top: 0;
}

/* PC時のナビゲーションスクロールバー非表示 */
.l .pc-nav::-webkit-scrollbar,
.l .nav-items::-webkit-scrollbar {
  display: none;
}

/* フェードイン　アニメーション */
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out;
}
.fadeIn.animated {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
  animation: fadeInUp 0.5s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background-image: url(../img/lp/main-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: contain;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.l .wrapper {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l .wrapper::-webkit-scrollbar {
  display: none;
}
.l .pcBg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-image: url(../img/lp/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.l .pcBg::-webkit-scrollbar {
  display: none;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #004315;
}
.header__inner {
  padding: 3% 5.4% 3% 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
.l .header__inner {
  padding: 16px 24px 18px;
}
/* ヘッダーのロゴ部分 */
.header__title {
  max-width: 124px;
  width: 23.7%;
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}
/* ヘッダーのナビ部分 */
.header__nav {
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  transform: translateX(100%);
  transition: ease 0.4s;
  background: #fff;
}
.l .header__nav {
  display: none;
}
.pc-nav {
  display: none;
}
.l .pc-nav {
  position: fixed;
  z-index: 100;
  display: block;
  width: 25%;
  min-width: 200px;
  top: 12%;
  left: 0;
  height: 90vh;
  overflow-y: auto;
}
.nav-ttl {
  position: relative;
  z-index: 1;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #f7d618;
}
.nav-items {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  min-height: 100vh;
  height: auto;
  overflow-y: auto;
  padding: 18% 6.7% 30%;
  background-image: url(../img/lp/main-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav-items::-webkit-scrollbar {
  display: none;
}
.l .nav-items {
  height: auto;
  padding: 60px 35px 45px;
  background: none;
  overflow-wrap: break-word;
}
.l .nav-items::-webkit-scrollbar {
  display: none;
}
/* ナビのリンク */
.nav-items__item {
  width: 100%;
  list-style: none;
  font-size: 4vw;
  font-weight: 700;
}
.l .nav-items__item {
  font-size: 17px;
  font-weight: 500;
}
.nav-items__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #d9d12f;
  width: 100%;
  text-decoration: none;
  padding: 20px 10px 20px 0;
  gap: 5px;
  position: relative;
}
.nav-items__item a:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s all;
}
.nav-items__item:last-child a {
  border-bottom: 0;
}
.nav-items__item:nth-of-type(2) a .nav-items__left,
.nav-items__item:nth-of-type(8) a .nav-items__left {
  align-items: flex-start;
}
.nav-items-smallText {
  font-size: 3.2vw;
}
.l .nav-items-smallText {
  font-size: 12px;
}
.nav-items__left {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.nav-items__left img {
  width: 37px;
  flex-shrink: 0;
}
.l .nav-items__left img {
  width: 46px;
}
.nav-items__text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 矢印 */
.nav-items__arrow {
  position: relative;
  display: inline-block;
  width: 8.9px;
  height: 13.9px;
}
.nav-items__arrow::before,
.nav-items__arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #f7d618;
  transform-origin: calc(100% - 1px) 50%;
}
/* .l .nav-items__arrow::before,
.l .nav-items__arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  transform-origin: 50% calc(100% - 4px);
} */
.nav-items__arrow::before {
  transform: rotate(45deg);
}
.nav-items__arrow::after {
  transform: rotate(-45deg);
}
/* ハンバーガーメニュー */
.header__hamburger {
  background-color: transparent;
  border: 0;
  width: 9%;
  height: 100%;
  padding: 0;
}
.l .header__hamburger {
  display: none;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  border-radius: 20px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
  background-color: #77bcce;
}
.hamburger span:nth-child(2) {
  margin: 4px auto;
  background-color: #8eb425;
}
.hamburger span:nth-child(3) {
  margin: 4px auto;
  background-color: #e0c000;
}
.hamburger span:nth-child(4) {
  top: 0;
  background-color: #c5713e;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav._active {
  transform: translateX(0);
  z-index: 1500;
}
.header__hamburger._active {
  position: fixed;
  top: 22px;
  right: 9px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-color: transparent;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__hamburger._active span {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 3px;
  border-radius: 20px;
  width: calc(100% - 16px);
}
.hamburger._active span:nth-child(1) {
  opacity: 0;
}
.hamburger._active span:nth-child(2) {
  top: 8%;
  transform: rotate(-45deg);
}
.hamburger._active span:nth-child(3) {
  top: 10%;
  transform: rotate(45deg);
}
.hamburger._active span:nth-child(4) {
  opacity: 0;
}

/* 共通 */
.sec-ttl {
  width: 50.7%;
  margin: 0 auto;
}
.ttl-roundFrame {
  width: fit-content;
  padding: 4px 9px 3px;
  border-radius: 7px;
  font-size: 3.2vw;
  font-weight: 500;
}
.l .ttl-roundFrame {
  padding: 5px 20px;
  border-radius: 14px;
  font-size: 30px;
}
/* mv */
.mv {
  padding: 14% 0 10%;
}
.mv-imgGroup {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.mv-img {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 26.5%;
  z-index: 2;
  opacity: 0;
}
.mv-img:first-child {
  left: 0%;
  animation: mvSlideLeft 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 forwards;
}
.mv-img:nth-child(2) {
  width: 32.4%;
  left: 20.9%;
  animation: mvSlideLeft 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.25s 1 forwards;
  z-index: 2;
}
.mv-img:nth-child(3) {
  width: 32.3%;
  left: 46.2%;
  animation: mvSlideLeft 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s 1 forwards;
  z-index: 2;
}
.mv-img:nth-child(4) {
  width: 27.8%;
  position: absolute;
  left: 73%;
  animation: mvSlideLeft 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1 forwards;
  z-index: 2;
}
.mv-ttl {
  width: 86.7%;
  position: absolute;
  top: 1%;
  left: 5%;
  opacity: 0;
  animation: mvSlideLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s 1 forwards;
  z-index: 3;
}
@keyframes mvSlideLeft {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mv .sec-ttl {
  padding-top: 6%;
}

#sec0 {
  transform: translateY(0);
  transition: all 1s ease-out;
  animation: firstfadeIn 1s forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.mv-text {
  width: fit-content;
  margin: 14px auto 0;
  padding: 8px 9px 10px;
  font-size: 3.5vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
  color: #004315;
  background-image: url(../img/lp/mv-text-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(0);
  transition: all 1s ease-out;
  animation: firstfadeIn 1s forwards;
  animation-delay: 0.5s;
}
.l .mv-text {
  width: fit-content;
  margin: 29px auto 0;
  padding: 17px 16px 19px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.8px;
  color: #004315;
}
.year {
  font-size: 4.2vw;
  font-weight: 800;
}

.l .year {
  font-size: 27px;
  font-weight: 700;
}
.date {
  font-size: 6vw;
  font-weight: 800;
}
.l .date {
  font-size: 38px;
  font-weight: 700;
}

/* sec01 */
.sec01 {
  padding: 12% 0 0;
  background-image: url(../img/lp/sec02-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01 h2.sec-ttl:first-child {
  width: 34.8%;
  padding-bottom: 4%;
  opacity: 0;
  transform: translateY(0);
  transition: all 1s ease-out;
  animation: firstfadeIn 1s forwards;
  animation-delay: 0.8s;
}
.sec01 h2.sec-ttl:nth-child(2) {
  width: 68%;
  padding-top: 9%;
}
.sec01-movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  opacity: 0;
  transform: translateY(0);
  transition: all 1s ease-out;
  animation: firstfadeIn 1s forwards;
  animation-delay: 1s;
}
.sec01-movie iframe:hover {
  cursor: pointer;
}

@keyframes firstfadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sec01-flex {
  padding: 6.4% 0 3.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.sec01-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sec01 .ttl-roundFrame {
  background-color: #fff;
  color: #004315;
}
.sec01-text {
  font-size: 3.73vw;
  color: #fff;
}
.l .sec01-text {
  font-size: 21px;
}
.sec01-img01 {
  width: 46.5%;
  flex-shrink: 0;
}

.sec01-info {
  font-size: 3.2vw;
  padding-bottom: 7%;
  color: #fff;
}
.l .sec01-info {
  font-size: 20px;
}

/* sec02 */
.sec02 {
  padding: 7.2% 0 17%;
  position: relative;
}
.sec02 .sec-ttl {
  width: 55.2%;
}
.sec02-img {
  padding-left: 3.3%;
}
.nextApply-btn {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translatex(-50%);
}
.l .nextApply-btn,
.l .sec03 .c-btn,
.l .x-btn {
  max-width: 380px;
  width: 51%;
}

/* sec03 */
.sec03 {
  padding: 12.8% 0 9.4%;
  background-color: #004315;
  border-radius: 40px 40px 0 0;
}
.sec03-img {
  padding: 4% 0 3.5%;
}
.sec03 .sec-ttl {
  width: 41%;
}

/* sec04 */
.sec04 {
  padding: 5.4% 0 8%;
  line-height: 1.2;
}
.sec04 .sec-ttl {
  width: 32%;
}
.item {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
  padding-top: 5.5%;
}
.l .item {
  gap: 50px;
}
.item-box {
  position: relative;
  padding: 3.3% 3.3% 0;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.l .item-box {
  position: relative;
  padding: 20px 30px 10px;
  background-color: #fff;
  border-radius: 26px;
}
.item-badge {
  width: 19.5%;
}
.sec04-textTtl {
  font-size: 6.93vw;
  font-weight: 800;
  color: #004315;
  letter-spacing: -2px;
}
.l .sec04-textTtl {
  font-size: 42px;
}
.seco4-text {
  padding-top: 2%;
  font-size: 4vw;
  font-weight: 500;
  color: #004315;
}
.l .seco4-text {
  font-size: 27px;
  letter-spacing: -2px;
}
.item .item-box:first-child .item-flex {
  justify-content: space-between;
}
.item-flex {
  display: flex;
  align-items: center;
}
.sec04-smallText {
  padding-top: 6%;
  font-size: 2.93vw;
  font-weight: 500;
}
.l .sec04-smallText {
  font-size: 16px;
  flex-shrink: 0;
}
.item-number {
  width: 40%;
  font-size: 13.5vw;
  font-weight: 800;
  color: #e60012;
  letter-spacing: -1px;
}
.l .item-number {
  font-size: 80px;
}
.item .item-box:last-child .item-number {
  width: 100%;
}
/* safariのみ対応 */
_::-webkit-full-page-media,
_:future,
:root .item-box:last-child .item-number {
  padding-right: 0.8rem;
}

.item-number-column {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
  font-size: 5.5vw;
  font-weight: 800;
}
/* safariのみ適応 */
_::-webkit-full-page-media,
_:future,
:root .item-number-column {
  margin-left: -0.8rem;
}

.l .item-number-column {
  font-size: 30px;
}
.item-box-img01 {
  width: 35%;
  position: absolute;
  top: 9%;
  left: 63%;
}
.l .item-box-img01 {
  width: 31%;
  top: 11%;
  left: 68%;
}
.item-box-img02 {
  width: 38%;
  position: absolute;
  top: 5%;
  left: 30%;
}
.l .item-box-img02 {
  top: 4%;
  left: 33%;
}
.item .item-box:last-child {
  padding-bottom: 4.4%;
}
.item .item-box:last-child .item-flex {
  gap: 3%;
}
.item .item-box:last-child .item-number {
  text-align: right;
}
.item-box-img03 {
  width: 72%;
  padding-top: 3%;
  margin: 0 auto;
}
.item .item-box:last-child .sec04-smallText {
  padding-top: 0;
  line-height: 1.4;
}

/* sec05 */
.sec05 {
  position: relative;
  padding: 14% 0 17%;
  color: #fff;
}
.sec05-bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sec05-content {
  position: relative;
  z-index: 3;
}
.sec05-img01 {
  padding-top: 4.5%;
  width: 87%;
  margin: 0 auto;
}
.sec05-info-text {
  width: 80.5%;
  padding: 1.3% 0 1%;
  margin: 3% auto 0;
  text-align: center;
  font-size: 3.46vw;
  font-weight: 600;
  letter-spacing: -1.2px;
  background-color: #f7d618;
  color: #004315;
}
.l .sec05-info-text {
  font-size: 22px;
  letter-spacing: -1px;
  text-align: center;
}
.sec05-info {
  padding-top: 6.5%;
  font-size: 3.1vw;
}
.l .sec05-info {
  font-size: 17px;
}
.sec05-img02 {
  width: 100%;
  padding: 3% 6.4% 0 13%;
}

/* sec06 */
.sec06 {
  position: relative;
  z-index: 1;
  margin-top: -53%;
  padding: 69% 0 12%;
  background-image: url(../img/lp/sec06-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec06 .sec-ttl {
  width: 60.3%;
}
.sec06 .ttl-roundFrame {
  position: absolute;
  top: -33%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5% 4%;
  background-color: #004315;
  font-size: 4.53vw;
  color: #fff;
}
.l .sec06 .ttl-roundFrame {
  position: absolute;
  top: -43%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5% 4%;
  background-color: #004315;
  font-size: 28px;
  color: #fff;
}
.sec06-ttlText {
  padding-top: 3%;
  color: #004315;
  text-align: center;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 1.5px;
}
.l .sec06-ttlText {
  font-size: 30px;
}
.sec06-week {
  position: relative;
  margin-top: 12%;
  padding: 5.4% 3% 2.5%;
}
.sec06-week::before {
  transform: skewX(-6.5deg);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
}
.l .sec06-week::before {
  transform: skewX(-5.5deg);
}
.l .sec06-week {
  padding: 4.5% 2% 2.5%;
}
.sec06-week .date {
  font-size: 6vw;
}
.sec06-weekColumn {
  display: flex;
  flex-direction: column;
}
.sec06-weekGroup {
  display: flex;
  justify-content: center;
}
.sec06-week-text,
.sec06-weekYear {
  font-size: 3.46vw;
  font-weight: 700;
  color: #004315;
  line-height: 1;
  letter-spacing: -0.5px;
}
.l .sec06-week-text,
.l .sec06-weekYear {
  font-size: 20px;
}
.l .sec06-week-text .date {
  font-size: 35px;
}

/* 本番（検証）非表示 */
.sec06-content01-img,
.sec06-contentTtl,
.sec06-content01-text,
.sec06-content02-img,
.x-btn,
.sec06-content03 {
  display: none;
}

.sec06-content01 {
  display: flex;
  flex-direction: column;
  gap: 3.73vw;
  padding-top: 6%;
}
.l .sec06-content01 {
  gap: 29px;
}
.sec06-content02 {
  position: relative;
  padding-top: 11.5%;
}
.sec06-contentTtl {
  font-size: 4.53vw;
  text-align: center;
  font-weight: 800;
  color: #004315;
}
.l .sec06-contentTtl {
  font-size: 34px;
}
.sec06-content01-img {
  width: 66%;
  margin: 0 auto;
}
.sec06-content01-text {
  font-size: 6.93vw;
  font-weight: 800;
  text-align: center;
  color: #004315;
}
.l .sec06-content01-text {
  font-size: 45px;
}
.x-btn {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
}
.sec06-content02-img {
  padding-top: 4.1%;
}

.sec06-content03 {
  position: relative;
  border: 1px dashed #004315;
  padding: 6.1% 8.3% 4%;
  margin-top: 9%;
}
.sec06-content03 .sec06-contentTtl {
  position: absolute;
  top: -0.9em;
  left: 50%;
  transform: translateX(-50%);
  background: #f3da49;
  padding: 0 0.5em;
}
.sec06-content03-text {
  font-size: 3.46vw;
  color: #004315;
  font-weight: 700;
}
.l .sec06-content03-text {
  font-size: 22px;
}

/* sec07 */
.sec07 {
  margin-top: -3%;
  padding: 10% 0 10%;
  background-image: url(../img/lp/sec07-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec07 .sec-ttl {
  width: 73%;
}
.sec07-img {
  width: 85.1%;
  padding-left: 4.5%;
}

/* sec08 */
.sec08 {
  margin-top: -3%;
  padding: 15% 0 13.2%;
  background-image: url(../img/lp/sec08-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec08 .sec-ttl {
  width: 31.1%;
}
.sec08-content {
  height: 200px;
  border-radius: 13px;
  margin-top: 5.5%;
  padding: 5% 3% 3% 8.3%;
  background-color: #fff;
}
.l .sec08-content {
  height: 400px;
}
.sec08-contentScroll {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #333;
  padding-right: 2%;
  overflow-y: scroll;
}
.sec08-content-textTtl {
  font-size: 3.46vw;
  font-weight: 500;
  padding-top: 5%;
}
.l .sec08-content-textTtl {
  font-size: 24px;
}
.sec08-content-textTtl:first-child {
  padding-top: 0;
}
.sec08-content-text {
  font-size: 3.2vw;
  font-weight: 500;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.l .sec08-content-text {
  font-size: 20px;
}
.sec08-content-text a {
  color: #f7d618;
}
.sec08-contentScroll::-webkit-scrollbar {
  width: 4px;
}
.sec08-contentScroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
.sec08-contentTtl01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.5% 0 3%;
  color: #fff;
  font-size: 5.33vw;
  font-weight: 800;
}
.l .sec08-contentTtl01 {
  font-size: 34px;
}
.sec08-contentTtl01:before,
.sec08-contentTtl01:after {
  border-top: 1px solid;
  content: '';
  width: 15%;
}
.sec08-contentTtl01:before {
  margin-right: 2%;
}
.sec08-contentTtl01:after {
  margin-left: 1%;
}
.sec08-info {
  font-size: 3.1vw;
  color: #fff;
}
.l .sec08-info {
  font-size: 17px;
  color: #fff;
}
.sec08-info-smallText {
  margin-top: -3%;
  font-size: 3.1vw;
  color: #fff;
}
.l .sec08-info-smallText {
  font-size: 17px;
}
.sec08-btn-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.53vw;
  padding: 5.5% 0 7.5%;
}
.l .sec08-btn-column {
  gap: 30px;
}
.sec08-btn {
  width: 70%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sec08-contentTtl02 {
  width: 74%;
  margin: 0 auto;
  padding-bottom: 4%;
}
.sec08-img {
  display: block;
  width: 62.1%;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sec08-img :hover,
.sec08-btn :hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s all;
}
.float-btn {
  max-width: 126px;
  width: 24%;
  position: fixed;
  z-index: 10;
  right: 12px;
  bottom: 20px;
  filter: drop-shadow(0px 11px 8px rgba(0, 0, 0, 0.5));
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}
.l .float-btn {
  right: 1%;
}
.float-btn._active {
  opacity: 1;
  visibility: visible;
}
.float-btn:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s all;
}
@media screen and (min-width: 632px) {
  .mv-text {
    font-size: 2vw;
  }
  .year {
    font-size: 2.5vw;
  }
  .date {
    font-size: 4vw;
  }
  .sec04-textTtl {
    font-size: 4.5vw;
  }
  .seco4-text {
    font-size: 2.8vw;
  }
  .item-number {
    font-size: 9vw;
  }
  .item-number-column {
    font-size: 3vw;
  }
  .sec04-smallText {
    font-size: 2.3vw;
  }
  .sec05 {
    padding: 24% 0 17%;
  }
  .sec05-info-border {
    font-size: 2.6vw;
  }
  .sec05-info {
    font-size: 2vw;
  }
  .sec06 .ttl-roundFrame {
    font-size: 3vw;
    top: -27%;
  }
  .sec06-week .date {
    font-size: 4vw;
  }
  .sec06-week-text,
  .sec06-weekYear {
    font-size: 2.2vw;
  }
  .sec06-ttlText {
    font-size: 4vw;
  }
  .sec06-content01-text {
    font-size: 4vw;
  }
  .sec06-contentTtl {
    font-size: 3vw;
  }
  .sec06-content03-text {
    font-size: 3vw;
  }
  .sec08-content-textTtl {
    font-size: 2.8vw;
  }
  .sec08-content-text {
    font-size: 2.5vw;
  }
  .sec01-text {
    font-size: 2.5vw;
  }
  .sec01-info {
    font-size: 2.1vw;
  }

  .item-box {
    padding: 3.3% 3.3% 2%;
  }
  .sec08-contentTtl01 {
    font-size: 3vw;
  }
  .sec08-info {
    font-size: 2.1vw;
  }
  .sec08-info-smallText {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 1136px) {
  .l .float-btn {
    right: calc(50% - 350px - 187px);
  }
}
@media screen and (max-width: 1360px) {
  .l .wrapper {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1440px) {
  .l .pc-nav {
    width: 30%;
  }
}
