@charset "UTF-8";

/*------------------------------------------------
font-face
------------------------------------------------*/

/*------------------------------------------------
universal
------------------------------------------------*/
body {
	font-family: 'Noto Sans JP', Avenir, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #000;
  position: relative;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #999;
	border: none;
	outline: none;
}
a:visited {
	color: #fff;
	text-decoration-color: #999;
}
a:hover, a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
.fltlt {
  float: left;
  margin: 0 20px 35px 0;
  display: block;
}
.fltrt {
  float: right;
  margin: 0 0 35px 20px;
  display: block;
}
.notoSerif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.btn_ef a, .btn_bk a {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	color: #fff;
}
.btn_ef a:hover, .btn_bk a:hover {
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	text-decoration: none;
  color: #fff;
}
.btn a img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.btn a:hover img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

@media screen and (max-width: 750px) {
  .fltlt, .fltrt {
    float: none;
    margin: 0 auto 25px;
    display: block;
  }
  .fltlt img, .fltrt img {
    margin: 0 auto;
    text-align: center;
  }
}


/*------------------------------------------------
fade-in
------------------------------------------------*/
.effect {
	overflow: hidden;
}
#header .fade-in, #top_topics .fade-in, #social .fade-in, #ftbnr .fade-in, #footer .fade-in, #chara #chara_list .fade-in, #mecha #mecha_list .fade-in, #comic #comic_list .fade-in, #news #news_list .fade-in, #world .fade-in, #staff .fade-in, #product .fade-in {
	transition: .8s;
}
.fade-in {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.fade02 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #staff_list.fade-in, #top #footer.fade-in {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }  
}
/*------------------------------------------------
global
------------------------------------------------*/
#wrapper {
	width: 100%;
  min-width: 1080px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#main {
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: transparent url(../images/bg_03_pc.png) no-repeat center 120px;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#top #main {
	background: none;
}
.contents {
	width: 100%;
	height: auto;
	margin: 0;
  padding: 0 0 20px;
	position: relative;
	overflow: hidden;
	background: transparent url(../images/bg_04_pc.png) no-repeat center bottom;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#top .contents {
  padding-top: 20px;
}
.content_box {
	width: 90.67%;
  max-width: 980px;
	height: auto;
  min-height: 650px;
  margin: 15px auto 40px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.inner_box {
  width: 100%;
  margin: 0;
  padding: 45px 0;
  text-align: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.partation {
  margin-top: 40px;
  padding-top: 36px;
}
@media screen and (max-width: 750px) {
  #wrapper {
    width: 100%;
    min-width: auto;
  }
  #main {
    background: transparent url(../images/bg_01_sp.png) no-repeat center top;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  #top #main {
    background: none;
  }
  .contents {
    background: transparent url(../images/bg_02_sp.png) no-repeat center bottom;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .content_box {
    width: 90.67%;
    max-width: none;
    margin: 30px auto 40px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .inner_box {
    padding: 35px 0;
  }
}

/*------------------------------------------------
text
------------------------------------------------*/
h2 {
	width: 400px;
	height: 46px;
	margin: 0 auto 60px;
	padding: 0;
	text-align: center;
  display: block;
  overflow: hidden;
}
h2 img {
	width: 400px;
	height: auto;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0 3px;
	text-align: left;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0 3px;
	text-align: left;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 0 3px;
	text-align: left;
}
p.center {
	text-align: center;
}
p.large {
	font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 2.5;
}
p.exlarge {
	font-size: 20px;
  line-height: 2;
	font-weight: bold;
}
.size12 {
	font-size: 12px;
}
.size9 {
	font-size: 9px;
}
p.alignright {
  text-align: right;
}
span.supText {
  font-size: 75.5%;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
span.pconly {
  display: inline;
}
@media screen and (max-width: 750px) {
  h2 {
    width: 100%;
    position: relative;
  }
  h2 img {
    position: absolute;
    left: 50%;
    margin-left: -200px;
  }
  h3 {
    font-size: 22px;
  }
  p.large {
    font-size: 16px;
  }
  span.pconly {
    display: none;
  }
}

/*------------------------------------------------
header
------------------------------------------------*/
#header {
  width: 100%;
  height: 120px;
	position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  background: transparent url(../images/hd_bg_pc.png) no-repeat right top;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#top #header {
  height: auto;
  min-height: 880px;
  margin: 0;
  background-image: none; 
  background: #000;
}
#header .main_visual {
  width: 100%;
  height: 100%;
	position: absolute;
  text-align: center;
  overflow: hidden;
}
#header .main_visual ul {
  width: 100%;
  height: 100%;
	list-style: none;
  margin: 0;
}
#header .main_visual ul li {
  width: 100%;
  height: 100%;
	position: relative;
  margin: 0;
}
#header .main_visual img {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
	position: relative;
  overflow: hidden;
}
#header .main_visual #moon-sign {
  width: 530px;
  height: 530px;
  margin: 0;
  display: block;
	position: absolute;
  top: 300px;
  right: -50px;
}
#header .main_visual #moon-sign img {
  width: 100%;
  height: 100%;
  left: auto;
  margin: 0; 
}
#header .hd_box {
	width: 92%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto 30px;
  display: block;
	position: relative;
  overflow: hidden;
}
#header .inner {
  float: right;
	width: 485px;
	margin: 0 auto;
  text-align: left;
  z-index: 1;
}
#header h1 {
	width: 185px;
	height: 82px;
	margin: 19px 0;
}
#top #header h1 {
	width: 307px;
	height: 136px;
	margin: 30px auto 0;
  position: relative;
  top: auto;
  left: auto;
}
#header h1 a {
	width: auto;
	height: auto;
}
@media screen and (max-width: 1400px) {
  #header .main_visual img {
    width: 1400px;
    left: 50%;
    margin-left: -700px;
  }
}
@media screen and (max-width: 1280px) {
  #header {
    -moz-background-size: 1280px auto;
    background-size: 1280px auto;
  }
}
@media screen and (max-width: 1096px) {
  #header .main_visual {
    width: 1200px;
  }
  #header .main_visual img {
    width: 1400px;
    left: 50%;
    margin-left: -700px;
  }
  #header .hd_box .inner {
    width: 385px;
  }
  #top #header h4 {
    font-size: 24px;
  }
  p.lead {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  #header {
    height: 80px;
    margin: 0;
    background: transparent url(../images/hd_bg_sp.png) no-repeat center top;
    -moz-background-size: cover;
    background-size: cover;
  }
  #top #header {
    height: auto;
    min-height: auto;
    background-image: none; 
    background: #000;
  }
  #header .main_visual {
    width: 100%;
    height: auto;
    position: relative;
  }
  #header .main_visual img {
    width: 100%;
    height: auto;
    max-width: auto;
    left: 0;
    margin: 0;
  }
  #header .main_visual .slick-slide img.pconly {
    display: none;
  }
  #header h1 {
    /*width: 42.27vw;*/
    width: 164px;
    height: auto;
    margin: 1.13vw 0 0;
  }
  #top #header h1 {
    width: 246px;
    height: auto;
    margin: 20px auto 0;
  }
  #header .hd_box {
    width: 100%;
    max-width: auto;
    margin-bottom: 0;
  }
  #top #header .hd_box {
    background: transparent url(../images/bg_01_sp.png) no-repeat center 48vw;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 60px;
  }
  #header .inner {
    float: none;
    width: 90.67%;
    text-align: center;
  }
  #top #header h4 {
    font-size: 26px;
  }
  p.lead {
    font-size: 12px;
  }
}

h2.catch {
	width: 375px;
	height: 240px;
	margin: 0 auto 10px;
	padding: 0;
}
h2.catch img {
	width: 100%;
	height: auto;
}
#top #header h4 {
	font-size: 26px;
	line-height: 1.6;
	text-align: left;
	padding: 0 0.5em;
	margin-bottom: 1em;
	text-indent: -0.5em;
	letter-spacing: -0.09em;
	transform: scale(1,1.03);
}
#top #header h4 span {
	letter-spacing: -0.5em;
}
p.lead {
	font-size: 14px;
	text-align: left;
  padding: 0 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  h2.catch {
    width: 100%;
    height: auto;
    margin: 0;
  }
  h2.catch img {
    position: relative;
    left: auto;
    margin: 0;
  }
  p.lead {
    font-size: 15px;
    padding: 0 0 0 1em;
    margin-bottom: 0px;
  }
}

/*------------------------------------------------
Navigation
------------------------------------------------*/
#g_nav.slidemenu {
  display: block;
	width: 980px;
  height: auto;
	margin: 0 auto 27px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#top #g_nav.slidemenu {
	margin-bottom: 17px;
}
ul.g_nav_list {
	width: auto;
	height: auto;
	margin: 17px auto;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.g_nav_list li {
	width: 118px;
	height: 29px;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
  margin: 0 -6px;
  letter-spacing: normal;
  position: relative;
}
ul.g_nav_list li:nth-of-type(odd) {
  margin-top: 20px;
}
ul.g_nav_list li::after {
  content: "";
	width: 100%;
	height: 6px;
	display: block;
	padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fd114d;
  transform:skewX(-54deg);
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
ul.g_nav_list li:hover::after, ul.g_nav_list li.focus::after {
  background: #ff447f;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  box-shadow: 0 0 8px 2px #fd114d;
}
ul.g_nav_list li a {
	display: block;
}
ul.g_nav_list li a img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
ul.g_nav_list li a:hover img {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  text-decoration: none;
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
ul.g_nav_list li img {
	width: auto;
	height: 29px;
}
.btn_menu {
  display: none;
}
@media screen and (max-width: 750px) {
  .btn_menu {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 12px;
    z-index: 9999;
    transition: all .5s;
  }
  .btn_menu span {
    display: block;
    height: 4px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    border-radius: 2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .btn_menu span:nth-child(1) {
    top:0px;
  }
  .btn_menu span:nth-child(2) {
    top:8px;
  }
  .btn_menu span:nth-child(3) {
    top:16px;
  }
  .btn_menu.active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .btn_menu.active span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .btn_menu.active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
	#g_nav.slidemenu {
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
		display: none;
	}
  ul.g_nav_list {
    width: 90.67%;
    margin: 5% auto;
    padding: 0;
    position: relative;
    list-style: none;
    text-align: left;
  }
  ul.g_nav_list li, ul.g_nav_list li:first-child, ul.g_nav_list li:last-child {
    width: 34%;
    height: auto;
    background: none;
    display: inline-block;
    margin: 20px 8% 10px 8%;
    line-height: 0;
    text-align: left;
  }
  ul.g_nav_list li a {
    display: block;
  }
  ul.g_nav_list li a:before {
    content: "";
    width: 6px;
    height: 10px;
    margin: 0 4px 14px 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    background: url(../images/icon_arw_nav.png) no-repeat left 40%;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
  }
  ul.g_nav_list li a:hover img {
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
}

/*------------------------------------------------
Top Page
------------------------------------------------*/

/* top_topics */
#top_topics {
	width: 980px;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
#top #top_news {
  float: left;
	width: 520px;
	height: 475px;
	margin: 0 20px 40px 0;
  padding: 0;
  text-align: left;
	position: relative;
  overflow: hidden;
}
#top #top_news.longver {
  float: none;
	width: 740px;
	height: auto;
	margin: 0 auto 40px;
}
#top #twitter {
  float: left;
	width: 440px;
	height: 475px;
	margin: 0 0 40px;
  padding: 0;
  text-align: left;
	position: relative;
  overflow: hidden;
}
#top_topics h3 {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
#top #twitter iframe {
}
#top_topics .top_topic_inner {
	height: 335px;
  padding: 20px 20px 70px;
  background: #eaeaea;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#top_topics .longver .top_topic_inner {
	height: auto;
  margin: 0 4px;
}
#top #top_news .btn_ef, #top #twitter .btn_ef {
	width: 160px;
  height: 40px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -80px;
  z-index: 6666;
}
#top #top_news .btn_ef a, #top #twitter .btn_ef a,
#top #top_news .btn_ef a img, #top #twitter .btn_ef a img {
	width: 160px;
  height: 40px;
  display: block;
}

dl.newstopics {
  width: 480px;
  height: 330px;
  margin: 0 auto;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  list-style: none;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}
.longver dl.newstopics {
  width: 100%;
  height: 300px;
}
dl.newstopics dt, dl.newstopics dd {
	margin: 0 0 0.8em;
  padding-top: 0.8em;
  display: inline-block;
  vertical-align: top;
  border-top: solid 1px #ccc;
}
dl.newstopics dt {
  width: 23%;
}
dl.newstopics dd {
  width: 77%;
}
dl.newstopics dt:first-child, dl.newstopics dd:nth-child(2) {
  padding-top: 0;
  border-top: none;
}
#top #top_news dl.newstopics {
  overflow-y: auto;
}
#top #top_news dl.newstopics, #top #top_news dl.newstopics a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #top_topics {
    width: 93%;
  }
  #top #top_news, #top #top_news.longver, #top #twitter {
    float: none;
    width: 100%;
    height: 610px;
    margin: 0 0 6px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  #top_topics .top_topic_inner, #top_topics .longver .top_topic_inner {
    height: 450px;
  }
  dl.newstopics, .longver dl.newstopics {
    width: 100%;
    height: 450px;
  }
  dl.newstopics dt {
    display: block;
    width: 100%;
    border-top: solid 1px #ddd;
    padding-top: 1em;
	  margin: 0 0 0.6em;
  }
  dl.newstopics dt:first-child {
    border-top: none;
  }
  dl.newstopics dd {
    display: block;
    width: 100%;
    border-top: none;
  }
}


/*------------------------------------------------
News
------------------------------------------------*/
.news_column {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
}
#charabox {
  flex-basis: auto;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: left;
  display: block;
  flex-shrink: 5;
}
#listbox {
  flex-basis: 240px;
  margin: 50px 0 20px 20px;
  padding: 20px;
  text-align: left;
  display: block;
  overflow: visible;
  position: relative;
  background: #eaeaea;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-shrink: 0;
}
#listbox:before {
  content: '';
  width: 100%;
  height: 50px;
  margin: 0;
  background: url(../images/newslist_pc.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
}
.news-detail-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 140%;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  padding: 0.4em 1em;
  background: #6245aa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.news-detail-date {
  float: right;
  width: auto;
  font-size: 96%;
  color: #6246aa;
  text-align: right;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 0.2em 1.8em;
  background: #dae1d8;
  position: relative;
  display: inline-block;
  border-bottom-right-radius: 4px;
}
.news-detail-date:before {
  content: '';
  width: 10%;
  height: 100%;
  margin: 0;
  background: #dae1d8;
  transform: skewX(36deg);
  position: absolute;
  bottom: 0;
  left: -2%;
}
.news-detail-date:after {
  content: '';
  width: 9%;
  height: 100%;
  margin: 0;
  background: #fb7100;
  transform: skewX(36deg);
  position: absolute;
  bottom: 0;
  left: -10%;
}
.news-detail-body {
  clear: both;
}
.news-detail-body p {
  font-size: 94%;
}
.news-detail-body a {
  word-break: break-all;
}
.news-detail-link {
  font-size: 94%;
}
ul.social {
  width: auto;
  margin: 40px auto 60px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
ul.social li {
  width: 44px;
  height: auto;
  margin: 0 15px;
  display: inline-block;
  overflow: hidden;
}
#charabox ul.social li {
  width: 30px;
  margin: 0 10px;
}
ul.social li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  ul.social li a {
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  ul.social li a:hover {
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    text-decoration: none;
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }
}

.news-title {
  width: 100%;
  height: auto;
  margin: 0;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  padding-top: 1em;
}
.news-title, .news-title a, .news-title a:link {
  color: #000;
  text-decoration: none;
}
.news-title-date {
  display: block;
  font-size: 80%;
  width: 100%;
  line-height: 1.4;
  margin: 0 0 0.4em;
}
.news-title-title {
  display: block;
  margin: 0 0 1.2em;
}
ul.nextbox {
  width: 100%;
  margin: 20px 0 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
ul.nextbox li {
  width: 96px;
  height: 24px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
}
ul.nextbox li.prev {
  float: left;
}
ul.nextbox li.next {
  float: right;
}
ul.nextbox .btn_ef {
	width: 96px;
  height: 24px;
  /* position: relative; */
  display: block;
}
ul.nextbox .btn_ef a {
  width: 96px;
  height: 24px;
  text-decoration: none;
	font-size: 14px;
  color: #fff;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.3em 1em 0;
  box-sizing: border-box;
	text-align: center;
  display: block;
  overflow: hidden;
}
ul.nextbox li.prev .btn_ef a {
  background: url(../images/btn_prev.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
ul.nextbox li.next .btn_ef a {
  background: url(../images/btn_next.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
ul.nextbox li.list_btn a {
  background: url(../images/btn_list.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
#news_list .btn_list {
  display: none;
}
@media screen and (min-width: 769px) {
  ul.nextbox li.prev .btn_ef a:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }
  ul.nextbox li.next .btn_ef a:hover {
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }
}
@media screen and (max-width: 750px) {
  #news h2 {
    margin-bottom: 10px;
  }
  .news_column {
    width: 100%;
    display: block;
    margin-top: 40px;
    overflow: hidden;
  }
  #charabox, #listbox {
    clear: both;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;
  }
  #listbox {
    margin-top: 90px;
    padding: 20px;
  }
  #charabox .news-detail a img {
    max-width: 100%;
    height: auto;
  }
  #listbox:before {
    width: 100%;
    height: 13.33vw;
    background: url(../images/newslist_sp.png) no-repeat left top;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    top: -13.33vw;
  }
  .news-detail-title {
    font-size: 125%;
    line-height: 130%;
  }
  .news-detail-body, .news-detail-link {
    width: 93.57%;
    margin: 0 auto;
  }
  #charabox .nextbox {
    display: none;
  }
  #charabox .news-detail iframe {
    width: 236px;
    height: 132px;
  }
  #news_list .btn_list {
    display: block;
    float: right;
    width: 96px;
    height: auto;
  }
  #news_list .btn_list img {
    width: 100%;
  }
  ul.social li {
    width: 40px;
    margin: 0 10px;
  }
}

/*------------------------------------------------
Comic
------------------------------------------------*/
#comic_list {
}
#comic_list article {
  display: flex;
  margin: 0 0 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #eee;
}
#comic_list article:last-child {
  border-bottom: none;
}
#comic_list article figure {
  width: 205px;
  height: auto;
  display: block;
  margin: 0 40px 0 0;
}
#comic_list article figure img {
  width: 100%;
  height: auto;
  display: block;
}
#comic_list article .right_box {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  flex-shrink: 5;
}
#comic_list article p {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #comic_list article {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    padding-bottom: 30px;
  }
  #comic_list article figure {
    margin: 0 auto 30px;
  }
  #comic_list article .right_box {
    width: 100%;
  }
  #comic_list article p {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------
Character
------------------------------------------------*/
.chara_unit {
  display: flex;
  justify-content: left;
  margin: 0 -22px 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  flex-wrap: wrap;
}
.chara_unit.wide {
  justify-content: center;
  margin: 0 auto 40px;
}
.chara_unit.lastone {
  border-bottom: none;
}
.chara_unit article {
  width: 150px;
  margin: 0 10px 20px;
}
.chara_unit.wide article {
  width: 320px;
  margin: 0 34px 20px;
}
.chara_unit figure {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 0 12px;
}
.chara_unit.wide figure {
  width: 320px;
}
.chara_unit figure img {
  width: 100%;
  height: auto;
  display: block;
}
#chara h3 {
  width: 320px;
  height: auto;
	line-height: 0;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
#chara h3 img {
  width: 100%;
  height: auto;
  display: block;
}
.chara_unit h4 {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #fff100;
}
.chara_unit.wide h4 {
  font-size: 20px;
}
.chara_unit p {
  font-size: 13px;
  text-align: left;
}
.chara_unit.wide p {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .chara_unit {
    justify-content: space-between;
    margin: 0 auto 40px;
  }
}

/*------------------------------------------------
Mecha
------------------------------------------------*/
.mecha_unit {
  display: flex;
  justify-content: left;
  margin: 0 -10px 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  flex-wrap: wrap;
}
.mecha_unit.wide {
  justify-content: center;
  margin: 0 auto 40px;
}
.mecha_unit.lastone {
  border-bottom: none;
}
.mecha_unit article {
  width: 180px;
  margin: 0 10px 20px;
}
.mecha_unit.wide article {
  width: 320px;
  margin: 0 34px 20px;
}
.mecha_unit figure {
  width: 180px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 0 4px;
}
.mecha_unit.wide figure {
  width: 320px;
}
.mecha_unit figure img {
  width: 100%;
  height: auto;
  display: block;
}
.mecha_unit figure:after {
  content: '';
  width: 28px;
  height: 37px;
  margin: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: url(../images/loupe.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
#mecha h3 {
  width: 320px;
  height: auto;
	line-height: 0;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
#mecha h3 img {
  width: 100%;
  height: auto;
  display: block;
}
.mecha_unit h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #fff100;
}
.mecha_unit.wide h4 {
  font-size: 20px;
}
.mecha_unit a {
  width: auto;
  height: auto;
  display: block;
}
.mecha_unit a:link, .mecha_unit a h4 {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .mecha_unit {
    justify-content: space-between;
    margin: 0 auto 40px;
  }
  .mecha_unit article {
    width: 150px;
  }
  .mecha_unit figure {
    width: 150px;
  }
  .mecha_unit h4 {
    font-size: 14px;
  }
  .mecha_unit.wide h4 {
    font-size: 20px;
  }
}
/*---- Mecha Detail ----*/
#mecha .btn_list {
  display: block;
  width: 110px;
  height: auto;
  position: absolute;
  top: 90px;
  right: 0;
}
#mecha .btn_list img {
  width: 100%;
}
.mecha_detail {
  display: flex;
  justify-content: left;
  margin: 0 0 40px;
  flex-wrap: nowrap;
}
.mecha_detail figure {
  width: 520px;
  height: auto;
  display: block;
  position: relative;
  margin: 50px 37px 0 0;
  flex-shrink: 0;
}
.mecha_detail figure img {
  width: 100%;
  height: auto;
  display: block;
}
.mecha_detail figure:before {
  content: '';
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: -50px;
  left: 0;
}
#moon .mecha_detail figure:before {
  background: url(../images/mecha_hd_moon.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
#zeon .mecha_detail figure:before {
  background: url(../images/mecha_hd_zeon.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
#bell .mecha_detail figure:before {
  background: url(../images/mecha_hd_bell.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
#other .mecha_detail figure:before {
  background: url(../images/mecha_hd_other.png) no-repeat left top;
  -moz-background-size: contain;
  background-size: contain;
}
.mecha_detail .prof_box {
  width: auto;
  height: auto;
  display: block;
  margin: 25px 0 20px;
  text-align: left;
  flex-shrink: 1;
}
.mecha_detail .prof_box .specif {
  font-size: 14px;
  width: auto;
  margin: 26px 0;
  padding: 20px 3px;
  border-top: dashed 2px #ccc;
  border-bottom: dashed 2px #ccc;
}
.mecha_detail h4 {
  font-size: 22px;
  color: #fff100;
}
.mecha_detail h4 span {
  font-size: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media screen and (max-width: 750px) {
  .mecha_detail {
    display: block;
    overflow: hidden;
    margin: 0;
  }
  .mecha_detail figure {
    width: 100%;
    margin: 8.667vw 0 20px;
  }
  .mecha_detail figure:before {
    height: 10vw;
    top: -8.667vw;
  }
}

/*------------------------------------------------
Staff
------------------------------------------------*/
#staff_list dl.center_list {
  width: 720px;
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: -0.4em;
}
#staff_list dl.center_list dt, #staff_list dl.center_list dd {
  margin: 0 0 2px;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
}
#staff_list dl.center_list dt {
  width: 40%;
	font-size: 16px;
  text-align: right;
	line-height: 3.3;
  padding-right: 4em;
}
#staff_list dl.center_list dd {
  width: 60%;
	font-size: 24px;
  text-align: left;
	line-height: 2.2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  p.lead {
    font-size: 12px;
  }

  #staff_list dl.center_list {
    width: 100%;
    margin: 0 0 10px;
  }
  #staff_list dl.center_list dt, #staff_list dl.center_list dd {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #staff_list dl.center_list dt {
  	line-height: 1.6;
    margin: 0;
  }
  #staff_list dl.center_list dd {
  	font-size: 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #staff_list dl.center_list {
    width: 100%;
    margin: 0 0 10px;
  }
  #staff_list dl.center_list dt, #staff_list dl.center_list dd {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #staff_list dl.center_list dt {
  	line-height: 1.6;
    margin: 0;
  }
  #staff_list dl.center_list dd {
  	font-size: 20px;
    margin: 0 0 20px;
  }
}

/*------------------------------------------------
Product
------------------------------------------------*/
#product h3 {
  width: 320px;
  height: auto;
	line-height: 0;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
}
#product h3 img {
  width: 100%;
  height: auto;
  display: block;
}
.product_list ul.widget {
  width: 100%;
  height: auto;
  list-style: none;
  overflow: hidden;
}
.product_list ul.widget > li {
  width: 100%;
  height: auto;
  margin: 0 0 60px;
  padding-bottom: 59px;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.product_list ul.widget > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.product_detail {
  display: flex;
  justify-content: left;
  margin: 0 0 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  .product_detail {
    display: block;
    overflow: hidden;
    margin: 0;
  }
}

/*---- Product Image ----*/
.image_list {
  width: 520px;
  height: 520px;
  display: block;
  position: relative;
  margin: 15px 37px 0 0;
}
.image_list .slick-slide {
  display: flex !important; /* slickのデフォルトdisplay: blockを上書き */
  flex-direction: column;   /* コンテンツを縦方向に配置 */
  justify-content: center;  /* 垂直方向の中央揃え */
  align-items: center;      /* 水平方向の中央揃え (必要に応じて) */
  height: auto;             /* adaptiveHeightが機能するように高さを自動調整 */
  background: #41306c;
}
.image_list figure {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.image_list figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sumb_list ul {
  width: 520px;
  list-style: none;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  margin: 26px 0 0;
  flex-wrap: wrap;
}
.sumb_list ul li {
  width: 98px;
  height: 98px;
  margin: 0 0 8px;
  display: table;
  overflow: hidden;
  background: #41306c;
}
.sumb_list ul li a {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sumb_list ul li img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#product .btn_mkr {
  display: block;
  width: 180px;
  height: 40px;
  position: relative;
  margin: 30px 0 0 auto;
	background: transparent url("../images/btn_mkr01.png") no-repeat center 50%;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
#product .btn_mkr a {
  display: block;
  width: auto;
  height: auto;
  text-decoration: none;
}
#product .btn_mkr a:before {
  content: "";
  width: 6px;
  height: 10px;
  margin-top: -5px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  overflow: hidden;
  background: url(../images/icon_arw_nav.png) no-repeat left 40%;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
#product .btn_mkr a {
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  margin-right: 0.5em;
  text-decoration: none;
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#product .btn_mkr a:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.product_detail .prof_box {
  width: auto;
  height: auto;
  display: block;
  margin: 25px 0 20px;
  text-align: left;
  flex-shrink: 1;
}
.product_detail .prof_box .specif {
  font-size: 14px;
  line-height: 2.4;
  width: auto;
  margin: 22px 0 0 0;
  padding: 0 3px;
/*
  border-top: dashed 2px #ccc;
  border-bottom: dashed 2px #ccc;
*/
}
.product_detail .prof_box .specif span {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: 3.2em;
  margin: 0 0.6em 0 0;
  padding: 0.4em 0.5em;
  background: #41306c;
  display: inline-block;
}
.product_detail h4 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #fff100;
  position: relative;
}
.product_detail p.txt_14 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.product_detail .prof_box ol.indent {
  list-style: none;
  margin: 0.95em 0;
  padding: 0;
}
.product_detail .prof_box ol.indent li {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 160%;
	margin: 0 0 0.5em 1.3em;
	padding: 0 3px;
	text-align: left;
  text-indent: -1.3em;
}
.product_detail .prof_box ol.indent li.indent {
  margin-left: 2em;
  text-indent: -1em;
}

.product_detail .prof_box ol.indent li .fa,
.product_detail .prof_box ol.indent li .fab,
.product_detail .prof_box ol.indent li .fad,
.product_detail .prof_box ol.indent li .fal,
.product_detail .prof_box ol.indent li .far,
.product_detail .prof_box ol.indent li .fas {
  display: initial !important;
  color: #fff100;
  margin-right: 0.55em;
}
.product_detail .prof_box ol.indent li .fa-caret-right {
  margin-left: 0.35em;
  margin-right: 0.35em;
  font-size: 90%;
}

@media screen and (max-width: 750px) {
  .image_list {
    width: 100%;
    height: 100%;
    margin: 15px auto 0;
  }
  .sumb_list ul {
    width: 100%;
    justify-content: left;
    gap: 2vw;
  }
  .sumb_list ul li {
    width: 16vw;
    height: 16vw;
/*    margin-bottom: 0.5vw;*/
    margin-bottom: 4px;
  }
  #product .btn_mkr {
    margin: 30px auto 0;
  }
}

.product_detail .distro {
  border: solid 1px #fff;
  text-align: center;
}

.c-underline--stripe {
  padding: 0 .25em .25em;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 2px;
  padding: 8px 0 0 0;
  margin: 20px 0;
}

/*------------------------------------------------
list
------------------------------------------------*/
ol.indent {
  list-style: none;
  margin: 0.95em 0;
  padding: 0;
}
ol.indent li {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 160%;
	margin: 0 0 0.5em 1em;
	padding: 0 3px;
	text-align: left;

  text-indent: -1em;
}

/*------------------------------------------------
margin
------------------------------------------------*/
.pt15 {
	padding-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mb12 {
	margin-bottom: 12px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb100 {
	margin-bottom: 100px;
}
.pb20 {
	padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mb20 {
    margin-bottom: 40px;
  }
  .w100 {
    width: 100%;
  }
}

/*------------------------------------------------
modal button
------------------------------------------------*/
ul.btns {
	width: auto;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.btns li {
  width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
  margin: 0 20px;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  ul.btns {
  	margin: 0 auto 40px;
  }
  ul.btns li, ul.btns li.btn_modal.btn_ef {
    max-width: 93%;
    display: block;
    margin: 0 auto 20px;
  }
  .btn_modal.btn_ef {
    height: auto;
    margin-bottom: 40px;
  }
  .btn_modal.btn_ef a {
    height: auto;
    padding: 0.3em 1em;
  }
}

ul.link_btns {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
  text-align: left;
  letter-spacing: -0.4em;
  position: absolute;
  bottom: 0;
  left: 0;
}
ul.link_btns li {
	width: auto;
	height: auto;
	display: inline-block;
  line-height: 0;
	vertical-align: middle;
	padding: 0;
	margin: 0 5px;
	letter-spacing: normal;
}
@media screen and (max-width: 750px) {
  ul.link_btns {
    position: relative;
    bottom: auto;
    left: auto;
  }
  ul.link_btns li {
    margin: 0 5px 10px;
  }
}

/*------------------------------------------------
banner
------------------------------------------------*/
ul.banner {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
  letter-spacing: -0.4em;
}
ul.banner li {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 70px;
	letter-spacing: normal;
}

ul.banner.topbnr {
  margin: 30px auto 15px;
}
ul.banner.topbnr li {
  width: 330px;
  margin: 0 24px;
}
ul.banner li a {
	display: block;
}
@media screen and (max-width: 750px) {
  ul.banner {
  	margin: 0 auto;
  }
  ul.banner li {
    max-width: 93%;
    display: block;
    margin: 0 auto 10px;
  }
  ul.banner li:nth-child(even) {
    margin: 0 auto 10px;
  }
  ul.banner.topbnr {
    margin: 0 auto 15px;
  }
  ul.banner.topbnr li {
    width: 90.67%;
    margin: 0 auto 19px;
  }
}

/*------------------------------------------------
SNS
------------------------------------------------*/
.snsttl {
	text-align: center;
	color: #ccc;
	margin: 50px auto -20px;
}
.snsttl:after {
	content: '';
	width: 26px;
	height: 2px;
	display: inline-block;
	background-color: #a484e0;
	position: absolute;
	bottom: 70px;
	left: calc(50% - 13px);
}

@media screen and (max-width: 750px) {
	.snsttl:after {
		bottom: 66px;
	}
}

.snsttl2 {
	font-size: 75% !important;
	color: #ccc;
	text-align: center;
	margin: 20px auto -35px;
	padding-top: 10px;
	border-top: solid 1px #5d4982;
}

@media screen and (max-width: 750px) {
	.snsttl:after {
		bottom: 66px;
	}
}

/*------------------------------------------------
footArea
------------------------------------------------*/
#ftbnr {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
  background: #fff;
}
#ftbnr .inner {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}
#footer {
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
  background: #141414;
}
#footer .inner {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 35px 0;
	overflow: hidden;
}
#footer p {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
  display: block;
}
#footer p.attention {
	float: left;
}
#footer p.credit {
	text-align: right;
}
@media screen and (max-width: 750px) {
  #ftbnr .inner, #footer .inner {
    width: 93%;
  }
  #footer p.attention {
    float: none;
    text-align: center;
    margin-bottom: 1.6em;
  }
  #footer p.credit {
    text-align: center;
  }
}
.gotop {
	width: 60px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 50px;
	margin: 0;
	z-index: 8;
	display: block;
	overflow: hidden;
}
.gotop span {
	width: 60px;
	height: 60px;
	margin: 0 0 60px auto;
	padding: 0;
	display: block;
	overflow: hidden;
	line-height: 0;
  text-indent: -9999px;
  background: url(../images/goupr.png) no-repeat scroll center 50%;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.gotop span a {
	width: 60px;
	height: 60px;
  display: block;
}
@media screen and (min-width: 769px) {
  .gotop span:hover {
    background: url(../images/goupr.png) no-repeat scroll center 35%;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
  }
}
.pconly {
	display: block;
}
.sponly {
	display: none;
}
.notablet {
  display: block;
}
.sptablet {
	display: none;
}
@media screen and (max-width: 1024px) {
	.pconly {
		display: block;
	}
	.sponly {
		display: none;
	}
	.notablet {
		display: none;
	}
	.sptablet {
		display: block;
	}
}
@media screen and (max-width: 750px) {
	.gotop {
  	width: 40px;
		bottom: 0;
		right: 5%;
		margin: 0;
	}
	.gotop span {
    width: 40px;
    height: 40px;
		margin-bottom: 20px;
	}
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
	.notablet {
		display: none;
	}
	.sptablet {
		display: block;
	}
}

/* for iPhone X */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
  footer {
    padding-bottom: 150px;
  }
}
