/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
li {
  list-style: none;
}
body {
  font-family: "Helvetica Neue",
 Arial,
 "Hiragino Kaku Gothic ProN",
 "Hiragino Sans",
 Meiryo,
 sans-serif;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.wrapper {
  background: #E5F2FC;
}
.news_wrapper {
  background: #E5F2FC;
  width: 100%;
  margin: 0 auto;
  /*=========detail==========*/
}
.news_wrapper .tab_wrap {
  width: 100%;
  background-color: #E5F2FC;
  position: relative;
  padding-top: calc(18 / 1684 * 100vw);
  margin-bottom: calc(28 / 1684 * 100vw);
}
.news_wrapper .tab_wrap::after {
  position: absolute;
  bottom: -10px;
  content: '';
  width: 100%;
  height: 10px;
  margin: 0 auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #FF9946), to(transparent));
  background: -webkit-linear-gradient(top, transparent, #FF9946 0, transparent);
  background: linear-gradient(to bottom, transparent, #FF9946 0, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.news_wrapper .tab_wrap.fixed {
  position: fixed;
  z-index: 10000;
}
.news_wrapper .tab_wrap .tabs {
  width: 71%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_wrapper .tab_wrap .tabs li {
  width: 31%;
  line-height: calc(50 / 1684 * 100vw);
  text-align: center;
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
  font-size: calc(34 / 1684 * 100vw);
  font-weight: 800;
  padding-top: calc(16 / 1684 * 100vw);
}
.news_wrapper .tab_wrap .tabs li a {
  text-decoration: none;
  color: #22577F;
  display: block;
  width: 100%;
}
.news_wrapper .tab_wrap .tabs li.active {
  background-color: #FF9946;
  color: #FFF;
}
.news_wrapper .tab_wrap .tabs li.active a {
  color: #FFF;
}
.news_wrapper .bannerarea {
  width: 90%;
  margin: 0 auto;
}
.news_wrapper .bannerarea.p-top {
  padding-top: calc(120 / 1684 * 100vw);
}
.news_wrapper .bannerarea .slide_bnr.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.news_wrapper .bannerarea .slide_bnr button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.news_wrapper .bannerarea .slide_bnr .slide-dots {
  text-align: center;
}
.news_wrapper .bannerarea .slide_bnr .slide-dots li {
  display: inline-block;
  margin: 5px 10px 0;
}
.news_wrapper .bannerarea .slide_bnr .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.news_wrapper .bannerarea .slide_bnr .slide-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("../img/icon_carousel.png");
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}
.news_wrapper .bannerarea .slide_bnr .slide-dots li.slick-active button:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("../img/icon_carousel-active.png");
}
.news_wrapper .news_list ul {
  width: calc(1500 / 1684 * 100vw);
  margin: 0 auto;
}
.news_wrapper .news_list ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: calc(145 / 1684 * 100vw);
  background-image: url("../img/list_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li:nth-child(n+6) {
  display: none;
}
.news_wrapper .news_list ul li a {
  display: block;
  width: 100%;
  height: calc(145 / 1684 * 100vw);
  text-decoration: none;
}
.news_wrapper .news_list ul li a .news_cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(170 / 1684 * 100vw);
  height: calc(32 / 1684 * 100vw);
  position: absolute;
  left: calc(16 / 1684 * 100vw);
  top: calc(23 / 1684 * 100vw);
}
.news_wrapper .news_list ul li a .news_cat.event {
  background-image: url("../img/icon_event.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.gacha {
  background-image: url("../img/icon_gacha.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.imp {
  background-image: url("../img/icon_imp.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.campaign {
  background-image: url("../img/icon_campaign.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.maintenance {
  background-image: url("../img/icon_maintenance.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.defect {
  background-image: url("../img/icon_defect.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.update {
  background-image: url("../img/icon_update.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat.news {
  background-image: url("../img/icon_news.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_list ul li a .news_cat span {
  font-size: 16px;
  color: #FFF;
  z-index: 100;
}
.news_wrapper .news_list ul li a .news_date {
  position: absolute;
  right: calc(231 / 1684 * 100vw);
  top: calc(102 / 1684 * 100vw);
  color: #22577F;
  font-size: calc(24 / 1684 * 100vw);
  font-weight: 800;
}
.news_wrapper .news_list ul li a .news_title {
  width: calc(1075 / 1684 * 100vw);
  height: calc(45 / 1684 * 100vw);
  position: absolute;
  left: calc(198 / 1684 * 100vw);
  top: calc(26 / 1684 * 100vw);
  color: #22577F;
  font-size: calc(30 / 1684 * 100vw);
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_wrapper .more_btn {
  display: block;
  width: calc(287 / 1684 * 100vw);
  margin: 0 auto;
}
.news_wrapper .more_btn img {
  width: 100%;
}
.news_wrapper .news_detail {
  width: calc(1500 / 1684 * 100vw);
  margin: 0 auto;
}
.news_wrapper .news_detail .detail_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-bottom: calc(18 / 1684 * 100vw);
}
.news_wrapper .news_detail .detail_header .back_btn {
  width: calc(184 / 1684 * 100vw);
  height: calc(68 / 1684 * 100vw);
  background-image: url("../img/back_btn.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.news_wrapper .news_detail .detail_header .news_cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(170 / 1684 * 100vw);
  height: calc(32 / 1684 * 100vw);
}
.news_wrapper .news_detail .detail_header .news_cat.event {
  background-image: url("../img/icon_event.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.gacha {
  background-image: url("../img/icon_gacha.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.imp {
  background-image: url("../img/icon_imp.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.campaign {
  background-image: url("../img/icon_campaign.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.maintenance {
  background-image: url("../img/icon_maintenance.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.defect {
  background-image: url("../img/icon_defect.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.update {
  background-image: url("../img/icon_update.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_cat.news {
  background-image: url("../img/icon_news.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_wrapper .news_detail .detail_header .news_title {
  width: calc(1107 / 1684 * 100vw);
  line-height: calc(34 / 1684 * 100vw);
  color: #22577F;
  font-size: calc(30 / 1684 * 100vw);
  font-weight: 800;
  letter-spacing: -0.05em;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.news_wrapper .news_detail .detail_article {
  margin-top: calc(25 / 1684 * 100vw);
  font-weight: 800;
  color: #22577F;
  font-size: calc(30 / 1684 * 100vw);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  line-height: 1.35em;
}
.news_wrapper .news_detail .detail_article h2,
.news_wrapper .news_detail .detail_article h3,
.news_wrapper .news_detail .detail_article h4,
.news_wrapper .news_detail .detail_article h5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: calc(28 / 1684 * 100vw);
  line-height: calc(39 / 1684 * 100vw);
  background-image: url("../img/news_detail_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: calc(26 / 1684 * 100vw);
  font-weight: 800;
  color: #FFF;
  text-shadow: none;
}
.news_wrapper .news_detail dl {
  margin-bottom: calc(22 / 1684 * 100vw);
}
.news_wrapper .news_detail dl dt {
  margin-bottom: calc(22 / 1684 * 100vw);
}
/*=========common==========*/
.normal_wrapper {
  background: #E5F2FC;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}
.normal_wrapper article {
  width: calc(1410 / 1684 * 100vw);
  margin: 0 auto;
  padding-top: calc(43 / 1684 * 100vw);
  font-weight: 600;
  color: #22577F;
  font-size: calc(28 / 1684 * 100vw);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.normal_wrapper article p {
  line-height: 1.35em;
}
.normal_wrapper article h2,
.normal_wrapper article h3,
.normal_wrapper article h4,
.normal_wrapper article h5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: calc(28 / 1684 * 100vw);
  line-height: calc(39 / 1684 * 100vw);
  background-image: url("../img/news_detail_title.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: calc(26 / 1684 * 100vw);
  font-weight: 800;
  color: #FFF;
  text-shadow: none;
}
.normal_wrapper .ok_btn {
  display: block;
  width: calc(287 / 1684 * 100vw);
  margin: calc(38 / 1684 * 100vw) auto 0;
}
.normal_wrapper .ok_btn img {
  width: 100%;
}
