@charset "UTF-8";
/* Scss Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@media screen and (min-width: 1061px) { #h_globalbox { display: none; } }
@media screen and (max-width: 1060px) { #h_globalbox { z-index: 9000; position: fixed; top: 0; left: 100%; display: block; width: 100%; height: 100%; padding-top: 60px; background: #fefefe; box-sizing: border-box; overflow-y: scroll; overflow-x: hidden; }
  #h_globalbox.move { left: 0; }
  #h_globalbox #menu_close { line-height: 50px; text-align: center; color: #fefefe; font-size: 24px; cursor: pointer; background: url(../new-img/common-img/bg-gray.jpg) no-repeat; background-size: cover; background-position: center center; }
  #h_globalbox #sp_searchbox { background: #c8c8c8; }
  #h_globalbox #sp_searchbox dl { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; padding: 15px; }
  #h_globalbox #sp_searchbox dl input { display: block; height: 50px; padding: 0 10px; margin: 0; border: none; box-shadow: none; }
  #h_globalbox #sp_searchbox dl dt { flex: 1; }
  #h_globalbox #sp_searchbox dl dt input { width: 100%; }
  #h_globalbox #sp_searchbox dl dd { width: 50px; height: 50px; border-radius: 5px; overflow: hidden; }
  #h_globalbox #sp_searchbox dl dd button { width: 50px; height: 50px; padding: 5px; margin: 0; background: #fefefe; border: none; box-shadow: none; }
  #h_globalbox #sp_searchbox dl dd button img { display: block; width: 100%; height: auto; }
  #h_globalbox ul { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
  #h_globalbox ul.interview li, #h_globalbox ul.news li { width: 50%; height: auto; }
  #h_globalbox ul.interview li:nth-child(n+2), #h_globalbox ul.news li:nth-child(n+2) { border-bottom: 1px dotted #b4b4b4; }
  #h_globalbox ul.interview li:nth-child(2n+2), #h_globalbox ul.news li:nth-child(2n+2) { border-right: 1px dotted #b4b4b4; }
  #h_globalbox ul.interview li a, #h_globalbox ul.news li a { position: relative; display: block; width: 100%; height: auto; line-height: 50px; padding: 0 15px; text-align: center; font-size: 11px; }
  #h_globalbox ul.interview li.bigcat, #h_globalbox ul.news li.bigcat { width: 100%; height: auto; border: none; background: url(../new-img/common-img/bg-gray.jpg) no-repeat; background-size: cover; background-position: center center; }
  #h_globalbox ul.interview li.bigcat a, #h_globalbox ul.news li.bigcat a { position: relative; color: #fefefe; text-align: left; font-size: 18px; font-family: "Times New Roman", Times,'Noto Sans JP',"メイリオ", Meiryo, Osaka, sans-serif, "serif"; }
  #h_globalbox ul.interview li.bigcat a span, #h_globalbox ul.news li.bigcat a span { color: #fefefe; }
  #h_globalbox ul.interview li.bigcat a span.bottom, #h_globalbox ul.news li.bigcat a span.bottom { margin-left: 10px; font-size: 12px; }
  #h_globalbox ul.interview li.bigcat a span.arrow, #h_globalbox ul.news li.bigcat a span.arrow { position: absolute; top: 0; right: 10px; }
  #h_globalbox ul.maincat li { width: 100%; height: auto; border: none; border-top: 1px solid #494848; border-bottom: 1px solid #212121; background: url(../new-img/common-img/bg-gray.jpg) no-repeat; background-size: cover; background-position: center center; }
  #h_globalbox ul.maincat li a { position: relative; display: block; width: 100%; height: auto; line-height: 50px; padding: 0 15px; color: #fefefe; font-size: 18px; font-family: "Times New Roman", Times,'Noto Sans JP',"メイリオ", Meiryo, Osaka, sans-serif, "serif"; }
  #h_globalbox ul.maincat li a span { color: #fefefe; }
  #h_globalbox ul.maincat li a span.bottom { margin-left: 10px; font-size: 12px; }
  #h_globalbox ul.maincat li a span.arrow { position: absolute; top: 0; right: 10px; }
  #h_globalbox ul.snsbox { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
  #h_globalbox ul.snsbox li a { display: block; width: auto; padding: 15px 10px 15px 0; }
  #h_globalbox ul.snsbox li a img { width: 30px; height: 30px; } }

#sp_bottom_nav.coin { z-index: 9990; position: fixed; bottom: 0; left: 0; width: 100%; height: auto; background: white; }
@media screen and (min-width: 1061px) { #sp_bottom_nav.coin { display: none; } }
@media screen and (max-width: 1060px) { #sp_bottom_nav.coin { display: block; } }
#sp_bottom_nav.coin ul { position: relative; border-top: 1px solid #007393; border-bottom: 1px solid #007393; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
#sp_bottom_nav.coin ul::before { content: ""; position: absolute; width: 100%; height: 1px; top: 0; left: 0; background: #7DDDE0; }
#sp_bottom_nav.coin ul::after { content: ""; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; background: #7DDDE0; }
#sp_bottom_nav.coin ul li { position: relative; width: 20%; border-left: 1px solid #007393; border-right: 1px solid #7DDDE0; }
#sp_bottom_nav.coin ul li:nth-child(1) { border-left: none; }
#sp_bottom_nav.coin ul li:nth-child(5) { border-right: none; }
#sp_bottom_nav.coin ul li a { display: block; padding: 5px 10px; text-align: center; color: white; }
#sp_bottom_nav.coin ul li a .imgbox { position: relative; width: 100%; max-width: 26px; height: auto; margin: 0 auto 3px; }
#sp_bottom_nav.coin ul li a .imgbox::before { content: ""; display: block; padding-top: 100%; }
#sp_bottom_nav.coin ul li a .imgbox.news::before { background: url(../svg/2018/deco4-g.svg) no-repeat; background-position: center; background-size: 90% auto; }
#sp_bottom_nav.coin ul li a .imgbox.coin::before { background: url(../svg/2018/deco1-g.svg) no-repeat; background-position: center; background-size: 100% auto; }
#sp_bottom_nav.coin ul li a .imgbox.exchange::before { background: url(../svg/2018/deco2-g.svg) no-repeat; background-position: center; background-size: 100% auto; }
#sp_bottom_nav.coin ul li a .imgbox.ico::before { background: url(../svg/2018/deco3-g.svg) no-repeat; background-position: center; background-size: 90% auto; }
#sp_bottom_nav.coin ul li a .imgbox.sto::before { background: url(../svg/2018/tag-sto-g.svg) no-repeat; background-position: center; background-size: 90% auto; }
#sp_bottom_nav.coin ul li a .imgbox.glossary::before { background: url(../svg/2018/deco5-g.svg) no-repeat; background-position: center; background-size: 65% auto; }
#sp_bottom_nav.coin ul li a .textbox p { color: #328aa4; font-size: 10px; font-weight: bold; }

.sp_pr_banner a, .rectangle_bnr a { display: block; }
.sp_pr_banner a img, .rectangle_bnr a img { display: block; max-width: 100%; height: auto; margin: auto; }

.recommend_bnr { margin: 2rem 0; }
.recommend_bnr a { display: block; }
.recommend_bnr a img { display: block; max-width: 100%; margin: auto; }
