@charset "UTF-8";
/* Scss Document */
@import "common.css";
/* Scss Document */
/*メディアクエリ*/
/*例*/
.hoge {
  color: blue;
}
@media screen and (max-width: 849px) {
  .hoge {
    color: yellow;
  }
}
@media screen and (max-width: 479px) {
  .hoge {
    color: red;
  }
}

@media screen and (max-width: 1279px) {
  body {
    /*background: skyblue;*/
  }
}
@media screen and (max-width: 849px) {
  body {
    /*background: pink;*/
  }
}
@media screen and (max-width: 479px) {
  body {
    /*background: silver;*/
  }
}

/**************************/
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
@media screen and (max-width: 849px) {
  html {
    font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 63%; /*50*/ /* 16px x 0.625 = 10px(=1rem) */
  }
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.6rem; /* 16px */
  -webkit-text-size-adjust: 100%;
  color: #eeeeee;
  font-family: "游明朝体", YuMincho, serif;
  background: #000000;
}

.Android {
  font-family: "source-han-serif-japanese", serif;
}

.fontGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*テーマカラー*/
.colorYellow {
  color: #cb191d;
  margin: 0 0.5em 0 -0.5em;
  display: inline-block;
}

a,
.colorMain {
  color: #cb191d;
}

a:hover {
  text-decoration: none;
}

.ttlDeco01 {
  font-weight: bold;
  background: url(../images/ttl_deco.png) center 0/100px auto no-repeat;
  font-size: 4rem;
  padding: 40px 0 30px 0;
  line-height: 1.2em;
  text-align: center;
  min-height: 66px;
  color: #dcdcdc;
  text-shadow: 2px 2px 0 #332103, -2px -2px 0 #332103, -2px 2px 0 #332103, 2px -2px 0 #332103, 0px 2px 0 #332103, -2px 0 #332103, -2px 0 0 #332103, 2px 0 0 #332103;
}
@media screen and (max-width: 849px) {
  .ttlDeco01 {
    background: url(../images/ttl_deco.png) center 0/70px auto no-repeat;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 50px;
    font-size: 3.5rem;
    min-height: 50px;
  }
}

.ttlDeco01_2 {
  font-weight: bold;
  background: url(../images/ttl_deco.png) center 0/100px auto no-repeat;
  font-size: 4rem;
  padding: 40px 0 30px 0;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 2px 2px 0 #eee, -2px -2px 0 #eee, -2px 2px 0 #eee, 2px -2px 0 #eee, 0px 2px 0 #eee, -2px 0 #eee, -2px 0 0 #eee, 2px 0 0 #eee;
}
@media screen and (max-width: 479px) {
  .ttlDeco01_2 {
    background: url(../images/ttl_deco.png) center 0/70px auto no-repeat;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 50px;
    font-size: 3.5rem;
    min-height: 50px;
  }
}

.ttlDeco02 {
  font-size: 3rem;
  line-height: 1.6em;
  font-weight: bold;
  margin: 60px auto 0;
  text-align: center;
  align-items: center;
  color: #eee;
}
@media screen and (max-width: 849px) {
  .ttlDeco02 {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 479px) {
  .ttlDeco02 {
    margin: 40px auto 0;
    padding: 0 0 30px 0;
  }
}

.colorBlue {
  color: #00a0e9;
}

.colorRed {
  color: #cb191d !important;
}

.colorOrange {
  color: #fb7e53;
}

.colorPurple {
  color: #ff7bf7;
}

.colorGray {
  color: #484848;
}

.colorWhite {
  color: #fff;
}

.listBox li {
  /*margin-top: 0.3em;
  margin-bottom: 0.3em;*/
  line-height: 1.5em;
  margin: 0.3em 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.txtS {
  font-size: 0.8em;
}

.txtM {
  font-size: 0.9em;
}

.txtL {
  font-size: 1.2em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  margin-left: 1em;
}

.txtThr {
  text-decoration: line-through;
}

.fawesome {
  color: #c8ba9e;
  margin: 0 0.3em 0 0;
}

hr {
  max-width: 500px;
  margin: 3.5em auto 0;
  border: 0;
  border-top: 1px solid #bbb;
}

.hr2 {
  max-width: 500px;
  margin: 5em auto !important;
  border: 0;
  border-top: medium double #bbb;
}

.hr3 {
  max-width: 50px;
  margin: 3em auto;
  border: 0;
  border-top: 1px solid #bbb;
}

.pcNone {
  display: inline-block;
}
@media screen and (max-width: 849px) {
  .pcNone {
    display: none;
  }
}

.spNone {
  display: none;
}
@media screen and (max-width: 849px) {
  .spNone {
    display: inline-block;
  }
}

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

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

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn1 {
  text-align: center;
}
.btn1 a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1.5em;
  transition: all 0.3s;
}
.btn1 a:hover {
  background: #fff;
  color: #000;
}

.bdrDeco {
  border: 1px solid #332103;
  padding: 1em;
}

/********************

header

*********************/
header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.headerWrap {
  height: 60px;
  display: flex;
  /*justify-content: flex-end;*/
  margin-right: auto;
  align-items: center;
  padding: 0 15px 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
.headerWrap > :last-child {
  margin-left: auto;
}
.headerWrap a {
  color: #b9aeae;
  text-decoration: none;
}
.headerWrap .ttlTxt {
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.1em;
  font-weight: 700;
  color: #fff;
}
.headerWrap .ttl {
  margin: 0px 20px 0 0;
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.2em;
  font-weight: 700;
  color: #b9aeae;
}
.headerWrap .ttl .font-16 {
  font-weight: bold;
}
@media screen and (max-width: 849px) {
  .headerWrap .ttl span.font-12 {
    font-size: 1.5rem;
  }
  .headerWrap .ttl span.font-16 {
    font-size: 1.9rem;
  }
}
.headerWrap .ttl .font-12 {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .headerWrap .ttl .font-12 {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 479px) {
  .headerWrap .ttl .font-15 {
    font-size: 16px !important;
  }
}
.headerWrap .navBox {
  background: none;
  padding-top: 5px;
}
@media screen and (max-width: 1030px) {
  .headerWrap .navBox {
    padding-top: 0;
  }
}
@media screen and (max-width: 849px) {
  .headerWrap .navBox {
    background: #fff;
  }
}
@media screen and (max-width: 1030px) {
  .headerWrap .drawer-nav {
    background: #300a00;
  }
}
.headerWrap .navBox .drawer-menu {
  display: flex;
  font-size: 1.35rem;
}
@media screen and (max-width: 1030px) {
  .headerWrap .navBox .drawer-menu {
    display: block;
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.headerWrap .navBox .drawer-menu li {
  font-weight: 8;
  /*                &:last-child a{
                      border-right: none;
                  }*/
}
.headerWrap .navBox .drawer-menu li a {
  font-weight: 8;
  text-decoration: none;
  padding: 8px 10px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1030px) {
  .headerWrap .navBox .drawer-menu li a {
    display: block;
    border-right: none;
  }
}
.headerWrap .navBox .drawer-menu li .noLink {
  text-decoration: none;
  padding: 10px 15px;
  border-right: 1px solid #fff;
  color: #707070;
}
@media screen and (max-width: 1030px) {
  .headerWrap .navBox .drawer-menu li .noLink {
    display: block;
    border-right: none;
  }
}
.headerWrap .navBox .drawer-menu li .noLink .font-12 {
  color: #ffe488;
  font-weight: normal;
}
@media screen and (max-width: 849px) {
  .headerWrap .navBox .drawer-menu li .noLink .font-12 {
    color: #ffe486;
  }
}
.headerWrap .navBox .drawer-menu li:last-child .noLink {
  border-right: none;
}
.headerWrap .navBox .slideBdr {
  position: absolute;
  top: -11px; /*-18*/
  left: 14.5px;
  /*margin-left: -22px;*/
  width: 44px;
  height: 4px;
  background-color: #cb191d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.headerWrap .snsBox {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .headerWrap .snsBox {
    justify-content: center;
    padding-bottom: 3.75rem;
  }
}
.headerWrap .snsBox li {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 1030px) {
  .headerWrap .snsBox li {
    margin: 0 2px 0;
  }
}
.headerWrap .snsBox li img {
  width: 23px;
}

.drawer-container {
  margin-right: 0;
  margin-left: 3em;
}

.drawer-toggle {
  width: 30px !important;
  height: 30px !important;
}

.drawer-navbar .drawer-navbar-header {
  border: none;
}

.drawer-hamburger {
  padding: 0;
  position: relative;
}

.drawer-navbar-header {
  height: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 70rem;
  }
}
.mainWrap {
  background: url("../images/mv_bg.png") no-repeat center 0;
  background-size: 110% auto;
}
@media screen and (max-width: 849px) {
  .mainWrap {
    background: url("../images/mv_bg.png") no-repeat center 0;
    background-size: 250% auto;
  }
}
@media screen and (max-width: 479px) {
  .mainWrap {
    background: url("../images/mv_bg.png") no-repeat center 0;
    background-size: 300% auto;
  }
}

/********************

top wrap

*********************/
#topWrap_id .oneColumn {
  margin: 0 auto 0; /*61px*/
  /*imgBox*/
  /* メインビジュアルスライダーのスタイル */
}
#topWrap_id .oneColumn .imgBox {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox {
    width: auto;
  }
}
#topWrap_id .oneColumn .imgBox .icon10anniversasy {
  position: absolute;
  top: 80px;
  right: 2.5vw;
  width: 10vw;
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .icon10anniversasy {
    width: 25vw;
    right: 5vw;
  }
}
#topWrap_id .oneColumn .imgBox img {
  width: 100%;
  height: auto;
}
#topWrap_id .oneColumn .imgBox .date {
  position: absolute;
  top: 16vw;
  left: 15vw;
  width: 30vw; /* ブラウザ幅に応じてサイズ可変 */
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .date {
    top: 40vw;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw; /* ブラウザ幅に応じてサイズ可変 */
  }
}
#topWrap_id .oneColumn .imgBox .date img {
  width: 100%;
  height: auto;
}
#topWrap_id .oneColumn .imgBox .kv {
  position: absolute;
  top: 8vw;
  right: 15vw;
  width: 33vw; /* ブラウザ幅に応じてサイズ可変 */
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .kv {
    position: relative;
    top: 0;
    right: auto;
    width: 80%;
    margin: -50vw auto 0;
  }
}
#topWrap_id .oneColumn .imgBox .kv img {
  width: 100%;
  height: auto;
}
#topWrap_id .oneColumn .imgBox .txt1 {
  position: relative;
  font-size: 1.9rem;
  color: #dcdcdc;
  line-height: 1.7em;
  padding: 1em 0 0 0;
  background: url("../images/bg_txt.png") no-repeat center 0/157px 516px;
  z-index: 2;
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .txt1 {
    margin: 5% auto 0;
    background: url("../images/bg_txt.png") no-repeat center 0/170px auto;
  }
}
@media screen and (max-width: 479px) {
  #topWrap_id .oneColumn .imgBox .txt1 {
    font-size: 1.5rem;
    margin: 5% auto 0;
  }
}
#topWrap_id .oneColumn .imgBox .desBox {
  margin-bottom: 4em;
}
@media screen and (max-width: 1279px) {
  #topWrap_id .oneColumn .imgBox .desBox {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .desBox {
    top: 40vw;
    padding-bottom: 4em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .desBox .lead {
    margin: 0 1.5em;
  }
}
#topWrap_id .oneColumn .imgBox .desBox .catch1 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 4em 0;
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .desBox .catch1 {
    width: 100%;
    margin-top: 7vw;
    padding-bottom: 10vw;
  }
}
#topWrap_id .oneColumn .imgBox .desBox .catch1 img {
  width: 90%;
}
#topWrap_id .oneColumn .imgBox .desBox .catch2 {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 4em 0 0 0;
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .desBox .catch2 {
    width: 100%;
    padding: 2em 0 0 0;
  }
}
#topWrap_id .oneColumn .imgBox .desBox .catch2 img {
  width: 100%;
}
#topWrap_id .oneColumn .imgBox .decoTxt {
  margin: 0 5%;
}
#topWrap_id .oneColumn .imgBox .kvBox {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 30px auto 0;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  #topWrap_id .oneColumn .imgBox .kvBox {
    padding: 0 5% 0;
  }
}
@media screen and (max-width: 1000px) {
  #topWrap_id .oneColumn .imgBox .kvBox {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .kvBox {
    width: 100%;
    margin: 0 auto 0;
  }
}
#topWrap_id .oneColumn .imgBox .kvBox .imgBox {
  width: 40%;
  margin: 0 0 0 2%;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 1000px) {
  #topWrap_id .oneColumn .imgBox .kvBox .imgBox {
    width: 70%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 849px) {
  #topWrap_id .oneColumn .imgBox .kvBox .imgBox {
    width: 100%;
  }
}
#topWrap_id .oneColumn .imgBox .kvBox .imgBox .img {
  width: 48%;
  height: auto;
}
#topWrap_id .oneColumn .mainVisualSwiper {
  position: relative;
}
#topWrap_id .oneColumn .mainVisualSwiper .swiper-slide {
  display: flex;
  align-items: flex-start; /* 1枚目は上寄せ */
}
#topWrap_id .oneColumn .mainVisualSwiper .swiper-slide:nth-child(2) {
  align-items: center; /* 2枚目は中央寄せ */
}
#topWrap_id .oneColumn .mainVisualSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#topWrap_id .oneColumn .swiper-pagination3 {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
#topWrap_id .oneColumn .swiper-pagination3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}
#topWrap_id .oneColumn .swiper-pagination3 .swiper-pagination-bullet-active {
  background: #ffcb4e;
  transform: scale(1.2);
}

.movieBox {
  max-width: 900px;
  text-align: center;
  margin: 50px auto 0px;
  padding: 5em 5% 0;
}
@media screen and (max-width: 849px) {
  .movieBox {
    margin: 0 auto 0px;
  }
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieLink {
  max-width: 900px;
  margin: 0.5em auto 0;
  padding: 0 5% 0;
  text-align: right;
  font-size: 0.8em;
}

#topWrap_id {
  position: relative;
  z-index: -1;
}

/********************

news wrap

*********************/
#newsWrap_id {
  max-width: 1020px;
  margin: -90px auto 0;
  padding: 8rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #newsWrap_id {
    max-width: 100%;
    margin: -90px auto 0;
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 849px) {
  #newsWrap_id {
    margin: -44vw auto 0;
  }
}
#newsWrap_id .ttlDeco01 {
  max-width: 1020px;
  margin: 0 auto 5%;
}
#newsWrap_id .snsBox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3%;
}
#newsWrap_id .snsBox li {
  margin: 0 0 0 5px;
}
#newsWrap_id .snsBox li a {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px 15px 2px 33px;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 849px) {
  #newsWrap_id .snsBox li a {
    padding: 2px 15px 2px 30px;
  }
}
#newsWrap_id .snsBox li:nth-child(1) a {
  background: url(../images/btnlink_facebook.png) no-repeat #3B5998 5px center/18px 18px;
}
#newsWrap_id .snsBox li:nth-child(2) a {
  background: url(../images/btnlink_twitter.png) no-repeat #1DA1F2 5px center/18px 18px;
}

@media screen and (max-width: 1279px) {
  #newsWrap_id .decoP {
    padding: 0 5% 0;
  }
}

#newsWrap_id .flexBox {
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  #newsWrap_id .flexBox {
    padding: 0 5% 0;
  }
}
@media screen and (max-width: 849px) {
  #newsWrap_id .flexBox {
    flex-direction: column;
  }
}
#newsWrap_id .flexBox .newsBox {
  width: 490px;
  margin-right: 4%;
  padding: 10px 0 0 0;
  height: 360px;
  overflow: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 849px) {
  #newsWrap_id .flexBox .newsBox {
    width: auto;
    margin-right: 0;
    margin-bottom: 5%;
    height: 300px;
  }
}
#newsWrap_id .flexBox .newsBox dl {
  padding-right: 2rem;
}
@media screen and (max-width: 849px) {
  #newsWrap_id .flexBox .newsBox dl {
    padding-right: 1rem;
  }
}
#newsWrap_id .flexBox .newsBox dl dt {
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}
#newsWrap_id .flexBox .newsBox dl dd {
  font-family: "source-han-sans-japanese", sans-serif;
  margin: 0 0 23px 0;
  padding: 0 0 23px 0;
  border-bottom: 1px solid #332103;
}
#newsWrap_id .flexBox .newsBox dl dd a {
  color: #fff;
}
#newsWrap_id .flexBox .twitterBox {
  width: 490px;
  height: 360px;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /*-- これが重要っぽい --*/
  /*overflow-scrolling: touch;*/ /*-- これも重要そう --*/
}
@media screen and (max-width: 849px) {
  #newsWrap_id .flexBox .twitterBox {
    width: auto;
  }
}

/********

はじめに

******/
#firstWrap_id {
  max-width: 1020px;
  margin: 70px auto 0;
  padding: 8rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #firstWrap_id {
    max-width: 100%;
    margin: 5% auto 0;
    padding: 8rem 5% 0;
  }
}
#firstWrap_id .ttlDeco01 {
  max-width: 1020px;
  margin: 0 auto 5%;
}
#firstWrap_id .txt {
  margin: 0 auto;
  max-width: 600px;
}
#firstWrap_id .name {
  text-align: right;
  max-width: 600px;
  margin: 3em auto 0;
}

/********************

about wrap

*********************/
#aboutWrap_id {
  width: 100%;
  margin: 90px auto 0;
  padding: 8rem 5% 0;
  /*background: url("../images/bg_blue.png") center 0 / cover no-repeat;*/
}
@media screen and (max-width: 1279px) {
  #aboutWrap_id {
    margin: 0 auto 0;
    padding: 10rem 5% 0;
  }
}

.aboutWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left;
}

#aboutWrap_id .firstWrap {
  line-height: 1.9em;
}

#aboutWrap_id .storyWrap {
  line-height: 1.9em;
}

#aboutWrap_id .scheduleWrap {
  line-height: 1.9em;
}
#aboutWrap_id .scheduleWrap .flexBox {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 0 0;
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .flexBox {
    flex-direction: column;
  }
}
#aboutWrap_id .scheduleWrap .flexBox .box {
  width: 100%;
  line-height: 1.5em;
  font-family: "source-han-sans-japanese", sans-serif;
  /*table*/
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .flexBox .box {
    width: 100%;
  }
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .flexBox .box:nth-child(1) {
    margin-bottom: 6rem;
  }
}
#aboutWrap_id .scheduleWrap .flexBox .box .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#aboutWrap_id .scheduleWrap .flexBox .box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aboutWrap_id .scheduleWrap .flexBox .box h3 {
  font-size: 2.4rem;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  font-family: "source-han-serif-japanese", serif;
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .flexBox .box h3 {
    font-size: 2.8rem;
  }
}
#aboutWrap_id .scheduleWrap .flexBox .box table {
  text-align: center;
  width: 100%;
  margin: 15px auto 0;
  font-size: 1.4rem;
  line-height: 1.3em;
  table-layout: fixed;
  background: #18183a;
}
#aboutWrap_id .scheduleWrap .flexBox .box table tr {
  border: 1px solid #605646;
}
#aboutWrap_id .scheduleWrap .flexBox .box table tr th {
  padding: 10px 0;
  border: 1px solid #605646;
  font-weight: bold;
}
#aboutWrap_id .scheduleWrap .flexBox .box table tr td {
  border: 1px solid #605646;
  padding: 10px 0;
  color: #cb191d;
}
#aboutWrap_id .scheduleWrap .flexBox .box table tr:nth-child(even) td,
#aboutWrap_id .scheduleWrap .flexBox .box table tr:nth-child(even) th {
  background: #0c0c1d;
}
#aboutWrap_id .scheduleWrap .flexBox .box table .colorRed {
  font-size: 120%;
}
#aboutWrap_id .scheduleWrap .flexBox .box table .deco01 {
  color: #fb7e53;
}
#aboutWrap_id .scheduleWrap .flexBox .box table .deco03 {
  vertical-align: middle;
}
#aboutWrap_id .scheduleWrap .flexBox .box table .deco04 {
  color: #fff;
}
#aboutWrap_id .scheduleWrap .flexBox .box table .star {
  font-size: 95%;
  color: #ca7a09;
}
#aboutWrap_id .scheduleWrap .flexBox .box .starBox .ttl {
  color: #ca7a09;
}
#aboutWrap_id .scheduleWrap .flexBox .box h4 {
  margin: 35px 0 5px 0;
  padding: 0 0 0 0.3em;
  border-left: 5px solid #cb191d;
}
#aboutWrap_id .scheduleWrap .flexBox .box .address {
  margin: 0 0 30px 0;
}

/*.heightSet{
	height: 500px;
	@include mq-down() {
		height: auto;
	}

}*/
/********************

castWrap

*********************/
#castWrap_id {
  width: 100%;
  padding: 1rem 5% 0;
  background: url("../images/bg_blue.png") center 0/cover no-repeat;
  margin: 90px auto 0;
  padding: 8rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #castWrap_id {
    margin: 0 auto 0;
    padding: 10rem 5% 0;
  }
}
@media screen and (max-width: 849px) {
  #castWrap_id {
    background: url("../images/bg_blue.png") center 0/200% auto no-repeat;
  }
}

#castWrap_id .ttlDeco01 {
  max-width: 1020px;
  margin: 0 auto;
}

#castWrap_id .ttlDeco02 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 849px) {
  #castWrap_id .ttlDeco02 {
    margin-bottom: 0rem;
  }
}

#castWrap_id .castWrap {
  /*color: #fff;*/
}
#castWrap_id .castWrap .imgBox {
  display: flex;
}
#castWrap_id .castWrap .decoBr {
  display: none;
}
@media screen and (max-width: 1200px) {
  #castWrap_id .castWrap .decoBr {
    display: block;
  }
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .decoBr {
    display: none;
  }
}
#castWrap_id .castWrap .txt {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
}
#castWrap_id .castWrap .txt2 {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #aaaaaa;
}
#castWrap_id .castWrap .txt3 {
  margin-bottom: 5px;
  line-height: 1em !important;
  background: #f90000;
  padding: 5px 0;
  font-size: 3rem;
  font-weight: bold;
}
#castWrap_id .castWrap .flexBox {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
#castWrap_id .castWrap .flexBox .box {
  width: 300px; /*400*/
  text-align: center;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox .box {
    width: 85%;
  }
}
#castWrap_id .castWrap .flexBox .box .img {
  position: relative;
  margin-bottom: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox .box .img {
    cursor: pointer;
  }
}
@media screen and (max-width: 479px) {
  #castWrap_id .castWrap .flexBox .box .img {
    margin-bottom: 10px;
  }
}
#castWrap_id .castWrap .flexBox .box .img.v2:hover {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox .box .img.v2:hover {
    transition: none;
  }
}
#castWrap_id .castWrap .flexBox .box .img.v2:hover img:nth-child(1) {
  opacity: 0;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox .box .img.v2:hover img:nth-child(1) {
    opacity: 1;
  }
}
#castWrap_id .castWrap .flexBox .box .img.v2:after {
  content: "";
  position: absolute;
  bottom: 52px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: url(../images/icon_hover.svg) no-repeat 0 0/cover;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox .box .img.v2:after {
    width: 40px;
    height: 40px;
  }
}
#castWrap_id .castWrap .flexBox .box .img.v2 img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
#castWrap_id .castWrap .flexBox .box .img img {
  transition: all 0.3s ease-in-out;
}
#castWrap_id .castWrap .flexBox .box p {
  line-height: 1.2em;
}
@media screen and (max-width: 479px) {
  #castWrap_id .castWrap .flexBox .box p .font-20 {
    font-size: 2.2rem;
  }
}
#castWrap_id .castWrap .flexBox01 .box {
  margin: 0 20px 3em;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox01 .box {
    margin: 2em 60px 7%;
  }
}
@media screen and (max-width: 479px) {
  #castWrap_id .castWrap .flexBox01 .box {
    margin: 2em auto 10%;
  }
}
#castWrap_id .castWrap .flexBox02 .box {
  margin: 0 20px 3em;
  width: 230px;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox02 .box {
    margin: 1em 60px 7%;
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  #castWrap_id .castWrap .flexBox02 .box {
    margin: 1em auto 10%;
  }
}
#castWrap_id .castWrap .space1 {
  padding-top: 4em;
}
#castWrap_id .castWrap .space2 {
  padding-top: 5em;
}
#castWrap_id .castWrap .flexBox02 {
  max-width: 1024px;
}
#castWrap_id .castWrap .deco01 {
  color: #bfbfbf;
  text-align: center;
}
#castWrap_id .castWrap .btnBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.7em;
}
#castWrap_id .castWrap .btnBox li {
  width: 32%;
}
#castWrap_id .castWrap .btnBox li.btnimg, #castWrap_id .castWrap .btnBox li.btnimg2, #castWrap_id .castWrap .btnBox li.btnimg3 {
  cursor: pointer;
}
#castWrap_id .castWrap .box > .img.boxImg {
  position: relative;
}
#castWrap_id .castWrap .box > .img.boxImg img {
  transition: opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
  margin: 0;
}
#castWrap_id .castWrap .box > .img.boxImg img.active {
  opacity: 1;
  z-index: 2;
}
#castWrap_id .castWrap .box > .img.boxImg .img {
  position: relative;
}
#castWrap_id .castWrap .box > .img.boxImg .img2,
#castWrap_id .castWrap .box > .img.boxImg .img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*castWrap_id*/
#castWrap_id .btnMessage {
  margin: 1em auto 0;
  display: inline-block;
}
#castWrap_id .btnMessage a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #c10000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.3em 1.5em;
  line-height: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#castWrap_id .btnMessage a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  margin: 0 0 0 0.5em;
}

#castWrap_id .btnMessageMovie {
  margin: 1em auto 0;
  display: inline-block;
  cursor: pointer;
}
#castWrap_id .btnMessageMovie span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #cb191d;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.3em 1.5em;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
}
#castWrap_id .btnMessageMovie span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  margin: 0 0 0 0.5em;
}

#castWrap_id .otherCast {
  margin: 1em auto 0;
}
#castWrap_id .otherCast .txt {
  text-align: center;
  line-height: 1.7em;
}

#castWrap_id .txtCast {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 849px) {
  #castWrap_id .txtCast {
    margin-top: 0;
  }
}
#castWrap_id .txtCast h4 {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
#castWrap_id .txtCast .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#castWrap_id .txtCast .box div {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fee0e4;
  margin: 0.5em 0.5em;
  line-height: 1.8em;
}

#castWrap_id .staffWrap {
  text-align: center;
  max-width: 1020px;
  margin: 7em auto 0;
  padding: 0 0 5vw;
}
@media screen and (max-width: 849px) {
  #castWrap_id .staffWrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 849px) {
  #castWrap_id .staffWrap .ttlDeco02 {
    margin: 0 auto 1em;
  }
}
#castWrap_id .staffWrap .txt {
  line-height: 2em;
  font-size: 1.4rem;
}
@media screen and (max-width: 849px) {
  #castWrap_id .staffWrap .txt .font-20 {
    font-size: 1.8rem;
  }
}
#castWrap_id .staffWrap .txt img {
  height: 35px;
  width: auto;
}
#castWrap_id .staffWrap .btnMessage {
  margin: 0.5em auto 0;
}

/* モーダルひとまず */
.modalMovie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}
.modalMovie .swiper-button-next,
.modalMovie .swiper-button-prev {
  background: #cb191d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: -20px;
}
.modalMovie .swiper-button-next {
  left: auto;
  right: 0;
}
.modalMovie .swiper-button-prev {
  right: auto;
  left: 0;
}
.modalMovie .swiper-button-next:after, .modalMovie .swiper-button-prev:after {
  display: none;
}
.modalMovie .swiper-button-next:before {
  content: "";
  display: block;
  background-color: #000;
  width: 13px;
  height: 18px;
  margin: 0 0 0 4px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.modalMovie .swiper-button-prev:before {
  content: "";
  display: block;
  background-color: #000;
  width: 13px;
  height: 18px;
  margin: 0 4px 0 0;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.modalMovie .swiper-slide {
  /*pointer-events: none !important;*/
}
.modalMovie .swiper-slide .popup {
  /*pointer-events: none;*/
}
.modalMovie .swiper-slide .popup iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.modalMovie .swiper-slide .popup .txt {
  text-align: center;
  font-size: 1.6rem !important;
  margin: 0.5em 40px 0;
}
.modalMovie .swiper-slide .popup .txt span {
  font-weight: normal;
}
@media screen and (max-width: 849px) {
  .modalMovie .swiper-slide .popup .txt {
    margin: 0.3em 40px 0;
  }
}

/*modalMovie*/
/* モーダルがactiveの時 */
.modalMovie.is-active {
  opacity: 1;
  pointer-events: auto !important;
  z-index: 999;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 700px;
}

.modal_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: -10px;
  top: -50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
  transition: opacity 0.6s;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  position: relative;
  background: #cb191d;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lineClose::before, .lineClose::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #000;
  border-radius: 10px;
}
@media screen and (max-width: 849px) {
  .lineClose::before, .lineClose::after {
    width: 3px; /* 棒の幅（太さ） */
    height: 15px; /* 棒の高さ */
    border-radius: 10px;
  }
}
.lineClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lineClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/********************

attentionWrap

*********************/
#linkRepeat {
  position: absolute;
  top: -100px;
  left: 0;
}

#attentionWrap_id {
  width: 100%;
  margin: 90px auto 5em;
  padding: 8rem 5% 3em;
  /*background: url("../images/bg_blue.png") center 0 / cover no-repeat;*/
}
@media screen and (max-width: 1279px) {
  #attentionWrap_id {
    margin: 50px auto 3em;
    padding: 8rem 5% 2%;
  }
}
@media screen and (max-width: 849px) {
  #attentionWrap_id {
    margin: 0 auto 5em;
    padding: 4rem 5% 0;
  }
}

.attentionWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left;
}

#attentionWrap_id .firstWrap {
  line-height: 1.9em;
}

#attentionWrap_id .storyWrap {
  line-height: 1.9em;
}

#attentionWrap_id dl.box {
  margin-top: 9rem;
}
@media screen and (max-width: 1279px) {
  #attentionWrap_id dl.box {
    margin-top: 5rem;
  }
}
#attentionWrap_id dl.box dt {
  position: relative;
  font-weight: bold;
  font-size: 1.9rem;
  margin: 4rem 0 0 0;
  padding: 0 0 0 1em;
  position: relative;
}
#attentionWrap_id dl.box dd {
  font-family: "Noto Sans JP", sans-serif;
  margin: 1rem 0 0 1.2em;
}
#attentionWrap_id dl.box p {
  line-height: 1.6em;
}
#attentionWrap_id dl.box .colorYellow {
  position: absolute;
  top: 0em;
  left: -0.3em;
  margin: 0;
}

.attentionWrap a[href^="tel:"] {
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .attentionWrap a[href^="tel:"] {
    text-decoration: underline;
  }
}

.attentionWrap a {
  color: #fff;
}

.attentionWrap .listBox li {
  margin-bottom: 0.5em;
}

.attentionWrap .smallCon {
  margin: 0 2em;
}
@media screen and (max-width: 479px) {
  .attentionWrap .smallCon {
    margin: 0;
  }
}

.attentionWrap .item {
  border: 1px solid #555;
  margin: 1.5em 0 1em;
  padding: 1em 2em;
  display: inline-block;
}

/********************

ticketWrap

*********************/
#ticketWrap_id {
  color: #211515;
  width: 100%;
  padding: 9rem 5% 6em;
  margin: 90px auto 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #ticketWrap_id {
    margin: 5rem auto 0;
    padding: 8rem 5% 5em;
  }
}
@media screen and (max-width: 849px) {
  #ticketWrap_id {
    margin: 6rem auto 0;
    padding: 10rem 5% 5em;
  }
}
#ticketWrap_id .list li {
  margin: 0 0 0.8em;
  line-height: 1.3em;
}
#ticketWrap_id .attention {
  text-align: left;
  font-size: 90%;
  max-width: 1020px;
  margin: 20px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#ticketWrap_id .attention ul {
  margin: 20px 0 0 1em;
}
#ticketWrap_id .attention ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0.5em 0 0 0;
}

#ticketWrap_id a {
  color: #712804;
}

#ticketWrap_id .ttlDeco01 {
  max-width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  #ticketWrap_id .ttlDeco02 {
    margin-top: 3.5rem;
    padding: 0;
  }
}

#ticketWrap_id .ticketWrap .box {
  text-align: center;
}
#ticketWrap_id .ticketWrap .box .deco {
  line-height: 2.5em;
}

@media screen and (max-width: 849px) {
  #ticketWrap_id .ticketWrap .box .decoH {
    line-height: 2.3em;
  }
}

@media screen and (max-width: 1279px) {
  #ticketWrap_id .theaterWrap {
    margin-top: 20% !important;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px); /*calc(50% - 25px)*/
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

#ticketWrap_id .theaterWrap .tbl {
  width: 820px;
  margin: 50px auto 0;
  /* 地域別BGカラー
  --------------------------------*/
}
#ticketWrap_id .theaterWrap .tbl tr {
  background: #fff;
}
#ticketWrap_id .theaterWrap .tbl tr.space td {
  height: 50px;
}
#ticketWrap_id .theaterWrap .tbl th {
  padding: 5px 8px;
  text-align: center;
  background: #f2eef0;
  vertical-align: central;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
  vertical-align: middle;
}
#ticketWrap_id .theaterWrap .tbl td {
  padding: 5px 8px;
  text-align: left;
  vertical-align: central;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
}
#ticketWrap_id .theaterWrap .tbl .tohoku {
  background: #facab0;
}
#ticketWrap_id .theaterWrap .tbl .kanto {
  background: #c3f0cc;
}
#ticketWrap_id .theaterWrap .tbl .chubu {
  background: #d1eff5;
}
#ticketWrap_id .theaterWrap .tbl .kansai {
  background: #ecd9e5;
}
#ticketWrap_id .theaterWrap .tbl .chugoku {
  background: #fee6a6;
}
#ticketWrap_id .theaterWrap .tbl .kyushu {
  background: #c8deef;
}
#ticketWrap_id .theaterWrap .tbl .ticketMae {
  width: 67px;
  height: 15px;
  background: url(../images/ticket_maeuri.gif) no-repeat;
  float: left;
  margin: 2px;
}
#ticketWrap_id .theaterWrap .tbl .ticketMae span {
  visibility: hidden;
  font-size: 1px;
  line-height: 1px;
}
#ticketWrap_id .theaterWrap .tbl .ticketMae a {
  display: block;
}

/********************

footer wrap

*********************/
footer {
  color: #eee;
}

footer a {
  text-decoration: none;
  color: #eee;
}

footer a.link {
  text-decoration: underline;
}

footer .flexBox {
  margin: 65px 0 0px;
  padding: 0 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 849px) {
  footer .flexBox {
    display: block;
    margin: 0 5%;
    padding: 0 0 20px 0;
  }
}
footer .flexBox p {
  line-height: 1.4em;
  text-align: left;
  padding: 0 20px 0 0;
  margin-top: 1.5rem;
}
@media screen and (max-width: 849px) {
  footer .flexBox p {
    padding: 0 0 0 0;
    text-align: center;
  }
}
footer .flexBox .banner {
  max-width: 180px;
}
@media screen and (max-width: 849px) {
  footer .flexBox .banner {
    text-align: center;
    margin: 0 auto;
  }
}

.pagetop {
  padding-top: 3em;
  padding-bottom: 1em;
  margin: 0 auto;
  text-align: center;
}

.pagetop a {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.pagetop a::before,
.pagetop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.pagetop a::before {
  left: -11px;
  width: 22px;
  height: 22px;
  border-top: 8px solid #cb191d;
  border-right: 8px solid #cb191d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/********************

policy wrap

*********************/
header.policy {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin: 10px 0 0 10px;
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.1em;
  font-weight: 700;
}
header.policy .font-10 {
  display: inline-block;
  margin: 0 0 0 0.7rem;
}
header.policy a {
  text-decoration: none;
}

section.policy {
  max-width: 1020px;
  margin: 12rem auto 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  section.policy {
    padding: 0 5%;
  }
}

.policyWrap {
  margin-top: 9rem;
  font-family: "source-han-sans-japanese", sans-serif;
}
.policyWrap .box {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: right;
  line-height: 1.8em;
}

.back {
  margin-top: 7rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
}

/********************

goods wrap

*********************/
/*#goodsWrap_id{
	width: 100%;
	margin: 90px auto 0;
	padding: 8rem 5% 0;
	@include mq-down(xl) {
		margin: 50px auto 0;
        padding: 8rem 5% 0;
	}
}
.goodsWrap{
    max-width: $fixWidth01;
    margin: 0 auto;
    text-align: left;

	.box{
		margin: 5rem 40px;


	}
}
*/
#goodsWrap_id {
  max-width: 1020px;
  margin: 0 auto 0;
  padding: 10rem 5% 0;
  text-align: left;
}

#goodsWrap_id .goodsWrap {
  /*swiperBox*/
  /*swiperBox*/
}
#goodsWrap_id .goodsWrap .flexBox {
  font-family: "source-han-sans-japanese", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px 0 40px 0;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .flexBox {
    justify-content: initial;
    flex-direction: column;
  }
}
#goodsWrap_id .goodsWrap .flexBox .box {
  max-width: 46%; /*32*/
  margin: 0 0 40px;
  line-height: 1.2em;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .flexBox .box {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
#goodsWrap_id .goodsWrap .flexBox .box .img {
  margin-bottom: 10px;
}
#goodsWrap_id .goodsWrap .flexBox .box h4 {
  font-family: "source-han-serif-japanese", serif;
  margin-bottom: 10px;
}
#goodsWrap_id .goodsWrap .flexBox .box .txt {
  margin-top: 5px;
  /*color: #949494;*/
}
#goodsWrap_id .goodsWrap .attention {
  border: 1px solid #d12d33;
  margin: 20px 0 0 0;
  padding: 10px 30px;
}
@media screen and (max-width: 479px) {
  #goodsWrap_id .goodsWrap .attention {
    padding: 10px 20px;
  }
}
#goodsWrap_id .goodsWrap .ttlDeco03 {
  font-size: 2rem;
  font-weight: bold;
  width: 40%;
  margin: 50px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
}
#goodsWrap_id .goodsWrap .ttlDeco03:before, #goodsWrap_id .goodsWrap .ttlDeco03:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #79b6e8;
  display: block;
}
#goodsWrap_id .goodsWrap .ttlDeco03:before {
  margin-right: 0.5em;
}
#goodsWrap_id .goodsWrap .ttlDeco03:after {
  margin-left: 0.5em;
}
#goodsWrap_id .goodsWrap .swiperBox {
  position: relative;
}
#goodsWrap_id .goodsWrap .swiperBox .swiper-slide {
  width: 100% !important;
}
#goodsWrap_id .goodsWrap .swiper-prev {
  width: 30px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -30px;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .swiper-prev {
    left: 0;
    width: 8vw;
  }
}
#goodsWrap_id .goodsWrap .swiper-prev .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  border-top: solid 4px #332103;
  border-right: solid 4px #332103;
  width: 15px;
  height: 15px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .swiper-prev .arrow {
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }
}
#goodsWrap_id .goodsWrap .swiper-next {
  width: 30px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: -30px;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .swiper-next {
    right: 0;
    width: 8vw;
  }
}
#goodsWrap_id .goodsWrap .swiper-next .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  border-top: solid 4px #332103;
  border-right: solid 4px #332103;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .swiper-next .arrow {
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }
}

/********************

message wrap

*********************/
#messageWrap_id {
  width: 100%;
  margin: 90px auto 0;
  padding: 8rem 5% 0;
}
@media screen and (max-width: 1279px) {
  #messageWrap_id {
    margin: 0 auto 0;
    padding: 10rem 5% 0;
  }
}

.messageWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left;
}
.messageWrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.messageWrap li {
  width: 48%;
  margin: 1%;
  /*height:180px;
  line-height:180px;*/
  text-align: center;
}
.messageWrap li img:hover {
  opacity: 0.5;
}
@media screen and (max-width: 479px) {
  .messageWrap li li {
    width: 80%;
    margin: 0 0 2% 0;
    background: #000;
  }
}

.notice {
  max-width: 1020px;
  margin: 10rem auto 0;
  text-align: left;
  border: solid 1px #fff;
  width: 60%;
  padding: 5rem;
}
@media screen and (max-width: 849px) {
  .notice {
    width: 70%;
    padding: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .notice {
    width: 80%;
    padding: 2rem;
    font-size: 0.85em;
  }
}

.notice2 {
  max-width: 1020px;
  margin: 10rem auto;
  text-align: left;
  border: solid 1px #fff;
  width: 100%;
  padding: 5rem;
}

@media screen and (max-width: 849px) {
  .notice2 {
    width: 90%;
    padding: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .notice2 {
    width: 95%;
    padding: 2rem;
    font-size: 0.85em;
  }
}/*# sourceMappingURL=style.css.map */