@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
html, body {
  height: 100%;
}

body {
  background: #000;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.bold {
  font-weight: 700;
}

header .w1024 {
  position: relative;
}

header .w1024 .faqlink a {
  color: #e5ef2c;
  text-decoration: none;
  border-bottom: 2px solid #e5ef2c;
}

.flow .w1024 ul {
  display: flex;
  flex-flow: row wrap;
}

.inner_whats_text {
  color: #d9d9d9;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.inner_whats_text span {
  color: #fff;
}

.entry .w1024 .faqlink a {
  color: #f4ff26;
  text-decoration: none;
  border-bottom: 2px solid #f4ff26;
}

#m04 .entry .w1024 ul.information li dl {
  text-align: left;
  line-height: 1.8;
}

#m04 .entry .w1024 ul.information li dl dt {
  font-weight: 700;
  text-align: center;
  line-height: 1.0;
}

#m04 .entry .w1024 ul.information li dl dd p {
  color: #00d5ff;
  font-weight: 700;
}

#m04 .entry .w1024 .entrylink a {
  color: #f4ff26;
  text-decoration: none;
  border-bottom: 2px solid #f4ff26;
}

#m04 .entry .w1024 .road a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

#m04 .entry .w1024 ul.information li dl.prize dd p span {
  color: #fff;
  font-size: 20px;
}

.news .w1024 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: left;
  color: #222;
}

.news .w1024 ul.news_topic li {
  background: #f2f2f2;
  line-height: 0;
  margin-bottom: 6px;
  overflow: hidden;
}

.news .w1024 ul.news_topic li article a {
  display: block;
  color: #222;
  text-decoration: none;
}

.news .w1024 ul.news_topic li article .tohyo0601 {
  display: inline;
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}

.news .w1024 ul.news_topic li article div.newstxt p.date {
  color: #808080;
}

.news .w1024 ul.news_topic li article div.newstxt p.title {
  font-weight: 700;
}

.news .w1024 ul.news_topic li article div.newsimg {
  line-height: 0;
}

.news .w1024 ul.news_topic li article div.newsimg img {
  width: 100%;
}

.news .w1024 ul.news_topic li article div.newstxt {
  line-height: 1.8;
}

#m02 .news .w1024 ul.news_topic li article div.newstxt a {
  display: inline;
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}

.faq_text {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}

ul.question {
  text-align: left;
}

.category {
  text-align: center;
  font-weight: 700;
}

ul.question li dl {
  line-height: 1.8;
}

ul.question li dl dt {
  font-weight: 700;
}

ul.question li dl dd a {
  color: #f4ff26;
  text-decoration: underline;
}

.twitter_area {
  background: #fff;
  color: #006bb3;
}

.hashtag {
  font-weight: 700;
}

.twitter_header {
  text-align: left;
  font-weight: 700;
  color: #55acef;
}

.followbtn a {
  border-radius: 50px;
  border: 1px solid #007fb6;
  color: #007fb6;
  text-decoration: none;
}

.pagetop {
  background: #fff;
  color: #1f2121;
}

.archive_link .w1024 ul {
  display: table;
}

.archive_link .w1024 ul li {
  display: table-cell;
  width: 33%;
  width: calc(100% / 3);
}

.contact .w1024 ul.info li a {
  display: block;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.contact .w1024 ul.member {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

nav.gray {
  background: rgba(0, 0, 0, 0.7);
}

nav .w1024 div.share {
  text-align: left;
}

nav .w1024 ul.menu {
  display: flex;
  justify-content: space-between;
}

nav .w1024 ul.menu img {
  opacity: 0.3;
}

nav .w1024 ul.menu a img {
  opacity: 1.0;
}

nav .w1024 ul.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*PC*/

@media print, screen and (min-width: 769px) {
  html, body {
    min-width: 1024px;
  }
  .hide_pc {
    display: none;
  }
  a:focus, input:focus, textarea:focus {
    outline: 0;
  }
  #entry, #news01, #news02, #news03, #news04, #news05, #news06, #doui, #cate01, #cate02 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .w1024 {
    width: 1024px;
    margin: 0 auto;
  }
    .btn a img, #btnClick.btn img {
    width: 407px;
  }
  .btn a img:hover, #btnClick.btn img:hover {
    width: 427px;
    cursor: pointer;
  }
  /*header*/
  header {
		position:relative;
		width:940px;
    margin: 0 auto;
  }
  header .w1024 {
    padding: 38px 0px 0px;
    box-sizing: border-box;
  }
  header .logo2018 img {
    width: 380px;
    margin: 74px 500px 0px 0;
  }
  header .copy {
    margin: -33px 579px 3px 8px;
  }
  header .w1024 .faqlink {
    display: inline-block;
    font-size: 20px;
    padding: 30px 0 2px;
    height: 60px;
    box-sizing: border-box;
  }
  header .w1024 .faqlink img {
    margin-left: 5px;
  }
  header .w1024 .faqlink a:hover {
    font-size: 21px;
  }
  header .w1024 .faqlink a {
    color: #f4ff26;
    text-decoration: none;
    border-bottom: 2px solid #f4ff26;
  }
  header .copy img {
    width: 392px;
    margin-top: 34px;
  }
  header .arrow {
    position: relative;
    margin-top: 0px;
    height: 230px;
    padding-bottom: 17px;
    z-index: 86;
    box-sizing: border-box;
  }
  header .arrow img {
    width: 411px;
    margin-right: 563px;
    margin-top: -9px;
  }
  header .arrow img:hover {
    width: 411px;
  }
  header .w1024 div.sticker {
    position: absolute;
    top: 397px;
    right: 391px;
    /* left: -251px; */
    width: 200px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 125px;
    z-index: 90;
  }
  header .w1024 div.sticker2 {
    position: absolute;
    top: 590px;
    right: 350px;
    /* left: -251px; */
    width: 200px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 125px;
    z-index: 90;
  }
  header .w1024 div.sticker img {
    width: 180px;
  }
  header .w1024 div.sticker2 img {
    width: 150px;
  }
  /*copy*/
  .copyband {
    background-image: url('../img/copy_bg.jpg');
    padding-bottom: 30px;
  }
  .copyband .faqlink {
    display: inline-block;
    font-size: 20px;
    padding: 30px 0 2px;
    height: 60px;
    box-sizing: border-box;
  }
  .copyband .faqlink a {
    color: #f4ff26;
    text-decoration: none;
    border-bottom: 2px solid #f4ff26;
  }
  #rituki {
    padding-top: 60px;
  }
  /*flow*/
  .flow {
    background-image: url('../img/180212/top_flow_bg02.png'), url('../img/180212/top_flow_bg01.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
  }
  .flow .w1024 {
    padding: 94px 0 150px;
    box-sizing: border-box;
  }
  .flow .w1024 ul {
    margin: 0 auto;
  }
  .flow .w1024 ul li {
    width: 50%;
    box-sizing: border-box;
    padding: 40px 0;
    position: relative;
  }
  .flow .w1024 ul li img {
    width: 451px;
  }
  .flow .w1024 ul li span {
    position: absolute;
    top: -10px;
    left: 30px;
  }
  .flow .w1024 ul li span img {
    width: initial;
  }
  /*whats*/
  .whats {
    background-image: url('../img/180212/top_whats_bg02.png'), url('../img/180212/top_whats_bg01.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
  }
  .whats .w1024 {
    padding: 0 0 180px;
  }
  .whats .w1024 .more {
    margin-top: 43px;
    height: 76px;
    box-sizing: border-box;
  }
  .inner_whats01 {
    background-color: #002e94;
    background-image: url('../img/180212/whats/bg01b.png'), url('../img/180212/whats/bg01a.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
  }
  .inner_whats02 {
    background-color: #000;
    background-image: url('../img/180212/whats/bg02b.png'), url('../img/180212/whats/bg02a.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
  }
  .inner_whats03 {
    background: #000 url('../img/180212/whats/bg03.jpg') top center no-repeat;
  }
  .inner_whats01 .w1024 {
    padding: 180px 0 160px;
  }
  .inner_whats02 .w1024 {
    padding: 0 0 140px;
  }
  .inner_whats03 .w1024 {
    padding: 0 0 60px;
  }
  .inner_whats01 .icon {
    padding-top: 30px;
  }
  .inner_whats01 .icon img, .inner_whats02 .icon img, .inner_whats03 .icon img {
    width: 34px;
  }
  .inner_whats_text {
    padding: 0 0 17px;
    font-size: 16px;
    line-height: 42px;
  }
  .inner_whats_text span.big {
    font-size: 24px;
  }
  .portrait {
    padding: 30px 0;
  }
  .portrait p {
    background: #000 url('../img/180212/whats/linelive.jpg') top center no-repeat;
    background-size: auto 413px;
    width: 660px;
    height: 413px;
    margin: 0 auto;
  }
  .portrait p a {
    display: block;
    padding: 130px;
  }
  .portrait p a img {
    width: 120px;
  }
  .portrait p a:hover {
    filter: brightness(80%)
  }
  .road_modal {
    position: relative;
  }
  .road {
    margin-top: 60px;
    height: 140px;
    box-sizing: border-box;
  }
  .modal-open img {
    width: 249px;
  }
  .modal-open img:hover {
    width: 263px;
  }
  .inner_whats03 .w1024 .entrybtn {
    margin-top: 35px;
    height: 114px;
    box-sizing: border-box;
  }
  /*entry*/
  .entry {
    background: url('../img/180212/top_entry_bg.jpg') top center no-repeat;
  }
  .entry .w1024 {
    padding: 0 0 90px;
  }
  .entry .w1024 .entrybtn {
    margin-top: 43px;
    height: 114px;
    box-sizing: border-box;
  }
  .entry .w1024 .faqlink {
    display: inline-block;
    font-size: 20px;
    padding: 30px 0 2px;
    height: 60px;
    box-sizing: border-box;
  }
  .entry .w1024 .faqlink img {
    margin-left: 5px;
  }
  .entry .w1024 .faqlink a:hover {
    font-size: 21px;
  }
  #m04 .entry {
    background: #00065c url('../img/180212/entry/bg.jpg') top center no-repeat;
  }
  #m04 .entry .w1024 {
    padding: 125px 0 90px;
  }
  .entry_text {
    margin-top: 35px;
  }
  #m04 .entry .w1024 .entrybtn01 {
    margin-top: 24px;
    height: 80px;
    box-sizing: border-box;
  }
  #m04 .entry .w1024 ul.information {
    display: table;
    width: 100%;
    margin-top: 60px;
  }
  #m04 .entry .w1024 ul.information li {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
  }
  #m04 .entry .w1024 ul.information li:first-child {
    padding-right: 24px;
  }
  #m04 .entry .w1024 ul.information li:last-child {
    padding-left: 24px;
  }
  #m04 .entry .w1024 ul.information li dl {
    margin-bottom: 24px;
  }
  #m04 .entry .w1024 ul.information li dl dt {
    border-bottom: 8px solid #fff;
    font-size: 24px;
    padding-bottom: 24px;
  }
  #m04 .entry .w1024 ul.information li dl dd {
    font-size: 16px;
    padding: 25px 0;
  }
  #m04 .entry .w1024 ul.information li dl dd p {
    font-size: 20px;
    padding-bottom: 14px;
  }
  #m04 .entry .w1024 ul.information li dl dd span {
    font-size: 14px;
  }
  #m04 .entry .w1024 ul.information li dl dd p img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
  }
  #m04 .entry .w1024 .entrylink img {
    width: 16px;
    vertical-align: middle;
    margin-left: 8px;
  }
  #m04 .entry .w1024 .entrylink:hover {
    filter: brightness(80%);
  }
  #m04 .entry .w1024 ul.information li dl dd p.entry_ad {
    border: 1px solid #fff;
    padding: 15px 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0;
  }
  #m04 .entry .w1024 ul.information li dl dd .road_modal {
    position: relative;
  }
  #m04 .entry .w1024 .road {
    margin-top: 16px;
    height: initial;
  }
  #m04 .entry .w1024 .road a {
    font-size: 16px;
  }
  #m04 .entry .w1024 .kiyaku .road img {
    margin-left: 5px;
  }
  #m04 .entry .w1024 ul.information li dl.prize {}
  #m04 .entry .w1024 ul.information li dl.prize dt {
    border: none;
  }
  #m04 .entry .w1024 ul.information li dl.prize dd {
    padding: 0;
  }
  #m04 .entry .w1024 ul.information li dl.prize dd p {
    border: 8px solid #fff;
    padding: 25px;
  }
  /*news*/
  .news {
    background: #3b3b3b url('../img/180212/top_news_bg.jpg') top center no-repeat;
  }
  .news .w1024 {
    padding: 90px 0;
  }
  .news .w1024 .more {
    margin-top: 43px;
    height: 76px;
    box-sizing: border-box;
  }
  .news .w1024 ul.news_topic {
    margin-top: 47px;
  }
  .news .w1024 ul.news_topic li article a:hover {
    filter: brightness(110%);
    ;
  }
  .news .w1024 ul.news_topic li.wide {
    width: 100%;
  }
  .news .w1024 ul.news_topic li.half {
    width: 509px;
  }
  .news .w1024 ul.news_topic li article {
    display: table;
    width: 100%;
  }
  .news .w1024 ul.news_topic li article div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .news .w1024 ul.news_topic li article div.newstxt {
    padding: 50px 25px;
    font-size: 16px;
  }
  .news .w1024 ul.news_topic li article div.newstxt p.date {
    font-size: 12px;
  }
  .news .w1024 ul.news_topic li article div.newstxt p.title {
    font-size: 20px;
  }
  .news .w1024 ul.news_topic li.wide article div.newstxt p.title {
    margin-bottom: 20px;
  }
  #newc {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .new0821 {
    margin-top: 20px;
  }
  #new0808 {
    margin-top: 27px;
    margin-left: 13px;
  }
  .news .w1024 ul.news_topic li:nth-child(1n) img {
    padding-top: 25px;
    padding-left: 17px;
  }
  .news .w1024 ul.news_topic li:nth-child(2n) img {
    padding-top: 26px;
    padding-left: 17px;
  }
  #liveart {
    margin-top: 30px;
  }
  #m02 .news {
    background: #000 url('../img/180212/news/bg.jpg') top center no-repeat;
  }
  #m02 .news .w1024 {
    padding: 135px 0 90px;
  }
  #m02 .news .w1024 ul.news_topic li article div.newsimg {
    width: 544px;
    padding: 30px 0 35px 35px;
    box-sizing: border-box;
  }
  #m02 .news .w1024 ul.news_topic li article div:last-child {
    width: 480px;
    padding: 35px;
    box-sizing: border-box;
  }
  #m02 .news .w1024 ul.news_topic li.wide article div.newstxt p.title {
    font-size: 30px;
  }
  #m02 .news .w1024 ul.news_topic li article div.newstxt a:hover {
    filter: brightness(120%)
  }
  /*FAQ*/
  .faq {
    background: #006bb3 url('../img/180212/faq/bg.jpg') top center no-repeat;
  }
  .faq .w1024 {
    padding: 125px 0 90px;
  }
  .faq_text {
    margin-top: 45px;
    font-size: 24px;
  }
  .category {
    margin: 60px 0 30px;
    padding-bottom: 24px;
    font-size: 24px;
    border-bottom: 8px solid #fff;
  }
  ul.question {
    display: table;
    width: 100%;
  }
  ul.question li {
    display: table-cell;
    width: 50%;
  }
  ul.question li:first-child {
    padding-right: 24px;
  }
  ul.question li:last-child {
    padding-left: 24px;
  }
  ul.question li dl dt {
    background: url('../img/180212/faq/q_mark.png') top left no-repeat;
    background-size: 41px;
    padding: 26px 0 15px;
    font-size: 18px;
  }
  ul.question li dl dd {
    background: url('../img/180212/faq/a_mark.png') top left no-repeat;
    background-size: 26px;
    padding: 15px 0 0;
    font-size: 14px;
    margin-bottom: 30px;
  }
  ul.question li dl dd a:hover {
    filter: brightness(80%)
  }
  ul.question li dl dd .entrylink {
    font-size: 20px;
    font-weight: 700;
  }
  ul.question li dl dd .entrylink img {
    width: 20px;
    vertical-align: middle;
    margin-left: 8px;
  }
  ul.question li dl dd .entrylink:hover {
    filter: brightness(80%);
  }
  /*twitter*/
  .twitter_area .w1024 {
    padding: 90px 0 0;
  }
  .twitter_frame {
    width: 670px;
    margin: 0 auto;
  }
  .hashtag {
    width: 670px;
    margin: 0 auto;
    font-size: 24px;
    padding: 15px 0;
    border-bottom: 8px solid #006bb3;
  }
  .twitter_header {
    width: 670px;
    margin: 0 auto;
    padding: 45px 0 25px;
    position: relative;
  }
  .twitter_header .followbtn {
    position: absolute;
    top: 40px;
    right: 0;
  }
  #twitter-widget-0 {
    height: 555px !important;
  }
  .followbtn a {
    padding: 8px 11px;
    font-size: 10px;
  }
  .followbtn a:hover {
    background: rgba(160, 200, 220, .12);
  }
  /*pagetop*/
  .pagetop .w1024 {
    padding: 60px 0 0;
  }
  .pagetop .copy img {
    width: 406px;
  }
  .pagetopbtn {
    padding: 20px 0 30px;
  }
  .pagetopbtn a {
    display: inline-block;
    padding-bottom: 0;
    width: 120px;
    height: 102px;
    box-sizing: border-box;
    position: relative;
  }
  .pagetopbtn a img {
    display: block;
    margin: 0 auto;
  }
  .pagetopbtn a img.text {
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /*archive*/
  .archive_link {
    background: #006bb3 url('../img/180212/top_archive_bg.png') top center repeat;
  }
  .archive_link .w1024 {
    padding: 60px 0;
  }
  .archive_link .w1024 ul {
    width: 720px;
    margin: 35px auto 0;
  }
  .archive_link .w1024 ul li p:first-child {
    padding-bottom: 28px;
  }
  .archive_link .w1024 ul li p a img:hover {
    filter: brightness(80%);
  }
  .archive_link .w1024 .gallery {
    margin-top: 43px;
    height: 76px;
    box-sizing: border-box;
  }
  /*contact*/
  .contact {
    background: #000 url('../img/180212/top_footer_bg.jpg') top center no-repeat;
  }
  .contact .w1024 {
    padding: 60px 0;
  }
  .contact .w1024 ul.info {
    display: table;
    width: 910px;
    margin: 47px auto 0;
  }
  .contact .w1024 ul.info li {
    display: table-cell;
    width: 50%;
    padding: 0 23px;
    box-sizing: border-box;
  }
  .contact .w1024 ul.info li a {
    background: url('../img/180212/top_contact_btn_bg.png') 95% 50% no-repeat;
    background-size: 17px;
    padding: 12px;
    line-height: 1.2;
    font-size: 19px;
  }
  .contact .w1024 ul.info li a:hover {
    filter: brightness(80%);
  }
  /*footer*/
  .footer_icon {
    margin: 47px auto 60px;
  }
  .footer_icon img {
    width: 34px;
  }
  .footer_snslink {
    padding: 47px 0 60px;
    border-bottom: 8px solid #fff;
  }
  .footer_snslink a {
    margin: 0 13px;
  }
  .footer_snslink a img {
    width: 30px;
  }
  .footer_snslink a img:hover {
    filter: brightness(80%);
  }
  footer div.logo {
    display: table;
    width: 500px;
    margin: 60px auto 47px;
  }
  footer div.logo p {
    display: table-cell;
  }
  footer div.logo p:first-child a img {
    width: 206px;
  }
  footer div.logo p:last-child a img {
    width: 117px;
  }
  .contact .w1024 ul.member {
    flex-flow: row nowrap;
    width: 700px;
    margin: 0 auto;
  }
  .contact .w1024 ul.member li:first-child a img {
    width: 147px;
  }
  .contact .w1024 ul.member li:nth-child(2) a img {
    width: 142px;
  }
  .contact .w1024 ul.member li:nth-child(3) a img {
    width: 124px;
  }
  .contact .w1024 ul.member li:nth-child(4) a img {
    width: 104px;
  }
  .contact .w1024 ul.member li a img:hover {
    filter: brightness(80%);
  }
  .contact .w1024 p.copyright {
    padding: 90px 0 0;
    font-size: 12px;
  }
  /*nav*/
  nav .w1024 {
    display: none;
    width: 1024px;
    margin: 0 auto;
    padding: 16px 0;
  }
  nav .w1024 div {
    display: table-cell;
    vertical-align: top;
  }
  nav .w1024 div.share a {
    display: inline-block;
    margin: 0 13px 0 0;
  }
  nav .w1024 div.share img {
    width: 28px;
  }
  nav .w1024 ul.menu {
    width: 695px;
    margin: 0 0 0 auto;
  }
  nav .w1024 ul.menu a.current img {
    opacity: 1.0;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
  }
  nav .w1024 ul.menu a img:hover {
    filter: brightness(80%);
  }
  nav .w1024 ul.logo {
    width: 150px;
    margin: 10px 0 0 auto;
    font-size: 9px;
  }
  nav .w1024 ul.logo img {
    height: 14px;
  }
  nav .w1024 ul.logo img.nav_sol, nav .w1024 ul.logo img.nav_eggs {
    height: 28px;
  }
}

/*SP*/

@media screen and (max-width: 768px) {
  .hide_sp {
    display: none;
  }
  img {
    max-width: 100%;
  }
  #entry, #news01, #news02, #news03, #news04, #news05, #doui, #cate01, #cate02 {
    margin-top: -60px;
    padding-top: 60px;
  }
  /*header*/
  header {
  }
  header .w1024 {
    padding: 45px 7% 0;
    box-sizing: border-box;
  }
  header .logo2018 img {
    width: 80%;
    /* margin-top: 436px; */
  }
  #st {
    width: 30%;
    margin-top: 59%;
    /* margin-right: 64%; */
    margin-bottom: -5px;
  }
  #st2 {
    width: 24%;
    margin-right: 34%;
    margin-bottom: 0px;
  }
  header .copy {
    margin-top: 0;
  }
  header .copy img {
    width: 71%;
    /* margin-top: 0px; */
    margin-left: -58px;
  }
  header .arrow {
    position: relative;
    /* margin-top: 2%; */
    z-index: 99;
    margin-top: -18px;
  }
  header .arrow img {
    width: 84%;
    margin-bottom: 20px;
  }
  header .w1024 .faqlink {
    display: inline-block;
    font-size: 18px;
    padding: 30px 0 2px;
    line-height: 1.6;
    font-weight: bold;
  }
  header .w1024 .faqlink img {
    margin-left: 5px;
    vertical-align: middle;
  }
  header .w1024 div.sticker {
    position: absolute;
    top: 36%;
    right: 67%;
    width: 70%;
    box-sizing: border-box;
    text-align: right;
    /* padding-right:4%; */
    z-index: 90;
  }
  header .w1024 div.sticker img {
    width: 40%;
    max-width: 200px;
  }
  .copyband {
    background-image: url('../img/copy_bgsp.jpg');
    padding: 20px 0;
    margin: 0 auto;
  }
  .copyband .copytext {
    line-height: 1.4;
    text-align: left;
    display: inline-block
  }
  .copyband .faqlink {
    display: inline-block;
    font-size: 18px;
    padding: 0px 0 13px;
    /* margin: 0 auto; */
  }
  .copyband .faqlink a {
    color: #f4ff26;
    text-decoration: none;
    border-bottom: 2px solid #f4ff26;
  }
  .copyband.faqlink img {
    margin-left: 5px;
    vertical-align: middle;
  }
  /*flow*/
  .flow {
    background-image: url('../img/180212/top_flow_bg02_sp.png'), url('../img/180212/top_flow_bg01_sp.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .flow .w1024 {
    padding: 90px 0 60px;
    box-sizing: border-box;
  }
  .flow .w1024 ul li {
    padding: 0 5% 40px 10%;
  }
  .flow .w1024 ul li:last-child {
    padding: 0 5% 0 10%;
  }
  .flow .w1024 ul li.now {
    background: url('../img/180212/now_sp.png') left top no-repeat;
    background-size: 7.5%;
  }
  /*whats*/
  .whats {
    background-image: url('../img/180212/top_whats_bg02_sp.png'), url('../img/180212/top_whats_bg01_sp.jpg');
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .whats .w1024 {
    padding: 30px 5% 60px;
    box-sizing: border-box;
  }
  .whats .w1024 .more {
    margin-top: 17px;
  }
  .inner_whats01 {
    background: #002e94 url('../img/180212/whats/bg01_sp.jpg')top center no-repeat;
    background-size: 100%;
  }
  .inner_whats02 {
    background: #010104 url('../img/180212/whats/bg02_sp.jpg')top center no-repeat;
    background-size: 100%;
  }
  .inner_whats03 {
    background: #000 url('../img/180212/whats/bg03_sp.jpg')top center no-repeat;
    background-size: 100%;
  }
  .inner_whats01 .icon {
    margin-top: 15px;
  }
  .inner_whats01 .icon img, .inner_whats02 .icon img, .inner_whats03 .icon img {
    width: 6%;
  }
  .inner_whats01 .w1024 {
    padding: 90px 5% 40px;
  }
  .inner_whats02 .w1024 {
    padding: 60px 5% 45px;
  }
  .inner_whats03 .w1024 {
    padding: 90px 5% 45px;
  }
  .inner_whats_text {
    font-size: 13px;
    line-height: 36px;
  }
  .inner_whats_text span.big {
    font-size: 20px;
  }
  .portrait {
    padding: 30px 15%;
    position: relative;
  }
  .portrait p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 15%;
    box-sizing: border-box;
  }
  .portrait p a {
    display: block;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
  }
  .portrait p a img {
    margin-top: 50%;
    width: 60%;
  }
  .road_modal {
    position: relative;
  }
  .road {
    margin-top: 30px;
  }
  .modal-open img {
    width: 75%;
  }
  .inner_whats03 .w1024 .entrybtn {
    margin-top: 30px;
  }
  /*entry*/
  .entry {
    background-image: url('../img/180212/top_entry_bg_sp.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .entry .w1024 {
    padding: 30px 5% 60px;
    box-sizing: border-box;
  }
  .entry .w1024 .entrybtn {
    margin-top: 17px;
  }
  .entry .w1024 .faqlink {
    display: inline-block;
    font-size: 18px;
    padding: 30px 0 2px;
  }
  .entry .w1024 .faqlink img {
    margin-left: 5px;
    vertical-align: middle;
  }
  #m04 .entry {
    background: #00065c url('../img/180212/entry/bg_sp.jpg') top center no-repeat;
    background-size: 100%;
  }
  #m04 .entry .w1024 {
    padding: 90px 5% 45px;
  }
  .entry_text {
    margin-top: 24px;
  }
  #m04 .entry .w1024 .entrybtn01 {
    margin-top: 30px;
  }
  #m04 .entry .w1024 ul.information {
    margin-top: 45px;
  }
  #m04 .entry .w1024 ul.information li dl {
    margin-bottom: 24px;
  }
  #m04 .entry .w1024 ul.information li dl dt {
    border-bottom: 5px solid #fff;
    font-size: 18px;
    padding-bottom: 10px;
  }
  #m04 .entry .w1024 ul.information li dl dd {
    font-size: 14px;
    padding: 25px 0;
  }
  #m04 .entry .w1024 ul.information li dl dd p {
    font-size: 18px;
    padding-bottom: 14px;
  }
  #m04 .entry .w1024 ul.information li dl dd span {
    font-size: 14px;
  }
  #m04 .entry .w1024 ul.information li dl dd p img {
    width: 15px;
    vertical-align: middle;
    margin-right: 8px;
  }
  #m04 .entry .w1024 .entrylink img {
    width: 16px;
    vertical-align: middle;
    margin-left: 8px;
  }
  #m04 .entry .w1024 .entrylink a {
    font-size: 15px;
  }
  #m04 .entry .w1024 ul.information li dl dd p.entry_ad {
    border: 1px solid #fff;
    padding: 25px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0;
  }
  #m04 .entry .w1024 ul.information li dl dd .road_modal {
    position: relative;
  }
  #m04 .entry .w1024 .road {
    margin-top: 16px;
    height: initial;
  }
  #m04 .entry .w1024 .road a {
    font-size: 16px;
  }
  #m04 .entry .w1024 .kiyaku .road img {
    width: 15px;
    margin-left: 5px;
  }
  #m04 .entry .w1024 ul.information li dl.prize {}
  #m04 .entry .w1024 ul.information li dl.prize dt {
    border: none;
  }
  #m04 .entry .w1024 ul.information li dl.prize dd {
    padding: 0;
  }
  #m04 .entry .w1024 ul.information li dl.prize dd p {
    border: 8px solid #fff;
    padding: 25px 20px;
  }
  #m04 .entry .w1024 .entrybtn {
    margin-top: 30px;
  }
  /*news*/
  .news {
    background: #222;
  }
  .news .w1024 {
    padding: 45px 5%;
    box-sizing: border-box;
  }
  .news .w1024 ul.news_topic {
    margin-top: 23px;
  }
  .news .w1024 ul.news_topic li article div.newstxt {
    padding: 15px 5%;
    font-size: 13px;
  }
  .news .w1024 ul.news_topic li article div.newstxt p.date {
    font-size: 10px;
  }
  .news .w1024 ul.news_topic li article div.newstxt p.title {
    font-size: 15px;
  }
  .news .w1024 ul.news_topic li.wide article div.newstxt p.title {
    margin-bottom: 10px;
  }
  .news .w1024 ul.news_topic li.helf article {
    display: table;
    width: 100%;
  }
  .news .w1024 ul.news_topic li.half article div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  #m02 .news {
    background: #000 url('../img/180212/news/bg_sp.jpg') top center no-repeat;
    background-size: 100%;
  }
  #m02 .news .w1024 {
    padding: 90px 5% 45px;
  }
  #m02 .news .w1024 ul.news_topic li article div.newsimg {
    padding: 22px 6% 0;
    box-sizing: border-box;
  }
  #m02 .news .w1024 ul.news_topic li article div:last-child {
    padding: 22px 6%;
    box-sizing: border-box;
  }
  #m02 .news .w1024 ul.news_topic li.wide article div.newstxt p.title {
    font-size: 18px;
  }
  /*FAQ*/
  .faq {
    background: #006bb3 url('../img/180212/faq/bg_sp.jpg') top center no-repeat;
    background-size: 100%;
  }
  .faq .w1024 {
    padding: 125px 5% 45px;
  }
  .faq_text {
    margin-top: 45px;
    font-size: 18px;
  }
  .category {
    margin: 60px 0 30px;
    padding-bottom: 24px;
    font-size: 24px;
    border-bottom: 8px solid #fff;
  }
  ul.question li dl dt {
    background: url('../img/180212/faq/q_mark.png') top left no-repeat;
    background-size: 32px;
    padding: 20px 0 15px;
    font-size: 15px;
  }
  ul.question li dl dd {
    background: url('../img/180212/faq/a_mark.png') top left no-repeat;
    background-size: 26px;
    padding: 15px 0 0;
    font-size: 14px;
    margin-bottom: 30px;
  }
  ul.question li dl dd a:hover {
    filter: brightness(80%)
  }
  ul.question li dl dd .entrylink {
    font-size: 15px;
    font-weight: 700;
  }
  ul.question li dl dd .entrylink img {
    width: 15px;
    vertical-align: middle;
    margin-left: 8px;
  }
  ul.question li dl dd .entrylink:hover {
    filter: brightness(80%);
  }
  /*twitter*/
  .twitter_area .w1024 {
    padding: 30px 5% 0;
  }
  .twitter_frame {
    width: 100%;
    margin: 0 auto;
    border-bottom: 5px solid #006bb3;
  }
  .hashtag {
    margin: 0 auto;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 5px solid #006bb3;
  }
  .twitter_header {
    margin: 0 auto;
    padding: 35px 0 10px;
    position: relative;
    font-size: 10px;
  }
  .twitter_header .followbtn {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  #twitter-widget-0 {
    height: 400px !important;
  }
  .followbtn a {
    padding: 5px 11px;
    font-size: 10px;
  }
  /*pagetop*/
  .pagetop .w1024 {
    padding: 40px 5% 30px;
  }
  .pagetopbtn {
    padding: 25px 0 0;
  }
  .pagetopbtn a {
    display: block;
    margin: 0 auto;
    width: 30%;
    position: relative;
  }
  .pagetopbtn a img {
    display: block;
    margin: 0 auto;
  }
  .pagetopbtn a img.arrow {
    width: 30%;
    padding-bottom: 10px
  }
  .pagetopbtn a img.text {
    width: 100%;
    margin-top: 8px;
  }
  /*archive*/
  .archive_link {
    background: #006bb3 url('../img/180212/top_archive_bg.png') top center repeat;
    background-size: 6%;
  }
  .archive_link .w1024 {
    padding: 30px 5%;
  }
  .archive_link .w1024 ul {
    width: 100%;
    margin: 25px auto 0;
  }
  .archive_link .w1024 ul li:first-child {
    padding: 0 18px 0 0;
  }
  .archive_link .w1024 ul li:nth-child(2) {
    padding: 0 9px;
  }
  .archive_link .w1024 ul li:last-child {
    padding: 0 0 0 18px;
  }
  .archive_link .w1024 ul li p:first-child {
    padding-bottom: 15px;
  }
  .archive_link .w1024 ul li p:first-child img {
    width: 85%;
  }
  .archive_link .w1024 .gallery {
    margin-top: 15px;
  }
  /*contact*/
  .contact {
    background-color: #000;
    background-size: 100%;
  }
  .contact .w1024 {
    padding: 45px 5%;
  }
  .contact .w1024 ul.info {
    margin-top: 23px;
  }
  .contact .w1024 ul.info li {
    padding: 0 0 15px;
  }
  .contact .w1024 ul.info li a {
    background: url('../img/180212/top_contact_btn_bg.png') 95% 50% no-repeat;
    background-size: 5%;
    padding: 8px 0;
    font-size: 16px;
  }
  /*footer*/
  .footer_icon {
    margin: 20px auto;
  }
  .footer_icon img {
    width: 8%;
  }
  .footer_snslink {
    padding: 25px 0 40px;
    border-bottom: 5px solid #fff;
  }
  .footer_snslink a {
    margin: 0 13px;
  }
  .footer_snslink a img {
    width: 30px;
  }
  footer div.logo {
    margin: 40px auto;
  }
  footer div.logo p {
    margin-bottom: 30px;
  }
  footer div.logo p:first-child a img {
    width: 50%;
  }
  footer div.logo p:last-child a img {
    width: 28%;
  }
  .contact .w1024 ul.member {
    flex-flow: row wrap;
    margin: 0 auto;
    justify-content: space-around;
  }
  .contact .w1024 ul.member li {
    margin: 0 5px 25px;
  }
  .contact .w1024 ul.member li a img {
    /* height: 2px; */
    width: 100px;
  }
  .contact .w1024 ul.member li a img.lo0723 {
    /* height: 2px; */
    width: 70px;
  }
  .contact .w1024 p.copyright {
    padding: 45px 0 0;
    font-size: 9px;
  }
  .contact .w1024 ul.member2 {
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  .contact .w1024 ul.member2 li {
    display: table-cell;
  }
  .lo0723 {
    width: 86%;
  }
  .contact .w1024 p.copyright {
    padding: 45px 0 0;
    font-size: 9px;
  }
  /*nav*/
  nav .w1024 {
    padding: 18px 5%;
  }
  nav .w1024 div.share a {
    display: inline-block;
    margin: 0 12px 0 0;
  }
  nav .w1024 div.share img {
    width: 25px;
  }
}
