@charset "UTF-8";
/* ===============================================
	RESET
=============================================== */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 1em; }

li, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal; }

fieldset, iframe {
  border: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
  display: block; }

img, abbr, acronym, fieldset {
  border: 0;
  font-size: 0;
  line-height: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

/* ===============================================
	BASE
=============================================== */
/*  BODY
------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","Helvetica,Arial,Roboto","Droid Sans","游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
  height: 100%;
  line-height: 1.4;
  text-align: left;
  color: #2f2f2f; }

a {
  color: #1d3850; }

img {
  max-width: 100%; }

/*  リスト
------------------------------------------------*/
.o-tile-list * {
  box-sizing: border-box;
}

/*  パンくず UI
------------------------------------------------*/
#Breadcrumb {
  padding: 5px 0;
  background: #595757;
  overflow: hidden; }
  #Breadcrumb .content {
    margin: 0 auto;
    padding: 0 8px;
    text-align: left;
    width: 1000px;
    box-sizing: border-box; }
    #Breadcrumb .content li {
      display: inline-block;
      margin: 0 0 0 5px;
      color: #fff;
      font-size: 12px; }
      #Breadcrumb .content li a {
        color: #fff;
        text-decoration: underline; }
      #Breadcrumb .content li::before {
        content: " > "; }
      #Breadcrumb .content li:first-child {
        margin: 0; }
        #Breadcrumb .content li:first-child::before {
          content: ""; }
      #Breadcrumb .content li:last-child a {
        text-decoration: none; }

/*  HEADER UI
------------------------------------------------*/
#backAreaTop {
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 9999;
  position: fixed;
  border-top: none;
  border-bottom: 2px #ccc solid;
  background: #fff; }
  #backAreaTop .content {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    overflow: hidden;
    *zoom: 1; }
    #backAreaTop .content:after {
      clear: both; }

/*  FOOTER UI
------------------------------------------------*/
#backArea {
  background: #fff;
  border-top: 2px #ccc solid;
  padding: 2px 0 0; }
  #backArea .content {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    overflow: hidden;
    *zoom: 1; }
    #backArea .content:after {
      clear: both; }
    #backArea .content .backAreaText {
      float: right;
      font-size: 12px;
      margin: 0 0 0 20px; }
      #backArea .content .backAreaText a {
        display: block;
        color: #595757;
        text-decoration: underline;
        padding: 10px 0; }
        #backArea .content .backAreaText a:hover {
          color: #ff9900; }
    #backArea .content .backAreaButton {
      float: left;
      margin: 2px 0 0; }
      #backArea .content .backAreaButton a {
        display: block;
        color: #000;
        font-weight: bold;
        padding: 0.6em 0;
        line-height: 1.2em;
        padding: 0.5em 0 0.7em;
        font-size: 13px; }
        #backArea .content .backAreaButton a:hover {
          opacity: 0.6;
          text-decoration: none; }
        #backArea .content .backAreaButton a img {
          width: 130px;
          margin: 0 5px 0 0;
          vertical-align: top; }

/*  SNSシェアbtn UI
------------------------------------------------*/
.sns-share {
  margin-bottom: 10px; }
  .sns-share ul {
    letter-spacing: -0.4em;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end; }
    .sns-share ul li {
      letter-spacing: normal;
      vertical-align: top;
      display: block;
      flex-wrap: wrap; }
    .sns-share ul .snsFacebook {
      margin: 0; }
    .sns-share ul .snsTwitter {
      margin: 0 10px 0 0; }
    .sns-share ul .snsHatena {
      margin: 0 10px 0 0; }

/*  公式SNSbtn UI
------------------------------------------------*/
.sns-o {
  display: block;
  margin: 0;
  padding: 0 0 10px; }
  .sns-o__ttl {
    font-size: 12px;
    text-align: center;
    color: #838383;
    padding: 10px;
    border-top: 1px solid #eef0f2; }
  .sns-o ul {
    overflow: hidden; }
    .sns-o ul li {
      float: left;
      width: 33.3%;
      text-align: center; }
      .sns-o ul li img {
        width: 44px;
        vertical-align: bottom; }
      .sns-o ul li a {
        display: inline-block; }
        .sns-o ul li a:hover {
          opacity: 0.6;
          text-decoration: none; }

/*  #Countdown
------------------------------------------------*/
#Countdown {
  width: 100%;
  text-align: center; }
  #Countdown .content {
    margin: 0 auto;
    background-color: #fff; }
    #Countdown .content a {
      padding: 15px 30px 10px 10px;
      color: #d90818;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.4;
      border: 2px #d90818 solid;
      display: block;
      position: relative; }
      #Countdown .content a:hover {
        text-decoration: none;
        opacity: 0.6; }
      #Countdown .content a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        border-right: 3px solid #d90818;
        border-bottom: 3px solid #d90818;
        transform: rotate(-45deg);
        margin-top: -6px; }

/*  新規会員登録バナー
------------------------------------------------*/
.newBanner {
  margin: 0 0 15px;
  text-align: center; }
  .newBanner a {
    display: inline-block; }
    .newBanner a img {
      width: 100%;
      vertical-align: bottom; }
    .newBanner a:hover {
      opacity: 0.6;
      text-decoration: none; }

@media screen and (max-width: 1000px) {
  /*  パンくず UI 
  ------------------------------------------------*/
  .notSp {
    display: none; }

  /*  HEADER UI 
  ------------------------------------------------*/
  #backAreaTop {
    position: static; }
    #backAreaTop .content {
      padding: 0;
      width: 100%;
      box-sizing: border-box; }

  /*  FOOTER UI 
  ------------------------------------------------*/
  #backArea {
    border-bottom: 2px #ccc solid; }
    #backArea .content {
      padding: 4px 8px 0px;
      width: 100%;
      box-sizing: border-box; }
      #backArea .content .backAreaText a span,
      #backArea .content .backAreaButton a span {
        display: inline-block;
        padding: 16px; }
      #backArea .content .backAreaText {
        border-left: #ccd 1px solid;
        font-size: 10px; }
        #backArea .content .backAreaText a {
          padding: 0.2em 0; }
      #backArea .content .backAreaButton a {
        padding: 0.2em 0;
        line-height: 1em; }
        #backArea .content .backAreaButton a::before {
          content: "<<"; }
        #backArea .content .backAreaButton a img {
          display: none; } }
@media screen and (max-width: 800px) {
  /*  #Countdown
  ------------------------------------------------*/
  #Countdown .content a {
    padding: 10px 30px 10px 10px;
    font-size: 18px; }
    #Countdown .content a::after {
      width: 10px;
      height: 10px; } }
@media screen and (max-width: 480px) {
  /*  FOOTER UI 
  ------------------------------------------------*/
  #backArea .content .backAreaText a span,
  #backArea .content .backAreaButton a span {
    padding: 8px 6px; }

  /*  #Countdown 
  ------------------------------------------------*/
  #Countdown .content a {
    font-size: 1.2rem;
    padding: 10px 15px 10px 5px;
    border: 1px #d90818 solid; }
    #Countdown .content a::after {
      right: 5px;
      width: 6px;
      height: 6px;
      border-right: 2px solid #d90818;
      border-bottom: 2px solid #d90818;
      margin-top: -3px; }

  /*  新規会員登録バナー
  ------------------------------------------------*/
  .newBanner {
    margin: 0 0 10px; } }
