@font-face {
  font-family: Kokoro;
  src: url("Kokoro.otf") format("opentype"); }
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, asidezr, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #222;
  text-decoration: none;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 2em;
  background-color: #f1e9d8; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  vertical-align: bottom; }

video {
  vertical-align: bottom; }

p {
  margin-bottom: 0.5em; }

a:hover {
  opacity: 0.7; }

video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; }

br.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    br.sp {
      display: block; } }

br.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    br.pc {
      display: none; } }

#wrapper {
  background-size: cover;
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    #wrapper {
      padding-top: 160px; } }

#global_site_title {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #global_site_title {
      width: 85%;
      margin: 0 auto 160px; } }

#global_en_title {
  text-align: center; }
  #global_en_title img {
    width: 80%; }
  @media screen and (max-width: 768px) {
    #global_en_title {
      width: 95%;
      margin: 0 auto; } }

#global_contents {
  background: url(../images/global_bg_contents.png) 0 0 repeat;
  overflow: hidden;
  padding: 30px 0 40px;
  margin-top: -35px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #global_contents {
      margin-top: -6px; } }

.global_contents_lead {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  /* &:before {
      content: "";
      position: absolute;
      display: block;
      border: transparent 10px solid;
      border-top: #ca1e1c 10px solid;
      bottom: 0;
      left: 50%;
      margin-left: -6px;
  }*/ }
  @media screen and (max-width: 768px) {
    .global_contents_lead {
      font-size: 14px;
      padding-bottom: 33px; } }

.global_contents_list {
  width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .global_contents_list {
      width: 90%; } }
  .global_contents_list li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 230px;
    background: url(../images/global_bg_banner.jpg) 0 0 no-repeat;
    box-shadow: 2px 2px 4px #000; }
    @media screen and (max-width: 768px) {
      .global_contents_list li {
        float: none;
        width: 100%;
        margin: 0 0 20px; } }
    .global_contents_list li a {
      display: block;
      line-height: 1.5em;
      padding-top: 12px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .global_contents_list li a {
          padding: 0;
          overflow: hidden; } }
      .global_contents_list li a img {
        padding-top: 8px; }
        @media screen and (max-width: 768px) {
          .global_contents_list li a img {
            width: 30%;
            display: block;
            float: left;
            margin-left: 4%;
            padding: 0; } }
      @media screen and (max-width: 768px) {
        .global_contents_list li a .list_title {
          display: block;
          float: right;
          width: 63%;
          margin-left: 3%;
          font-size: 14px;
          line-height: 1.3em;
          padding-top: 12px;
          text-align: left; } }
      .global_contents_list li a .list_txt {
        padding: 8px 0;
        display: block; }
        @media screen and (max-width: 768px) {
          .global_contents_list li a .list_txt {
            float: right;
            width: 63%;
            margin-left: 3%;
            font-size: 16px;
            text-align: left; } }
    .global_contents_list li:last-child {
      margin-right: 0; }

.stamp {
  opacity: 0; }

.animate {
  animation: stamp .8s ease-in 1 forwards; }

@keyframes stamp {
  0% {
    opacity: 0;
    transform: translate(0px, 0px) scale(3) rotate(30deg); }
  60% {
    opacity: 1.0;
    transform: translate(0px, 0px) scale(1) rotate(0deg); }
  70% {
    transform: translate(0px, 0px) scale(1) rotate(0deg); }
  75% {
    transform: translate(4px, 4px) scale(1) rotate(0deg); }
  80% {
    transform: translate(3px, -3px) scale(1) rotate(0deg); }
  85% {
    transform: translate(-3px, 3px) scale(1) rotate(0deg); }
  90% {
    transform: translate(-2px, -2px) scale(1) rotate(0deg); }
  95% {
    transform: translate(2px, 2px) scale(1) rotate(0deg); }
  100% {
    opacity: 1.0;
    transform: translate(0px, 0px) scale(1) rotate(0deg); } }
