@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
==========================================================================*/
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}


/* Document
==========================================================================*/
/*
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15; /* 1*/
  -webkit-text-size-adjust: 100%; /* 2*/
  -webkit-tap-highlight-color: transparent; /* 3*/
}


/* Sections
==========================================================================*/
/*
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/*
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}


/* Vertical rhythm
==========================================================================*/
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}


/* Headings
==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


/* Lists (enumeration)
==========================================================================*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Lists (definition)
==========================================================================*/
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}


/* Grouping content
==========================================================================*/
/*
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1*/
  height: 0; /* 1*/
  overflow: visible; /* 2*/
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/*
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1*/
  font-size: inherit; /* 2*/
}
address {
  font-style: inherit;
}


/* Text-level semantics
==========================================================================*/
/*
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/*
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome,
 Edge,
 IE,
 Opera,
 and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1*/
  text-decoration: underline; /* 2*/
  text-decoration: underline dotted; /* 2*/
}

/*
* Add the correct font weight in Chrome,
 Edge,
 and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1*/
  font-size: inherit; /* 2*/
}

/*
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}


.tgr_title {
  text-transform: none;
  font-style: normal;
}



/* Embedded content
==========================================================================*/
/*
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}


/* Forms
==========================================================================*/
/*
* Reset form fields to make them styleable
* 1. Reset radio and checkbox to preserve their look in iOS.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] { /* 1*/
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] { /* 1*/
  -webkit-appearance: radio;
  appearance: radio;
}

/*
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1*/
  overflow: visible;
}

/*
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1*/
  text-transform: none;
}

/*
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/*
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
* Remove padding
*/
option {
  padding: 0;
}

/*
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/*
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit; /* 2*/
  display: table; /* 1*/
  max-width: 100%; /* 1*/
  padding: 0; /* 3*/
  white-space: normal; /* 1*/
}

/*
* Add the correct vertical alignment in Chrome,
 Firefox,
 and Opera.
*/
progress {
  vertical-align: baseline;
}

/*
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/*
* 1. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
padding: 0; /* 1*/
}

/*
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
* 1. Correct the outline style in Safari.
*/
[type="search"] {
outline-offset: -2px; /* 1*/
}

/*
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1*/
  font: inherit; /* 2*/
}

/*
* Clickable labels
*/
label[for] {
  cursor: pointer;
}


/* Interactive
==========================================================================*/
/*
* Add the correct display in Edge,
 IE 10+,
 and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}


/* Table
==========================================================================*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}


/* Misc
==========================================================================*/
/*
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/*
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}


/* For TGR base styles
==========================================================================
▼更新履歴
* TC_210129
IEでPC表示時svgの一部（OFFICIAL PARTNER）が非表示になる不具合の修正

* TC_210210
assetsに!important追加

* TC_210301
emをfont-style:normalに設定
==========================================================================*/

/* グリッドシステム */
.grid-container-fluid { width: 100%; margin-right: auto; margin-left: auto; }
.grid-container { width: 100%; margin-right: auto; margin-left: auto; }
.grid-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto { position: relative; width: 100%; min-height: 1px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }
.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }
.order-last { -ms-flex-order: 13; order: 13; }
.order-0 { -ms-flex-order: 0; order: 0; }
.order-1 { -ms-flex-order: 1; order: 1; }
.order-2 { -ms-flex-order: 2; order: 2; }
.order-3 { -ms-flex-order: 3; order: 3; }
.order-4 { -ms-flex-order: 4; order: 4; }
.order-5 { -ms-flex-order: 5; order: 5; }
.order-6 { -ms-flex-order: 6; order: 6; }
.order-7 { -ms-flex-order: 7; order: 7; }
.order-8 { -ms-flex-order: 8; order: 8; }
.order-9 { -ms-flex-order: 9; order: 9; }
.order-10 { -ms-flex-order: 10; order: 10; }
.order-11 { -ms-flex-order: 11; order: 11; }
.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: -ms-flexbox !important; display: flex !important; }
.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }
.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }
.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }
.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }
.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }
.align-items-center { -ms-flex-align: center !important; align-items: center !important; }
.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }
.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }
.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

@media (min-width: 769px) {
  .grid-container-fluid { padding-right: 15px; padding-left: 15px; }
  .grid-container { max-width: 1200px; }

  .col-md { -ms-flex-preferred-size: 0;flex-basis: 0; -ms-flex-positive: 1;   flex-grow: 1; max-width: 100%; }
  .col-md-auto { -ms-flex: 0 0 auto;flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 { -ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-md-2 { -ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-md-3 { -ms-flex: 0 0 25%;flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-5 { -ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-md-6 { -ms-flex: 0 0 50%;flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-md-8 { -ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-md-9 { -ms-flex: 0 0 75%;flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-md-11 { -ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-md-12 { -ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%; }

  .order-md-first { -ms-flex-order: -1; order: -1; }
  .order-md-last { -ms-flex-order: 13; order: 13; }
  .order-md-0 { -ms-flex-order: 0; order: 0; }
  .order-md-1 { -ms-flex-order: 1; order: 1; }
  .order-md-2 { -ms-flex-order: 2; order: 2; }
  .order-md-3 { -ms-flex-order: 3; order: 3; }
  .order-md-4 { -ms-flex-order: 4; order: 4; }
  .order-md-5 { -ms-flex-order: 5; order: 5; }
  .order-md-6 { -ms-flex-order: 6; order: 6; }
  .order-md-7 { -ms-flex-order: 7; order: 7; }
  .order-md-8 { -ms-flex-order: 8; order: 8; }
  .order-md-9 { -ms-flex-order: 9; order: 9; }
  .order-md-10 { -ms-flex-order: 10; order: 10; }
  .order-md-11 { -ms-flex-order: 11; order: 11; }
  .order-md-12 { -ms-flex-order: 12; order: 12; }

  .offset-md-0 { margin-left: 0; }
  .offset-md-1 { margin-left: 8.333333%; }
  .offset-md-2 { margin-left: 16.666667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.333333%; }
  .offset-md-5 { margin-left: 41.666667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.333333%; }
  .offset-md-8 { margin-left: 66.666667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.333333%; }
  .offset-md-11 { margin-left: 91.666667%; }

  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

  .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; }
  .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; }
  .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }
  .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }
  .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }
  .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }
  .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }
  .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }
  .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }
  .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }
  .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

  .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }
  .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; }
  .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }
  .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

  .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; }
  .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; }
  .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; }
  .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }
  .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

  .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }
  .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }
  .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; }
  .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }
  .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }
  .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

  .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }
  .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }
  .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }
  .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; }
  .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }
  .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }
}

.full-contents .tgr_2019-inner>.grid-container-fluid:nth-of-type(1),
.full-contents .visual_view + .grid-container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.full-contents .tgr_2019-inner>.grid-container-fluid:nth-of-type(1)>.grid-container,
.full-contents .visual_view + .grid-container-fluid>.grid-container {
  max-width: 100%;
}
.full-contents .tgr_2019-inner>.grid-container-fluid:nth-of-type(1)>.grid-container>.grid-row,
.full-contents .visual_view + .grid-container-fluid>.grid-container>.grid-row {
  display: block;
}
.full-contents #main_visual {
  max-width: 100%;
}
.full-contents #main_visual img {
  width: 100%;
}

/* 打消し */
#main { background: #fff; -webkit-text-size-adjust: 100%; }
#main #contents { width: auto; }
#main #contents-body { padding: 0; }
#main #contents-body .section { background-color: #fff; margin: 0; }

h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dt, dd { margin: 0; }

/* ベースCSS */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i);
@font-face {
  font-family: 'Manifold-Regular';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/manifoldcf-regular.woff') format("woff");
}
@font-face {
  font-family: 'akkurat-mono';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/akkurat-mono.woff') format("woff");
}
@font-face {
  font-family: 'akkurat-light';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/akkurat-light.woff') format("woff");
}
@font-face {
  font-family: 'decimamono-light';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/decimamono-light.woff') format("woff");
}
@font-face {
  font-family: 'DecimaMonoPro';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/decimamonopro.woff') format("woff");
}
@font-face {
  font-family: 'decimamono-probold';
  font-weight: normal;
  font-weight: 400;
  src: url('../decima%20pro%20a%20bold%20oblique.html') format("woff");
}
@font-face {
  font-family: 'DecimaMonoProLt';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/decimamonoprolt.woff') format("woff");
}
@font-face {
  font-family: 'DecimaMonoPro-Bold';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/decimamonopro-bold.woff') format("woff");
}
@font-face {
  font-family: 'DecimaPro';
  font-weight: normal;
  font-weight: 400;
  src: url('../woff/decima-pro.woff') format("woff");
}

body { font-family: "akkurat-mono", YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', Meiryo, 'メイリオ', sans-serif }
body,
p {
  font-size: 13px;
  font-size: 3.4666vw;
  line-height: 1.7;
  color: #000;
}
/* img { max-width: 100%; vertical-align: middle; image-rendering: -webkit-optimize-contrast; } */
img { max-width: 100%; vertical-align: middle; image-rendering:auto; }
a { color: #000; transition-duration: .3s; }
a:hover { opacity: .7; }
a:focus { outline: 0; }
p { }
h1,h2,h3,h4,h5,h6 {
  font-family: "DecimaMonoProLt";
  letter-spacing: -.04em;
  line-height: normal;
}
em { font-style: normal; }

/* assets */
.textL { text-align: left !important; }
.textC { text-align: center !important; }
.textR { text-align: right !important; }
.fc-white { color: #fff !important; }
.fc-black { color: #000 !important; }

.sp_prl-4 { padding-right: 4%; padding-left: 4%; }
.sp_prl-5 { padding-right: 5%; padding-left: 5%; }
.sp_prl-8 { padding-right: 8%; padding-left: 8%; }
.negative-5 { margin-right: -5px; margin-left: -5px; }
.negative-10 { margin-right: -10px; margin-left: -10px; }
.negative-15 { margin-right: -15px; margin-left: -15px; }
.negative-20 { margin-right: -20px; margin-left: -20px; }

.bg_image { position: absolute; top: 0; left: 0%; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }

/* 大見出し */
.kv_tmp_heading { background-color: #000; border-bottom: 15px solid #f2f2f2; }
.kv_tmp_heading .kv { position: relative; }
.kv_tmp_heading .kv_title { position: relative; text-align: left; padding: 93.5% 8% 5%; }
.kv_tmp_heading .kv_title h1 { position: relative; padding-top: 8vw; padding-left: 22px; margin-bottom: 20px; }
.kv_tmp_heading .kv_title h1:before { content: ""; display: block; width: 0; border-left: 3px solid #e60010; position: absolute; top: 0; left: 0; bottom: 0; transform: skew(-15deg); transform-origin: bottom; }
.kv_tmp_heading .kv_title h1 .svg_ttl { position: absolute; top: 0; left: 25px; height: 100%; display: block; }
.kv_tmp_heading .kv_title h1 + p { font-size: 12px; font-size: 3.2vw; color: #fff; }
.kv_tmp_heading .bg_image { height: 100%; }

.kv_tmp_heading.kv_none { background-color: #fff; border-bottom: none; margin-bottom: 40px; }
.kv_tmp_heading.kv_none .bg_image { display: none; }
.kv_tmp_heading.kv_none .kv_title { padding-top: 13.335%; padding-bottom: 0; }

.kv_tmp_heading.kv_none .kv_title h1 {padding-top: 6.8vw; margin-bottom: 15px; }
.kv_tmp_heading.kv_none .kv_title h1 + p { color: #000; font-weight: bold; }


/* ボタン */
.btn { display: inline-block; transform: skew(-15deg); transition: all .3s; overflow: hidden; position: relative; vertical-align: middle; }
.btn:before { content: ""; width: 0; height: 100%; background-color: #e60010; position: absolute; top: 0; left: 0; transition: width .3s; }
.btn > a { font-family: 'DecimaMonoPro', sans-serif; font-style: italic; font-size: 4.8vw; font-weight: normal; line-height: 1; letter-spacing: -0.08em; min-width: 130px; display: block; padding: 14px 40px 14px 20px; transform: skew(15deg); position: relative;
  /*background-image: url(/pages/contents/jp/tgr-asset/image/common/btn_arrow.png); background-repeat: no-repeat; background-position: center right 15px;*/
}
.btn svg { fill: #e60010; position: absolute; top: 50%; right: 10px; transition-duration: .3s; transform: translateY(-50%) scale(0.5); }

.btn.normal a { font-family: inherit; font-size: 15px; font-size: 4vw; font-style: normal; letter-spacing: normal; padding-top: 16px; padding-bottom: 16px; }

.btn.bg-white { background-color: #fff; }
.btn.bg-white > a { color: #000; }
.btn.bg-black { background-color: #000; }
.btn.bg-black > a { color: #fff; }
.btn.btn-more { display: block; float: right; }
.btn.btn-more:before { content: none; }
.btn.btn-more > a { color: #000; font-size: 14px; font-size: 3.7333vw; display: inline-block; min-width: auto; min-width: initial; padding: 10px 35px 10px 15px; }

.btn2 { display: inline-block; transform: skew(-15deg); margin-top: 15px; transition: all .3s; position: relative; vertical-align: middle; background-color: #fff; }
.btn2 > a { font-family: 'DecimaMonoPro', sans-serif; color: #000; font-style: italic; font-size: 18px; font-weight: normal; line-height: 1; letter-spacing: -0.05em; min-width: 150px; display: block; padding: 14px 40px 14px 20px; transform: skew(15deg); position: relative; }
.btn2 > a:after { content: ""; width: 6px; height: 6px; transform:rotate(45deg) translate3d(-100%,30%,1px); border-top: 2px solid #e60010; border-right: 2px solid #e60010; position: absolute; top: 50%; right: 10px; transition-duration: .3s; }

.t-origin_top { transform-origin: top; }
.t-origin_center { transform-origin: center; }
.t-origin_bottom { transform-origin: bottom; }

.anim_btn { max-width: 0; overflow-x: hidden; display: inline-block; transform-origin: bottom; transform: skew(-15deg); background-color: #fff; margin-top: 15px; }
.anim_btn > .btn,
.anim_btn > .btn2 { transform: skew(0); display: block; margin-top: 0; }
.anim_btn > .btn > a,
.anim_btn > .btn2 > a { transform: skew(15deg); }
.view .anim_btn { animation: btn_in .6s both; }
@-webkit-keyframes btn_in {
  from { max-width: 0; }
  to { max-width: 20em; }
}
@keyframes btn_in {
  from { max-width: 0; }
  to { max-width: 20em; }
}

/* カード */
.card-box .card_info { border-bottom: 15px solid #f2f2f2; }
.card-box .card_inr { position: relative; display: block; height: 100%; }
.card-box .card_image { position: relative; }
.card-box .card_image img { width: 100%; }
.card-box .card_category { font-family: 'DecimaMonoPro', sans-serif; color: #fff; font-size: 15px; text-align: center; line-height: 22px; background-color: #e60010; position: absolute; left: 5%; bottom: -11px; transform: skew(-15deg); transform-origin: bottom; min-width: 100px; max-width: 90%; padding: 0 15px; }
.card-box .card_category.lang-en { font-family: 'DecimaMonoPro', sans-serif; }
.card-box .card_category.lang-jp { font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', YuGothic, '游ゴシック', Meiryo, 'メイリオ', sans-serif; }
.card-box .card_category.font_small { font-size: 12px; }
.card-box .card_text { padding-top: 20px; padding-bottom: 75px; }
.card-box .card_catch { color: #e60010; font-size: 12px; font-size: 3.2vw; font-weight: bold; margin-bottom: 10px; }
.card-box .card_ttl { font-size: 16px; font-size: 4.2666vw; font-weight: bold; margin-bottom: 15px; }
.card-box .card_caption { font-size: 12px; font-size: 3.2vw; }
.card-box .card_foot { position: absolute; right: 5%; bottom: 0; left: 5%; border-top: 1px solid #e5e5e5; padding: 5px 0; }
.card-box .card_date { font-family: 'DecimaMonoPro', sans-serif; color: #7f7f7f; display: inline-block; }
.card-box .card_more { font-family: 'DecimaMonoPro', sans-serif; color: #000; font-size: 14px; font-size: 3.7333vw; font-style: italic; position: relative; padding: 10px 25px 10px 15px;}
.card-box .card_more svg { fill: #e60010; position: absolute; top: 50%; right: 0; transition-duration: .3s; transform: translateY(-50%) scale(0.4); }
.card-box .card_tbl { font-size: 12px; font-size: 3.2vw; width: auto; border-left: 2px solid #e60010; text-align: left; margin-top: 15px; }
.card-box .card_tbl th { color: #999; padding-right: .5em; padding-left: .5em; }
.card-box .card_tbl td { color: #000; font-weight: bold; }

.card-box .go_list { padding: 0 4% 40px; background-color: #f2f2f2; }
.card-box .go_list a { color: #000; font-size: 12px;  font-size: 3.2vw; font-weight: bold; text-align: center; display: block; padding: 20px 0; background-color: #fff; position: relative; }
.card-box .go_list svg { transform: translateY(-50%) scale(.5); fill: #e60010; position: absolute; top: 50%; right: 15px; transition-duration: .3s; }

/* 200615 tc改修 */
@media (max-width: 768px) {
  .card-box .news-menu .card_info { border-bottom: none; }
  .card-box .news-menu .card_info .card_inr { display: flex; justify-content: space-between; height: auto; margin: 5% 5% 0 5%; padding: 0 0 5%; border-bottom: 1px solid #f2f2f2; }
  .card-box .news-menu .card_info:nth-child(1) .card_inr { margin-top: 0; }
  .card-box .news-menu .card_info:last-child .card_inr { border-bottom: none; }
  .card-box .news-menu .card_info .card_image { width: 34.5%; position: static; }
  .card-box .news-menu .card_info .card_category { font-size: 10px; font-size: 2.6666vw; line-height: 1; position: absolute; top: 0; right: 0; bottom: auto; left: auto; padding: 0.2em 0.5em; }
  .card-box .news-menu .card_info .card_text { display: flex; flex-direction: column; width: 65.5%; padding: 0; padding-left: 3%; }
  .card-box .news-menu .card_info .card_ttl { font-size: 12px; font-size: 3.2vw; font-weight: bold; margin-bottom: 0; order: 2; }
  .card-box .news-menu .card_info .card_caption { display: none; }
  .card-box .news-menu .card_info .card_foot { position: relative; right: 0; left: 0; padding: 0; border-top: none; order: 1; }
  .card-box .news-menu .card_info .card_date { font-size: 2.7vw; }
  .card-box .news-menu .card_info .card_more { display: none; }
  .card-box .go_list { padding: 40px 4%; }
}
/* end */

/* アコーディオン */
.acordion-box .ac_btn { font-size: 14px; font-size: 3.7333vw; font-weight: bold; border-top: 1px solid #e5e5e5; padding-left: 10px; padding-top: 1em; padding-bottom: 1em; position: relative; cursor: pointer; }
.acordion-box .ac_btn:before { content: ""; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); width: 14px; height: 2px; background-color: #e60010; }
.acordion-box .ac_btn:after { content: ""; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 2px; height: 14px; background-color: #e60010; }
.acordion-box .ac_box { display: none; padding-bottom: 15px; }
.acordion-box .ac_btn.active:after { /*right: 10px; width: 14px; height: 2px;*/ opacity: 0; }

/* tc 221220 追加 */
.tab-switching-wrap.ac_box { display: block; }
/* end */

/* ページ内ナビ */
.local-nav { background-color: #f2f2f2; padding: 5px 5% 20px; }
.local-nav .local-nav_inr { padding: 0 5px; }
.local-nav .local-nav_inr a { font-family: 'DecimaMonoPro', sans-serif; color: #000; font-size: 15px; font-size: 4vw; font-style: italic; line-height: 1; display: block; background-color: #fff; padding: 15px; position: relative; }
.local-nav .local-nav_inr svg { transform: rotate(90deg) translate(-70%,0) scale(.5); fill: #e60010; position: absolute; top: 50%; right: 10px; transition-duration: .3s; }

/* アニメーション */
.anim_fadein,
.anim_fadeup { opacity: 0; }

.view .anim_fadein { animation: fadeIn .6s both; }
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.view .anim_fadeup { animation: fadeInUp .6s both; }
@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}

.view .no_delay { animation-delay: 0s; }
.view .anim_delay-02 { animation-delay: .2s; }
.view .anim_delay-04 { animation-delay: .4s; }
.view .anim_delay-06 { animation-delay: .6s; }
.view .anim_delay-08 { animation-delay: .8s; }
.view .anim_delay-10 { animation-delay: 1s; }

/* 見出し */
h2.heading { position: relative; padding-left: 25px; padding-top: 8vw; }
h2.heading:before { content: ""; display: block; width: 0; border-left: 3px solid #e60010; position: absolute; top: 0; left: 0; bottom: 0; transform: skew(-15deg); transform-origin: bottom; }
h2.heading .svg_ttl { position: absolute; top: 0; left: 25px; height: 100%; display: block; }
h2.heading + p { margin-top: 15px; margin-bottom: 15px; position: relative; }
h2.heading + .tmp_article_image { margin-top: 15px; }

/* 共通エリア */
.content_bottom { background-color: #fff; border-top: 15px solid #f2f2f2; border-bottom: 15px solid #f2f2f2; margin-top: 60px; padding-top: 30px; padding-bottom: 30px; }
.content_bottom h2.heading { padding-top: 6.934vw; min-width: 268px; }
.content_bottom h2.heading .svg_ttl { }
.content-garage { background-color: #fff; border-top: 15px solid #f2f2f2; padding-bottom: 10px; }
.content-garage .image { margin-bottom: 20px; }
.content-garage .garage-ttl { padding: 0 18%; margin-bottom: 15px; }
.content-garage .garage-ttl + p { border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; }
.content-garage .btn-more { margin-top: 5px; }
.content-sns { background-color: #fff; padding: 30px 0; }
.content-sns .sns_menus { margin-top: 30px; }
/*.content-sns .sns_menu { position: relative; }*/
/*.content-sns .sns_menu + .sns_menu:before { content: ""; width: 1px; height: 28px; background-color: #e5e5e5; position: absolute; top: 50%; left: 0; transform: skew(-15deg) translateY(-50%); }*/
.content-sns .sns_menu a { display: block; }
.content-sns .sns_menu .sns_image { padding: 0 16px; margin-bottom: 10px; }
.content-sns .sns_menu span { font-family: 'DecimaMonoPro', sans-serif; font-style: italic; color: #000; display: block; text-align: center; }
.content-magazine { padding: 50px 0; border-top: 15px solid #f2f2f2; }
.content-magazine h2.heading + p { font-size: 12px; font-size: 3.2vw; margin-bottom: 15px; }
.content-magazine .btn_magazine > a { color: #fff; font-size: 12px; font-size: 3.2vw; font-weight: bold; display: block; text-align: center; padding: 20px 0; background-color: #000; position: relative; }
.content-magazine .btn_magazine svg { transform: translateY(-50%) scale(.5); position: absolute; top: 50%; right: 10px; transition-duration: .3s; fill: #e60010; }
.content-magazine .btn_magazinestop { text-align: center; margin-top: 20px; }
.content-magazine .btn_magazinestop > a { font-size: 12px; font-size: 3.2vw; display: inline-block; position: relative; padding-right: 25px; }
.content-magazine .btn_magazinestop svg { transform: translateY(-50%) scale(.5); position: absolute; top: 50%; right: 0; transition-duration: .3s; fill: #e60010; }

.content-box { padding-top: 40px; padding-bottom: 40px; }
.content-box h2.heading { margin-bottom: 30px; }

@media (min-width: 769px) {
  body,
  p { font-size: 14px; }
  .sp_prl-4,
  .sp_prl-5,
  .sp_prl-8 { padding-right: 0; padding-left: 0; }
  .pc_negative-5 { margin-right: -5px; margin-left: -5px; }
  .pc_negative-10 { margin-right: -10px; margin-left: -10px; }
  .pc_negative-15 { margin-right: -15px; margin-left: -15px; }
  .pc_negative-20 { margin-right: -20px; margin-left: -20px; }

  /* 大見出し */
  .kv_tmp_heading { border-bottom: none; }
  .kv_tmp_heading .bg_image { height: 100%; }
  .kv_tmp_heading .kv { padding-top: 215px; padding-bottom: 215px; }
  .kv_tmp_heading .kv_title { padding: 0; text-align: center; }
  .kv_tmp_heading .kv_title h1 { display: inline-block; padding-top: 0; padding-left: 50px; margin-bottom: 35px; }
  .kv_tmp_heading .kv_title h1:before { border-left-width: 4px; }
  .kv_tmp_heading .kv_title h1 .svg_ttl { position: static; height: 58px; filter: drop-shadow(0 0 50px rgba(0,0,0,0.3)); }
  .kv_tmp_heading .kv_title h1 + p { font-size: 14px; line-height: 1.85; }

  .kv_tmp_heading.kv_none { margin-bottom: 60px; }
  .kv_tmp_heading.kv_none .kv { padding: 80px 0 0; }
  .kv_tmp_heading.kv_none .kv_title { max-width: 1200px; text-align: left; padding: 0 15px; margin-right: auto; margin-left: auto; }
  .kv_tmp_heading.kv_none .kv_title h1 { padding-top: 0; padding-left: 35px; margin-bottom: 5px; }
  .kv_tmp_heading.kv_none .kv_title h1 .svg_ttl { height: 40px; }
  .kv_tmp_heading.kv_none .kv_title h1 + p { font-size: 14px; padding-left: 35px; }

  /* ボタン */
  .btn > a { font-size: 18px; }
  .btn.normal a { font-size: 15px; }
  .btn.btn-more > a { font-size: 14px; }

  .btn:hover a { color: #fff; }
  .btn:hover svg { fill: #fff; }
  .btn:hover:before { width: 100%; opacity: 1; transition: .1s; }
  .btn.ov-black:hover { background-color: #000; }
  .btn.ov-black:hover a { color: #fff; }
  .btn.btn-more:hover { background-color: transparent; }
  .btn.btn-more:hover a { color: #e60010; }
  .btn.btn-more:hover svg { fill: #e60010; }

  .btn2:hover { background-color: #e60010; }
  .btn2:hover a { color: #fff; }
  .btn2:hover > a:after { border-color: #fff; }

  /* 見出し */
  h2.heading { padding-left: 30px; padding-top: 0px; }
  h2.heading:before { border-left-width: 4px; }
  h2.heading .svg_ttl { position: static; height: 44px; }
  h2.heading + p { font-size: 14px; margin-top: 25px; margin-bottom: 25px; }
  h2.heading + .tmp_article_image { margin-top: 25px; }

  /* カード */
  .card-box .card_info { padding: 0 15px; margin-bottom: 0; border-bottom: none; margin-bottom: 30px; }
  .card-box .card_info a:hover,
  .card-box .card_inr:hover { opacity: .7; }
  .card-box .card_image { border: 1px solid #ddd; }
  .card-box .card_catch { font-size: 12px; }
  .card-box .card_ttl { font-size: 16px; }
  .card-box .card_caption { font-size: 12px; }
  .card-box .card_tbl { font-size: 12px; }
  .card-box .card_foot { right: 0; left: 0; }
  .card-box .card_more { font-size: 14px; }
  .card-box .go_list { background-color: #fff; padding: 0 10px; }
  .card-box .go_list a { font-size: 14px; background-color: #f2f2f2; }
  .card-box .go_list:hover a { color: #fff; background-color: #000; }
  .card-box .go_list:hover svg { fill: #fff; }

  /* アコーディオン */
  .acordion-box .ac_btn { font-size: 20px; padding-top: 30px; padding-left: 0; padding-bottom: 30px; border-top-width: 3px; border-top-color: #ccc; }
  .acordion-box .ac_btn:before { content: ""; position: absolute; top: -3px; left: 0; width: 20%; height: 3px; background-color: #e60012; transform: translateY(0); }
  .acordion-box .ac_btn:after { content: none; }
  .acordion-box .ac_box { padding-bottom: 30px; }
  .acordion-box .ac_box:last-of-type { padding-bottom: 0; }
  .acordion-box .ac_box .card_image { border: none; }

  /* ページ内ナビ */
  .local-nav { padding-top: 20px; }
  .local-nav .local-nav_inr a { font-size: 16px; text-align: center; }
  .local-nav .local-nav_inr:hover a { color: #fff; background-color: #000; }
  .local-nav .local-nav_inr:hover svg { fill: #fff; }

  /* 共通エリア */
  .content_bottom { overflow: hidden; border-width: 10px; margin-top: 0; padding-top: 50px; padding-bottom: 50px; }
  .content_bottom h2.heading { height: 27px; padding-top: 0; }
  .content_bottom h2.heading .svg_ttl { height: 27px; }
  .content-garage { padding-top: 60px; padding-bottom: 60px; border-top-width: 10px; }
  .content-garage .image { padding-right: 20px; }
  .content-garage .text { padding-left: 20px; }
  .content-garage .image { margin-bottom: 0; }
  .content-garage .garage-ttl { padding-right: 50%; padding-left: 0; }
  .content-sns { padding-bottom: 0; }
  .content-sns .sns_menus { width: 80%; padding: 0; }
  .content-sns .sns_menu { min-width: 68px; }
  .content-sns .sns_menu .sns_image { padding: 0 20%; }
  .content-sns .sns_menu span { transition-duration: .3s; font-size: 12px; }
  .content-sns .sns_menu a:hover span { opacity: .7; }
  .content-magazine { padding: 50px 0 50px 60px; border-top: none; border-left: 5px solid #f2f2f2; }
  .content-magazine h2.heading + p { font-size: 14px; }
  .content-magazine .btn_magazine > a { font-size: 14px; }
  .content-magazine .btn_magazine svg { transform: translateY(-50%) scale(.6); }
  .content-magazine .btn_magazinestop > a { font-size: 12px; }
  .content-magazine .btn_magazine:hover > a { opacity: .7; }

  .content-box { padding-top: 80px; padding-bottom: 80px; }
  .content-box h2.heading { font-size: 48px; padding-top: 0; margin-bottom: 40px; }
  .content-box h2.heading .svg_ttl { height: 35px; }
}


@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  .kv_tmp_heading .kv_title h1 { display: inherit; }
}


.msp-round .msp-inner-section {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.challenge-round .tpl__ttl_sec {
  font-size: 2.6rem;
  letter-spacing: 0;
  padding: 62px 0 52px
}
#tab-switching, .tab-switching {
  background: #e6e6e6
}
#tab-switching .block-head, .tab-menu, .tab-switching .block-head {
  position: relative
}
.tab-menu {
  max-width: 100%;
  padding-top: 15px;
  margin-top: -15px;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 5px solid
}
.tab-menu:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  background-color: hsla(0, 0%, 100%, .3);
  pointer-events: none
}
.tab-menu > li {
  max-width: 7.7%
}
.tab-menu > li a {
  max-width: 100%
}
.tab-menu > li.nolink {
  pointer-events: none
}
.tab-menu > li.nolink span {
  opacity: .2
}
.tab-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 92.5px;
  height: 60px;
  font-weight: 700
}
.tab-menu > li a:after, .tab-menu > li a:before {
  top: 0;
  right: 0
}
.tab-menu > li a:before {
  width: 100%;
  background-color: #fff
}
.tab-menu > li a:after, .tab-menu > li a:before {
  display: block;
  height: 100%;
  content: "";
  position: absolute
}
.tab-menu > li a:after {
  width: 1px;
  background-color: #d9d9d9
}
.tab-menu > li a span {
  display: inline-block;
  position: relative;
  color: #000;
  z-index: 10
}
.tab-menu > li a span:first-of-type {
  font-size: 1.4rem
}
.tab-menu > li a span:nth-of-type(2) {
  font-size: 2rem
}
.tab-menu > li.is-current a:before {
  -webkit-transform: scaleY(1.16);
  transform: scaleY(1.16);
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}
.tab-menu > li.is-current a:after {
  opacity: 0
}
.tab-menu > li.is-current a span {
  color: #fff
}
.tab-menu > li.is-current a span:first-of-type {
  font-size: 1.8rem
}
.tab-menu > li.is-current a span:nth-of-type(2) {
  font-size: 3rem
}
.tab-switching-menu {
  position: relative
}
.tab-switching-menu > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff
}
.tab-switching-menu > li:not(:first-of-type) {
  display: none
}
.tab-switching-menu > li.is-current {
  position: relative
}
.tab-switching-menu.is-pattern2 > li .unit-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0
}
.tab-switching-menu.is-pattern2 > li .unit-head, .tab-switching-menu.is-pattern2 > li .unit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tab-switching-menu.is-pattern2 > li .unit-inner p {
  text-align: left;
  margin-left: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.458
}
.tab-switching-menu.is-pattern2 > li .unit-inner p span {
  font-size: 2rem;
  font-weight: 400
}
.tab-switching-menu.is-pattern2 > li .btn-release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 285px;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}
.tab-switching-menu.is-pattern2 > li .btn-release:after, .tab-switching-menu.is-pattern2 > li .btn-release:before {
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -1px;
  -webkit-transform-origin: right;
  transform-origin: right;
  background-color: #fff
}
.tab-switching-menu.is-pattern2 > li .btn-release:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.tab-switching-menu.is-pattern2 > li .btn-release:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.tab-switching-inner-menu {
  position: relative;
  left: 5px;
  max-width: 920px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0
}
.tab-switching-inner-menu > li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'DecimaMonoPro';
}
.m-line {
  color: #f00;
}
.tab-switching-inner-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 220px;
  height: 70px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}
.tab-switching-inner-menu > li a:after, .tab-switching-inner-menu > li a:before {
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -1px;
  -webkit-transform-origin: right;
  transform-origin: right;
  background-color: #fff
}
.tab-switching-inner-menu > li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.tab-switching-inner-menu > li a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.tab-switching-inner-menu > li a.nolink {
  pointer-events: none;
  opacity: .3
}
.tab-switching-foot-menu {
  max-width: 910px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.tab-switching-foot-menu > li {
  margin-bottom: 15px
}
.tab-switching-foot-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 450px;
  height: 50px;
  font-size: 1.4rem;
  background-color: gray;
  color: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2)
}
.tab-switching-foot-menu > li a:after, .tab-switching-foot-menu > li a:before {
  display: block;
  width: 8px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
  background-color: #fff;
  -webkit-transform-origin: right;
  transform-origin: right
}
.tab-switching-foot-menu > li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.tab-switching-foot-menu > li a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.tab-switching-unit {
  padding: 45px 30px 30px
}
.tab-switching-unit .unit-head {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc
}
.tab-switching-unit .unit-head > p {
  color: #1a1a1a;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px
}
.tab-switching-unit .unit-head > p .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle
}
.tab-switching-unit .unit-head > p span {
  font-size: 2rem;
  font-weight: 400
}
.tab-switching-unit .unit-foot {
  padding-top: 20px
}
.tab-switching-controller {
  display: none
}
.tab-switching-container .head {
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear
}
.tab-switching-container .head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 700;
  background-color: hsla(0, 0%, 100%, .3)
}
.tab-switching-container .head .arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 80px;
  margin-right: 20px
}
.tab-switching-container .head .arrow:after, .tab-switching-container .head .arrow:before {
  display: block;
  width: 12px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  margin: -1px auto 0;
  background-color: #000;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s
}
.tab-switching-container .head .arrow:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 0;
  left: -8px
}
.tab-switching-container .head .arrow:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 0;
  right: -8px
}
.tab-switching-container > li {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .3s linear;
  transition: -webkit-box-shadow .3s linear;
  transition: box-shadow .3s linear;
  transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
  height: 80px
}
.tab-switching-container > li:before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ccc;
  z-index: 10;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}
.tab-switching-container > li.is-active {
  -webkit-box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 -10px 20px -10px rgba(0, 0, 0, .2)
}
.tab-switching-container > li.is-active:before {
  opacity: 0
}
.tab-switching-container > li.is-active .head {
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2)
}
.tab-switching-container > li.is-active .head .arrow:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.tab-switching-container > li.is-active .head .arrow:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.tab-switching-container .tab-switching-wrap {
  padding-top: 45px;
  padding-bottom: 30px
}
.tab-switching-container .tpl__btn_arrow {
  width: 450px;
  margin: 0 auto 30px
}
.msp-topics .tpl__container {
  background-color: #000
}
.msp-topics.is-pattern2 .msp-inner-section {
  padding-bottom: 15px
}
.msp-topics .msp-inner-section {
  padding-bottom: 60px
}
.msp-topics #msp-topics-slider .slick-slide {
  padding: 0 5px
}
.msp-topics #msp-topics-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -60px;
  left: 0;
  margin: 0 auto
}
.msp-topics #msp-topics-slider .slick-dots > li {
  margin: 0 10px;
  background-color: #fff
}
.msp-topics #msp-topics-slider .slick-dots > li.slick-active {
  background-color: red
}
.msp-topics .section-foot {
  margin-top: 60px;
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}
.msp-topics .topics-foot-menu {
  margin-top: 25px;
  margin-right: -10px;
  text-align: center
}
.msp-topics .topics-foot-menu li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px
}
.msp-topics .topics-foot-menu a {
  width: 270px
}
.tpl__news .tpl__container {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.msp-special .slide-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 30px 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 1
}
.msp-special p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.785;
  opacity: .7
}
.msp-special .tpl__btn_arrow {
  margin: 0 auto
}
.msp-special #msp-special-slider .slick-slide {
  padding: 0 15px
}
.msp-special #msp-special-slider .slick-slide img {
  position: relative;
  max-width: 100%;
  height: auto
}
.msp-special #msp-special-slider .slick-slide .cover {
  position: relative
}
.msp-special #msp-special-slider .slick-slide .cover:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000
}
.msp-special #msp-special-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 90px;
  right: 0;
  margin: 0 auto
}
.msp-special #msp-special-slider .slick-dots > li {
  margin: 0 10px;
  background-color: #000
}
.msp-special #msp-special-slider .slick-dots > li.slick-active {
  background-color: red
}
.msp-special #msp-special-slider .slick-next span, .msp-special #msp-special-slider .slick-prev span {
  position: absolute;
  width: 100%;
  height: 22.3vw;
  max-height: 360px;
  top: 0;
  right: 0
}
.msp-special #msp-special-slider .slick-prev span:after, .msp-special #msp-special-slider .slick-prev span:before {
  left: 50px
}
.msp-special #msp-special-slider .slick-next span:after, .msp-special #msp-special-slider .slick-next span:before {
  right: 50px
}
.msp-special #msp-special-slider .slick-next:after, .msp-special #msp-special-slider .slick-next:before, .msp-special #msp-special-slider .slick-prev:after, .msp-special #msp-special-slider .slick-prev:before {
  display: none
}
.msp-information .tpl__container {
  background-color: #333
}
.msp-information .grid-panel-menu {
  max-width: 910px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px
}
.msp-information .tpl__btn_arrow {
  max-width: 450px;
  height: 80px
}
.msp-information .tpl__btn_arrow:first-of-type {
  margin-right: 10px
}
.msp-partner .msp-inner-section {
  background-color: #1a1a1a
}
.msp-partner .msp-inner-section .section-head img {
  max-width: 100%
}
.msp-partner .partner-link-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid hsla(0, 0%, 100%, .2)
}
.msp-partner .partner-link-menu > li {
  margin-top: 20px
}
.sponser-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff
}
.sponser-menu li {
  width: 14.28571%;
  background-color: #1a1a1a
}
.sponser-menu a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}
.sponser-menu a:before {
  width: 1px;
  height: 100%;
  top: 0;
  z-index: 100
}
.sponser-menu a:after, .sponser-menu a:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  background-color: #eee
}
.sponser-menu a:after {
  width: 100%;
  height: 1px;
  bottom: 0;
  z-index: 10
}
.sponser-menu img {
  width: 100%
}
#social-media.is-pattern2 .social-media-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#social-media.is-pattern2 .social-media-menu > li {
  margin-bottom: 10px
}
.msp-sp-add {
  display: none
}
.msp-rally-car .msp-inner-section {
  padding-top: 125px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}
.msp-rally-car .section-body {
  max-width: 500px
}
.msp-rally-car .tpl__ttl_sec_proto {
  text-align: left;
  padding-bottom: 50px
}
.msp-rally-car .tpl__btn_arrow {
  margin-top: 45px;
  margin-left: 0
}
.msp-team-driver .msp-inner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}
.msp-team-driver .msp-inner-section img {
  max-width: 100%
}
.msp-team-driver .team-driver-unit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.msp-team-driver .team-driver-unit .unit-foot {
  max-width: 610px;
  padding-left: 50px;
  text-align: left
}
.msp-team-driver .tpl__ttl_sec_proto {
  text-align: left;
  padding-bottom: 40px
}
.msp-team-driver .tpl__btn_arrow {
  margin-top: 35px;
  margin-left: 0
}
.msp-lets .msp-inner-section {
  text-align: center;
  padding: 210px 0 150px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}
.msp-lets .section-title {
  margin-bottom: 15px;
  font-size: 3.5rem;
  letter-spacing: .1em;
  font-weight: 700
}
.msp-lets p {
  font-size: 1.6rem;
  line-height: 1.875
}
.msp-lets .tpl__btn_arrow {
  margin: 70px auto 0
}
@media screen and (max-width:1024px) {
  .tab-switching-foot-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width:768px) {
  .msp-round .msp-inner-section {
    padding-bottom: 0
  }
  .msp-round .msp-inner-section .tpl__inner {
    padding: 0
  }
  .challenge-round .tpl__ttl_sec {
    padding: 30px 0 22.5px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.78
  }
  .challenge-round .tpl__ttl_sec em {
    display: block;
    font-size: 2rem
  }
  .tab-switching-menu.is-pattern2 > li .unit-head, .tab-switching-menu.is-pattern2 > li .unit-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .tab-switching-menu.is-pattern2 > li .unit-inner p {
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: center
  }
  .tab-switching-menu.is-pattern2 > li .unit-inner p span {
    font-size: 1.4rem
  }
  .tab-switching-menu.is-pattern2 > li .btn-release {
    margin-top: 25px;
    width: 100%;
    max-width: 272.5px
  }
  .tab-menu {
    padding-top: 0;
    padding-left: 50px;
    margin-top: 0;
    overflow-x: auto;
    white-space: nowrap
  }
  .tab-menu:before {
    top: 0
  }
  .tab-menu > li {
    max-width: 100%
  }
  .tab-menu > li > a {
    width: 50px;
    height: 50px
  }
  .tab-menu > li > a span:first-of-type {
    font-size: 1rem
  }
  .tab-menu > li > a span:nth-of-type(2) {
    font-size: 1.7rem
  }
  .tab-menu > li.is-current a:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
  .tab-menu > li.is-current a:after {
    opacity: 0
  }
  .tab-menu > li.is-current a span:first-of-type {
    font-size: 1rem
  }
  .tab-menu > li.is-current a span:nth-of-type(2) {
    font-size: 1.7rem
  }
  .tab-switching-inner-menu {
    max-width: 100%;
    text-align: left;
    left: 0
  }
  .tab-switching-inner-menu > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px
  }
  .tab-switching-inner-menu > li:nth-of-type(2n) {
    margin-right: 0
  }
  .tab-switching-inner-menu > li a {
    width: 100%;
    height: 50px;
    font-size: 1.4rem
  }
  .tab-switching-inner-menu > li a:after, .tab-switching-inner-menu > li a:before {
    right: 15px
  }
  .tab-switching-foot-menu {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .tab-switching-foot-menu > li {
    width: 100%;
    margin-bottom: 5px
  }
  .tab-switching-foot-menu > li a {
    width: 100%;
    height: 40px;
    font-size: 1.4rem
  }
  .tab-switching-unit {
    padding: 25px 15px 10px
  }
  .tab-switching-unit .unit-head {
    padding-bottom: 10px
  }
  .tab-switching-unit .unit-head > p {
    font-size: 1.5rem;
    margin-bottom: 22.5px
  }
  .tab-switching-unit .unit-head > p .icon {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
  }
  .tab-switching-unit .unit-head > p span {
    display: block;
    font-size: 1.4rem
  }
  .tab-switching-unit .unit-foot {
    padding-top: 10px
  }
  .tab-switching-controller {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    pointer-events: none;
    z-index: 10
  }
  .tab-switching-controller:after, .tab-switching-controller:before {
    display: block;
    width: 8px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -1px;
    background-color: #000
  }
  .tab-switching-controller.before {
    left: 0
  }
  .tab-switching-controller.before:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  .tab-switching-controller.before:after {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  .tab-switching-controller.after {
    right: 0
  }
  .tab-switching-controller.after:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  .tab-switching-controller.after:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  .tab-switching-container > li {
    height: 50px
  }
  .tab-switching-container .head a {
    height: 50px;
    font-size: 1.5rem
  }
  .tab-switching-container .head .arrow {
    width: 20px;
    height: 50px;
    margin-right: 10px
  }
  .tab-switching-container .head .arrow:after, .tab-switching-container .head .arrow:before {
    width: 8px
  }
  .tab-switching-container .head .arrow:before {
    left: -5px
  }
  .tab-switching-container .head .arrow:after {
    right: -5px
  }
  .tab-switching-container .tab-switching-wrap {
    padding-top: 15px;
    padding-bottom: 0
  }
  .tab-switching-container .tpl__btn_arrow {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px
  }
  .msp-topics.is-pattern2 {
    padding-bottom: 25px
  }
  .msp-topics .msp-inner-section {
    padding-bottom: 45px
  }
  .msp-topics #msp-topics-slider .slick-next:after, .msp-topics #msp-topics-slider .slick-next:before, .msp-topics #msp-topics-slider .slick-prev:after, .msp-topics #msp-topics-slider .slick-prev:before {
    width: 12.5px
  }
  .msp-topics #msp-topics-slider .slick-next:after, .msp-topics #msp-topics-slider .slick-next:before {
    right: 15px
  }
  .msp-topics #msp-topics-slider .slick-prev:after, .msp-topics #msp-topics-slider .slick-prev:before {
    left: 15px
  }
  .msp-topics #msp-topics-slider .slick-slide {
    padding: 0
  }
  .msp-topics #msp-topics-slider .slick-slide img {
    width: 100%
  }
  .msp-topics #msp-topics-slider .slick-dots {
    height: 45px;
    bottom: -45px
  }
  .msp-topics #msp-topics-slider .slick-dots > li {
    margin: 0 7.5px
  }
  .msp-topics .section-foot {
    margin-top: 45px;
    border-top: 0
  }
  .msp-topics .topics-foot-menu {
    margin: 0
  }
  .msp-topics .topics-foot-menu li {
    display: block;
    margin: 0 0 5px
  }
  .msp-topics .topics-foot-menu a {
    width: 100%;
    max-width: 345px;
    margin: 0 auto
  }
  .msp-special .slide-title {
    font-size: 1.6rem;
    margin: 20px 0
  }
  .msp-special #msp-special-slider .slick-slide {
    padding: 0 10px
  }
  .msp-special #msp-special-slider .slick-next span, .msp-special #msp-special-slider .slick-prev span {
    height: calc(52.8vw - 30px)
  }
  .msp-special #msp-special-slider .slick-next span:after, .msp-special #msp-special-slider .slick-next span:before, .msp-special #msp-special-slider .slick-prev span:after, .msp-special #msp-special-slider .slick-prev span:before {
    width: 12.5px;
    background: #1a1a1a
  }
  .msp-special #msp-special-slider .slick-next span:after, .msp-special #msp-special-slider .slick-next span:before {
    right: 15px
  }
  .msp-special #msp-special-slider .slick-prev span:after, .msp-special #msp-special-slider .slick-prev span:before {
    left: 15px
  }
  .msp-special #msp-special-slider .slick-dots {
    height: 70px
  }
  .msp-special #msp-special-slider .slick-dots > li {
    margin: 0 7.5px
  }
  .msp-information .grid-panel-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px
  }
  .msp-information .tpl__btn_arrow {
    height: 40px
  }
  .msp-information .tpl__btn_arrow:first-of-type {
    margin-right: 0;
    margin-bottom: 10px
  }
  .msp-rally-car .msp-inner-section {
    padding-top: 0;
    background-image: none
  }
  .msp-rally-car .msp-inner-section:before {
    display: block;
    width: 100%;
    height: 66.66667vw;
    content: "";
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
  }
  .msp-rally-car .section-body {
    max-width: 100%
  }
  .msp-rally-car .tpl__ttl_sec_proto {
    text-align: center;
    padding: 35px 0 30px
  }
  .msp-rally-car .tpl__btn_arrow {
    margin: 25px auto 0
  }
  .msp-team-driver .msp-inner-section {
    padding: 0 0 35px
  }
  .msp-team-driver .tpl__inner {
    padding: 0
  }
  .msp-team-driver .team-driver-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .msp-team-driver .team-driver-unit .unit-head, .msp-team-driver .team-driver-unit img {
    width: 100%
  }
  .msp-team-driver .team-driver-unit .unit-foot {
    max-width: 100%;
    padding: 0 15px
  }
  .msp-team-driver .tpl__ttl_sec_proto {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px
  }
  .msp-team-driver .tpl__btn_arrow {
    margin: 22.5px auto 0
  }
  .msp-partner .section-head img {
    max-width: 100%
  }
  .sponser-menu li {
    width: 33.33333%
  }
  .partner-link-menu {
    display: block;
    text-align: center
  }
  .partner-link-menu > li {
    margin-top: 10px
  }
  .partner-link-menu > li img {
    max-width: 175px
  }
  #social-media.is-pattern2 .social-media-section .section-foot .social-media-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto
  }
  #social-media.is-pattern2 .social-media-section .section-foot .social-media-menu .social-media-menu-item {
    max-width: 100%;
    width: 48.5%;
    height: 120px;
    margin-bottom: 10px
  }
  #social-media.is-pattern2 .social-media-section .section-foot .social-media-menu .social-media-menu-item a {
    height: 120px
  }
  #social-media.is-pattern2 .social-media-section .section-foot .social-media-menu .social-media-menu-item a small {
    font-size: 1rem
  }
  .msp-sp-add {
    display: block
  }
  .msp-sp-add .msp-inner-section {
    padding-bottom: 35px
  }
  .msp-sp-add .section-head {
    padding: 10px 0;
    background-color: #262626
  }
  .msp-sp-add .tgr-btn {
    font-size: 1.4rem;
    font-weight: 700;
    max-width: 345px;
    height: 40px;
    margin: 0 auto 5px
  }
  .msp-sp-add .tgr-btn:after, .msp-sp-add .tgr-btn:before {
    right: 10px
  }
  .msp-sp-add .tgr-btn:last-child {
    margin-bottom: 0
  }
  .msp-sp-add .recommend-menu {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
  }
  .msp-sp-add .recommend-menu a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .2)
  }
  .msp-sp-add .recommend-menu a .recommend-thumb, .msp-sp-add .recommend-menu a img {
    width: 97px
  }
  .msp-sp-add .recommend-menu a .recommend-unit {
    padding-left: 10px
  }
  .msp-sp-add .recommend-menu a .recommend-unit p {
    color: #fff;
    font-size: 1.4rem
  }
  .msp-sp-add .recommend-menu a .recommend-unit .unit-head {
    margin-bottom: 10px
  }
  .msp-lets .msp-inner-section {
    padding: 100px 0 60px;
    background-position-x: 80%
  }
  .msp-lets .section-title {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.333;
    letter-spacing: .1em;
    font-weight: 700
  }
  .msp-lets p {
    font-size: 1.6rem;
    line-height: 1.875
  }
  .msp-lets .tpl__btn_arrow {
    margin: 25px auto 0
  }
}
@media screen and (max-width:374px) {
  .tab-switching-foot-menu > li a, .tab-switching-inner-menu > li a {
    font-size: 1.1rem
  }
}


/* colorbox.css */
#colorbox,#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}
#cboxWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  min-width: 35px;
}
#cboxLoadedContent {
  margin-left: -23px;
  padding-left: 23px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,#cboxContent,#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background-color: #000;
  -ms-filter: "alpha(opacity=80)";
  opacity: .8 !important;
}
#colorbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  outline: 0;
}
#cboxContent {
  /* background-color: #fff; */
}
.cboxIframe {
  background-color: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxTitleCopy {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  margin-left: -23px;
  text-align: left;
}
#cboxTitleCopy:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  width: 23px;
  background-color: #fff;
}
#cboxTitleCopy .title{
  display: table-footer-group;
  padding-top: 5px;
  font-size: 22px;
}
#cboxTitleCopy .description {
  display: table-caption;
  padding-bottom: 5px;
  color: #999;
  font-size: 10px;
}
#cboxTitleCopy .title:empty,#cboxTitleCopy .description:empty {
  display: none;
}
#cboxCurrent {
  display: none !important;
}
#cboxLoadingGraphic {
  background: url(../gif/loader.gif) no-repeat center center;
}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0;
}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  visibility: hidden;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -70px;
  background: url(../png/arrow_01.png) no-repeat center top;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  text-indent: -9999px;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: -70px;
  background: url(../png/arrow_02.png) no-repeat center top;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  text-indent: -9999px;
}
#cboxClose {
  position: fixed;
  top: 40px;
  right: 40px;
  background: url(../png/close.png) no-repeat center top;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  outline: none;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.cbox-inner{
  width: 100%;
  max-width: 500px;
}
.cbox-inner .inner-img{
  margin-bottom: 25px;
  line-height: 0;
}
.cbox-inner .inner-img img{
  width: 100%;
}
.cbox-inner h3.title{
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
}
.cbox-inner p.description{
  color: #eee;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #cboxTitleCopy {
    left: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #cboxTitleCopy .title{
    font-size: 12px;
  }
  #cboxTitleCopy .description{
    color: #fff;
    font-size: 12px;
  }
  #cboxTitleCopy:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    background-color: #fff;
  }
  #cboxPrevious {
    left: -38px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url(../png/arrow_01.png);
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -ms-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  #cboxNext {
    right: -38px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-image: url(../png/arrow_02.png);
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -ms-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  #cboxClose {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url(../png/close.png);
    -moz-background-size: 32px 32px;
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    -ms-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  .cbox-inner .inner-img{
    margin-bottom: 10px;
  }
  .cbox-inner h3.title{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .cbox-inner p.description{
    color: #fff;
    font-size: 12px;
  }
}