@charset "UTF-8";
div.styleguideAttention {
  border: 2px solid #ff0000;
  padding: 30px 20px 20px;
  font-size: 12px;
  position: relative;
  background-color: rgba(255, 0, 0, 0.2);
  margin: 40px 80px 120px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}

div.styleguideAttention:before {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #ff0000;
  font-size: 10px;
  content: '※これはスタイルガイドの注意書きです。';
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
a.linkDetail {
  text-decoration: none;
  font-size: 14px;
  position: relative;
}

a.linkDetail:before {
  background-image: url(../img/common/sprites.png);
  background-position: -1053px -170px;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0px 5px 0 0;
}

.desktop a.linkDetail:hover {
  color: #00cbac;
  text-decoration: none;
}

.desktop a.linkDetail:hover:before {
  -webkit-animation: linkDetail 0.4s linear;
          animation: linkDetail 0.4s linear;
}

@-webkit-keyframes linkDetail {
  0% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0);
            transform: translateX(2px) rotate(0);
  }
  40% {
    -webkit-transform: translateX(-1.4px) rotate(0);
            transform: translateX(-1.4px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  80% {
    -webkit-transform: translateX(-0.4px) rotate(0);
            transform: translateX(-0.4px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
}

@keyframes linkDetail {
  0% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0);
            transform: translateX(2px) rotate(0);
  }
  40% {
    -webkit-transform: translateX(-1.4px) rotate(0);
            transform: translateX(-1.4px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  80% {
    -webkit-transform: translateX(-0.4px) rotate(0);
            transform: translateX(-0.4px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
}

.desktop a.linkDetail:hover:after {
  width: 100%;
}

a.linkDetail2 {
  text-decoration: none;
  font-size: 14px;
  position: relative;
}

a.linkDetail2:before {
  content: '>';
  position: relative;
  left: 0px;
  margin-right: 5px;
  display: inline-block;
}

.desktop a.linkDetail2:hover {
  color: #00cbac;
  text-decoration: none;
}

.desktop a.linkDetail2:hover:before {
  -webkit-animation: linkDetail2 0.4s linear;
          animation: linkDetail2 0.4s linear;
}

@-webkit-keyframes linkDetail2 {
  0% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0);
            transform: translateX(2px) rotate(0);
  }
  40% {
    -webkit-transform: translateX(-1.4px) rotate(0);
            transform: translateX(-1.4px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  80% {
    -webkit-transform: translateX(-0.4px) rotate(0);
            transform: translateX(-0.4px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
}

@keyframes linkDetail2 {
  0% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(2px) rotate(0);
            transform: translateX(2px) rotate(0);
  }
  40% {
    -webkit-transform: translateX(-1.4px) rotate(0);
            transform: translateX(-1.4px) rotate(0);
  }
  60% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  80% {
    -webkit-transform: translateX(-0.4px) rotate(0);
            transform: translateX(-0.4px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
  }
}

.desktop a.linkDetail2:hover:after {
  width: 100%;
  background-color: #00cbac;
}

a.linkBlank {
  color: #ff2a00;
  font-size: 14px;
  text-decoration: none;
}

a.linkBlank:after {
  background-image: url(../img/common/sprites.png);
  background-position: -1073px -170px;
  width: 12px;
  height: 13px;
  position: absolute;
  content: '';
  display: inline-block;
  margin: 4px 0 0 5px;
}

.desktop a.linkBlank:hover {
  color: #ff2a00;
  text-decoration: none;
}

.desktop a.linkBlank:hover:before {
  width: 100%;
}

.desktop a.linkBlank:hover:after {
  -webkit-animation: linkBlank 0.4s linear;
          animation: linkBlank 0.4s linear;
}

@-webkit-keyframes linkBlank {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(2.1px) rotate(0);
            transform: translateY(2.1px) rotate(0);
  }
  60% {
    -webkit-transform: translateY(-1.5px) rotate(0);
            transform: translateY(-1.5px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(0.6px) rotate(0);
            transform: translateY(0.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
}

@keyframes linkBlank {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(2.1px) rotate(0);
            transform: translateY(2.1px) rotate(0);
  }
  60% {
    -webkit-transform: translateY(-1.5px) rotate(0);
            transform: translateY(-1.5px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(0.6px) rotate(0);
            transform: translateY(0.6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
}

a.linkDetail,
a.linkDetail2,
a.linkBlank {
  -webkit-transition: .3s;
          transition: .3s;
  display: inline;
}

a.linkDetail,
a.linkDetail2 {
  background-image: url(../img/common/bg_linkDetail.png);
  background-position: 0px 100px;
  background-repeat: no-repeat;
}

a.linkBlank {
  background-image: url(../img/common/bg_linkBlank.png);
  background-position: 0px 100px;
  background-repeat: no-repeat;
}

a.linkDetail:hover,
a.linkDetail2:hover,
a.linkBlank:hover {
  color: #ffffff !important;
}

a.linkDetail:hover:before,
a.linkDetail2:hover:before,
a.linkBlank:hover:before {
  color: #00cbac !important;
}

a.linkDetail:hover {
  background-position: 22px 0;
}

a.linkDetail2:hover {
  background-position: 10px 0;
}

a.linkBlank:hover {
  background-position: 0 0;
}

.btnFrame {
  background: url("/assets/img/common/btnFrameBg.png");
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btnFrame:before, .btnFrame:after {
  -webkit-transition: right 0.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: right 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background-color: #fff;
  right: 8px;
  bottom: 18px;
  -webkit-transform-origin: 13.5px 1.5px;
          transform-origin: 13.5px 1.5px;
  border-width: 0 !important;
  border-color: transparent !important;
  z-index: 2;
}

.btnFrame:before {
  -webkit-transform: scale(1) rotate(45deg) !important;
          transform: scale(1) rotate(45deg) !important;
}

.btnFrame:after {
  -webkit-transform: scale(1) rotate(-45deg) !important;
          transform: scale(1) rotate(-45deg) !important;
}

.btnFrame .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.btnFrame .inner:after {
  -webkit-transition: border-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), right 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: border-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), right 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  border-top: transparent solid 62px;
  border-bottom: #00cbac solid 62px;
  border-left: transparent solid 62px;
  border-right: transparent solid 62px;
  content: '';
  bottom: 0;
  right: -62px;
  mix-blend-mode: multiply;
}

.btnFrame a {
  text-decoration: none;
  display: block;
}

.btnFrame a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: border-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: border-width 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 0 solid #00cbac;
  background-color: transparent;
  content: '';
  z-index: 3;
}

.btnFrame.disabled .inner:after {
  border-bottom-color: #dbdbdb;
}

.desktop .btnFrame:hover {
  -webkit-animation: btnFrameAnim 0.4s linear;
          animation: btnFrameAnim 0.4s linear;
}

@-webkit-keyframes btnFrameAnim {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(4.2px) rotate(0);
            transform: translateY(4.2px) rotate(0);
  }
  60% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(1.2px) rotate(0);
            transform: translateY(1.2px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
}

@keyframes btnFrameAnim {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  20% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0);
  }
  40% {
    -webkit-transform: translateY(4.2px) rotate(0);
            transform: translateY(4.2px) rotate(0);
  }
  60% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  80% {
    -webkit-transform: translateY(1.2px) rotate(0);
            transform: translateY(1.2px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
}

.desktop .btnFrame:hover:before, .desktop .btnFrame:hover:after {
  -webkit-animation: none !important;
          animation: none !important;
  width: 15px !important;
  height: 3px !important;
  border-width: 0 !important;
  right: 6px;
}

.desktop .btnFrame:hover:before {
  -webkit-transform: scale(1) rotate(45deg) !important;
          transform: scale(1) rotate(45deg) !important;
}

.desktop .btnFrame:hover:after {
  -webkit-transform: scale(1) rotate(-45deg) !important;
          transform: scale(1) rotate(-45deg) !important;
}

.desktop .btnFrame:hover a {
  text-decoration: none;
}

.desktop .btnFrame:hover a:after {
  border-width: 5px;
  background-color: transparent;
}

.desktop .btnFrame:hover .inner:after {
  border-width: 66px;
  right: -66px;
}

.desktop .btnFrame.disabled:hover {
  -webkit-animation: none;
          animation: none;
}

.desktop .btnFrame.disabled:hover:before, .desktop .btnFrame.disabled:hover:after {
  right: 8px;
}

.desktop .btnFrame.disabled:hover .inner:after {
  border-width: 62px;
  right: -62px;
}

.btnGreen, .btnGreenLeft, .btnGreenRight {
  border-radius: 6px;
  border-width: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #00cbac;
  display: block;
  height: 50px;
}

.btnGreen a, .btnGreenLeft a, .btnGreenRight a {
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
  width: inherit;
  height: inherit;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.desktop .btnGreen:hover, .desktop .btnGreenLeft:hover, .desktop .btnGreenRight:hover {
  -webkit-animation: btnGreen 0.4s linear;
          animation: btnGreen 0.4s linear;
  background-color: #fff;
}

@-webkit-keyframes btnGreen {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  20% {
    -webkit-transform: scale(1.05) rotate(0);
            transform: scale(1.05) rotate(0);
  }
  40% {
    -webkit-transform: scale(0.95) rotate(0);
            transform: scale(0.95) rotate(0);
  }
  60% {
    -webkit-transform: scale(1.025) rotate(0);
            transform: scale(1.025) rotate(0);
  }
  80% {
    -webkit-transform: scale(0.975) rotate(0);
            transform: scale(0.975) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes btnGreen {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
  20% {
    -webkit-transform: scale(1.05) rotate(0);
            transform: scale(1.05) rotate(0);
  }
  40% {
    -webkit-transform: scale(0.95) rotate(0);
            transform: scale(0.95) rotate(0);
  }
  60% {
    -webkit-transform: scale(1.025) rotate(0);
            transform: scale(1.025) rotate(0);
  }
  80% {
    -webkit-transform: scale(0.975) rotate(0);
            transform: scale(0.975) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.desktop .btnGreen:hover a, .desktop .btnGreenLeft:hover a, .desktop .btnGreenRight:hover a {
  color: #00cbac;
  text-decoration: none;
}

.desktop .btnGreen:hover .iconBlank:before, .desktop .btnGreen:hover .iconBlank:after, .desktop .btnGreenLeft:hover .iconBlank:before, .desktop .btnGreenLeft:hover .iconBlank:after, .desktop .btnGreenRight:hover .iconBlank:before, .desktop .btnGreenRight:hover .iconBlank:after {
  border-color: #00cbac;
}

.btnGreen .iconBlank, .btnGreenLeft .iconBlank, .btnGreenRight .iconBlank {
  margin-left: 10px;
  display: inline-block;
}

.btnGreen .iconBlank:before, .btnGreen .iconBlank:after, .btnGreenLeft .iconBlank:before, .btnGreenLeft .iconBlank:after, .btnGreenRight .iconBlank:before, .btnGreenRight .iconBlank:after {
  border-color: #fff;
}

.btnGreenLeft a {
  padding-left: 10px;
}

.btnGreenLeft a:before, .btnGreenLeft a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1), left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1), left 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform-origin: 1.5px 1.5px;
          transform-origin: 1.5px 1.5px;
  width: 15px;
  height: 3px;
  background-color: #fff;
  left: 30px;
  content: '';
}

.btnGreenLeft a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnGreenLeft a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.desktop .btnGreenLeft a:hover:before,
.desktop .btnGreenLeft a:hover:after {
  background-color: #00cbac;
}

.btnGreenRight a {
  padding-right: 10px;
}

.btnGreenRight a:before, .btnGreenRight a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1), right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
          transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1), right 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform-origin: 13.5px 1.5px;
          transform-origin: 13.5px 1.5px;
  width: 15px;
  height: 3px;
  background-color: #fff;
  right: 30px;
  content: '';
}

.btnGreenRight a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btnGreenRight a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.desktop .btnGreenRight a:hover:before,
.desktop .btnGreenRight a:hover:after {
  background-color: #00cbac;
}

.pagination {
  position: relative;
  width: 100%;
  height: 50px;
}

.pagination .btnGreen, .pagination .btnGreenLeft, .pagination .btnGreenRight {
  position: absolute;
  top: 0;
}

.pagination .btnGreenRight {
  width: 200px;
  right: 0;
}

.pagination .btnGreenLeft {
  width: 200px;
  left: 0;
}

.pagination .btnGreen {
  width: 260px;
  left: 0;
  right: 0;
  margin: auto;
}

.numPagination {
  position: relative;
  font-size: 14px;
  text-align: center;
}

.numPagination .btnPrev {
  display: inline-block;
}

.numPagination .btnNext {
  display: inline-block;
}

.numPagination ul {
  display: inline-block;
}

.numPagination li {
  display: inline-block;
  margin: 0 4px;
}

.numPagination a {
  text-decoration: none;
  padding: 10px;
}

.numPagination .disabled a {
  cursor: normal;
  visibility: hidden;
}

.numPagination .current a, .numPagination .current span {
  color: #00cbac;
}

.line {
  position: absolute;
  top: 0;
  height: 3px;
  background: url("/assets/img/common/line.png") top center repeat-x;
}

.line.green {
  background: url("/assets/img/common/lineGreen.png") top center repeat-x;
}

.line.nav {
  height: 4px;
}

.line.thin {
  height: 2px;
}

.line.left:after, .line.right:after {
  background-image: url(../img/common/sprites.png);
  background-position: -500px -224px;
  width: 10px;
  height: 10px;
  position: absolute;
  content: '';
  top: 0;
}

.line.left {
  right: 5px;
}

.line.left:after {
  right: -5px;
}

.line.right {
  left: 5px;
}

.line.right:after {
  left: -5px;
}

h2.ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

h2.ttl:before {
  background-image: url(../img/common/sprites.png);
  background-position: -996px -271px;
  width: 23px;
  height: 29px;
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  height: 33px;
}

h3.ttl {
  font-size: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

h3.ttl .line.green {
  bottom: 0;
  top: auto;
  width: 100%;
}

h4.ttl p {
  font-size: 24px;
  vertical-align: middle;
  height: 100px;
  display: table-cell;
  padding-left: 20px;
}

[lang="en"] h4.ttl p,
[lang="fr"] h4.ttl p,
[lang="it"] h4.ttl p,
[lang="de"] h4.ttl p,
[lang="es"] h4.ttl p {
  padding-left: 0;
  font-weight: bold;
}

h4.ttl span {
  border-radius: 50%;
  border-width: 0;
  width: 100px;
  height: 100px;
  background-color: #00cbac;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

h5.ttl {
  font-size: 16px;
  font-weight: bold;
}

h5.ttl:before {
  border-radius: 50%;
  border-width: 0;
  width: 16px;
  height: 16px;
  background-color: #00cbac;
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

h6.ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

h6.ttl.point span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

h6.ttl.point:before {
  background-image: url(../img/common/sprites.png);
  background-position: -643px -337px;
  width: 40px;
  height: 40px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}

.leadS {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-top: 14px;
}

.lineBox {
  position: relative;
}

.lineBox .body {
  padding: 20px 40px;
}

.lineBox .body p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  margin-top: 20px;
}

.lineBox .line {
  width: 100%;
}

.lineBox .line:last-child {
  bottom: 0;
  top: auto;
}

.roundedWhiteBox {
  border-radius: 20px;
  border-width: 0;
  background-color: #fff;
  padding: 30px 40px;
}

.roundedWhiteBox p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  margin-top: 20px;
}

.roundedWhiteBox p:first-child {
  margin-top: 30px;
}

.roundedWhiteBoxS {
  border-radius: 10px;
  border-width: 0;
  background-color: #fff;
  padding: 30px 40px;
}

.roundedWhiteBoxS p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  margin-top: 14px;
}

.roundedWhiteBoxS p:first-child {
  margin-top: 0;
}

.twoColumnsBox {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
}

.twoColumnsBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.twoColumnsBox .left, .twoColumnsBox .right {
  width: 50%;
  float: left;
}

.twoColumnsBox .left p, .twoColumnsBox .right p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  margin-top: 14px;
}

.twoColumnsBox .left p:first-child, .twoColumnsBox .right p:first-child {
  margin-top: 0;
}

.twoColumnsBox .left {
  padding-right: 30px;
}

.twoColumnsBox .right {
  padding-left: 30px;
}

.imgTxtBoxSimple:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.imgTxtBoxSimple .img {
  float: right;
  margin-left: -370px;
}

.imgTxtBoxSimple .body {
  margin-right: 430px;
  float: left;
}

.imgTxtBoxSimple p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  margin-top: 14px;
}

.imgTxtBoxSimple p:first-child {
  margin-top: 0;
}

.imgTxtBox {
  position: relative;
  padding-top: 20px;
}

.imgTxtBox.sizeS .roundedWhiteBoxS {
  min-height: 200px;
}

.imgTxtBox.sizeM .roundedWhiteBoxS {
  min-height: 200px;
}

.imgTxtBox.sizeL .roundedWhiteBoxS {
  min-height: 250px;
}

.imgTxtBox.left .img {
  position: absolute;
  left: 0;
  top: 0;
}

.imgTxtBox.left .roundedWhiteBoxS {
  padding-left: 120px;
}

.imgTxtBox.left.sizeS .roundedWhiteBoxS {
  margin-left: 120px;
}

.imgTxtBox.left.sizeM .roundedWhiteBoxS {
  margin-left: 210px;
}

.imgTxtBox.left.sizeL .roundedWhiteBoxS {
  margin-left: 290px;
}

.imgTxtBox.right .img {
  position: absolute;
  right: 0;
  top: 0;
}

.imgTxtBox.right .roundedWhiteBoxS {
  padding-right: 120px;
}

.imgTxtBox.right.sizeS .roundedWhiteBoxS {
  margin-right: 120px;
}

.imgTxtBox.right.sizeM .roundedWhiteBoxS {
  margin-right: 210px;
}

.imgTxtBox.right.sizeL .roundedWhiteBoxS {
  margin-right: 290px;
}

.pickUpBox {
  position: relative;
  padding-left: 140px;
  height: 110px;
}

.pickUpBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pickUpBox p.hdr {
  position: absolute;
  left: 58px;
  top: -24px;
  font-weight: bold;
  font-size: 18px;
}

[lang="en"] .pickUpBox .line,
[lang="fr"] .pickUpBox .line,
[lang="it"] .pickUpBox .line,
[lang="de"] .pickUpBox .line,
[lang="es"] .pickUpBox .line {
  width: 2000px;
  left: 46px;
  right: 0;
}

[lang="en"] .pickUpBox .line.left:after, [lang="en"] .pickUpBox .line.right:after,
[lang="fr"] .pickUpBox .line.left:after,
[lang="fr"] .pickUpBox .line.right:after,
[lang="it"] .pickUpBox .line.left:after,
[lang="it"] .pickUpBox .line.right:after,
[lang="de"] .pickUpBox .line.left:after,
[lang="de"] .pickUpBox .line.right:after,
[lang="es"] .pickUpBox .line.left:after,
[lang="es"] .pickUpBox .line.right:after {
  background-image: url(../img/common/sprites.png);
  background-position: -1072px -196px;
  width: 16px;
  height: 20px;
  position: absolute;
  content: '';
  top: -16px;
  left: -16px;
}

[lang="ja"] .pickUpBox .line {
  width: 2000px;
  left: 46px;
  right: 0;
}

.pickUpBox .blan {
  width: 200px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.pickUpBox .blan .ttl a {
  position: relative;
}

.pickUpBox .blan .ttl a span {
  padding-left: 50px;
  text-align: left;
}

.pickUpBox .blan .ttl a.blank span {
  padding-right: 25px;
}

.pickUpBox .blan .ttl a.blank .iconBlank {
  display: block;
  width: 18px;
  height: 16px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin-top: auto;
  margin-bottom: auto;
}

.pickUpBox .blan .ttl a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/common/sprites.png);
  background-position: -836px -271px;
  width: 30px;
  height: 30px;
  left: 4px;
  content: '';
}

#GL .pickUpBox .blan .ttl a:before {
  background-image: url(../img/common/sprites.png);
  background-position: -1023px -196px;
  width: 24px;
  height: 24px;
  left: 13px;
}

.desktop .pickUpBox .blan .ttl a:hover {
  text-decoration: none;
}

.blanImgBox {
  position: relative;
  padding: 20px;
}

.blanImgBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.blanImgBox .line {
  width: 100%;
  top: 0;
  left: 0;
}

.blanImgBox .body {
  float: left;
}

.blanImgBox .body p {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  margin-top: 14px;
}

.blanImgBox .body .ttl {
  font-size: 16px;
  margin: 0;
}

.blanImgBox .blan {
  float: right;
  margin-top: -2px;
}

.blanImgBox.horizontal .body {
  margin-right: 335px;
}

.blanImgBox.horizontal .blan {
  margin-left: -335px;
}

.blanImgBox.vertical .body {
  margin-right: 275px;
}

.blanImgBox.vertical .blan {
  margin-left: -275px;
}

.thumbsBox {
  width: 800px;
  margin: 0 auto;
}

.thumbsBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.thumbsBox .item {
  float: left;
  width: 240px;
  margin-left: 40px;
  position: relative;
}

.thumbsBox .item .ttl {
  font-size: 13px;
  font-weight: bold;
  margin-top: 18px;
}

.thumbsBox .item a {
  display: block;
}

.thumbsBox .item .caption {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  font-size: 12px;
  margin-top: 12px;
}

.thumbsBox .item .img {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
}

.thumbsBox .item .img:after {
  background-image: url(../img/common/sprites.png);
  background-position: 0px -245px;
  width: 240px;
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}

.thumbsBox .item .img img {
  position: relative;
  top: 2px;
  left: 2px;
  width: 236px;
  height: 216px;
}

.thumbsBox .item.video .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/sprites.png);
  background-position: 0px -467px;
  width: 92px;
  height: 92px;
  content: '';
  z-index: 2;
}

.thumbsBox .item:first-child {
  margin-left: 0;
}

.timeLineBox {
  position: relative;
}

.timeLineBox .timeline {
  position: absolute;
  top: 0;
  left: 39px;
  width: 2px;
  height: 100%;
  background: url("/assets/img/common/timeLine.png") left -7px repeat-y;
}

.timeLineBox .timeline:after {
  background-image: url(../img/common/sprites.png);
  background-position: -428px -391px;
  width: 10px;
  height: 41px;
  position: absolute;
  bottom: -41px;
  left: -4px;
  content: '';
}

.timeLineBox .group {
  position: relative;
  margin-bottom: 60px;
}

.timeLineBox .box {
  min-height: 98px;
  margin-left: 110px;
  position: relative;
}

.timeLineBox .group > .ttl {
  position: absolute;
  left: 0;
  top: 0;
  top: 20px;
  width: 78px;
  height: 78px;
  background-color: #00cbac;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.timeLineBox .group > .ttl span {
  vertical-align: middle;
  display: table-cell;
  width: inherit;
  height: inherit;
}

.timeLineBox .group > .ttl:after {
  -webkit-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 70px;
  height: 4px;
  position: absolute;
  top: 38px;
  left: 40px;
  content: '';
  background-color: #00cbac;
  z-index: -1;
}

.timeLineBox .group > .ttl.show:after {
  width: 70px !important;
}

.frame, .frameGreen {
  position: relative;
  background: url(/assets/img/common/frameTopLeft.png) top left no-repeat, url(/assets/img/common/frameTopRight.png) top right no-repeat, url(/assets/img/common/frameBottomLeft.png) bottom left no-repeat, url(/assets/img/common/frameBottomRight.png) bottom right no-repeat;
}

.frame > .inner, .frameGreen > .inner {
  position: relative;
  z-index: 2;
  padding: 16px;
}

.frame:before, .frameGreen:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  right: 16px;
  content: '';
  background: url(/assets/img/common/line.png) top repeat-x, url(/assets/img/common/line.png) bottom repeat-x;
  background-size: 100% 3px;
}

.frame:after, .frameGreen:after {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  right: 0;
  content: '';
  background: url(/assets/img/common/lineVertical.png) left repeat-y, url(/assets/img/common/lineVertical.png) right repeat-y;
  background-size: 3px;
}

.frameGreen {
  background: url(/assets/img/common/frameGreenTopLeft.png) top left no-repeat, url(/assets/img/common/frameGreenTopRight.png) top right no-repeat, url(/assets/img/common/frameGreenBottomLeft.png) bottom left no-repeat, url(/assets/img/common/frameGreenBottomRight.png) bottom right no-repeat;
}

.frameGreen:before {
  background: url(/assets/img/common/lineGreen.png) top repeat-x, url(/assets/img/common/lineGreen.png) bottom repeat-x;
  background-size: 100% 3px;
}

.frameGreen:after {
  background: url(/assets/img/common/lineGreenVertical.png) left repeat-y, url(/assets/img/common/lineGreenVertical.png) right repeat-y;
  background-size: 3px;
}

.frameS {
  position: relative;
  background: url(/assets/img/common/frameSTopLeft.png) top left no-repeat, url(/assets/img/common/frameSTopRight.png) top right no-repeat, url(/assets/img/common/frameSBottomLeft.png) bottom left no-repeat, url(/assets/img/common/frameSBottomRight.png) bottom right no-repeat;
}

.frameS > .inner {
  position: relative;
  z-index: 2;
  padding: 10px;
}

.frameS:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  content: '';
  background: url(/assets/img/common/lineS.png) top repeat-x, url(/assets/img/common/lineS.png) bottom repeat-x;
  background-size: 100% 1px;
}

.frameS:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  content: '';
  background: url(/assets/img/common/lineSVertical.png) left repeat-y, url(/assets/img/common/lineSVertical.png) right repeat-y;
  background-size: 1px;
}

.blan {
  position: relative;
  margin-top: 16px;
}

.blan > svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: #3c3c3c !important;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.blan .blanContainer {
  border-radius: 10px;
  border-width: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: relative;
  z-index: 2;
  padding: 20px 6px 6px;
  background-color: #3c3c3c;
}

.blan:before, .blan:after {
  background-image: url(../img/common/sprites.png);
  background-position: 0px -561px;
  width: 26px;
  height: 100px;
  height: 30px;
  position: absolute;
  top: -17px;
  content: '';
}

.blan:before {
  left: 31px;
}

.blan:after {
  right: 31px;
}

.blan .inner {
  border-radius: 6px;
  border-width: 0;
  background-color: #fff;
  min-height: 64px;
  overflow: hidden;
}

.blan .inner a {
  text-align: center;
  font-size: 13px;
  width: 100%;
  height: 64px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  display: table;
}

.blan span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.blan .face {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  top: 10px;
}

.blan .face:before, .blan .face:after {
  border-radius: 50%;
  border-width: 0;
  background-color: #fff;
  width: 6px;
  height: 6px;
  top: -3px;
  content: '';
  position: absolute;
}

.blan .face:before {
  left: -33px;
}

.blan .face:after {
  right: -33px;
}

.blan.noface {
  border-radius: 16px;
  border-width: 0;
}

.blan.noface .blanContainer {
  padding: 6px;
}

.blan.noface .inner {
  border-radius: 10px;
  border-width: 0;
}

.blan.noface .face {
  display: none;
}

table.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

table.table th, table.table td {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  padding: 18px 20px;
  vertical-align: middle;
}

table.table th {
  width: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

table.table td {
  background-color: rgba(0, 0, 0, 0.05);
}

table.table tbody:only-child tr:first-child th {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

table.table tbody:only-child tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}

table.table tbody:only-child tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  overflow: hidden;
}

table.table tbody:only-child tr:last-child th {
  border-radius: 0 0 0 10px;
  overflow: hidden;
}

table.table tbody:only-child tr:first-child:last-child th {
  border-radius: 10px 0 0 10px;
}

table.table tbody:only-child tr:first-child:last-child td:last-child {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

table.table tbody:not(:only-child) tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
  overflow: hidden;
}

table.table tbody:not(:only-child) tr:last-child th {
  border-radius: 0 0 0 10px;
  overflow: hidden;
}

table.table thead .color1 {
  background-color: rgba(0, 203, 172, 0.4);
}

table.table thead .color2 {
  background-color: rgba(0, 203, 172, 0.2);
}

table.table thead tr:first-child > *:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

table.table thead tr:first-child > *:last-child {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}

.listTable dl.round {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px 1px;
}

.listTable dl.round > dt, .listTable dl.round > dd {
  display: table-cell;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
  padding: 18px 20px;
  vertical-align: middle;
}

.listTable dl.round > dt {
  width: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.listTable dl.round > dd {
  background-color: rgba(0, 0, 0, 0.05);
}

.listTable dl.round:first-child > dt:first-child {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

.listTable dl.round:last-child > dt:first-child {
  border-radius: 0 0 0 10px;
  overflow: hidden;
}

.listTable dl.round:first-child > dd:last-child {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}

.listTable dl.round:last-child > dd:last-child {
  border-radius: 0 0 10px 0;
  overflow: hidden;
}

.listTable dl.round:only-child > dt:first-child {
  border-radius: 10px 0 0 10px;
}

.listTable dl.round:only-child > dd:last-child {
  border-radius: 0 10px 10px 0;
}

.iconBlank {
  display: block;
  width: 18px;
  height: 16px;
  position: relative;
}

.iconBlank:before, .iconBlank:after {
  -webkit-transition: border-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: border-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 14px;
  height: 12px;
  content: '';
}

.iconBlank:before {
  position: absolute;
  right: 0;
  top: 0;
  border: 2px solid #3c3c3c;
  border-top-width: 3px;
}

.iconBlank:after {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #3c3c3c;
  border-left: 2px solid #3c3c3c;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
#globalHeader:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  background: url("/assets/img/common/line.png") top center repeat-x;
  z-index: -1;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#contents {
  width: 100%;
  padding: 520px 0 0;
  max-width: 2000px;
}

#contents:before {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  top: 435px;
  width: 100%;
  height: 85px;
  background: url("/assets/img/index/curvedLine.png") top center no-repeat;
  content: '';
}

#contents.show:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

#contentsInner {
  position: relative;
  height: 360px;
  padding: 0;
}

#contentsInner .blan {
  opacity: 0;
  position: absolute;
  width: 170px;
  height: 120px;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

#contentsInner .blan:before, #contentsInner .blan:after {
  height: 100px;
}

#contentsInner .blan .blanContainer {
  height: 100%;
  outline: 1px solid transparent;
}

#contentsInner .blan .blanContainer > .inner {
  height: 108px;
}

#contentsInner .blan .blanContainer img {
  width: 100%;
}

#contentsInner .blan.blan1 {
  position: absolute;
  margin-left: -408px;
  left: 50%;
  -webkit-transform: rotate(1.3deg);
          transform: rotate(1.3deg);
  top: -9px;
}

#GL #contentsInner .blan.blan1 {
  position: absolute;
  margin-left: -466px;
  left: 50%;
  -webkit-transform: rotate(1.3deg);
          transform: rotate(1.3deg);
  top: -11px;
}

#contentsInner .blan.blan2 {
  position: absolute;
  margin-left: -218px;
  left: 50%;
  -webkit-transform: rotate(0.6deg);
          transform: rotate(0.6deg);
  top: -5px;
}

#GL #contentsInner .blan.blan2 {
  position: absolute;
  margin-left: -276px;
  left: 50%;
  -webkit-transform: rotate(1.1deg);
          transform: rotate(1.1deg);
  top: -6px;
}

#contentsInner .blan.blan3 {
  position: absolute;
  margin-left: -27px;
  left: 50%;
  -webkit-transform: rotate(0.5deg);
          transform: rotate(0.5deg);
  top: -1px;
}

#GL #contentsInner .blan.blan3 {
  position: absolute;
  margin-left: -85px;
  left: 50%;
  -webkit-transform: rotate(0.7deg);
          transform: rotate(0.7deg);
  top: -2px;
}

#contentsInner .blan.blan4 {
  position: absolute;
  margin-left: 166px;
  left: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: -1px;
}

#GL #contentsInner .blan.blan4 {
  position: absolute;
  margin-left: 108px;
  left: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: -1px;
}

#contentsInner .blan.blan5 {
  position: absolute;
  margin-left: 360px;
  left: 50%;
  -webkit-transform: rotate(-0.5deg);
          transform: rotate(-0.5deg);
  top: -1px;
}

#GL #contentsInner .blan.blan5 {
  position: absolute;
  margin-left: 302px;
  left: 50%;
  -webkit-transform: rotate(-0.5deg);
          transform: rotate(-0.5deg);
  top: -1px;
}

.blan.btnNews {
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(1.7deg);
          transform: rotate(1.7deg);
  left: 58px;
  top: 583px;
  width: 104px;
  height: 65px;
}

#GL .blan.btnNews {
  display: none;
}

#wrapper .blan.btnNews {
  top: -17px;
}

.blan.btnNews:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  height: 60px;
  left: 20px;
  top: -16px;
}

.blan.btnNews:after {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  height: 60px;
  right: 20px;
  top: -16px;
}

.blan.btnNews .balloon {
  position: absolute;
  top: -74px;
  left: -8px;
  width: 82px;
  height: 43px;
}

.blan.btnNews .balloon .base {
  border-radius: 18px;
  border-width: 0;
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
  -webkit-transform-origin: 18px 43px;
          transform-origin: 18px 43px;
  background-color: #dd6e0b;
  width: 82px;
  height: 43px;
}

.blan.btnNews .balloon .ttl {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  background-image: url(../img/common/sprites.png);
  background-position: -450px -224px;
  width: 48px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 25px;
}

.blan.btnNews .balloon .date {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 7px;
  font-size: 15px;
}

.blan.btnNews .balloon .circle1, .blan.btnNews .balloon .circle2 {
  border-radius: 50%;
  border-width: 0;
  opacity: 0;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: #dd6e0b;
  position: absolute;
  display: block;
}

.blan.btnNews .balloon .circle1 {
  width: 11px;
  height: 11px;
  top: 44px;
  left: 3px;
}

.blan.btnNews .balloon .circle2 {
  width: 7px;
  height: 7px;
  top: 63px;
  left: 12px;
}

.blan.btnNews .blanContainer {
  height: 100%;
  padding: 14px 5px 5px;
  cursor: pointer;
  outline: 1px solid transparent;
}

.blan.btnNews .blanContainer .face {
  top: 7px;
  width: 22px;
  height: 2.4px;
}

.blan.btnNews .blanContainer .face:before {
  left: -24px;
  width: 4px;
  height: 4px;
  top: -2px;
}

.blan.btnNews .blanContainer .face:after {
  right: -24px;
  width: 4px;
  height: 4px;
  top: -2px;
}

.blan.btnNews .blanContainer > .inner {
  min-height: 0;
  height: 45px;
}

.blan.btnNews .blanContainer > .inner a {
  height: 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .blan.btnNews {
    position: absolute;
    margin-left: -542px;
    left: 50%;
  }
}

#newsContents {
  position: absolute;
  top: -3000px;
  width: 694px;
  height: 344px;
  margin: 50px 30px;
  z-index: -100;
  visibility: hidden;
}

.txtBox .btnPrev, .txtBox .btnNext {
  position: relative;
  width: 30px;
  height: 42px;
}

.txtBox .btnPrev a, .txtBox .btnNext a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  display: block !important;
  width: 100%;
  height: 100%;
}

.txtBox .btnPrev a:before, .txtBox .btnPrev a:after, .txtBox .btnNext a:before, .txtBox .btnNext a:after {
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  width: 30px;
  height: 4px;
  background-color: #00cbac;
}

.desktop .txtBox .btnPrev:hover a:before, .desktop .txtBox .btnPrev:hover a:after, .desktop .txtBox .btnNext:hover a:before, .desktop .txtBox .btnNext:hover a:after {
  background-color: #3c3c3c;
}

.txtBox .btnPrev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
}

.txtBox .btnPrev a:before, .txtBox .btnPrev a:after {
  left: 6px;
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
}

.txtBox .btnPrev a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.txtBox .btnPrev a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.desktop .txtBox .btnPrev:hover a:before {
  -webkit-animation: newsContentsBtnPrev1 0.4s linear;
          animation: newsContentsBtnPrev1 0.4s linear;
}

@-webkit-keyframes newsContentsBtnPrev1 {
  0% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
  20% {
    -webkit-transform: translateX(-5px) rotate(45deg);
            transform: translateX(-5px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateX(3.5px) rotate(45deg);
            transform: translateX(3.5px) rotate(45deg);
  }
  60% {
    -webkit-transform: translateX(-2.5px) rotate(45deg);
            transform: translateX(-2.5px) rotate(45deg);
  }
  80% {
    -webkit-transform: translateX(1px) rotate(45deg);
            transform: translateX(1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
}

@keyframes newsContentsBtnPrev1 {
  0% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
  20% {
    -webkit-transform: translateX(-5px) rotate(45deg);
            transform: translateX(-5px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateX(3.5px) rotate(45deg);
            transform: translateX(3.5px) rotate(45deg);
  }
  60% {
    -webkit-transform: translateX(-2.5px) rotate(45deg);
            transform: translateX(-2.5px) rotate(45deg);
  }
  80% {
    -webkit-transform: translateX(1px) rotate(45deg);
            transform: translateX(1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
}

.desktop .txtBox .btnPrev:hover a:after {
  -webkit-animation: newsContentsBtnPrev2 0.4s linear;
          animation: newsContentsBtnPrev2 0.4s linear;
}

@-webkit-keyframes newsContentsBtnPrev2 {
  0% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
  20% {
    -webkit-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(3.5px) rotate(-45deg);
            transform: translateX(3.5px) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateX(-2.5px) rotate(-45deg);
            transform: translateX(-2.5px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateX(1px) rotate(-45deg);
            transform: translateX(1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
}

@keyframes newsContentsBtnPrev2 {
  0% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
  20% {
    -webkit-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(3.5px) rotate(-45deg);
            transform: translateX(3.5px) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateX(-2.5px) rotate(-45deg);
            transform: translateX(-2.5px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateX(1px) rotate(-45deg);
            transform: translateX(1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
}

.txtBox .btnNext {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
}

.txtBox .btnNext a:before, .txtBox .btnNext a:after {
  right: 6px;
  -webkit-transform-origin: 28px 2px;
          transform-origin: 28px 2px;
}

.txtBox .btnNext a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.txtBox .btnNext a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.desktop .txtBox .btnNext:hover a:before {
  -webkit-animation: newsContentsBtnNext1 0.4s linear;
          animation: newsContentsBtnNext1 0.4s linear;
}

@-webkit-keyframes newsContentsBtnNext1 {
  0% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
  20% {
    -webkit-transform: translateX(5px) rotate(45deg);
            transform: translateX(5px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateX(-3.5px) rotate(45deg);
            transform: translateX(-3.5px) rotate(45deg);
  }
  60% {
    -webkit-transform: translateX(2.5px) rotate(45deg);
            transform: translateX(2.5px) rotate(45deg);
  }
  80% {
    -webkit-transform: translateX(-1px) rotate(45deg);
            transform: translateX(-1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
}

@keyframes newsContentsBtnNext1 {
  0% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
  20% {
    -webkit-transform: translateX(5px) rotate(45deg);
            transform: translateX(5px) rotate(45deg);
  }
  40% {
    -webkit-transform: translateX(-3.5px) rotate(45deg);
            transform: translateX(-3.5px) rotate(45deg);
  }
  60% {
    -webkit-transform: translateX(2.5px) rotate(45deg);
            transform: translateX(2.5px) rotate(45deg);
  }
  80% {
    -webkit-transform: translateX(-1px) rotate(45deg);
            transform: translateX(-1px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(45deg);
            transform: translateX(0px) rotate(45deg);
  }
}

.desktop .txtBox .btnNext:hover a:after {
  -webkit-animation: newsContentsBtnNext2 0.4s linear;
          animation: newsContentsBtnNext2 0.4s linear;
}

@-webkit-keyframes newsContentsBtnNext2 {
  0% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
  20% {
    -webkit-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(-3.5px) rotate(-45deg);
            transform: translateX(-3.5px) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateX(2.5px) rotate(-45deg);
            transform: translateX(2.5px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateX(-1px) rotate(-45deg);
            transform: translateX(-1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
}

@keyframes newsContentsBtnNext2 {
  0% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
  20% {
    -webkit-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateX(-3.5px) rotate(-45deg);
            transform: translateX(-3.5px) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateX(2.5px) rotate(-45deg);
            transform: translateX(2.5px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateX(-1px) rotate(-45deg);
            transform: translateX(-1px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(-45deg);
            transform: translateX(0px) rotate(-45deg);
  }
}

.carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 694px;
  height: 344px;
  padding: 20px 64px 50px 54px;
}

.carousel .newsItem {
  width: 576px !important;
  height: 274px !important;
  overflow: auto;
  outline: none !important;
}

.carousel .date {
  color: #00cbac;
  font-size: 14px;
}

.carousel .ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

.carousel .body {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.8;
}

.importWindow {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background-color: #fff;
  padding: 10px;
  width: 500px;
  height: 100px;
}

.importWindow:before {
  content: 'input Blans\' positions array string and hit return key';
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.importWindow textarea {
  width: 480px;
  height: 50px;
}

.noscript.blan {
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  margin-top: 58px;
  width: 396px;
  height: 337px;
}

.noscript.blan:before, .noscript.blan:after {
  background-image: url(../img/common/sprites.png);
  background-position: -242px -391px;
  width: 78px;
  height: 58px;
  top: -58px;
}

.noscript.blan:before {
  left: 80px;
}

.noscript.blan:after {
  right: 80px;
}

.noscript.blan .face {
  width: 0;
  height: 0;
  top: 0;
  background-color: transparent;
  border-bottom: 40px solid #fff;
  border-top: 40px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.noscript.blan .face:before, .noscript.blan .face:after {
  border-radius: 0;
  width: 37px;
  height: 12px;
  top: 0;
}

.noscript.blan .face:after {
  right: 90px;
}

.noscript.blan .face:before {
  left: 90px;
}

.noscript.blan .blanContainer {
  border-radius: 18px;
  padding: 116px 18px 20px;
}

.legacy .noscript.blan .blanContainer {
  background-image: url(../img/common/sprites.png);
  background-position: 0px 0px;
  width: 286px;
  height: 243px;
  background-color: transparent;
}

.noscript.blan .inner {
  border-radius: 15px;
  width: 360px;
  height: 200px;
}

.legacy .noscript.blan .inner {
  background-image: url(../img/common/sprites.png);
  background-position: -242px -245px;
  width: 256px;
  height: 144px;
  background-color: transparent;
}

.noscript.blan .inner span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  width: inherit;
  height: inherit;
  padding: 50px;
  letter-spacing: -0.05em;
}

#dateModal .simpleModalContents {
  border: none;
  width: 760px;
  height: 420px;
}

#dateModal .simpleModalContentsInner {
  padding: 50px 30px;
  overflow: hidden;
}

#dateModal .simpleModalContentsInner:before {
  display: none;
}

#dateModal .txtBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
  height: 344px;
  overflow: auto;
  margin: 50px 30px;
  padding: 0 64px 0 54px;
}

#dateModal .line {
  display: none;
}

#dateModal .date {
  color: #dd6e0b;
  font-weight: bold;
}

#dateModal .btnClose a {
  text-decoration: none;
  color: #dd6e0b;
}

#dateModal .btnClose a:before, #dateModal .btnClose a:after {
  background-color: #dd6e0b;
}

#dateModal .btnClose svg {
  fill: #dd6e0b;
}
