@charset "UTF-8";
/**
  *  mixin
  */
.contents-wrap {
  font-family: YakuHanJP, YakuHanMP;
}

.txt-hiragino {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.txt-Noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.txt-Zen {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

/*------------------------------------------
ヘッダー
-------------------------------------------*/
#header .header-fix-wrap {
  _position: static;
}

@media screen and (max-width: 767px) {
  .HeaderBody.is-fixed {
    _position: static;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

/*---------------------------
-------------------------------------------*/
.japanweeks .fadein {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.4s linear;
}

.japanweeks .fadein.is-scroll {
  transform: translateY(0);
  opacity: 1;
}

/*------------------------------------------
フェードの上がり方
-------------------------------------------*/
.japanweeks .fadein {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1.3s;
}

.japanweeks .animeimg.is-Up.anime01 {
  opacity: 0;
  -webkit-animation: anime01 1s ease-in-out forwards;
  animation: anime01 1s ease-in-out forwards;
}

.japanweeks .animeimg.is-Up.anime02 {
  opacity: 0;
  -webkit-animation: anime01 1.8s ease-in-out forwards;
  animation: anime01 1.8s ease-in-out forwards;
}

.japanweeks .animeimg.is-Up.anime03 {
  opacity: 0;
  -webkit-animation: anime01 2.6s ease-in-out forwards;
  animation: anime01 2.6s ease-in-out forwards;
}

.japanweeks .animein.is-Up {
  opacity: 0;
  -webkit-animation: anime01 3.6s ease-in-out forwards;
  animation: anime01 3.6s ease-in-out forwards;
}

@-webkit-keyframes fadeinUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes anime01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes move01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------------
右から左
-------------------------------------------*/
.japanweeks .sliderightIn {
  transform: translateX(30px);
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1), 0.8s;
}

.japanweeks .sliderightIn.is-scroll {
  transform: translateX(0);
  opacity: 1;
}

/*------------------------------------------
左から右
-------------------------------------------*/
.japanweeks .slideleftIn {
  transform: translateX(-30px);
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1), 0.8s;
}

.japanweeks .slideleftIn.is-scroll {
  transform: translateX(0);
  opacity: 1;
}

/*------------------------------------------
打ち消す
-------------------------------------------*/
/*---全体-----*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}

.japanweeks img {
  width: 100%;
}

/*---打ち消す-----*/
.contents {
  overflow-x: clip !important;
}

.pageGuide {
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pageGuide {
    z-index: 10;
  }
}

/*------------------------------------------
ジャパンウィークス mvテキスト
-------------------------------------------*/
.mv-txt-box {
  position: relative;
  margin-top: -120px;
  padding: 30px 0 30px;
  background: #F1F0EE;
}
@media screen and (max-width: 767px) {
  .mv-txt-box {
    margin-top: -140px;
  }
}
.mv-txt-box .japanweeks-contents-inner {
  position: relative;
}
.mv-txt-box .japanweeks-contents-inner::before {
  position: absolute;
  content: "";
  width: 206px;
  height: 123px;
  background: url(/shinsaibashi/japanweeks/assets/img/ougi.png) no-repeat;
  background-size: 206px auto;
  top: -110px;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .mv-txt-box .japanweeks-contents-inner::before {
    display: none;
  }
}

.mv-date {
  margin: 0 auto;
  width: 405px;
}
@media screen and (max-width: 767px) {
  .mv-date {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .mv-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-title {
    margin: 0 auto 16px;
    width: 80%;
  }
  .mv-title::after {
    position: relative;
    display: block;
    content: "";
    background: url(/shinsaibashi/japanweeks/assets/img/ougi.png) no-repeat;
    margin-top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 105px;
    height: 62px;
    background-size: 105px auto;
  }
}

/*------------------------------------------
/*------------------------------------------
ジャパンウィークス
-------------------------------------------*/
.japanweeks {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  z-index: 2;
  color: #251E1C;
  background: #fff;
  line-height: 1.6;
  /*------------------------------------------
  インナー
  -------------------------------------------*/
  /*------------------------------------------
  イントロテキスト
  -------------------------------------------*/
  /*------------------------------------------
  演奏イベント
  -------------------------------------------*/
  /*------------------------------------------
  コンテンツ内
  -------------------------------------------*/
}
.japanweeks p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .japanweeks p {
    font-size: 1.4rem !important;
  }
}
.japanweeks .japanweeks-inner {
  margin: 0 auto;
  max-width: 970px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-inner {
    padding: 0 4%;
  }
}
.japanweeks .japanweeks-contents-inner {
  margin: 0 auto;
  max-width: 860px;
}
.japanweeks .japanweeks-intro {
  padding: 40px 0 54px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-intro {
    padding: 30px 0 34px;
  }
}
.japanweeks .japanweeks-intro .introtxt {
  margin-bottom: 56px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-intro .introtxt {
    font-size: 1.4rem !important;
    margin-bottom: 30px;
  }
}
.japanweeks .intro-txt-box {
  position: relative;
  padding: 50px 0;
  background-color: #BCB79C;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box {
    padding: 40px 6%;
  }
}
.japanweeks .intro-txt-box::before, .japanweeks .intro-txt-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 99px;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box::before, .japanweeks .intro-txt-box::after {
    width: 100%;
    height: 82px;
  }
}
.japanweeks .intro-txt-box::before {
  top: 0;
  background: url(/shinsaibashi/japanweeks/assets/img/intro_ue_pc.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box::before {
    background: url(/shinsaibashi/japanweeks/assets/img/intro_ue_sp.png) no-repeat top;
    background-size: cover;
  }
}
.japanweeks .intro-txt-box::after {
  bottom: 0;
  background: url(/shinsaibashi/japanweeks/assets/img/intro_sita_pc.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box::after {
    background: url(/shinsaibashi/japanweeks/assets/img/intro_sita_sp.png) no-repeat top;
    background-size: cover;
  }
}
.japanweeks .intro-txt-box h3 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 2.7rem;
  color: #B53C2C;
  font-weight: 600;
  border-bottom: solid 2px #BCB79C;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box h3 {
    margin-bottom: 15px;
    font-size: 2.1rem !important;
  }
}
.japanweeks .intro-txt-box h3::before, .japanweeks .intro-txt-box h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  width: 98px;
  height: 108px;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box h3::before, .japanweeks .intro-txt-box h3::after {
    width: 63px;
    height: 37px;
  }
}
.japanweeks .intro-txt-box h3::before {
  left: 40px;
  background: url(/shinsaibashi/japanweeks/assets/img/intro_tp_pc.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box h3::before {
    display: none;
  }
}
.japanweeks .intro-txt-box h3::after {
  transform: scale(-1, 1);
  right: 40px;
  background: url(/shinsaibashi/japanweeks/assets/img/intro_tp_pc.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box h3::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box h3 span.txt-s {
    font-size: 1.7rem !important;
  }
}
.japanweeks .intro-txt-box p {
  padding: 0 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box p {
    padding: 0;
    font-size: 1.4rem !important;
  }
}
.japanweeks .intro-txt-box p span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box p span {
    font-size: 1.2rem !important;
  }
}
.japanweeks .intro-txt-box p + p {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box p + p {
    margin-top: 15px;
  }
}
.japanweeks .intro-txt-box-inner {
  position: relative;
  margin: 0 auto;
  max-width: 770px;
  padding: 40px 103px;
  background-color: #F8F5F6;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .japanweeks .intro-txt-box-inner {
    padding: 40px 9%;
    border-radius: 80px;
  }
}
.japanweeks .japanweeks-music {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-music {
    margin-bottom: 70px;
    padding: 60px 0;
  }
}
.japanweeks .music-txt-box {
  position: relative;
}
.japanweeks .music-txt-box::before, .japanweeks .music-txt-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 23%;
  width: 70px;
  height: 119px;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box::before, .japanweeks .music-txt-box::after {
    width: 63px;
    height: 37px;
  }
}
.japanweeks .music-txt-box::before {
  left: 20px;
  background: url(/shinsaibashi/japanweeks/assets/img/music_bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box::before {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/shinsaibashi/japanweeks/assets/img/music_bg_sp.png) no-repeat top;
    background-size: cover;
  }
}
.japanweeks .music-txt-box::after {
  transform: scale(-1, 1);
  right: 20px;
  background: url(/shinsaibashi/japanweeks/assets/img/music_bg.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box::after {
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) scale(1, -1);
    background: url(/shinsaibashi/japanweeks/assets/img/music_bg_sp.png) no-repeat top;
    background-size: cover;
  }
}
.japanweeks .music-txt-box h3 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box h3 {
    margin-bottom: 15px;
    font-size: 1.7rem !important;
  }
}
.japanweeks .music-txt-box p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box p {
    padding: 0;
    font-size: 1.4rem !important;
  }
}
.japanweeks .music-txt-box p span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box p span {
    font-size: 1.2rem !important;
  }
}
.japanweeks .music-txt-box-inner {
  position: relative;
  margin: 0 auto;
  padding: 30px 5px 30px 30px;
  max-width: 568px;
  border-top: solid 2px #B53C2C;
  border-bottom: solid 2px #B53C2C;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .japanweeks .music-txt-box-inner {
    padding: 30px 5%;
  }
}
.japanweeks .japanweeks-contents {
  position: relative;
  margin-bottom: 123px;
  /*############################################*/
  /*.sliderset-flex*/
  /*############################################*/
  /*.eventbox*/
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents {
    margin-bottom: 83px;
  }
}
.japanweeks .japanweeks-contents .contents-bg {
  position: relative;
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg {
    padding: 65px 0 80px;
  }
}
.japanweeks .japanweeks-contents .contents-bg.blue::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #CEE0ED url(/shinsaibashi/japanweeks/assets/img/bg_ao.png) no-repeat;
  background-size: 130px;
  background-position: right -40px top -50px;
  margin-left: calc(50% - 100vw);
  border-radius: 0 30px 0 0;
  top: 0;
  left: -50px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1260px) {
  .japanweeks .japanweeks-contents .contents-bg.blue::before {
    margin-left: -50%;
    left: -66px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.blue::before {
    left: 0px;
    background-size: 91px;
    background-position: right -28px top -21px;
    margin-left: calc(50% - 100vw);
  }
}
.japanweeks .japanweeks-contents .contents-bg.blue .japanweeks-contents-txtbox h3 {
  position: relative;
}
.japanweeks .japanweeks-contents .contents-bg.blue .japanweeks-contents-txtbox h3::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #CEE0ED url(/shinsaibashi/japanweeks/assets/img/bg_ao.png) no-repeat;
  background-size: 130px auto;
  top: -50px;
  left: -94px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.blue .japanweeks-contents-txtbox h3::before {
    display: none;
  }
}
.japanweeks .japanweeks-contents .contents-bg.blue.reverse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #CEE0ED url(/shinsaibashi/japanweeks/assets/img/bg_ao.png) no-repeat;
  background-size: 130px;
  background-position: left -40px top -50px;
  margin-left: auto;
  margin-right: calc(50% - 100vw);
  border-radius: 30px 0 0 0;
  top: 0;
  left: 0px;
  right: -55px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1260px) {
  .japanweeks .japanweeks-contents .contents-bg.blue.reverse::before {
    margin-right: -50%;
    right: -70px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.blue.reverse::before {
    right: 0px;
    background-size: 91px;
    background-position: left -28px top -21px;
    margin-right: calc(50% - 100vw);
  }
}
.japanweeks .japanweeks-contents .contents-bg.blue.reverse .japanweeks-contents-txtbox h3 {
  position: relative;
}
.japanweeks .japanweeks-contents .contents-bg.blue.reverse .japanweeks-contents-txtbox h3::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #CEE0ED url(/shinsaibashi/japanweeks/assets/img/bg_ao.png) no-repeat;
  background-size: 130px auto;
  top: -35px;
  left: auto;
  right: -84px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.blue.reverse .japanweeks-contents-txtbox h3::before {
    display: none;
  }
}
.japanweeks .japanweeks-contents .contents-bg.pink::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #EDD9E0 url(/shinsaibashi/japanweeks/assets/img/bg_pink.png) no-repeat;
  background-size: 130px;
  background-position: right -40px top -50px;
  margin-left: calc(50% - 100vw);
  border-radius: 0 30px 0 0;
  top: 0;
  left: -50px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1260px) {
  .japanweeks .japanweeks-contents .contents-bg.pink::before {
    margin-left: -50%;
    left: -66px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.pink::before {
    left: 0px;
    background-size: 91px;
    background-position: right -28px top -21px;
    margin-left: calc(50% - 100vw);
  }
}
.japanweeks .japanweeks-contents .contents-bg.pink .japanweeks-contents-txtbox h3 {
  position: relative;
}
.japanweeks .japanweeks-contents .contents-bg.pink .japanweeks-contents-txtbox h3::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #EDD9E0 url(/shinsaibashi/japanweeks/assets/img/bg_pink.png) no-repeat;
  background-size: 130px auto;
  top: -50px;
  left: -94px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.pink .japanweeks-contents-txtbox h3::before {
    display: none;
  }
}
.japanweeks .japanweeks-contents .contents-bg.pink.reverse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #EDD9E0 url(/shinsaibashi/japanweeks/assets/img/bg_pink.png) no-repeat;
  background-size: 130px;
  background-position: left -40px top -50px;
  margin-left: auto;
  margin-right: calc(50% - 100vw);
  border-radius: 30px 0 0 0;
  top: 0;
  left: 0px;
  right: -55px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1260px) {
  .japanweeks .japanweeks-contents .contents-bg.pink.reverse::before {
    margin-right: -50%;
    right: -70px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.pink.reverse::before {
    right: 0px;
    background-size: 91px;
    background-position: left -28px top -21px;
    margin-right: calc(50% - 100vw);
  }
}
.japanweeks .japanweeks-contents .contents-bg.pink.reverse .japanweeks-contents-txtbox h3 {
  position: relative;
}
.japanweeks .japanweeks-contents .contents-bg.pink.reverse .japanweeks-contents-txtbox h3::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #EDD9E0 url(/shinsaibashi/japanweeks/assets/img/bg_pink.png) no-repeat;
  background-size: 130px auto;
  top: -35px;
  left: auto;
  right: -84px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.pink.reverse .japanweeks-contents-txtbox h3::before {
    display: none;
  }
}
.japanweeks .japanweeks-contents .contents-bg.green::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #D9E5CC url(/shinsaibashi/japanweeks/assets/img/bg_green.png) no-repeat;
  background-size: 130px;
  background-position: right -40px top -50px;
  margin-left: calc(50% - 100vw);
  border-radius: 0 30px 0 0;
  top: 0;
  left: -50px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1260px) {
  .japanweeks .japanweeks-contents .contents-bg.green::before {
    margin-left: -50%;
    left: -66px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.green::before {
    left: 0px;
    background-size: 91px;
    background-position: right -28px top -21px;
    margin-left: calc(50% - 100vw);
  }
}
.japanweeks .japanweeks-contents .contents-bg.green .japanweeks-contents-txtbox h3 {
  position: relative;
}
.japanweeks .japanweeks-contents .contents-bg.green .japanweeks-contents-txtbox h3::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #D9E5CC url(/shinsaibashi/japanweeks/assets/img/bg_green.png) no-repeat;
  background-size: 130px auto;
  top: -50px;
  left: -94px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.green .japanweeks-contents-txtbox h3::before {
    display: none;
  }
}
.japanweeks .japanweeks-contents .contents-bg.green.reverse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #D9E5CC url(/shinsaibashi/japanweeks/assets/img/bg_green.png) no-repeat;
  background-size: 130px;
  background-position: left -40px top -50px;
  margin-left: auto;
  margin-right: calc(50% - 100vw);
  border-radius: 30px 0 0 0;
  top: 0;
  left: 0px;
  right: -55px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1260px) {
  .japanweeks .japanweeks-contents .contents-bg.green.reverse::before {
    margin-right: -50%;
    right: -70px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.green.reverse::before {
    right: 0px;
    background-size: 91px;
    background-position: left -28px top -21px;
    margin-right: calc(50% - 100vw);
  }
}
.japanweeks .japanweeks-contents .contents-bg.green.reverse .japanweeks-contents-txtbox h3 {
  position: relative;
}
.japanweeks .japanweeks-contents .contents-bg.green.reverse .japanweeks-contents-txtbox h3::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  background: #D9E5CC url(/shinsaibashi/japanweeks/assets/img/bg_green.png) no-repeat;
  background-size: 130px auto;
  top: -35px;
  left: auto;
  right: -84px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .contents-bg.green.reverse .japanweeks-contents-txtbox h3::before {
    display: none;
  }
}
.japanweeks .japanweeks-contents .japanweeks-inner {
  position: relative;
}
.japanweeks .japanweeks-contents .main-contents-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 84px;
  padding-bottom: 5px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl {
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span {
    display: block;
  }
}
.japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.main-ttl-l {
  margin-right: 10px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.main-ttl-l {
    margin-right: 8px;
    font-size: 2rem !important;
  }
}
.japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.main-ttl-s {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.main-ttl-s {
    font-size: 1.4rem !important;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.txt-hiragino {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.txt-Noto {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .main-ttl span.txt-Zen {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .category {
    width: 28%;
  }
}
.japanweeks .japanweeks-contents .main-contents-ttl .category span {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #998C68;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .category span {
    margin-right: 20px;
    font-size: 1.2rem !important;
  }
}
.japanweeks .japanweeks-contents .main-contents-ttl .category span::before, .japanweeks .japanweeks-contents .main-contents-ttl .category span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 27px;
  height: 100%;
  line-height: 1.7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .category span::before, .japanweeks .japanweeks-contents .main-contents-ttl .category span::after {
    width: 21px;
  }
}
.japanweeks .japanweeks-contents .main-contents-ttl .category span::before {
  left: -24px;
  background: url(/shinsaibashi/japanweeks/assets/img/taiken_left.png) no-repeat left;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .category span::before {
    left: -20px;
  }
}
.japanweeks .japanweeks-contents .main-contents-ttl .category span::after {
  right: -24px;
  background: url(/shinsaibashi/japanweeks/assets/img/taiken_right.png) no-repeat right;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .main-contents-ttl .category span::after {
    right: -20px;
  }
}
.japanweeks .japanweeks-contents .japanweeks-contents-txtbox {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .japanweeks-contents-txtbox {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.japanweeks .japanweeks-contents .japanweeks-contents-txtbox h3 {
  margin-bottom: 22px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .japanweeks-contents-txtbox h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.japanweeks .japanweeks-contents .japanweeks-contents-txtbox h3 span.marker {
  padding: 0 5px 5px;
  background: linear-gradient(transparent 50%, #FCEB52 50%);
}
.japanweeks .japanweeks-contents .japanweeks-contents-txtbox p span.txt-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .japanweeks-contents-txtbox p span.txt-small {
    font-size: 1.2rem !important;
  }
}
.japanweeks .japanweeks-contents .logo {
  margin-bottom: 30px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo {
    margin-bottom: 24px;
  }
}
.japanweeks .japanweeks-contents .logo img {
  mix-blend-mode: multiply;
}
.japanweeks .japanweeks-contents .logo.nousaku {
  width: 116px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.nousaku {
    width: 85px;
  }
}
.japanweeks .japanweeks-contents .logo.nihonbashikiya {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.nihonbashikiya {
    width: 155px;
  }
}
.japanweeks .japanweeks-contents .logo.yamadaheian {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.yamadaheian {
    width: 200px;
  }
}
.japanweeks .japanweeks-contents .logo.asahido {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.asahido {
    width: 140px;
  }
}
.japanweeks .japanweeks-contents .logo.GionTsujiri {
  width: 310px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.GionTsujiri {
    width: 200px;
  }
}
.japanweeks .japanweeks-contents .logo.RealKitchen {
  width: 102px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.RealKitchen {
    width: 70px;
  }
}
.japanweeks .japanweeks-contents .logo.aroma {
  width: 244px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.aroma {
    width: 170px;
  }
}
.japanweeks .japanweeks-contents .logo.hotellikeinterior {
  width: 325px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.hotellikeinterior {
    width: 250px;
  }
}
.japanweeks .japanweeks-contents .logo.hikosenstyle {
  width: 384px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.hikosenstyle {
    width: 250px;
  }
}
.japanweeks .japanweeks-contents .logo.pokemon {
  width: 312px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .logo.pokemon {
    width: 235px;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.japanweeks .japanweeks-contents .sliderset-flex .flextxt {
  width: 435px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .flextxt {
    width: 100%;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex .flextxt span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .flextxt span {
    font-size: 12px !important;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex .flextxt .profile-name {
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .flextxt .profile-name {
    margin-bottom: 15px;
    font-size: 13px !important;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex .flextxt dl {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .flextxt dl {
    font-size: 12px !important;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex .flextxt dl dt {
  width: 30%;
}
.japanweeks .japanweeks-contents .sliderset-flex .flextxt dl dd {
  width: 70%;
}
.japanweeks .japanweeks-contents .sliderset-flex .fleximg {
  width: 305px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .fleximg {
    margin-bottom: 30px;
    width: 100%;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex .fleximg .fleximg-txt p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .fleximg .fleximg-txt p {
    font-size: 12px !important;
  }
}
.japanweeks .japanweeks-contents .sliderset-flex .fleximg.profileimg {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .sliderset-flex .fleximg.profileimg {
    margin: 0 auto 30px;
    width: 55%;
  }
}
.japanweeks .japanweeks-contents .eventbox {
  margin-top: -70px;
  padding: 36px 0 53px;
  background: #F1F0EE;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .eventbox {
    margin-top: -50px;
    padding: 20px 5% 25px;
  }
}
.japanweeks .japanweeks-contents .eventbox .event-ttl {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 1.8rem;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .eventbox .event-ttl {
    margin-bottom: 20px;
    font-size: 1.6rem !important;
  }
}
.japanweeks .japanweeks-contents .eventbox .event-detail:not(:last-of-type) {
  margin-bottom: 20px;
}
.japanweeks .japanweeks-contents .eventbox .event-detail:last-of-type {
  padding-bottom: 30px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .eventbox .event-detail:last-of-type {
    padding-bottom: 0px;
    font-size: 1.5rem !important;
    border-bottom: none;
  }
}
.japanweeks .japanweeks-contents .eventbox .event-detail h4 {
  margin-bottom: 0.2em;
  font-size: 1.8rem;
  color: #998C68;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .eventbox .event-detail h4 {
    font-size: 1.5rem !important;
  }
}
.japanweeks .japanweeks-contents .eventbox .event-detail p span.txt-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .japanweeks .japanweeks-contents .eventbox .event-detail p span.txt-small {
    font-size: 1.2rem !important;
  }
}
.japanweeks .japanweeks-contents .eventbox .event-detail p + p {
  margin-top: 1em;
}
.japanweeks .japanweeks-contents .eventbox .event-detail a {
  color: #998C68;
}

/*スライダー----------------------------------------------------------------------*/
.japanweeks-slider {
  /* max-width: 1196px;
  margin: 0 auto; */
  /*.slick-dots ドット*/
  /*.japanweeks-slider矢印*/
}
.japanweeks-slider.large {
  margin-bottom: 94px !important;
}
@media screen and (max-width: 767px) {
  .japanweeks-slider.large {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .japanweeks-slider.large.largeunder-noimg {
    margin-bottom: 55px !important;
  }
}
.japanweeks-slider.large-one {
  margin-bottom: 64px !important;
}
.japanweeks-slider.small {
  margin-bottom: 53px !important;
}
@media screen and (max-width: 767px) {
  .japanweeks-slider.small {
    margin-bottom: 40px;
  }
}
.japanweeks-slider.small-one {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .japanweeks-slider.small-one {
    margin-bottom: 20px !important;
  }
}
.japanweeks-slider li.slick-slide {
  max-width: 100%;
  width: 100%;
}
.japanweeks-slider .slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.japanweeks-slider .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 100%;
  border: unset;
  height: 4px;
  display: block;
  cursor: pointer;
}
.japanweeks-slider .slick-dots button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  /* margin: 0px 10px; */
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #251E1C;
  text-align: center;
  opacity: 0.45;
  color: #251E1C;
  -webkit-font-smoothing: antialiased;
}
.japanweeks-slider .slick-dots button .slick-active button:before {
  opacity: 0.75;
  color: #251E1C;
  background: #251E1C;
}
.japanweeks-slider .slick-prev,
.japanweeks-slider .slick-next {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  z-index: 100;
}
.japanweeks-slider .slick-prev:before,
.japanweeks-slider .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  _opacity: 0 !important;
  color: rgba(255, 255, 255, 0) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.japanweeks-slider .slick-prev {
  content: "";
  left: -15px !important;
  background: url(/shinsaibashi/japanweeks/assets/img/slider-arrow-left.png) top center;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  .japanweeks-slider .slick-prev {
    left: 0 !important;
  }
}
.japanweeks-slider .slick-prev:hover, .japanweeks-slider .slick-prev:focus {
  background: url(/shinsaibashi/japanweeks/assets/img/slider-arrow-left.png) top center;
  background-size: 28px;
}
.japanweeks-slider .slick-next {
  content: "";
  right: -15px !important;
  background: url(/shinsaibashi/japanweeks/assets/img/slider-arrow-right.png) top center;
  background-size: 28px;
}
@media screen and (max-width: 767px) {
  .japanweeks-slider .slick-next {
    right: 0 !important;
  }
}
.japanweeks-slider .slick-next:hover, .japanweeks-slider .slick-next:focus {
  background: url(/shinsaibashi/japanweeks/assets/img/slider-arrow-right.png) top center;
  background-size: 28px;
}

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