@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

/* base/base.scss
============================== */
body {
  height: auto;
  min-height: 100%;
  background: #100e0a;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (min-width: 900px) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

::selection {
  background: #100e0a;
  color: #FFFFFF;
}

::-moz-selection {
  background: #100e0a;
  color: #FFFFFF;
}

.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

main {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }

  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }

  body {
    font-size: 14px;
  }
}
/* module/_button.scss
============================== */
/* btn base
/* ----------------------------- */
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* btn size
/* ----------------------------- */
.btn--large {
  line-height: 60px;
  margin: 20px auto;
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  .btn--large {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .btn--large {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (min-width: 900px) {
  .btn--large {
    width: 235px;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .btn--large {
    width: 90%;
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  .btn--medium {
    line-height: 60px;
    width: 220px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .btn--medium {
    line-height: 30px;
    width: 25%;
    font-size: 14px;
  }
}

.btn--small {
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .btn--small {
    width: 11%;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .btn--small {
    width: 45%;
    font-size: 12px;
  }
}

/* btn color
/* ----------------------------- */
.btn--primary {
  color: #FFFFFF;
  border: #FFFFFF solid 3px;
  position: relative;
}
.btn--primary.disabled, .btn--primary:disabled, .btn--primary.disabled:hover, .btn--primary:disabled:hover {
  background-color: #555555;
  cursor: default;
}
@media screen and (min-width: 900px) {
  .btn--primary:hover {
    background: #72694b;
    border: #72694b solid 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    transform: scale(1.025);
  }
}

.btn--secondary.disabled, .btn--secondary:disabled, .btn--secondary.disabled:hover, .btn--secondary:disabled:hover {
  background-color: #555555;
  opacity: 0.5;
  cursor: default;
}
@media screen and (min-width: 900px) {
  .btn--secondary {
    color: #100e0a;
    background: #FFFFFF;
  }
  .btn--secondary:hover {
    color: #FFFFFF;
    background: #555555;
  }
}
@media screen and (max-width: 900px) {
  .btn--secondary {
    color: #d4c79b;
    border: #d4c79b solid 2px;
  }
}

/* layout/header.scss
============================== */
.bg {
  width: 100%;
  height: 100%;
  background: url("../img/kv_bg.png") no-repeat center top;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}

.header {
  opacity: 0;
  transition: all 3s ease;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.header h1 {
  display: block;
  text-align: center;
  margin: 0 auto;
  filter: drop-shadow(0px -10px 10px rgba(0, 0, 0, 0.8));
}
.header .sub_tit {
  opacity: 0;
  transition: all 0.6s ease;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (min-width: 900px) {
  .header .sub_tit {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .header .sub_tit {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
  }
}
.header img {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
@media screen and (min-width: 900px) {
  .header h1 {
    width: 680px;
    padding: 60px 0 120px;
  }
  .header .sub_tit {
    font-size: 20px;
  }
  .header img {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .header h1 {
    width: 82%;
    padding: 70px 0;
  }
  .header .sub_tit {
    font-size: 14px;
  }
  .header img {
    margin: 10px 0 0;
  }
}

.loaded .header {
  opacity: 1;
}
.loaded .header .sub_tit,
.loaded .header img {
  opacity: 1;
  transform: translateY(0);
}

/*  layout/footer.scss
============================== */
footer {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
footer .shareList::before {
  content: 'SHARE';
  display: block;
  margin: 0 0 0.5em;
}
footer .shareList li {
  display: inline-block;
}
footer .shareList a {
  display: block;
  font-weight: normal;
  padding: 0 0.3em;
}
footer .logo a {
  display: block;
  line-height: 1.2;
  margin: 1em auto;
}
footer .logo span {
  display: block;
}
@media screen and (min-width: 900px) {
  footer {
    padding: 45px 0;
  }
  footer .shareList a {
    font-size: 50px;
  }
  footer .shareList a:hover {
    color: #72694b;
  }
  footer .logo a {
    width: 200px;
  }
  footer .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  footer {
    font-size: 12px;
    padding: 40px 0 10px;
  }
  footer .logo img {
    width: 100px;
  }
  footer .shareList a {
    font-size: 40px;
  }
}

/* page/top.scss
============================== */
/* loading
----------------------------------- */
.loading {
  display: none;
}

.loading {
  display: block;
  width: 100%;
  height: 100%;
  background: #100e0a;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.loading p {
  width: 100%;
  color: #72694b;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
}

/* prologue
=================================== */
.section--prologue {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.section--prologue .tit_prologue {
  display: block;
  filter: drop-shadow(0px 0 10px rgba(0, 0, 0, 0.8));
}
.section--prologue .section--prologue__txt {
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  .section--prologue .section--prologue__txt {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .section--prologue .section--prologue__txt {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (min-width: 900px) {
  .section--prologue {
    max-width: 760px;
    padding: 0 0 70px;
    margin: 0 auto 0;
  }
  .section--prologue .tit_prologue {
    width: 760px;
    margin: 0 auto 50px;
  }
  .section--prologue .section--prologue__txt {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .section--prologue {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 5%;
  }
  .section--prologue .tit_prologue {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.loaded .section--prologue.inview {
  opacity: 1;
  transform: translateY(0);
}

/* rule
=================================== */
.section--rule {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.section--rule .tit_rule {
  display: block;
}
.section--rule ol {
  text-align: center;
}
.section--rule ol li .num_rule {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .section--rule ol li .num_rule {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .section--rule ol li .num_rule {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 700;
  }
}
.section--rule ol li .txt_rule {
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  .section--rule ol li .txt_rule {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .section--rule ol li .txt_rule {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (min-width: 900px) {
  .section--rule {
    max-width: 760px;
    padding: 0 0 100px;
    margin: 0 auto 0;
  }
  .section--rule .tit_rule {
    width: 760px;
    margin: 0 auto 20px;
  }
  .section--rule ol li {
    display: inline-block;
    margin: 0 20px;
  }
  .section--rule ol li .num_rule {
    font-size: 26px;
  }
  .section--rule ol li .num_rule em {
    font-size: 40px;
  }
  .section--rule ol li .txt_rule {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .section--rule {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 5% 20px;
    margin: 0 0 30px;
  }
  .section--rule ol li {
    display: block;
    line-height: 1.5;
    margin: 0 auto 10px;
  }
  .section--rule ol li .num_rule {
    font-size: 16px;
  }
  .section--rule ol li .num_rule em {
    font-size: 20px;
  }
}

.loaded .section--rule.inview {
  opacity: 1;
  transform: translateY(0);
}

/* schedule
=================================== */
.section--schedule {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.section--schedule .tab--nav li {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  background: #72694b;
  color: #FFFFFF;
}
.section--schedule .tab--nav li.active {
  background: #282828;
}
.section--schedule .tab--nav li.past {
  background: #555;
}
.section--schedule .tab--contents {
  background: #282828;
}
.section--schedule .tab--contents .list--schedule li {
  border-bottom: 1px solid #666;
}
.section--schedule .tab--contents .list--schedule li.list__head {
  border-bottom: 2px solid #fff;
  padding-bottom: 1em;
}
.section--schedule .tab--contents .list--schedule a {
  display: block;
}
.section--schedule .tab--contents .list--schedule a::after {
  display: table;
  content: "";
  clear: both;
}
.section--schedule .tab--contents .list--schedule .list__date {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: 25%;
  float: left;
  text-align: center;
}
.section--schedule .tab--contents .list--schedule .list__week {
  margin: 0 0 0 0.5em;
}
.section--schedule .tab--contents .list--schedule .list__week.sat {
  color: #87c9dc;
}
.section--schedule .tab--contents .list--schedule .list__week.sun {
  color: #dc8787;
}
.section--schedule .tab--contents .list--schedule .list__score {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  width: 25%;
  float: right;
  text-align: center;
}
.section--schedule .tab--contents .comingsoon {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  padding: 1.5em 0;
  opacity: 0.5;
}
@media screen and (min-width: 900px) {
  .section--schedule {
    padding: 0 0 100px;
    margin: 0 auto 0;
  }
  .section--schedule .tab--nav {
    padding: 0 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .section--schedule .tab--nav li {
    padding: 1em 1.5em;
    margin: 0 5px 0 0;
    cursor: pointer;
  }
  .section--schedule .tab--nav li:not(.active):hover {
    opacity: 0.8;
  }
  .section--schedule .tab--nav ul,
  .section--schedule .tab--nav .slick-list {
    overflow: visible;
    position: static;
  }
  .section--schedule .tab--nav .slick-prev {
    width: 60px;
    height: 100%;
    left: 0;
    background: #282828;
    z-index: 99;
  }
  .section--schedule .tab--nav .slick-next {
    width: 60px;
    height: 100%;
    right: 0;
    background: #282828;
  }
  .section--schedule .tab--nav .slick-disabled {
    opacity: 0;
  }
  .section--schedule .tab--contents {
    padding: 50px;
  }
  .section--schedule .tab--contents .list--schedule {
    max-width: 900px;
    margin: 0 auto;
  }
  .section--schedule .tab--contents .list--schedule a .list__date {
    font-size: 40px;
    line-height: 100px;
  }
  .section--schedule .tab--contents .list--schedule a .list__week {
    font-size: 18px;
  }
  .section--schedule .tab--contents .list--schedule a .list__store {
    font-size: 24px;
    font-weight: 900;
    padding: 25px 25%;
  }
  .section--schedule .tab--contents .list--schedule a .list__score {
    font-size: 36px;
    line-height: 100px;
  }
}
@media screen and (max-width: 900px) {
  .section--schedule {
    padding: 0 0 70px;
    margin: 0 auto;
  }
  .section--schedule .tab--nav {
    padding: 0 0 0 5%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .section--schedule .tab--nav li {
    padding: 1em;
    margin: 0 1px 0 0;
  }
  .section--schedule .tab--contents {
    padding: 20px 0 0;
  }
  .section--schedule .tab--contents .list--schedule li.list__head {
    font-size: 12px;
  }
  .section--schedule .tab--contents .list--schedule a .list__date {
    font-size: 18px;
    line-height: 40px;
  }
  .section--schedule .tab--contents .list--schedule a .list__week {
    font-size: 12px;
  }
  .section--schedule .tab--contents .list--schedule a .list__store {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 25%;
  }
  .section--schedule .tab--contents .list--schedule a .list__score {
    font-size: 18px;
    line-height: 40px;
  }
}

.loaded .section--schedule.inview {
  opacity: 1;
  transform: translateY(0);
}

/* page/top.scss
============================== */
/* loading
----------------------------------- */
.loading {
  display: none;
}

.loading {
  display: block;
  width: 100%;
  height: 100%;
  background: #100e0a;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.loading p {
  width: 100%;
  color: #72694b;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
}

/* report_header
=================================== */
.report_header {
  display: block;
  width: 100%;
  background: #100e0a;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.report_header .tit_store {
  display: block;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .report_header {
    padding: 20px 0;
  }
  .report_header .tit_store {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .report_header {
    padding: 10px 0;
  }
  .report_header .tit_store {
    width: 145px;
  }
}

.loaded .report_header.inview {
  opacity: 1;
  transform: translateY(0);
}

/* store
=================================== */
.section--store {
  display: block;
  background: #282828;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.section--store::after {
  display: table;
  content: "";
  clear: both;
}
.section--store .ph_store {
  float: left;
  line-height: 0;
}
.section--store .txt_area {
  vertical-align: top;
}
.section--store .txt_area .crown_store {
  display: inline-block;
}
.section--store .txt_area .crown_count {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .section--store .txt_area .crown_count .times {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .section--store .txt_area .crown_count .times {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.section--store .btn {
  float: right;
  position: absolute;
  font-weight: 900;
}
.section--store .btn::before {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
}
.section--store .btn::after {
  content: '';
  display: block;
  width: 2px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
}
@media screen and (min-width: 900px) {
  .section--store {
    width: 900px;
    padding: 0;
    margin: 60px auto;
  }
  .section--store .ph_store {
    width: 300px;
    float: left;
    line-height: 0;
  }
  .section--store .ph_store img {
    width: 100%;
  }
  .section--store .txt_area {
    padding: 30px 40px 0 350px;
  }
  .section--store .txt_area .tit_store {
    font-size: 30px;
    line-height: 1.5;
  }
  .section--store .txt_area .crown_store {
    width: 60px;
  }
  .section--store .txt_area .crown_count {
    font-size: 30px;
  }
  .section--store .txt_area .crown_count .times {
    font-size: 25px;
  }
  .section--store .btn {
    right: 0;
    bottom: 0;
  }
  .section--store .btn::before {
    background: #100e0a;
    right: 25px;
    top: 30px;
  }
  .section--store .btn::after {
    background: #100e0a;
    right: 25px;
    top: 24px;
  }
}
@media screen and (max-width: 900px) {
  .section--store {
    width: 100%;
    padding: 20px 5%;
    margin: 0 auto 30px;
  }
  .section--store .ph_store {
    width: 35%;
    float: left;
  }
  .section--store .txt_area {
    display: block;
    padding: 0 0 0 40%;
  }
  .section--store .txt_area .tit_store {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .section--store .txt_area .crown_store {
    width: 26px;
  }
  .section--store .txt_area .crown_count {
    font-size: 18px;
  }
  .section--store .txt_area .crown_count .times {
    font-size: 14px;
  }
  .section--store .btn {
    right: 5%;
    bottom: 20px;
    padding: 0 12px 0 0;
  }
  .section--store .btn::before {
    background: #d4c79b;
    right: 8px;
    top: 14px;
  }
  .section--store .btn::after {
    background: #d4c79b;
    right: 8px;
    top: 8px;
  }
}

.loaded .section--store.inview {
  opacity: 1;
  transform: translateY(0);
}

/* report
=================================== */
.section--report {
  display: block;
  background: #282828;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.section--report .txt_area .date_report {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  .section--report .txt_area .date_report .date {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .section--report .txt_area .date_report .date {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.section--report .txt_area .point_area {
  width: 100%;
  display: block;
  line-height: 1.3;
}
.section--report .txt_area .point_area .point_txt {
  display: inline-block;
  font-weight: 900;
}
@media screen and (min-width: 900px) {
  .section--report .txt_area .point_area .point_txt {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .section--report .txt_area .point_area .point_txt {
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.section--report .txt_area .point_area .point_txt .point_get {
  color: #d4c79b;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.section--report .txt_area .point_area .point_txt .point_sub {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.section--report .txt_area .point_area .point_txt .point {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.section--report .txt_area .point_area .point_crown {
  display: inline-block;
}
.section--report .txt_area::after {
  content: '';
  display: block;
  position: absolute;
}
.section--report .chart_area {
  background: url(../img/bg_radarchart2.png) no-repeat center center;
  background-size: contain;
}
.section--report .ph_area {
  line-height: 0;
}
.section--report .ph_area .ph {
  display: inline-block;
}
.section--report .ph_area .ph:last-child {
  margin: 0;
}
.section--report .ph_area .ph a {
  display: block;
}
.section--report .ph_area .slick-prev,
.section--report .ph_area .slick-next {
  width: 40px;
  height: 40px;
  background: #101010;
  z-index: 10;
}
.section--report .ph_area .slick-dots {
  bottom: -35px;
}
.section--report .ph_area .slick-dots li button {
  width: 10px;
  height: 10px;
}
.section--report .ph_area .slick-dots li button::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.section--report .comment_area {
  display: block;
}
.section--report .comment_area::after {
  display: table;
  content: "";
  clear: both;
}
.section--report .comment_area .person {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.section--report .comment_area .person img{ 
  display: block;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
}  

.section--report .comment_area .person .name {
  display: block;
  width: 150%; 
  margin-left: -25%;
}
.section--report .comment_area .comment_box {
  display: block;
  float: right;
  background: #555555;
  border-radius: 15px;
  position: relative;
}
.section--report .comment_area .comment_box::before {
  content: '';
  display: block;
  width: 15px;
  position: relative;
}
.section--report .comment_area .comment_box .read_more {
  color: #d4c79b;
  text-decoration: underline;
  z-index: 2;
  position: absolute;
  cursor: pointer;
}
.section--report .comment_area .comment_box .comment {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: justify;
}
.section--report .comment_area .comment_box .comment::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
}
.section--report .comment_area .comment_box .comment.is-hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section--report .comment_area .comment_box .read_more.is-show::after {
  content: "\09589\03058\0308b\020\0ff0d";
}
.section--report .comment_area .comment_box .read_more.is-show + .comment::before {
  display: none;
}
@media screen and (min-width: 900px) {
  .section--report {
    width: 900px;
    margin: 60px auto;
    padding: 60px 80px;
  }
  .section--report .txt_area {
    width: 265px;
    float: left;
  }
  .section--report .txt_area .date_report {
    width: 100%;
    font-size: 40px;
    line-height: 1.5;
    margin: 10px 0 50px;
  }
  .section--report .txt_area .date_report .date {
    font-size: 20px;
  }
  .section--report .txt_area .date_report .week {
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  .section--report .txt_area .point_area {
    width: 100%;
  }
  .section--report .txt_area .point_area .point_txt {
    font-size: 20px;
  }
  .section--report .txt_area .point_area .point_txt .point_get {
    font-size: 72px;
  }
  .section--report .txt_area .point_area .point_txt .point_sub {
    font-size: 36px;
  }
  .section--report .txt_area .point_area .point_txt .point {
    font-size: 18px;
  }
  .section--report .txt_area .point_area .point_crown {
    width: 60px;
  }
  .section--report .txt_area::after {
    background: #d4c79b;
    width: 1px;
    height: 340px;
    left: 40%;
    top: 0;
    margin-top: 6%;
  }
  .section--report .chart_area {
    display: inline-block;
    width: 440px;
    margin: 0 0 0 30px;
  }
  .section--report .chart_area .graph {
    width: 100%;
    height: 320px;
  }
  .section--report .ph_area {
    margin: 80px auto 40px;
  }
  .section--report .ph_area .ph {
    width: 30%;
    margin: 0 10px 0 0;
  }
  .section--report .comment_area .person {
    width: 18%;
    padding: 0 10px 0 0;
  }
  .section--report .comment_area .person .name {
    font-size: 16px;
	padding-top: 0.25em;
	line-height: 1.4;
  }
  .section--report .comment_area .comment_box {
    width: 79%;
    padding: 25px 30px 60px;
    position: relative;
  }
  .section--report .comment_area .comment_box::before {
    top: 0;
    left: -46px;
    border-top: 15px solid transparent;
    border-right: 18px solid #555555;
    border-bottom: 18px solid transparent;
  }
  .section--report .comment_area .comment_box .read_more {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 5px;
    padding: .5em 0;
  }
  .section--report .comment_area .comment_box .read_more::after {
    content: "\07d9a\0304d\03092\08aad\03080";
    font-size: 16px;
  }
  .section--report .comment_area .comment_box .comment {
    font-size: 16px;
    margin: -30px 0 0;
  }
  .section--report .comment_area .comment_box .comment::before {
    height: 70px;
  }
  .section--report .comment_area .comment_box .comment.is-hide {
    height: 70px;
  }
}
@media screen and (max-width: 900px) {
  .section--report {
    width: 100%;
    margin: 0 auto 30px;
    padding: 5%;
  }
  .section--report .txt_area {
    width: 100%;
  }
  .section--report .txt_area .date_report {
    width: 100%;
    font-size: 16px;
    line-height: 0;
    margin: 10px 0 50px;
  }
  .section--report .txt_area .date_report .date {
    font-size: 14px;
  }
  .section--report .txt_area .date_report .week {
    font-size: 13px;
    margin: 0 0 0 5px;
  }
  .section--report .txt_area .point_area {
    text-align: center;
  }
  .section--report .txt_area .point_area .point_txt {
    font-size: 13px;
  }
  .section--report .txt_area .point_area .point_txt .point_get {
    font-size: 30px;
  }
  .section--report .txt_area .point_area .point_txt .point_sub {
    font-size: 20px;
  }
  .section--report .txt_area .point_area .point_txt .point {
    font-size: 12px;
  }
  .section--report .txt_area .point_area .point_crown {
    width: 10%;
  }
  .section--report .txt_area::after {
    background: #FFFFFF;
    width: 90%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 5%;
	top: 0;
	margin: 18% 5% 0;
  }
  .section--report .chart_area {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
  }
  .section--report .chart_area .graph {
    width: 100%;
    height: 240px;
    height: 64vw;
    position: relative;
  }
  .section--report .chart_area .graph::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .section--report .ph_area {
    margin: 0 auto 20px;
  }
  .section--report .ph_area .ph {
    /* width: 31%; */
    width: calc(31% - 1px);
    margin: 0 2% 0 0;
  }
  .section--report .ph_area .slick-prev,
  .section--report .ph_area .slick-next {
    width: 30px;
    height: 30px;
  }
  .section--report .ph_area .slick-prev {
    left: -10px;
  }
  .section--report .ph_area .slick-next {
    right: -5px;
  }
  .section--report .ph_area .slick-dots {
    bottom: -25px;
  }
  .section--report .ph_area .slick-dots li {
    width: 10px;
  }
  .section--report .ph_area .slick-dots li button::before {
    width: 6px;
    height: 6px;
  }
  
  .section--report .comment_area .person {
    width: 20%;
    padding: 0 10px 0 0;
  }
  
  .section--report .comment_area .person .name {
    font-size: 11px;
	padding-top: 0.25em;
	line-height: 1.6;
  }
  .section--report .comment_area .comment_box {
    width: 77%;
    padding: 28px 18px 45px;
  }
  .section--report .comment_area .comment_box::before {
    top: 0;
    left: -32px;
    border-top: 8px solid transparent;
    border-right: 10px solid #555555;
    border-bottom: 8px solid transparent;
  }
  .section--report .comment_area .comment_box .read_more {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 10px;
  }
  .section--report .comment_area .comment_box .read_more::after {
    content: "\07d9a\0304d\03092\08aad\03080\020\0ff0b";
    font-size: 14px;
  }
  .section--report .comment_area .comment_box .comment {
    font-size: 14px;
    margin: -30px 0 0;
  }
  .section--report .comment_area .comment_box .comment::before {
    height: 70px;
  }
  .section--report .comment_area .comment_box .comment.is-hide {
    height: 60px;
  }
}

.loaded .section--report.inview {
  opacity: 1;
  transform: translateY(0);
}

/* back
=================================== */
.section--back {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease .2s;
}
.section--back .btn::before {
  content: '';
  background: #FFFFFF;
  display: block;
  width: 2px;
  height: 10px;
  top: 23px;
  transform: rotate(45deg);
  position: absolute;
}
.section--back .btn::after {
  content: '';
  background: #FFFFFF;
  display: block;
  width: 2px;
  height: 10px;
  top: 29px;
  transform: rotate(-45deg);
  position: absolute;
}
@media screen and (min-width: 900px) {
  .section--back {
    margin: 100px auto 30px;
  }
  .section--back .btn::before {
    left: 10px;
  }
  .section--back .btn::after {
    left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .section--back {
    margin: 50px auto 20px;
  }
  .section--back .btn::before {
    left: 30px;
  }
  .section--back .btn::after {
    left: 30px;
  }
}

.loaded .section--back.inview {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 900px) {
  #colorbox {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    margin: -250px 0 0 -320px;
  }
}
@media screen and (max-width: 900px) {
  #colorbox {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    left: 5% !important;
    top: 20% !important;
  }
}

/* report detail 20191204
=================================== */
.detail_area{
	margin-bottom: 10px;
}
.detail_area .da_outer{
	width: 100%;
}
.detail_area .da_outer tr.da_major{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 600px){
	.detail_area .da_outer tr.da_major span{
		display: none;
	}
}
.detail_area .da_outer .da_caption{
	border-right: 1px #d4c79b solid;
	color: #d4c79b;
}
.detail_area .da_outer .da_caption p {
	display: none;
}
@media screen and (max-width: 600px){
	.detail_area .da_outer .da_caption{
		font-size: 95%;
	}
	.detail_area .da_outer .da_caption span {
		display: none;
	}
	.detail_area .da_outer .da_caption p {
		display: block;
	}
}

.detail_area .da_outer .da_score{
	width: 3em;
	text-align: right;
}
.detail_area .da_outer .da_data{
	width: 5.8em;
	text-align: right;
}
.detail_area .da_outer .da_desc{
	width: 19em;
	text-align: right;
	font-size: 80%;
	color: #9e9e9e;
}
@media screen and (max-width: 600px){
	.detail_area .da_outer .da_data{
		width: 5.6em;
	}
	.detail_area .da_outer .da_desc{
		/* width: 6em; */
		width: 4.5em;
	}	
}
.detail_area .da_outer .da_spacer{
	width: 1em;
}

.detail_area .da_outer .da_button{
	text-align: center;
}
.detail_area .da_outer .da_button a{
	color: #d4c79b;
	text-decoration: underline;
	font-size: 90%;
}
.detail_area .da_outer .da_button a:hover{
	opacity: 0.72;
}
.detail_area .da_outer .da_button a::before{
	display: inline;
}

.detail_area[data-state="close"] .da_outer .da_button a::before{
	content: "\08A73\03057\0304F\0898B\0308B";
}
.detail_area[data-state="open"] .da_outer .da_button a::before{
	content: "\09589\03058\0308B\03000\0FF0D";
}
@media screen and (max-width: 600px){
	.detail_area .da_outer .da_button{
		text-align: right;
	}	
	.detail_area[data-state="close"] .da_outer .da_button a::before{
		content: "\08A73\07D30";
	}
	.detail_area[data-state="open"] .da_outer .da_button a::before{
		content: "\09589\03058\0308B";
	}
}

.detail_area .da_inner table tr.dat_space td {
	font-size: 40%;
}
@media screen and (max-width: 600px){
	.detail_area .da_inner table tr.dat_space td {
		font-size: 20%;
	}
}


.detail_area .da_outer .da_list >td{
	padding-left: 1em;
}
.detail_area .da_inner{
	font-size: 90%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.detail_area .da_inner table{
	width: 100%;
}
.detail_area .da_inner .dat_no{
	width: 5em;
	padding-right: 0.5em;
	border-right: 1px #d4c79b solid;
	text-align: right;
	vertical-align: top;
	color: #d4c79b;
}
.detail_area .da_inner .dat_name{
	position: relative;
	overflow: hidden;
	padding: 0 0.5em;
}
.detail_area .da_inner .dat_name div{
	position: absolute;
	overflow: hidden;
	left: 0.5em; top: 0; width: calc(100% - 1em); height: 100%;
	word-break: keep-all;
	white-space: nowrap;
}
.detail_area .da_inner .dat_name div span{
	display: inline-block;
}
.detail_area .da_inner .dat_name[data-inview="true"] div span{
	animation: marquee_detail 12.5s infinite linear;
}
@keyframes marquee_detail{
	0%, 50%{transform: translateX(0);}
	72.5%,77.49%{transform: translateX(-100%);}
	77.5%{transform: translateX(100%);}
	100%{transform: translateX(0);}
}
.detail_area .da_inner .dat_pt{
	width: 6.5em;
	padding: 0 0.5em;
	text-align: right;
}
.detail_area .da_inner .dat_rate{
	width: 9.2em;
	padding-left: 0.5em;
	text-align: right;
	font-size: 90%;
	color: #9e9e9e;
}
@media screen and (max-width: 600px){
	.detail_area .da_inner table tr{
		display: grid;
		grid-template-columns: 5em 1fr 7.5em;
		grid-template-rows: 1fr 1fr;
	}
	.detail_area .da_inner .dat_no{
		display: block;
		grid-column: 1/2;
		grid-row: 1/3;
	}
	.detail_area .da_inner .dat_name{
		display: block;
		grid-column: 2/4;
		grid-row: 1/2;
	}
	.detail_area .da_inner .dat_pt{
		display: block;
		grid-column: 2/3;
		grid-row: 2/3;
		justify-self: end;
	}
	.detail_area .da_inner .dat_rate{
		display: block;
		grid-column: 3/4;
		grid-row: 2/3;
		justify-self: end;
	}
}


.desc-area {
	display: block;
	margin-bottom: 30px;
}	
.desc-area p {
	display: none;
}
.desc-area span {
	display: block;
}
.desc-area span {
	text-align: right;
	font-size: 70%;
	color: #9e9e9e;		
}

@media screen and (max-width: 600px){
	.detail_area{
		margin-bottom: 5px;
	}
	.desc-area {
		display: block;
		margin-bottom: 30px;
	}
	.desc-area p {
		display: block;
		text-align: right;
		font-size: 70%;
		color: #9e9e9e;		
	}

}
