@charset "UTF-8";
#particles {
  display: none;
}

[data-aos=fade-up] {
  -webkit-transform: translateY(50px) !important;
          transform: translateY(50px) !important; /* 初期位置（デフォルト値は約 40px） */
}

[data-aos=fade-up].aos-animate {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important; /* アニメーション後の位置 */
}

/* common */
body {position: relative;}
.center {display: block; margin-left:auto; margin-right:auto; text-align: center;}
.left {float:left;}
.right {float:right;}
.c-both {clear: both;}
.inner {width:86%; margin-left:auto; margin-right:auto;}
.position_r {position: relative;}
.position_a {position: absolute;}
.position_f {position: fixed;}

/* slide */


#fv {width:100%; height:calc(1000vw / 19.2); overflow:hidden; touch-action: pan-y; user-select: none; z-index:-1;}

#fv .slide {inset: 0; background-size: calc(1571vw / 19.2); background-position: right center; opacity: 0; transition: opacity 1s ease;
width: 100%; height: 100%; background-repeat: no-repeat; position: absolute;} 
#fv .slide.active { opacity: 1; z-index: 1; } 
#fv .slide1 { background-image:url(../mop_nva_img/background_img1.jpg); } 
#fv .slide2 { background-image:url(../mop_nva_img/background_img2.jpg); } 
#fv .slide3 { background-image:url(../mop_nva_img/background_img3.jpg); } 


/* top mv */
#top .mv-wrap {padding-block-start: calc((60vw / 19.2) / 2); padding-block-end: calc((230vw / 19.2) / 2);}
#top .mv-title {margin-left: auto; margin-right: auto; margin-block-start: calc((40vw / 19.2) / 2);}
#top .mv-title .title-upper {width:22%; max-width: 150px;}
#top .mv-title .mv-title-logo .title-img1 {width:56.5%; max-width: 390px; margin-block-start: calc((30vw / 19.2) / 2);}
#top .mv-title .mv-title-logo .title-img2 {width:100%; max-width: 690px; margin-block-start: calc((50vw / 19.2) / 2);}
#top .mv-title .mv-subtitle .subtitle-img {width:94.2%; max-width: 650px; margin-block-start: calc((60vw / 19.2) / 2);}

#top .mv-page-shop {margin-block-start: calc((80vw / 19.2) / 2);}
#top .mv-page-shop .shop_item {width:47.8%; margin-block-end: calc((30vw / 19.2) / 2);}
#top .mv-page-shop .shop_item img {width:100%; max-width: 100%;}

@media (max-width: 1200px) {
#fv {height: 100%;}
#fv .slide {background-size: cover;}
}
@media screen and (max-width: 767px) {
#top .mv-wrap {padding-block-start: calc(40vw / 9); padding-block-end: calc(150vw / 9);}
#top .mv-title {margin-block-start: calc(40vw / 9);}
#top .mv-title .mv-title-logo .title-img1 {margin-block-start: calc(30vw / 9);}
#top .mv-title .mv-title-logo .title-img2 {margin-block-start: calc(50vw / 9);}
#top .mv-title .mv-subtitle .subtitle-img {margin-block-start: calc(60vw / 9);}

#top .mv-page-shop {margin-block-start: calc(80vw / 9);}
#top .mv-page-shop .shop_item {width:47.8%; margin-block-end: calc(30vw / 9);}
#fv .slide {display: none;}	
}

@media screen and (min-width: 767px) {
  #particles {
    display: block;
    width: 100%;
  }
  body {
    background-color: #fcfbf4;
  }
  .contents-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .rig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 786px;
            flex: 0 0 786px;
	justify-content: center;  
  }
  .contents {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
  }
  #particles {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
@media screen and (min-width: 767px) {
  .contents-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .lft {
    width: 100%;
  }
  .lft-box {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lft-botom {
    position: fixed;
    left: 2% /*4%*/;
    bottom: 60px;
  }
  .lft-fixed img {
    width: 100%;
  }
  .lft-box-wrap {
    width: 100%;
  }
  .lft-opacity img {
    width: 100%;
    opacity: 0;
  }
  .lft-logo {
    max-width: 282px;
    width: 100%;
  }
  .lft-copy {
    padding-top: 30px;
    font-size: 11px;
    height: 1px;
  }
}
@media screen and (max-height: 750px) {
  .lft-box {
    top: 30px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 1200px) {
  .lft {
    display: none;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 0;
}
header .header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 11px;
}
header .header-mop {
  max-width: 130px;
  width: 100%;
}
header .header-flex-mf {
  max-width: 130px;
  width: 100%;
}

@media screen and (min-width: 767px) {
  header .header-mop {
    max-width: 170px;
  }
  header .header-flex-mf {
    max-width: 170px;
  }
}
.menu {
  max-width: 336px;
  width: 100%;
}
.menu .menu-wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .menu-contents {
  width: 100%;
}
.menu .menu-nav {
  max-width: 238px;
  width: 100%;
  margin: auto;
}
.menu .menu-nav-list {
  margin-bottom: 20px;
}
.menu .menu-nav-link {
  font-size: 25px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0.095em;
  padding: 5px;
  background-color: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.menu .menu-nav-link.active {
  background-color: #ffff00;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.menu .menu-circle {
  position: relative;
  max-width: 204px;
  width: 100%;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: 45px;
}
.menu .menu-circle-in {
  max-width: 174px;
  width: 100%;
  height: 174px;
}
.menu .menu-circle-out {
  max-width: 204px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate 12s linear infinite;
          animation: rotate 12s linear infinite;
}
.menu .menu-nav-link-out {
  max-width: 12px;
  margin-left: 7px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mv {
  background-color: #F2F2F2;
  padding: 20px;
}
.mv .mv-wrap {
  border: 6px solid #76C7C0;
  border-radius: 15px;
}
.mv .mv-logo {
  width: 85.54%;
  margin-left: auto;
  margin-right: 3%;
  margin-top: 34px;
  overflow: hidden;
}
.mv .mv-logo-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.mv .mv-logo-eye {
  position: relative;
  z-index: 1;
  left: 0;
  -webkit-animation: moveImage02 5s infinite;
          animation: moveImage02 5s infinite; /* アニメーションの時間とループ */
}
.mv .mv-logo img {
  width: 100%;
}
.mv .mv-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 23px;
}
.mv .mv-menu-border {
  height: 5px;
  background-color: #242424;
  width: 100%;
}
.mv .mv-menu-txt {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 0.095em;
  margin: 0 5px;
}
.mv .mv-page-link {
  padding-bottom: 30px;
}
.mv .mv-page-link img {
  width: 100%;
}
.mv .mv-page-link-item {
  display: block;
  width: 76.924%;
  margin: auto;
  margin-top: -1.2%;
}

.event {
  margin-top: 46px;
}
.event .event-bg {
  background-image: url(../mop_nva_img/event_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
}
.event .event-txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7692307692;
  padding: 0 8px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.event .event-ttl img {
  width: 100%;
}
.event .event-day {
  font-weight: bold;
  font-size: 28px;
  padding: 118px 8px 53px;
}
.event .event-link {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event .event-link-item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-bottom: 1px solid #656360;
  margin-bottom: 18px;
  padding: 0 9px;
  padding-bottom: 18px;
}
.event .event-link-item-img {
  position: relative;
}
.event .event-link-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 158px;
}
.event .event-link-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.event .event-link-item.event-link-item-kara {
  margin: 0;
  padding: 0 !important;
  border: none;
}
.event .event-link-item.event-link-item-kara::after {
  display: none;
}
.event .event-link-item img {
  width: 100%;
}
.event .event-link-item:nth-child(odd) {
  padding-left: 20px;
}
.event .event-link-item:nth-child(even) {
  padding-right: 20px;
}

@media (min-width: 767px) {
  .event .event-link {
    padding: 20px 15px;
  }
  .event .event-link-item:nth-child(even) {
    padding: 12px 0;
  }
  .event .event-link-item:nth-child(odd) {
    padding: 12px 0;
  }
  .event .event-link-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333%;
            flex: 0 0 31.3333%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
  }
  .event .event-link-item::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #656367;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -12px;
  }
  .event .event-link-item:nth-of-type(3n)::after {
    display: none;
  }
  .event .event-link-item-img img {
    width: 100%;
    height: 131px;
  }
}
.newopen {
  background-image: url(../mop_nva_img/newopen_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  margin-top: 66px;
}
.newopen .newopen-txt {
  padding: 0 16px;
  font-size: 28px;
  line-height: 1.6428571429;
  font-weight: bold;
  padding-top: 66px;
  padding-bottom: 64px;
}
.newopen .newopen-ttl {
  width: 91.2%;
  margin: auto;
  padding-bottom: 44px;
}
.newopen .newopen-ttl img {
  width: 100%;
}
.newopen .newopen-day {
  font-size: 28px;
  font-weight: bold;
  padding: 0 8px 66px;
}

.news {
  padding-top: 5px;
}
.news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #656360;
}
.news .news-item.news-item-kara {
  border: none;
  padding: 0;
}
.news .news-item-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.48%;
          flex: 0 0 43.48%;
  margin-right: 15px;
}
.news .news-item-lft img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}
.news .news-item-rig {
  width: 100%;
}
.news .news-item-cate-txt {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  background-color: #e84729;
  color: #fff;
  padding: 4px 10px;
  line-height: 1;
  margin-bottom: 10px;
}
.news .news-item-ttl {
  font-size: 15px;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4666666667;
  margin-bottom: 20px;
}
.news .news-item-tag-txt {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  background-color: #656360;
  color: #fff;
  padding: 4px 10px;
  line-height: 1;
}

@media (min-width: 767px) {
  .news .news-item-lft img {
    height: 182.61px;
  }
}
.follow {
  margin-top: 90px;
  margin-bottom: 110px;
  /*左から右テキストエフェクト*/
}
.follow .follow-bg {
  background-image: url(../mop_nva_img/follow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 27px;
  padding: 36px 10px 60px;
}
.follow .follow-txt01 {
  position: relative;
  margin-bottom: 12px;
  padding: 10px;
}
.follow .follow-txt01-img {
  position: relative;
  z-index: 1;
}
.follow .follow-txt01::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 12px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #242424;
}
.follow .follow-txt01 img {
  width: 100%;
}
.follow .follow-txt02 {
  position: relative;
  width: 60%;
  padding: 12px 0;
  padding-left: 12px;
  padding-right: 9.3%;
}
.follow .follow-txt02-img {
  position: relative;
  z-index: 1;
}
.follow .follow-txt02-img img {
  width: 90%;
}
.follow .follow-txt02::before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #242424;
}
.follow .follow-txt01 img {
  width: 100%;
}
.follow .follow-eye {
  width: 71.55%;
  margin: auto;
  margin-top: 68px;
  position: relative;
  overflow: hidden;
}
.follow .follow-eye-move {
  position: relative;
  top: 0;
  left: 0;
  -webkit-animation: moveImage 5s infinite;
          animation: moveImage 5s infinite; /* アニメーションの時間とループ */
  width: auto;
}
.follow .follow-eye-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.follow .follow-eye img {
  width: 100%;
}
.follow .follow-eye-move img {
  max-width: 100%;
  width: auto;
}
.follow .follow-ttl {
  padding: 35px 18px 40px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.7586206897;
}
.follow .follow-txt {
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.5625;
  margin-bottom: 44px;
}
.follow .follow-tap {
  width: 69.87%;
  margin: auto;
  margin-bottom: 55px;
}
.follow .follow-tap img {
  width: 100%;
}
.follow .follow-sns-txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 35px;
}
.follow .follow-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.follow .follow-sns-item {
  max-width: 98px;
  width: 100%;
  margin: 0;
}
.follow .follow-sns-item:first-child {
  margin-right: 33px;
}
.follow .follow-anniversary {
  width: 95.47%;
  margin: auto;
  padding-top: 44px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.follow .follow-anniversary-hichew {
  margin-bottom: 20px;
}
.follow .follow-anniversary span {
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, #ffff00), color-stop(50%, transparent));
  background-image: linear-gradient(to top, #ffff00 90%, transparent 50%);
}
.follow .follow-anniversary-note {
  font-size: 12px;
  margin-bottom: 8px;
}
.follow .follow-anniversary-note:last-child {
  margin-bottom: 0;
}
.follow .follow-anniversary-note-parnet {
  width: 95.47%;
  margin: auto;
}
.follow .leftAnime {
  opacity: 0;
  overflow: hidden;
  display: inline-block;
}
.follow .leftAnimeInner {
  display: inline-block;
}
.follow .slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.follow .slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.follow .follow-comingsoon {
  width: 95.47%;
  margin: auto;
  margin-top: 26px;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@media (min-width: 767px) {
  .follow .follow-txt02 {
    width: 79%;
  }
  .follow .follow-txt02-img img {
    width: 87%;
  }
  .follow .follow-anniversary {
    font-size: 25px;
  }
  .follow .follow-anniversary-note {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .follow-sns-item img {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .follow-sns-item:hover img {
    opacity: 0.7;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@-webkit-keyframes moveImage {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 28%;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@keyframes moveImage {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 28%;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes moveImage02 {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 23%;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@keyframes moveImage02 {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 23%;
  }
  100% {
    left: 0;
    top: 0;
  }
}
footer {
  text-align: center;
  padding-block-start: calc((60vw / 19.2) / 2); 	
}
footer .footer_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_link_list_item {
  margin: 10px;
}
footer #footer_mf_shogyo_logo {
  max-width: 250px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #footer_copyright {
  text-align: center;
  font-size: 12px;
  padding-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
footer {padding-block-start: calc(60vw / 9);}	
}


