@charset "UTF-8";
/*
# master
# 全てのscssファイルを読み込み実際にサイトで仕様するmaster.cssを出力する
*/
/*setting*/
/*
#overview
カラー

使用するカラーをまとめてます
*/
/*
#colors
@メインカラー #e70013
@キーカラー #000000
@アクセントカラー #7b6856
*/
@font-face {
  font-family: 'Qonquer';
  src: url(../font/Qonquer.otf); }

/*tool*/
/* ==========================
# 該当ファイル名：無し
# 詳細：使用するmixinを定義
-----
# box-siging
# opacity：IE8以下に対応
# circle：円形にする
# border-radius：ブラウザ対応する
# mixin：IE8以下はpx,モダンブラウザはrem
# box-shadow：ベンダープレフィックスおw省略
# vertical-align：天地中央
# gradient：全ブラウザに最低限で対応
# ghost-button：ホバー時のアニメーション追加
# bg-img：背景画像のスタイリング
 ========================== */
/*base*/
/*charset default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 80%; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

a {
  transition: all  0.3s ease; }
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  a div {
    transition: all  0.3s ease; }
  a div:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, dl {
  list-style: none; }

@media (max-width: 764px) {
  p {
    line-height: 1.7; } }

/*layout*/
p {
  line-height: 1.7;
  letter-spacing: 0.5px; }

/* ===================
Mobile スタイル
==================== */
@media (max-width: 599px) {
  .section {
    padding: 20px 0; } }

.header img {
  width: 100%; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  /*　for iPhone　*/
  .header_bar {
    padding: 15px; }
    .header_bar img {
      width: 160px; }
  .header_cover {
    padding-top: 70px;
    background-image: url("../img/header-bg-sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }
  .header_subcopy {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }
  .header_maincopy {
    margin-bottom: 30px; }
    .header_maincopy img {
      width: 90%; }
  .header_desc {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal; } }

#footer {
  background-color: #121212;
  padding: 40px 0 10px;
  border-bottom: 3px solid #b0000e; }
  #footer .footer_logo {
    display: block;
    width: 200px;
    margin-bottom: 5px; }
  #footer .footer_company {
    font-size: 8px;
    font-size: 0.8rem;
    font-weight: normal;
    color: white;
    letter-spacing: 4px; }
  #footer .menu_heading {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #b0000e;
    font-style: italic; }
  #footer .footer_list {
    margin: 0;
    padding: 0; }
    #footer .footer_list li {
      padding: 8px 0; }
    #footer .footer_list a {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: normal;
      color: white;
      line-height: 1; }
  #footer adress {
    display: block;
    margin: 40px auto 0px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    color: white;
    text-align: center; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  /*　for iPhone　*/
  #footer {
    padding: 20px 0; }
    #footer .footer_logo {
      text-align: center;
      margin: 0 auto; }
    #footer .footer_company {
      display: block;
      text-align: center;
      margin: 5px auto; }
    #footer .menu_heading {
      margin-top: 40px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
    #footer .footer_list a {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: normal; }
    #footer adress {
      margin: 50px auto 0; } }

/*module*/
/*
# 各ページごとのスタイル
========================================== */
/*TOPページ*/
main {
  width: 100%; }

/*
Section about
===========================*/
.about {
  background-image: url("../img/about_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .about .about_wrapper {
    width: 360px;
    margin: 0 auto;
    padding: 60px;
    background-color: rgba(176, 0, 14, 0.9);
    color: white;
    text-align: center; }
    .about .about_wrapper .about_small {
      display: block;
      margin-bottom: 30px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 3px; }
    .about .about_wrapper .about_maincopy {
      display: block;
      margin-bottom: 30px;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.5; }
    .about .about_wrapper .about_description {
      display: block;
      margin: 5px auto;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      text-align: left; }
    .about .about_wrapper .about_btn {
      display: block;
      width: 250px;
      margin: 30px auto 0;
      padding: 10px 20px;
      color: white;
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: normal;
      background-color: none;
      border: white 1px solid;
      border-radius: 5px;
      text-decoration: none; }
      .about .about_wrapper .about_btn:hover {
        background-color: white;
        color: #b0000e; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .about .about_wrapper {
    width: 100%;
    height: 96%;
    margin-top: 10px;
    padding: 40px 20px;
    background-color: rgba(176, 0, 14, 0.8); } }

/*
Section showcase
===========================*/
.showcase {
  padding: 50px 0; }
  .showcase .showcase_heading {
    width: 600px;
    height: auto;
    margin-left: 0;
    margin-bottom: 50px; }
    .showcase .showcase_heading img {
      width: 100%; }
  .showcase .texts_wrapper .texts_head {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #b0000e;
    text-align: left; }
  .showcase .texts_wrapper .texts_bar {
    display: block;
    width: 50px;
    height: 4px;
    margin: 15px 0 20px;
    background: #b0000e;
    text-align: left; }
  .showcase .texts_wrapper .texts_desc {
    display: block;
    margin: 5px auto;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left; }
  .showcase .showcase_wrapper {
    margin-bottom: 50px; }
    .showcase .showcase_wrapper:after {
      display: block;
      clear: both;
      content: ""; }
  .showcase .showcase_texts {
    float: left;
    clear: left;
    width: 500px;
    padding-left: 50px; }
  .showcase .showcase_images {
    width: auto;
    margin-left: 520px; }
    .showcase .showcase_images:after {
      display: block;
      clear: both;
      content: ""; }
    .showcase .showcase_images .showcase_imgwrapepr {
      float: left;
      width: 50%;
      padding: 10px; }
      .showcase .showcase_images .showcase_imgwrapepr:nth-child(2) {
        padding-right: 0; }
      .showcase .showcase_images .showcase_imgwrapepr .showcase_bg1 {
        background-image: url("../img/showcase1.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 260px;
        border-radius: 5px; }
      .showcase .showcase_images .showcase_imgwrapepr .showcase_bg2 {
        background-image: url("../img/showcase2.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 260px;
        border-radius: 5px; }
  .showcase .mainvideo_wrapper {
    background-image: url("../img/main_video1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 350px;
    text-align: center; }
    .showcase .mainvideo_wrapper .mainvideo_link {
      display: block;
      width: 180px;
      margin: 0 auto;
      padding-top: 120px; }
      .showcase .mainvideo_wrapper .mainvideo_link img {
        width: 100%; }
  .showcase .subvideo_wrapper {
    margin-top: 50px;
    background-image: url("../img/sub_video_pc2.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    position: relative; }
    .showcase .subvideo_wrapper .sub1_player {
      position: absolute;
      left: 20%;
      top: 35%;
      display: block;
      width: 70px;
      margin: 0 auto; }
      .showcase .subvideo_wrapper .sub1_player img {
        width: 100%; }
    .showcase .subvideo_wrapper .sub2_player {
      position: absolute;
      right: 20%;
      top: 40%;
      display: block;
      width: 70px;
      margin: 0 auto; }
      .showcase .subvideo_wrapper .sub2_player img {
        width: 100%; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .showcase .showcase_heading {
    width: 80%; }
  .showcase .showcase_texts {
    width: 100%;
    padding: 0 20px; }
  .showcase .showcase_images {
    margin-left: 0; }
    .showcase .showcase_images .showcase_imgwrapepr .showcase_bg1, .showcase .showcase_images .showcase_imgwrapepr .showcase_bg2 {
      height: 100px; }
    .showcase .showcase_images .showcase_imgwrapepr:nth-child(2) {
      padding-right: 10px; }
  .showcase .mainvideo_wrapper {
    height: 200px; }
    .showcase .mainvideo_wrapper .mainvideo_link {
      width: 150px;
      padding-top: 70px; }
  .subvideo_wrapper {
    background-image: url("../img/subvideo_sp.jpg") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    height: 600px !important;
    position: relative; }
    .subvideo_wrapper .sub1_player {
      position: absolute;
      left: 40% !important;
      top: 20% !important;
      display: block;
      width: 70px;
      margin: 0 auto; }
      .subvideo_wrapper .sub1_player img {
        width: 100%; }
    .subvideo_wrapper .sub2_player {
      position: absolute;
      right: 30% !important;
      top: 65% !important;
      display: block;
      width: 70px;
      margin: 0 auto; }
      .subvideo_wrapper .sub2_player img {
        width: 100%; } }

/*
Section owners
===========================*/
.owners {
  margin-bottom: 50px; }
  .owners .texts_wrapper .texts_head {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #b0000e;
    text-align: left; }
  .owners .texts_wrapper .texts_bar {
    display: block;
    width: 50px;
    height: 4px;
    margin: 15px 0 20px;
    background: #b0000e;
    text-align: left; }
  .owners .texts_wrapper .texts_desc {
    display: block;
    margin: 5px auto;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left; }
  .owners .carousel-control-prev {
    left: -50px;
    opacity: 1; }
  .owners .carousel-control-next {
    right: -50px;
    opacity: 1; }
  .owners .prev {
    width: 15px; }
  .owners .next {
    width: 15px; }
  .owners .carousel-item {
    padding: 20px; }
    .owners .carousel-item:after {
      display: block;
      clear: both;
      content: ""; }
    .owners .carousel-item .item {
      width: 50%;
      float: left;
      padding: 10px; }
      .owners .carousel-item .item .item_inner {
        border-radius: 5px;
        border: #b0000e 1px solid;
        text-align: center;
        padding: 20px; }
        .owners .carousel-item .item .item_inner .item_logo {
          width: 100px;
          height: 100px;
          margin: 0 auto; }
        .owners .carousel-item .item .item_inner .item_name {
          display: block;
          margin: 10px auto 20px;
          font-size: 11px;
          font-size: 1.1rem;
          font-weight: bold;
          color: black; }
        .owners .carousel-item .item .item_inner .item_btn {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding: 7px 20px;
          background: #b0000e;
          border-radius: 30px;
          font-size: 10px;
          font-size: 1rem;
          font-weight: normal;
          color: white;
          text-decoration: none; }
          .owners .carousel-item .item .item_inner .item_btn img {
            padding-left: 5px;
            vertical-align: -20%; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .owners .carousel-item .item .item_inner {
    padding: 10px; }
    .owners .carousel-item .item .item_inner .imte_name {
      margin: 10px auto; }
    .owners .carousel-item .item .item_inner .item_btn {
      padding: 5px 0;
      font-size: 6px;
      font-size: 0.6rem;
      font-weight: normal; }
      .owners .carousel-item .item .item_inner .item_btn img {
        display: none; }
  .owners .carousel-control-next {
    right: -15px; }
  .owners .carousel-control-prev {
    left: -15px; } }

/*
Section logo
===========================*/
.logolist {
  padding: 50px; }
  .logolist .logolist_heading {
    display: block;
    margin: 10px auto 0;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
    color: black;
    font-family: Qonquer;
    text-align: center; }
  .logolist .heading_border {
    display: block;
    width: 70px;
    height: 4px;
    margin: 5px auto;
    background: black;
    text-align: center; }
  .logolist .logolist_subcopy {
    display: block;
    margin: 20px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    text-align: center; }
  .logolist .logo_link {
    display: block;
    text-align: center; }
    .logolist .logo_link img {
      margin: 30px auto 20px; }
  .logolist .logo_caption {
    width: 250px;
    min-height: 110px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding: 10px; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .logolist {
    padding: 0px; }
    .logolist .logolist_subcopy {
      margin-bottom: 0px; }
    .logolist .nav:after {
      display: block;
      clear: both;
      content: ""; }
    .logolist .nav-link {
      display: inline-block;
      float: left;
      width: 48%;
      font-size: 11px;
      margin: 0 5px 10px 0 !important; }
    .logolist .logo_wrapper {
      margin: 20px auto; }
      .logolist .logo_wrapper:after {
        display: block;
        clear: both;
        content: ""; }
    .logolist .logo_link {
      float: left;
      width: 100px; }
      .logolist .logo_link img {
        width: 100%;
        margin: 0 auto; }
    .logolist .logo_caption {
      width: auto;
      line-height: 1.5;
      margin-left: 120px;
      border: none; } }

/*
Section flow
===========================*/
.flow {
  padding: 50px;
  background-color: #b0000e; }
  .flow .flow_heading {
    display: block;
    margin: 10px auto 0;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
    color: white;
    font-family: Qonquer;
    text-align: center; }
  .flow .heading_border {
    display: block;
    width: 70px;
    height: 4px;
    margin: 5px auto;
    background: white;
    text-align: center; }
  .flow .flow_subcopy {
    display: block;
    margin: 20px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    text-align: center; }
  .flow .flow_wrapper {
    margin: 80px auto 30px;
    position: relative;
    padding: 20px; }
    .flow .flow_wrapper .flow_item {
      background-color: white;
      border-radius: 10px;
      padding: 10px;
      text-align: center; }
      .flow .flow_wrapper .flow_item .flow_icon {
        text-align: center;
        width: 70px;
        margin: 0 auto; }
      .flow .flow_wrapper .flow_item .flow_title {
        display: block;
        margin: 20px auto 0;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        color: black;
        text-align: center; }
    .flow .flow_wrapper .number {
      width: 30px;
      position: absolute;
      top: -20px;
      left: -20px; }
    .flow .flow_wrapper .triangle {
      width: 20px;
      position: absolute;
      top: 60px;
      right: -25px; }
  .flow .flow_alert {
    display: block;
    margin: 5px auto 0;
    padding-left: 20px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    color: white; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .flow {
    padding: 20px; }
    .flow .flow_subcopy {
      margin-bottom: 30px; }
    .flow .flow_wrapper {
      margin: 10px auto; }
      .flow .flow_wrapper .triangle {
        display: none; }
    .flow .flow_alert {
      padding-left: 0; } }

/*
Section u15
===========================*/
.u15 {
  background-image: url("../img/u15bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .u15 .u15_wrapper {
    width: 360px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center; }
    .u15 .u15_wrapper .u15_small {
      display: block;
      margin-bottom: 30px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 3px; }
    .u15 .u15_wrapper .u15_maincopy {
      display: block;
      margin-bottom: 50px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center; }
    .u15 .u15_wrapper .u15_description {
      display: block;
      margin: 5px auto;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      text-align: left; }
    .u15 .u15_wrapper .u15_list dt {
      float: left;
      clear: left;
      margin: 0 20px 15px 0;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      width: 70px;
      line-height: 1.7;
      text-align: left; }
      .u15 .u15_wrapper .u15_list dt img {
        padding-right: 10px;
        vertical-align: -23%; }
    .u15 .u15_wrapper .u15_list dd {
      float: left;
      margin: 0 0 20px 10px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.7;
      opacity: .8;
      text-align: left; }
    .u15 .u15_wrapper .u15_list:after {
      content: "";
      display: block;
      clear: both; }
    .u15 .u15_wrapper .u15_btn {
      display: block;
      width: 250px;
      margin: 30px auto  0;
      padding: 10px 20px;
      color: white;
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: normal;
      background-color: none;
      border: white 1px solid;
      border-radius: 5px;
      text-decoration: none; }
      .u15 .u15_wrapper .u15_btn:hover {
        background-color: white;
        color: #b0000e; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .u15 .u15_wrapper {
    width: 100%;
    padding: 40px 20px;
    height: 96%;
    margin-top: 10px; } }

/*
Section schedule
===========================*/
.schedule {
  padding: 50px; }
  .schedule .schedule_heading {
    display: block;
    margin: 10px auto 0;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
    color: black;
    font-family: Qonquer;
    text-align: center; }
  .schedule .heading_border {
    display: block;
    width: 70px;
    height: 4px;
    margin: 5px auto;
    background: black;
    text-align: center; }
  .schedule .schedule_subcopy {
    display: block;
    margin: 20px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    text-align: center; }
  .schedule .nav_wrapper {
    margin: 50px auto; }
  .schedule .nav-tabs {
    padding-bottom: 20px; }
  .schedule .nav-link {
    width: 120px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #b0000e !important;
    border-radius: 3px !important;
    color: #b0000e; }
    .schedule .nav-link.active {
      background-color: #b0000e !important;
      color: white !important; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .schedule {
    padding: 20px; }
    .schedule .schedule_subcopy {
      margin-bottom: 0px; }
    .schedule .nav:after {
      display: block;
      clear: both;
      content: ""; }
    .schedule .nav-link {
      display: inline-block;
      float: left;
      width: 48%;
      font-size: 11px;
      margin: 0 5px 10px 0 !important; } }

/*
Section news
===========================*/
.news {
  padding: 30px 0;
  background-color: #b0000e; }
  .news .news_wrapper:after {
    content: "";
    display: block;
    clear: both; }
  .news .news_wrapper .news_heading {
    float: left;
    width: 150px;
    text-align: left; }
    .news .news_wrapper .news_heading h2 {
      margin: 10px auto 0;
      font-size: 48px;
      font-size: 4.8rem;
      font-weight: normal;
      color: white;
      font-family: Qonquer;
      text-align: center; }
    .news .news_wrapper .news_heading span {
      display: inline-block;
      margin-left: 20px;
      width: 3px;
      height: 50px;
      vertical-align: -7%;
      background: white; }
  .news .news_wrapper .news_list {
    float: left;
    width: auto;
    margin-left: 30px; }
    .news .news_wrapper .news_list .news_item {
      margin: 20px auto; }
      .news .news_wrapper .news_list .news_item .news_left {
        float: left;
        width: 80px; }
        .news .news_wrapper .news_list .news_item .news_left .left_time {
          padding: 5px 10px;
          background-color: rgba(0, 0, 0, 0.5);
          font-size: 10px;
          font-size: 1rem;
          font-weight: bold;
          color: white; }
      .news .news_wrapper .news_list .news_item .news_right {
        width: auto;
        margin-left: 100px; }
        .news .news_wrapper .news_list .news_item .news_right .right_desc {
          font-size: 9px;
          font-size: 0.9rem;
          font-weight: normal;
          color: white; }
      .news .news_wrapper .news_list .news_item:after {
        content: "";
        display: block;
        clear: both; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .news .news_wrapper .news_heading {
    float: none; }
  .news .news_wrapper .news_list {
    float: none;
    width: auto;
    clear: both;
    margin-left: 0px;
    margin-top: 20px; } }

/*
Section info
===========================*/
.info {
  background-color: #d1d1d1;
  padding: 50px 0; }
  .info .profile_wrapper .info_heading {
    text-align: center;
    margin-bottom: 30px; }
    .info .profile_wrapper .info_heading h2 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: black;
      letter-spacing: 3px; }
    .info .profile_wrapper .info_heading span {
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      color: black; }
  .info .profile_wrapper .info_body {
    background-color: white; }
    .info .profile_wrapper .info_body:after {
      content: "";
      display: block;
      clear: both; }
    .info .profile_wrapper .info_body .profile_left {
      width: 50%;
      float: left;
      background-image: url("../img/profile_img.png");
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
      width: 50%;
      height: 450px; }
    .info .profile_wrapper .info_body .profile_right {
      width: 50%;
      float: left;
      padding: 70px 70px 30px 0; }
      .info .profile_wrapper .info_body .profile_right .texts_wrapper .texts_head {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #b0000e;
        text-align: left; }
      .info .profile_wrapper .info_body .profile_right .texts_wrapper .texts_bar {
        display: block;
        width: 50px;
        height: 4px;
        margin: 5px 0 30px;
        background: #b0000e;
        text-align: left; }
      .info .profile_wrapper .info_body .profile_right .texts_wrapper .texts_desc {
        display: block;
        margin: 20px auto;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        text-align: left; }
  .info .media_wrapper {
    margin-top: 50px; }
    .info .media_wrapper .info_heading {
      text-align: center;
      margin-bottom: 30px; }
      .info .media_wrapper .info_heading h2 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        color: black;
        letter-spacing: 3px; }
      .info .media_wrapper .info_heading span {
        font-size: 10px;
        font-size: 1rem;
        font-weight: normal;
        color: black; }
    .info .media_wrapper .info_body {
      padding: 70px;
      background-color: white;
      text-align: center; }
      .info .media_wrapper .info_body .media_heading {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #b0000e;
        margin-bottom: 30px; }
      .info .media_wrapper .info_body .media_desc {
        display: block;
        margin: 5px auto;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 2.4; }
      .info .media_wrapper .info_body .media_btn {
        display: block;
        width: 230px;
        margin: 50px auto 0;
        padding: 10px 20px;
        color: white;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: normal;
        background-color: #b0000e;
        border: #b0000e 1px solid;
        border-radius: 5px;
        text-decoration: none; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .info .profile_wrapper .info_body {
    overflow: hidden; }
  .info .profile_wrapper .info_body .profile_left {
    width: 120%;
    height: 350px; }
  .info .profile_wrapper .info_body .profile_right {
    clear: both;
    width: 100%;
    padding: 20px; }
  .info .media_wrapper .info_body {
    padding: 40px 20px; }
    .info .media_wrapper .info_body .media_desc {
      line-height: 1.7;
      text-align: left; } }

/*
Section outline
===========================*/
/*
Section access
===========================*/
.access {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .access .access_wrapper {
    width: 360px;
    padding: 60px 40px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center; }
    .access .access_wrapper .access_small {
      display: block;
      margin-bottom: 30px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 3px; }
    .access .access_wrapper .access_maincopy {
      display: block;
      margin-bottom: 50px;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: bold;
      text-align: center; }
    .access .access_wrapper .access_description {
      display: block;
      margin: 5px auto;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      text-align: left; }
    .access .access_wrapper .access_list dt {
      float: left;
      clear: left;
      margin: 0 20px 15px 0;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      width: 70px;
      line-height: 1.7;
      text-align: left; }
      .access .access_wrapper .access_list dt img {
        padding-right: 10px;
        vertical-align: -23%; }
    .access .access_wrapper .access_list dd {
      float: left;
      margin: 0 0 20px 10px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.7;
      opacity: .8;
      text-align: left; }
    .access .access_wrapper .access_list:after {
      content: "";
      display: block;
      clear: both; }
    .access .access_wrapper .access_btn {
      display: block;
      width: 250px;
      margin: 30px auto 0;
      padding: 10px 20px;
      color: white;
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: normal;
      background-color: none;
      border: white 1px solid;
      border-radius: 5px;
      text-decoration: none; }
      .access .access_wrapper .access_btn:hover {
        background-color: white;
        color: #b0000e; }
  .access.east {
    background-image: url("../img/access_bg.jpg"); }
    .access.east .access_wrapper {
      margin-left: auto; }
  .access.west {
    background-image: url("../img/access_bg2.jpg"); }
    .access.west .access_wrapper {
      margin-right: auto; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .access .access_wrapper {
    width: 100%;
    padding: 40px 20px;
    height: 96%;
    margin-top: 10px; } }

/*
Section entry
===========================*/
.entry {
  padding: 50px;
  background-color: #b0000e; }
  .entry .entry_heading {
    display: block;
    margin: 10px auto 0;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
    color: white;
    font-family: Qonquer;
    text-align: center; }
  .entry .heading_border {
    display: block;
    width: 70px;
    height: 4px;
    margin: 5px auto;
    background: white;
    text-align: center; }
  .entry .entry_subcopy {
    display: block;
    width: 100%;
    margin: 20px auto;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal;
    color: white;
    text-align: center; }
  .entry .entry_wrapper {
    background-color: white;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px; }
    .entry .entry_wrapper .item_logo {
      width: 80%;
      height: auto;
      margin: 0 auto; }
    .entry .entry_wrapper .item_name {
      display: block;
      margin: 10px auto 20px;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      color: black; }
    .entry .entry_wrapper .item_btn {
      display: block;
      width: 250px;
      margin: 0 auto;
      padding: 10px 20px;
      background: #b0000e;
      border-radius: 30px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      color: white;
      text-decoration: none; }
      .entry .entry_wrapper .item_btn img {
        padding-left: 5px;
        vertical-align: -20%; }
    .entry .entry_wrapper .team-btn {
      display: inline-block;
      width: 200px;
      margin: 0 auto;
      padding: 10px 10px;
      background: #b0000e;
      border-radius: 30px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal;
      color: white;
      text-decoration: none; }
      .entry .entry_wrapper .team-btn img {
        padding-left: 5px;
        vertical-align: -20%; }
  .entry .entry_alert {
    display: block;
    margin: 5px auto 0;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: normal;
    color: white; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .entry {
    padding: 20px; }
    .entry .entry_subcopy {
      margin-bottom: 30px; }
    .entry .entry_wrapper {
      margin: 10px auto; }
      .entry .entry_wrapper .triangle {
        display: none; }
      .entry .entry_wrapper .team-btn {
        display: block;
        width: 250px;
        margin: 0 auto 10px;
        padding: 10px 20px;
        background: #b0000e;
        border-radius: 30px;
        font-size: 10px;
        font-size: 1rem;
        font-weight: normal;
        color: white;
        text-decoration: none; }
        .entry .entry_wrapper .team-btn img {
          padding-left: 5px;
          vertical-align: -20%; }
    .entry .entry_alert {
      padding-left: 0; } }
