@charset "UTF-8";
/* Scss Document */
@import "common.css";
/* Scss Document */
/*メディアクエリ*/
/**************************/
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: #fff9ee;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  background: #000;
  font-feature-settings: "palt";
}

.fontGothic {
  font-family: "Noto Sans JP", sans-serif;
}

.fontMin {
  font-family: "Noto Serif JP", serif;
}

.fontInitial {
  font-feature-settings: initial;
}

a[href^="tel:"] {
  text-decoration: none;
}

/*テーマカラー*/
a,
.colorMain {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.colorY {
  color: #d3c293;
}

.ttlDeco01 {
  font-weight: bold;
  background: url(../images/ttl_deco.webp) center 0/81px auto no-repeat;
  font-size: 4rem;
  padding: 55px 0 0 0;
  line-height: 1.2em;
  text-align: center;
  min-height: 113px;
  color: #dcdcdc;
  text-shadow: 2px 2px 0 #060817, -2px -2px 0 #060817, -2px 2px 0 #060817, 2px -2px 0 #060817, 0px 2px 0 #060817, -2px 0 #060817, -2px 0 0 #060817, 2px 0 0 #060817;
}
@media screen and (max-width: 849px) {
  .ttlDeco01 {
    background: url(../images/ttl_deco.webp) center 0/81px auto no-repeat;
    margin: 0 auto;
    padding: 55px 0 0 0;
    min-height: 50px;
    font-size: 3.5rem;
    min-height: 113px;
  }
}

.ttlDeco01_2 {
  font-weight: bold;
  background: url(../images/ttl_deco2.webp) center 0/81px auto no-repeat;
  font-size: 4rem;
  padding: 55px 0 0 0;
  line-height: 1.2em;
  text-align: center;
  min-height: 113px;
  text-shadow: 2px 2px 0 #03141b, -2px -2px 0 #03141b, -2px 2px 0 #03141b, 2px -2px 0 #03141b, 0px 2px 0 #03141b, -2px 0 #03141b, -2px 0 0 #03141b, 2px 0 0 #03141b;
}
@media screen and (max-width: 479px) {
  .ttlDeco01_2 {
    background: url(../images/ttl_deco2.webp) center 0/70px auto no-repeat;
    margin: 0 auto;
    padding: 10px 0;
    min-height: 50px;
    font-size: 3.5rem;
    min-height: 50px;
  }
}

.ttlDeco02 {
  font-size: 3rem;
  line-height: 1.6em;
  font-weight: bold;
  margin: 1em auto 1em; /**/
  text-align: center;
  align-items: center;
  color: #fff;
}
@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 0 0;
  }
}

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

.boxBorder {
  margin: 3em 0 0;
  padding: 3em 0 0;
}
@media screen and (max-width: 849px) {
  .boxBorder {
    width: 90%;
    margin: 3em auto 0;
  }
}
@media screen and (max-width: 479px) {
  .boxBorder {
    width: 95%;
  }
}
.boxBorder .boxBorderIn {
  margin: 0 auto 3em;
  border: 1px solid #fff;
  padding: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  max-width: 800px;
  font-feature-settings: initial;
}
@media screen and (max-width: 849px) {
  .boxBorder .boxBorderIn {
    padding: 1em;
  }
}
.boxBorder .boxBorderIn .ttlDeco {
  border-left: 6px solid #fff;
  padding-left: 0.3em;
}
.boxBorder .boxBorderIn .des dt {
  font-weight: bold;
  float: left;
  margin: 0.8em 0;
}
@media screen and (max-width: 849px) {
  .boxBorder .boxBorderIn .des dt {
    float: none;
    margin: 0.8em 0 0.2em;
  }
}
.boxBorder .boxBorderIn .des dd {
  padding: 0.8em 0 0.8em 12em;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 849px) {
  .boxBorder .boxBorderIn .des dd {
    padding: 0em 0 0.8em 0;
  }
}

.colorBlue {
  color: #00a0e9;
}

.colorRed {
  color: #03141b !important;
}

.colorOrange {
  color: #fb7e53;
}

.colorPurple {
  color: #ff7bf7;
}

.colorGray {
  color: #484848;
}

.colorWhite {
  color: #fff;
}

.colorBlack {
  color: #000;
}

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

.listBox.listBox2 li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.txtS {
  font-size: 0.7em;
}

.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;
  border: 0;
  border-top: 1px solid #03141b;
}

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

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

.hr4 {
  max-width: 5px;
  margin: 1em auto;
  border: 0;
  border-top: 1px solid #ddd;
}

.hr5 {
  max-width: 50px;
  margin: 3em auto;
  border: 0;
  border-top: 2px dotted #777;
}

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

.spNone {
  display: none;
}
@media screen and (max-width: 849px) {
  .spNone {
    display: 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;
  }
}
.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

*********************/
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.webp) no-repeat center 0/cover;
  z-index: -1;
}

.headerWrap {
  height: 28px;
  padding: 0 15px 0 10px;
  background-color: #03141b;
  /*ハンバーガーメニュー*/
  /*gnav*/
}
@media screen and (max-width: 849px) {
  .headerWrap {
    height: 35px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.headerWrap .snsBox {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerWrap .snsBox li {
  margin: 0 6px;
  width: 18px;
}
.headerWrap .snsBox li a {
  display: block;
}
.headerWrap .snsBox li:nth-child(1) {
  width: 17px;
}
.headerWrap .headerBox {
  display: flex;
  justify-content: space-between;
}
.headerWrap .headerBox > .ttl {
  height: 13px;
  margin: 7px 0 0;
}
@media screen and (max-width: 849px) {
  .headerWrap .headerBox > .ttl {
    height: 14px;
    margin: 10px 0 0;
  }
}
.headerWrap .headerBox > .ttl img {
  height: 100%;
}
.headerWrap .headerBox .snsBox {
  margin: 5px 0 0;
}
@media screen and (max-width: 849px) {
  .headerWrap .headerBox .snsBox {
    margin: 10px 0 0;
  }
}
.headerWrap .fixNav {
  position: fixed;
  height: 29px;
  right: 50px;
  top: 70px;
  width: 45px;
  height: 45px;
  z-index: 800;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 849px) {
  .headerWrap .fixNav {
    top: calc(35px + 2vw);
    right: 3vw;
  }
}
.headerWrap .fixNav:hover {
  opacity: 0.6;
}
.headerWrap .nav__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 26px;
  left: 8px;
  border-radius: 10px;
}
.headerWrap .nav__line::hover {
  opacity: 1;
}
.headerWrap .nav__line--top {
  top: 13px;
}
.headerWrap .nav__line--center {
  top: 20px;
}
.headerWrap .nav__line--bottom {
  bottom: 13px;
}
.headerWrap .nav__line--top.active {
  top: 19px;
  transform: rotate(45deg);
}
.headerWrap .nav__line--center.active {
  opacity: 0;
}
.headerWrap .nav__line--bottom.active {
  top: 19px;
  bottom: auto;
  transform: rotate(135deg);
}
.headerWrap .gnav {
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 510;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/bg.webp) no-repeat center center/cover;
  /*gnav_nav*/
}
.headerWrap .gnav .gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  margin-top: 0;
}
.headerWrap .gnav .gnav__nav {
  margin: 0 auto;
  width: 100%;
  /*navBoxB*/
}
.headerWrap .gnav .gnav__nav .navBoxB {
  margin: 2px auto 0;
  padding: 8px 0 0;
  position: relative;
  /*navBox*/
}
@media screen and (max-width: 1300px) {
  .headerWrap .gnav .gnav__nav .navBoxB {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.headerWrap .gnav .gnav__nav .navBoxB .navBox {
  display: block;
  margin: 0 auto 0;
  max-width: 417px;
}
@media screen and (max-width: 849px) {
  .headerWrap .gnav .gnav__nav .navBoxB .navBox {
    width: 80%;
  }
}
@media screen and (max-width: 849px) {
  .headerWrap .gnav .gnav__nav .navBoxB .navBox .ttl {
    margin: 0 0 1em;
  }
}
.headerWrap .gnav .gnav__nav .navBoxB .navBox .list li {
  margin: 0.5em 0;
}
.headerWrap .gnav .gnav__nav .navBoxB .navBox .list li a {
  color: #fff;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.headerWrap .gnav .gnav__nav .navBoxB .navBox .list li a:hover, .headerWrap .gnav .gnav__nav .navBoxB .navBox .list li a.active {
  filter: none;
  opacity: 1;
  color: #40c8d4;
  font-weight: 500;
  text-shadow: 0 0 3px #24dcec, 0px 0px 8px #24dcec;
}

.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;
    padding: 36px 0 0;
  }
}
@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 {
  position: relative;
  display: block;
}
#topWrap_id .desBox {
  position: absolute;
  bottom: 2vw;
  left: 0;
  width: 50%;
  z-index: 10;
  width: 29.76vw;
}
@media screen and (max-width: 849px) {
  #topWrap_id .desBox {
    width: 100%;
    position: relative;
    bottom: auto;
    z-index: 0;
  }
}
#topWrap_id .desBox .date {
  margin: -2vw 0 0;
}
@media screen and (max-width: 849px) {
  #topWrap_id .desBox .date {
    margin: 0;
  }
}
#topWrap_id .desBox nav.list {
  margin: 5vw 0 0;
}
#topWrap_id .desBox nav.list .item {
  margin: 0 0 8px;
}
#topWrap_id .desBox nav.list .item a {
  transition: opacity 0.3s;
}
#topWrap_id .desBox nav.list .item a:hover {
  opacity: 0.6;
}
#topWrap_id .imgBox {
  width: 100%;
}
@media screen and (max-width: 849px) {
  #topWrap_id .imgBox {
    margin: 5vw auto 0;
  }
}

/*topWrap_id*/
.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;
}

.storyBox {
  margin: 5em auto 0;
  padding: 0 5%;
  line-height: 2.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 849px) {
  .storyBox {
    font-size: 1.5rem;
    margin: 3em auto 0;
  }
}

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

news wrap

*********************/
#newsWrap_id {
  max-width: 1020px;
  margin: 40px auto 0;
  padding: 8rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #newsWrap_id {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 10rem 0 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: "Noto Sans JP", 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;
  font-feature-settings: initial;
}
@media screen and (max-width: 849px) {
  #newsWrap_id .flexBox .newsBox {
    width: auto;
    margin-right: 0;
    margin-bottom: 5%;
    height: 300px; /*150*/
  }
}
#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: "Noto Sans JP", sans-serif;
  margin: 0 0 23px 0;
  padding: 0 0 23px 0;
  border-bottom: 1px solid #332103;
}
#newsWrap_id .flexBox .newsBox dl a {
  font-weight: bold;
}
#newsWrap_id .flexBox .twitterBox {
  width: 490px;
  height: 360px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 849px) {
  #newsWrap_id .flexBox .twitterBox {
    width: auto;
    padding: 0;
  }
}

/********

はじめに

******/
#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;
}
@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;
}
@media screen and (max-width: 849px) {
  .aboutWrap .ttlDeco02,
  .aboutWrap .ttlDeco02B {
    margin-bottom: 0.5em;
  }
}

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

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

#aboutWrap_id .scheduleWrap {
  line-height: 1.9em;
}
#aboutWrap_id .scheduleWrap .iconList {
  display: flex;
  margin: 1em 0 0;
  justify-content: flex-end;
}
#aboutWrap_id .scheduleWrap .iconList li {
  margin: 0 0 0 1em;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#aboutWrap_id .scheduleWrap .iconList li p {
  margin: 0 0 0 0.3em;
}
#aboutWrap_id .scheduleWrap .iconList li img {
  width: 15px;
}
#aboutWrap_id .scheduleWrap .iconList li.num2 img {
  width: 17px;
}
#aboutWrap_id .scheduleWrap .iconList li.num3 img {
  width: 18px;
}
#aboutWrap_id .scheduleWrap .box {
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  /*table*/
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .box {
    width: 100%;
  }
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .box:nth-child(1) {
    margin-bottom: 6rem;
  }
}
#aboutWrap_id .scheduleWrap .box .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
@media screen and (max-width: 849px) {
  #aboutWrap_id .scheduleWrap .box .map {
    padding-top: 75%;
  }
}
#aboutWrap_id .scheduleWrap .box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aboutWrap_id .scheduleWrap .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 .box h3 {
    font-size: 2.8rem;
  }
}
#aboutWrap_id .scheduleWrap .box table.tbl {
  text-align: center;
  width: 100%;
  margin: 15px auto 0;
  font-size: 1.6rem;
  line-height: 1.1em;
  background: #bfbdb8;
  color: #484848;
  /*tr*/
}
#aboutWrap_id .scheduleWrap .box table.tbl tr {
  border: 1px solid #fff;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr th {
  padding: 1em 0;
  border: 1px solid #fff;
  vertical-align: middle;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr th span {
  font-size: 85%;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr th.blue {
  color: #396c85;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr th.red {
  color: #7e4343;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr td {
  position: relative;
  border: 1px solid #fff;
  padding: 1em 0;
  vertical-align: middle;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr td.umi {
  background: #8fb5c8;
}
#aboutWrap_id .scheduleWrap .box table.tbl tr td.eiyu {
  background: #d3c293;
}
#aboutWrap_id .scheduleWrap .box table.tbl .deco1 { /*sp*/
  width: 30%;
}
#aboutWrap_id .scheduleWrap .box .list {
  font-size: 1.2rem;
  margin: 1em 0 0;
}
#aboutWrap_id .scheduleWrap .box .list li {
  margin: 0.3em 0 0;
  line-height: 1.3em;
}
#aboutWrap_id .scheduleWrap .box .starBox .ttl {
  color: #ca7a09;
}
#aboutWrap_id .scheduleWrap .box .rhombusBox .ttl {
  color: #F34548;
}
#aboutWrap_id .scheduleWrap .box .address {
  margin: 0.5em 0 30px 0;
}

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

talkWrap

*********************/
#talkWrap_id {
  color: #fff;
  width: 100%;
  padding: 9rem 5% 8em;
  margin: 200px auto 0;
  text-align: left;
  background: url(../images/bg3.png) no-repeat center 0/cover;
}
@media screen and (max-width: 1279px) {
  #talkWrap_id {
    padding: 8rem 5% 5em;
  }
}
@media screen and (max-width: 849px) {
  #talkWrap_id {
    margin: 80px auto 0;
    padding: 7rem 5% 5em;
  }
}
#talkWrap_id .talkWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 849px) {
  #talkWrap_id .talkWrap .ttlDeco02,
  #talkWrap_id .talkWrap .ttlDeco02B {
    margin-bottom: 0.5em;
  }
}
#talkWrap_id h3.ttl {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5em;
  margin: 2.5em auto 0;
  font-weight: bold;
}
@media screen and (max-width: 849px) {
  #talkWrap_id h3.ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  #talkWrap_id h3.ttl {
    font-size: 1.8rem;
  }
}
#talkWrap_id p.talk1 {
  margin: 2em auto 0;
  line-height: 1.8em;
}
@media screen and (max-width: 479px) {
  #talkWrap_id p.talk1 {
    font-size: 0.95em;
  }
}
#talkWrap_id .img {
  width: 70%;
  margin: 2em auto;
}
@media screen and (max-width: 849px) {
  #talkWrap_id .img {
    width: 100%;
    margin: 2em auto 1em;
  }
}
#talkWrap_id .talkBox {
  margin: 2em 0 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8em;
  font-feature-settings: initial;
}
#talkWrap_id .talkBox .box2 {
  float: right;
  width: 40%;
  margin: 2em 0 1em 2em;
}
@media screen and (max-width: 849px) {
  #talkWrap_id .talkBox .box2 {
    float: none;
    margin: 2em auto 0;
    width: 90%;
  }
}
#talkWrap_id .talkBox .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0 0;
}
@media screen and (max-width: 479px) {
  #talkWrap_id .talkBox .ttl {
    font-size: 1em;
  }
}
#talkWrap_id .talkBox .des {
  margin: 0.5em 0 0;
}
@media screen and (max-width: 479px) {
  #talkWrap_id .talkBox .des {
    font-size: 0.85em;
    line-height: 1.6em;
  }
}
#talkWrap_id .talkBox .item {
  margin: 1em 0 0;
}
@media screen and (max-width: 479px) {
  #talkWrap_id .talkBox .item {
    font-size: 0.85em;
  }
}
#talkWrap_id .talkBox .item .nameY {
  color: #d3c293;
  float: left;
  margin: 0 1em 0 0;
}
#talkWrap_id .talkBox .item .nameN {
  color: #8fb5c8;
  float: left;
  margin: 0 1em 0 0;
}
#talkWrap_id .talkBox .item p {
  padding: 0 0 0 3em;
}
#talkWrap_id .talkBox .staff {
  text-align: right;
  margin: 1em 0 0;
}
@media screen and (max-width: 479px) {
  #talkWrap_id .talkBox .staff {
    font-size: 0.85em;
  }
}

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

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

#talkWrap_id .ticketWrap .box {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 849px) {
  #talkWrap_id .ticketWrap .box {
    margin: 30px 0 0;
  }
}
#talkWrap_id .ticketWrap .box .deco {
  line-height: 2.5em;
}

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

castWrap

*********************/
#castWrap_id {
  width: auto;
  max-width: 1206px;
  background: url("../images/bg_ttl.webp") center 0/contain no-repeat;
  margin: 80px auto 0;
  padding: 8rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  #castWrap_id {
    margin: 80px 5% 0;
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 849px) {
  #castWrap_id {
    margin: 110px 5% 0;
  }
}

#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: 3rem;
  }
}

#castWrap_id .ttlDeco03 {
  font-size: 2.7rem;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 auto 1.5em;
  padding: 60px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 849px) {
  #castWrap_id .ttlDeco03 {
    margin: 0 auto 1em;
    padding: 50px 0 0;
  }
}
#castWrap_id .ttlDeco03::before, #castWrap_id .ttlDeco03::after {
  content: "";
  height: 2px;
  display: inline-block;
  width: 2em;
  background-color: #03141b; /*bea8ab*/
}
@media screen and (max-width: 849px) {
  #castWrap_id .ttlDeco03::before, #castWrap_id .ttlDeco03::after {
    width: 1em;
  }
}
#castWrap_id .ttlDeco03::before {
  margin-right: 1rem;
}
#castWrap_id .ttlDeco03::after {
  margin-left: 1rem;
}

#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: #bea8ab;
}
#castWrap_id .castWrap .txt3 {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.3em;
}
#castWrap_id .castWrap .txt4 {
  display: flex;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
}
#castWrap_id .castWrap .txt4 .ttl {
  flex-shrink: 0;
  line-height: 1.5em !important;
  font-size: 1.5rem;
  margin: 0 0.5em 0 0;
}
#castWrap_id .castWrap .txt4 .txt {
  line-height: 1.5em !important;
  font-size: 1.5rem;
  font-weight: normal;
}
#castWrap_id .castWrap .flexBox {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1020px;
}
@media screen and (max-width: 1279px) {
  #castWrap_id .castWrap .flexBox {
    max-width: 680px;
  }
}
#castWrap_id .castWrap .flexBox .box {
  width: 300px;
  text-align: center;
  margin: 0 20px 3em;
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox .box {
    margin: 0 60px 7%;
  }
}
@media screen and (max-width: 479px) {
  #castWrap_id .castWrap .flexBox .box {
    margin: 0 auto 10%;
  }
}
#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;
}
@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: 23px;
  right: 25px;
  width: 25px;
  height: 25px;
  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: 30px;
    height: 30px;
  }
}
#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 {
  justify-content: space-between;
}
#castWrap_id .castWrap .flexBox01::after {
  content: "";
  display: inline-block;
  width: 300px;
  margin: 0 20px;
}
@media screen and (max-width: 1279px) {
  #castWrap_id .castWrap .flexBox01::after {
    display: none;
  }
}
@media screen and (max-width: 849px) {
  #castWrap_id .castWrap .flexBox01 {
    justify-content: center;
  }
}
#castWrap_id .castWrap .space1 {
  padding-top: 4em;
}
#castWrap_id .castWrap .space2 {
  padding-top: 5em;
}
#castWrap_id .castWrap .deco01 {
  color: #bfbfbf;
  text-align: center;
}

/*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: #e39b39;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 0.3em 1.5em;
  line-height: 1em;
  font-family: "Noto Sans JP", 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: #e39b39;
  color: #fff;
  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 #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  margin: 0 0 0 0.5em;
}

#castWrap_id .otherCast {
  margin: 1em auto 0;
}
#castWrap_id .otherCast .ttl {
  font-size: 2.5rem;
  line-height: 1.6em;
  font-weight: bold;
  margin: 60px auto 1.5em;
  text-align: center;
}
@media screen and (max-width: 849px) {
  #castWrap_id .otherCast .ttl {
    margin: 50px auto 1em;
  }
}
@media screen and (max-width: 479px) {
  #castWrap_id .otherCast .ttl {
    margin: 40px auto 0;
    padding: 0 0 30px 0;
  }
}
#castWrap_id .otherCast .txt {
  text-align: center;
  line-height: 2em;
}

#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;
  font-feature-settings: initial;
}
@media screen and (max-width: 849px) {
  #castWrap_id .staffWrap {
    margin-top: 90px;
  }
}
@media screen and (max-width: 849px) {
  #castWrap_id .staffWrap .ttlDeco02 {
    margin: 0 auto 1em;
  }
}
#castWrap_id .staffWrap .txt {
  line-height: 1.6em;
  color: #fff;
}
#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: #e39b39;
  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: #fff;
  width: 13px;
  height: 18px;
  margin: 0 0 0 4px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.modalMovie .swiper-button-prev:before {
  content: "";
  display: block;
  background-color: #fff;
  width: 13px;
  height: 18px;
  margin: 0 4px 0 0;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 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: #e39b39;
  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: #fff;
  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 4em;
  padding: 8rem 5% 0;
  /*background: url("../images/bg_blue.png") center 0 / cover no-repeat;*/
}
@media screen and (max-width: 1279px) {
  #attentionWrap_id {
    margin: 50px auto 2em;
    padding: 8rem 5% 2%;
  }
}
@media screen and (max-width: 849px) {
  #attentionWrap_id {
    margin: 0 auto 2em;
    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 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 4rem 0 0 0;
  position: relative;
}
#attentionWrap_id dl.box dd {
  font-family: "Noto Sans JP", sans-serif;
  margin: 1rem 0 0 1.2em;
}

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

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

.attentionWrap a[href^="tel:"] {
  text-decoration: underline;
}

.attentionWrap a {
  color: #fff9ee;
}

.attentionWrap .ozaseki {
  color: #efaf58;
}

.attentionWrap .ozaseki a {
  color: #efaf58;
}

.popupTxt {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.popupTxt:hover {
  text-decoration: none;
}

#popupTxt {
  display: none;
  margin: 1.5em auto;
  padding: 1.5em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 849px) {
  #popupTxt {
    padding: 1em;
  }
}

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

ticketWrap

*********************/
#ticketWrap_id {
  color: #fff;
  width: 100%;
  padding: 9rem 5% 6em;
  margin: 200px auto 0;
  text-align: left;
  background: url(../images/bg2.webp) no-repeat center 0/cover;
  /*ticketBox*/
}
@media screen and (max-width: 1279px) {
  #ticketWrap_id {
    padding: 8rem 5% 5em;
  }
}
@media screen and (max-width: 849px) {
  #ticketWrap_id {
    margin: 80px auto 0;
    padding: 7rem 5% 5em;
  }
}
#ticketWrap_id .list li {
  margin: 0 0 0.8em;
  line-height: 1.3em;
}
#ticketWrap_id a {
  word-break: break-all;
}
#ticketWrap_id .attention {
  text-align: left;
  font-size: 90%;
  max-width: 1020px;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", 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 .scheduleAura {
  padding: 30px 0 0;
  max-width: 890px;
  margin: 50px auto 0;
  background: url(../images/bg_ttl_ticket.webp) no-repeat 0 0/40% auto;
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .scheduleAura {
    padding: 3px 0 0;
  }
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .ttlDeco02 {
    margin: 1em auto;
  }
}
#ticketWrap_id .deco01 {
  margin: 1em auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ticketWrap_id .deco01::before, #ticketWrap_id .deco01::after {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: 1px;
  background: #000;
}
#ticketWrap_id .tokuten {
  width: 325px;
  margin: 1em auto 0;
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .tokuten {
    width: 75%;
    margin: 0.5em auto 0;
  }
}
#ticketWrap_id .boxBorder {
  padding: 3em 0 0;
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .boxBorder {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  #ticketWrap_id .boxBorder {
    width: auto;
  }
}
#ticketWrap_id .boxBorder .boxBorderIn {
  margin: 0 auto 3em;
  border: 1px solid #000;
  padding: 1em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  max-width: 800px;
  font-feature-settings: initial;
}
#ticketWrap_id .ticketBox {
  background: rgba(240, 210, 162, 0.6);
  max-width: 740px;
  margin: 0 auto 0.8em;
  font-size: 2rem;
  padding: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: initial;
}
@media screen and (max-width: 980px) {
  #ticketWrap_id .ticketBox {
    width: 100%;
  }
}
#ticketWrap_id .ticketBox .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#ticketWrap_id .ticketBox .btn {
  position: relative;
  margin: 0.5em 0 0;
}
#ticketWrap_id .ticketBox .btn a {
  display: block;
  background: #275a72;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5em;
  border-radius: 8px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .ticketBox .btn a {
    font-size: 1.8rem;
  }
}
#ticketWrap_id .ticketBox .btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 14px;
  height: 22px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
#ticketWrap_id .ticketBox .btn a:hover {
  opacity: 0.6;
}
#ticketWrap_id .ticketBox .txt {
  margin-left: 1em;
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .ticketBox .txt {
    margin-left: 0;
  }
}
#ticketWrap_id .ticketBox.end {
  opacity: 0.5;
}

#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;
  color: #000;
}
@media screen and (max-width: 849px) {
  #ticketWrap_id .ticketWrap .box {
    margin: 30px 0 0;
  }
}
#ticketWrap_id .ticketWrap .box .deco {
  line-height: 2.5em;
}

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

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

gensaku wrap

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

.gensakuWrap {
  max-width: 1020px;
  margin: 0 auto;
  text-align: left;
  /*comicBox*/
}
.gensakuWrap .comicBox {
  display: flex;
  justify-content: center;
  margin: 0 0 4em;
}
@media screen and (max-width: 849px) {
  .gensakuWrap .comicBox {
    display: block;
    margin: 2em 0 4em;
  }
}
.gensakuWrap .comicBox .imgBox {
  width: 44.65%;
  padding: 0 0 0 1%;
}
@media screen and (max-width: 849px) {
  .gensakuWrap .comicBox .imgBox {
    width: 90%;
    margin: 0 auto;
  }
}
.gensakuWrap .comicBox .imgBox img {
  width: 50%;
}
.gensakuWrap .comicBox .desBox {
  width: 52%;
  margin: 0.3em 0 0 3.38%;
}
@media screen and (max-width: 849px) {
  .gensakuWrap .comicBox .desBox {
    width: auto;
    margin: 1em 0 0;
  }
}
.gensakuWrap .comicBox .desBox .txt1 {
  font-size: 3rem;
  line-height: 1.3em;
}
@media screen and (max-width: 849px) {
  .gensakuWrap .comicBox .desBox .txt1 {
    font-size: 2.3rem;
  }
}
.gensakuWrap .comicBox .desBox .txt2 {
  font-size: 2rem;
  line-height: 1.3em;
}
@media screen and (max-width: 849px) {
  .gensakuWrap .comicBox .desBox .txt2 {
    font-size: 1.8rem;
  }
}
.gensakuWrap .comicBox .btn {
  position: relative;
  margin: 2em 0 0;
}
.gensakuWrap .comicBox .btn a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #eaaa52;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  font-feature-settings: initial;
  padding: 0.5em;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.gensakuWrap .comicBox .btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1em;
  content: "";
  display: inline-block;
  background-color: #eaaa52;
  width: 14px;
  height: 22px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.gensakuWrap .comicBox .btn a:hover {
  opacity: 0.6;
}
.gensakuWrap .bnr {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .gensakuWrap .bnr {
    margin: 1.5em auto 0;
  }
}
.gensakuWrap .bnr a {
  transition: opacity 0.3s;
}
.gensakuWrap .bnr a:hover {
  opacity: 0.6;
}

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

footer wrap

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

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

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;
  }
}

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

.pagetop a {
  position: relative;
  display: inline-block;
  color: #fff;
  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 #fff;
  border-right: 8px solid #fff;
  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: "Noto Sans JP", 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: "Noto Sans JP", 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 .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 30px;
  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 .boxBorder {
  padding: 3em 0 0;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .boxBorder {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  #goodsWrap_id .goodsWrap .boxBorder {
    width: auto;
  }
}
#goodsWrap_id .goodsWrap .boxBorder .boxBorderIn {
  margin: 0 auto 3em;
  border: 1px solid #fff;
  padding: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  max-width: 100%;
  font-feature-settings: initial;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .boxBorder .boxBorderIn {
    padding: 1em;
  }
}
#goodsWrap_id .goodsWrap .boxBorder .boxBorderIn .des dt {
  font-weight: bold;
  float: left;
  margin: 0.8em 0;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .boxBorder .boxBorderIn .des dt {
    float: none;
    margin: 0.8em 0 0.2em;
  }
}
#goodsWrap_id .goodsWrap .boxBorder .boxBorderIn .des dd {
  padding: 0.8em 0 0.8em 9em;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 849px) {
  #goodsWrap_id .goodsWrap .boxBorder .boxBorderIn .des dd {
    padding: 0em 0 0.8em 0;
  }
}
#goodsWrap_id .goodsWrap .boxBorder .boxBorderIn .des dd:last-child {
  border: none;
}

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

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;
  }
}
.decoBox {
  max-width: 800px;
  margin: 3em auto 0;
  text-align: left;
  border: solid 1px #fff;
  width: 100%;
  padding: 5rem;
  font-feature-settings: initial;
}
@media screen and (max-width: 849px) {
  .decoBox {
    width: 90%;
    padding: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .decoBox {
    width: 95%;
    padding: 2rem;
    font-size: 0.85em;
  }
}
.decoBox .ttl {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1em;
}
.decoBox p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
}
.decoBox .name {
  margin: 2em 0 0;
}

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

swiperWrap

*********************/
.swiperWrap {
  width: 1230px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1230px) {
  .swiperWrap {
    width: 100%;
  }
}
.swiperWrap .swiper-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .swiperWrap .swiper-wrapper {
    justify-content: normal;
  }
}
.swiperWrap .swiper-wrapper .swiper-slide {
  width: 33.33%;
}
@media screen and (max-width: 849px) {
  .swiperWrap .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
.swiperWrap .swiper-wrapper .swiper-slide .box a {
  transition: opacity 0.3s;
}
.swiperWrap .swiper-wrapper .swiper-slide .box a:hover {
  opacity: 0.6;
}
.swiperWrap .swiper-wrapper .swiper-slide .box .img {
  margin: 0 auto;
  width: 277px;
}
@media screen and (max-width: 1240px) {
  .swiperWrap .swiper-wrapper .swiper-slide .box .img {
    width: 22.5vw;
  }
}
@media screen and (max-width: 849px) {
  .swiperWrap .swiper-wrapper .swiper-slide .box .img {
    width: auto;
  }
}
.swiperWrap .swiper-wrapper .swiper-slide .box .ttl {
  font-size: 3.2rem;
  line-height: 1.3em;
  margin: 0.7em 0;
}
@media screen and (max-width: 1240px) {
  .swiperWrap .swiper-wrapper .swiper-slide .box .ttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 849px) {
  .swiperWrap .swiper-wrapper .swiper-slide .box .ttl {
    font-size: 2.4rem;
  }
}
.swiperWrap .swiper-wrapper .swiper-slide .box .ttl a {
  color: #fff;
  text-decoration: none;
}
.swiperWrap .swiper-wrapper .swiper-slide .box .txt {
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 1240px) {
  .swiperWrap .swiper-wrapper .swiper-slide .box .txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 849px) {
  .swiperWrap .swiper-wrapper .swiper-slide .box .txt {
    font-size: 1.4rem;
  }
}

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