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

使用するカラーをまとめてます
*/
/*
#colors
@メインカラー #e70013
@キーカラー #000000
@アクセントカラー #7b6856
*/
/*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 .header_image {
  position: relative; }

.header .header_bg_pc {
  width: 100%; }

.header h1 {
  position: absolute;
  width: 800px;
  margin: 0 auto;
  bottom: 80px;
  right: 0;
  left: 0; }
  .header h1 img {
    width: 100%; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  /*　for iPhone　*/
  .header .header_image {
    position: relative; }
  .header .header_bg_sp {
    width: 100%; }
  .header .header_bg_pc {
    width: 100%;
    display: none; }
  .header h1 {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    bottom: 50px;
    right: 0;
    left: 0; }
    .header h1 img {
      width: 100%; } }

#footer {
  background-color: black;
  padding: 40px 0 10px; }
  #footer .footer_logo {
    display: block;
    text-align: center; }
    #footer .footer_logo img {
      width: 400px;
      margin: 0 auto; }
  #footer .footer_sns {
    text-align: center;
    margin: 40px auto; }
    #footer .footer_sns .sns_list {
      margin: 0;
      padding: 0; }
      #footer .footer_sns .sns_list li {
        padding: 8px 0; }
      #footer .footer_sns .sns_list a {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: normal;
        color: white;
        line-height: 1; }
        #footer .footer_sns .sns_list a img {
          width: 30px; }
  #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 .footer_logo img {
    width: 280px; }
  #footer adress {
    margin: 50px auto 0; } }

/*module*/
/*
# 各ページごとのスタイル
========================================== */
/*TOPページ*/
/*
Section about
===========================*/
.about {
  padding: 150px 0;
  background-image: url("../img/about_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .about .about_heading {
    margin-top: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: black;
    -webkit-text-stroke: 1px black; }
    .about .about_heading span {
      display: inline-block;
      padding: 5px 10px 3px;
      margin: 5px auto;
      background-color: #b19f6c; }
  .about .about_desc {
    margin-top: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: white; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .about {
    background-position-x: -700px;
    padding: 50px 0; }
    .about .about_heading {
      margin-top: 0px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      -webkit-text-stroke: 0px white; }
      .about .about_heading span {
        display: inline-block;
        padding: 5px 10px 3px;
        margin: 5px auto;
        background-color: #b19f6c; }
    .about .about_desc {
      padding-right: 90px;
      margin-top: 20px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      color: white; } }

/*
Section Play history
===========================*/
.play-history {
  padding: 100px 20px;
  background-image: url("../img/movie_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center; }
  .play-history h2 {
    width: 500px;
    margin: 50px auto 0; }
    .play-history h2 img {
      width: 100%; }
  .play-history a {
    display: block;
    padding: 50px; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .play-history {
    padding: 20px 15px; }
    .play-history h2 {
      width: 250px;
      margin: 30px auto 0; }
      .play-history h2 img {
        width: 100%; }
    .play-history a {
      display: block;
      padding: 20px; } }

/*
Section BIOGRAPHY
===========================*/
.biography {
  padding: 100px;
  box-sizing: border-box;
  background-image: url("../img/bio_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .biography h2 {
    width: 300px;
    margin: 0 auto 100px; }
    .biography h2 img {
      width: 100%; }
  .biography .term_wrapper {
    position: relative; }
  .biography .bio_flow-line {
    position: absolute;
    top: 80px;
    left: -70px; }
    .biography .bio_flow-line img {
      width: 40px;
      height: auto; }
  .biography .bio_label {
    width: 300px;
    margin-top: 0px;
    margin-bottom: 30px; }
    .biography .bio_label img {
      width: 100%; }
  .biography .term_item {
    margin-bottom: 70px; }
    .biography .term_item img {
      width: 100%; }
    .biography .term_item p {
      margin-top: 10px;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      color: black;
      line-height: 2; }
    .biography .term_item p.line-small {
      line-height: 1.4; }
      .biography .term_item p.line-small strong {
        display: inline-block;
        background-color: black;
        color: white;
        margin-bottom: 5px;
        padding: 5px 1px; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .biography {
    padding: 50px 0 20px; }
    .biography h2 {
      margin-bottom: 40px;
      padding: 0 15px;
      width: 250px; }
    .biography .bio_label {
      width: 100%;
      margin-bottom: 10px; }
    .biography .term_wrapper .bio_flow-line {
      display: none; }
    .biography .term_wrapper .col, .biography .term_wrapper .col-sm-12 {
      padding: 5px 10px; }
    .biography .term_item {
      margin-bottom: 40px; }
      .biography .term_item p {
        margin-top: 5px;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: bold;
        color: black;
        line-height: 1.5; }
    .biography .term_m-0 {
      margin-bottom: 0 !important; } }

/*
Section RANKING
===========================*/
.ranking {
  background-image: url("../img/ranking_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .ranking .rank_wrapper {
    background-color: rgba(0, 0, 0, 0.97);
    width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: 200px;
    padding: 50px 20px; }
    .ranking .rank_wrapper img {
      width: 100%; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .ranking {
    padding: 20px 10px; }
    .ranking .rank_wrapper {
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.95);
      width: 90%;
      margin: 0 auto; } }

/*
Section TOUR  HISTORY
===========================*/
.tour-history {
  padding: 100px 20px;
  background-image: url("../img/tour-history_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .tour-history .masters {
    margin-bottom: 50px; }
  .tour-history h2 {
    width: 400px;
    margin: 0 auto 60px; }
    .tour-history h2 img {
      width: 100%; }
  .tour-history .tour_heading {
    margin: 50px auto 20px; }
    .tour-history .tour_heading img {
      width: 80%; }
  .tour-history .tour_photo {
    width: 100%; }
  .tour-history .rank_system {
    margin: 100px auto 20px;
    font-size: 21px;
    font-weight: bold;
    color: white;
    text-align: center; }
  .tour-history .systems {
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05); }
    .tour-history .systems .main_rule {
      padding-left: 70px; }
      .tour-history .systems .main_rule li {
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: normal;
        color: white;
        line-height: 1.7;
        position: relative; }
        .tour-history .systems .main_rule li span {
          display: block;
          width: 30px;
          height: 30px;
          text-align: center;
          border-radius: 100%;
          background-color: #b19f6c;
          font-size: 18px;
          font-weight: bold;
          color: white;
          position: absolute;
          top: 3px;
          left: -50px; }
      .tour-history .systems .main_rule a {
        color: white;
        text-decoration: underline; }
    .tour-history .systems .sub_rule {
      padding-left: 70px; }
      .tour-history .systems .sub_rule li {
        font-size: 13px;
        color: #909090;
        line-height: 1.7; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .tour-history {
    padding: 70px 0px 20px; }
    .tour-history h2 {
      padding: 0 15px;
      margin-bottom: 10px;
      width: 250px; }
    .tour-history .tour_heading {
      margin: 30px auto 0; }
      .tour-history .tour_heading img {
        width: 100%; }
    .tour-history .systems {
      padding: 15px; }
      .tour-history .systems .main_rule {
        padding-left: 55px; }
      .tour-history .systems .sub_rule {
        padding-left: 0px; } }

/*
SectionWT写真
===========================*/
.wt-photo {
  background-color: black;
  padding: 10px 5px; }
  .wt-photo img {
    width: 100%; }

/*
Section RoadToパリ
===========================*/
.road-pari {
  padding: 150px 0;
  background-image: url("../img/pari_bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .road-pari .road-pari_heading {
    margin-top: -50px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px white; }
    .road-pari .road-pari_heading span {
      display: inline-block;
      padding: 5px 10px 3px;
      margin: 5px auto;
      background-color: #101921; }
  .road-pari .road-pari_desc {
    margin: 30px 0 200px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    line-height: 2; }
    .road-pari .road-pari_desc a {
      color: black;
      text-decoration: underline; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .road-pari {
    padding: 30px 0 50px;
    background-position-x: -440px; }
    .road-pari .road-pari_heading {
      margin-top: 0px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      -webkit-text-stroke: 0px white; }
      .road-pari .road-pari_heading span {
        display: inline-block;
        padding: 5px 10px 3px;
        margin: 5px auto; }
    .road-pari .road-pari_desc {
      margin-top: 20px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      color: black;
      line-height: 1.7; } }

/*
Section 公約
===========================*/
.agenda {
  padding: 0 20px 100px;
  background-image: url("../img/agenda_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-top: -300px; }
  .agenda .agenda_heading {
    margin: 200px 0 100px;
    padding-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px white;
    border-left: 10px solid #b19f6c; }
  .agenda .agenda_wrapper {
    position: relative; }
    .agenda .agenda_wrapper .agenda_img {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      border-radius: 100%;
      border: 2px solid #b19f6c;
      background-color: rgba(0, 0, 0, 0.95);
      text-align: center; }
      .agenda .agenda_wrapper .agenda_img img {
        margin-top: 30px;
        width: 45%; }
    .agenda .agenda_wrapper .agenda_desc {
      width: 80%;
      margin: 30px auto 0;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      color: white;
      line-height: 2; }
    .agenda .agenda_wrapper .agenda_line {
      height: 200px;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      top: 20px;
      right: -10px; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .agenda {
    padding: 70px 15px 30px; }
    .agenda .agenda_heading {
      margin: 80px 0 50px;
      padding-left: 20px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      color: white;
      -webkit-text-stroke: 1px white;
      border-left: 10px solid #b19f6c; }
    .agenda .agenda_wrapper .agenda_img {
      width: 130px;
      height: 130px;
      margin: 0 auto; }
      .agenda .agenda_wrapper .agenda_img img {
        margin-top: 20px; }
    .agenda .agenda_wrapper .agenda_line {
      display: none; }
    .agenda .agenda_wrapper .agenda_desc {
      width: 100%;
      margin: 15px auto 40px;
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: bold;
      color: white;
      line-height: 1.5; }
    .agenda .agenda_wrapper .agenda_3 {
      width: 220px; } }

/*
Section パートナー
===========================*/
.partner {
  padding: 100px 0 150px; }
  .partner h2 {
    width: 300px;
    margin: 0 auto 100px; }
    .partner h2 img {
      width: 100%; }
  .partner .logo_wrapper {
    margin: 20px auto;
    text-align: center; }
    .partner .logo_wrapper img {
      width: 80%; }
  .partner .indivi_heading {
    width: 200px;
    margin: 150px auto 50px;
    background: black;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 2; }
  .partner .logo-indivi_wrapper {
    text-align: center; }
    .partner .logo-indivi_wrapper a {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: black;
      text-decoration: underline;
      text-align: center;
      line-height: 2; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .partner {
    padding: 70px 0 50px; }
    .partner h2 {
      width: 240px;
      margin: 0 auto 50px; }
      .partner h2 img {
        width: 100%; }
    .partner .logo_wrapper {
      margin: 20px auto; }
    .partner .indivi_heading {
      margin: 50px auto 30px; }
    .partner .logo-indivi_wrapper a {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; } }

/*
Section スポンサー申込み
===========================*/
.apply {
  padding: 120px 0;
  background-image: url("../img/apply_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .apply .apply_wrapper {
    padding: 0 30px;
    text-align: center; }
    .apply .apply_wrapper .apply_img {
      margin: 20px auto; }
      .apply .apply_wrapper .apply_img img {
        width: 100%; }
    .apply .apply_wrapper .apply_desc {
      margin: 30px auto 0;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: bold;
      color: white;
      line-height: 2;
      text-align: left; }
    .apply .apply_wrapper .apply_btn {
      margin: 40px auto 0; }
      .apply .apply_wrapper .apply_btn a {
        display: inline-block;
        width: 300px;
        height: 60px;
        padding: 18px 20px 10px;
        background-color: #b19f6c;
        border-radius: 40px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        color: white; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .apply {
    padding: 30px 0 0; }
    .apply .apply_wrapper {
      padding: 0; }
      .apply .apply_wrapper .apply_img {
        margin: 20px auto 0; }
      .apply .apply_wrapper .apply_desc {
        width: 100%;
        margin: 15px auto 20px;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: bold;
        color: white;
        line-height: 1.5; }
      .apply .apply_wrapper .apply_btn {
        margin: 10px auto 50px; } }

/*
Section パリへの想い
===========================*/
.mission {
  padding: 50px 0;
  background-image: url("../img/mission_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center; }
  .mission .mission_heading {
    margin-top: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
    -webkit-text-stroke: 1px white; }
    .mission .mission_heading span {
      display: inline-block;
      padding: 5px 10px 3px;
      margin: 5px auto;
      background-color: #101921; }
  .mission .mission_desc {
    margin: 80px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: black;
    line-height: 2; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .mission {
    padding: 50px 0;
    background-position-x: -390px; }
    .mission .mission_heading {
      margin-top: 0px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      -webkit-text-stroke: 0px white; }
      .mission .mission_heading span {
        display: inline-block;
        padding: 5px 10px 3px;
        margin: 5px auto; }
    .mission .mission_desc {
      margin: 20px auto 0;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      color: black;
      line-height: 1.7; } }

/*
Section 今シーズンの結果
===========================*/
.match-result {
  padding: 130px 20px;
  background-image: url("../img/match-result_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }
  .match-result h2 {
    width: 400px;
    margin: 0 auto 100px; }
    .match-result h2 img {
      width: 100%; }
  .match-result .carousel-item img {
    width: 100%; }
  .match-result .carousel-caption {
    text-align: center; }
    .match-result .carousel-caption h5 {
      display: inline;
      margin: 0 auto;
      padding: 2px;
      background-color: rgba(0, 0, 0, 0.6); }
    .match-result .carousel-caption p {
      display: inline-block;
      margin: 5px auto;
      padding: 2px;
      background-color: rgba(0, 0, 0, 0.6); }
  .match-result .carousel-control-next {
    right: -150px; }
  .match-result .carousel-control-prev {
    left: -150px; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .match-result {
    padding: 50px 0; }
    .match-result h2 {
      width: 80%;
      margin: 0 auto 30px; }
      .match-result h2 img {
        width: 100%; }
    .match-result .carousel-control-next {
      right: 0px; }
    .match-result .carousel-control-prev {
      left: 0px; } }

/*
Section 写真ギャラリー
===========================*/
.gallery {
  padding: 130px 20px 100px; }
  .gallery h2 {
    width: 300px;
    margin: 0 auto 60px; }
    .gallery h2 img {
      width: 100%; }
  .gallery .galler_wrapper {
    margin: 15px auto; }
    .gallery .galler_wrapper img {
      width: 100%; }
  .gallery .gallery_btn {
    margin: 40px auto 0;
    text-align: center; }
    .gallery .gallery_btn a {
      display: inline-block;
      width: 300px;
      height: 60px;
      padding: 18px 20px 10px;
      background-color: #b19f6c;
      border-radius: 40px;
      text-align: center;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: white; }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .gallery {
    padding: 50px 0; }
    .gallery .col-6 {
      padding: 5px; }
    .gallery h2 {
      width: 250px;
      margin: 0 auto 40px; }
      .gallery h2 img {
        width: 100%; }
    .gallery .galler_wrapper {
      margin: 0px auto; } }

/*
# responsive
====================================*/
@media screen and (max-width: 768px) {
  .flow {
    padding: 20px; }
    .flow .flow_subcopy {
      margin-bottom: 0px; } }
