@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, td, th {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*====================================================================================
基本設計  
====================================================================================*/
/*------------------------------------------
エリア  
------------------------------------------*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 120px;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
パーツ
------------------------------------------*/
abbr, address, article, aside, blockquote, body, canvas, caption, cite, code, dd, details, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, html, label, legend, li, p, pre, table, tbody, td, tfoot, th, thead, tr {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

*, *::after, *::before {
  box-sizing: border-box;
}

/*====================================================================================
中身
====================================================================================*/
/*------------------------------------------
？
------------------------------------------*/
.participant {
  padding: 1px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.participant p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
}

/*------------------------------------------
ボックス
------------------------------------------*/
.m-detail {
  padding: 13px;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #999;
  margin: 10px 5px;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.m-detail .term {
  text-align: center;
  line-height: 20px;
  margin: 5px 0;
  border: solid 1px;
}

.m-detail .m-data-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
}

.m-detail .m-data-table tbody tr td {
  padding: 3px 5px;
}

.m-detail .m-data-table tbody tr td:first-child {
  background: #dacaaa;
}

/*------------------------------------------
〜人が参加中
------------------------------------------*/
#bingo-wrap .join {
  color: #453322;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  line-height: 34px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 6px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 5px 0;
}

/*------------------------------------------
ヘッダータイトル
------------------------------------------*/
.m-title {
  text-align: center;
  padding: 5px 0;
}

.m-title p {
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  text-shadow: 0 0 1px #000;
}

/*------------------------------------------
コンテンツ
------------------------------------------*/
#bingo-wrap {
  position: relative;
}

#bingo-list .inner {
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------
リスト
------------------------------------------*/
#bingo-list ul {
  position: relative;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}

#bingo-list li {
  overflow: visible !important;
}

#bingo-list li:after, #bingo-list li:before {
  position: absolute;
}

#bingo-list .active figure {
  display: block;
  background: #fff;
}

#bingo-list figure {
  position: absolute;
}

#bingo-list a {
  display: block;
  position: absolute;
  z-index: 999;
}

#bingo-list img {
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------
みんなのパーフェクトリポート
------------------------------------------*/
.comp-report {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 62px;

}

.comp-report a {
  width: 250px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  list-style: none;
  padding: 0 26px 0 20px;
  background: rgba(255, 255, 255, 0.8);
  background-size: 280px 38px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-transition: 0.5s background;
  transition: 0.5s background;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.comp-report a:before {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
}

/*------------------------------------------
ソラミッションとは？
------------------------------------------*/
ul.nav-row1 {
  list-style-type: none;
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 0px;
}

ul.nav-row1 li {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
  background: -webkit-linear-gradient(top, #fff, #e8e8e8);
  background: -webkit-linear-gradient(top, #ffffff, #e8e8e8);
  background: linear-gradient(to bottom, #ffffff, #e8e8e8);
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #d0d0d0;
  display: block;
  position: relative;
}

ul.nav-row1 li a {
  padding: 0 22px 0 10px;
  height: 100%;
  display: block;
  background: url("https://gvs.weathernews.jp/s/sakura/img/arrow_gray.png") 98% center no-repeat;
  background-size: 8px 13px;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 40px;
  position: relative;
}

/*-------------------------------------
アニメの設定
-------------------------------------*/
@-webkit-keyframes visible {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes visible {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rumble {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    -webkit-transform: rotate(1.8deg) translate(2px, -2px);
    transform: rotate(1.8deg) translate(2px, -2px);
  }
  25% {
    -webkit-transform: rotate(1.6deg) translate(0px, 2px);
    transform: rotate(1.6deg) translate(0px, 2px);
  }
  37.5% {
    -webkit-transform: rotate(1.8deg) translate(-2px, 0);
    transform: rotate(1.8deg) translate(-2px, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    -webkit-transform: rotate(-1.8deg) translate(2px, 0);
    transform: rotate(-1.8deg) translate(2px, 0);
  }
  75% {
    -webkit-transform: rotate(-1.6deg) translate(0, 2px);
    transform: rotate(-1.6deg) translate(0, 2px);
  }
  87.5% {
    -webkit-transform: rotate(-1.8deg) translate(-2px, -2px);
    transform: rotate(-1.8deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
}

@keyframes rumble {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    -webkit-transform: rotate(1.8deg) translate(2px, -2px);
    transform: rotate(1.8deg) translate(2px, -2px);
  }
  25% {
    -webkit-transform: rotate(1.6deg) translate(0px, 2px);
    transform: rotate(1.6deg) translate(0px, 2px);
  }
  37.5% {
    -webkit-transform: rotate(1.8deg) translate(-2px, 0);
    transform: rotate(1.8deg) translate(-2px, 0);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    -webkit-transform: rotate(-1.8deg) translate(2px, 0);
    transform: rotate(-1.8deg) translate(2px, 0);
  }
  75% {
    -webkit-transform: rotate(-1.6deg) translate(0, 2px);
    transform: rotate(-1.6deg) translate(0, 2px);
  }
  87.5% {
    -webkit-transform: rotate(-1.8deg) translate(-2px, -2px);
    transform: rotate(-1.8deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
  }
}

/*====================================================================================
各種基本設定(特別なことがない限り「変数以外」触らない)
====================================================================================*/
/*------------------------------------------
共通パーツ
------------------------------------------*/
/* 画像の設定
------------------------------------------*/
#bingo-list h1 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  width: 320px;
  height: 90px;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sprite.png");
  background-size: 320px 720px;
  background-position: 0px -491px;
}


#bingo-list.perfect h1 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  width: 320px;
  height: 90px;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sprite.png");
  background-size: 320px 720px;
  background-position: 0px -603px;
}

#bingo-list.perfect h1:after {
  content: '';
  display: block;
  padding-top: 25.3968253968%;
}

#bingo-list li:nth-child(1) {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  width: 122.5px;
  height: 122.5px;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sprite.png");
  background-size: 320px 720px;
  background-position: 0px 0px;
}

#bingo-list li:nth-child(1):after {
  content: '';
  display: block;
  padding-top: 100%;
}

#bingo-list li:nth-child(2) {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  width: 122.5px;
  height: 122.5px;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sprite.png");
  background-size: 320px 720px;
  background-position: 0px -122.5px;
}

#bingo-list li:nth-child(2):after {
  content: '';
  display: block;
  padding-top: 100%;
}

#bingo-list li:nth-child(3) {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  width: 122.5px;
  height: 122.5px;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sprite.png");
  background-size: 320px 720px;
  background-position: 0px -245px;
}

#bingo-list li:nth-child(3):after {
  content: '';
  display: block;
  padding-top: 100%;
}

#bingo-list li:nth-child(4) {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  width: 122.5px;
  height: 122.5px;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sprite.png");
  background-size: 320px 720px;
  background-position: 0px -367.5px;
}

#bingo-list li:nth-child(4):after {
  content: '';
  display: block;
  padding-top: 100%;
}

/* 背景カラー＆イメージの設定
------------------------------------------*/
html:root {
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/sakura_bg.png");
  background-size: 320px 150px;
  background-position: 0px 0px;
}

/*====================================================================================
中身
====================================================================================*/
#bingo-list {
  height: 675px;
}

/* サイズの設定
------------------------------------------*/
#bingo-list ul {
  width: 320px;
  height: 520px;
}

#bingo-list a, #bingo-list img {
  width: 112px;
  height: 112px;
  top: 1px;
  left: 1px;
}

#bingo-list .active figure {
  width: 112px;
  height: 112px;
}

/* ポジション
------------------------------------------*/
#bingo-list figure {
  top: 4px;
  left: 4px;
}

.comp-report a:before {
  border-left-color: #eda9ba;
}

.comp-report a:active, .comp-report a:hover, .comp-report a:link, .comp-report a:visited {
  color: #000;
  background: #fff;
}

/*------------------------------------------
ヘッダータイトル
------------------------------------------*/
.m-title {
  font: #ffffff;
  background-color: #518c8e;
}

/*------------------------------------------
タイトル
------------------------------------------*/
#bingo-list h1 {
  position: relative;
  margin-bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
}

/*------------------------------------------
背景
------------------------------------------*/
.bg {
  width: 320px;
  height: 741.5px;
  display: block;
  background-image: url("https://gvs.weathernews.jp/s/sakura/img/collection/2026/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -99;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bg.repeat {
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}


/*====================================================================================
このコレクション限定の設定
====================================================================================*/
/*------------------------------------------
画像の位置調整
------------------------------------------*/
#bingo-list li {
  position: absolute;
}

#bingo-list li:nth-child(odd) {
  right: 0;
}

#bingo-list li:nth-child(1) {
  top: 45px;
  right: 10px;
}

#bingo-list li:nth-child(2) {
  top: 165px;
  left: 10px;
}

#bingo-list li:nth-child(3) {
  bottom: 115px;
  right: 10px;
}

#bingo-list li:nth-child(4) {
  bottom: 0px;
  left: 10px;
}

.comp-report {
  bottom: 85px;
}