html {
  background: #161616;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.movie iframe,
.movie object,
.movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#conanonline {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 50px 0 0 0;
  background: #161616 no-repeat center top;
  background-size: 100% auto;
  background-image: url(../img/bg00.png);
}
.nazo #conanonline,
.style #conanonline,
.end #conanonline {
  padding-top: 0;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #conanonline {
    padding: 25px 0 0 0;
    background-size: cover;
  }
  .nazo #conanonline,
  .style #conanonline,
  .end #conanonline {
    padding-top: 25px;
  }
} /*====================*/

/*-----------------------------------------------------------
	base setting
-----------------------------------------------------------*/
p {
  margin: 0 0 0 0;
}

a {
  text-decoration: underline;
  color: #ffffff;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.fade {
  transition: opacity 0.3s cubic-bezier(0, 0.72, 0.62, 1);
}

.fade:hover {
  opacity: 0.7;
}
/*===================sp=*/
@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .fade:hover {
    opacity: 1;
  }
} /*====================*/

/*-----------------------------------------------------------
	text setting
-----------------------------------------------------------*/

h2 img,
h3 img,
h4 img,
.img img {
  pointer-events: none !important;
}

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

.fcR {
  color: #e62a05;
}
.fcG {
  color: #a4a4a4;
}
.fcB {
  color: #abebef;
}
.fcY {
  color: #ffa282;
}

.note {
  color: #315b6d;
  font-size: 12px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .note {
    font-size: 2.4vw;
  }
} /*====================*/

/*-----------------------------------------------------------
	mv setting
-----------------------------------------------------------*/
#main {
  width: 90.4%;
  max-width: 1300px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
  /* 	background: #000000; */
}

#main .mainWrap {
  width: 100%;
  margin: 0 auto 0 auto;
  line-height: 0;
  z-index: 2;
  position: relative;
}
#main .bg {
  padding-top: 54.9%;
  background: url(../img/mv_bg.png) no-repeat center top;
  background-size: 100% auto;
  display: block;
}

.nazo #main .bg {
  padding-top: 56.86%;
  background-image: url(../img/mv_bg_nazo.png);
}
.style #main .bg {
  padding-top: 56.86%;
  background-image: url(../img/mv_bg_nazo.png);
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #main .mv .mainBox {
    width: 90%;
    height: 86%;
    margin: 1% 5% 0 5%;
    display: block;
    position: relative;
  }
  #main .bg {
    padding-top: 137%;
    background: url(../img/sp/mv_bg.png) no-repeat center top;
    background-size: 100% auto;
    display: block;
  }
} /*====================*/

/*-----------------------------------------------------------
	header setting
-----------------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  margin: 0 0 0 0;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  position: fixed;
  z-index: 5;
}
#header.fixed {
  position: fixed;
  display: block;
}
.headerWrap {
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  z-index: 9;
}
#g_navi {
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 9;
  padding: 0 0 0 0;
  top: 0;
  position: absolute;
}
#header.fix #g_navi {
  top: 0;
  position: fixed;
}

#g_menu .hdBox {
  padding: 0 0 0 0;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
}
#g_navi .navi {
  padding: 0 0 0 0;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
}
#g_navi #menuBtn {
  width: 40px;
  margin: 20px 10% 0 0;
  float: right;
  line-height: 0;
}
#g_navi #menuClose {
  width: 40px;
  margin: 20px 10% 0 0;
  float: right;
}

#g_navi .nav {
  width: 80%;
  margin: 5% auto 5% auto;
  font-size: 23px;
  color: #eeeeee;
  overflow: hidden;
}
#g_navi .nav .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#g_navi .nav li {
  width: 100%;
  margin: 0 0 8px 0;
  height: auto;
  border-left: none;
  line-height: 0;
  font-weight: 900;

  transition: opacity 0.3s cubic-bezier(0, 0.72, 0.62, 1);
}
#g_navi .nav li.off {
  opacity: 0.7;
}

#g_navi .nav li a {
  height: auto !important;
  display: block;
  line-height: 1;
}
#g_navi .nav li.txt {
  font-size: 6vw;
  padding: 10px 0 0 0;
  color: #e2007f;
}
#g_navi .nav li p {
  line-height: 1;
  padding: 3% 0 3% 0;
}

#g_menu {
  position: absolute;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 1000;
  display: none;
  top: 0;
  bottom: 0;
}
#g_navi .navBox {
  background: rgba(0, 0, 0, 0.94);
  background-size: 20% auto;
  background-position: 5% 10px;
  width: 100%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 0 0 200vw 0;
}
#g_navi .nav li:hover,
#g_navi .nav li.off:hover,
#g_navi .nav li.off,
#g_navi .nav li.navtit:hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
.fixed #g_navi li {
  width: 75%;
  margin: 0 auto 20px auto;
}
.fixed #g_navi .nav .nav_top {
  width: 65%;
  margin: 0 auto 25px auto;
}

.fixed #g_navi .share {
  width: 40%;
  margin: 15px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed #g_navi .share li {
  width: 27%;
}

.nazo #g_navi .nav .intop,
.style #g_navi .nav .intop,
.end #g_navi .nav .intop {
  width: 25%;
  margin: 0 auto 0 auto;
}
.nazo .fixed #g_navi .nav .intop,
.style .fixed #g_navi .nav .intop,
.end .fixed #g_navi .nav .intop {
  display: none;
}
.nazo #g_navi .nav .main,
.style #g_navi .nav .main,
.end #g_navi .nav .main {
  display: none;
}
.nazo .fixed #g_navi .nav .main,
.style .fixed #g_navi .nav .main,
.end .fixed #g_navi .nav .main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nazo #g_navi .navBox:after,
.style #g_navi .navBox:after,
.end #g_navi .navBox:after {
}
.nazotop #g_navi .navBox:after {
  display: none;
}
.nazo #g_navi .navBox:after,
.style #g_navi .navBox:after,
.end #g_navi .navBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: url(../img/hd_bg.png) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}

/*===================sp=*/
@media (min-width: 960px) {
  .head {
    position: relative;
    height: 130px;
  }

  #header.fixed,
  #header.fixed.pre {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;

    transform: translateX(0%) translateY(0%);
  }

  #g_navi #menuBtn,
  #g_navi #menuClose,
  #g_navi .navi,
  #g_menu .hdBox {
    display: none;
  }

  #header {
    width: 100%;
    position: absolute;
    margin: 0 0 0 0;
    z-index: 9;
    display: block;
    top: 0;
    background: none;
    transition: transform 0.3s cubic-bezier(0, 0.72, 0.62, 1);
  }
  #header.pre {
    transform: translateX(0%) translateY(-200%);
  }
  .headerWrap {
    width: 100%;
    background: none;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    position: absolute;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    margin: 0 auto 0 auto;
  }

  #g_navi {
    width: 68%;
    max-width: 800px;
    background: none;
    padding: 0 0 0 0;
    position: relative;
    top: 0;
  }

  #g_menu {
    padding: 0 0 0 0;
    width: 100%;
    background: none;
    position: relative;
    display: block !important;
    top: 0;
  }

  #g_navi .navBox {
    width: 100%;
    margin: 0 0 0 0;
    padding: 40px 0 20px 0;
    overflow: visible;
    border: none;
    background: none;
    position: relative;
  }
  #g_navi .navBox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: url(../img/hd_bg.svg) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
  }
  #g_navi .nav {
    width: auto;
    border: none;
    margin: 0 0 0 0;
    overflow: visible;
  }

  #g_navi .nav .main,
  #g_navi .nav .share {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #g_navi .nav .main {
    width: 100%;
    width: 86.875%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  #g_navi .nav .main:before {
    content: "";
    width: 45%;
    position: absolute;
    top: -69%;
    left: 27.5%;
    background: url(../img/nav_tit.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 10%;
  }
  .fixed #g_navi .nav .main:before {
    display: none;
  }

  #g_navi .nav li {
    margin: 0 0 20px 0;
  }

  #g_navi .nav li a {
    line-height: 0;
  }

  #g_navi .nav .share {
    display: none;
  }
  #g_navi .nav .share li {
    width: 30%;
    margin: 0 0 0 0;
  }
  #g_navi .nav .nav_news {
    width: 12.6%;
  }
  #g_navi .nav .nav_special {
    width: 14.99%;
  }
  #g_navi .nav .nav_story {
    width: 15.8%;
  }
  #g_navi .nav .nav_chara {
    width: 12.5%;
  }
  #g_navi .nav .nav_howto {
    width: 12.54%;
  }
  #g_navi .nav .nav_test {
    width: 21.5%;
  }
  #g_navi .nav .nav_kit {
    width: 32.65%;
    margin-left: 4.89%;
  }
  .fixed #g_navi .nav .nav_kit {
    margin-left: 4.89%;
  }
  #g_navi .nav .nav_goods {
    width: 25.4%;
  }
  #g_navi .nav .nav_attefaq {
    width: 24.54%;
    margin-top: 0.6%;
    margin-right: 4.43%;
  }
  .fixed #g_navi .nav .nav_attefaq {
    margin-right: 4.43%;
  }
  #g_navi .share {
    display: none;
  }
  #g_navi .nav .nav_news img,
  #g_navi .nav .nav_special img,
  #g_navi .nav .nav_event img,
  #g_navi .nav .nav_story img,
  #g_navi .nav .nav_chara img,
  #g_navi .nav .nav_howto img,
  #g_navi .nav .nav_test img,
  #g_navi .nav .nav_kit img,
  #g_navi .nav .nav_goods img,
  #g_navi .nav .nav_attefaq img {
    display: none;
  }

  #g_navi .nav .nav_news a {
    width: 100%;
    padding-top: 21.9%;
    background: url(../img/nav_news.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_special a {
    width: 100%;
    padding-top: 19.7%;
    background: url(../img/nav_special.png) no-repeat center top;
    background-size: 100% auto;
  }
  .fixed #g_navi .nav .nav_event {
    margin-bottom: 0;
  }
  #g_navi .nav .nav_event a {
    width: 100%;
    padding-top: 17.3%;
    background: url(../img/nav_event.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_story a {
    display: block;
    width: 100%;
    padding-top: 19.1%;
    background: url(../img/nav_story.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_chara a {
    display: block;
    width: 100%;
    padding-top: 24.3%;
    background: url(../img/nav_chara.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_howto a {
    display: block;
    width: 100%;
    padding-top: 24.3%;
    background: url(../img/nav_howto.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_test a {
    display: block;
    width: 100%;
    padding-top: 14.34%;
    background: url(../img/nav_test.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_kit a {
    width: 100%;
    padding-top: 10.5%;
    background: url(../img/nav_kit.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_goods a {
    width: 100%;
    padding-top: 13.3%;
    background: url(../img/nav_goods.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_attefaq a {
    width: 100%;
    padding-top: 15.9%;
    background: url(../img/nav_attefaq.png) no-repeat center top;
    background-size: 100% auto;
  }

  #g_navi .nav .nav_news a:hover {
    width: 100%;
    padding-top: 21.9%;
    background: url(../img/nav_news_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_special a:hover {
    width: 100%;
    padding-top: 19.7%;
    background: url(../img/nav_special_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  .fixed #g_navi .nav .nav_event {
    margin-bottom: 0;
  }
  #g_navi .nav .nav_event a:hover {
    width: 100%;
    padding-top: 17.3%;
    background: url(../img/nav_event_on.png) no-repeat center top;
    background-size: 100% auto;
  }

  #g_navi .nav .nav_story a:hover {
    display: block;
    width: 100%;
    padding-top: 19.1%;
    background: url(../img/nav_story_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_chara a:hover {
    display: block;
    width: 100%;
    padding-top: 24.3%;
    background: url(../img/nav_chara_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_howto a:hover {
    display: block;
    width: 100%;
    padding-top: 24.3%;
    background: url(../img/nav_howto_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_test a:hover {
    display: block;
    width: 100%;
    padding-top: 14.34%;
    background: url(../img/nav_test_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_kit a:hover {
    width: 100%;
    padding-top: 10.5%;
    background: url(../img/nav_kit_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_goods a:hover {
    width: 100%;
    padding-top: 13.3%;
    background: url(../img/nav_goods_on.png) no-repeat center top;
    background-size: 100% auto;
  }
  #g_navi .nav .nav_attefaq a:hover {
    width: 100%;
    padding-top: 15.9%;
    background: url(../img/nav_attefaq_on.png) no-repeat center top;
    background-size: 100% auto;
  }

  .fixed .headerWrap {
    bottom: auto;
    top: 0;
    margin-top: 0;
  }
  .fixed #g_navi .navBox {
    overflow: visible;
    padding: 12px 0 12px 0;
  }
  .fixed #g_navi .navBox:after {
    display: none;
  }
  .fixed #g_navi .nav {
    width: 95%;
    margin: 0 auto 0 auto;
    padding-bottom: 0;

    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed #g_navi .nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -500%;
    width: 1000%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    z-index: -1;
  }
  .fixed #g_navi .main {
    width: 67.76%;
    margin: 0 0 0 0;
  }
  .fixed #g_navi .nav li {
    margin-bottom: 10px;
  }
  .fixed #g_navi .nav .nav_kit,
  .fixed #g_navi .nav .nav_goods,
  .fixed #g_navi .nav .nav_attefaq {
    margin-bottom: 0;
  }
  .fixed #g_navi .share {
    width: 23.68%;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed #g_navi .share li {
    width: 27%;
    margin-bottom: 0;
  }

  .fixed #g_navi .share li:hover,
  .fixed #g_navi .share li:hover {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    -ms-filter: "alpha(opacity=50)" !important;
    -moz-opacity: 0.7 !important;
    -khtml-opacity: 0.7 !important;
  }

  #g_navi .nav .nav_top {
    display: none;
  }
} /*====================*/

/*===================sp=*/
@media screen and (max-width: 860px) {
  #g_navi .nav .sub {
    display: block !important;
  }
} /*====================*/

/*----------------------------------btmnavi setting----------*/
#btmnavi {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  bottom: -100%;
  left: 0;
  z-index: 10;
  position: fixed;

  transform: translateX(0%) translateY(200%);
  transition: transform 0.3s cubic-bezier(0, 0.72, 0.62, 1);
}
#btmnavi.fixed {
  bottom: 0;
  left: 0;
  position: fixed;

  transform: translateX(0%) translateY(0%);
}
#btmnavi .btmnaviWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#btmnavi p {
  width: 48%;
}

#btmnavi .cs {
  opacity: 0.4;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #btmnavi {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  #btmnavi .btmnaviWrap {
    width: 90%;
    max-width: 800px;
    margin: -3% auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #btmnavi p {
    width: 48%;
  }
} /*====================*/

/*-----------------------------------------------------------
	#content setting
-----------------------------------------------------------*/
#content {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  z-index: -1;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  z-index: 0;
}
.mbg {
  position: relative;
}
.mbg.mbg01:before {
  content: "";
  width: 100%;
  height: 130%;
  position: absolute;
  top: -20%;
  left: 0;
  background: url(../img/bg01.png) no-repeat center top;
  background-size: 100% 100%;
}
.mbg.mbg02:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2%;
  left: 0;
  background: url(../img/bg02.png) no-repeat center top;
  background-size: 100% 100%;
  z-index: -1;
}
.mbg.mbg03:before {
  content: "";
  width: 100%;
  height: 105%;
  padding-bottom: 120px;
  position: absolute;
  top: -5%;
  left: 0;
  background: url(../img/bg03.png) no-repeat center top;
  background-size: 100% 100%;
}
.mbg.mbg05 {
  overflow: hidden;
}
.mbg.mbg04:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg04.png) no-repeat center top;
  background-size: 100% 100%;
}
.mbg.mbg05:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg05.png) no-repeat center top;
  background-size: 100% auto;
}

.mbg.mbg06:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg06.png) no-repeat center top;
  background-size: 100% auto;
}
.mbg.mbg07:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg07.png) no-repeat center top;
  background-size: 100% auto;
}
.contentWrap {
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}
.contentBox {
  max-width: 800px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  z-index: 12;
}

#content h2 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 0 auto;
  text-align: center;
}
#content h2 img {
  width: 100%;
}

.inner #content h2 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 0 auto;
  text-align: center;
  position: relative;
  padding-top: 17%;
}
.inner #content h2 img {
  position: absolute;
  top: -50%;
  left: 0;
}

#content h3 {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
  overflow: hidden;
}
#content h3 img {
  width: 100%;
}

#content .cs {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  text-align: center;
}

.movie {
  margin: 0 auto 0 auto;
  position: relative;
  padding-bottom: 66%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.movie iframe,
.movie object,
.movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navArea {
  display: none;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #content {
    padding: 0 0 0 0;
    font-size: 3.4vw;
  }
  .contentWrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    position: relative;
  }
  .contentBox {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
  }
  .mbg.mbg02:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5%;
    left: 0;
    background: url(../img/bg02.png) no-repeat center top;
    background-size: auto 100%;
  }
  .mbg.mbg01:before {
    content: "";
    width: 100%;
    height: 120%;
    position: absolute;
    top: -20%;
    left: 0;
    background: url(../img/bg01.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .mbg.mbg03:before {
    content: "";
    width: 100%;
    height: 105%;
    padding-bottom: 60px;
    position: absolute;
    top: -5%;
    left: 0;
    background: url(../img/bg03.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .mbg.mbg05 {
    overflow: hidden;
  }
  .mbg.mbg04:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg04.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .mbg.mbg05:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg05.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .mbg.mbg06:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg06.png) no-repeat center top;
    background-size: 100% 100%;
  }

  #content h2 {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
  }
} /*====================*/

/*-----------------------------------------------------------
	#intro setting
-----------------------------------------------------------*/
#intro {
}

/*----------------------------------#lead setting----------*/
#lead {
  margin: 60px auto 0 auto;
  text-align: center;
}
#lead .txtBox {
}
#lead .txtBox .txt01 {
  margin-bottom: 20px;
}
#lead .txtBox .txt02,
.introtxt02 {
  margin: 5px auto 0 auto;
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
  text-align: center;
}
.introtxt02 {
  position: relative;
  z-index: 2;
}
#lead .txtBox .txt03 {
  width: 106%;
  margin: 70px 0 0 -3%;
  line-height: 0;
}

#lead .btn {
  width: 60%;
  margin: 30px auto 0 auto;
  position: relative;
}
#lead .btn a {
  display: block;
  background: #00a0d7;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  padding: 15px 0 15px 0;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#lead .btn a p {
  width: auto;
}
#lead .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  width: 2.6%;
  height: 100%;
  background: url(../img/arrow_02_w.svg) no-repeat right center;
  background-size: 100% auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #lead {
    margin: 35px auto 0 auto;
  }
  #lead .txtBox .txt01 {
    margin-bottom: 0;
  }
  #lead .txtBox .txt01 img {
    width: 102%;
    margin-left: -1%;
  }
  #lead .txtBox .txt02,
  .introtxt02 {
    margin: 10px auto 0 auto;
    font-size: 2.6vw;
  }
  .introtxt02 {
    margin: 20px auto 0 auto;
  }
  #lead .txtBox .txt03 {
    margin: 40px 0 0 -3%;
  }
  #lead .btn {
    width: 75%;
    margin: 25px auto 0 auto;
    position: relative;
  }
  #lead .btn a {
    display: block;
    font-weight: 600;
    font-size: 3.2vw;
    text-decoration: none;
    text-align: left;
    padding: 8px 0 8px 0;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #lead .btn a p {
    width: auto;
  }
  #lead .btn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4%;
    width: 2.6%;
    height: 100%;
  }
} /*====================*/

#cm .movieWrap {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 0 auto;
}

#cm .movieBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#cm .movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------#photo setting----------*/
#photo {
  width: 100%;
  height: 260px;
  position: relative;
  z-index: 2;
  margin-top: 60px;
}
#photo:before {
  content: "";
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  background: #00a0d7;
  background: linear-gradient(to bottom, rgba(0, 161, 215, 0) 20%, rgba(0, 160, 215, 0.4) 100%);
  display: block;
}
#photo:after {
  content: "";
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  background: #00a0d7;
  background: linear-gradient(to top, rgba(0, 161, 215, 0) 20%, rgba(0, 160, 215, 0.4) 100%);
  display: block;
}

#photo .slideWrap {
  position: relative;
  overflow: hidden;
}
#photo .slideWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/photo_bg.png) no-repeat left top;
  background-size: 100% 100%;
  display: block;
  z-index: 1;
  position: absolute;
}
#photo .slideBox {
  width: 100%;
  position: relative;
}
#photo .slide {
  width: 100%;
  position: relative;
  height: 240px;
}
#photo ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1970px;
  height: 100%;
  margin-left: 0;
  overflow: hidden;
}

#photo ul li {
  width: 394px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#photo ul li img {
  width: 100%;
  height: auto;
}

#photo ul li:nth-child(1) {
  left: 0;
}
#photo ul li:nth-child(2) {
  left: 394px;
}
#photo ul li:nth-child(3) {
  left: 788px;
}
#photo ul li:nth-child(4) {
  left: 1182px;
}
#photo ul li:nth-child(5) {
  left: 1576px;
}

#photo .loop {
  -webkit-animation: loop01 60s linear infinite;
  animation: loop01 50s linear infinite;
}
@-webkit-keyframes loop01 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1970px);
  }
}
@keyframes loop01 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-1970px);
  }
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #photo {
    height: 120px;
    margin-top: 15px;
  }
  #photo:before {
    content: "";
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    background: #00a0d7;
    background: linear-gradient(to bottom, rgba(0, 161, 215, 0) 20%, rgba(0, 160, 215, 0.4) 100%);
    display: block;
  }
  #photo:after {
    content: "";
    width: 100%;
    height: 5px;
    bottom: -5px;
    left: 0;
    background: #00a0d7;
    background: linear-gradient(to top, rgba(0, 161, 215, 0) 20%, rgba(0, 160, 215, 0.4) 100%);
    display: block;
  }

  #photo .slideWrap:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/sp/photo_bg.png) no-repeat left top;
    background-size: 100% 100%;
    display: block;
    z-index: 1;
    position: absolute;
  }
  #photo .slideBox {
    width: 100%;
    position: relative;
  }
  #photo .slide {
    width: 100%;
    position: relative;
    height: 120px;
  }
  #photo ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 985px;
    height: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  #photo ul li {
    width: 197px;
  }
  #photo ul li:nth-child(1) {
    left: 0;
  }
  #photo ul li:nth-child(2) {
    left: 197px;
  }
  #photo ul li:nth-child(3) {
    left: 394px;
  }
  #photo ul li:nth-child(4) {
    left: 591px;
  }
  #photo ul li:nth-child(5) {
    left: 788px;
  }
  #photo .loop {
    -webkit-animation: loop01 60s linear infinite;
    animation: loop01 50s linear infinite;
  }
  @-webkit-keyframes loop01 {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-985px);
    }
  }
  @keyframes loop01 {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-985px);
    }
  }
} /*====================*/

/*-----------------------------------------------------------
	#special setting
-----------------------------------------------------------*/
#special {
  margin-top: 80px;
}
#special .cs {
  margin-top: 30px;
}
#special .btn {
  max-width: 410px;
  margin-top: 30px;
}
#special .bnr {
  line-height: 0;
  max-width: 400px;
  margin: 30px auto 0 auto;
  border: 4px solid #ffffff;
}
#special .bnr02 {
  line-height: 0;
  max-width: 400px;
  margin: 10px auto;
  border: 4px solid #ffffff;
}
#special .bnrtxt {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin: 30px auto 0 auto;
}
#special .bnrtxtunder {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  margin: 10px auto;
}
#special .bnrtxt + .bnr {
  margin: 20px auto 0 auto;
}

#special #special_inner {
  width: 100%;
  margin: 30px 0 0 0;
  /*
		display: flex;
		justify-content: center;
		align-items: center;
*/
}
#special_inner .btn {
  line-height: 0;
  margin: 0 auto 20px auto;
}

#special .campaign {
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0;
  background: linear-gradient(to bottom, rgba(217, 41, 0, 0.9), rgba(244, 126, 0, 0.9));
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 3px #ffffff;
}
#special .campaign {
  text-align: left;
}
/*#special .campaign:before {
					content: "";
					width: 100%;
					height: 120px;
					position: absolute;
					left: 0;
					top: 0;
					background: url(../img/bnr_sp_cp_h.png) no-repeat center center #000000;
					background-size: 50% auto;
				}*/

#special .campaign.op {
  background: rgba(217, 41, 0, 0.9) !important;
}

#special .campaign .note {
  color: #ffffff;
}
#special .adbtn {
  content: none;
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  background: url(../img/bnr_sp_cp_h.png) no-repeat center center #000000;
  background-size: 50% auto;
}

#special .adbtn:after {
  content: none;
}

#special .campaign a {
  color: #ffd33c;
  font-weight: bold;
}

#special .adbox div {
  padding: 30px;
}

#special .adbox div.title {
  width: 520px;
  margin: 0 auto 0 auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #special {
    margin-top: 50px;
  }
  #special .cs {
    margin-top: 15px;
  }
  #special .cs img {
    width: 180%;
    margin-left: -40%;
  }
  #special .btn {
    max-width: 400px;
    margin-top: 15px;
  }
  #special .campaign {
    margin: 20px auto 20px auto;
  }
  #special .campaign:before {
    height: 22vw;
    background-size: 70% auto;
  }

  #special .bnr {
    margin: 20px auto 0 auto;
    border: 2px solid #ffffff;
  }
  #special .bnrtxt {
    font-size: 3vw;
  }
  #special .adbtn {
    text-align: center;
    font-size: 3.8vw;
    font-weight: 600;
    cursor: pointer;
    display: block;
    width: 100%;
    background-size: 70% auto;
  }

  #special .adbox div.title {
    width: 80%;
    padding-bottom: 0;
  }
} /*====================*/

/*----------------------------------#news setting----------*/
#news {
  margin-top: 70px;
  background: url(../img/news_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
  position: relative;
}
#news h3 {
  position: absolute;
  top: -8px;
  left: 0;
}
#news .newsBox {
  width: 90%;
  margin: 70px auto 0 auto;
  padding: 40px 0 40px 0;
}
#news .list {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;

  height: 10em;
  overflow-y: scroll;
}

#news .list::-webkit-scrollbar {
  width: 5px;
}
#news .list::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
#news .list::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

#news .list li {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-weight: 600;
}
#news .list li .date {
  width: 20%;
  padding: 5px 0 5px 0;
}
#news .list li .txt {
  padding: 5px 0 5px 0;
  width: 80%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #news {
    margin-top: 40px;
  }
  #news h3 {
    position: absolute;
    top: -6%;
    left: 0;
  }
  #news h3 img {
    width: 154%;
    margin-left: -27%;
  }
  #news .newsBox {
    margin: 35px auto 0 auto;
  }
  #news .list {
    width: 100%;
    height: 6em;
  }
  #news .list li {
    font-size: 3.2vw;
  }
  #news .list li .date {
    width: 30%;
  }
  #news .list li .txt {
    width: 70%;
  }
} /*====================*/

/*----------------------------------#cm setting----------*/
#cm {
}

/*===================sp=*/
@media screen and (max-width: 860px) {
} /*====================*/

/*-----------------------------------------------------------
	#event setting
-----------------------------------------------------------*/
#event {
  margin-top: 100px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #event {
    margin-top: 50px;
  }
} /*====================*/

/*----------------------------------#story setting----------*/
#story {
  margin-top: 50px;
}

#story .txtBox {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.88;
  text-align: left;
  margin: 20px auto 0 auto;
}
#story .txtBox .txt {
  position: relative;
  margin: 0 0 35px 0;
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
}
#story .txtBox .txt span {
  font-size: 22px;
  font-weight: 600;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #story {
    margin-top: 30px;
  }
  #story h3 {
  }
  #story h3 img {
    width: 150%;
    margin-left: -25%;
  }

  #story .txtBox {
    width: 100%;
    font-size: 3.4vw;
    margin: 10px auto 0 auto;
  }
  #story .txtBox .txt {
    position: relative;
    margin: 0 0 20px 0;
  }
  #story .txtBox .txt span {
    font-size: 3.8vw;
  }
} /*====================*/

/*----------------------------------#character setting----------*/
#character {
  margin-top: 100px;
}
#character .charaBox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#character .charaBox.charaslideBox {
  margin-top: 40px;
  display: block;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 0 2% 0 2%;
  overflow: hidden;
}
#character .slick-list {
  overflow: visible;
  width: 96% !important;
  margin: 0 auto 0 auto;
}
#character .charaBox li.charaA {
  width: 23%;
  position: relative;
  border: 2pt solid #535353;
  background: #000000;
  background: #171218;
}

#character .charaBox li.charaA.op {
  z-index: 10;
  transition: none !important;
  transition-delay: 0s !important;
}
#character .charaBox li.charaB {
  width: 18%;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  line-height: 0;
  border: 2pt solid #535353;
  background: linear-gradient(0, #030000 0, #2a2a2a 80%);
}

#character .charaBox li.charaC {
}
#character .charaBox li.charaD {
  width: 100%;
  margin-top: 30px;
  border: 2pt solid #535353;
  background: linear-gradient(0, #030000 0, #2a2a2a 80%);
}
#character .charaBox li .chara {
  width: 100%;
  line-height: 0;
  position: relative;
}
#character .charaBox li .tit {
  width: 15%;
  position: absolute;
  top: 4%;
  left: 8%;
  z-index: 1;
}
#character .charaBox li.charaD .tit {
  width: 26.5%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  z-index: 1;
  line-height: 0;
}

#character .charaBox li .txtBox {
  width: 80%;
  padding: 28% 10% 8% 10%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/chara_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
#character .charaBox li .txtBox .txt {
  width: 100%;
  padding: 10px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 4px solid #ffffff;
  display: block;
  cursor: pointer;
}
#character .charaBox li .txtBox .btn {
  width: 100%;
  margin: 10px auto 0 auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border: 4px solid #000000;
  background: #000000;
}
#character .charaBox li .txtBox .btn a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 0;
}

#character .charaBox li.chara01 .txtBox .btn {
  background: #e6001d;
  border: 4px solid #e6001d;
}
#character .charaBox li.chara02 .txtBox .btn {
  background: #00a0d7;
  border: 4px solid #00a0d7;
}
#character .charaBox li.chara03 .txtBox .btn {
  background: #48b233;
  border: 4px solid #48b233;
}
#character .charaBox li.chara04 .txtBox .btn {
  background: #ffd800;
  border: 4px solid #ffd800;
}
#character .charaBox li.chara04 .txtBox .btn a {
  color: #000000;
}

#character .charaBox li .charadetails {
  position: absolute;
  bottom: 63%;
  left: -50%;
  background: url(../img/chara_pbg.png);
  background-size: 100% 100%;
  width: 200%;
  z-index: 5;
  padding: 40px 0 60px 0;
  display: none;
}
#character .charaBox li .charadetails .pbtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  cursor: pointer;
}
#character .charaBox li .charadetails .pbtn:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  background: url(../img/chara_pbtn.png) no-repeat left top;
  background-size: 100% 100%;
}
#character .charaBox li .charadetails .ptit {
  width: 75%;
  margin: 0 auto 0 auto;
  font-size: 26px;
  font-weight: 600;
}
#character .charaBox li .charadetails .ptxt {
  font-size: 15px;
  width: 75%;
  margin: 5px auto 0 auto;
  font-weight: 600;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #character {
    margin-top: 50px;
  }
  #character h3 {
  }
  #character h3 img {
    width: 150%;
    margin-left: -25%;
  }
  #character .charaBox {
    margin-top: 15px;
  }
  #character .charaBox li.charaA {
    width: 48%;
    border: 1pt solid #535353;
    margin-top: 10px;
  }
  #character .charaBox li.charaB {
    width: 31%;
    margin-top: 0;
    margin-right: 0.235%;
    margin-left: 0.25%;

    border: 1pt solid #535353;
  }
  #character .charaBox li.charaB:nth-child(even) {
    margin-right: 0.25%;
    margin-left: 0.235%;
  }
  #character .charaBox li.charaC {
  }
  #character .charaBox li.charaD {
    margin-top: 20px;
    border: 1pt solid #535353;
  }

  #character .charaBox li .chara {
  }
  #character .charaBox li .tit {
  }

  #character .charaBox li.charaD .tit {
    width: 40%;
  }
  #character .charaBox li .txtBox {
  }
  #character .charaBox li .txtBox .txt {
    padding: 10px 0 10px 0;
    font-size: 3.4vw;
    border: 2px solid #ffffff;
  }
  #character .charaBox li .txtBox .btn {
    margin: 10px auto 0 auto;
    font-size: 3.4vw;
    border: 2px solid #000000;
  }
  #character .charaBox li .txtBox .btn a {
  }

  #character .charaBox li.chara01 .txtBox .btn {
    background: #e6001d;
    border: 2px solid #e6001d;
  }
  #character .charaBox li.chara02 .txtBox .btn {
    background: #00a0d7;
    border: 2px solid #00a0d7;
  }
  #character .charaBox li.chara03 .txtBox .btn {
    background: #48b233;
    border: 2px solid #48b233;
  }
  #character .charaBox li.chara04 .txtBox .btn {
    background: #ffd800;
    border: 2px solid #ffd800;
  }
  #character .charaBox li.chara04 .txtBox .btn a {
  }

  #character .charaBox li .charadetails {
    position: absolute;
    bottom: 63%;
    left: -10%;
    background: url(../img/chara_pbg.png);
    background-size: 100% 100%;
    width: 120%;
    z-index: 5;
    padding: 40px 0 60px 0;
    display: none;
  }
  #character .charaBox li .charadetails .pbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    cursor: pointer;
  }
  #character .charaBox li .charadetails .pbtn:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    background: url(../img/chara_pbtn.png) no-repeat left top;
    background-size: 100% 100%;
  }
  #character .charaBox li .charadetails .ptit {
    width: 75%;
    margin: 0 auto 0 auto;
    font-size: 4vw;
  }
  #character .charaBox li .charadetails .ptxt {
    font-size: 3.4vw;
    width: 75%;
    margin: 5px auto 0 auto;
  }

  #character .charaBox li.chara02,
  #character .charaBox li.chara03 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  #character .charaBox.charaslideBox {
    margin-top: 20px;
    display: block;
  }
  #character .charaBox.charaslideBox {
    margin-top: 40px;
    display: block;

    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    overflow: visible;
  }
  #character .slick-list {
    overflow: visible;
    width: 100% !important;
    margin: 0 auto 0 auto;
  }
  .prev-arrow,
  .next-arrow {
    width: 8%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 10;
  }
  .prev-arrow {
    left: -6%;
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .next-arrow {
    right: -6%;
  }
  .prev-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/arrow_04_w.png) no-repeat center center;
    background-size: 40% auto;
    z-index: 0;
  }
  .next-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/arrow_04_w.png) no-repeat center center;
    background-size: 40% auto;
    z-index: 0;
  }

  .prev-arrow.slick-disabled:before,
  .next-arrow.slick-disabled:before {
    opacity: 0.4 !important;
    cursor: default;
  }
  .prev-arrow.slick-disabled,
  .next-arrow.slick-disabled {
    background: none;
  }
} /*====================*/

/*----------------------------------#howto setting----------*/
#howto {
  margin: 100px 0 0 0;
}

#howto .howtoBox {
  margin-top: 50px;
  margin-bottom: 70px;
  margin-right: -80px;
}
#howto .howtoBox li {
}
#howto .howtoBox li .howtoItem {
  width: 100%;
  margin: 0 0 0 0;
  padding: 20px 0 20px 0;
  position: relative;
  background: rgba(29, 48, 23, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#howto .howtoBox li .howtoItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/howto_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}
#howto .howtoBox li .howtoItem:last-child:after {
  display: none;
}
#howto .howtoBox li .howtoItem .img {
  width: 35%;
  margin: 0 3% 0 0;
  line-height: 0;
}
#howto .howtoBox li .howtoItem .txtBox:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/howto_fr_l.png) no-repeat center top;
  background-size: 100% auto;
}
#howto .howtoBox li .howtoItem .txtBox {
  width: 57%;
  margin: 0 0 0 5%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
#howto .howtoBox li .howtoItem .txtBox .no {
  width: 21%;
  margin: 0 79% 0 0;
}
#howto .howtoBox li .howtoItem .txtBox .tit {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
#howto .howtoBox li .howtoItem .txtBox .txt {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  margin: 15px 0 0 0;
}
#howto .howtoBox li .howtoItem .txtBox .txt span {
  font-size: 11px;
}
#howto .howtoBox li .howtoItem .txtBox .btn {
  width: 58.5%;
  margin: 20px 0 0 0;
  line-height: 0;
}
#howto .howtoBox li .howtoItem .txtBox .note {
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  margin: 15px 0 0 0;
}
#howto .note {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin: 10px 0 0 0;
}
#howto .slick-list {
  overflow: visible !important;
}
#howto .slick-track {
  height: 100%;
}
#howto .slick-initialized .slick-slide {
  margin-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#howto .prev-arrow.slick-disabled:before,
#howto .next-arrow.slick-disabled:before {
  display: none !important;
}
#howto .prev-arrow.slick-disabled,
#howto .next-arrow.slick-disabled {
  background: none;
  transition: all 0.4s;
}
#howto .prev-arrow,
#howto .next-arrow {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
}
#howto .prev-arrow {
  left: -70px;
  transform: rotateX(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
#howto .next-arrow {
  right: 10px;
}
#howto .prev-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/arrow_01_g.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#howto .next-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/arrow_01_g.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

#howto .slick-dots {
  bottom: -40px;
  margin: 0 0 0 -40px;
}
#howto .slick-dots li button:hover:before,
#howto .slick-dots li button:focus:before {
  opacity: 1;
  color: #ffffff;
}
#howto .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}
#howto .slick-dots li button:before {
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #ffffff;
  text-align: center;
  opacity: 0.25;
  color: #ffffff;
}
#howto .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

#howto .popbtn {
  width: 60%;
  margin: 70px auto 0 auto;
  position: relative;
}
#howto .popbtn a {
  display: block;
  background: #48b233;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  padding: 15px 0 15px 0;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#howto .popbtn a p {
  width: auto;
}
#howto .popbtn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  width: 2.6%;
  height: 100%;
  background: url(../img/arrow_02_w.svg) no-repeat right center;
  background-size: 100% auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #howto {
    margin: 50px 0 0 0;
  }
  #howto h3 {
  }
  #howto h3 img {
    width: 150%;
    margin-left: -25%;
  }
  #howto .howtoBox {
    margin-top: 20px;
    height: 100%;
  }
  #howto .howtoBox li .howtoItem:before {
    background: url(../img/howto_fr.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  #howto .howtoBox li .howtoItem .txtBox:after {
    background: url(../img/howto_fr.png) no-repeat center top;
    background-size: 100% auto;
  }

  #howto .howtoBox li .howtoItem {
    width: 100%;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #howto .howtoBox li .howtoItem:last-child:after {
    display: none;
  }
  #howto .howtoBox li .howtoItem .img {
    width: 50%;
    margin: 10px auto 0 auto;
    line-height: 0;
  }
  #howto .howtoBox li .howtoItem .txtBox {
    width: 90%;
    height: 100%;
    z-index: 2;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  #howto .howtoBox li .howtoItem .txtBox .no {
    width: 20%;
    margin: 0 70% 0 0;
    padding-top: 0;
  }
  #howto .howtoBox li .howtoItem .txtBox .tit {
    font-size: 4vw;
    margin: 8px 0 0 0;
    line-height: 1.6;
  }
  #howto .howtoBox li .howtoItem .txtBox .txt {
    font-size: 3.2vw;
    font-weight: 600;
    margin: 8px 0 0 0;
  }
  #howto .howtoBox li .howtoItem .txtBox .btn {
    width: 68%;
    margin: 20px 0 0 0;
  }
  #howto .howtoBox li .howtoItem .txtBox .txt span {
    font-size: 2.8vw;
  }
  #howto .howtoBox li .howtoItem .txtBox .note {
    font-size: 3vw;
    color: #8fd08d;
    margin: 8px 0 0 0;
  }
  #howto .note {
    font-size: 2.8vw;
    margin: 8px 0 0 0;
  }

  #howto .howtoBox {
    margin-bottom: 50px;
    margin-right: -20px;
  }
  #howto .slick-track {
    height: 100%;
  }
  #howto .slick-initialized .slick-slide {
    margin-right: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #howto .prev-arrow,
  #howto .next-arrow {
    width: 40px;
  }
  #howto .prev-arrow {
    left: -30px;
    transform: rotateX(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  #howto .next-arrow {
    right: -10px;
  }

  #howto .slick-dots {
    bottom: -15px;
    margin: 0 0 0 -20px;
  }

  #howto .slick-dots li button:hover:before,
  #howto .slick-dots li button:focus:before {
    opacity: 1;
    color: #ffffff;
  }
  #howto .slick-dots li button:before {
    font-family: "slick";
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: "■";
    text-align: center;
    opacity: 0.25;
    color: #ffffff;
  }
  #howto .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #ffffff;
  }
  #howto .popbtn {
    width: 75%;
    margin: 25px auto 0 auto;
    position: relative;
  }
  #howto .popbtn a {
    display: block;
    font-weight: 600;
    font-size: 3.2vw;
    text-decoration: none;
    text-align: left;
    padding: 8px 0 8px 0;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #howto .popbtn a p {
    width: auto;
  }
  #howto .popbtn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4%;
    width: 2.6%;
    height: 100%;
  }
} /*====================*/

/*----------------------------------#system setting----------*/
#system {
  margin: 100px auto 0 auto;
}
#system .pointBox {
  background: rgba(29, 49, 23, 0.7) url(../img/system_fr.png) no-repeat center center;
  background-size: 100% 100%;

  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#system .pointBox:after {
  content: "";
}
#system .pointBox li {
  width: 16.6%;
  margin: 0 0 0 0;
  padding: 25px 0 20px 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#system .pointBox li .img {
  width: 100%;
  line-height: 0;
}
#system .pointBox li .txt {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  width: 100%;
  margin: 0 auto 0 auto;
}
#system .pointBox li .txt span {
  font-size: 10px;
  line-height: 1.4;
  display: block;
  margin-top: 5px;
}
#system .pointBox li .txt span.mt0 {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 0;
  display: inline;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #system {
    margin: 40px auto 0 auto;
  }
  #system h3 {
  }
  #system h3 img {
    width: 150%;
    margin-left: -25%;
  }
  #system .pointBox {
    margin: 20px 0 0 0;
  }
  #system .pointBox {
    background: rgba(29, 48, 23, 0.7) url(../img/sp/system_fr.png) no-repeat center top;
    background-size: 100% 100%;
  }
  #system .pointBox:after {
    content: "";
  }
  #system .pointBox li {
    width: 33%;
    margin: 0 0 10px 0;
    padding: 15px 0 15px 0;
  }
  #system .pointBox li .img {
    width: 100%;
    line-height: 0;
  }
  #system .pointBox li .txt {
    font-size: 3.2vw;
    line-height: 1.6;
    margin: 5px auto 0 auto;
  }
  #system .pointBox li .txt span {
    font-size: 2.6vw;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
  }
  #system .pointBox li .txt span.mt0 {
    font-size: 2.6vw;
    line-height: 1.4;
    margin-top: 0;
    display: inline;
  }
} /*====================*/

/*-----------------------------------------------------------
	#kit setting
-----------------------------------------------------------*/
#kit {
  margin: 120px auto 0 auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #kit {
    margin: 60px auto 0 auto;
  }
} /*====================*/

/*----------------------------------#price setting----------*/
#price {
  margin-top: 80px;
}

#price .gotoBox {
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0 10px 0;
  width: 100%;
  margin: 0 auto 60px auto;
}
#price .gotoBox .btn,
#price .gotoBox .txt {
  margin: 0 auto 20px auto;
}
#price .gotoBox .btn {
  max-width: 400px;
}
#price .gotoBox .txtbtn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  margin: 15px 0 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

#price .priceBox {
  width: 100%;
  margin: 0 auto 0 auto;
}
#price .priceBox .txt {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 auto;
}
#price .priceBox .note {
  width: 100%;
  max-width: 600px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #00fffc;
  margin: 20px auto 0 auto;
}
#price .priceBox .note a {
  color: #00fffc;
}
#price table {
  width: 100%;
  margin: 0 auto 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  font-weight: 500;
}
#price table tbody {
}
#price table tr {
}
#price table th,
#price table td {
  width: 33%;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.9);
  padding: 35px 0 35px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
#price table .c01.txt {
  padding: 15px 0 15px 0;
  font-weight: 500;
}
#price table th.cl,
#price table td.cl {
  background: none;
  border: none;
}
#price table .c01 {
  width: 28%;
  padding: 30px 0 30px 0;
  background: rgba(0, 0, 0, 0.4);
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #price {
    margin-top: 25px;
  }
  #price .gotoBox {
    width: 100%;
    margin: 20px auto 30px auto;
  }
  #price .gotoBox .btn,
  #price .gotoBox .txt {
    font-size: 3.4vw;
  }
  #price .gotoBox .fb {
    font-size: 3.6vw;
    line-height: 1.4;
  }
  #price .gotoBox .btn {
    width: 90%;
  }
  #price .gotoBox .txtbtn {
    font-size: 3.4vw;
    line-height: 1.4;
  }

  #price .priceBox {
    width: 100%;
  }
  #price .priceBox .txt {
  }
  #price .priceBox .note {
    font-size: 3.2vw;
    margin: 10px auto 0 auto;
    text-align: left;
  }

  #price table {
    width: 100%;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #price table tbody {
  }
  #price table tr {
  }
  #price table th,
  #price table td {
    width: 33%;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 0 15px 0;
    font-size: 3.4vw;
    line-height: 1;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #price table .c01.txt {
    padding: 8px 0 8px 0;
    font-weight: 500;
  }
  #price table th.cl,
  #price table td.cl {
    background: none;
    border: none;
  }
  #price table .c01 {
    width: 28%;
    padding: 15px 0 15px 0;
    background: rgba(0, 0, 0, 0.4);
  }
} /*====================*/

/*----------------------------------#privilege setting----------*/
#privilege {
  margin-top: 50px;
}

#privilege .privilegeBox {
  width: 100%;
  padding: 40px 0 40px 0;
  background: rgba(47, 41, 0, 0.3);
  position: relative;
}
#privilege .privilegeBox:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/privilege_fr_l.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#privilege .privilegeBox:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/privilege_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#privilege .privilegeBox .img {
  width: 75%;
  line-height: 0;
  margin: 30px auto 0 auto;
}
#privilege .privilegeBox .txt01 {
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 25px auto 0 auto;
}
#privilege .privilegeBox .txt02 {
  width: 90%;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 15px auto 0 auto;
}
#privilege .privilegeBox .txt03 {
  width: 100%;
  margin: 50px auto 0 auto;
}
#privilege .privilegeBox h4 {
  width: 100%;
  margin: 50px auto 0 auto;
}
#privilege .privilegeBox .note {
  width: 90%;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin: 15px auto 0 auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #privilege {
    margin-top: 25px;
  }
  #privilege h3 {
    width: 150%;
    margin-left: -25%;
  }
  #privilege h4 img {
    width: 160%;
    margin-left: -30%;
  }
  #privilege .privilegeBox {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  #privilege .privilegeBox:before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background: url(../img/privilege_fr.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #privilege .privilegeBox:after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background: url(../img/privilege_fr.png) no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #privilege .privilegeBox .img {
    width: 90%;
    line-height: 0;
    margin: 15px auto 0 auto;
  }
  #privilege .privilegeBox .txt01 {
    width: 90%;
    font-size: 3.4vw;
    font-weight: 600;
    text-align: left;
    margin: 25px auto 0 auto;
  }
  #privilege .privilegeBox .txt02 {
    width: 90%;
    font-size: 3.4vw;
    font-weight: 600;
    text-align: left;
    margin: 8px auto 0 auto;
  }
  #privilege .privilegeBox .txt03 {
    width: 160%;
    margin: 30px 0 0 -30%;
  }
  #privilege .privilegeBox h4 {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  #privilege .privilegeBox .note {
    width: 90%;
    font-size: 2.8vw;
    font-weight: 600;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 15px auto 0 auto;
  }
} /*====================*/

/*----------------------------------#kitbuy setting----------*/
#kitbuy {
  margin-top: 80px;
}
#kitbuy .buyBox {
  width: 100%;
  margin: 25px auto 0 auto;
}
#kitbuy .txt {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 15px auto 35px auto;
  text-align: center;
}
#kitbuy .txt .note {
  color: #ffffff;
}
#kitbuy .buybtn {
  width: 75%;
  margin: 0 auto 30px auto;
  position: relative;
}

#kitbuy .buybtn a {
  display: block;
  background: #ffd800;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  padding: 30px 0 30px 0;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#kitbuy .buybtn a p {
  width: auto;
}
#kitbuy .buybtn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  width: 2.6%;
  height: 100%;
  background: url(../img/arrow_02_b.svg) no-repeat right center;
  background-size: 100% auto;
}

#kitbuy .buybtn.cs {
  padding: 0 0 0 0;
}
#kitbuy .buybtn span {
  display: block;
  background: #a0a0a0;
  font-weight: 600;
  font-size: 20px;
  color: #666666;
  text-decoration: none;
  text-align: left;
  padding: 30px 0 30px 0;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#kitbuy .buybtn span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  width: 2.6%;
  height: 100%;
  background: url(../img/arrow_02_b.svg) no-repeat right center;
  background-size: 100% auto;
  opacity: 0.3;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #kitbuy {
    margin-top: 30px;
  }
  #kitbuy h3 img {
    width: 150%;
    margin-left: -25%;
  }

  #kitbuy .buyBox {
    width: 100%;
    margin: 10px auto 0 auto;
  }
  #kitbuy .txt {
    width: 100%;
    font-size: 3.4vw;
    font-weight: 600;
    margin: 15px auto 25px auto;
    text-align: center;
  }
  #kitbuy .buybtn {
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
  }
  #kitbuy .buybtn a {
    display: block;
    background: #ffd800;
    font-weight: 600;
    font-size: 3.4vw;
    color: #000000;
    text-decoration: none;
    text-align: left;
    padding: 15px 0 15px 0;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #kitbuy .buybtn a p {
    width: auto;
  }
  #kitbuy .buybtn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4%;
    width: 2.6%;
    height: 100%;
    background: url(../img/arrow_02_b.svg) no-repeat right center;
    background-size: 100% auto;
  }

  #kitbuy .buybtn span {
    display: block;
    font-size: 3.4vw;
    text-decoration: none;
    text-align: left;
    padding: 15px 0 15px 0;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #kitbuy .buybtn span:before {
    content: "";
    top: 0;
    right: 4%;
    width: 2.6%;
    height: 100%;
  }
} /*====================*/

/*----------------------------------#kitdetails setting----------*/
#kitdetails {
  margin-top: 70px;
}
#kitdetails .txtBox {
  margin: 30px auto 0 auto;
  text-align: center;
}
#kitdetails .txtBox .txt {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
#kitdetails .kitdetailsbtn {
  width: 38%;
  margin: 20px auto 0 auto;
  position: relative;
}
#kitdetails .kitdetailsbtn.cs {
  padding: 0 0 0 0;
}
#kitdetails .kitdetailsbtn a {
  display: block;
  background: #434343;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 10% 20px 0;
}
#kitdetails .kitdetailsbtn.cs span {
  display: block;
  background: #434343;
  color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 10% 20px 0;
}
#kitdetails .kitdetailsbtn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 15px;
  height: 100%;
  background: url(../img/arrow_03_w.svg) no-repeat right center;
  background-size: 100% auto;
}
#kitdetails .kitdetailsbtn.cs:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  width: 15px;
  height: 100%;
  background: url(../img/arrow_03_w.svg) no-repeat right center;
  background-size: 100% auto;
  opacity: 0.2;
}
#kitdetails .kitdetailsnote {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin: 15px auto 0 auto;
}
#kitdetails .note {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin: 10px 0 0 0;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #kitdetails {
    margin-top: 30px;
  }
  #kitdetails .txtBox {
    margin: 20px auto 0 auto;
    text-align: center;
  }
  #kitdetails .txtBox .tit img {
    width: 180%;
    margin-left: -40%;
  }
  #kitdetails .txtBox .txt {
    font-size: 3.4vw;
  }
  #kitdetails .kitdetailsbtn {
    width: 70%;
    margin: 18px auto 0 auto;
  }
  #kitdetails .kitdetailsbtn.cs {
    width: 70%;
    margin: 18px auto 0 auto;
  }
  #kitdetails .kitdetailsbtn a {
    font-size: 3.4vw;
    padding: 8px 0 8px 0;
  }
  #kitdetails .kitdetailsbtn.cs span {
    font-size: 3.4vw;
    padding: 8px 0 8px 0;
  }
  #kitdetails .kitdetailsnote {
    font-size: 2.8vw;
    margin: 10px auto 0 auto;
  }
  #kitdetails .kitdetailsbtn.cs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    width: 3.4vw;
    height: 100%;
    background: url(../img/arrow_03_w.svg) no-repeat right center;
    background-size: 100% auto;
    opacity: 0.2;
  }
  #kitdetails .note {
    font-size: 2.8vw;
  }
} /*====================*/

/*----------------------------------#kitsale setting----------*/
#kitsale {
  margin-top: 60px;
}
#kitsale .kitsaleBox {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#kitsale .kitsaleBox li {
  width: 24%;
  position: relative;
}
#kitsale .kitsaleBox li .chara {
  width: 100%;
  line-height: 0;
  position: relative;
}
#kitsale .kitsaleBox li .txtBox {
  width: 80%;
  padding: 30% 10% 10% 10%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
#kitsale .kitsaleBox li .txtBox .tit {
  width: 100%;
  line-height: 0;
}
#kitsale .kitsaleBox li .txtBox .btn {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: 4px solid #000000;
  background: #000000;
  cursor: pointer;
}
#kitsale .kitsaleBox li .txtBox .btn a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 0 10px 0;
  display: block;
}

#kitsale .kitsaleBox li.kit01 .txtBox .btn {
  background: #e6001d;
  border: 4px solid #e6001d;
}
#kitsale .kitsaleBox li.kit02 .txtBox .btn {
  background: #00a0d7;
  border: 4px solid #00a0d7;
}
#kitsale .kitsaleBox li.kit03 .txtBox .btn {
  background: #48b233;
  border: 4px solid #48b233;
}
#kitsale .kitsaleBox li.kit04 .txtBox .btn {
  background: #ffd800;
  border: 4px solid #ffd800;
}
#kitsale .kitsaleBox li.kit04 .txtBox .btn a {
  color: #000000;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #kitsale {
    margin-top: 40px;
  }
  #kitsale .kitsaleBox {
    margin-top: 20px;
  }
  #kitsale .kitsaleBox li {
    width: 48%;
    position: relative;
    margin-bottom: 15px;
  }
  #kitsale .kitsaleBox li .chara {
    width: 100%;
    line-height: 0;
    position: relative;
  }
  #kitsale .kitsaleBox li .txtBox {
    width: 80%;
    padding: 30% 10% 10% 10%;
  }
  #kitsale .kitsaleBox li .txtBox .tit {
  }
  #kitsale .kitsaleBox li .txtBox .btn {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 3.4vw;
    border: 2px solid #000000;
  }
  #kitsale .kitsaleBox li .txtBox .btn a {
  }

  #kitsale .kitsaleBox li.kit01 .txtBox .btn {
    background: #e6001d;
    border: 2px solid #e6001d;
  }
  #kitsale .kitsaleBox li.kit02 .txtBox .btn {
    background: #00a0d7;
    border: 2px solid #00a0d7;
  }
  #kitsale .kitsaleBox li.kit03 .txtBox .btn {
    background: #48b233;
    border: 2px solid #48b233;
  }
  #kitsale .kitsaleBox li.kit04 .txtBox .btn {
    background: #ffd800;
    border: 2px solid #ffd800;
  }
  #kitsale .kitsaleBox li.kit04 .txtBox .btn a {
    color: #000000;
  }
} /*====================*/

/*-----------------------------------------------------------
	#goods setting
-----------------------------------------------------------*/
#goods {
  margin-top: 120px;
}
#goods .goodsWrap {
  width: 100%;
  margin: 60px auto 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#goods .goodsBox:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/goods_fr_l.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#goods .goodsBox:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/goods_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#goods .goodsWrap .goodsBox {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 30px 0 30px 0;
  background: rgba(47, 41, 0, 0.3);

  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#goods .goodsBox.goodsBoxL:before {
  background: url(../img/goods_fr_l.png) no-repeat center top;
  background-size: 100% auto;
}
#goods .goodsBox.goodsBoxL:after {
  background: url(../img/goods_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
}
#goods .goodsWrap .goodsBox.goodsBoxL {
  width: 100%;
}
#goods .goodsWrap .img {
  width: 46%;
  height: 100%;
  margin-right: 2%;
  margin-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#goods .goodsWrap .txtBox {
  width: 47%;
  margin-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
#goods .goodsWrap .tit {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  margin: 0 auto 0 auto;
}
#goods .goodsWrap .price {
  width: 100%;
  margin: 5px auto 0 auto;
  font-weight: 700;
  font-size: 14px;
}
#goods .goodsWrap .txt {
  width: 100%;
  margin: 5px auto 0 auto;
  font-size: 14px;
  font-weight: 400;
}
#goods .goodsWrap .note {
  width: 100%;
  margin: 1px auto 0 auto;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

#goods .goodstxt {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto 20px auto;
}
#goods .goodsnote {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 15px auto 0 auto;
}
#goods .goodsbtn {
  width: 75%;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
}
#goods .goodsbtn a {
  display: block;
  background: #dc5707;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  padding: 30px 0 30px 0;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#goods .goodsbtn a p {
  width: auto;
}
#goods .goodsbtn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  width: 2.6%;
  height: 100%;
  background: url(../img/arrow_02_w.svg) no-repeat right center;
  background-size: 100% auto;
}

#goods .goodsbtn div {
  display: block;
  background: #a0a0a0;
  color: #666666;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  text-align: left;
  padding: 30px 0 30px 0;
  border: 3px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#goods .goodsbtn div p {
  width: auto;
}
#goods .goodsbtn div:before {
  content: "";
  position: absolute;
  top: 0;
  right: 4%;
  width: 2.6%;
  height: 100%;
  background: url(../img/arrow_02_b.svg) no-repeat right center;
  background-size: 100% auto;
  opacity: 0.3;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #goods {
    margin-top: 40px;
  }
  #goods .goodsWrap {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  #goods .goodsWrap .goodsBox {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 22px 0 18px 0;
    background: rgba(47, 41, 0, 0.3);
    display: block;
  }

  #goods .goodsBox:before {
    background: url(../img/goods_fr.png) no-repeat center top;
    background-size: 100% auto;
  }
  #goods .goodsBox:after {
    background: url(../img/goods_fr.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  #goods .goodsBox.goodsBoxL:before {
    background: url(../img/goods_fr.png) no-repeat center top;
    background-size: 100% auto;
  }
  #goods .goodsBox.goodsBoxL:after {
    background: url(../img/goods_fr.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  #goods .goodsWrap .goodsBox.goodsBoxL {
    width: 100%;
  }
  #goods .goodsWrap .img {
    width: 90%;
    height: auto;
    margin-right: 5%;
    margin-left: 5%;
  }

  #goods .goodsWrap .txtBox {
    width: 100%;
  }
  #goods .goodsWrap .tit {
    font-size: 4vw;
    width: 90%;
    margin: 10px auto 0 auto;
  }
  #goods .goodsWrap .price {
    width: 90%;
    margin: 5px auto 0 auto;
    font-size: 3.4vw;
  }
  #goods .goodsWrap .txt {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 3vw;
  }
  #goods .goodsWrap .note {
    width: 90%;
    margin: 5px auto 0 auto;
    font-size: 3vw;
  }

  #goods .goodstxt {
    width: 100%;
    font-size: 3.4vw;
    line-height: 1.5;
    margin: 15px auto 20px auto;
  }
  #goods .goodsnote {
    font-size: 3.2vw;
    margin: 10px auto 0 auto;
  }
  #goods .goodsbtn {
    width: 100%;
    margin: 10px auto 0 auto;

    position: relative;
  }
  #goods .goodsbtn a {
    display: block;
    background: #dc5707;
    font-weight: 600;
    font-size: 3.4vw;
    text-decoration: none;
    text-align: left;
    padding: 15px 0 15px 0;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #goods .goodsbtn a p {
    width: auto;
  }
  #goods .goodsbtn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4%;
    width: 2.6%;
    height: 100%;
    background: url(../img/arrow_02_w.svg) no-repeat right center;
    background-size: 100% auto;
  }

  #goods .goodsbtn div {
    display: block;
    font-weight: 600;
    font-size: 3.4vw;
    text-decoration: none;
    text-align: left;
    padding: 15px 0 15px 0;
    border: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #goods .goodsbtn div p {
    width: auto;
  }
  #goods .goodsbtn div:before {
    content: "";
    position: absolute;
    top: 0;
    right: 4%;
    width: 2.6%;
    height: 100%;
    background: url(../img/arrow_02_b.svg) no-repeat right center;
    background-size: 100% auto;
  }
} /*====================*/

/*----------------------------------#faq setting----------*/
#faq {
  margin-top: -80px;
  padding-top: 80px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #faq {
    margin-top: -10px;
    padding-top: 10px;
  }
} /*====================*/

/*-----------------------------------------------------------
	#attefaq setting
-----------------------------------------------------------*/
#attefaq {
  margin-top: 120px;
}
.adbtn {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: block;
}
.adbtn:after {
  content: "";
  width: 100%;
  height: 14px;
  margin: 10px 0 15px 0;
  display: block;
  position: relative;
  background: url(../img/arrow_05_w.svg) no-repeat center center;
  background-size: auto 100%;
  transition: all 0.3s cubic-bezier(0, 0.72, 0.62, 1);
}

.adbox {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-out;
}
.op .adbox {
  height: auto;
  opacity: 1;
  padding: 20px 0 20px 0;
  transition: all 0.3s cubic-bezier(0, 0.72, 0.62, 1);
}
.op .adbtn:after {
  transform: rotateX(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.op .adbtn:hover {
}

#attefaq .attefaqWrap {
  width: 92%;
  margin: 25px auto 0 auto;
  padding: 30px 4% 1px 4%;
  background: rgba(47, 0, 3, 0.3);
  position: relative;
}
#attefaq .attefaqWrap:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/attefaq_fr_l.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#attefaq .attefaqWrap:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/attefaq_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#attefaq .attefaqWrap .attefaqBox {
  margin: 0 auto 30px auto;
}

#attefaq .attefaqWrap .tit {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 5px auto;
}
#attefaq .attefaqWrap .txt {
  margin: 10px auto 0 auto;
  font-size: 14px;
}
#attefaq .attefaqWrap .note {
  margin: 10px auto 0 auto;
  font-size: 12px;
  color: #ffffff;
}

#attefaq .attefaqWrap .q {
  font-size: 14px;
  display: block;
  padding-left: 2em;
  margin: 0 0 0 0;
  font-weight: 600;
}
#attefaq .attefaqWrap .q::before {
  content: "Q : ";
  display: block;
  float: left;
  margin-left: -2em;
  width: 2em;
  text-align: center;
  font-weight: 600;
}
#attefaq .attefaqWrap .a {
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding-left: 2em;
}
#attefaq .attefaqWrap .a::before {
  content: "A : ";
  font-size: 14px;
  display: block;
  float: left;
  margin-left: -2em;
  width: 2em;
  text-align: center;
}
#attefaq .attefaqWrap .n {
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding-left: 1em;
}
/* #attefaq .attefaqWrap .n::before {
  content: "・";
  font-size: 14px;
  display: block;
  float: left;
  margin-left: -1em;
  width: 1em;
  text-align: center;
}
*/

#attefaq .attefaqWrap .faqlist {
  width: 100%;
  margin: 20px auto 0 auto;
}
#attefaq .attefaqWrap .faqlist li {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#attefaq .attefaqWrap .faqlist li:last-child {
  margin-bottom: 0;
}
#attefaq .attefaqWrap .faqlist .tit {
  width: 24%;
  padding: 15px 3% 15px 3%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background: rgba(47, 0, 3, 0.5);
  margin: 0 0 0 0;
}
#attefaq .attefaqWrap .faqlist .txt {
  width: 62.5%;
  margin-left: 1.5%;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 15px 3% 15px 3%;
  background: rgba(47, 0, 3, 0.5);
  color: #ffffff;
}
#attefaq .attefaqWrap .faqlist .txt .note {
  font-size: 12px;
  font-weight: 300;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #attefaq {
    margin-top: 50px;
  }
  .adbtn {
    text-align: center;
    font-size: 3.8vw;
    font-weight: 600;
    cursor: pointer;
    display: block;
  }
  .adbtn:after {
    content: "";
    width: 100%;
    height: 8px;
    margin: 8px 0 10px 0;
    display: block;
    position: relative;
    background: url(../img/arrow_05_w.svg) no-repeat center center;
    background-size: auto 100%;
    transition: all 0.3s cubic-bezier(0, 0.72, 0.62, 1);
  }
  .adbox {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease-out;
  }
  .op .adbox {
    height: auto;
    opacity: 1;
    padding: 10px 0 10px 0;
    transition: all 0.3s cubic-bezier(0, 0.72, 0.62, 1);
  }
  .op .adbtn:after {
    opacity: 0;
  }
  .op .adbtn:hover {
    opacity: 1 !important;
  }
  #attefaq .attefaqWrap {
    width: 90%;
    margin: 10px auto 0 auto;
    padding: 20px 5% 2px 5%;
    position: relative;
  }
  #attefaq .attefaqWrap:before {
    background: url(../img/attefaq_fr.png) no-repeat center top;
    background-size: 100% auto;
  }
  #attefaq .attefaqWrap:after {
    background: url(../img/attefaq_fr.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  #attefaq .attefaqWrap .attefaqBox {
    margin: 0 auto 15px auto;
  }

  #attefaq .attefaqWrap .tit {
    font-size: 3.4vw;
    margin: 0 auto 5px auto;
  }
  #attefaq .attefaqWrap .txt {
    margin: 10px auto 0 auto;
    font-size: 3.2vw;
  }

  #attefaq .attefaqWrap .q {
    font-size: 3.2vw;
    display: block;
    padding-left: 2em;
    margin: 0 0 0 0;
  }
  #attefaq .attefaqWrap .q::before {
    content: "Q : ";
    display: block;
    float: left;
    margin-left: -2em;
    width: 2em;
    font-size: 3.2vw;
    text-align: center;
  }
  #attefaq .attefaqWrap .a {
    font-size: 3.2vw;
    line-height: 1.8;
    display: block;
    padding-left: 2em;
  }
  #attefaq .attefaqWrap .a::before {
    content: "A : ";
    font-size: 3.2vw;
    display: block;
    float: left;
    margin-left: -2em;
    width: 2em;
    text-align: center;
  }
  #attefaq .attefaqWrap .n {
    font-size: 3.2vw;
    line-height: 1.8;
    display: block;
    padding-left: 1em;
  }
  /*
  #attefaq .attefaqWrap .n::before {
    content: "・";
    font-size: 3.2vw;
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: center;
  }
  */

  #attefaq .attefaqWrap .faqlist {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  #attefaq .attefaqWrap .faqlist li {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  #attefaq .attefaqWrap .faqlist li:last-child {
    margin-bottom: 0;
  }
  #attefaq .attefaqWrap .faqlist .tit {
    width: 24%;
    padding: 15px 3% 15px 3%;
    font-size: 3.2vw;
    margin: 0 0 0 0;
  }
  #attefaq .attefaqWrap .faqlist .txt {
    width: 62.5%;
    margin-left: 1.5%;
    font-size: 3.2vw;
    padding: 15px 3% 15px 3%;
  }
  #attefaq .attefaqWrap .faqlist .txt span {
    font-size: 3.2vw;
  }
} /*====================*/

/*----------------------------------#attention setting----------*/
#attention {
  margin-top: 80px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #attention {
    margin-top: 40px;
  }
  #attention h3 img {
    width: 150%;
    margin-left: -25%;
  }
} /*====================*/

/*----------------------------------#faq setting----------*/
#sfaq {
  margin-top: 80px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #sfaq {
    margin-top: 40px;
  }
  #sfaq h3 img {
    width: 150%;
    margin-left: -25%;
  }
} /*====================*/

/*----------------------------------#gamesystem setting----------*/
#gamesystem {
  /* 	margin-top: 80px; */
  margin-top: 50px;
}
#gamesystem .attefaqBox .txt {
  margin-top: 15px;
}
#gamesystem .attefaqBox img {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 0;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #gamesystem {
    margin-top: 30px;
  }
  #gamesystem h3 img {
    width: 150%;
    margin-left: -25%;
  }
} /*====================*/

/*----------------------------------#limit setting----------*/
#limit {
  margin-top: 80px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #limit {
    margin-top: 40px;
  }
  #limit h3 img {
    width: 150%;
    margin-left: -25%;
  }
} /*====================*/

/*-----------------------------------------------------------
	#introduction setting
-----------------------------------------------------------*/
#introduction {
  margin: 100px auto 0 auto;
  padding: 70px 0 70px 0;
  background: #1a1a1a;
}
#introduction .contentBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #introduction {
    margin: 40px auto 0 auto;
    padding: 30px 0 30px 0;
  }
  #introduction .contentBox {
    width: 90%;
  }
} /*====================*/

/*----------------------------------#introfirst setting----------*/
#introfirst {
  width: 100%;
  margin: 0 0 0 0;
  line-height: 0;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #introfirst {
    width: 100%;
    margin: 0 0 35px 0;
    line-height: 0;
  }
} /*====================*/

/*----------------------------------#introwork setting----------*/
#introwork {
  width: 48%;
  margin: 0 0 0 0;
}
#introwork .btn {
  line-height: 0;
}
#introworkdetails {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#introworkdetails .contentBox {
  width: 96%;
  max-width: 96%;
  margin: 0 auto 0 auto;
  padding: 10px 3% 40px 3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../img/introaboutdetails_bg.png) repeat center top;
}
#introworkdetails h2 {
  font-size: 24px;
  background: #ffffff;
  width: 100%;
  padding: 20px 0 20px 0;
}
#introworkdetails h2 img {
  width: 50%;
  max-width: 240px;
  margin: 0 auto 0 auto;
}
#introworkdetails .txtBox {
  width: 100%;
  margin: 20px auto 0 auto;
}
#introworkdetails .txtBox .txt {
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
}
#introworkdetails .bnrBox {
  width: 100%;
  margin: 0 0 0 0;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#introworkdetails .bnrBox .bnr {
  width: 48%;
  max-width: 190px;
  margin-right: 2%;
}
.

					/*===================sp=*/@media screen and (max-width: 860px) {
  #introworkdetails {
    padding-top: 0;
  }
  #introworkdetails .contentBox {
    padding: 10px 3% 20px 3%;
  }
  #introworkdetails h2 {
    font-size: 4vw;
    background: #ffffff;
    width: 60%;
    padding: 15px 20% 15px 20%;
  }
  #introworkdetails h2 img {
    width: 80%;
    margin: 0 auto 0 auto;
    padding-bottom: 1px;
  }

  #introworkdetails .txtBox {
    width: 100%;
    margin-top: 0;
  }
  #introworkdetails .txtBox .txt {
    font-size: 2.9vw;
    line-height: 2;
    margin-top: 0;
  }
  #introworkdetails .txtBox {
    width: 100%;
    display: block;
    margin-top: 0;
  }
  #introworkdetails .txtBox .txt {
    width: 100%;
    margin-top: 2%;
    font-size: 3vw;
  }
  #introworkdetails .bnrBox {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #introworkdetails .bnrBox .bnr {
    width: 48%;
    margin-right: 2%;
  }
} /*====================*/

/*----------------------------------#introabout setting----------*/
#introabout {
  width: 48%;
  margin: 0 0 0 0;
}
#introabout .btn {
  line-height: 0;
}
#introaboutdetails {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#introaboutdetails .contentBox {
  width: 96%;
  max-width: 96%;
  margin: 0 auto 0 auto;
  padding: 10px 3% 40px 3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../img/introaboutdetails_bg.png) repeat center top;
}
#introaboutdetails h2 {
  font-size: 24px;
  background: #ffffff;
  width: 100%;
  padding: 3% 0 3% 0;
}
#introaboutdetails h2 img {
  width: 30%;
}
#introaboutdetails .txtBox {
  width: 47%;
  max-width: 445px;
  margin: 20px auto 0 auto;
}
#introaboutdetails .txtBox .txt {
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
}
#introaboutdetails .movieBox {
  width: 47%;
  max-width: 450px;
  margin: 20px auto 0 auto;
}
#introaboutdetails .tit {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
  color: #ffffff;
}
#introaboutdetails .link2site {
  width: 47%;
  max-width: 450px;
  margin: 30px auto 0 auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #introaboutdetails {
    padding-top: 0;
  }
  #introaboutdetails .contentBox {
    padding: 10px 3% 20px 3%;
  }

  #introaboutdetails h2 {
    font-size: 4vw;
    background: #ffffff;
    width: 100%;
    padding: 8% 0 8% 0;
  }

  #introaboutdetails .txtBox {
    width: 100%;
    margin-top: 0;
  }
  #introaboutdetails .txtBox .txt {
    font-size: 2.9vw;
    line-height: 2;
  }
  #introaboutdetails .txtBox {
    width: 100%;
    display: block;
    margin-top: 0;
  }
  #introaboutdetails .txtBox .movieBox {
    width: 100%;
    margin: 0 0 0 0;
  }
  #introaboutdetails .txtBox .movieBox h2 {
    width: 50%;
    margin: 8% 0 5% 5%;
  }
  #introaboutdetails .txtBox .txt {
    width: 100%;
    margin-top: 2%;
    font-size: 2.8vw;
  }
  #introaboutdetails .contentBox .video {
    max-width: 100%;
    margin-top: 0;
  }
  #introaboutdetails .colBox .txtBox {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  #introaboutdetails .colBox .logo {
    width: 40%;
    max-width: 205px;
    margin: 0 auto 0 auto;
    line-height: 0;
  }
  #introaboutdetails .colBox .txtBox .txt {
    line-height: 1.6;
    font-size: 14px;
  }
  #introaboutdetails .movieBox {
    width: 100%;
    max-width: 450px;
    margin: 15px auto 0 auto;
  }
  #introaboutdetails .tit {
    font-size: 3vw;
  }
  #introaboutdetails .link2site {
    width: 90%;
    max-width: 450px;
    margin: 20px auto 0 auto;
  }
} /*====================*/

#bnrmovie {
  max-width: 384px;
  margin-top: 30px;
}

#bnrlivemuseum {
  width: 60%;
  margin-top: 30px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #bnrlivemuseum {
    width: 100%;
    margin-top: 30px;
  }
} /*====================*/

/*-----------------------------------------------------------
	#pastevent setting
-----------------------------------------------------------*/
#pastevent {
}
#pastevent .pasteventList {
  width: 90%;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pastevent .pasteventList li {
  width: 20.5%;
  max-width: 30%;
  padding: 0 2% 0 2%;
  margin: 0 0 30px 0;
  position: relative;
}
#pastevent .pasteventList li .details {
  display: block;
  overflow: hidden;
}
#pastevent .pasteventList li {
  margin: 0 0 50px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pastevent .pasteventList li a {
  text-decoration: none;
}
#pastevent .pasteventList li a:hover {
  text-decoration: none;
}
#pastevent .pasteventList li .year {
  width: 100%;
  margin: 0 auto 10px auto;
}
#pastevent .pasteventList li .img {
  width: 100%;
  margin: 0 auto 10px auto;
  line-height: 0;
}
#pastevent .pasteventList li .btn {
  width: 60%;
  margin: 0 auto 0 auto;
}
#pastevent .comm {
  margin: 0 auto 0 auto;
  text-align: center;
}
#pastevent .eventbtn {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0 auto;
  text-align: center;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
} /*====================*/

/*-----------------------------------------------------------
	#nazo setting
-----------------------------------------------------------*/
#nazo {
  padding: 60px 0 80px 0;
}

#nazo .nazoWrap {
  margin: 40px auto 0 auto;
  padding: 40px 5.625% 40px 5.625%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
#nazo .nazoWrap:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/nazo_fr_l.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#nazo .nazoWrap:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/nazo_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

#nazo .nazoWrap .txt {
  font-size: 18px;
}

#nazointro.nazoWrap {
  margin: 50px auto 0 auto;
  padding: 60px 7% 60px 7%;
}
#nazointro.nazoWrap .mtxt {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 30px 0;
}
#nazointro.nazoWrap .sttit {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
#nazointro.nazoWrap .sttit img {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
#nazointro.nazoWrap .mtxt:after {
  /*
			content: "";
			width: 100%;
			height: 40px;
			background: url(../../nazo/img/h1_story.png) no-repeat center center;
			background-size: 100% auto;
			display: block;
			margin: 30px 0 10px 0;
*/
  display: none;
}
.nazoWrap .commBox .comm {
  width: 100%;
  margin: 0 auto 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.nazoWrap .commBox .comm .img {
  width: 8.5%;
}
.nazoWrap .commBox .comm .img:before {
  content: "";
  width: 100%;
  padding-top: 102%;
  background: no-repeat center center;
  background-size: 100% auto;
  position: relative;
  display: block;
}
.nazoWrap .commBox .comm01 .img:before {
  background-image: url(../img/nazo_chara_01.png);
}
.nazoWrap .commBox .comm02 .img:before {
  background-image: url(../img/nazo_chara_02.png);
}
.nazoWrap .commBox .comm03 .img:before {
  background-image: url(../img/nazo_chara_03.png);
}
.nazoWrap .commBox .comm04 .img:before {
  background-image: url(../img/nazo_chara_04.png);
}
.nazoWrap .commBox .comm05 .img:before {
  background-image: url(../img/nazo_chara_05.png);
}

.nazoWrap .commBox .comm .txt {
  margin: 0 0 0 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
}

#nazoentrance.nazoWrap {
  margin: 70px auto 0 auto;
  padding: 60px 12.25% 60px 12.25%;
}
#nazoentrance.nazoWrap .tit {
  width: 104%;
  margin-left: -2%;
}
#nazoentrance.nazoWrap .txt {
  margin: 20px auto 0 auto;
}
#nazoentrance.nazoWrap .nazomenu {
  margin: 50px auto 0 auto;
}
#nazoentrance.nazoWrap .nazomenu .btnBox {
  margin: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#nazoentrance.nazoWrap .nazomenu .btnBox .btn {
  width: 22%;
}
#nazoentrance.nazoWrap .nazomenu .btnBox .btn.btnl {
  width: 100%;
}

#nazo .nazoWrap .mtit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#nazo .nazoWrap .mtit .img {
  width: 8.5%;
  margin-right: 1em;
}
#nazo .nazoWrap .mtit .img:before {
  content: "";
  width: 100%;
  padding-top: 102%;
  background: no-repeat center center;
  background-size: 100% auto;
  position: relative;
  display: block;
}
#nazo .nazoWrap.nazo_1 .mtit .img:before {
  background-image: url(../img/nazo_chara_01.png);
}
#nazo .nazoWrap.nazo_2 .mtit .img:before {
  background-image: url(../img/nazo_chara_02.png);
}
#nazo .nazoWrap.nazo_3 .mtit .img:before {
  background-image: url(../img/nazo_chara_03.png);
}
#nazo .nazoWrap.nazo_4 .mtit .img:before {
  background-image: url(../img/nazo_chara_04.png);
}
#nazo .nazoWrap .mtit .txt {
  margin: 0 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;

  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#nazo .nazoWrap .mtit .txt img {
  width: 33%;
}

#nazo .nazoBox {
  width: 70%;
  margin: 40px auto 0 auto;
  padding: 30px 0 30px 0;
  border: 3px solid #666666;
  background: #434343;
}
#nazo .nazoBox .txt {
  width: 90%;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 0 auto;
}
#nazo .nazoBox .nazo {
  width: 64%;
  margin: 30px auto 0 auto;
}
#nazo .nazoBox .nazo img.stit {
  margin-top: 20px;
}
#nazo .nazoBox .nazo img:first-child {
  margin-top: 0;
}
#nazo .nazoBox .nazo .txt {
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin: 5px auto 10px auto;
}

#nazo .hintBox {
  width: 70%;
  margin: 40px auto 0 auto;
}
#nazo .hintBox .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
#nazo .hintBox .btn:after {
  content: "";
  width: 1em;
  margin-left: 0.5em;
  background: url(../img/arrow_06_y.svg) no-repeat center center;
  background-size: 100% auto;
}
#nazo .hintBox.op .btn:after {
  content: "";
  width: 1em;
  margin-left: 0.5em;
  background: url(../img/arrow_06_y.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
#nazo .hintBox .btn p {
  font-size: 18px;
  color: #fee700;
  font-weight: bold;
  border-bottom: 3px solid #fee700;
  display: inline-block;
}
#nazo .hintBox .hintop {
  display: none;
  background: #000000;
  border: 3px solid #fee700;
  padding: 20px;
  font-size: 16px;
  margin-top: 20px;
}
#nazo .answerBox {
  width: 70%;
  margin: 40px auto 0 auto;
}
#nazo .answerBox .txt {
  font-size: 18px;
  font-weight: bold;
}
#nazo .answerBox input[type="text"] {
  width: 100%;
  border: 0;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  font-size: 32px;
  font-weight: bold;
  outline: none;
  color: #ffffff;
  background: none;
  border-bottom: 3px solid #fee700;
}
#nazo .answerBox .btn {
  width: 50%;
  cursor: pointer;
  padding: 0 0 0 0;
  margin: 40px auto 0 auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: relative;
}
#nazo .answerBox .btn input[type="submit"] {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
  background: url(../img/nazo_btn.png) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#nazo .answerBox .btn:after {
  content: "";
  width: 100%;
  padding-top: 27.5%;
  display: block;
}
#nazo input[type="submit"]:hover {
  opacity: 0.7;
}

.nazopop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
  transition: all 0.7s ease;
  background: rgba(10, 10, 10, 0.8);

  display: none;
}
.nazopop .nazopopWrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}
.nazopop .nazopopWrap .nazopopBox {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.nazopop .nazopopWrap .nazopopBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.nazopop .popcbtn {
  width: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 0 auto;
  z-index: 1045;
  cursor: auto;
  line-height: 0;
  width: 90%;
  max-width: 600px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 1;
  background: #000000;
  padding: 50px 0 50px 0;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem.nazopopo {
  box-shadow: 0 0 20px #00eaff;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem.nazopopx {
  box-shadow: 0 0 20px #ff7800;
}

.nazopop .nazopopWrap .nazopopBox .nazopopItem .img {
  width: 53%;
  margin: 0 auto;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem .txt {
  width: 90%;
  margin: 29px auto 0 auto;
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem .txt span {
  font-size: 15px;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem .shareBox {
  width: 43%;
  margin: 40px auto 0 auto;
  padding: 30px 5%;
  background: #373737;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem .shareBox > div {
  width: 23%;
  border: 5px solid #ffffff;
  margin: 0 10%;
}
.nazopop .nazopopWrap .nazopopBox .nazopopItem .shareBox .fb {
  display: none;
}

.nazopop .nazopopWrap .nazopopBox .nazopopItem .btn {
  width: 53%;
  margin: 40px auto 0 auto;
}

#nazoiend.nazoWrap {
  margin: 70px auto 0 auto;
  padding: 60px 11% 60px 11%;
}

#nazoiend.nazoWrap .shareBox {
  width: 88%;
  margin: 30px auto 50px auto;
  padding: 30px 6%;
  background: rgba(255, 234, 0, 0.3);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#nazoiend.nazoWrap .shareBox > div {
  width: 10%;
  border: 2px solid #ffffff;
  line-height: 0;
}
#nazoiend.nazoWrap .shareBox > div.tit {
  width: 42%;
  margin-right: 5%;
  margin-left: 2%;
  border: none;
}

#nazopresent.nazoWrap {
  margin: 70px auto 0 auto;
  padding: 60px 11% 60px 11%;
}
#nazopresent.nazoWrap .presentBox {
  width: 90%;
  margin: 30px auto 0 auto;
  padding: 30px 5%;
  background: rgba(255, 234, 0, 0.3);
}
#nazopresent.nazoWrap .presentBox .imgBox {
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#nazopresent.nazoWrap .presentBox .imgBox .img {
  width: 47%;
  line-height: 0;
  margin: 0 0 20px 0;
}
#nazopresent.nazoWrap .presentBox .imgBox .img:last-child {
  margin: 0 auto 20px auto;
}
#nazopresent.nazoWrap .presentBox .imgBox a {
  display: inline-block;
}

#nazopresent.nazoWrap .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 0 0;
  margin: 20px 0 20px 0;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #nazo {
    padding: 30px 0 30px 0;
  }
  #nazo .nazoWrap:before {
    background: url(../img/nazo_fr.png) center top;
    background-size: 100% auto;
  }
  #nazo .nazoWrap:after {
    background: url(../img/nazo_fr.png) center bottom;
    background-size: 100% auto;
  }

  #nazo h2 {
    width: 90%;
  }
  #nazo .nazoWrap {
    margin: 20px auto 0 auto;
    padding: 20px 5.625% 20px 5.625%;
    background: rgba(0, 0, 0, 0.3);
  }
  #nazo .nazoWrap .txt {
    font-size: 3.4vw;
  }

  #nazointro.nazoWrap {
    margin: 30px auto 0 auto;
    padding: 30px 7% 30px 7%;
  }
  #nazointro.nazoWrap .mtxt {
    font-size: 3.4vw;
    padding: 0 0 15px 0;
  }
  #nazointro.nazoWrap .mtxt:after {
    /*
			content: "";
			width: 100%;
			height: 10px;
			margin: 20px 0 5px 0;
*/
  }

  #nazointro.nazoWrap .sttit {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #nazointro.nazoWrap .sttit img {
    width: 130%;
    margin-left: -15%;
  }

  .nazoWrap .commBox .comm {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .nazoWrap .commBox .comm .img {
    width: 18%;
  }
  .nazoWrap .commBox .comm .img:before {
    content: "";
    width: 100%;
    padding-top: 102%;
    position: relative;
    display: block;
  }
  .nazoWrap .commBox .comm .txt {
    margin: 0 0 0 1em;
  }

  #nazoentrance.nazoWrap {
    margin: 40px auto 0 auto;
    padding: 30px 7% 30px 7%;
  }
  #nazoentrance.nazoWrap .tit {
    width: 100%;
    margin-left: 0;
  }
  #nazoentrance.nazoWrap .stit {
    width: 110%;
    margin-left: -5%;
  }
  #nazoentrance.nazoWrap .txt {
    margin: 10px auto 0 auto;
  }
  #nazoentrance.nazoWrap .nazomenu {
    margin: 25px auto 0 auto;
  }
  #nazoentrance.nazoWrap .nazomenu .btnBox {
    margin: 10px 0 0 0;
  }
  #nazoentrance.nazoWrap .nazomenu .btnBox .btn {
    width: 40%;
    margin: 0 auto 15px auto;
  }
  #nazoentrance.nazoWrap .nazomenu .btnBox .btn.btnl {
    width: 100%;
  }

  #nazo .nazoWrap .mtit {
    width: 100%;
  }
  #nazo .nazoWrap .mtit .img {
    width: 15%;
    margin-right: 1em;
  }
  #nazo .nazoWrap .mtit .img:before {
    content: "";
    width: 100%;
    padding-top: 102%;
    position: relative;
    display: block;
  }
  #nazo .nazoWrap .mtit .txt {
    margin: 0 0 0 0;
  }
  #nazo .nazoWrap .mtit .txt img {
    width: 50%;
  }

  #nazo .nazoBox {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px 0 15px 0;
    border: 3px solid #666666;
    background: #434343;
  }
  #nazo .nazoBox .txt {
    width: 90%;
    text-align: center;
    font-size: 3.4vw;
    margin: 0 auto 0 auto;
  }
  #nazo .nazoBox .nazo {
    width: 90%;
    margin: 15px auto 0 auto;
  }
  #nazo .nazoBox .nazo img.stit {
    margin-top: 10px;
  }
  #nazo .nazoBox .nazo img:first-child {
    margin-top: 0;
  }
  #nazo .nazoBox .nazo .txt {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 5px auto 5px auto;
  }

  #nazo .hintBox {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  #nazo .hintBox .btn {
    width: 100%;
  }
  #nazo .hintBox .btn:after {
    content: "";
    width: 1em;
    margin-left: 0.5em;
    background: url(../img/arrow_06_y.svg) no-repeat center center;
    background-size: 100% auto;
  }
  #nazo .hintBox .btn p {
    font-size: 3.4vw;
    color: #fee700;
    font-weight: bold;
    border-bottom: 3px solid #fee700;
    display: inline-block;
  }
  #nazo .hintBox .hintop {
    background: #000000;
    border: 3px solid #fee700;
    padding: 20px;
    font-size: 3vw;
  }
  #nazo .answerBox {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  #nazo .answerBox .txt {
    font-size: 3.4vw;
  }
  #nazo .answerBox input[type="text"] {
    width: 100%;
    border: 0;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    font-size: 5vw;
    font-weight: bold;
    outline: none;
    color: #ffffff;
    background: none;
    border-bottom: 3px solid #fee700;
  }
  #nazo .answerBox .btn {
    width: 50%;
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 20px auto 0 auto;
  }
  #nazo .answerBox .btn input[type="submit"] {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0 0 0 0;
    margin: 0 auto 0 auto;
    background: url(../img/nazo_btn.png) no-repeat center top;
    background-size: 100% auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #nazo .answerBox .btn:after {
    content: "";
    width: 100%;
    padding-top: 27.5%;
    display: block;
  }
  #nazo input[type="submit"]:hover {
    opacity: 0.7;
  }

  .nazopop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1500;
    transition: all 0.7s ease;
    background: rgba(10, 10, 10, 0.8);

    display: none;
  }
  .nazopop .nazopopWrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nazopop .nazopopWrap .nazopopBox {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
  }
  .nazopop .nazopopWrap .nazopopBox:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .nazopop .popcbtn {
    width: 40px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 0 auto;
    z-index: 1045;
    cursor: auto;
    line-height: 0;
    width: 90%;
    max-width: 600px;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    opacity: 1;
    background: #000000;
    padding: 50px 0 50px 0;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem.nazopopo {
    box-shadow: 0 0 20px #00eaff;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem.nazopopx {
    box-shadow: 0 0 20px #ff7800;
  }

  .nazopop .nazopopWrap .nazopopBox .nazopopItem .img {
    width: 53%;
    margin: 0 auto;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem .txt {
    width: 90%;
    margin: 29px auto 0 auto;
    font-size: 5.4vw;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem .txt span {
    font-size: 3.4vw;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem .shareBox {
    width: 50%;
    margin: 40px auto 0 auto;
    padding: 30px 5%;
    background: #373737;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nazopop .nazopopWrap .nazopopBox .nazopopItem .shareBox > div {
    width: 23%;
    border: 5px solid #ffffff;
  }

  .nazopop .nazopopWrap .nazopopBox .nazopopItem .btn {
    width: 53%;
    margin: 40px auto 0 auto;
  }

  #nazoiend.nazoWrap {
    margin: 30px auto 0 auto;
    padding: 30px 7% 30px 7%;
  }

  #nazoiend.nazoWrap .shareBox {
    width: 88%;
    margin: 15px auto 50px auto;
    padding: 15px 6%;
    background: rgba(255, 234, 0, 0.3);
  }
  #nazoiend.nazoWrap .shareBox > div {
    width: 10%;
    border: 2px solid #ffffff;
    line-height: 0;
  }
  #nazoiend.nazoWrap .shareBox > div.tit {
    width: 42%;
    margin-right: 5%;
    margin-left: 2%;
    border: none;
  }

  #nazopresent.nazoWrap {
    margin: 70px auto 0 auto;
    padding: 30px 7% 30px 7%;
  }
  #nazopresent.nazoWrap .presentBox {
    width: 90%;
    margin: 30px auto 0 auto;
    padding: 30px 5%;
    background: rgba(255, 234, 0, 0.3);
  }
  #nazopresent.nazoWrap .presentBox .imgBox {
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #nazopresent.nazoWrap .presentBox .imgBox .img {
    width: 47%;
    line-height: 0;
    margin: 0 0 20px 0;
  }
  #nazopresent.nazoWrap .presentBox .imgBox .img:last-child {
    margin: 0 auto 20px auto;
  }

  #nazopresent.nazoWrap .txt {
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding: 0 0 0 0;
    margin: 20px 0 20px 0;
  }
} /*====================*/

/*-----------------------------------------------------------
	#style setting
-----------------------------------------------------------*/
#style {
  padding: 70px 0 80px 0;
}
#style .lead {
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 18px;
}
#style .styleWrap {
  margin: 60px auto 0 auto;
  padding: 50px 5.625% 50px 5.625%;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
#style .styleWrap:before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/style_fr_l.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#style .styleWrap:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: url(../img/style_fr_l.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
#style .styleWrap .ptit {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 0 10px #00a0d7, 0 0 4px #00a0d7;
}
#style .styleWrap .ptit:after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../../style/img/line.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  margin: 30px 0 10px 0;
}
#style .styleWrap.start .ptit:after {
  display: none;
}
#style .styleWrap .btnBox {
  width: 86%;
  margin: 50px auto 0 auto;
}
#style .styleWrap .btnBox .btn {
  width: 100%;
  margin: 0 0 35px 0;
}
#style .styleWrap .btnBox .btn:last-child {
  margin-bottom: 0;
}
#style .styleWrap .btnBox .btn a {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px 0 20px 0;
  background: url(../../style/img/btn_bg.png) no-repeat center center;
  background-size: 100% 100%;
  border: 2px solid rgba(0, 161, 215, 0.7);
  position: relative;
}
#style .styleWrap.start .btnBox .btn a {
  padding: 30px 0 30px 0;
  font-size: 28px;
}
#style .styleWrap .btnBox .btn a:hover {
  opacity: 0.7;
}
#style .styleWrap .btnBox .btn a:before {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  right: 16px;
  top: 0;
  display: block;
  background: url(../../style/img/style_arrow.png) no-repeat center center;
  background-size: 100% auto;
}

#style .styleWrap .styleBox {
  width: 86%;
  margin: 30px auto 0 auto;
  position: relative;
}
#style .styleWrap .styleBox:before {
  content: "";
  position: absolute;
  right: -6%;
  top: 0;
  display: block;
  background: no-repeat right top;
  background-size: 100% auto;
  z-index: 0;
}
#style .styleWrap.style01 .styleBox:before {
  width: 38%;
  padding-top: 200%;
  background-image: url(../../style/img/style_bg_01.png);
}
#style .styleWrap.style02 .styleBox:before {
  width: 38%;
  padding-top: 100%;
  background-image: url(../../style/img/style_bg_02.png);
}
#style .styleWrap.style03 .styleBox:before {
  width: 37%;
  padding-top: 141%; /* 262 */
  background-image: url(../../style/img/style_bg_03.png);
}
#style .styleWrap.style04 .styleBox:before {
  width: 38%;
  padding-top: 200%;
  background-image: url(../../style/img/style_bg_04.png);
}

#style .styleWrap .styleBox .mtxt {
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  width: 65%;
  padding-top: 30px;
}
#style .styleWrap .styleBox .mtxt span {
  font-weight: 700;
}
#style .styleWrap.style01 .styleBox .mtxt span {
  color: #e6001d;
}
#style .styleWrap.style02 .styleBox .mtxt span {
  color: #00a0d7;
}
#style .styleWrap.style03 .styleBox .mtxt span {
  color: #48b233;
}
#style .styleWrap.style04 .styleBox .mtxt span {
  color: #ffd800;
}

#style .styleWrap .styleBox .txt {
  text-align: left;
  line-height: 1.8;
  font-size: 18px;
  margin: 30px 0 0 0;
  width: 65%;
}

#style .styleWrap .introduceBox {
  width: 88%;
  margin: 60px auto 0 auto;
  padding: 30px 6%;
  background: rgba(0, 160, 215, 0.3);
  z-index: 1;
  position: relative;
}
#style .styleWrap .shareBox {
  width: 100%;
  padding: 0 0 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#style .styleWrap .shareBox:after {
  content: "";
  width: 116%;
  height: 20px;
  background: url(../../style/img/line.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  margin: 0 0 0 0;
  position: absolute;
  bottom: 0;
  left: -8%;
}
#style .styleWrap .shareBox > div {
  width: 10%;
  border: 4px solid #ffffff;
  line-height: 0;
}
#style .styleWrap .shareBox > div.tit {
  width: 48%;
  margin-right: 5%;
  margin-left: 2%;
  border: none;
}

#style .styleWrap .introduceBox .btn {
  margin: 30px auto 0 auto;
}
#style .styleWrap .introduceBox .txt {
  margin: 10px auto 0 auto;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #style {
    padding: 30px 0 30px 0;
  }
  #style h2 {
    width: 90%;
  }
  #style .lead {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 3.4vw;
  }
  #style .styleWrap {
    margin: 40px auto 0 auto;
    padding: 30px 3% 30px 3%;
  }
  #style .styleWrap:before {
    background: url(../img/style_fr.png) center top;
    background-size: 100% auto;
  }
  #style .styleWrap:after {
    background: url(../img/style_fr.png) center bottom;
    background-size: 100% auto;
  }
  #style .styleWrap .ptit {
    font-size: 5vw;
  }
  #style .styleWrap .ptit:after {
    content: "";
    width: 100%;
    height: 20px;
    background: url(../../style/img/line.png) no-repeat center center;
    background-size: 100% auto;
    display: block;
    margin: 10px 0 10px 0;
  }
  #style .styleWrap .btnBox {
    width: 86%;
    margin: 20px auto 0 auto;
  }
  #style .styleWrap .btnBox .btn {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #style .styleWrap .btnBox .btn:last-child {
    margin-bottom: 0;
  }
  #style .styleWrap .btnBox .btn a {
    display: block;
    text-align: center;
    font-size: 4vw;
    padding: 20px 0 20px 0;
    background-size: 100% 100%;
    border: 2px solid rgba(0, 161, 215, 0.7);
    position: relative;
  }
  #style .styleWrap.start .btnBox {
    margin: 25px auto 0 auto;
  }
  #style .styleWrap.start .btnBox .btn a {
    font-size: 4.4vw;
    padding: 20px 0 20px 0;
  }
  #style .styleWrap .btnBox .btn a:hover {
    opacity: 0.7;
  }
  #style .styleWrap .btnBox .btn a:before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    display: block;
    background: url(../../style/img/style_arrow.png) no-repeat center center;
    background-size: 100% auto;
  }

  #style .styleWrap .styleBox {
    width: 86%;
    margin: 15px auto 0 auto;
    position: relative;
  }
  #style .styleWrap .styleBox:before {
    content: "";
    position: absolute;
    right: -6%;
    top: 0;
    display: block;
    background: no-repeat right top;
    background-size: 100% auto;
    z-index: 0;
  }
  #style .styleWrap.style02 .styleBox:before {
    top: 10%;
  }

  #style .styleWrap .styleBox .mtxt {
    text-align: left;
    font-size: 3.8vw;
    width: 65%;
    padding-top: 15px;
  }

  #style .styleWrap .styleBox .txt {
    font-size: 3.4vw;
    margin: 30px 0 0 0;
  }

  #style .styleWrap .introduceBox {
    width: 88%;
    margin: 30px auto 0 auto;
    padding: 10px 6%;
    background: rgba(0, 160, 215, 0.3);
    z-index: 1;
    position: relative;
  }
  #style .styleWrap .shareBox {
    width: 100%;
    padding: 0 0 30px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  #style .styleWrap .shareBox:after {
    content: "";
    width: 116%;
    height: 10px;
    background: url(../../style/img/line.png) no-repeat center center;
    background-size: 100% auto;
    display: block;
    margin: 0 0 0 0;
    position: absolute;
    bottom: 0;
    left: -8%;
  }
  #style .styleWrap .shareBox > div {
    width: 14%;
    margin-top: 20px;
    border: 2px solid #ffffff;
  }
  #style .styleWrap .shareBox > div.fb {
    margin-left: 18%;
  }
  #style .styleWrap .shareBox > div.li {
    margin-right: 18%;
  }
  #style .styleWrap .shareBox > div.tit {
    width: 70%;
    padding: 0 15%;
    margin-right: 0;
    margin-left: 0;
    border: none;
  }

  #style .styleWrap .introduceBox .btn {
    margin: 30px auto 0 auto;
  }
  #style .styleWrap .introduceBox .txt {
    width: 100%;
    line-height: 1.6;
    margin: 5px auto 0 auto;
    font-size: 3.2vw;
  }
} /*====================*/

/*-----------------------------------------------------------
	#footer setting
-----------------------------------------------------------*/
#footer {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 100px 0px 120px 0px;
  position: relative;
  line-height: 1.6;
  color: #e5e5e4;
  background: #000000;
  z-index: 2;
}
.footerWrap {
  max-width: 960px;
  margin: 0 auto 0 auto;
}
#footer .logoBox {
  width: 90%;
  margin: 40px auto 30px auto;
}
#footer .logoBox .logo {
  width: 40%;
  max-width: 180px;
  margin: 0 auto 20px auto;
  font-size: 22px;
  color: #ffffff;
}
#footer .copyright {
  font-size: 15px;
  margin: 30px auto 0 auto;
  color: #ffffff;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  #footer {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 15vw 0 28vw 0;
  }
  .footerWrap {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  #footer .copyright {
    margin-top: 0px;
    font-size: 12px;
  }
  #footer .logoBox {
    width: 80%;
  }
  #footer .logoBox .logo01 {
  }
} /*====================*/

/*----------------------------------#footbnr setting----------*/
.footbnr {
  margin: 0 auto 0 auto;
}
.footbnr .bnr {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 25px auto;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .footbnr .bnr {
    width: 80%;
  }
} /*====================*/

/*-----------------------------------------------------------
	#campaign setting
-----------------------------------------------------------*/
ul.link2site {
  width: 100%;
  display: table;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.link2site li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
ul.link2site li:last-child {
  margin-right: 0;
}
ul.link2site li a {
  display: block;
  padding: 1% 0 1% 0;
  color: #fff;
  height: 30px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  line-height: 30px;
  font-weight: normal;
}
ul.link2site li.link-item-web a {
  background: #32b16c;
  font-size: 11px;
}
ul.link2site li.link-item-twitter a {
  background: #55acee;
}
ul.link2site li.link-item-twitter img {
  width: 10%;
  height: auto;
}
ul.link2site li.link-item-facebook a {
  background: #3b5a9a;
}
ul.link2site li.link-item-facebook img {
  width: 5%;
  height: auto;
}
ul.link2site li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  ul.link2site {
    width: 100%;
    margin: 3% auto 0 auto;
  }
  ul.link2site li a {
    height: 30px;
    line-height: 30px;
  }
} /*====================*/

/*-----------------------------------------------------------
	pop setting
-----------------------------------------------------------*/
.mfp-content .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.closebtn {
  width: 6%;
  padding: 0;
  margin: 0 0 0 0;
  display: block;
  z-index: 1000;
  line-height: 0;
  margin: 0 0 0 94%;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1;
}
.closebtn:hover {
  opacity: 0.7;
}
.closebtn p,
.closebtn p span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.closebtn p {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}
.closebtn p span {
  position: absolute;
  right: 7%;
  width: 86%;
  height: 6px;
  background-color: #ffffff;
}
.closebtn p span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.closebtn p span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 45%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .closebtn {
    width: 10%;
    padding: 0;
    margin: 0 0 10px 90%;
    display: block;
    z-index: 1000;
    line-height: 0;
    right: 0;
    top: 0;
  }
  .closebtn p span {
    position: absolute;
    left: 2%;
    width: 96%;
    height: 3px;
    background-color: #ffffff;
  }
  .closebtn p span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 44%;
  }
  .closebtn p span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 44%;
  }
} /*====================*/

/*-----------------------------------------------------------
	#loading setting
-----------------------------------------------------------*/
#loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  background: #000000;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 101;
  margin: 0;
  padding: 0;
}
#loading.comp {
  animation: loading_out 1s forwards;
}
@keyframes loading_out {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

#loading p {
  color: #ffffff;
}
#loading div {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
#loading .parts_icon {
  background-image: url("../img/loading_parts_icon.png");
  width: 60px;
  height: 60px;
}
#loading .parts1 {
  background-image: url("../img/loading_parts1.png");
  width: 100px;
  height: 100px;
  animation: loadinganimation_p1 5s infinite linear;
}
#loading .parts2 {
  background-image: url("../img/loading_parts2.png");
  width: 95px;
  height: 95px;
  animation: loadinganimation_p2 4s infinite linear;
}
#loading .parts3 {
  background-image: url("../img/loading_parts3.png");
  width: 78px;
  height: 78px;
  animation: loadinganimation_p3 7s infinite linear;
}
#loading .parts4 {
  background-image: url("../img/loading_parts4.png");
  width: 57px;
  height: 57px;
  animation: loadinganimation_p4 3s infinite linear;
}
@keyframes loadinganimation_p1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadinganimation_p2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loadinganimation_p3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadinganimation_p4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

#comment {
  width: 80%;
  margin: 0 auto 40px auto;
  padding: 30px 0 15px 0;
  color: #ffffff;
}
#comment .tit {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 30px 10% 0 10%;
  line-height: 0;
  text-align: center;
  background: #000000;
}
#comment .list {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 30px 5% 30px 5%;
  line-height: 0;
  background: #000000;
}
#comment .list li {
  width: 90%;
  margin: 15px auto 0 auto;
  padding: 0 0 1em 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-bottom: 1px solid #48b233;
}
#comment .list li:last-child {
  border-bottom: none;
}
#comment .list li .rating {
  width: 90%;
  margin: 1em auto 0 auto;
  font-size: 12px;
  font-weight: 700;
}
#comment .list li .rating span {
  width: 8em;
  display: inline-block;
}
#comment .list li .txt {
  width: 90%;
  margin: 1em auto 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
} /*====================*/

/*===================sp=*/
@media screen and (max-width: 860px) {
  #comment {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 15% 0 5% 0;
  }
  #comment h2 {
  }
  #comment .txt {
    width: 100%;
    margin: 20px auto 0 auto;
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 1.8;
  }
  #comment .txt span {
    color: #c9151e;
  }
} /*====================*/

.closebtn {
  width: 6%;
  padding: 0;
  margin: 0 0 0 0;
  display: block;
  z-index: 1000;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 20px;
}
.closebtn:hover {
  opacity: 0.7;
}
.closebtn p,
.closebtn p span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.closebtn p {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}
.closebtn p span {
  position: absolute;
  left: 7%;
  width: 86%;
  height: 6px;
  background-color: #a9153b;
}
.closebtn p span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.closebtn p span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 45%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .closebtn {
    width: 10%;
    padding: 0;
    margin: 0 0 0 0;
    display: block;
    z-index: 1000;
    line-height: 0;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .closebtn p span {
    position: absolute;
    left: 2%;
    width: 96%;
    height: 3px;
    background-color: #a9153b;
  }
  .closebtn p span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 44%;
  }
  .closebtn p span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 44%;
  }
} /*====================*/

#infopop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

#infopop .bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

#infopop .infoWrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

#infopop .infoBox {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 6px;
  padding-right: 6px;
}
#infopop .infoBox:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#infopop .infoBox .info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 0 auto;
  text-align: left;
  z-index: 1045;
  cursor: auto;
  line-height: 0;
  width: 90%;
  max-width: 600px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  opacity: 1;
}

#infopop .infoBox .info .img {
  width: 100%;
  overflow: hidden;
}
#infopop .infoBox .info .img a {
  display: block;
}
#infopop .btn {
  position: absolute;
  top: -45px;
  right: 0;
  width: 30px;
}
