@charset "UTF-8";
/* 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, aside, 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; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

a {
  text-decoration: none; }

.showUp.delighter {
  opacity: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px); }
  .showUp.delighter.started {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.delay.delighter {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.blockFadeIn-right.delighter {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.blockFadeIn-right.delighter.started:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -webkit-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.blockFadeIn-left.delighter {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.blockFadeIn-left.delighter.started:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -webkit-animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.blockFadeIn {
  line-height: 1;
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*keyframesの設定 */
/*文字が消えている状態から現れるアニメーション */
/*はじめにブロックを伸ばすアニメーション */
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 100%; }
  100% {
    width: 0; } }
@keyframes secondaryImageOverlayIn {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

/*伸びたブロックを横に追いやるアニメーション */
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%); } }

@media screen and (min-width: 801px) {
  .scroll {
    display: none; } }

@media screen and (max-width: 800px) {
  .scroll span {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .scroll span::before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      -webkit-transform: translate(0, 20px);
      transform: translate(0, 20px);
      opacity: 0; }
    100% {
      opacity: 0; } } }

.mlml {
  opacity: 0;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.mlml.show {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.contact-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .contact-button::before, .contact-button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .contact-button::before, .contact-button::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#loader-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #333;
  z-index: 1000; }

#main-contents {
  text-align: center;
  margin-top: 20%; }

.boll-animation01 {
  position: absolute;
  bottom: 425px;
  right: 100px;
  z-index: 1;
  opacity: 0; }
  @media screen and (max-width: 800px) {
    .boll-animation01 {
      width: 180px;
      bottom: 445px;
      right: 0; } }

.boll-animation02 {
  position: absolute;
  bottom: -160px;
  right: 0px; }
  @media screen and (max-width: 800px) {
    .boll-animation02 {
      width: 390px;
      right: -80px;
      bottom: -130px; } }

html {
  overflow-x: hidden; }

body {
  font-family: 'Sorts Mill Goudy', "Noto Serif CJK JP", "Noto Serif", serif;
  font-size: 1.6em;
  line-height: 1.7;
  overflow-x: hidden;
  color: #333; }

p {
  font-family: 'Arial',sans-serif; }
  p .open {
    height: 100vh; }

@media screen and (max-width: 800px) {
  p {
    font-size: .8em; } }

@media screen and (min-width: 801px) {
  .br-sp {
    display: none; } }

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

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px; }

.line {
  display: inline-block;
  position: relative; }
  .line::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .line.delighter.started::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.white-line {
  position: relative; }
  .white-line::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .white-line.delighter.started::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

.shadow {
  position: fixed;
  top: 0;
  z-index: 1;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8); }

.header-block {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  .header-block > .logo {
    margin-left: 50px; }
  .header-block > .lang {
    margin-right: 50px; }

@media screen and (max-width: 800px) {
  .header-block > .logo {
    margin-left: 20px; } }

.nav-button {
  display: none; }

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: 1em;
  margin-left: -220px; }
  .nav-wrap > .nav {
    margin-left: 38%; }
  .nav-wrap.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-wrap.close {
    display: none; }

@media screen and (min-width: 801px) {
  .nav-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 800px) {
  .nav-button {
    display: block;
    cursor: pointer;
    z-index: 11; }
  .nav-wrap {
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: -30px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    margin: 0; }
    .nav-wrap .nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      position: absolute;
      top: 10%;
      margin: 0; }
      .nav-wrap .nav .item {
        margin: 0;
        padding: 1em 0;
        font-size: 1em; }
    .nav-wrap .lang {
      position: absolute;
      top: 75%; }
      .nav-wrap .lang .item {
        font-size: .6em;
        width: 38px;
        height: 38px;
        line-height: 38px; }
        .nav-wrap .lang .item:not(:last-child) {
          margin-right: 3em; }
  .nav-button {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -4px;
    right: 1em;
    width: 22px;
    height: 19px; }
    .nav-button span {
      display: inline-block;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 0px; }
      .nav-button span:nth-of-type(1) {
        top: 0; }
      .nav-button span:nth-of-type(2) {
        top: 8px; }
      .nav-button span:nth-of-type(3) {
        bottom: 0; }
    .nav-button.active span:nth-of-type(1) {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      -ms-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg); }
    .nav-button.active span:nth-of-type(2) {
      opacity: 0; }
    .nav-button.active span:nth-of-type(3) {
      -webkit-transform: translateY(-8.5px) rotate(45deg);
      -ms-transform: translateY(-8.5px) rotate(45deg);
      transform: translateY(-8.5px) rotate(45deg); } }

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nav-list > .item {
    color: #fff;
    font-size: .6em; }

@media screen and (min-width: 801px) {
  .nav-list > .item:not(:last-child) {
    margin-right: 2em; } }

.lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lang-list > .item {
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 39px;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 1px #fff;
    font-size: .5em; }
    .lang-list > .item:not(:last-child) {
      margin-right: .7em; }

.hero-section {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden; }
  .hero-section > .video {
    position: absolute;
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    z-index: -1; }
  .hero-section > .herotext {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@media screen and (max-width: 800px) {
  .hero-section {
    height: 100vh; } }

@media screen and (max-width: 800px) {
  .hero-section > .video {
    height: 100vh; } }

.text-block {
  color: #fff;
  text-align: center;
  width: 100%; }
  .text-block > .title {
    font-size: 3em;
    position: relative;
    display: inline-block;
    margin-bottom: .3em;
    font-family: 'Sorts Mill Goudy', "Noto Serif CJK JP", "Noto Serif", serif;
    text-shadow: 3px 4px 1px rgba(61, 61, 61, 0.2);
    line-height: 1.4; }
    .text-block > .title:before {
      content: '';
      position: absolute;
      bottom: 0em;
      display: inline-block;
      width: 240px;
      height: 3px;
      margin: auto;
      right: 0;
      left: 0;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
      transform-origin: center top;
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      -o-transition: transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s;
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s;
      background-color: #fff; }
    .text-block > .title.delighter.started::before {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .text-block > .text {
    font-weight: 300;
    font-family: 'Sorts Mill Goudy', "Noto Serif CJK JP", "Noto Serif", serif;
    text-shadow: 3px 4px 1px rgba(61, 61, 61, 0.2); }

@media screen and (max-width: 800px) {
  .text-block > .title {
    font-size: 2em; } }

@media screen and (max-width: 800px) {
  .text-block > .title:before {
    width: 120px;
    height: 1px; } }

@media screen and (max-width: 800px) {
  .text-block > .text {
    font-size: .8em; } }

.business-section {
  position: relative; }
  .business-section > .title {
    text-align: center;
    font-size: 1.1em;
    padding-top: 2.3em;
    padding-bottom: 1.5em; }
  .business-section > .sport {
    margin-bottom: -15px; }
    .business-section > .sport.delighter.started {
      background: url(../images/sport-block.jpg) no-repeat center top;
      background-size: cover; }
  .business-section > .amuse.delighter.started {
    background: url(../images/amuse-block.jpg) no-repeat center bottom;
    background-size: cover; }

.business-block {
  width: 100%;
  height: 420px; }
  .business-block > .inner > .subtitle {
    padding-top: 3.7em;
    font-size: 1.2em; }
  .business-block > .inner > .text {
    padding-top: 2em;
    line-height: 1.8;
    font-size: .7em; }

@media screen and (max-width: 800px) {
  .business-block > .inner > .subtitle {
    padding-top: 1.6em; } }

.location-section {
  padding-bottom: 4em;
  margin-top: 0em; }
  .location-section > .title {
    text-align: center;
    font-size: 1.1em;
    padding-top: 2.5em;
    padding-bottom: 2em; }
  .location-section > .list01 {
    margin-bottom: 2.1em; }

.list02-block {
  font-weight: 400; }
  .list02-block > .subtitle {
    display: block;
    margin-bottom: 1.5em;
    font-size: .7em;
    font-weight: 700;
    font-family: 'Arial',sans-serif; }
    .list02-block > .subtitle.-line::after {
      border-bottom: solid 3px #000;
      width: 0;
      content: "";
      display: block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .list02-block > .subtitle.-line.delighter.started::after {
      width: 100%; }

.item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .7em;
  padding-bottom: 1em; }
  .item-block:not(:last-child) {
    margin-bottom: 1em; }
  .item-block > .iteml {
    width: 350px;
    font-weight: 700; }
  .item-block > .iteml-sub {
    width: 350px; }
  .item-block.-line {
    position: relative; }
    .item-block.-line::after {
      position: absolute;
      bottom: 6px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #333;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .item-block.-line.delighter.started::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

@media screen and (max-width: 800px) {
  .item-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.blackline {
  border-bottom: solid 1px #000; }

.careers-section > .visual {
  margin-bottom: 3em; }

.careers-visual {
  width: 100%;
  height: 420px;
  background: url(../images/careers-visual.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .careers-visual > .inner > .title {
    font-size: 1.8em;
    margin-bottom: .6em; }
  .careers-visual > .inner > .text {
    font-size: .7em; }

.category-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .category-block > .item {
    width: 45%; }
  .category-block > .subtitle {
    width: 100%; }

@media screen and (max-width: 800px) {
  .category-block > .item {
    max-width: 440px; } }

@media screen and (max-width: 800px) {
  .category-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%; }
    .category-block > .item, .category-block > .subtitle {
      width: 100%; } }

.category-amuse > .subtitle {
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: .8em;
  font-weight: 700; }
  .category-amuse > .subtitle.-line::after {
    border-bottom: solid 3px #000;
    bottom: 2em;
    width: 0;
    content: "";
    display: block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .category-amuse > .subtitle.-line.delighter.started::after {
    width: 100%; }

.category-amuse > .item {
  padding-bottom: .5em;
  font-size: .65em; }
  .category-amuse > .item:not(:last-child) {
    margin-bottom: 1em; }
  .category-amuse > .item.-line::after {
    border-bottom: solid 1px #000;
    bottom: 2em;
    width: 0;
    content: "";
    display: block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .category-amuse > .item.-line.delighter.started::after {
    width: 100%; }

.category-sport {
  margin-bottom: 2em; }
  .category-sport > .subtitle {
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-size: .8em;
    font-weight: 700; }
    .category-sport > .subtitle.-line::after {
      border-bottom: solid 3px #000;
      bottom: 2em;
      width: 0;
      content: "";
      display: block;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .category-sport > .subtitle.-line.delighter.started::after {
      width: 100%; }
  .category-sport > .item {
    padding-bottom: .5em;
    font-size: .65em; }
    .category-sport > .item:not(:last-child) {
      margin-bottom: 1em; }
    .category-sport > .item.-line::after {
      border-bottom: solid 1px #000;
      bottom: 2em;
      width: 0;
      content: "";
      display: block;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .category-sport > .item.-line.delighter.started::after {
      width: 100%; }

.contact-button {
  display: block;
  text-align: center;
  width: 300px;
  height: 80px;
  line-height: 80px;
  margin: 3em auto;
  background: #333;
  border: solid #333 3px;
  font-size: .85em; }
  .contact-button > .text {
    color: #fff; }
    .contact-button > .text:hover {
      color: #333; }
  .contact-button:hover {
    background-color: #fff;
    border-color: #333;
    color: #333; }

@media screen and (max-width: 800px) {
  .contact-button {
    width: 220px;
    height: 75px;
    line-height: 70px;
    margin: 2em auto 2.5em; } }

@media screen and (max-width: 800px) {
  .contact-button > .text {
    font-size: 1em; } }

.about-section {
  background: #c3d4d5;
  padding-bottom: 4em; }
  .about-section * {
    font-size: .9em;
    font-weight: 300; }
  .about-section > .inner > .title {
    display: block;
    text-align: center;
    font-size: 1.5em;
    padding-top: 2.5em;
    padding-bottom: 2em; }
    .about-section > .inner > .title span {
      font-weight: 500; }
      .about-section > .inner > .title span.-line::after {
        border-bottom: solid 1px #000;
        bottom: 2em;
        width: 0;
        content: "";
        display: block;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
      .about-section > .inner > .title span.-line.delighter.started::after {
        width: 100%; }
  .about-section > .inner > .list:first-of-type {
    margin-bottom: 1em; }
  .about-section > .inner > .clients {
    margin-bottom: 1em;
    padding-bottom: 1em; }
  .about-section .subtitle:nth-of-type(1) {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-family: 'Arial',sans-serif; }

.client-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .client-block > .item {
    width: 45%; }
    .client-block > .item:first-of-type {
      margin-bottom: 2em; }
  .client-block > .subtitle {
    width: 100%; }

@media screen and (max-width: 800px) {
  .client-block > .item {
    max-width: 440px; } }

@media screen and (max-width: 800px) {
  .client-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%; }
    .client-block > .item, .client-block > .subtitle {
      width: 100%; } }

.client-list > .client-type {
  margin-bottom: .5em;
  font-weight: 700;
  font-family: 'Arial',sans-serif; }

.client-list > .item {
  line-height: 1.4; }
  .client-list > .item:not(:last-child) {
    margin-bottom: .4em; }
  .client-list > .item.-line {
    border-bottom: solid 1px #000; }

.bnner-list {
  padding-top: 48px;
}
.bnner-list .-pc {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .bnner-list .-pc {
    display: none;
  }
}
.bnner-list .-sp {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .bnner-list .-sp {
    display: block;
  }
}

.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 500px;
  overflow: hidden; }
  .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px; }

.footer-block {
  background: #333;
  padding: .5em 0; }
  .footer-block > .copyright {
    color: #fff;
    text-align: center;
    font-size: .5em; }
