/* CSS Document */
html {
  color: #444;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Kosugi Maru", sans-serif;
}

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

fieldset,
img {
  border: 0;
  width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

html {
  overflow-y: scroll;
}

div:after {
  content: "";
  display: block;
  clear: both;
}

img,
object {
  vertical-align: top;
  width: 100%;
}

hr {
  display: none;
}

a {
  outline: none;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/* snip */
.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}
.snip figcaption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 0px;
}
.snip p {
  font-size: 0.95rem;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  font-family: nexa;
  padding: 13px 15px 13px;
  box-sizing: border-box;
}
.snip:hover p {
  opacity: 1;
}
.snip img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.55s ease;
}

.snip figcaption:before,
.snip figcaption:after {
  height: 2px;
  width: 500px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.snip figcaption:before {
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.snip figcaption:after {
  bottom: 0;
  right: 0;
  transform: translateX(-100%);
}

.snip figcaption div:before,
.snip figcaption div:after {
  width: 2px;
  height: 400px;
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.snip figcaption div:before {
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.snip figcaption div:after {
  bottom: 0;
  right: 0;
  transform: translateY(-100%);
}

.snip:hover figcaption:before,
.snip.hover figcaption:before,
.snip:hover figcaption:after,
.snip.hover figcaption:after,
.snip:hover figcaption div:before,
.snip.hover figcaption div:before,
.snip:hover figcaption div:after,
.snip.hover figcaption div:after {
  transform: translate(0, 0);
}

.snip:hover figcaption:before,
.snip.hover figcaption:before,
.snip:hover figcaption:after,
.snip.hover figcaption:after {
  transition-delay: 0.3s;
}

.btn {
  padding: 8px 15px;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  border: 2px solid #023467;
  z-index: 1;
  color: #023467;
  background-color: white;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  direction: rtl;
  z-index: -1;
  background: #023467;
  transition: all 0.3s ease;
}
.btn:hover {
  color: white;
}
.btn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.theme-title {
  width: 100%;
  position: relative;
  height: 60vh;
  overflow: hidden;
  color: #fff;
  border-bottom: #023467 5px solid;
  overflow: hidden;
}
.theme-title .pic {
  position: absolute;
  top: -24%;
  left: 0;
  width: 100%;
}
.theme-title .back {
  position: absolute;
  top: -24%;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(35, 24, 21, 0.4);
  height: 60vh;
  z-index: 10;
}
.theme-title .en {
  font-family: Roboto;
  text-align: center;
  font-weight: bold;
  font-size: 3.6rem;
  position: absolute;
  top: -24%;
  left: 0;
  width: 100%;
  top: 42%;
  z-index: 20;
  text-shadow: 4px 4px 2px 2px #000;
}
.theme-title .jp {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  top: -24%;
  left: 0;
  width: 100%;
  top: 62%;
  z-index: 20;
}

.game {
  display: table;
  width: 100%;
  text-align: center;
  border: 1px solid #888;
  padding: 15px;
  margin: 15px 0;
  background: #fff0d9;
}
.game .team {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 27%;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.game .total {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 8%;
  font-size: 1.6rem;
  font-family: Roboto;
}
.game .score {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
  font-size: 0.95rem;
  padding: 0 10px;
}
.game .score .harf {
  display: table;
  width: 100%;
  padding: 8px 0;
}
.game .score .harf:first-child {
  border-bottom: 1px solid #888;
}
.game .score .harf p {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 33.3%;
}
.game .score .harf p:nth-child(1), .game .score .harf p:nth-child(3) {
  font-family: Roboto;
  font-size: 0.95rem;
}

@media only screen and (max-width: 1120px) {
  .theme-title {
    height: 36vh;
    border-bottom: #023467 5px solid;
  }
  .theme-title .pic {
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
  }
  .theme-title .back {
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 36vh;
  }
  .theme-title .en {
    font-size: 3.6rem;
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    top: 35%;
  }
  .theme-title .jp {
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    top: 55%;
  }
  .btn {
    padding: 12px 15px 10px;
    font-size: 0.95rem;
  }
  .game {
    display: table;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .game .team {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 29%;
    font-size: 0.95rem;
    line-height: 1.3rem;
    padding: 0 5px;
  }
  .game .total {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 6%;
    font-size: 1.4rem;
    font-family: Roboto;
  }
  .game .score {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 30%;
    font-size: 0.95rem;
    line-height: 1rem;
    padding: 0 10px;
  }
  .game .score .harf {
    display: table;
    width: 100%;
    padding: 8px 0;
  }
  .game .score .harf:first-child {
    border-bottom: 1px solid #888;
  }
  .game .score .harf p {
    font-size: 0.95rem;
    width: 33.3%;
  }
  .game .score .harf p:nth-child(1), .game .score .harf p:nth-child(3) {
    font-family: Roboto;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 680px) {
  .btn {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
  .game {
    padding: 10px;
  }
  .game .team {
    width: 28%;
    font-size: 0.95rem;
    line-height: 1.3rem;
  }
  .game .total {
    width: 7%;
    font-size: 1.4rem;
    font-family: Roboto;
  }
  .game .score {
    width: 30%;
    font-size: 0.95rem;
    padding: 0 10px;
  }
  .game .score .harf {
    padding: 8px 0;
  }
  .game .score .harf p:nth-child(1), .game .score .harf p:nth-child(3) {
    font-size: 0.925rem;
  }
  .theme-title {
    width: 100%;
    position: relative;
    height: 28vh;
    overflow: hidden;
    color: #fff;
    border-bottom: #023467 5px solid;
    overflow: hidden;
  }
  .theme-title .pic {
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
  }
  .theme-title .back {
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    top: 0;
    background-color: rgba(35, 24, 21, 0.4);
    height: 28vh;
    z-index: 10;
  }
  .theme-title .en {
    font-size: 2.8rem;
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    top: 34%;
  }
  .theme-title .jp {
    font-size: 1.1rem;
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    top: 60%;
    z-index: 20;
  }
}
@media only screen and (max-width: 395px) {
  .btn {
    padding: 12px 15px;
    font-size: 0.925rem;
  }
  .game {
    padding: 10px;
  }
  .game .team {
    width: 29%;
    font-size: 0.925rem;
    line-height: 1.25rem;
  }
  .game .total {
    width: 6%;
    font-size: 1.4rem;
  }
  .game .score {
    width: 30%;
    font-size: 0.9rem;
    padding: 0 10px;
  }
  .game .score .harf {
    padding: 8px 0;
  }
  .game .score .harf p:nth-child(1), .game .score .harf p:nth-child(3) {
    font-size: 0.95rem;
  }
  .theme-title {
    width: 100%;
    position: relative;
    height: 28vh;
    border-bottom: #023467 5px solid;
    overflow: hidden;
  }
  .theme-title .pic {
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
  }
  .theme-title .back {
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    top: 0;
    background-color: rgba(35, 24, 21, 0.4);
    height: 28vh;
  }
  .theme-title .en {
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    top: 33%;
  }
  .theme-title .jp {
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    top: 65%;
  }
}/*# sourceMappingURL=basic.css.map */