@charset "utf-8";
/* CSS Document */


/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "HardwearDisplay";
  src: url("../font/HardwearDisplay-Bold.otf") format("opentype");
  font-weight: 700;
}

.min {
  font-family: 'Shippori Mincho','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.hard {
  font-family: 'HardwearDisplay',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.bold {
  font-weight: 700;
}


/*----------------------------------
 変数
----------------------------------*/
:root {
  --color-yellow: #F3FD30;
  --color-black: #333;
  --color-white: #fff;
}


/*----------------------------------
 デバイス
----------------------------------*/

@media screen and (min-width: 800px) {
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
}
@media screen and (max-width: 799px) {
.only-sp {
  display: block;
}
.only-pc {
  display: none;
}
}





/* movie */
#yt-wrap {
  width: 100%;
  margin: 0 auto 200px;
}
#yt-block {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 799px) {
#yt-wrap {
  max-width: none;
  margin: 0 auto;
}
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-image: url("../img/mv_thumb-pc.png");
  background-color: #000;
  background-size: 100% auto;
}

.videoWrapper.pv:after {
  display: none;
}

#play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 91px;
  height: 79px;
  cursor: pointer;
  opacity: .7;
}
#play:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  background: url("../img/btn_movie.png") no-repeat;
  display: inline-block;
  width: 91px;
  height: 79px;
}
@media (hover: hover) {
#play:hover {
  opacity: 1;
}
}
@media screen and (max-width: 799px) {
#play {
  width: 50px;
  height: 42px;
}
#play:before {
  background: url("../img/btn_movie.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 42px;
}
}

#mvBgMovie {
  width: 100%;
  height: calc(100svh - 80px);
  object-fit :cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  pointer-events: none;
}
#bgYouTubeWrapper {
  width: 100%;
  height: 100%;
  opacity: 0; /* 初期状態では非表示 */
  transition: opacity 1.5s ease-in-out; /* 0.5秒でスムーズにフェードイン */
  /*z-index: -1;  背景として配置 */
  /*pointer-events: none;  クリック操作を無効化 */
}
#bgYouTubeWrapper iframe {
  clip-path: inset(0px 0px 40px 0px); /* 下部のコントローラー部分を隠す */
  transition: clip-path 1.5s ease-in-out; /* スムーズに表示 */
}
#bgYouTubePlayer {
  opacity: 0; /* 初期状態では非表示 */
  transition: opacity 1.5s ease-in-out; /* 0.5秒でスムーズにフェードイン */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mvBgMovie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 799px) {
  #mvBgMovie {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/* for visumo movie */
.visumomovieArea {
  margin-bottom: -1%;
}
.hacobune-app-container {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
}
@media all and (min-width: 768px) {
.hacobune-unit-video-wrap,
.hacobune-unit-video,
.hacobune-unit-video-player,
.hacobune-video-frame {
  height: calc(100svh - 80px);
}
}
.hacobune-unit-video-outline,
.hacobune-readmore {
  padding: 0 !important;
  max-width: none !important;
  width: 100%;
  display: none;
}
.hacobune-readmore {
  margin-bottom: 0 !important;
}
.hacobune-video-js.videojs-default-skin {
  background-color: #000 !important;
}
.visumomovieArea .vid_main {
  width: 100%;
}
@media all and (max-width: 767px) {
  .hacobune-app-container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
  }
  .hacobune-univideo {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .hacobune-unit-video {
    margin: 0 !important;
  }
  .visumomovieArea .vid_main {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .hacobune-unit-video {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

a:focus:not(:focus-visible) {
  outline: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}








.topAnchor {
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper {
  overflow: clip;
}

body .michibushin {
  position: relative;
  font-family: "Noto Sans JP","source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.46;
}

@media screen and (min-width: 800px) {
  body {
    min-width: 1320px;
  }
  body .michibushin {
    font-size: 1.8rem;
    min-width: 1320px;
    letter-spacing: 0;
  }
}

.michibushin a {
  text-decoration: none;
}

.michibushin a:hover {
  opacity: 1;
  text-decoration: none;

}
.michibushin a.on {
  opacity: 1;
  transition: 0.3s;
}
@media screen and (min-width: 800px) {
  .michibushin a.on:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 799px) {
  .pane-main {
    padding-bottom: 0;
  }
}

.michibushin img {
  max-width: 100%;
  vertical-align: bottom;
}




/* item btn */
.itemBtnArea {
  margin: -26px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.itemBtnArea a.notYet {
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  .itemBtnArea a {
    width: 230px;
    margin: 0 auto;
    padding: 0.8em 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #fff;
    background-color: #100f10;
    background: linear-gradient(135deg, transparent 12px, #100f10 0) top left,
    linear-gradient(-135deg, transparent 12px, #100f10 0) top right,
    linear-gradient(-45deg, transparent 12px, #100f10 0) bottom right,
    linear-gradient(45deg, transparent 12px, #100f10 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    display: block;
    transition: none;
  }
  .itemBtnArea a:hover {
    background-color: #fff;
    background: linear-gradient(135deg, transparent 12px, #fff 0) top left,
    linear-gradient(-135deg, transparent 12px, #fff 0) top right,
    linear-gradient(-45deg, transparent 12px, #fff 0) bottom right,
    linear-gradient(45deg, transparent 12px, #fff 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    color: #100f10;
    opacity: 1;
  }
}
@media screen and (max-width: 799px) {
  .itemBtnArea {
    margin: -13px auto 0;
  }
  .itemBtnArea a {
    width: 130px;
    margin: 0 auto;
    padding: 1em 1em;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.04em;
    color: #fff;
    background-color: #100f10;
    background: linear-gradient(135deg, transparent 8px, #100f10 0) top left,
    linear-gradient(-135deg, transparent 8px, #100f10 0) top right,
    linear-gradient(-45deg, transparent 8px, #100f10 0) bottom right,
    linear-gradient(45deg, transparent 8px, #100f10 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    display: block;
    transition: none;
  }
  .itemBtnArea a:hover {
    background-color: #fff;
    background: linear-gradient(135deg, transparent 8px, #fff 0) top left,
    linear-gradient(-135deg, transparent 8px, #fff 0) top right,
    linear-gradient(-45deg, transparent 8px, #fff 0) bottom right,
    linear-gradient(45deg, transparent 8px, #fff 0) bottom left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
    color: #100f10;
    opacity: 1;
  }
}




.michibushin {
  position: relative;
}



.mbsHero {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100svh - 80px);
  background-color: #000;
}
.mbsHeroInner {
  padding: 60px 0 90px;
  position: relative;
  height: calc(100svh - 80px);
}
.mbsHeroLogo {
  display: none;
  position: relative;
  left: calc(50% - 370px);
  max-width: 618px;
  height: 100%;
}
.mbsHeroLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mbsHeroTagline {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(50% + 350px);
  color: var(--color-yellow);
  font-size: 2.9rem;
  font-weight: 700;
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .mbsHero {
    top: 64px;
    height: auto;
    aspect-ratio: 16/9;
  }
  .mbsHeroInner {
    padding: 3rem 0 calc(3rem + calc(60/780*100vw));
    position: relative;
    height: auto;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    aspect-ratio: 16/9;
  }
  .mbsHeroLogo {
    left: calc(144/780*100%);
    max-width: inherit;
    width: calc(410/780*100%);
    height: 100%;
  }
  .mbsHeroLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .mbsHeroTagline {
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 0;
    width: 100%;
    font-size: calc(30/780*100vw);
    text-align: center;
  }
  .block-cookie-consent {
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
}








.mbsContents {
  position: relative;
  background-color: #fff;
}
.mbsMenuOpen {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  min-width: 1320px;
  z-index: 9;
}
.mbsMenuOpenBtn {
  margin-right: 80px;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #f3fd30;
  cursor: pointer;
}
.mbsMenuOpenBtn:before,
.mbsMenuOpenBtn:after {
  content: '';
  display: block;
  position: absolute;
  right: 80px;
  width: 36px;
  height: 3px;
  background-color: #000;
  transition: transform ease .3s;
}
.mbsMenuOpenBtn:before {
  top: 27px;
  left: 17px;
}
.mbsMenuOpenBtn:after {
  bottom: 27px;
  left: 17px;
}
.contentIn .mbsMenuOpen {
  position: fixed;
  top: 160px;
}
.mbsMenuOpened .mbsMenuOpenBtn:before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.mbsMenuOpened .mbsMenuOpenBtn:after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .mbsMenuOpenBtn {
    transition: opacity .3s;
  }
  .mbsMenuOpenBtn:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 799px) {
  .mbsMenuOpen {
    top: 20px;
    min-width: inherit;
  }
  .mbsMenuOpenBtn {
    margin-right: 20px;
    width: 35px;
    height: 35px;
  }
  .mbsMenuOpenBtn:before,
  .mbsMenuOpenBtn:after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #000;
    transition: transform ease .3s;
  }
  .mbsMenuOpenBtn:before {
    top: 13px;
    left: 9px;
  }
  .mbsMenuOpenBtn:after {
    bottom: 13px;
    left: 9px;
  }
  .contentIn .mbsMenuOpen {
    top: 84px;
  }
}



.mbsMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  min-width: 1320px;
  height: calc(100svh - 80px);
  background: url(../img/bg_about-pc.png) center center/cover no-repeat;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  transition: opacity ease .6s,visibility ease .6s;
}
.mbsMenu .mbsNav {
  padding: 160px 0;
}
.mbsMenuOpened .mbsMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contentIn .mbsMenu {
  position: fixed;
  top: 80px;
}
@media screen and (max-width: 799px) {
  .mbsMenu {
    min-width: inherit;
    height: 100vh;
    background-image: url(../img/bg_about-sp.png);
  }
  .mbsMenu .mbsNav {
    padding: calc(330/780*100vw) 0;
  }
  .contentIn .mbsMenu {
    top: 64px;
  }
}



.mbsNav {
  width: 100%;
}
.mbsNav dl {
}
.mbsNav dl dt {
  color: var(--color-yellow);
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
}
.mbsNav dl dd {
}
.mbsNav dl dd ul {
  border-top: 1px solid rgba(255,255,255,.5);
}
.mbsNav dl dd ul li {
}
.mbsNav dl dd ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-weight: 700;
  overflow: hidden;
}
.mbsNav dl dd ul li a:before {
  content: '';
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.mbsNav dl dd ul li .mbsNavNum {
  color: var(--color-yellow);
  font-size: 6.5rem;
  transition: color ease .3s;
}
.mbsNav dl dd ul li .mbsNavTitle {
  display: inline-block;
  width: 720px;
  line-height: 1;
  font-size: 3.5rem;
  text-align: center;
  transition: color ease .3s;
}
@media screen and (hover: hover) {
  .mbsNav dl dd ul li a:hover .mbsNavNum,
  .mbsNav dl dd ul li a:hover .mbsNavTitle {
    color: #100F10;
  }
  .mbsNav dl dd ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--color-yellow);
    transform: translateX(-100%);
    transition: transform ease .3s;
  }
  .mbsNav dl dd ul li a:hover:after {
    transform: translateX(0);
  }
}
@media screen and (max-width: 799px) {
  .mbsNav dl dt {
    font-size: calc(55/780*100vw);
  }
  .mbsNav dl dd ul li a {
    padding: calc(16/780*100vw);
  }
  .mbsNav dl dd ul li .mbsNavNum {
    padding: 0 0 0 calc(186/780*100vw);
    width: calc(240/780*100vw);
    font-size: calc(56/780*100vw);
  }
  .mbsMenu .mbsNav dl dd ul li .mbsNavNum {
    padding: 0 0 0 calc(80/780*100vw);
    width: calc(140/780*100vw);
  }
  .mbsNav dl dd ul li .mbsNavTitle {
    width: calc(540/780*100vw);
    font-size: calc(28/780*100vw);
    text-align: left;
  }
  .mbsMenu .mbsNav dl dd ul li .mbsNavTitle {
    width: calc(640/780*100vw);
    font-size: calc(31/780*100vw);
  }
}









.mbsContentsBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100svh - 80px);
  background: url(../img/bg_about-pc.png) center center/cover no-repeat;
}
.contentIn .mbsContentsBg {
  position: fixed;
  top: 80px;
}
.mbsLogo {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 5;
  width: 100%;
  pointer-events: none;
}
.mbsLogoInner {
  margin: 0 auto;
  width: 100%;
  min-width: 1320px;
}
.mbsLogo a {
  margin-left: calc(50/1920*100%);
  display: block;
  width: calc(224/1920*100%);
  max-width: 224px;
  pointer-events: all;
}
.contentIn .mbsLogo {
  position: fixed;
  top: 130px;
}
@media screen and (max-width: 799px) {
  .mbsContentsBg {
    height: 100vh;
    background: url(../img/bg_about-sp.png) center center no-repeat;
    background-size: cover;
  }
  .contentIn .mbsContentsBg {
    top: 64px;
  }
  .mbsLogo {
    top: 16px;
  }
  .mbsLogoInner {
    min-width: inherit;
  }
  .mbsLogo a {
    margin-left: calc(12/780*100vw);
    width: calc(156/780*100vw);
  }
  .contentIn .mbsLogo {
    top: 80px;
  }
}



.mbsSection {
  background-color: #fff;
  min-height: 100svh;
}
.sectionInner {
  position: relative;
  min-width: 1320px;
  background-color: #fff;
}
.mbsSection.fixed .sectionInner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100svh;
}
@media screen and (max-width: 799px) {
  .sectionInner {
    min-width: inherit;
  }

  .mbsSection.mbsStory {

  }
  .mbsSection.mbsStory.fixed .sectionInner {

  }
}



.mbsAbout {
  background-color: transparent;
}
.mbsAbout .sectionInner {
  padding-bottom: 10rem;
  background-color: transparent;
}
.mbsLead {
  padding-top: 32rem;
}
.mbsLeadTitle {
  margin: 0 auto;
  width: 812px;
}
.mbsLeadTagline {
  margin: 7rem 0 35rem;
  color: var(--color-yellow);
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
}
.mbsLeadCopy {
  text-align: center;
}
.mbsLeadText {
  margin: 7rem 0 20rem;
  line-height: 2;
  color: var(--color-white);
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
}
.mbsLeadText a {
  color: inherit;
}
.mbsLeadMovie {
  margin: 0 auto 23rem;
  max-width: 1320px;
}
.mbsLeadBanner {
  margin: 0 auto 12rem;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.mbsLeadBanner li {
  width: calc(630/1320*100%);
}
.mbsProfile {
  margin: 10rem 0 0;
  padding: 5rem 0;
}
.mbsProfileLabel {
  margin-bottom: 3rem;
  line-height: 1;
  color: var(--color-yellow);
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
}
.mbsProfileBox {
  background-color: var(--color-yellow);
}
.mbsProfileBoxInner {
  margin: 0 auto;
  padding: 5rem 0;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.mbsProfilePhoto {
  width: calc(500/1320*100%);
}
.mbsProfileBody {
  padding: 3.5rem 0 0;
  border-top: 1px solid #100f10;
  border-bottom: 1px solid #100f10;
  width: calc(770/1320*100%);
}
.mbsProfileName {
  line-height: 1.2;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
}
.mbsProfileJob {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.mbsProfileText {
  margin-top: 2rem;
  line-height: 1.7;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 799px) {
  .mbsAbout .sectionInner {
    padding-bottom: 5.5rem;
  }
  .mbsLead {
    padding: 30rem 0 0;
  }
  .mbsLeadTitle {
    margin: 0 auto 1.5rem;
    width: calc(540/780*100vw);
  }
  .mbsLeadTagline {
    margin: 1rem auto 35rem;
    width: calc(540/780*100vw);
    font-size: calc(27/780*100vw);
  }
  .mbsLeadCopy {
    margin: 0 auto;
    width: calc(327/780*100vw);
  }
  .mbsLeadText {
    margin: 2rem calc(40/780*100vw) 7rem calc(40/780*100vw);
    line-height: 1.8666666666666667;
    color: var(--color-white);
    font-size: calc(30/780*100vw);
    font-weight: 500;
    text-align: left;
  }
  .mbsLeadText br {
    display: none;
  }
  .mbsLeadText a {
    color: inherit;
  }
  .mbsLeadMovie {
    margin: 0 auto 5rem;
    width: calc(700/780*100vw);
  }
  .mbsLeadBanner {
    margin: 0 auto 6rem;
    width: calc(630/780*100vw);
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .mbsLeadBanner li {
    width: 100%;
  }
  .mbsProfile {
    margin: 0;
    padding: 5rem 0;
  }
  .mbsProfileLabel {
    margin-bottom: 1rem;
    font-size: calc(55/780*100vw);
  }
  .mbsProfileBox {
    margin: 0 auto;
    width: calc(700/780*100vw);
  }
  .mbsProfileBoxInner {
    margin: 0 auto;
    padding: 5rem calc(50/780*100vw);
    flex-direction: column;
  }
  .mbsProfilePhoto {
    width: 100%;
  }
  .mbsProfileBody {
    margin-top: 2rem;
    padding: 1.5rem 0;
    width: 100%;
  }
  .mbsProfileName {
    font-size: calc(38/780*100vw);
  }
  .mbsProfileJob {
    font-size: calc(30/780*100vw);
  }
  .mbsProfileText {
    margin: 1.5rem auto 0;
    width: calc(400/780*100vw);
    font-size: calc(20/780*100vw);
  }
}



.mbsStory {
}
.mbsSection {
  padding-bottom: 50vh;
}
.sectionInner {
}
.mbsStoryMV {
  position: relative;
}
.mbsStoryTitle {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 3.5rem;
  right: 0;
  z-index: 9;
  max-width: 0;
  overflow: hidden;
  transition: max-width ease .6s;
}
.titleIn .mbsStoryTitle {
  max-width: 160rem;
}
.mbsMenuOpened .mbsStoryTitle {
  z-index: 2;
}
.mbsStoryTitleInner {
  padding: 1.6rem 7.2rem;
  flex-shrink: 0;
  display: block;
  background-color: var(--color-yellow);
}
@media screen and (min-width: 800px) {
  .mbsStoryTitleInner {
    padding: 0.6em 2.8em 0.6em 1.8em;
    font-size: clamp(26px,calc(26/1920*100cqw),36px);
    line-height: 1;
  }
  #sec01 .mbsStoryTitleInner img {
    width: calc(473/1920*80cqw);
    min-width: calc(473*.6px);
  }
  #sec02 .mbsStoryTitleInner img {
    width: calc(234/1920*80cqw);
    min-width: calc(234*.6px);
  }
  #sec03 .mbsStoryTitle {
    top: 5rem;
  }
  #sec03 .mbsStoryTitleInner img {
    width: calc(556/1920*80cqw);
    min-width: calc(556*.6px);
  }
  #sec04 .mbsStoryTitleInner img {
    width: calc(894/1920*80cqw);
    min-width: calc(894*.6px);
  }
  #sec05 .mbsStoryTitleInner img {
    width: calc(745/1920*80cqw);
    min-width: calc(745*.6px);
  }
  #sec06 .mbsStoryTitleInner img {
    width: calc(381/1920*80cqw);
    min-width: calc(381*.6px);
  }
}
.mbsStoryNum {
  position: absolute;
  bottom: -.35em;
  right: calc(130/1920*100%);
  z-index: 2;
  line-height: 1;
  color: var(--color-yellow);
  font-size: clamp(41rem,calc(600/1920*100vw),60rem);
  font-weight: 700;
  overflow: hidden;
}
.mbsStoryNumInner {
  display: block;
  transform: translateY(120%);
  transition: transform ease .3s;
}
.numIn .mbsStoryNumInner {
  transform: translateY(0);
  transition-delay: .3s;
}
@media screen and (max-width: 799px) {
  .numIn .mbsStoryNumInner {
    transform: translateY(0);
    transition-delay: .5s;
  }
}
.mbsStorySlides {
  position: relative;
  z-index: 1;
}
.mbsStorySlide {
  overflow: hidden;
}
.mbsStorySlide img {
  width: 100%;
}
.mbsStoryContent {
  margin: 0 auto;
  padding: 10rem min(460px,calc(460/1920*100%));
  max-width: 1000px;
  max-width: 1920px;
}
.mbsStoryContent p {
  line-height: 2.1739130434782608;
  font-size: 2.3rem;
  font-weight: 600;
}
.mbsStoryMap {
  margin: 7rem auto 9rem;
  position: relative;
  max-width: 873px;
}
.mbsStoryMapImg {
}
.mbsStoryMapZoom {
  position: absolute;
  top: calc(95/806*100%);
  left: calc(427/873*100%);
  z-index: 2;
  width: calc(720/873*100%);
  padding-top: calc(720/873*100%);
  max-width: 0;
  overflow: hidden;
  transition: max-width ease .3s;
}
.mbsStoryMapZoom img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  height: 100%;
  aspect-ratio: 1/1;
}
.zoomOn .mbsStoryMapZoom {
  max-width: 720px;
}
.mbsStoryMapZoomBtn {
  position: absolute;
  top: calc(610/806*100%);
  left: calc(364/873*100%);
  width: 40px;
  height: 40px;
  background-color: #100f10;
  cursor: pointer;
}
.mbsStoryMapZoomBtnClose {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background-color: #100f10;
  cursor: pointer;
}
.mbsStoryMapZoomBtn:before,
.mbsStoryMapZoomBtnClose:before {
  content: '';
  display: block;
  position: absolute;
  top: 19px;
  left: 8px;
  width: 24px;
  height: 2px;
  background-color: var(--color-yellow);
}
.mbsStoryMapZoomBtn:after,
.mbsStoryMapZoomBtnClose:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 19px;
  width: 2px;
  height: 24px;
  background-color: var(--color-yellow);
}
.mbsStoryMapZoomBtnClose:before {
  transform: rotate(45deg);
}
.mbsStoryMapZoomBtnClose:after {
  transform: rotate(45deg);
}
.zoomOn .mbsStoryMapZoomBtn {
  pointer-events: none;
}
@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);/
  }
}
.add-animation {
  animation: zoomDown 10s linear 0s normal both;
}
@media (hover: hover) {
  .mbsStoryMapZoomBtn,
  .mbsStoryMapZoomBtnClose {
    transition: opacity .3s;
  }
  .mbsStoryMapZoomBtn:hover,
  .mbsStoryMapZoomBtnClose:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 799px) {
  .mbsStoryTitle {
    padding: 0;
    top: 3.8rem;
  }
  .titleIn .mbsStoryTitle {
    max-width: 40em;
  }
  .mbsStoryTitleInner {
    padding: 1rem calc(30/780*100vw) 1rem calc(40/780*100vw);
  }
  .mbsStoryTitleInner img {
    height: calc(34/780*100vw);
  }
  .mbsStoryNum {
    bottom: -.35em;
    right: calc(40/780*100vw);
    font-size: calc(350/780*100vw);
  }
  .mbsStoryContent {
    padding: calc(90/780*100vw) calc(40/780*100vw) 10rem calc(190/780*100vw);
  }
  .mbsStoryContent p {
    font-size: calc(26/780*100vw);
  }
  .mbsStoryMap {
    margin: 6rem 0 calc(150/780*100vw);
    width: calc(550/780*100vw);
  }
  .mbsStoryMapImg {
  }
  .mbsStoryMapZoom {
    top: 0;
    left: calc(-158/780*100vw);
    width: calc(700/780*100vw);
    height: calc(700/780*100vw);
  }
  .mbsStoryMapZoomBtn {
    top: calc(610/806*100%);
    left: calc(364/873*100%);
    width: 2.6rem;
    height: 2.6rem;
  }
  .mbsStoryMapZoomBtnClose {
    top: 1rem;
    right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  .mbsStoryMapZoomBtn:before,
  .mbsStoryMapZoomBtnClose:before {
    top: 12px;
    left: 5px;
    width: 16px;
    height: 2px;
  }
  .mbsStoryMapZoomBtn:after,
  .mbsStoryMapZoomBtnClose:after {
    top: 5px;
    left: 12px;
    width: 2px;
    height: 16px;
  }
}



.mbsFavorite {
  padding: 0 !important;
  height: auto !important;
  background: url(../img/bg_items-pc.png) center center / cover no-repeat;
}
.mbsSection {
}
.mbsFavorite .sectionInner {
  padding: 28rem 0 0;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  background-color: transparent;
  background: url(../img/bg_items-pc.png) center center / cover no-repeat;
}
.mbsFavorite .mbsStoryTitle {
  top: 24rem;
  z-index: 9;
}
.mbsMenuOpened .mbsFavorite .mbsStoryTitle {
  z-index: 2;
}
.mbsFavorite .mbsStoryNum {
  top: 94rem;
  bottom: auto;
  z-index: 2;
  transition-delay: .3s;
}
.mbsFavoriteItemsWrap {
  margin: 0 auto;
  max-width: 1320px;
}
.mbsFavoriteItems {
  margin-bottom: 30rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem calc(30/1320*100%);
}
.mbsFavoriteItem {
  position: relative;
  width: calc(420/1320*100%);
}
.mbsFavoriteItem span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-yellow);
  font-size: 7rem;
  font-weight: 700;
  transition: color ease .3s,background-color ease .3s;
}
.mbsFavoriteBnr {
  margin: 0 auto;
  padding-bottom: 6rem;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
}
.mbsFavoriteBnr li {
  width: calc(630/1320*100%);
}
.mbsLeadBanner .bnrText,
.mbsFavoriteBnr .bnrText {
  margin-top: 0.6em;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.mbsFavoriteHidden {
  display: none;
}
.mbsFavoriteBox {
  margin: 0 auto;
  padding: 30px 20px 50px 60px;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  width: 1280px;
  background-color: var(--color-yellow);
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
}
.mbsFavoriteBoxBody {
  width: 65rem;
}
.mbsFavoriteBoxName {
  line-height: 1;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
.mbsFavoriteBoxJp {
  margin-top: 1.5rem;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.mbsFavoriteBoxText {
  margin: 5rem 0 3.5rem;
  line-height: 1.7;
  font-weight: 600;
  font-size: 2rem;
}
.mbsFavoriteBoxLinks {
  display: flex;
  justify-content: center;
  gap: 0 7rem;
}
.mbsFavoriteBoxLink {
  text-align: center;
}
.mbsFavoriteBoxLinkLabel {
  line-height: 1.33;
  font-size: 3rem;
  font-weight: 500;
}
.mbsFavoriteBoxLinkPrice {
  font-size: 2.4rem;
}
.mbsFavoriteBoxLinkPrice span {
  font-size: 66.6%;
}
.mbsFavoriteBoxLinkPrice span.only-pc {
  padding: 0 0.2em;
  font-size: 100%;
  display: inline-block;
}
.mbsFavoriteBoxLink .itemBtnArea {
  margin-top: 1.5rem;
}
.mbsFavoriteBoxImg {
  width: 50rem;
}
.fancybox-bg {
  opacity: 0 !important;
}
@media screen and (hover: hover) {
  .mbsFavoriteItem a:hover span {
    color: #100F10;
    background-color: var(--color-yellow);
  }
}
@media screen and (max-width: 799px) {
  .mbsFavorite {
    background: url(../img/bg_items-sp.png) center center / cover no-repeat;
  }
  .mbsFavorite .sectionInner {
    padding: 21.5rem 0 0;
    background: url(../img/bg_items-sp.png) center center / cover no-repeat;
  }
  .mbsFavorite .mbsStoryTitle {
    top: 13.5rem;
  }
  .mbsFavorite .mbsStoryNum {
    margin-top: 21.5rem;
    top: calc(730/780*100vw);
  }
  .mbsFavoriteItemsWrap {
    padding: 0 calc(40/780*100vw) 0 calc(190/780*100vw);
  }
  .mbsFavoriteItems {
    margin-bottom: 24rem;
    gap: calc(30/780*100vw);
  }
  .mbsFavoriteItem {
    width: calc(260/780*100vw);
  }
  .mbsFavoriteItem span {
    font-size: calc(47/780*100vw);
  }
  .mbsFavoriteBnr {
    padding-bottom: 5rem;
    flex-direction: column;
    gap: 2.5rem;
    width: calc(630/780*100vw);
  }
  .mbsFavoriteBnr li {
    width: 100%;
  }
  .mbsLeadBanner .bnrText,
  .mbsFavoriteBnr .bnrText {
    font-size: calc(24/780*100vw);
  }
  .mbsFavoriteBox {
    padding: 3rem 0 2.5rem;
    flex-direction: column;
    width: calc(700/780*100vw);
  }
  .mbsFavoriteBoxBody {
    width: 100%;
    display: contents;
  }
  .mbsFavoriteBoxName {
    font-size: calc(65/780*100vw);
    order: 1;
  }
  .mbsFavoriteBoxJp {
    margin-top: 0;
    font-size: calc(20/780*100vw);
    order: 2;
  }
  .mbsFavoriteBoxText {
    margin: 2.5rem auto 1rem;
    width: calc(520/780*100vw);
    font-size: calc(20/780*100vw);
    order: 3;
  }
  .mbsFavoriteBoxLinks {
    gap: 0 calc(60/780*100vw);
    order: 5;
  }
  .mbsFavoriteBoxLink {
    text-align: center;
  }
  .mbsFavoriteBoxLinkLabel {
    font-size: calc(30/780*100vw);
  }
  .mbsFavoriteBoxLinkPrice {
    font-size: calc(24/780*100vw);
  }
  .mbsFavoriteBoxLink .itemBtnArea {
    margin-top: 1rem;
  }
  .mbsFavoriteBoxImg {
    width: 100%;
    order: 4;
  }
}

.mbsNav dl dd ul li a img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  transition: all .3s;
}
.mbsNav dl dd ul li a:hover img {
  filter: inherit;
}
.mbsNavcont01 img {
  width: 334px;
}
.mbsNavcont02 img {
  width: 166px;
}
.mbsNavcont03 img {
  width: 408px;
}
.mbsNavcont04 img {
  width: 602px;
}
.mbsNavcont05 img {
  width: 524px;
}
.mbsNavcont06 img {
  width: 268px;
}
@media screen and (max-width: 799px) {
  .mbsNavcont01 img {
    width: calc(268/780*100vw);
  }
  .mbsNavcont02 img {
    width: calc(132/780*100vw);
  }
  .mbsNavcont03 img {
    width: calc(312/780*100vw);
  }
  .mbsNavcont04 img {
    width: calc(484/780*100vw);
  }
  .mbsNavcont05 img {
    width: calc(420/780*100vw);
  }
  .mbsNavcont06 img {
    width: calc(214/780*100vw);
  }
}


.cautionArea {
  margin: 0 auto;
  padding-bottom: 6rem;
  max-width: 1320px;
  color: #fff;
}
.cautionArea p {
  margin: 0.6em 0;
}
.cautionArea p.cautionLead {
  font-size: 120%;
}
.cautionArea ul.cautionList li {
  margin-bottom: 0.4em;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.cautionArea ul.cautionList li:before {
  content: "・";
}
@media screen and (max-width: 799px) {
.cautionArea {
  width: calc(630/780*100vw);
}
}

/*
#mvBgMovie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 56.25vw;
  min-height: calc(100vh - 80px);
  min-width: 100%;
}
*/