@charset "UTF-8";
/* mixin */
/*px→vw変換*/
/*px→vh変換*/
/* ブラウザハック */
/* アニメーションの設定 */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@-webkit-keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}
@keyframes fadeIn {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes fadeInContent {
  0% {
    opacity: 0;
    margin-top: 100vh;
  }
  100% {
    opacity: 1;
    margin-top: 23.39901vh;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeInContent {
  0% {
    opacity: 0;
    margin-top: 100vh;
  }
  100% {
    opacity: 1;
    margin-top: 23.39901vh;
  }
  /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes fadeInDown {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeInDown {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes fadeInHeader {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 0.96;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeInHeader {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 0.96;
    transform: translateY(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes fadeInTxtLeft {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateX(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeInTxtLeft {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
    transform: translateX(0);
  }
  /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes contentsSlideUp {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(100vh);
  }
  /*アニメーション開始時は不透明度0%*/
  98% {
    opacity: 1;
    transform: translateY(28vw);
  }
  100% {
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes contentsSlideUp {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(100vh);
  }
  /*アニメーション開始時は不透明度0%*/
  98% {
    opacity: 1;
    transform: translateY(28vw);
  }
  100% {
  }
  /*アニメーション終了時は不透明度100%*/
}

@-webkit-keyframes scrollAnimation {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: translateY(-410px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(410px);
  }
}

@keyframes scrollAnimation {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: translateY(-410px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(410px);
  }
}

@-webkit-keyframes pageTopAnimation {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: translateY(18.93333vw);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-18.93333vw);
  }
}

@keyframes pageTopAnimation {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: translateY(18.93333vw);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-18.93333vw);
  }
}

@-webkit-keyframes pageTopAnimationPC {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: translateY(71px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-71px);
  }
}

@keyframes pageTopAnimationPC {
  /*animetion-nameで設定した値を書く*/
  0% {
    transform: translateY(71px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-71px);
  }
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.15em;
  line-height: 1.75;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-feature-settings: "palt";
  font-size: 3.2vw;
  color: #242424;
}

@media (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  background: #F2F1ED;
  position: fixed;
  top: 0;
  opacity: 0.96;
  z-index: 3;
}

@media (min-width: 769px) {
  .header {
    min-width: 950px;
  }
}

@media all and (-ms-high-contrast: none), print {
  .header {
    display: flex;
  }
}

.header__telop {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D55A5A;
  color: #fff;
  text-align: center;
}

.header__linkItem > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .header__linkItem > a {
    transition: 0.3s ease-in-out;
  }
  .header__linkItem > a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .header__linkItem--facebook {
    display: none;
  }
}

@media (min-width: 769px) {
  .header__linkItem--facebook > a {
    width: 9px;
  }
}

@media (max-width: 768px) {
  .header__linkItem--instagram {
    display: none;
  }
}

@media (min-width: 769px) {
  .header__linkItem--instagram {
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  .header__linkItem--instagram > a {
    width: 17px;
  }
}

.header__linkItem--english {
  font-family: 'Libre Baskerville', serif;
  width: 13.86667vw;
}

@media (min-width: 769px) {
  .header__linkItem--english {
    width: 47px;
    font-size: 9px;
    margin-left: 20px;
  }
}

.header__otherLinks {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .header__otherLinks {
    order: 2;
    margin-left: auto;
    margin-right: 4.26667vw;
  }
}

@media (min-width: 769px) {
  .header__otherLinks {
    min-width: 112px;
    margin-left: 28px;
  }
}

.header__logo {
  width: 56vw;
}

@media (max-width: 768px) {
  .header__logo {
    margin-left: 2.93333vw;
    order: 1;
  }
}

@media (min-width: 769px) {
  .header__logo {
    width: 342px;
  }
}

.header__logo > a {
  display: block;
}

@media (min-width: 769px) {
  .header__logo > a {
    transition: 0.3s ease-in-out;
  }
  .header__logo > a:hover {
    opacity: 0.6;
  }
}

.header__inner {
  padding: 2.4vw 0 3.46667vw;
  display: flex;
}

@media (max-width: 768px) {
  .header__inner {
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .header__inner {
    padding: 0 18px 0 14px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 76px;
  }
}

@media all and (-ms-high-contrast: none), print {
  .header__inner {
    /*padding:30px 18px 10px 25px;*/
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 76px;
  }
}

.telopBox + .header {
  margin-top: 16.53333vw;
}

@media (min-width: 769px) {
  .telopBox + .header {
    margin-top: 30px;
  }
}

.telopBox2 + .header {
  margin-top: 33.06667vw;
}

@media (min-width: 769px) {
  .telopBox2 + .header {
    margin-top: 60px;
  }
}

.telopBox3 + .header {
  margin-top: 49.6vw;
}

@media (min-width: 769px) {
  .telopBox3 + .header {
    margin-top: 90px;
  }
}

.footer {
  background: #F2F1ED;
  margin-top: 24vw;
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .footer {
    margin-top: 60px;
    min-width: 950px;
  }
}

.footer__pageTopTxt {
  display: inline-block;
  transform: rotate(90deg);
  font-family: 'Libre Baskerville', serif;
  font-size: 2.66667vw;
  white-space: nowrap;
  position: absolute;
  bottom: 10.66667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .footer__pageTopTxt {
    bottom: 0;
    font-size: 1rem;
  }
}

.footer__pageTopIcon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 18.93333vw;
  overflow: hidden;
}

@media (min-width: 769px) {
  .footer__pageTopIcon {
    height: 71px;
  }
}

.footer__pageTopIcon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #242424;
  position: absolute;
}

@media (max-width: 768px) {
  .footer__pageTopIcon::before {
    -webkit-animation: pageTopAnimation 2s cubic-bezier(0, 0.55, 0.45, 1) 0s infinite;
    animation: pageTopAnimation 2s cubic-bezier(0, 0.55, 0.45, 1) 0s infinite;
  }
}

@media (min-width: 769px) {
  .footer__pageTopIcon::before {
    -webkit-animation: pageTopAnimationPC 2s cubic-bezier(0, 0.55, 0.45, 1) 0s infinite;
    animation: pageTopAnimationPC 2s cubic-bezier(0, 0.55, 0.45, 1) 0s infinite;
  }
}

.footer__pageTop {
  width: 13px;
  height: 91px;
  right: 2.70864%;
  display: block;
  z-index: 2;
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.footer__pageTop.show {
  opacity: 1;
  pointer-events: inherit;
}

@media (max-width: 768px) {
  .footer__pageTop {
    width: 3.46667vw;
    height: 34.93333vw;
    right: 3.46667vw;
    bottom: 14.66667vw;
  }
}

@media (min-width: 769px) {
  .footer__pageTop {
    bottom: 100px;
    transition: 0.3s ease-in-out;
  }
  .footer__pageTop:hover {
    opacity: 0.6;
  }
}

@media (min-width: 769px) {
  .footer__logo--ncg {
    width: 395px;
    margin: 0 auto;
  }
}

.footer__logo--jr {
  width: 48vw;
}

@media (max-width: 768px) {
  .footer__logo--jr {
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .footer__logo--jr {
    width: 200px;
    transform: translateY(-2px);
  }
}

.footer__logo > a {
  display: block;
}

@media (min-width: 769px) {
  .footer__logo > a {
    transition: 0.3s ease-in-out;
  }
  .footer__logo > a:hover {
    opacity: 0.6;
  }
}

.footer__linkIcon {
  display: block;
}

.footer__linkIcon--facebook {
  width: 2.66667vw;
}

.footer__linkIcon--instagram {
  width: 5.33333vw;
}

.footer__bnrPageNationBody {
  position: static;
  display: inline-block;
}

.footer__bnrPageNationBody .swiper-pagination-bullet {
  margin: 0 5px 0;
}

.footer__bnrPageNationBody .swiper-pagination-bullet-active {
  background: #242424;
}

.footer__bnrPageNation {
  text-align: center;
  margin-top: 3.46667vw;
}

@media (min-width: 769px) {
  .footer__bnrPageNation {
    margin-top: 13px;
  }
}

.footer__bnrBtn {
  top: 40px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.footer__bnrBtn--prev {
  background-image: url("/assets/img/common/icon_prev.png");
  left: -55px;
}

.footer__bnrBtn--next {
  background-image: url("/assets/img/common/icon_next.png");
  right: -55px;
}

.footer__bnrSlider {
  margin: 0 auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .footer__bnrSlider {
    overflow: hidden;
  }
}

@media (min-width: 769px) {
  .footer__bnrSlider {
    width: 800px;
  }
}

@media (min-width: 769px) {
  .footer__bnrSlider .swiper-slide {
    transition: 0.3s ease-in-out;
  }
  .footer__bnrSlider .swiper-slide:hover {
    opacity: 0.6;
  }
}

.footer__bnrSlider .swiper-slide > a {
  display: block;
}

@media (max-width: 768px) {
  .footer__bnrSlider .swiper-container {
    width: 100%;
    max-width: 69.33333vw !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 769px) {
  .footer__bnrSlider.is-noActive {
    padding-bottom: 11px;
  }
  .footer__bnrSlider.is-noActive .footer__bnrPageNation,
  .footer__bnrSlider.is-noActive .footer__bnrBtn {
    display: none;
  }
  .footer__bnrSlider.is-noActive .swiper-wrapper {
    justify-content: center;
  }
  .footer__bnrSlider.is-noActive .swiper-slide {
    flex-shrink: inherit;
    max-width: 260px !important;
  }
  .footer__bnrSlider.is-noActive .swiper-slide:nth-of-type(n+2) {
    margin-left: 10px;
  }
}

.footer__bnrArea {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}

.footer__navItem {
  color: #908E87;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
}

@media (min-width: 769px) {
  .footer__navItem {
    justify-content: center;
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  .footer__navItem > a {
    transition: 0.3s ease-in-out;
  }
  .footer__navItem > a:hover {
    opacity: 0.6;
  }
}

.footer__navItem::before {
  width: 4px;
  height: 1px;
  background: #908E87;
  content: '';
  display: block;
  margin-right: 1px;
}

@media (max-width: 768px) {
  .footer__navItem:nth-of-type(n+2):not(.footer__navItem--sns) {
    margin-top: 2.4vw;
  }
}

@media (min-width: 769px) {
  .footer__navItem:nth-of-type(n+2):not(.footer__navItem--sns) {
    margin-left: 13px;
  }
}

.footer__navItem--sns {
  width: 12.53333vw;
  margin-top: 3.46667vw;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .footer__navItem--sns {
    display: none;
  }
}

.footer__navItem--sns::before {
  display: none;
}

@media (min-width: 769px) {
  .footer__navBody {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer__nav {
    margin-top: 4.8vw;
  }
}

.footer__copyright {
  display: block;
}

@media (min-width: 769px) {
  .footer__copyright {
    width: 306px;
    height: 9px;
  }
}

.footer__copyright > small {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .footer__copyright > small {
    width: 81.6vw;
    margin: 0 auto;
  }
}

.footer__copyright > small > img {
  display: block;
}

.footer__copyrightArea {
  padding: 5.33333vw;
  width: 100%;
  background: #fff;
}

@media (min-width: 769px) {
  .footer__copyrightArea {
    padding: 0 18px 0 24px;
    height: 64px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.footer__inner {
  padding: 6.66667vw 8.26667vw 7.2vw;
}

@media (min-width: 769px) {
  .footer__inner {
    padding: 23px 0 32px;
  }
}

.infoItem {
  display: block;
}

@media (min-width: 769px) {
  .infoItem {
    transition: 0.3s ease-in-out;
  }
  .infoItem:hover {
    opacity: 0.6;
  }
}

.infoItem__thumb--topInfo {
  height: 59.2vw;
}

@media (min-width: 769px) {
  .infoItem__thumb--topInfo {
    height: 233px;
  }
}

.infoItem__thumb--topInfo > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.infoItem__infoTag {
  width: 23.46667vw;
  height: 5.6vw;
  background-color: #efefef;
  color: #fff;
  display: flex;
  font-size: 2.93333vw;
  justify-content: center;
  align-items: center;
  font-family: 'Libre Baskerville', serif;
  position: absolute;
  top: -2.66667vw;
  left: 0;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .infoItem__infoTag {
    width: 98px;
    height: 21px;
    font-size: 1.2rem;
    top: -10px;
  }
}

.infoItem__infoTag--event {
  background-color: #19902B;
}

.infoItem__infoTag--shopNews {
  background-color: #C9462D;
}

.infoItem__infoTag--news {
  background-color: #c6a931;
}

.infoItem__infoTag--column {
  background-color: #2088B7;
}

.infoItem__txt--topInfo {
  overflow: hidden;
  width: 100%;
  height: 11.46667vw;
  /*&.js-txtOverFlow{
        overflow: hidden;
        width: 100%;
        height: pxToVw(43px);
        @include pc{
          height: 49px;
        }
      }*/
}

@media (min-width: 769px) {
  .infoItem__txt--topInfo {
    height: 49px;
  }
}

.infoItem__infoDate {
  color: #B2B2B2;
  font-family: 'Libre Baskerville', serif;
  font-size: 2.66667vw;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .infoItem__infoDate {
    font-size: 1.2rem;
  }
}

.infoItem__desc {
  padding: 8.53333vw 6.4vw 4.53333vw;
  background: #fff;
  position: relative;
}

@media (min-width: 769px) {
  .infoItem__desc {
    padding: 26px 6.81818%;
  }
}

main {
  margin-top: 74px;
}

@media (max-width: 768px) {
  main {
    margin-top: 28vw;
  }
}

.container {
  max-width: 1090px;
  margin: 0px auto;
  word-break: break-word;
}

@media (max-width: 1110px) {
  .container {
    padding: 0px 10px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0px 5.33333vw;
  }
}

#box_ttl_page {
  padding-top: 90px;
}

@media (max-width: 768px) {
  #box_ttl_page {
    padding-top: 10.66667vw;
  }
}

#box_ttl_page .ttl_page {
  font-family: 'Libre Baskerville', serif;
  color: #000000;
  font-size: 6.6rem;
  letter-spacing: 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  #box_ttl_page .ttl_page {
    font-size: 8vw;
    line-height: 1.3;
  }
}

#box_ttl_page .ttl_page .ja {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  display: block;
}

@media (max-width: 768px) {
  #box_ttl_page .ttl_page .ja {
    font-size: 3.2vw;
  }
}

.telopBox + .header + main {
  margin-top: 110px;
}

@media (max-width: 768px) {
  .telopBox + .header + main {
    margin-top: 44.53333vw;
  }
}

.telopBox2 + .header + main {
  margin-top: 140px;
}

@media (max-width: 768px) {
  .telopBox2 + .header + main {
    margin-top: 61.33333vw;
  }
}

.telopBox3 + .header + main {
  margin-top: 170px;
}

@media (max-width: 768px) {
  .telopBox3 + .header + main {
    margin-top: 78.13333vw;
  }
}

#breadcrumb {
  margin-top: 55px;
}

@media (max-width: 768px) {
  #breadcrumb {
    margin-top: 9.33333vw;
  }
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

#breadcrumb li {
  color: #B2B2B2;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 1.2rem;
  position: relative;
  margin-right: 26px;
}

@media (max-width: 768px) {
  #breadcrumb li {
    font-size: 3.2vw;
    margin-right: 5.86667vw;
  }
}

#breadcrumb li:last-child {
  margin-right: 0;
}

#breadcrumb li:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #65745A;
}

@media (max-width: 768px) {
  #breadcrumb li:after {
    right: -3.73333vw;
  }
}

#breadcrumb li:last-child:after {
  display: none;
}

#breadcrumb a {
  color: #65745A;
  text-decoration: underline;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

.block__ttl {
  border-top: 3px solid #D0CFCE;
  border-bottom: 1px solid #D0CFCE;
  padding: 30px 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .block__ttl {
    border-top: 2px solid #D0CFCE;
    margin-top: 6.66667vw;
    padding: 6.4vw 0 0;
  }
}

.btn__type01 {
  background: #65745A;
  font-size: 1.4rem;
  width: 220px;
  height: 38px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .btn__type01 {
    font-size: 4.26667vw;
    width: 43.2vw;
    height: 10.13333vw;
    margin: 8vw auto 0;
  }
}

.btn__type01.en {
  font-family: 'Libre Baskerville', serif;
}

.btn__type01 a {
  color: #E2DFD6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .btn__type01 a:hover {
    opacity: 0.7;
  }
}

.btn__type02 {
  background: #65745A;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 2.0rem;
  width: 536px;
  height: 70px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .btn__type02 {
    font-size: 5.33333vw;
    width: 100%;
    height: 16vw;
  }
}

.btn__type02 a {
  color: #E2DFD6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .btn__type02 a:hover {
    opacity: 0.7;
  }
}

.js-fadeIn.-default {
  opacity: 0;
}

.js-fadeIn.-default.is-active {
  -webkit-animation: fadeIn 0.5s 1s forwards;
  animation: fadeIn 0.5s 1s forwards;
}

.js-fadeIn.-txt {
  opacity: 0;
}

.js-fadeIn.-txt .txt-move {
  opacity: 0;
  display: inline-block;
}

.js-fadeIn.-txt.is-active {
  opacity: 1;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(1) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.5s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.5s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(2) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.6s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.6s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(3) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.7s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.7s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(4) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.8s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.8s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(5) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.9s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0.9s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(6) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(7) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.1s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.1s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(8) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.2s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(9) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.3s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.3s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(10) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.4s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(11) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.5s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.5s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(12) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.6s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.6s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(13) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.7s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.7s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(14) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.8s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.8s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(15) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.9s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 1.9s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(16) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(17) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.1s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.1s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(18) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.2s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.2s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(19) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.3s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.3s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(20) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.4s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.4s forwards;
}

.js-fadeIn.-txt.is-active .txt-move:nth-child(21) {
  -webkit-animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.5s forwards;
  animation: fadeInTxtLeft 0.8s cubic-bezier(0, 0.55, 0.45, 1) 2.5s forwards;
}

.js-fadeIn.-txtDelay {
  opacity: 0;
}

.js-fadeIn.-txtDelay .txt-move {
  opacity: 0;
  display: inline-block;
}

.js-fadeIn.-txtDelay.is-active {
  opacity: 1;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(1) {
  -webkit-animation: fadeInTxtLeft 0.8s 1.5s forwards;
  animation: fadeInTxtLeft 0.8s 1.5s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(2) {
  -webkit-animation: fadeInTxtLeft 0.8s 1.6s forwards;
  animation: fadeInTxtLeft 0.8s 1.6s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(3) {
  -webkit-animation: fadeInTxtLeft 0.8s 1.7s forwards;
  animation: fadeInTxtLeft 0.8s 1.7s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(4) {
  -webkit-animation: fadeInTxtLeft 0.8s 1.8s forwards;
  animation: fadeInTxtLeft 0.8s 1.8s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(5) {
  -webkit-animation: fadeInTxtLeft 0.8s 1.9s forwards;
  animation: fadeInTxtLeft 0.8s 1.9s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(6) {
  -webkit-animation: fadeInTxtLeft 0.8s 2s forwards;
  animation: fadeInTxtLeft 0.8s 2s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(7) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.1s forwards;
  animation: fadeInTxtLeft 0.8s 2.1s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(8) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.2s forwards;
  animation: fadeInTxtLeft 0.8s 2.2s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(9) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.3s forwards;
  animation: fadeInTxtLeft 0.8s 2.3s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(10) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.4s forwards;
  animation: fadeInTxtLeft 0.8s 2.4s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(11) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.5s forwards;
  animation: fadeInTxtLeft 0.8s 2.5s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(12) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.6s forwards;
  animation: fadeInTxtLeft 0.8s 2.6s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(13) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.7s forwards;
  animation: fadeInTxtLeft 0.8s 2.7s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(14) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.8s forwards;
  animation: fadeInTxtLeft 0.8s 2.8s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(15) {
  -webkit-animation: fadeInTxtLeft 0.8s 2.9s forwards;
  animation: fadeInTxtLeft 0.8s 2.9s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(16) {
  -webkit-animation: fadeInTxtLeft 0.8s 3s forwards;
  animation: fadeInTxtLeft 0.8s 3s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(17) {
  -webkit-animation: fadeInTxtLeft 0.8s 3.1s forwards;
  animation: fadeInTxtLeft 0.8s 3.1s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(18) {
  -webkit-animation: fadeInTxtLeft 0.8s 3.2s forwards;
  animation: fadeInTxtLeft 0.8s 3.2s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(19) {
  -webkit-animation: fadeInTxtLeft 0.8s 3.3s forwards;
  animation: fadeInTxtLeft 0.8s 3.3s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(20) {
  -webkit-animation: fadeInTxtLeft 0.8s 3.4s forwards;
  animation: fadeInTxtLeft 0.8s 3.4s forwards;
}

.js-fadeIn.-txtDelay.is-active .txt-move:nth-child(21) {
  -webkit-animation: fadeInTxtLeft 0.8s 3.5s forwards;
  animation: fadeInTxtLeft 0.8s 3.5s forwards;
}

@media (max-width: 768px) {
  .visiblePC {
    display: none;
  }
}

@media (min-width: 769px) {
  .visibleSP {
    display: none;
  }
}

.telopBox {
  width: 100%;
  min-height: 8.53333vw;
  padding: 2.66667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D55A5A;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 5;
}

@media (min-width: 769px) {
  .telopBox {
    padding: 2px 10px;
    min-height: 30px;
  }
}

.telopBox2 {
  top: 16.53333vw;
}

@media (min-width: 769px) {
  .telopBox2 {
    top: 30px;
  }
}

.telopBox3 {
  top: 33.06667vw;
}

@media (min-width: 769px) {
  .telopBox3 {
    top: 60px;
  }
}

@media all and (-ms-high-contrast: none), print {
  .wrapper {
    min-width: 950px;
    overflow: hidden;
  }
}

@media (min-width: 769px) {
  main {
    min-width: 950px;
  }
}

.text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ncgNav__item {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.ncgNav__item a {
  display: flex;
  /* &::before,*/
  /*&::before{
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        opacity: 0;
      }*/
}

@media (min-width: 769px) {
  .ncgNav__item a {
    transition: 0.3s ease-in-out;
  }
  .ncgNav__item a:hover {
    opacity: 0.6;
  }
}

.ncgNav__item a::after {
  content: '';
  display: block;
  position: absolute;
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.ncgNav__item a::after {
  width: 10.66667vw;
  height: 2px;
  background: #65745A;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  bottom: -3.46667vw;
}

@media (min-width: 769px) {
  .ncgNav__item a::after {
    width: 40px;
    height: 2px;
    bottom: -12px;
  }
}

.ncgNav__item .ncgNav__img {
  transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  position: relative;
}

.ncgNav__item .ncgNav__img--default {
  opacity: 1;
}

.ncgNav__item .ncgNav__img--current {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none), print {
  .ncgNav__item .ncgNav__img--current {
    display: none;
  }
}

.ncgNav__item .ncgNav__img img {
  -webkit-backface-visibility: hidden;
}

.ncgNav__item.current .ncgNav__img--default {
  opacity: 0;
}

.ncgNav__item.current .ncgNav__img--current {
  opacity: 1;
}

@media all and (-ms-high-contrast: none), print {
  .ncgNav__item.current .ncgNav__img--current {
    display: block;
  }
}

@media (max-width: 768px) {
  .ncgNav__item--information {
    padding-right: 3.73333vw;
  }
}

.ncgNav__item--information a {
  width: 19.2vw;
}

@media (min-width: 769px) {
  .ncgNav__item--information a {
    width: 72px;
  }
}

@media (max-width: 768px) {
  .ncgNav__item--information a .ncgNav__img--current {
    width: 19.2vw;
    right: auto;
  }
}

@media (min-width: 769px) {
  .ncgNav__item--information a .ncgNav__img--current {
    width: 72px;
    height: 52px;
  }
}

@media (max-width: 768px) {
  .ncgNav__item--information a::after {
    left: -3.2vw;
  }
}

.ncgNav__item--shopGuide {
  padding: 0 5.06667vw 0 4vw;
}

@media (min-width: 769px) {
  .ncgNav__item--shopGuide {
    padding: 0 5px 0 19px;
  }
}

.ncgNav__item--shopGuide a {
  width: 14.93333vw;
}

@media (min-width: 769px) {
  .ncgNav__item--shopGuide a {
    width: 56px;
    height: 52px;
  }
}

.ncgNav__item--shopGuide a .ncgNav__img--current {
  width: 14.93333vw;
  height: 12.26667vw;
  left: -0.8vw;
}

@media (min-width: 769px) {
  .ncgNav__item--shopGuide a .ncgNav__img--current {
    width: 56px;
    height: 52px;
    left: 16px;
  }
}

@media (min-width: 769px) {
  .ncgNav__item--shopGuide a::after {
    left: 12px;
  }
}

.ncgNav__item--concept {
  padding: 0 7.2vw 0 5.86667vw;
}

@media (min-width: 769px) {
  .ncgNav__item--concept {
    padding: 0 15px 0 28px;
  }
}

.ncgNav__item--concept a {
  width: 10.66667vw;
}

@media (min-width: 769px) {
  .ncgNav__item--concept a {
    width: 40px;
  }
}

.ncgNav__item--access {
  padding: 0 0 0 9.86667vw;
}

@media (min-width: 769px) {
  .ncgNav__item--access {
    padding: 0 32px 0 30px;
  }
}

.ncgNav__item--access a {
  width: 8.53333vw;
}

@media (min-width: 769px) {
  .ncgNav__item--access a {
    width: 32px;
  }
}

.ncgNav__item:nth-of-type(n+2)::before, .ncgNav__item:nth-of-type(n+2)::after {
  height: 100%;
  background: #DEDBD0;
  content: '';
  display: block;
  position: absolute;
  transform: rotate(18deg);
  left: 0;
  top: 0;
}

.ncgNav__item:nth-of-type(n+2)::before {
  width: 1px;
}

@media (min-width: 769px) {
  .ncgNav__item:last-of-type::after {
    width: 1px;
    left: auto;
    right: 0;
  }
}

.ncgNav__list {
  display: flex;
}

@media (max-width: 768px) {
  .ncgNav__list {
    padding: 0 2.93333vw;
    margin-top: 1.6vw;
  }
}

@media (min-width: 769px) {
  .ncgNav__list {
    justify-content: space-between;
    height: 52px;
  }
}

@media (min-width: 769px) {
  .ncgNav__list--header {
    min-width: 373px;
  }
}

@media (max-width: 768px) {
  .ncgNav--header {
    width: 100vw;
    order: 3;
  }
}

@media (min-width: 769px) {
  .ncgNav--header {
    margin-left: auto;
  }
}

@media all and (-ms-high-contrast: none), print {
  .ncgNav--header {
    width: 373px;
  }
}

#information .ncgNav__item--information a::after, #information__detail .ncgNav__item--information a::after, #information__archive .ncgNav__item--information a::after {
  opacity: 1;
}

#shopguide .ncgNav__item--shopGuide a::after {
  opacity: 1;
}

@media (max-width: 768px) {
  #shopguide .ncgNav__item--shopGuide a::after {
    transform: translateX(-0.8vw);
  }
}

#concept .ncgNav__item--concept a::after {
  opacity: 1;
  transform: translateX(6px);
}

@media (max-width: 768px) {
  #concept .ncgNav__item--concept a::after {
    transform: translateX(-0.53333vw);
  }
}

#concept .ncgNav__img--current img {
  width: 40px;
  height: 52px;
  transform: translate(28px, 0px);
}

@media (max-width: 768px) {
  #concept .ncgNav__img--current img {
    width: 10.66667vw;
    height: 12vw;
    transform: translate(5.86667vw, 0.26667vw);
  }
}

@media (max-width: 768px) {
  #concept .ncgNav__img--current source {
    width: 10.66667vw;
    height: 12vw;
    transform: translate(5.86667vw, 0.26667vw);
  }
}

#access .ncgNav__item--access a::after {
  opacity: 1;
}

@media (max-width: 768px) {
  #access .ncgNav__item--access a::after {
    transform: translateX(5.06667vw);
  }
}

#access .ncgNav__img--current img {
  width: 32px;
  height: 45px;
  transform: translate(30px, 7px);
}

@media (max-width: 768px) {
  #access .ncgNav__img--current img {
    width: 8.53333vw;
    height: 11.46667vw;
    transform: translate(9.86667vw, 0.8vw);
  }
}

@media (max-width: 768px) {
  #access .ncgNav__img--current source {
    width: 8.53333vw;
    height: 11.46667vw;
    transform: translate(9.86667vw, 0.8vw);
  }
}

.article__thumb {
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.article__thumb:before {
  content: "";
  display: block;
  padding-top: 66.3%;
}

.article__thumb-bg {
  position: absolute;
  width: 105%;
  height: 105%;
  top: 0px;
  left: 0px;
  background-size: cover;
  filter: blur(10px);
  opacity: 0.6;
  overflow: hidden;
  margin: -10px;
}

@media all and (-ms-high-contrast: none) {
  .article__thumb-bg {
    /* ここに書く */
    opacity: 0.4;
  }
}

.article__thumb-img {
  transition: 0.3s;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

/*# sourceMappingURL=map/common.css.map */
