@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: transparent; 
  vertical-align: baseline;
  font-family: "Source Han Serif JP", serif;
}
img {vertical-align: bottom;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
  
html,body {
  width: 100%;
  height: 100%;
  background-image: url(../img/BG_main.png);
  font-size: 12pt;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  color: #6d070a;
  font-family: sans-serif;
}
a {text-decoration: none;}
/*a:hover {opacity: .5;}*/

.debug {
  width: 100%;
  height: 20px;
  background-color: #FFF;
  position: fixed;
  top: auto;
  bottom: 0;
  text-align: center;
  z-index: 9999;
  display: none;
}

.pc {display: block;}
.sp {display: none !important;}

.flex {
  display: flex;
  flex-wrap: wrap;
}


/*************** 見出し・フォント設定 ***************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

h1 {
  width: 300px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 100em;
  background-size: contain;
  margin-bottom: 40px;
}
#pickup {background-image: url(../img/h1_pickup.png);}
#news {background-image: url(../img/h1_news.png);}

#h1chara {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_character.png);
  background-repeat: no-repeat;
}
#h1intro {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_intro.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#h1outline {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_outline.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#h1gallery {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_gallery.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#h1gallery {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_gallery.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#h1download {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_download.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}
#h1special {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/116;
  background-image: url(../img/h1_special.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
}

h3 {
  width: 100%;
  height: 56px;
  font-size: clamp(24px, 4vw, 50px);
  text-align: center;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Source Han Serif JP", serif;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.75);
}

h2 {
  width: 100%;
  height: 116px;
  font-size: clamp(24px, 4vw, 50px);
  text-align: center;
  font-weight: bolder;
  line-height: 116px;
  font-family: "Source Han Serif JP", serif;
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.75);
}
h2 div {
  text-align: center;
  transform: scale(0.75, 1);;
}
.h3_intro {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  margin: 30px auto 30px auto;
  font-size: 14pt;
  text-shadow: 0px 0px 4px rgb(255, 255, 255),0px 0px 4px rgb(255, 255, 255),0px 0px 4px rgb(255, 255, 255),0px 0px 4px rgb(255, 255, 255),0px 0px 4px rgb(255, 255, 255),0px 0px 8px rgb(255, 255, 255),0px 0px 8px rgb(255, 255, 255),0px 0px 8px rgb(255, 255, 255),0px 0px 16px rgb(255, 255, 255),0px 0px 16px rgb(255, 255, 255);
  color: #5c514a;
  padding-top: 50px;
  font-family: sans-serif;
}


.introbox h4 {
  color: #5c514a;
  font-size: clamp(28px, 3vw, 28px);
  margin-top: 40px;
  margin-bottom: 0px !important;
  font-family: sans-serif;
  line-height: 1.3em !important;
}
.introbox h4 br {
  line-height: 0;
}
.introimg {
  width: 90% !important;
}
.outwrap h4 {
  font-size: 16pt;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.outwrap h4::first-letter {
  font-size: 70%;
  color: #99a3d7;
  margin-right: 5px;
  margin-left: 5px;
  display: table-cell;
  vertical-align: top;
}


/*************** モーダル設定 ***************/
.modal {
  display: none;
}
.wall {
  display: none;
}

.mainwrap {
  width: 100%;
}


/*************** メニュー ***************/
.menuwrap {
  width: 100%;
  height: 61px;
  background-color: #eb4c66;
  background-image: url(../img/BG_header.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0px 0px 10px 0px black;
  border-top: 1px solid #901e31;
}
.naviul {
  width: 100%;
  max-width: 1000px;
  min-height: 61px;
  position:absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.naviul ul {
  width: 667px;
  height: 20px;
  list-style: none;
  color: #FFF;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}
.naviul ul li {
  text-align: center;
  border-left: 1px solid #FFF;
  font-family: sans-serif;
}
.naviul ul li:first-child {
  border-left: none;
}
.naviul ul li a {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.naviul a {
  color: #FFF;
}
.now {
  opacity: .5;
}

.navlogo {
  width: 100%;
  max-width: 135px;
  max-height: 43px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  
}
.navlogo img {
  width: 100%;
  height: auto;
}

/*************** TOP画像 ***************/
#mainVi {
	width: 100%;
  line-height: 0;
}
#mainVi img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

body, #mainVi {
  margin: 0;
  padding: 0;
}


/*************** TOP画像下 ***************/
.topobi {
  height: 411px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #912133;
}
.obibox  {
  width: 100%;
  height: 100%;
  background-image: url(../img/BG_topobi.jpg);
  position: relative;
}
.obiban {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  border: 1px solid #f95854;
}
.obiban img {
  width: 100%;
}

/*************** PickUp ***************/
.pickwrap {
  width: 100%;
  height: auto;
  min-height: 760px;
  background-image: url(../img/BG_pickup.jpg);
  background-color: #FFF;
  background-size: cover;
}
.pickbox {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}
.pickuplist {
  width: 100%;
  max-width: 1000px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickuplist li {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .5);
  background-color: #fff;
}
.pickuplist li a {
  width: 100%;
  height: 100%;
  display: block;
}
.pickuplist img {
  width: 100%;
}
.picks {
  max-width: 306px !important;
}
.pickuplist {
  max-width: 1000px !important;
}
.oldpick {
  width: 116px;
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}
.oldpick a {
  width: 100%;
  display: block;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #5c514a;
}

/*************** SNS ***************/
.snswrap {
  width: 100%;
  min-height: 280px;
  display: flex;
  background-color: #e5dcdc;
}
.snsbox {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.youtubewrap {
  width: 50%;
  min-width: 270px;
  margin-bottom: 0px;
}
.youtubebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubebox iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.xwrap {
  width: 50%;
  height: 281px !important;
  position: relative;
  right: 0;
  background-color: #FFF;
}


/*************** ニュース ***************/
.bottomwrap {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/BG_cont.png);
}
.newsbox {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.newsbox dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
}
.newsbox dl dt,
.newsbox dl dd {
  font-family: sans-serif;
  box-sizing: border-box;
}
.newsbox dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 20px;
  color: #8c141e;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.newsbox dt:after {
  content: "";
	flex-grow: 1;
	height: 1px;
	background: #8c141e;
	display: block;
  margin: 0px 0px 0px 10px;
}
.newsbox dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding: 0px 0px;
  border-bottom: 1px solid #5c514a;
}
.newsbox dd a {
  font-family: sans-serif;
}
.newsbox dt:last-child,
.newsbox dd:last-child {
  border-bottom: 1px solid #5c514a;
}
.newsbox dt:first-of-type,
.newsbox dd:first-of-type {
  border-top: 1px solid #5c514a;
}
#oldnews {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 0;
}


/*************** フッター ***************/
.footer {
  width: 100%;
  height: 81px;
  position: relative;
  background-color: #ff908d;
  margin: 0;
  bottom: 0;
}
.footul {
  width: 100%;
  max-width: 1000px;
  min-height: 62px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
.footul ul {
  height: 20px;
  list-style: none;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  position: relative;
  font-weight: bold;
}
.footul ul li {
  font-family: sans-serif;
  text-align: center;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  border-left: 1px solid #FFF;
}
.footul ul li:first-child {
  border-left: none;
}
.footul ul li a {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.footul a {
  color: #FFF;
}
.footul ul li #thisp {
  color: #8088b1!important;
}

.xliwrap {
  width: 100%;
  height: 275px;
  position: relative;
}
.xlink {
  width: 120px;
  height: 120px;
  background-image: url(../img/xlink.png);
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.xlink a{
  width: 100%;
  height: 100%;
  display: block;
}


.gtt {
  width: 35px;
  height: 35px;
  background-image: url(../img/gototop.png);
  background-size: cover;
  position: fixed;
  right: 0;
  bottom: 0px;
  cursor: pointer;
  z-index: 1000;

}

/*************** 各ページ共通 ***************/
.contwrap {
  width: 100%;
  font-family: "Source Han Serif JP", serif;
  font-weight: 600;
}
.innerwrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18pt;
  line-height: 1.7em;
  padding-bottom: 80px;
}
.onitem {
  width: 108% !important;
}


/*************** イントロ ***************/

.storytxt {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: serif;
  line-height: 1.5em;
  font-size: 16pt;
  text-align: center;
  color: #764e3c;
}
.storyphoto {
  width: 100%;
  max-width: 900px;
  min-height: 350px;
  margin: 0 auto;
  position: relative;
}
.photo1 {
  width: 70%;
  max-width: 420px;
  position: absolute;
  left: 3%;
  top: 7%;
  z-index: 10;
  transform: rotate(-12deg);
}
.photo2 {
  width: 70%;
  max-width: 420px;
  position: absolute;
  right: 3%;
  bottom: 7%;
  z-index: 9;
  transform: rotate(8deg);
}
.photo2 img,
.photo1 img {
  width: 100%;
}

.introwrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18pt;
  line-height: 1.7em;
  padding-bottom: 80px;
  background-color: #d19c71;
}

.introbox {
  width: 90%;
  max-width: 950px;
  min-height: 100px;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
}
.introbox p {
  width: 93%;
  color:#353535;
  margin-left: auto;
  margin-right: auto;
  font-size: 12pt;
  text-align: center;
  line-height: 1.5em;
  font-family: sans-serif;
  font-weight: normal;
}
.introbox h4 {
  font-size: 15pt;
  text-align: center;
  margin: 0 auto;
  display: inline-block !important;
  line-height: 1.3em;
  border-bottom: 1px solid #5c514a; /* 下線を引く */
  padding-left: 20px; /* 左に余白をつける */
  padding-right: 20px; /* 右に余白をつける */
  padding-bottom: 3px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.sepatxt {
  width: 29%;
  text-align: left;
}
.introimg {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.introimg img {
  width: 100%;
  height: auto;
}
.intro_r {
  width: 27%;
  text-align: left;
}
.introbox h5 {
  font-size: 13pt;
  display: block;
  text-align: left;
  color: #ff5fa9;
  margin-top: 30px;
}
.intro_r h5:first-child {
  margin-top: 0;
}
.introp {
  width: 78%;
  text-align: left;
  margin: 0 auto;
}

/*************** キャラクター ***************/
.charah2 {
  background-image: url(../img/BGh_chara.jpg);
  background-size: contain;
}
.charawrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18pt;
  padding-bottom: 20px;
  padding-top: 20px;
}
.charalist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.charalist li {
  width: 12%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  box-sizing: border-box;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 2px solid #e24a7d;
}
.charalist li img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.charalist li img:hover {
  cursor: pointer;
  opacity: .5;
}
/*
#cha01 {background-image: url(../img/cha01.png);}
#cha02 {background-image: url(../img/cha02.png);}
#cha03 {background-image: url(../img/cha03.png);}
#cha04 {background-image: url(../img/cha04.png);}
#cha05 {background-image: url(../img/cha05.png);}
#cha06 {background-image: url(../img/cha06.png);}
#cha07 {background-image: url(../img/cha07.png);}
#cha08 {background-image: url(../img/cha08.png);}
#cha09 {background-image: url(../img/cha09.png);}
#cha10 {background-image: url(../img/cha10.png);}
#cha11 {background-image: url(../img/cha11.png);}
#cha12 {background-image: url(../img/cha12.png);}
*/
.charastage {
  width: 100%;
  max-height: 800px;
  position: relative;
  border-top: 6px solid #F00;
  border-bottom: 6px solid #F00;
}
.charabox {
  width: 100vw;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.slider img {
  height: auto;     /* 高さは自動調整 */
  object-fit: cover; /* 必要に応じてトリミング */
}
.dummy {
  visibility: hidden;
}


.slick-center {
  opacity: 1 !important;
}
.slick-slide {
  opacity: .5;
  line-height: 0;
  max-height: 600px;
}
.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 15/8;
}



.voice {
  list-style: none;
  position: absolute;
  top: 37%;
  left: 20%;
  display: flex;
  gap: 10px;
}
.voice li {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url(../img/voice.png);
  background-size: cover;
}
.voice li:hover {
  opacity: .5;
  background-image: url(../img/BG_voice.png);
}

/*************** ギャラリー ***************/
.galleryh2 {
  background-image: url(../img/BGh_gallery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.gallerywrap {
  width: 100%;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 70px;
  gap: 20px;
}
.gallerywrap li {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #2f3972;
  border: 4px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3);
}
.gallerywrap li img:hover {
  cursor: pointer !important;
}
.gallerywrap li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.gallerywrap li a img {
  width: 101%;
  aspect-ratio: 16 / 9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  transition: all 200ms 0s ease;
}
.vbox-bottom {
  display: none;
}


/*************** ダウンロード ***************/
.downh2 {
  background-image: url(../img/BGh_special.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}


/*************** アウトライン ***************/
.outlineh2 {
  background-image: url(../img/BGh_outline.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.outwrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.7em;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url(../img/BG_outline.jpg);
  background-size: cover;
}
.outwrap table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  text-align: left;
  font-weight: normal;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.outwrap td:first-child {
  width: 20%;
  min-width: 150px;
  background-color: #8088b1;
  color: #fff;
  font-weight: bolder;
}
.outwrap td {
  padding-left: 1em;
  border-top: 1px solid #1f2a67;
  border-bottom: 1px solid #1f2a67;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.8em;
}
.tablewrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
}

.tablewrap table {
  width: 48%;
  border-collapse: collapse;
  margin-bottom: 50px;
  text-align: left;
  font-weight: normal;
}
.tablewrap table th {
  text-align: left;
  font-weight: bolder;
  font-family: sans-serif !important;
  color: #8f877c;
}
.tablewrap table th:before {
  content: '●';
  color: #eb4c66;
}
.tablewrap table td {
  color: #764e3c;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  border-top: 1px solid #8f877c;
  border-bottom: 1px solid #8f877c;
  font-family: sans-serif !important;
  line-height: 1.5em;
}
.tablewrap table td:nth-child(odd) {
  color: #FFF;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #eb4c66;
  font-weight: bold;
}

.tablewrap table td:nth-child(even) {
  padding-left: 10px;
}
.subtable {
  margin: 0;
  padding: 0;
  width: 90% !important;
}
.subtable td:first-child {
  min-width: 100px !important;;
}

/*************** スペシャル ***************/
.specialh2 {
  background-image: url(../img/BGh_special.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.spewrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18pt;
  line-height: 1.7em;
  padding-top: 70px;
  padding-bottom: 80px;
}
.spewrap img {
  width: 100%;
}
.spcpban {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  grid-template-columns: 1fr;
  margin-top: 20px;
  gap: 20px;
}
.spcpban img {
  width: 100%;
  box-shadow: 0 0 8px #000000;
}



/*************** 店舗特典 ***************/
.tenpowrap {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
  justify-content: space-around;
}
.tokutenboxs img,
.tokutenboxm img,
.tokutenbox img {
  width: 100%;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3);
}

.tokutenbox { width: 100%; margin-bottom: 30px;}
.tokutenboxm { width: 48%; margin-bottom: 30px;}
.tokutenboxs { width: 30%; margin-bottom: 30px;}

.tokutenboxs a,
.tokutenboxm a,
.tokutenbox a {
  width: 80%;
  max-width: 318px;
  font-size: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  font-family: serif;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto 20px auto;
  background-color: #5c514a;
  border-radius: 20px;
  line-height: 1.5em;
}

.tokutenbox a:nth-of-type(2){
    margin-top: 0px;
    margin-bottom: 80px;
}




/*************** その他 ***************/
.comingwrap{
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}
.comingwrap img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}



/***************  ***************/
/***************  ***************/
/***************  ***************/
/***************  ***************/













/********************************** モバイル **********************************/
@media screen and (max-width: 1024px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
  html,body {
    font-size: 10pt;
  }
  #h1outline,
  #h1special,
  #h1download,
  #h1gallery,
  #h1chara,
  #h1intro {
    width: 100%;
    height: 70px;
    background-size: cover;
    background-position: center;
  }
  h3 {
    width: 100%;
    height: 56px;
    font-size: clamp(40px, 8vw, 50px);
    transform: scale(0.75, 1);
    text-align: center;
    font-weight: bolder;
    line-height: 1.5;
    font-family: "Source Han Serif JP", serif;
  }
  h2 {
    height: 70px;
    line-height: 70px;
    font-size: clamp(40px, 5vw, 50px);
  }
  .menuwrap {
    height: 72px;
    background-size: cover;
    background-position: -200px 1px;
    background-repeat: no-repeat;
  }
  .mnswitch {
    width: 72px;
    height: 72px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #eb4c66;
  }
  /*ボタン内側*/
  .mnswitch span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    width: 50%;
  }
  .mnswitch span:nth-of-type(1) {
    top: 33%; 
  }
  .mnswitch span:nth-of-type(2) {
    bottom: 33%;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .mnswitch.active span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    width: 60%;
    transform: translateY(0%) rotate(-225deg);
  }
  .mnswitch.active span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    width: 60%;
    transform: translateY(0%) rotate(225deg);
  }
  .navlogo {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .mnbg {
    width: 100%;
    height: 100%;
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    display: none!important;
  }
  .mnbgon {
    animation-name: mnbgon;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    display: block!important;
    background-image: url(../img/BG_spmenu.png);
    background-repeat: no-repeat;
  }
  @keyframes mnbgon{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  .mnbg ul {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .mnbg li {
    width: 100%;
    height: 50px;
    filter: blur(10px);
    font-size: 13pt;
    font-family: sans-serif;
    height: 20px;
    margin-bottom: 20px;
  }
  .mnbg li:first-child {margin-top: 50px;}
  .mnbg li:last-child {margin-bottom: 10px;}
  .mnbg li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
  }
  .mnbg li.active {
    animation-name: blur;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  @keyframes blur{
    from {
      filter: blur(10px);
    }
  
    to {
      filter: blur(0);
    }
  }
  .topbox img {
    width: 100%;
  }
  .topobi {
    height: 180px;
    position: relative;
    background-image: url(../img/BG_topobi.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pickuplist {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .pickuplist li {
    margin-bottom: 20px;
  }
  .pickbox {
    padding-bottom: 40px;
  }
  .picks {
    width: 30% !important;
  }
  .youtubewrap {
    width: 100%;
  }
  .xwrap {
    width: 100%;
  }
  .newsbox {
    width: 90%;
  }
  .newsbox dt {
    width: 30%;
    font-weight: normal;
    padding: 20px 0px;
  }
  .newsbox dd {
    display: flex;
    width: 70%;
    padding: 0px 0px;
  }
  .footer {
    height: 80px;
  }
  .footul ul {
    height: 60px;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
  }
  .footer ul li {
    width: calc(25% - 1px);
    display: block;
    margin-bottom: 5px;
    border-left: 1px solid #FFF;
  }
  .footer ul li:nth-child(7),
  .footer ul li:nth-child(3) {
    color: #000000;
    border-left: 0px solid #F00!important;
  }
  .listspace {
    width: 100%!important;
  }
  .introwrap2 h4 {
    font-size: 18pt;
    line-height: 1.2em;
  }
  .introwrap {
    font-size: 9.5pt;
  }
  .introwrap p {
    margin-top: 30px;
  }
  .introwrap2 p {
    width: 100%;
    font-size: 7pt;
    margin-left: auto;
    margin-right: auto;
  }
  .charawrap {
    width: 90%;
  }
  .charastage {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .charabox {
    width: 100%;
    overflow: hidden;
  }
  .charabox img {
    width: 100%;
  }
  .cboxshadow {
    display: none;
  }
  .charalist {
    min-height: 100%;
  }
  .charalist li {
    width: 20%;
    height: 20%;
    gap: 0px;
  }
  .slick-dots {
    display: none!important;
  }
  .slick-list {
    padding: 0!important;
  }
  .charabox div {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .spcpban a {
    width: 90%;
  }
  .outwrap table {
    width: 90%;
  }
  .outwrap td:first-child {
    width: 20%;
    min-width: 100px;
  }
  .subtable td:first-child {
    min-width: 80px !important;;
    text-align: center;
  }
}

