@charset "UTF-8";

/* ---------------------------------------------------------------------------------------- */
/* FONT SET
/* ---------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Bold.eot");
  src: url("webfont/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Bold.woff2") format("woff2"), url("webfont/lato/Lato-Bold.woff") format("woff"), url("webfont/lato/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Medium.eot");
  src: url("webfont/lato/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Medium.woff2") format("woff2"), url("webfont/lato/Lato-Medium.woff") format("woff"), url("webfont/lato/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Regular.eot");
  src: url("webfont/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Regular.woff2") format("woff2"), url("webfont/lato/Lato-Regular.woff") format("woff"), url("webfont/lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'LatoWeb';
  src: url("webfont/lato/Lato-Light.eot");
  src: url("webfont/lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("webfont/lato/Lato-Light.woff2") format("woff2"), url("webfont/lato/Lato-Light.woff") format("woff"), url("webfont/lato/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

/* ---------------------------------------------------------------------------------------- */
/* RESET
/* ---------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  font-style: normal;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
/* ---------------------------------------------------------------------------------------- */
fieldset {
  border: none;
}

input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
textarea,
select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  max-width: 100%;
  overflow: hidden;
}

/*
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display:none;
}
select::-ms-value {
color:currentColor;
}
*/
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Specify media element style
/* ---------------------------------------------------------------------------------------- */
img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

/* Acessibility
/* ---------------------------------------------------------------------------------------- */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* Selection
/* ---------------------------------------------------------------------------------------- */
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

/* ---------------------------------------------------------------------------------------- */
/* COMMON
/* ---------------------------------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: .875em;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #585858;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media print,
screen and (min-width: 800px) {
  body {
    font-size: 1em;
  }
}

.no-overflow {
  position: fixed;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.anime {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flt-R {
  float: right;
}

.flt-L {
  float: left;
}

.flt-C {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tb-L {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.tb-R {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.clr-L {
  clear: left;
}

.clr-R {
  clear: right;
}

.clr-B {
  clear: both;
}

.aln-R {
  text-align: right;
}

.aln-C {
  text-align: center;
}

.aln-L {
  text-align: left;
}

.noshow {
  display: none;
}

.clearfix:after,
.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
}

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-box {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.linkbox .readmore,
.lkbx .readmore {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media print,
screen and (min-width: 800px) {
  .onlySMP {
    display: none;
  }
}

.noSMP {
  display: none;
}

@media print,
screen and (min-width: 800px) {
  .noSMP {
    display: inherit;
  }
}

.onlyPC {
  display: none;
}

@media print,
screen and (min-width: 960px) {
  .onlyPC {
    display: inherit;
  }
}

@media print,
screen and (min-width: 800px) {
  .noPC {
    display: none;
  }
}

.notice {
  font-weight: bold;
}

h1,
h2 {
  margin-bottom: 1.5em;
  color: #00324e;
}

h3,
h4 {
  margin-bottom: 1.25em;
  color: #00111b;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
  margin-top: 2em;
}

h5,
h6,
li,
dt,
dd {
  margin-bottom: .5em;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 1.5em;
}

@media print,
screen and (min-width: 576px) {
  h1 {
    font-size: 1.65em;
  }
}

@media print,
screen and (min-width: 800px) {
  h1 {
    font-size: 1.8em;
  }
}

h2 {
  font-size: 1.25em;
}

@media print,
screen and (min-width: 576px) {
  h2 {
    font-size: 1.375em;
  }
}

@media print,
screen and (min-width: 800px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-size: 1.1em;
}

@media print,
screen and (min-width: 576px) {
  h3 {
    font-size: 1.21em;
  }
}

@media print,
screen and (min-width: 800px) {
  h3 {
    font-size: 1.32em;
  }
}

h4 {
  font-size: 1.05em;
  color: #c3d0dc;
}

@media print,
screen and (min-width: 576px) {
  h4 {
    font-size: 1.155em;
  }
}

@media print,
screen and (min-width: 800px) {
  h4 {
    font-size: 1.23375em;
  }
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

.no-mgn-btm {
  margin-bottom: 0 !important;
}

.sml-sp-btm {
  margin-bottom: 0.5rem !important;
}

.fntSS {
  font-size: 0.6875em;
  line-height: 1.5;
}

.fntS {
  font-size: 0.875em;
}

.fntL {
  font-size: 1.125em;
}

.fntLL {
  font-size: 1.375em;
}

.fntBold {
  font-weight: bold;
}

.dsp-b {
  display: block;
}

.dsp-ib {
  display: inline-block;
}

.dsp-tbl {
  display: table;
}

.dsp-tbl>.col {
  display: table-cell;
}

.dsp-fx {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-ib {
  letter-spacing: -.4em;
}

.list-ib>li,
.list-ib>.col {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.list-ib.with-gap li:not(:last-child) {
  margin-right: 2em;
}

@-moz-document url-prefix() {
  .list-ib {
    word-spacing: 0.1em;
  }
}

.list-tbl {
  display: table;
}

.list-tbl>li {
  display: table-cell;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

nav a,
header a,
footer a,
a.no-underline {
  text-decoration: none;
}

a:active,
a:hover {
  color: #888;
}

dt,
dd,
li,
th,
td {
  line-height: 1.5;
}

nav ol,
nav ul,
.no-list-style {
  list-style: none;
}

ol:not(:last-child),
ul:not(:last-child) {
  margin-bottom: 1em;
}

ol ol,
ol ul,
ul ul,
ul ol,
table ul,
table ol {
  margin-bottom: 0;
}

.list-norm,
.page-single ul,
.page-single ol {
  margin-left: 1.75em;
}

.list-norm li,
.page-single ul li,
.page-single ol li {
  margin-bottom: .5em;
}

.list-norm li ol,
.list-norm li ul,
.page-single ul li ol,
.page-single ul li ul,
.page-single ol li ol,
.page-single ol li ul {
  margin-top: .5em;
}

ol.list-norm,
.page-single ol {
  list-style: decimal;
}

ul.list-norm,
.page-single ul {
  list-style: disc;
}

table {
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

table p {
  margin-bottom: 0;
}

.tb-norm {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: .92em;
}

.tb-norm.fullW {
  width: 100%;
}

.tb-norm th,
.tb-norm td {
  padding: .5em;
  border: 1px solid #DDD;
  vertical-align: top;
}

@media print,
screen and (min-width: 800px) {

  .tb-norm th,
  .tb-norm td {
    padding: 1em;
  }
}

.tb-norm thead th {
  background-color: #EEE;
}

.tb-norm tbody th {
  background-color: #F5F5F5;
}

.tb-norm .aln-C th,
.tb-norm .aln-C td {
  text-align: center;
}

[class*="inner-wrap"] {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media print,
screen and (min-width: 800px) {
  [class*="inner-wrap"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.inner-wrap {
  max-width: 1216px;
}

.inner-wrap.aln-C {
  text-align: center;
}

.inner-wrap--semi {
  max-width: 1024px;
}

.inner-wrap--narrow {
  max-width: 832px;
}

.inner-wrap--thin {
  max-width: 640px;
}

[class*="swrap"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

[class*="swrap"].mgn-bottom {
  margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 800px) {
  [class*="swrap"].mgn-bottom {
    margin-bottom: 2rem;
  }
}

.swrap {
  max-width: 1152px;
}

.swrap--semi {
  max-width: 960px;
}

.swrap--narrow {
  max-width: 768px;
}

.swrap--thin {
  max-width: 576px;
}

.with-bottom-border::before {
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 0;
  content: ' ';
  border-bottom: 1px solid #CCC;
}

#Mask-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1f2731;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.gglmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vd {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.vd iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.accordion {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}

.accordion:not(:last-child) {
  margin-bottom: 2rem;
}

.accordion dt {
  position: relative;
  padding: .75em 0;
  margin: 0;
  padding-right: 2em;
  display: block;
  border-top: 1px solid #DDDDDD;
  font-weight: bold;
  cursor: pointer;
  background-color: #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.accordion dt::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 0;
  height: 11px;
  content: ' ';
  border-left: 1px solid #888;
}

.accordion dt::after {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 11px;
  height: 0;
  content: ' ';
  border-top: 1px solid #888;
}

.accordion dt.active::before {
  display: none;
}

.accordion dd {
  border-top: 1px dotted #AAA;
  padding: 0;
  margin-bottom: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.accordion dd.active {
  padding: .75em 0 1.5em;
  visibility: visible;
  opacity: 1;
  max-height: 999999px;
}

/* ---------------------------------------------------------------------------------------- */
/* BUTTON
/* ---------------------------------------------------------------------------------------- */
.btn,
.btn--outline {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 1.5em 1.25em;
  background-color: #005381;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 700;
  border-radius: .25em;
}

.btn.large,
.large.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  min-width: 12em;
}

@media print,
screen and (min-width: 576px) {

  .btn.large,
  .large.btn--outline {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.btn.full,
.full.btn--outline {
  font-size: 1.15em;
  font-weight: bold;
  padding: 1em 2em;
  width: 100%;
}

.btn.xlarge,
.xlarge.btn--outline {
  font-size: 1.35em;
}

.btn.small,
.small.btn--outline {
  font-size: .875em;
  padding: .5em 1em;
}

.btn.negative,
.negative.btn--outline {
  background-color: #919191;
}

.btn.negative:hover,
.negative.btn--outline:hover {
  background-color: #5e5e5e;
}

.btn.disabled,
.disabled.btn--outline,
.btn:disabled,
.btn--outline:disabled {
  background-color: #f2f2f2;
  color: #AAA;
  pointer-events: none;
}

.btn:hover,
.btn--outline:hover {
  color: #FFF;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #002235;
}

.btn:hover.with-arrow i,
.btn--outline:hover.with-arrow i {
  right: .25em;
}

.btn:active,
.btn--outline:active {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #00639b;
}

.btn.with-arrow,
.with-arrow.btn--outline {
  padding-right: 3em;
}

.btn.with-arrow i,
.with-arrow.btn--outline i {
  position: absolute;
  top: 50%;
  right: .5em;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn.with-arrow i svg,
.with-arrow.btn--outline i svg {
  width: 100%;
  height: 100%;
  stroke: #FFF;
  stroke-width: 1.5;
}

.btn--outline {
  background-color: #FFF;
  border: 1px solid #545a66;
  color: #545a66;
}

.btn--outline:hover {
  color: #3d414a;
  border-color: #3d414a;
}

.btn--outline:active {
  color: #6b7382;
  border-color: #6b7382;
}

.wrap-btns,
.wrap-btns--half-smp {
  margin-left: -.25em;
  margin-right: -.25em;
  list-style: none;
  letter-spacing: -.4em;
}

.wrap-btns.aln-C,
.aln-C.wrap-btns--half-smp {
  text-align: center;
}

.wrap-btns li,
.wrap-btns--half-smp li {
  letter-spacing: 0;
  display: inline-block;
  padding: .25em;
}

.wrap-btns--half-smp li {
  width: 50%;
}

@media print,
screen and (min-width: 800px) {
  .wrap-btns--half-smp li {
    width: auto;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* FORM
/* ---------------------------------------------------------------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 3rem;
  display: block;
}

.form-group--inner {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid #DDDDDD;
}

@media print,
screen and (min-width: 800px) {
  .form-group--inner {
    display: table;
    padding: 1em 0;
  }
}

.form-group--inner .col {
  display: block;
  width: auto;
}

@media print,
screen and (min-width: 800px) {
  .form-group--inner .col {
    display: table-cell;
    width: 12em;
    vertical-align: text-top;
  }
}

.form-group--inner .col+.col {
  margin-top: .5em;
}

@media print,
screen and (min-width: 800px) {
  .form-group--inner .col+.col {
    padding-top: 0;
    width: calc(100% - 12em);
  }
}

.form-group--inner .mst {
  position: relative;
  display: inline-block;
  font-size: .7em;
  vertical-align: middle;
  font-style: normal;
  color: #E64432;
  margin-left: .5em;
}

input,
textarea,
select {
  padding: .35em 1em;
}

textarea {
  min-height: 10em;
}

input,
textarea {
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
}

input.ipt-S {
  width: 10em;
}

input.ipt-SS {
  width: 5em;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #999;
  outline: 0;
}

:disabled {
  opacity: .5;
}

[type="radio"],
[type="radio"]+label,
[type="checkbox"],
[type="checkbox"]+label {
  width: auto;
  display: inline-block;
}

[type="radio"],
[type="checkbox"] {
  margin-right: .5em;
}

.wrap-select {
  position: relative;
  display: inline-block;
  width: auto;
}

select,
.list-group-team select {
  padding: .5em 1em;
  background-color: #f0f0f0;
  background: -webkit-gradient(linear, left bottom, left top, from(#F2F2F2), to(#FFF));
  background: linear-gradient(0deg, #F2F2F2, #FFF);
  padding-right: 32px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
}

.form-group select {
  max-width: calc(100vw - 4rem - 32px);
}

@media print,
screen and (min-width: 350px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 48px);
  }
}

@media print,
screen and (min-width: 576px) {
  .form-group select {
    max-width: calc(100vw - 4rem - 96px);
  }
}

@media print,
screen and (min-width: 960px) {
  .form-group select {
    max-width: 100%;
  }
}

.list-group-team select {
  border: 1px solid #BBB;
}

.btn-label input[type="radio"],
.btn-label input[type="checkbox"],
.txt-label input[type="radio"],
.txt-label input[type="checkbox"] {
  display: none;
}

.btn-label label {
  position: relative;
  padding: .5em 1em;
  border: 1px solid #AAA;
  background-color: #F5F5F5;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}

.btn-label label:hover {
  background-color: #CCC;
  color: #111;
}

.btn-label.sort-item label {
  padding: .5em .5em;
  background-color: #FFF;
  border-color: #DDD;
}

@media print,
screen and (min-width: 350px) {
  .btn-label.sort-item label {
    padding: .5em .75em;
  }
}

.btn-label.separated label {
  padding: 1em .5em;
  background-color: #FFF;
  border-radius: 0;
}

.btn-label.separated label.btn-img label {
  padding: 0;
  background-color: #000;
  border-radius: 0;
  border: none;
}

.btn-label.full label {
  width: 100%;
}

.btn-label:not(:first-child) label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-label:not(:last-child) label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-label.separated :not(:last-child) label {
  border-right: 1px solid #AAA;
}

.btn-label.separated.btn-img :not(:last-child) label {
  border: none;
}

.txt-label label {
  position: relative;
  padding: .25em 0;
  padding-left: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.txt-label label::before {
  position: relative;
  content: '・';
  margin-left: -1em;
  margin-right: .5em;
  display: inline-block;
}

.txt-label label:hover {
  color: #111;
}

.btn-label input[type="radio"]:checked+label,
.btn-label input[type="checkbox"]:checked+label {
  background-color: #555;
  color: #FFF;
}

.btn-label.btn-img input[type="radio"]:checked+label,
.btn-label.btn-img input[type="checkbox"]:checked+label {
  background-color: #000;
  border: 3px solid #e7cd00;
}

.btn-label.btn-img label img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-label.btn-img input[type="radio"]:checked+label img,
.btn-label.btn-img input[type="checkbox"]:checked+label img {
  opacity: .5;
}

.txt-label input[type="checkbox"]:checked+label {
  font-weight: bold;
}

.txt-label input[type="checkbox"]:checked+label::before {
  content: '-';
}

.form-help {
  display: inline-block;
  font-size: .83em;
  line-height: 1.4;
  margin-top: .5em;
}

.error label,
.error .label {
  color: #C5B242;
}

.error input,
.error select,
.error .btn-label label {
  border-color: #C5B242;
}

.error-msg {
  display: block;
  color: #C5B242;
  margin-top: .5em;
}

/* ---------------------------------------------------------------------------------------- */
/* LAYOUT-FLEXBOX
/* ---------------------------------------------------------------------------------------- */
.flex-container,
.flex-container--no-space {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-container {
  margin: -.75rem;
}

@media print,
screen and (min-width: 800px) {
  .flex-container {
    margin: -1rem;
  }
}

.flex-container--no-space {
  margin: 0;
}

.flex-container.sp-btm {
  margin-bottom: 1.5rem;
}

@media print,
screen and (min-width: 800px) {
  .flex-container.sp-btm {
    margin-bottom: 2rem;
  }
}

.flex-container.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.flex-container>*[class^="col-"] {
  position: relative;
  min-width: 2rem;
  padding: .75rem;
  word-wrap: break-word;
}

@media print,
screen and (min-width: 800px) {
  .flex-container>*[class^="col-"] {
    padding: 1rem;
  }
}

.flex-container--no-space>*[class^="col-"] {
  padding: 0;
}

.col-sm-1 {
  width: 16.66667%;
}

.col-sm-2 {
  width: 33.33333%;
}

.col-sm-3 {
  width: 50%;
}

.col-sm-4 {
  width: 66.66667%;
}

.col-sm-5 {
  width: 83.33333%;
}

.col-sm-6 {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .col-xsm-1 {
    width: 12.5%;
  }

  .col-xsm-2 {
    width: 25%;
  }

  .col-xsm-3 {
    width: 37.5%;
  }

  .col-xsm-4 {
    width: 50%;
  }

  .col-xsm-5 {
    width: 62.5%;
  }

  .col-xsm-6 {
    width: 75%;
  }

  .col-xsm-7 {
    width: 87.5%;
  }

  .col-xsm-8 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 800px) {
  .col-md-1 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 25%;
  }

  .col-md-3 {
    width: 37.5%;
  }

  .col-md-4 {
    width: 50%;
  }

  .col-md-5 {
    width: 62.5%;
  }

  .col-md-6 {
    width: 75%;
  }

  .col-md-7 {
    width: 87.5%;
  }

  .col-md-8 {
    width: 100%;
  }
}

@media print,
screen and (min-width: 960px) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

[class*="icon-"] {
  font-size: 1px !important;
  line-height: 1;
}

svg.icon-fill,
svg.icon-stroke {
  width: 100%;
  height: 100%;
}

svg.icon-fill.wide,
svg.icon-stroke.wide {
  width: 100%;
  height: auto;
}

svg.icon-fill {
  fill: #000;
}

svg.icon-stroke {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

svg.icon-stroke.thin {
  stroke-width: 1;
}

.wrap-inline-scrl {
  padding: 4px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: .875em;
  margin-bottom: 2rem;
}

@media print,
screen and (min-width: 800px) {
  .wrap-inline-scrl {
    padding: 8px;
    margin-bottom: 3rem;
  }
}

.inline-scrl {
  position: relative;
  padding: 2rem;
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}

@media print,
screen and (min-width: 800px) {
  .inline-scrl {
    padding: 3rem;
    height: 300px;
  }
}

#modalMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  z-index: 1002;
  display: block;
}

.modal .modalBtns {
  z-index: 1000;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: left;
  top: -40px;
  right: -40px;
}

.modal .modalBtns a.modalBtn-close {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal .modalBtns a.modalBtn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal .modalBtns a.modalBtn-close span::before,
.modal .modalBtns a.modalBtn-close span::after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.modal .modalBtns a.modalBtn-close span::before {
  margin-top: 10px;
  width: 21px;
  height: 0;
  border-top: 1px solid #FFF;
}

.modal .modalBtns a.modalBtn-close span::after {
  margin-left: 10px;
  height: 21px;
  width: 0;
  border-left: 1px solid #FFF;
}

.modal .modalBtns a.modalBtn-close:hover span {
  -webkit-transform: scale(1.25) rotate(45deg);
  transform: scale(1.25) rotate(45deg);
}

#MdTrailer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}

#MdTrailer.md-ver {
  padding-top: 178%;
}

#MdTrailer.md-ver #vd-mpg {
  width: auto;
  height: 100%;
}

#MdTrailer iframe,
#MdTrailer #vd-mpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-paging {
  font-size: .875em;
  line-height: 1;
  font-family: 'robotolight', sans-serif;
  letter-spacing: -.4em;
}

.list-paging a {
  position: relative;
  text-decoration: none;
}

.list-paging a:hover {
  border-color: #AAA;
  background-color: #EEE;
}

.list-paging a:active {
  border-color: #111;
  background-color: #444;
  color: #FFF;
}

.list-paging li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 2px;
}

.list-paging li a,
.list-paging li span {
  text-align: center;
  display: block;
  padding: .35em;
  min-width: 2.5em;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.list-paging li .current {
  background-color: #222;
  color: #FFF;
}

.list-paging li.prev a {
  padding-left: 24px;
}

.list-paging li.prev a::after {
  left: 4px;
  content: '\e912';
}

.list-paging li.prev a:hover::after {
  color: #555;
}

.list-paging li.prev a:active::after {
  color: #FFF;
}

.list-paging li.next a {
  padding-right: 24px;
}

.list-paging li.next a::after {
  right: 4px;
  content: '\e910';
}

.list-paging li.next a:hover::after {
  color: #555;
}

.list-paging li.next a:active::after {
  color: #FFF;
}

.list-paging li.prev a::after,
.list-paging li.next a::after {
  font-family: 'icons';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #888;
  pointer-events: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}

.preloader .wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  display: block;
}

.preloader .wheel img {
  width: 100%;
  height: 100%;
}

.preloader.show .wheel {
  -webkit-animation: .5s linear infinite wheelRotation;
  animation: .5s linear infinite wheelRotation;
}

@-webkit-keyframes wheelRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: .5;
  }

  50% {
    opacity: .8;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .5;
  }
}

@keyframes wheelRotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: .5;
  }

  50% {
    opacity: .8;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: .5;
  }
}

.isInView {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.isInView.fast {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isInView.faster {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.isInView.fastest {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.isInView.slow {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.isInView.slower {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.isInView.slowest {
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.isInView.fadeIn {
  opacity: 0 !important;
}

.isInView.fadeIn.scrlin {
  opacity: 1 !important;
}

.isInView.slideIn {
  top: 2rem;
}

.isInView.slideIn.scrlin {
  top: 0;
}

.isInView.acco {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.isInView.acco.scrlin {
  visibility: visible;
  max-height: none;
  opacity: 1;
}

.isInView.shutter.open {
  overflow: hidden;
}

.isInView.shutter.open::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.isInView.shutter.open.shutter-rev::after {
  left: 0;
}

.isInView.shutter.open.scrlin::after {
  width: 0;
}

.isInView.delayH1 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.isInView.delayH2 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.isInView.delayH3 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.isInView.delayH4 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.isInView.delay1 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.isInView.delay2 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.isInView.delay3 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.isInView.delay4 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

@-webkit-keyframes inViewShutterOpen {
  0% {
    left: 0;
  }

  99% {
    left: 100%;
  }

  100% {
    left: 100%;
    display: none;
  }
}

@keyframes inViewShutterOpen {
  0% {
    left: 0;
  }

  99% {
    left: 100%;
  }

  100% {
    left: 100%;
    display: none;
  }
}

.tab-menu {
  position: relative;
  display: table;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  z-index: 1;
}

@media print,
screen and (min-width: 800px) {
  .tab-menu {
    border-collapse: separate;
    border-spacing: 8px;
    margin: 0 -8px;
  }
}

.tab-menu li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.tab-menu li:hover {
  background-color: #00111b;
  color: #EEE;
  border-color: #00111b;
}

.tab-menu li:active {
  background-color: #005381;
  color: #555;
  border-color: #005381;
}

.tab-menu li.active {
  background-color: #00111b;
  color: #EEE;
  border-color: #00111b;
}

.tab-content {
  position: relative;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.wrap-tab-content {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
  padding-top: 2rem;
  z-index: 0;
}

@media print,
screen and (min-width: 800px) {
  .wrap-tab-content {
    margin-top: -9px;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl {
  display: block;
  width: 100%;
  border-top: 1px dotted #AAA;
}

@media print,
screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl {
    display: table;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl>.col {
  display: block;
}

@media print,
screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl>.col {
    display: table-cell;
    padding: 1em 0;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl>dt.col {
  color: #005748;
  padding: .75em 0 .5em;
}

@media print,
screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl>dt.col {
    width: 30%;
    padding-right: 2em;
    color: #005748;
  }
}

.wrap-tbls .dsp-tbls-norm .dsp-tbl>dd.col {
  padding-bottom: .75em;
}

@media print,
screen and (min-width: 800px) {
  .wrap-tbls .dsp-tbls-norm .dsp-tbl>dd.col {
    width: 70%;
  }
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-HEADER
/* ---------------------------------------------------------------------------------------- */
#Global-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem;
  z-index: 20;
}

@media print,
screen and (min-width: 576px) {
  #Global-header {
    padding: .75rem 1rem;
  }
}

@media print,
screen and (min-width: 960px) {
  #Global-header {
    padding: 1rem 2rem;
  }
}

#Global-header .inner-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  height: 64px;
  text-align: center;
  padding-top: 1.25rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: .25rem;
}

@media print,
screen and (min-width: 576px) {
  #Global-header .inner-wrap {
    height: 72px;
  }
}

@media print,
screen and (min-width: 960px) {
  #Global-header .inner-wrap {
    height: 128px;
  }
}

#Global-header h1,
#Global-header .h1 {
  display: block;
  margin: 0 auto;
  width: 180px;
  font: 1px !important;
  line-height: 1 !important;
}

@media print,
screen and (min-width: 350px) {

  #Global-header h1,
  #Global-header .h1 {
    width: 200px;
  }
}

@media print,
screen and (min-width: 576px) {

  #Global-header h1,
  #Global-header .h1 {
    width: 280px;
  }
}

@media print,
screen and (min-width: 960px) {

  #Global-header h1,
  #Global-header .h1 {
    width: 340px;
  }
}

#Global-header h1 a,
#Global-header .h1 a {
  display: block;
}

#Global-header h1 img,
#Global-header .h1 img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-FOOTER
/* ---------------------------------------------------------------------------------------- */
.global-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  z-index: 5;
}

.global-footer .copyright {
  font-size: .8125em;
  font-family: 'LatoWeb', Arial, Helvetica, "sans-serif";
}

/* ---------------------------------------------------------------------------------------- */
/* GLOBAL-NAVIGATION
/* ---------------------------------------------------------------------------------------- */
.global-navigation-smp {
  position: relative;
  padding: .75rem;
  padding-bottom: 4rem;
}

@media print,
screen and (min-width: 800px) {
  .global-navigation-smp {
    display: none;
  }
}

.global-navigation-smp ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.global-navigation-smp ul li {
  width: 100%;
  padding: .25rem;
  margin: 0;
}

.global-navigation-smp ul li.poster {
  width: 50%;
}

.global-navigation-smp ul li.poster a {
  display: block;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.global-navigation-smp ul li.poster a img {
  width: 100%;
  height: auto;
  border-radius: .5rem;
  overflow: hidden;
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - COMMON
/* ---------------------------------------------------------------------------------------- */
#Load-content {
  position: relative;
}

#Page-container {
  position: relative;
}

.content {
  position: relative;
  z-index: 1;
}

.sp-top {
  padding-top: 2rem;
}

@media print,
screen and (min-width: 768px) {
  .sp-top {
    padding-top: 3rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .sp-top {
    padding-top: 4rem;
  }
}

.sp-btm {
  padding-bottom: 2rem;
}

@media print,
screen and (min-width: 768px) {
  .sp-btm {
    padding-bottom: 3rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .sp-btm {
    padding-bottom: 4rem;
  }
}

.wrap-viewarea {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 960px) {
  .wrap-viewarea {
    overflow: hidden;
    height: 100%;
  }
}

.wrap-viewarea .viewarea {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 4rem;
}

@media print,
screen and (min-width: 960px) {
  .wrap-viewarea .viewarea {
    overflow: hidden;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    margin-left: 5%;
    padding-bottom: 0;
  }
}

.wrap-viewarea .viewarea:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DDD;
}

@media print,
screen and (min-width: 960px) {
  .wrap-viewarea .viewarea:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media print,
screen and (min-width: 960px) {
  .wrap-viewarea .viewarea.active {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    max-height: 999999em;
  }
}

.wrap-viewarea .viewarea .btn-next,
.wrap-viewarea .viewarea .btn-prev {
  position: absolute;
  bottom: 0;
  width: 3rem;
  height: 3rem;
  padding: .75rem;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 10;
  display: none;
}

@media print,
screen and (min-width: 960px) {

  .wrap-viewarea .viewarea .btn-next,
  .wrap-viewarea .viewarea .btn-prev {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    display: block;
  }
}

.wrap-viewarea .viewarea .btn-next:hover,
.wrap-viewarea .viewarea .btn-prev:hover {
  background-color: #545a66;
}

.wrap-viewarea .viewarea .btn-next:hover i svg,
.wrap-viewarea .viewarea .btn-prev:hover i svg {
  stroke: #FFF;
}

.wrap-viewarea .viewarea .btn-next i,
.wrap-viewarea .viewarea .btn-prev i {
  width: 100%;
  height: 100%;
  display: block;
}

.wrap-viewarea .viewarea .btn-next i svg,
.wrap-viewarea .viewarea .btn-prev i svg {
  width: 100%;
  height: 100%;
  stroke: #545a66;
}

.wrap-viewarea .viewarea .btn-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wrap-viewarea .viewarea .btn-next {
  right: 0;
}

.scn-norm,
.scn-home {
  position: relative;
  padding: 1.5rem 0;
  margin: auto;
}

@media print,
screen and (min-width: 768px) {

  .scn-norm,
  .scn-home {
    padding: 2rem 0;
  }
}

@media print,
screen and (min-width: 960px) {

  .scn-norm,
  .scn-home {
    padding: 2.5rem 0;
  }
}

.scn-norm.no-sp,
.scn-home.no-sp {
  padding: 0;
}

.scn-norm.no-sp-top,
.scn-home.no-sp-top {
  padding: 0;
}

.scn-norm.row-divide-half,
.scn-home.row-divide-half {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.scn-norm.row-divide-half.rev,
.scn-home.row-divide-half.rev {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.scn-norm.row-divide-half>.col,
.scn-home.row-divide-half>.col {
  position: relative;
  width: 50%;
}

.scn-norm .palt,
.scn-home .palt {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.scn-norm em,
.scn-home em {
  font-style: italic;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.scn-norm p,
.scn-home p {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}

.modal-check-privacy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  display: none;
}

.check-privacy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFF;
  padding: 2em;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  font-size: .875em;
  text-align: left;
  width: 90%;
  max-width: 832px;
}

.check-privacy h3 {
  text-align: center;
  color: #00324e;
}

.check-privacy h4 {
  text-align: center;
  color: #00324e;
  padding-bottom: .5em;
  border-bottom: 1px dotted #00324e;
}

.check-privacy .wrap-btns li .btn,
.check-privacy .wrap-btns--half-smp li .btn,
.check-privacy .wrap-btns li .btn--outline,
.check-privacy .wrap-btns--half-smp li .btn--outline {
  min-width: 12em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

/* ---------------------------------------------------------------------------------------- */
/* PAGE - BOOTH (HOME)
/* ---------------------------------------------------------------------------------------- */
.vexh-container,
.bg-vexh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f5f6;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.vexh-container::before,
.bg-vexh::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-image: url("../img/booth/bg-booth.jpg");
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media print,
screen and (min-width: 800px) {

  .vexh-container::before,
  .bg-vexh::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }
}

.vexh-container::after,
.bg-vexh::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  content: ' ';
  background-color: #ced2d6;
  z-index: -1;
}

@media print,
screen and (min-width: 800px) {

  .vexh-container::after,
  .bg-vexh::after {
    height: 70%;
  }
}

.vexh-container .booth,
.bg-vexh .booth {
  position: relative;
  margin: 0;
  width: 100%;
}

@media print,
screen and (min-width: 800px) {

  .vexh-container .booth,
  .bg-vexh .booth {
    margin: auto;
  }
}

.vexh-container .booth .booth-img,
.bg-vexh .booth .booth-img {
  position: relative;
  width: 100%;
  z-index: 0;
  display: block;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.vexh-container .booth .booth-img img,
.bg-vexh .booth .booth-img img {
  width: 100%;
  height: auto;
}

body.zoom .vexh-container::before,
body.zoom .bg-vexh::before {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

body.zoom .booth-img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

@media print,
screen and (max-width: 799px) {
  .vexh-container {
    position: relative;
  }
}

.booth--btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55.5555555%;
  z-index: 2;
  list-style: none;
}

.booth--btns li {
  position: absolute;
  margin: 0;
  display: block;
  z-index: 1;
}

.booth--btns li:hover {
  z-index: 2;
}

.booth--btns li>a,
.booth--btns li>span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 0;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.booth--btns li>a:hover,
.booth--btns li>span:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
}

.booth--btns li>a.poster,
.booth--btns li>span.poster {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}

.booth--btns li>a.poster:hover,
.booth--btns li>span.poster:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.booth--btns li>a.change,
.booth--btns li>span.change {
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transform: scale(20);
  transform: scale(20);
}

.booth--btns li>a.change:hover,
.booth--btns li>span.change:hover {
  -webkit-transform: scale(20);
  transform: scale(20);
}

.booth--btns li>a img,
.booth--btns li>span img {
  width: 100%;
  height: 100%;
  border-radius: .25em;
  overflow: hidden;
}

.booth--btns li>a img.txt,
.booth--btns li>span img.txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.booth--btns li>a.www img,
.booth--btns li>span.www img {
  background-color: #26292e;
}

.booth--btns li>a.no-shadow,
.booth--btns li>span.no-shadow {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.booth--btns li>a.no-show,
.booth--btns li>span.no-show {
  display: none;
}

.booth--btns li:nth-child(1) {
  top: 45.1%;
  left: 22.38889%;
  height: 19.5%;
  width: 17.38889%;
}

.booth--btns li:nth-child(2) {
  top: 45.2%;
  left: 41.77778%;
  height: 19.8%;
  width: 7.77778%;
}

.booth--btns li:nth-child(3) {
  top: 45.2%;
  left: 50.44444%;
  height: 19.8%;
  width: 7.77778%;
}

.booth--btns li:nth-child(4) {
  top: 45.2%;
  left: 59.11111%;
  height: 19.8%;
  width: 7.77778%;
}

.booth--btns li:nth-child(5) {
  top: 45.2%;
  left: 67.77778%;
  height: 19.8%;
  width: 7.77778%;
}

.booth--btns li:nth-child(6) {
  top: 60.5%;
  left: 80.55556%;
  height: 11.2%;
  width: 4.66667%;
}

.booth--btns li:nth-child(7) {
  top: 60.5%;
  left: 86.16667%;
  height: 11.2%;
  width: 4.66667%;
}

.booth--btns li:nth-child(8) {
  top: 68.1%;
  left: 43.55556%;
  top: 66.5%;
  left: 42.5%;
  height: 12.1%;
  width: 11.16667%;
}

.booth--btns li:nth-child(9) {
  top: 77.8%;
  left: 81.55556%;
  height: 6.4%;
  width: 11.77778%;
}

.play-mov {
  position: relative;
}

.play-mov::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: '';
  background-image: url("../img/booth/btn-movie-cover.png");
  background-size: cover;
}


#password {
  position: relative;
  background: #FFF;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

#password input {
  max-width: 500px;
}

#password button {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 20px 5em;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  margin: 1.5em 0 1em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  background: #0c1e40;
  background: -moz-linear-gradient(top, #0c1e40 0%, #091832 100%);
  background: -webkit-linear-gradient(top, #0c1e40 0%, #091832 100%);
  background: linear-gradient(to bottom, #0c1e40 0%, #091832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c1e40', endColorstr='#091832', GradientType=0);
}

#password button:hover {
  opacity: .5;
}

.disabled {
  pointer-events: none;
  /*opacity: 0.8;*/
}

.disabled img.txt {
  visibility: hidden;
  /*filter: brightness(0%) contrast(40%);*/
}


/* ---------------------------------------------------------------------------------------- */
/* PAGE - PRODUCTS
/* ---------------------------------------------------------------------------------------- */
.single-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: .5rem;
  z-index: 10;
  background-color: rgba(244, 244, 244, 0.5);
}

@media print,
screen and (min-width: 768px) {
  .single-product {
    padding: 1rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product {
    padding: 2rem;
  }
}

.single-product>.white-sheet {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  margin: auto;
  width: 90vw;
  max-width: 1248px;
  height: 90vh;
  padding: 1rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print,
screen and (min-width: 768px) {
  .single-product>.white-sheet {
    padding: 2rem;
    max-height: 720px;
  }
}

.backto-top {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 10;
}

@media print,
screen and (min-width: 768px) {
  .backto-top {
    top: -24px;
    right: -24px;
  }
}

.backto-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  background-color: #545a66;
  border-radius: .25em;
}

@media print,
screen and (min-width: 768px) {
  .backto-top a {
    width: 48px;
    height: 48px;
  }
}

.backto-top i {
  position: relative;
  width: 100%;
  height: 100%;
}

.backto-top i svg {
  stroke: #FFF;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-play-mov {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: .25em .5em 1em;
  background-color: #545a66;
  background: linear-gradient(135deg, #00324e 0, #171f28 100%);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  border-radius: .5em;
}

.btn-play-mov i {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  font-size: 1em;
  width: 3em;
  height: 3em;
}

@media print,
screen and (min-width: 768px) {
  .btn-play-mov i {
    width: 4em;
    height: 4em;
  }
}

.btn-play-mov i svg {
  stroke: #FFF;
  stroke-width: 1;
  width: 100%;
  height: 100%;
}

.btn-play-mov span {
  position: relative;
  display: block;
  font-size: .875em;
  font-weight: 700;
  color: #FFF;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  z-index: 2;
}

.btn-play-mov::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  opacity: 0;
  background: linear-gradient(135deg, #004268 0, #202c38 100%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: .5em;
}

.btn-play-mov:hover::before {
  opacity: 1;
}

.single-product .scn-norm {
  font-size: .92em;
  margin: auto;
}

.single-product .scn-norm .fig-norm {
  position: relative;
}

.single-product .scn-norm .fig-norm img {
  width: 100%;
  height: auto;
}

.single-product .scn-norm .fig-norm img.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .scn-norm .fig-norm .flt-btn {
  position: relative;
  z-index: 2;
  padding: 0rem 2rem;
  text-align: center;
  background-color: #545a66;
  background: linear-gradient(135deg, #FFF 0, #c8d0db 100%);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  margin: -1.5rem auto 0;
  border-radius: .5em;
}

@media print,
screen and (min-width: 768px) {
  .single-product .scn-norm .fig-norm .flt-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 15em;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.8);
    display: block;
    margin: 0;
  }
}

.single-product .scn-norm .fig-norm .flt-btn span {
  position: relative;
  z-index: 1;
  color: #171f28;
  font-weight: 700;
  display: inline-block;
  padding: 1em 0 1.25em;
}

@media print,
screen and (min-width: 768px) {
  .single-product .scn-norm .fig-norm .flt-btn span {
    font-size: 1.15em;
    padding: 1.25em 0 1.5em;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product .scn-norm .fig-norm .flt-btn span {
    padding: 1.5em 0 1.75em;
  }
}

.single-product .scn-norm .fig-norm .flt-btn span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: ' ';
  border-bottom: 4px solid #00324e;
}

.single-product .scn-norm .fig-norm .flt-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  opacity: 0;
  background: linear-gradient(135deg, #004268 0, #202c38 100%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: .5em;
}

.single-product .scn-norm .fig-norm .flt-btn:hover::before {
  opacity: 1;
}

.single-product .scn-norm .fig-norm .flt-btn:hover span {
  color: #FFF;
}

.single-product .scn-norm .fig-norm .flt-btn:hover span::after {
  border-bottom-color: #FFF;
}

.single-product .scn-norm ul:not(.plain) {
  list-style: none;
  margin: 0;
}

.single-product .scn-norm ul:not(.plain) li {
  text-indent: -1em;
  margin-left: 1em;
}

.single-product .scn-norm ul:not(.plain) li::before {
  display: inline;
  content: '・';
}

.single-product .row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -.5rem -1rem;
}

.single-product .row .col {
  width: 100%;
  padding: .5rem 1rem;
}

@media print,
screen and (min-width: 800px) {
  .single-product .row .col {
    width: 50%;
  }
}

.featureMarks {
  position: relative;
  width: 100%;
  display: table;
  margin-bottom: 1.5em;
  font-size: .875em;
  line-height: 1.4;
  list-style: none;
}

.featureMarks.mgnTop {
  margin-top: .5em;
}

.featureMarks.fivePlus {
  width: 16.666666%;
}

.featureMarks li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #00324e;
  color: #FFF;
  font-weight: bold;
  padding: 8px;
  border-right: 4px solid #FFF;
}

.featureMarks li.noMark {
  background: #FFF;
  font-weight: normal;
  color: #333;
  text-align: left;
}

.btn-key-features {
  position: relative;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .btn-key-features {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 4;
  }
}

.btn-key-features ul {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}

@media print,
screen and (min-width: 768px) {
  .btn-key-features ul {
    position: absolute;
    left: 0;
  }
}

@media print,
screen and (min-width: 960px) {
  .btn-key-features ul {
    padding: 0 4em;
  }
}

@media print,
screen and (min-width: 768px) {
  .btn-key-features ul.upper {
    top: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .btn-key-features ul.lower {
    bottom: 0;
  }
}

@media print,
screen and (max-width: 767px) {
  .btn-key-features ul.lower {
    display: none;
  }
}

.btn-key-features ul li {
  text-align: center;
  margin: 0;
  width: 50%;
  padding: .25em;
}

@media print,
screen and (min-width: 768px) {
  .btn-key-features ul li {
    width: 33.33333333%;
  }
}

@media print,
screen and (min-width: 768px) {
  .btn-key-features ul li.xsm {
    display: none;
  }
}

.atl-special {
  position: relative;
  text-align: left;
  width: 100%;
}

@media print,
screen and (min-width: 960px) {
  .atl-special {
    height: 100%;
  }
}

.atl-special--header {
  position: relative;
  background-color: #F5F5F5;
  border-radius: .5rem;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .atl-special--header {
    padding-top: 67%;
  }
}

@media print,
screen and (min-width: 960px) {
  .atl-special--header {
    padding-top: 0;
  }
}

.atl-special--header .titles {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-size: .875em;
  z-index: 2;
}

@media print,
screen and (min-width: 768px) {
  .atl-special--header .titles {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 60%;
  }
}

@media print,
screen and (min-width: 960px) {
  .atl-special--header .titles {
    font-size: 1em;
  }
}

.atl-special--header .titles span {
  display: block;
}

.atl-special--header .titles .copy {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: .5em;
}

.atl-special--header .titles .logo {
  max-width: 280px;
  margin-bottom: .5em;
}

@media print,
screen and (min-width: 960px) {
  .atl-special--header .titles .logo {
    max-width: 400px;
  }
}

.atl-special--header .titles .logo img {
  width: 100%;
  height: auto;
}

.atl-special--header .titles .name {
  font-size: .875em;
  line-height: 1.4;
  font-weight: 700;
}

.atl-special--header .product-img {
  position: relative;
  z-index: 0;
}

@media print,
screen and (min-width: 768px) {
  .atl-special--header .product-img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 900px;
    width: 60%;
  }
}

@media print,
screen and (min-width: 960px) {
  .atl-special--header .product-img {
    width: 75%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.atl-special--header .product-img img {
  width: 100%;
  height: auto;
}

.atl-special--header .btn-pages {
  position: relative;
  margin-top: 1rem;
}

.atl-special--header .btn-pages ul {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.atl-special--header .btn-pages ul li {
  margin: 0;
  padding: .25em;
}

.atl-special--header .btn-pages ul li a {
  border-radius: .5em;
}

.atl-special .list-mov {
  position: relative;
  text-align: center;
  margin-top: -1rem;
}

@media print,
screen and (min-width: 960px) {
  .atl-special .list-mov {
    margin-top: -2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.atl-special .list-mov ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 .5rem;
  font-size: .875em;
}

@media print,
screen and (min-width: 1200px) {
  .atl-special .list-mov ul {
    font-size: 1em;
  }
}

.atl-special .list-mov ul li {
  width: 33.33333333%;
  margin: 0;
  padding: .25rem;
}

.nav-special-top {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: .25rem;
  border-radius: .5em;
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .nav-special-top {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: .25rem;
    border-radius: .5em;
  }
}

@media print,
screen and (min-width: 960px) {
  .nav-special-top {
    width: 50%;
  }
}

.nav-special-top ul {
  position: relative;
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-special-top ul li {
  width: 50%;
  padding: .25rem;
  margin: 0;
}

@media print,
screen and (min-width: 768px) {
  .nav-special-top ul li {
    width: 33.33333333%;
  }
}

.nav-special-top ul li.half {
  width: 100%;
}

@media print,
screen and (min-width: 768px) {
  .nav-special-top ul li.half {
    width: 50%;
  }
}

.nav-special-top ul li a {
  text-align: center;
}

.nav-special-top ul li .btn,
.nav-special-top ul li .btn--outline {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: .5em;
}

.nav-special-top ul li .btn-play-mov {
  padding: .5em;
}

.nav-special-top ul li .btn-play-mov i {
  width: 40px;
  height: 40px;
}

.nav-special-top ul li .btn-play-mov span {
  margin-top: 0;
}

.atl-simple {
  position: relative;
  text-align: left;
  width: 100%;
}

.atl-simple.two>.row {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  margin: 0 0 -.5rem;
}

@media print,
screen and (min-width: 768px) {
  .atl-simple.two>.row {
    margin: 0 -.5rem;
  }
}

.atl-simple.two>.row>.col {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #F5F5F5;
  border-radius: .5rem;
  margin-bottom: 1rem;
}

@media print,
screen and (min-width: 768px) {
  .atl-simple.two>.row>.col {
    width: calc(50% - 1rem);
    height: 100%;
    margin-bottom: 0;
  }
}

.atl-simple .product-img {
  position: relative;
  overflow: hidden;
}

.atl-simple .product-img img {
  width: 100%;
  height: auto;
}

.atl-simple .product-img img.txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.atl-simple .desc {
  position: relative;
  padding: 2rem;
}

.atl-simple .desc p {
  margin-bottom: .25em;
  font-weight: 700;
}

.atl-simple .desc .spec {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.atl-simple .desc .spec ul {
  position: relative;
  letter-spacing: -.4em;
  list-style: none;
}

.atl-simple .desc .spec ul li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0;
}

.atl-simple .desc .spec .size {
  margin-right: 1em;
}

.atl-simple .desc .spec .size ul {
  letter-spacing: -.4em;
  margin: 0 -2px;
  overflow: hidden;
}

.atl-simple .desc .spec .size li {
  position: relative;
  letter-spacing: normal;
  margin: 2px;
  padding: 12px .5em;
  font-size: 12px;
  line-height: 1;
  font-family: 'LatoWeb', Arial, Helvetica, "sans-serif";
  display: inline-block;
  border: 1px solid #CCC;
  min-width: 7em;
  text-align: center;
  background-color: #FFF;
  vertical-align: top;
  border-radius: .25rem;
}

.atl-simple .desc .spec .size li span {
  font-size: 10px;
  font-weight: bold;
}

.atl-simple .desc .spec .size li.thick {
  background: #175a7f;
  border-color: #175a7f;
  color: #FFF;
}

.atl-simple .desc .spec .size li.thick span.lt {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #FFF;
}

.atl-simple .desc .spec .size li.thick span.rf {
  color: #FFF;
}

.atl-simple .desc .spec .functions {
  overflow: hidden;
  margin-right: 1em;
}

.atl-simple .desc .spec .functions ul {
  letter-spacing: -.4em;
  margin: 0 4px;
  padding: 4px 0;
}

.atl-simple .desc .spec .functions li {
  letter-spacing: normal;
  display: inline-block;
  padding: 4px;
}

.atl-simple .desc .spec .functions.cushion li img {
  width: 50px;
  height: auto;
}

.atl-simple .desc .spec .functions li img.mclimate {
  width: 94px;
  height: auto;
}

@-moz-document url-prefix() {

  .atl-simple .desc .spec .size ul,
  .atl-simple .desc .spec .functions ul {
    word-spacing: 0.1em;
  }
}

.single-product.pdt039 .atl-special--header {
  color: #ee7836;
}

.single-product.pdt039 .icon-parade {
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 1rem -.25rem 0;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt039 .icon-parade {
    width: 380px;
    margin: 2rem -.25rem 0;
  }
}

.single-product.pdt039 .icon-parade li {
  position: relative;
  width: 50%;
  padding: .25rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product.pdt039 .icon-parade li i {
  display: inline-block;
  width: 24px;
  height: 24px;
}

@media print,
screen and (min-width: 576px) {
  .single-product.pdt039 .icon-parade li i {
    width: 32px;
    height: 32px;
  }
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt039 .icon-parade li i {
    width: 48px;
    height: 48px;
  }
}

.single-product.pdt039 .icon-parade li span {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #171f28;
  padding-left: .5em;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt039 .icon-parade li span {
    font-size: 13px;
  }
}

.single-product.pdt040 .atl-special--header {
  color: #00334d;
}

.single-product.pdt019 .atl-special--header {
  background-color: #f39700;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt019 .atl-special--header {
    padding-top: 55%;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product.pdt019 .atl-special--header {
    padding-top: 0;
  }
}

.single-product.pdt019 .titles {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 576px) {
  .single-product.pdt019 .titles {
    margin-bottom: -5rem;
  }
}

.single-product.pdt019 .titles .functions-pc {
  display: none;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt019 .titles .functions-pc {
    position: relative;
    margin-top: 5%;
    display: block;
    width: 80%;
    max-width: 320px;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product.pdt019 .titles .functions-pc {
    margin-top: 5%;
    max-width: 500px;
  }
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt019 .product-img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 900px;
    width: 75%;
    padding-bottom: 4rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product.pdt019 .product-img {
    width: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.single-product.pdt019 .product-img img {
  width: 100%;
  height: auto;
}

.single-product.pdt019 .functions-smp {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt019 .functions-smp {
    display: none;
  }
}

.single-product.pdt019 .nav-special-top {
  padding: .5rem 0;
}

@media print,
screen and (min-width: 800px) {
  .single-product.pdt019 .nav-special-top {
    padding: .5rem;
  }
}

.single-product.pdt019 .nav-special-top ul {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.single-product.pdt019 .nav-special-top li {
  width: calc(50% - .25rem);
  padding: 0;
}

.single-product.pdt041 .atl-special--header {
  background-color: #eff2f4;
  color: #053d57;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt041 .atl-special--header {
    padding-top: 60%;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product.pdt041 .atl-special--header {
    padding-top: 0;
  }
}

.single-product.pdt041 .titles {
  overflow: hidden;
}

.single-product.pdt041 .titles .mainvisual {
  position: relative;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt041 .titles .mainvisual {
    margin-left: -10%;
    margin-top: -5%;
    width: 90%;
  }
}

.single-product.pdt041 .titles .mainvisual img {
  width: 100%;
  height: auto;
}

.single-product.pdt041 .titles .mainvisual img.txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media print,
screen and (min-width: 768px) {
  .single-product.pdt041 .product-img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    max-width: 900px;
    width: 50%;
    padding-bottom: 4rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .single-product.pdt041 .product-img {
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.single-product.pdt041 .product-img img {
  width: 100%;
  height: auto;
}

.single-product.pdt041 .product-img img.txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.single-product.pdt041 .nav-special-top {
  padding: .5rem 0;
}

.single-product.pdt041 .nav-special-top ul {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.single-product.pdt041 .nav-special-top li {
  width: calc(50% - .25rem);
  padding: 0;
}

.single-product.pdt041 .btn-pdtsite {
  position: absolute;
  bottom: 0;
  right: 0;
}

.stamp-rally-info {
  position: relative;
  text-align: left;
  padding: 1rem;
  margin-top: -1rem;
}

@media print,
screen and (min-width: 768px) {
  .stamp-rally-info {
    position: absolute;
    top: 32%;
    left: 38.88889%;
  }
}

.stamp-rally-info .inner {
  position: relative;
  padding: 1rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
}

@media print,
screen and (min-width: 768px) {
  .stamp-rally-info .inner {
    padding: 1vw;
  }
}

.stamp-rally-info p {
  font-size: .875em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-weight: 700;
  line-height: 1.6;
  color: #00324e;
}

@media print,
screen and (min-width: 350px) {
  .stamp-rally-info p {
    font-size: .92em;
  }
}

@media print,
screen and (min-width: 768px) {
  .stamp-rally-info p {
    font-size: 1.15vw;
  }
}

@media print,
screen and (min-width: 1500px) {
  .stamp-rally-info p {
    font-size: 1.15em;
  }
}

.stamp-rally-info p span {
  color: #ff3241;
}

/*# sourceMappingURL=style.css.map */