@charset "UTF-8";
/*	color
============================================================*/
/*	variable
============================================================*/
/*	mixin
============================================================*/
/*	easing
============================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

html, body {
  font-family: acumin-pro, a-otf-gothic-bbb-pr6n, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 36px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em; }

body {
  min-width: 1280px; }

html:not(.wf-active) * {
  color: transparent !important; }

a {
  color: #000;
  text-decoration: none; }

br.spbr {
  display: none; }

body:not(.touch) a {
  transition: opacity .1s linear; }
  body:not(.touch) a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

@media (max-width: 767px) {
  body {
    min-width: 100%; }
  br.spbr {
    display: block; }
  br.pcbr {
    display: none; } }

.pagebutton, .pagebutton--border {
  position: relative;
  box-sizing: border-box;
  width: 110px;
  height: 55px;
  background-color: #FFF; }
  .pagebutton .pagebutton__prev.disabled, .pagebutton--border .pagebutton__prev.disabled,
  .pagebutton .pagebutton__next.disabled, .pagebutton--border .pagebutton__next.disabled {
    opacity: 0.1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    pointer-events: none; }

.pagebutton--border {
  width: 87px;
  height: 44px;
  background-color: transparent; }
  .pagebutton--border .pagebutton__prev.disabled, .pagebutton--border .pagebutton__prev.disabled:hover,
  .pagebutton--border .pagebutton__next.disabled,
  .pagebutton--border .pagebutton__next.disabled:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: none; }
    .pagebutton--border .pagebutton__prev.disabled:before, .pagebutton--border .pagebutton__prev.disabled:hover:before,
    .pagebutton--border .pagebutton__next.disabled:before,
    .pagebutton--border .pagebutton__next.disabled:hover:before {
      opacity: 0.1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.pagebutton__prev,
.pagebutton__next {
  box-sizing: border-box;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px; }
  .pagebutton__prev:before,
  .pagebutton__next:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    transition: opacity .1s linear; }
  .pagebutton--border .pagebutton__prev, .pagebutton--border
  .pagebutton__next {
    width: 44px;
    height: 44px;
    border: 1px solid #c3c3c3; }

.pagebutton__prev {
  left: 0px; }
  .pagebutton__prev:before {
    border-width: 1px 0 0 1px;
    margin: -7px 0 0 -3px; }
  .pagebutton__prev.disabled:hover {
    opacity: 0.1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
    .pagebutton__prev.disabled:hover:before {
      animation: none !important; }

.pagebutton__next {
  right: 0px; }
  .pagebutton__next:before {
    border-width: 0 1px 1px 0;
    margin: -7px 0 0 -11px; }
  .pagebutton__next.disabled:hover {
    opacity: 0.1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
    .pagebutton__next.disabled:hover:before {
      animation: none !important; }

body:not(.touch) .pagebutton__prev:hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  body:not(.touch) .pagebutton__prev:hover:before {
    animation: pagebutton__prev-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .pagebutton__next:hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  body:not(.touch) .pagebutton__next:hover:before {
    animation: pagebutton__next-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@keyframes pagebutton__prev-hover {
  0% {
    transform: translate(-6px, 0) rotate(-45deg); }
  100% {
    transform: translate(0px, 0) rotate(-45deg); } }

@keyframes pagebutton__next-hover {
  0% {
    transform: translate(6px, 0) rotate(-45deg); }
  100% {
    transform: translate(0px, 0) rotate(-45deg); } }

@media (max-width: 767px) {
  .pagebutton, .pagebutton--border {
    width: 66px;
    height: 33px;
    background-color: #FFF; }
  .pagebutton--border {
    width: 65px; }
  .pagebutton__prev,
  .pagebutton__next {
    width: 33px;
    height: 33px; }
    .pagebutton__prev:before,
    .pagebutton__next:before {
      width: 9px;
      height: 9px; }
    .pagebutton--border .pagebutton__prev, .pagebutton--border
    .pagebutton__next {
      width: 33px;
      height: 33px; }
  .pagebutton__prev:before {
    margin: -5px 0 0 -3px; }
  .pagebutton__next:before {
    margin: -5px 0 0 -7px; } }

.roundbutton, .roundbutton--large, .roundbutton--medium, .roundbutton--medium--arrow, .roundbutton--next, .wysiwyg_texting .news__feature .news__feature__link > a, .news__article__body .news__feature .news__feature__link > a,
.roundbutton--arrow--medium, .roundbutton--prev, .roundbutton--back, .roundbutton--small, .roundbutton--small--arrow,
.roundbutton--arrow--small, .roundbutton--top,
.roundbutton--right,
.roundbutton--bottom,
.roundbutton--left, .roundbutton--arrow,
.roundbutton--large--arrow,
.roundbutton--arrow--large, .roundbutton--contact {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 66px;
  border: 1px solid #c3c3c3;
  border-radius: 33px;
  background-color: transparent;
  padding: 20px 34px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.15em; }

.roundbutton--medium, .roundbutton--medium--arrow, .roundbutton--next, .wysiwyg_texting .news__feature .news__feature__link > a, .news__article__body .news__feature .news__feature__link > a,
.roundbutton--arrow--medium, .roundbutton--prev, .roundbutton--back {
  height: 56px;
  border-radius: 28px;
  font-size: 16px;
  line-height: 20px;
  padding: 18px 25px; }

.roundbutton--small, .roundbutton--small--arrow,
.roundbutton--arrow--small, .roundbutton--top,
.roundbutton--right,
.roundbutton--bottom,
.roundbutton--left {
  height: 38px;
  border-radius: 19px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 18px; }

.roundbutton--arrow,
.roundbutton--large--arrow,
.roundbutton--arrow--large {
  padding-right: 108px; }
  .roundbutton--arrow:after,
  .roundbutton--large--arrow:after,
  .roundbutton--arrow--large:after {
    content: "";
    display: block;
    width: 58px;
    height: 9px;
    background-image: url(/images/arrow_large_right.svg);
    background-size: 200px 9px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -6px; }

.roundbutton--medium--arrow, .roundbutton--next, .wysiwyg_texting .news__feature .news__feature__link > a, .news__article__body .news__feature .news__feature__link > a,
.roundbutton--arrow--medium {
  padding-right: 86px; }
  .roundbutton--medium--arrow:after, .roundbutton--next:after, .wysiwyg_texting .news__feature .news__feature__link > a:after, .news__article__body .news__feature .news__feature__link > a:after,
  .roundbutton--arrow--medium:after {
    content: "";
    display: block;
    width: 45px;
    height: 9px;
    background-image: url(/images/arrow_large_right.svg);
    background-size: 200px 9px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -6px; }

.roundbutton--small--arrow,
.roundbutton--arrow--small {
  padding-right: 58px; }
  .roundbutton--small--arrow:after,
  .roundbutton--arrow--small:after {
    content: "";
    display: block;
    width: 31px;
    height: 6px;
    background-image: url(/images/arrow_small_right.svg);
    background-size: 100px 6px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px; }

.roundbutton--top,
.roundbutton--right,
.roundbutton--bottom,
.roundbutton--left {
  padding-right: 60px; }
  .roundbutton--top:after,
  .roundbutton--right:after,
  .roundbutton--bottom:after,
  .roundbutton--left:after {
    content: "";
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #000;
    position: absolute;
    top: 50%;
    right: 16px; }

.roundbutton--top:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin: -2px 0 0 0; }

.roundbutton--right:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin: -5px 3px 0 0; }

.roundbutton--bottom:after {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  margin: -7px 0 0 0; }

.roundbutton--left:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  margin: -5px -3px 0 0; }

.roundbutton--prev {
  padding-left: 86px; }
  .roundbutton--prev:after {
    content: "";
    display: block;
    width: 45px;
    height: 9px;
    background-image: url(/images/arrow_large_left.svg);
    background-size: 200px 9px;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    left: 27px;
    top: 50%;
    margin-top: -6px; }

.roundbutton--back {
  padding-right: 60px; }
  .roundbutton--back:after {
    content: "";
    display: block;
    width: 20px;
    height: 18px;
    background-image: url(/images/arrow_back.svg);
    background-size: 20px 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -10px; }

.roundbutton--contact {
  text-align: center;
  vertical-align: middle;
  width: 398px;
  padding-left: 24px; }
  .roundbutton--contact:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 16px;
    background-image: url(/images/icon_mail.svg);
    background-size: 26px 16px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 20px;
    position: relative;
    top: 1px; }

body:not(.touch) .roundbutton, body:not(.touch) .roundbutton--large, body:not(.touch) .roundbutton--medium, body:not(.touch) .roundbutton--medium--arrow, body:not(.touch) .roundbutton--next, body:not(.touch) .wysiwyg_texting .news__feature .news__feature__link > a, .wysiwyg_texting .news__feature body:not(.touch) .news__feature__link > a, body:not(.touch) .news__article__body .news__feature .news__feature__link > a, .news__article__body .news__feature body:not(.touch) .news__feature__link > a, body:not(.touch)
.roundbutton--arrow--medium, body:not(.touch) .roundbutton--prev, body:not(.touch) .roundbutton--back, body:not(.touch) .roundbutton--small, body:not(.touch) .roundbutton--small--arrow, body:not(.touch)
.roundbutton--arrow--small, body:not(.touch) .roundbutton--top, body:not(.touch)
.roundbutton--right, body:not(.touch)
.roundbutton--bottom, body:not(.touch)
.roundbutton--left, body:not(.touch) .roundbutton--arrow, body:not(.touch)
.roundbutton--large--arrow, body:not(.touch)
.roundbutton--arrow--large, body:not(.touch) .roundbutton--contact {
  transition: border-color .1s linear, color .1s linear; }
  body:not(.touch) .roundbutton:hover, body:not(.touch) .roundbutton--large:hover, body:not(.touch) .roundbutton--medium:hover, body:not(.touch) .roundbutton--medium--arrow:hover, body:not(.touch) .roundbutton--next:hover, body:not(.touch) .wysiwyg_texting .news__feature .news__feature__link > a:hover, .wysiwyg_texting .news__feature body:not(.touch) .news__feature__link > a:hover, body:not(.touch) .news__article__body .news__feature .news__feature__link > a:hover, .news__article__body .news__feature body:not(.touch) .news__feature__link > a:hover, body:not(.touch)
  .roundbutton--arrow--medium:hover, body:not(.touch) .roundbutton--prev:hover, body:not(.touch) .roundbutton--back:hover, body:not(.touch) .roundbutton--small:hover, body:not(.touch) .roundbutton--small--arrow:hover, body:not(.touch)
  .roundbutton--arrow--small:hover, body:not(.touch) .roundbutton--top:hover, body:not(.touch)
  .roundbutton--right:hover, body:not(.touch)
  .roundbutton--bottom:hover, body:not(.touch)
  .roundbutton--left:hover, body:not(.touch) .roundbutton--arrow:hover, body:not(.touch)
  .roundbutton--large--arrow:hover, body:not(.touch)
  .roundbutton--arrow--large:hover, body:not(.touch) .roundbutton--contact:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-color: rgba(195, 195, 195, 0.5);
    color: rgba(0, 0, 0, 0.5); }

body:not(.touch) .roundbutton--arrow:hover:after,
body:not(.touch) .roundbutton--large--arrow:hover:after,
body:not(.touch) .roundbutton--arrow--large:hover:after,
body:not(.touch) .roundbutton--medium--arrow:hover:after,
body:not(.touch) .roundbutton--next:hover:after,
body:not(.touch) .wysiwyg_texting .news__feature .news__feature__link > a:hover:after, .wysiwyg_texting .news__feature
body:not(.touch) .news__feature__link > a:hover:after,
body:not(.touch) .news__article__body .news__feature .news__feature__link > a:hover:after, .news__article__body .news__feature
body:not(.touch) .news__feature__link > a:hover:after,
body:not(.touch) .roundbutton--arrow--medium:hover:after,
body:not(.touch) .roundbutton--small--arrow:hover:after,
body:not(.touch) .roundbutton--arrow--small:hover:after,
body:not(.touch) .roundbutton--next:hover:after {
  animation: roundbutton--arrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .roundbutton--prev:hover:after {
  animation: roundbutton--prev-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .roundbutton--top:hover:after {
  animation: roundbutton--top-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .roundbutton--right:hover:after {
  animation: roundbutton--right-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .roundbutton--bottom:hover:after {
  animation: roundbutton--bottom-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .roundbutton--left:hover:after {
  animation: roundbutton--left-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

body:not(.touch) .roundbutton--contact {
  transition: opacity .1s linear; }
  body:not(.touch) .roundbutton--contact:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-color: #c3c3c3;
    color: #000; }

@keyframes roundbutton--arrow-hover {
  0% {
    transform: translate(6px, 0); }
  100% {
    transform: translate(0px, 0); } }

@keyframes roundbutton--prev-hover {
  0% {
    transform: translate(-6px, 0); }
  100% {
    transform: translate(0px, 0); } }

@keyframes roundbutton--top-hover {
  0% {
    transform: translate(0, -6px) rotate(-45deg); }
  100% {
    transform: translate(0px, 0) rotate(-45deg); } }

@keyframes roundbutton--right-hover {
  0% {
    transform: translate(6px, 0) rotate(45deg); }
  100% {
    transform: translate(0px, 0) rotate(45deg); } }

@keyframes roundbutton--bottom-hover {
  0% {
    transform: translate(0, 6px) rotate(135deg); }
  100% {
    transform: translate(0px, 0) rotate(135deg); } }

@keyframes roundbutton--left-hover {
  0% {
    transform: translate(-6px, 0) rotate(-135deg); }
  100% {
    transform: translate(0px, 0) rotate(-135deg); } }

@media (max-width: 767px) {
  .roundbutton, .roundbutton--large, .roundbutton--medium, .roundbutton--medium--arrow, .roundbutton--next, .wysiwyg_texting .news__feature .news__feature__link > a, .news__article__body .news__feature .news__feature__link > a,
  .roundbutton--arrow--medium, .roundbutton--prev, .roundbutton--back, .roundbutton--small, .roundbutton--small--arrow,
  .roundbutton--arrow--small, .roundbutton--top,
  .roundbutton--right,
  .roundbutton--bottom,
  .roundbutton--left, .roundbutton--arrow,
  .roundbutton--large--arrow,
  .roundbutton--arrow--large, .roundbutton--contact,
  .roundbutton--medium,
  .roundbutton--medium--arrow,
  .roundbutton--next,
  .wysiwyg_texting .news__feature .news__feature__link > a,
  .news__article__body .news__feature .news__feature__link > a,
  .roundbutton--arrow--medium,
  .roundbutton--prev,
  .roundbutton--back {
    height: 50px;
    border-radius: 25px;
    padding: 13px 25px;
    font-size: 14px;
    line-height: 24px; }
  .roundbutton--arrow,
  .roundbutton--large--arrow,
  .roundbutton--arrow--large,
  .roundbutton--medium--arrow,
  .roundbutton--next,
  .wysiwyg_texting .news__feature .news__feature__link > a,
  .news__article__body .news__feature .news__feature__link > a,
  .roundbutton--arrow--medium {
    padding-right: 90px; }
    .roundbutton--arrow:after,
    .roundbutton--large--arrow:after,
    .roundbutton--arrow--large:after,
    .roundbutton--medium--arrow:after,
    .roundbutton--next:after,
    .wysiwyg_texting .news__feature .news__feature__link > a:after,
    .news__article__body .news__feature .news__feature__link > a:after,
    .roundbutton--arrow--medium:after {
      width: 44px;
      height: 6px;
      background-size: 133px 6px;
      right: 24px;
      margin-top: -4px; }
  .roundbutton--small, .roundbutton--small--arrow,
  .roundbutton--arrow--small, .roundbutton--top,
  .roundbutton--right,
  .roundbutton--bottom,
  .roundbutton--left {
    height: 34px;
    border-radius: 17px;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px; }
  .roundbutton--small--arrow,
  .roundbutton--arrow--small {
    padding-right: 48px; }
    .roundbutton--small--arrow:after,
    .roundbutton--arrow--small:after {
      width: 24px;
      height: 4px;
      background-size: 67px 4px;
      right: 14px;
      top: 50%;
      margin-top: -3px; } }

.footer {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 110px);
  max-width: 1100px;
  height: auto;
  border-top: 1px solid #e5e5e5;
  padding: 75px 0 75px;
  margin: 180px auto 0; }

.footer__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto; }

.footer__logo {
  width: 190px;
  -ms-flex: 0 0 190px;
      flex: 0 0 190px;
  margin: 0 80px 0 0; }
  .footer__logo a, .footer__logo img {
    display: block; }
  .footer__logo a {
    width: 190px;
    height: auto; }

.footer__nav {
  width: 230px;
  -ms-flex: 0 0 230px;
      flex: 0 0 230px;
  margin: 0 70px 0 0;
  padding: 6px 0 0;
  letter-spacing: 0; }
  .footer__nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    font-size: 14px;
    line-height: 24px; }
    .footer__nav ul li {
      width: 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; }
      .footer__nav ul li:nth-of-type(1) {
        -ms-flex-order: 1;
            order: 1; }
      .footer__nav ul li:nth-of-type(2) {
        -ms-flex-order: 3;
            order: 3; }
      .footer__nav ul li:nth-of-type(3) {
        -ms-flex-order: 5;
            order: 5; }
      .footer__nav ul li:nth-of-type(4) {
        -ms-flex-order: 2;
            order: 2; }
      .footer__nav ul li:nth-of-type(5) {
        -ms-flex-order: 4;
            order: 4; }

.footer__contact {
  width: auto;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px 0 0; }
  .footer__contact .roundbutton--contact {
    display: block;
    width: 100%;
    max-width: 398px;
    margin: 0 0 0 auto; }

.footer__sub {
  width: 100%;
  max-width: 1010px;
  height: 20px;
  margin: 85px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }

.footer__small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  -ms-flex: 0 0 190px;
      flex: 0 0 190px;
  margin: 0 80px 0 0;
  letter-spacing: 0; }

.footer__sns {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.footer__sns__ig,
.footer__sns__fb {
  display: block;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 28px; }

.footer__sns__ig {
  background-image: url(/images/icon_ig_bk.svg); }

.footer__sns__fb {
  background-image: url(/images/icon_fb_bk.svg); }

@media (max-width: 767px) {
  .footer {
    width: calc(100% - 60px);
    padding-bottom: 35px;
    margin-top: 120px; }
  .footer__main {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .footer__logo,
  .footer__nav {
    width: 50%;
    margin-right: 0px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .footer__logo a {
    width: 132px; }
    .footer__logo a img {
      width: 100%;
      height: auto; }
  .footer__nav {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 0px; }
    .footer__nav ul li {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .footer__nav ul li:nth-of-type(1) {
        -ms-flex-order: 1;
            order: 1; }
      .footer__nav ul li:nth-of-type(2) {
        -ms-flex-order: 2;
            order: 2; }
      .footer__nav ul li:nth-of-type(3) {
        -ms-flex-order: 3;
            order: 3; }
      .footer__nav ul li:nth-of-type(4) {
        -ms-flex-order: 4;
            order: 4; }
      .footer__nav ul li:nth-of-type(5) {
        -ms-flex-order: 5;
            order: 5; }
  .footer__contact {
    padding-top: 0px;
    margin-top: 120px; }
    .footer__contact .roundbutton--contact {
      height: 50px;
      border-radius: 25px;
      font-size: 14px;
      line-height: 20px;
      padding: 15px 34px 15px 24px;
      max-width: 100%; }
      .footer__contact .roundbutton--contact:before {
        width: 20px;
        height: 12px;
        background-size: 20px 12px;
        margin: 0 15px; }
  .footer__sub {
    position: static;
    margin-top: 36px; }
  .footer__small {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    margin: 0 auto; }
  .footer__sns {
    position: absolute;
    width: 50%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 218px;
    box-sizing: border-box;
    padding-left: 30px; }
  .footer__sns__ig,
  .footer__sns__fb {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    margin-right: 16px; } }

.globalnav {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 10;
  transition: width 0s linear .75s; }

.globalnav__toggle {
  width: 50px;
  height: 49px;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 10;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .globalnav__toggle span {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 23px;
    transition: background-color .1s linear 0s;
    transition-delay: .2s; }
    .globalnav__toggle span:nth-child(1) {
      -ms-transform: translate(0px, -14px) rotate(0deg);
          transform: translate(0px, -14px) rotate(0deg); }
    .globalnav__toggle span:nth-child(2) {
      -ms-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg); }
    .globalnav__toggle span:nth-child(3) {
      -ms-transform: translate(0px, 14px) rotate(0deg);
          transform: translate(0px, 14px) rotate(0deg); }

.globalnav__container {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0px, 0px, 0px); }

.globalnav__content {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #595959; }
  body.touch .globalnav__content {
    height: 100%; }

.globalnav__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #595959; }
  .globalnav__bg__image1, .globalnav__bg__image2 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat; }
  .globalnav__bg__image1 {
    left: 0px;
    background-position: right center;
    background-image: url(/images/bg_img_1.jpg); }
  .globalnav__bg__image2 {
    right: 0px;
    background-position: left center;
    background-image: url(/images/bg_img_2.jpg); }

.globalnav__main {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1; }

.globalnav__logo {
  width: 430px;
  -ms-flex: 0 1 430px;
      flex: 0 1 430px; }
  .globalnav__logo a, .globalnav__logo img {
    display: block; }
  .globalnav__logo a:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.globalnav__logo__mask {
  position: relative;
  width: 302px;
  height: auto;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .75s; }

.globalnav__nav {
  width: 430px;
  -ms-flex: 0 1 430px;
      flex: 0 1 430px;
  white-space: nowrap; }

.globalnav__nav__mask {
  position: relative;
  width: 280px;
  height: auto;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .75s; }

.globalnav__nav__list {
  letter-spacing: 0; }
  .globalnav__nav__list a {
    display: inline-block;
    font-size: 44px;
    line-height: 72px;
    color: #FFF;
    position: relative; }
    .globalnav__nav__list a.current:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFF;
      position: absolute;
      left: 0px;
      bottom: 10px; }

.globalnav__nav__sns {
  margin: 60px 0 0; }
  .globalnav__nav__sns:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden; }

.globalnav__nav__sns__ig,
.globalnav__nav__sns__fb {
  display: block;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 28px; }

.globalnav__nav__sns__ig {
  background-image: url(/images/icon_ig_wh.svg); }

.globalnav__nav__sns__fb {
  background-image: url(/images/icon_fb_wh.svg); }

.globalnav.open {
  width: 100%;
  transition-delay: 0s; }
  .globalnav.open .globalnav__toggle span {
    background-color: #FFF;
    transition-delay: .2s; }
    .globalnav.open .globalnav__toggle span:nth-child(1) {
      -ms-transform: translate(0px, 0px) rotate(45deg);
          transform: translate(0px, 0px) rotate(45deg); }
    .globalnav.open .globalnav__toggle span:nth-child(2) {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .globalnav.open .globalnav__toggle span:nth-child(3) {
      -ms-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg); }
  .globalnav.open .globalnav__container {
    left: 0px;
    width: 100%; }
  .globalnav.open .globalnav__content {
    left: 0px; }
  .globalnav.open .globalnav__logo__mask {
    transition-delay: .5s;
    transition-duration: .75s;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
  .globalnav.open .globalnav__nav__mask {
    transition-delay: 1s;
    transition-duration: .75s;
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }

.globalnav.init .globalnav__logo__mask,
.globalnav.init .globalnav__nav__mask {
  transition: none !important;
  -webkit-clip-path: inset(0% 100% 0% 0%) !important;
          clip-path: inset(0% 100% 0% 0%) !important; }

@media (max-width: 1023px) {
  .globalnav__logo,
  .globalnav__nav {
    width: 320px;
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px; }
  .globalnav__logo img {
    width: 227px;
    height: 85px; }
  .globalnav__nav__list a {
    font-size: 33px;
    line-height: 54px;
    color: #FFF; }
    .globalnav__nav__list a.current:after {
      bottom: 7px; }
  .globalnav__nav__sns {
    margin: 40px 0 0; }
  .globalnav__nav__sns__ig,
  .globalnav__nav__sns__fb {
    margin-right: 20px; } }

@media (max-width: 767px) {
  .globalnav__toggle {
    width: 44px;
    height: 44px;
    right: 5px;
    top: 5px; }
    .globalnav__toggle span {
      width: 24px;
      height: 2px;
      left: 10px;
      top: 21px; }
      .globalnav__toggle span:nth-child(1) {
        -ms-transform: translate(0px, -7px) rotate(0deg);
            transform: translate(0px, -7px) rotate(0deg); }
      .globalnav__toggle span:nth-child(2) {
        -ms-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
      .globalnav__toggle span:nth-child(3) {
        -ms-transform: translate(0px, 7px) rotate(0deg);
            transform: translate(0px, 7px) rotate(0deg); }
  .globalnav__bg__image1 {
    width: 100%;
    height: 48%;
    top: 0px;
    left: 0px;
    background-size: auto 115%;
    background-position: left 80%; }
  .globalnav__bg__image2 {
    width: 100%;
    height: 52%;
    top: 48%;
    left: 0px;
    background-size: contain;
    background-position: right top; }
  .globalnav__main {
    box-sizing: border-box;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    padding: 40px 0; }
  .globalnav__logo {
    height: 66px;
    -ms-flex-preferred-size: 66px;
        flex-basis: 66px; }
    .globalnav__logo img {
      width: 177px;
      height: 66px;
      margin: 0 auto; }
  .globalnav__logo__mask {
    width: 100%; }
  .globalnav__nav {
    width: 160px;
    -ms-flex: 0 1 160px;
        flex: 0 1 160px;
    margin: 25px 0 0; }
  .globalnav__nav__mask {
    width: 160px; }
  .globalnav__nav__list a {
    font-size: 26px;
    line-height: 45px;
    white-space: nowrap; }
    .globalnav__nav__list a.current:after {
      bottom: 6px; }
  .globalnav__nav__sns {
    margin: 30px 0 0; }
  .globalnav__nav__sns__ig,
  .globalnav__nav__sns__fb {
    margin-right: 28px; } }

.header {
  position: relative;
  width: 100%;
  height: 220px; }

.header__title {
  padding: 70px 0 0 0;
  width: 326px;
  height: 122px;
  margin: 0 auto;
  position: relative; }
  .header__title a, .header__title img {
    display: block; }
  .header__title a:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.header__breadcrumb {
  position: absolute;
  left: 40px;
  top: 38px;
  width: auto;
  height: 28px;
  letter-spacing: 0; }
  .header__breadcrumb ul {
    font-size: 0px;
    line-height: 28px;
    white-space: nowrap; }
    .header__breadcrumb ul li {
      position: relative;
      display: inline-block;
      width: auto;
      height: 28px;
      font-size: 24px;
      vertical-align: top; }
      .header__breadcrumb ul li a {
        display: block; }
      .header__breadcrumb ul li:last-child a {
        opacity: 1 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.header__breadcrumb__home a {
  position: relative;
  padding-left: 38px;
  font-size: 14px; }
  .header__breadcrumb__home a:before {
    content: "";
    display: block;
    width: 22px;
    height: 23px;
    background-image: url(/images/icon_home.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 2px; }

.header__breadcrumb__path {
  padding-left: 45px;
  margin: -1px 0 0 0; }
  .header__breadcrumb__path a {
    display: block; }
  .header__breadcrumb__path:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #ccc;
    position: absolute;
    left: 12px;
    top: 8px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

@media (max-width: 767px) {
  .header {
    height: 150px; }
  .header__title {
    padding: 74px 0 0 0;
    width: 177px;
    height: 66px; }
    .header__title a, .header__title img {
      width: 100%;
      height: 100%; }
  .header__breadcrumb {
    left: 16px;
    top: 18px;
    width: auto;
    height: 18px; }
    .header__breadcrumb ul {
      line-height: 18px; }
      .header__breadcrumb ul li {
        height: 18px;
        font-size: 16px;
        vertical-align: middle; }
  .header__breadcrumb__home a {
    padding-left: 26px;
    font-size: 12px; }
    .header__breadcrumb__home a:before {
      width: 14px;
      height: 15px;
      top: 2px; }
  .header__breadcrumb__path {
    padding-left: 30px;
    margin: 0 0 0 0; }
    .header__breadcrumb__path:before {
      width: 10px;
      height: 10px;
      left: 7px;
      top: 4px; } }

.horizontalList__title {
  font-size: 24px;
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 0 auto 24px;
  letter-spacing: 0; }
  .horizontalList__title a:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.horizontalList__viewport {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }

.horizontalList__container {
  width: auto;
  height: auto;
  position: relative;
  padding: 0 calc(50% - 505px);
  font-size: 0px;
  white-space: nowrap;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
  .horizontalList__container.dragging {
    transition-duration: 0s;
    transition-delay: 0s; }
    .horizontalList__container.dragging > * {
      pointer-events: none; }

.horizontalList__item {
  display: inline-block;
  margin: 0 20px 0 0;
  white-space: normal;
  vertical-align: top; }
  .horizontalList__item:last-child {
    margin: 0; }

.horizontalList__nav {
  position: relative;
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 35px auto 0; }
  .horizontalList__nav .pagebutton--border {
    z-index: 1; }

@media (max-width: 767px) {
  .horizontalList__title {
    width: calc(100% - 60px); }
  .horizontalList__container {
    padding: 0 30px; }
  .horizontalList__item {
    margin: 0 15px 0 0; }
  .horizontalList__nav {
    width: calc(100% - 60px);
    margin-top: 25px; } }

.newsItem {
  display: block;
  position: relative;
  width: 410px;
  height: auto; }
  body:not(.touch) .newsItem:hover .newsItem__link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-color: rgba(195, 195, 195, 0.5);
    color: rgba(0, 0, 0, 0.5); }
    body:not(.touch) .newsItem:hover .newsItem__link:after {
      animation: roundbutton--arrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

.newsItem__date {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  margin: 0 0 14px 0;
  letter-spacing: 0; }

.newsItem__image {
  width: 410px;
  height: 230px;
  margin: 0 0 18px 0;
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 1s, -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%); }
  .newsItem__image img {
    display: block;
    width: 100%;
    height: 100%; }

.newsItem__title {
  font-size: 21px;
  line-height: 36px;
  margin: 0 0 16px 0;
  letter-spacing: 0px; }

.newsItem__excerpt {
  font-size: 13px;
  line-height: 28px;
  margin: 0 0 32px 0;
  padding-right: 40px;
  position: relative;
  height: 84px;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden; }

.appear .newsItem .newsItem__image {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%); }

@media (max-width: 767px) {
  .newsItem {
    width: 205px; }
  .newsItem__image {
    width: 205px;
    height: 115px;
    margin: 0 0 18px 0; }
  .newsItem__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 16px 0; }
  .newsItem__excerpt {
    padding: 0px;
    height: 168px;
    -webkit-line-clamp: 6;
    margin-bottom: 23px; } }

.pagecover {
  position: relative;
  width: 100%;
  height: auto; }
  .pagecover.appear .pagecover__cover:after {
    -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
  .pagecover.appear .pagecover__contents {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }

.pagecover__cover {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0; }
  .pagecover__cover:after {
    content: "";
    display: block;
    width: calc(100% - 55px);
    height: 100%;
    background-color: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left center;
        transform-origin: left center;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.pagecover__cover__loading {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/images/loading.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 0.3s linear infinite;
  position: absolute;
  left: 50%;
  top: calc(50% - 88px);
  margin: -40px 0 0 -40px;
  z-index: 5; }
  @media (max-width: 767px) {
    .pagecover__cover__loading {
      top: calc(50% - 48px);
      width: 60px;
      height: 60px;
      background-size: 60px 60px;
      margin: -30px 0 0 -30px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.pagecover__cover__image {
  width: calc(100% - 55px);
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cfcfcf;
  z-index: 0; }

.pagecover__cover__text {
  width: calc(100% - 220px);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 120px;
  z-index: 1;
  color: #FFF; }

.pagecover__cover__text__label {
  letter-spacing: 0px; }

.pagecover__cover__text__title {
  font-size: 56px;
  line-height: 58px;
  letter-spacing: 0px; }

.pagecover__cover__text__description {
  margin: 22px 0 0; }

.pagecover__contents {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 220px);
  max-width: 1100px;
  margin: -176px auto 0;
  background-color: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px 27px  0 26px;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.pagecover__contents__block {
  display: block;
  width: calc(33.3333% - 37px);
  height: auto;
  margin: 0 19px 0 18px; }
  body:not(.touch) .pagecover__contents__block:hover .pagecover__contents__block__link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-color: rgba(195, 195, 195, 0.5);
    color: rgba(0, 0, 0, 0.5); }
    body:not(.touch) .pagecover__contents__block:hover .pagecover__contents__block__link:after {
      animation: roundbutton--bottom-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

.pagecover__contents__block__text {
  font-size: 13px;
  line-height: 23px;
  color: #808080;
  margin: 18px 0 0;
  position: relative;
  width: 100%;
  height: 46px;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden; }

.pagecover__contents__block__thumb {
  width: 100%;
  height: 0px;
  padding-top: 56.0897%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  margin: 24px 0 0; }

@media (max-width: 767px) {
  .pagecover__cover {
    height: 240px; }
    .pagecover__cover:after {
      width: 100%; }
  .pagecover__cover__loading {
    top: calc(50% - 40px); }
  .pagecover__cover__image {
    width: 100%; }
  .pagecover__cover__text {
    width: calc(100% - 60px);
    top: 32px; }
  .pagecover__cover__text__label {
    font-size: 14px;
    line-height: 26px; }
  .pagecover__cover__text__title {
    font-size: 28px;
    line-height: 28px; }
  .pagecover__cover__text__description {
    font-size: 13px;
    line-height: 26px;
    margin: 10px 0 0; }
  .pagecover__contents {
    width: calc(100% - 60px);
    margin: -80px auto 0;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    padding: 20px 0; }
  .pagecover__contents__block {
    position: relative;
    width: 100%;
    height: 67px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center; }
    .pagecover__contents__block:last-child {
      margin-bottom: 0px; }
  .pagecover__contents__block__link {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    height: auto;
    border: none;
    border-radius: 0;
    font-style: 13px;
    line-height: 20px;
    padding: 0 60px 0 15px;
    letter-spacing: 0.05em;
    -ms-flex-order: 1;
        order: 1; }
    .pagecover__contents__block__link:before {
      content: "";
      display: block;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid #c3c3c3;
      box-sizing: border-box;
      position: absolute;
      right: 16px;
      top: 50%;
      margin-top: -14px; }
    .pagecover__contents__block__link:after {
      width: 10px;
      height: 10px;
      right: 25px;
      margin-top: -7px; }
  .pagecover__contents__block__text {
    display: none; }
  .pagecover__contents__block__thumb {
    width: 120px;
    height: 67px;
    padding-top: 0;
    margin: 0;
    -ms-flex-order: 0;
        order: 0; } }

@media (max-width: 374px) {
  .pagecover__contents__block__link {
    width: calc(100% - 90px);
    padding: 0 45px 0 10px;
    white-space: normal; }
    .pagecover__contents__block__link:before {
      content: "";
      display: block;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1px solid #c3c3c3;
      box-sizing: border-box;
      position: absolute;
      right: 11px;
      top: 50%;
      margin-top: -14px; }
    .pagecover__contents__block__link:after {
      width: 10px;
      height: 10px;
      right: 20px;
      margin-top: -7px; }
  .pagecover__contents__block__text {
    display: none; }
  .pagecover__contents__block__thumb {
    width: 90px;
    height: 67px;
    padding-top: 0;
    margin: 0;
    -ms-flex-order: 0;
        order: 0; } }

.productItem {
  width: 260px;
  height: auto;
  position: relative;
  padding-top: 20px; }

.productItem__link {
  display: block; }

html:not(.touch) a.productItem__link .productItem__new span,
html:not(.touch) a.productItem__link .productItem__name,
html:not(.touch) a.productItem__link .productItem__image img {
  transition: opacity .1s linear; }

html:not(.touch) a.productItem__link:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  html:not(.touch) a.productItem__link:hover .productItem__new span,
  html:not(.touch) a.productItem__link:hover .productItem__name,
  html:not(.touch) a.productItem__link:hover .productItem__image img {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.productItem__image {
  width: 100%;
  height: 350px;
  position: relative;
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  background-color: #FFF; }
  .productItem__image img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }

.productItem__name {
  font-size: 14px;
  line-height: 20px;
  margin: 12px 0 0;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.productItem__new {
  position: absolute;
  top: 0px;
  right: 12px;
  width: 72px;
  height: 72px;
  letter-spacing: 0px;
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s linear .2s; }
  .productItem__new span {
    display: block;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    text-align: center;
    line-height: 70px;
    font-size: 18px; }

.appear .productItem .productItem__image {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%); }

.appear .productItem .productItem__new {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (max-width: 767px) {
  .productItem {
    width: 195px;
    padding-top: 14px; }
  .productItem__image {
    height: 262px; }
  .productItem__name {
    margin-top: 8px; }
  .productItem__new {
    right: 10px;
    width: 54px;
    height: 54px; }
    .productItem__new span {
      width: 54px;
      height: 54px;
      line-height: 52px;
      font-size: 14px; } }

.shoparealist__list {
  position: relative;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.shoparealist__item {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  height: 38px;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  padding: 0 30px 0 182px;
  margin: 0 0 16px 0; }
  .shoparealist__item:nth-last-child(1), .shoparealist__item:nth-last-child(2) {
    margin-bottom: 0px; }

.shoparealist__button {
  display: block;
  width: 164px;
  position: absolute;
  left: 0px;
  top: 0px; }

.shoparealist__label {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #808080; }

.slideshow {
  position: relative;
  width: 660px;
  height: auto; }
  .slideshow.wipeIn .slideshow__viewport:after {
    -ms-transform-origin: right center;
        transform-origin: right center;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1); }

.slideshow__container {
  width: 100%;
  height: 0px;
  padding-top: 66.6667%;
  position: relative; }

.slideshow__viewport {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px; }
  .slideshow__viewport:after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f7f7f7;
    z-index: 2;
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transform-origin: left center;
        transform-origin: left center;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    left: 0px;
    top: 0px; }

.slideshow__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .slideshow__image.set {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%);
    transition-duration: 0s;
    transition-delay: 0s; }
  .slideshow__image.active {
    z-index: 1; }

.slideshow__pageButton {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5; }

.wysiwyg_texting > *:first-child, .news__article__body > *:first-child {
  margin-top: 0px; }

.wysiwyg_texting > *:last-child, .news__article__body > *:last-child {
  margin-bottom: 0px; }

.wysiwyg_texting p, .news__article__body p, .wysiwyg_texting ol, .news__article__body ol, .wysiwyg_texting ul, .news__article__body ul, .wysiwyg_texting blockquote, .news__article__body blockquote {
  margin: 36px 0; }

.wysiwyg_texting a, .news__article__body a {
  text-decoration: underline; }

.wysiwyg_texting strong, .news__article__body strong {
  font-weight: 600; }

.wysiwyg_texting em, .news__article__body em {
  font-style: italic; }

.wysiwyg_texting del, .news__article__body del {
  text-decoration: line-through; }

.wysiwyg_texting h1, .news__article__body h1 {
  font-size: 36px;
  line-height: 54px;
  margin-top: 72px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wysiwyg_texting h2, .news__article__body h2 {
  font-size: 32px;
  line-height: 48px;
  margin-top: 72px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wysiwyg_texting h3, .news__article__body h3 {
  font-size: 28px;
  line-height: 36px;
  margin-top: 60px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wysiwyg_texting h4, .news__article__body h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wysiwyg_texting h5, .news__article__body h5 {
  font-size: 20px;
  line-height: 24px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wysiwyg_texting h6, .news__article__body h6 {
  font-size: 18px;
  line-height: 22px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wysiwyg_texting ol, .news__article__body ol {
  list-style: decimal outside;
  padding: 0; }

.wysiwyg_texting ul, .news__article__body ul {
  list-style: disc outside;
  padding: 0; }

.wysiwyg_texting li ol, .news__article__body li ol, .wysiwyg_texting li ul, .news__article__body li ul {
  margin: 0 0 0 20px; }

.wysiwyg_texting blockquote, .news__article__body blockquote {
  padding: 8px 32px;
  background-color: #f7f7f7; }
  .wysiwyg_texting blockquote p, .news__article__body blockquote p, .wysiwyg_texting blockquote ol, .news__article__body blockquote ol, .wysiwyg_texting blockquote ul, .news__article__body blockquote ul {
    margin: 24px 0; }

.wysiwyg_texting hr, .news__article__body hr {
  width: 50%;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
  margin: 48px auto; }

.wysiwyg_texting img, .news__article__body img,
.wysiwyg_texting img.alignleft, .news__article__body img.alignleft,
.wysiwyg_texting img.alignright, .news__article__body img.alignright,
.wysiwyg_texting img.aligncenter, .news__article__body img.aligncenter {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 80px auto 80px; }

.wysiwyg_texting .news__feature, .news__article__body .news__feature {
  width: 100%;
  height: auto;
  position: relative;
  margin: 80px auto 80px; }
  .wysiwyg_texting .news__feature .news__feature__label, .news__article__body .news__feature .news__feature__label {
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 18px;
    letter-spacing: 0px; }
  .wysiwyg_texting .news__feature .news__feature__image, .news__article__body .news__feature .news__feature__image {
    margin: 18px 0 0; }
    .wysiwyg_texting .news__feature .news__feature__image img, .news__article__body .news__feature .news__feature__image img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      margin: 0px; }
  .wysiwyg_texting .news__feature .news__feature__link, .news__article__body .news__feature .news__feature__link {
    text-align: center; }

.wysiwyg_texting .news__feature + .news__feature, .news__article__body .news__feature + .news__feature {
  margin-top: 100px; }

@media (max-width: 767px) {
  .wysiwyg_texting p, .news__article__body p, .wysiwyg_texting ol, .news__article__body ol, .wysiwyg_texting ul, .news__article__body ul, .wysiwyg_texting blockquote, .news__article__body blockquote {
    margin: 28px 0; }
  .wysiwyg_texting li ol, .news__article__body li ol, .wysiwyg_texting li ul, .news__article__body li ul {
    margin: 0 0 0 16px; }
  .wysiwyg_texting blockquote, .news__article__body blockquote {
    padding: 4px 24px;
    background-color: #f7f7f7; }
    .wysiwyg_texting blockquote p, .news__article__body blockquote p, .wysiwyg_texting blockquote ol, .news__article__body blockquote ol, .wysiwyg_texting blockquote ul, .news__article__body blockquote ul {
      margin: 18px 0; }
  .wysiwyg_texting img, .news__article__body img,
  .wysiwyg_texting img.alignleft, .news__article__body img.alignleft,
  .wysiwyg_texting img.alignright, .news__article__body img.alignright,
  .wysiwyg_texting img.aligncenter, .news__article__body img.aligncenter {
    margin: 60px auto 60px; }
  .wysiwyg_texting .news__feature, .news__article__body .news__feature {
    margin: 60px auto 60px; }
    .wysiwyg_texting .news__feature .news__feature__label, .news__article__body .news__feature .news__feature__label {
      font-size: 21px;
      line-height: 28px;
      margin: 0 0 16px; }
    .wysiwyg_texting .news__feature .news__feature__image, .news__article__body .news__feature .news__feature__image {
      margin: 16px 0 0; }
  .wysiwyg_texting .news__feature + .news__feature, .news__article__body .news__feature + .news__feature {
    margin-top: 80px; } }

/* .about__section */
.about__section {
  position: relative;
  padding-top: 55px;
  margin-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  @media (min-width: 1680px) {
    .about__section {
      width: 1680px;
      margin-left: auto;
      margin-right: auto; } }

.about__section__imageColumn {
  position: relative;
  width: 50%;
  height: auto;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%; }

.about__section__imageColumn__content {
  width: calc(100% - 55px);
  max-width: 568px;
  height: auto;
  position: relative; }

.about__section__bodyColumn {
  position: relative;
  width: 50%;
  height: auto;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  box-sizing: border-box; }
  .about__section__bodyColumn p {
    margin-top: 36px; }
  .about__section__bodyColumn .about__section__heading {
    font-size: 21px;
    margin-top: 60px;
    letter-spacing: 0.1em; }
    .about__section__bodyColumn .about__section__heading:first-child {
      margin-top: 0px; }
  .about__section__bodyColumn .about__section__heading + p {
    margin-top: 14px; }
  .about__section__bodyColumn .about__section__sign {
    position: relative;
    padding-left: 45px; }
    .about__section__bodyColumn .about__section__sign:before {
      content: "";
      display: block;
      width: 35px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 0px;
      top: 18px; }
  .about__section__bodyColumn .about__section__video {
    margin-top: 68px;
    width: 100%;
    height: auto;
    position: relative; }
  .about__section__bodyColumn .about__section__video__embed {
    width: 100%;
    height: 0px;
    padding-top: 56.25%; }
    .about__section__bodyColumn .about__section__video__embed > * {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px; }
  .about__section__bodyColumn .about__section__caption,
  .about__section__bodyColumn .about__section__notice {
    font-size: 13px;
    line-height: 28px;
    color: #808080;
    margin: 22px 0 0; }
    .about__section__bodyColumn .about__section__caption a,
    .about__section__bodyColumn .about__section__notice a {
      color: #808080; }
  .about__section__bodyColumn .about__section__notice {
    padding-left: 1em;
    position: relative; }
    .about__section__bodyColumn .about__section__notice:before {
      content: "※";
      position: absolute;
      left: 0px; }

@media (max-width: 767px) {
  .about__section {
    margin-top: 15px; }
  .about__section__imageColumn {
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin-bottom: 30px; }
  .about__section__imageColumn__content {
    width: 100%;
    max-width: 100%; }
  .about__section__bodyColumn {
    width: calc(100% - 60px);
    -ms-flex: 0 1 calc(100% - 60px);
        flex: 0 1 calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px; }
    .about__section__bodyColumn p {
      margin-top: 36px; }
    .about__section__bodyColumn .about__section__heading {
      font-size: 18px;
      margin-top: 30px; }
    .about__section__bodyColumn .about__section__heading + p {
      margin-top: 10px; }
    .about__section__bodyColumn .about__section__sign {
      line-height: 24px;
      margin: 24px 0 0; }
      .about__section__bodyColumn .about__section__sign:before {
        content: "";
        width: 30px;
        top: 12px; }
    .about__section__bodyColumn .about__section__video {
      margin-top: 35px; }
    .about__section__bodyColumn .about__section__caption,
    .about__section__bodyColumn .about__section__notice {
      font-size: 13px;
      line-height: 28px;
      color: #808080;
      margin: 12px 0 0; }
      .about__section__bodyColumn .about__section__caption a,
      .about__section__bodyColumn .about__section__notice a {
        color: #808080; }
    .about__section__bodyColumn .about__section__notice {
      padding-left: 1em;
      position: relative; }
      .about__section__bodyColumn .about__section__notice:before {
        content: "※";
        position: absolute;
        left: 0px; } }

/* /.about__section */
/* .about__story */
.about__story {
  margin-top: 60px; }
  .about__story .about__section__imageColumn {
    -ms-flex-order: 3;
        order: 3; }
  .about__story .about__section__imageColumn__content {
    margin-left: auto; }
  .about__story .about__section__bodyColumn {
    -ms-flex-order: 2;
        order: 2;
    padding-left: calc(50% - 505px); }

.about__story__lead {
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 0 auto 100px;
  -ms-flex-order: 1;
      order: 1;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.about__story__lead__catch {
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.15em; }

.about__story__lead__sub {
  font-size: 18px;
  margin: 10px 0 0;
  letter-spacing: 0.15em; }

.about__story__portrait__image {
  width: 100%;
  height: 0px;
  padding-top: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f7f7f7; }

.about__story__portrait__name {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
  letter-spacing: 0em; }
  .about__story__portrait__name__title {
    display: block;
    font-size: 14px;
    line-height: 20px; }
  .about__story__portrait__name__name {
    display: block;
    font-size: 24px;
    line-height: 30px; }

@media (max-width: 767px) {
  .about__story {
    margin-top: 0px; }
    .about__story .about__section__imageColumn {
      -ms-flex-order: 2;
          order: 2; }
    .about__story .about__section__bodyColumn {
      -ms-flex-order: 3;
          order: 3;
      padding-left: 0; }
  .about__story__lead {
    width: calc(100% - 60px);
    margin: 0 auto 50px; }
  .about__story__lead__catch {
    font-size: 24px;
    line-height: 34px; }
  .about__story__lead__sub {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0 0; }
  .about__story__portrait__image {
    padding-top: 100%;
    background-size: contain; }
  .about__story__portrait__name {
    top: 14px;
    left: 18px; }
    .about__story__portrait__name__title {
      display: block;
      font-size: 14px;
      line-height: 20px; }
    .about__story__portrait__name__name {
      font-size: 20px;
      line-height: 22px; } }

/* /.about__story */
/* .about__outline */
.about__outline .about__section__imageColumn {
  -ms-flex-order: 1;
      order: 1; }

.about__outline .about__section__imageColumn__content {
  margin-right: auto; }

.about__outline .about__section__bodyColumn {
  -ms-flex-order: 2;
      order: 2;
  padding-right: calc(50% - 505px); }

.about__outline__image {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.about__outline__image__a,
.about__outline__image__b,
.about__outline__image__c {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.about__outline__image__a {
  width: calc(50% - 5px);
  margin: 0 10px 0 0;
  padding-top: 64.6127%; }

.about__outline__image__b {
  width: calc(50% - 5px);
  padding-top: 64.6127%; }

.about__outline__image__c {
  width: 100%;
  height: 0px;
  padding-top: 78.5211%;
  margin: 10px 0 0 0; }

@media (max-width: 767px) {
  .about__outline .about__section__bodyColumn {
    padding-right: 0; } }

/* /.about__outline */
/* .about__prize */
.about__prize .about__section__imageColumn {
  -ms-flex-order: 2;
      order: 2; }

.about__prize .about__section__imageColumn__content {
  margin-left: auto; }

.about__prize .about__section__bodyColumn {
  -ms-flex-order: 1;
      order: 1;
  padding-left: calc(50% - 505px); }

.about__prize__image {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  background-color: #f7f7f7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 767px) {
  .about__prize .about__section__imageColumn {
    -ms-flex-order: 1;
        order: 1; }
  .about__prize .about__section__bodyColumn {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 0; } }

/* /.about__prize */
/* .about__movie */
.about__movie {
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 120px auto 65px; }

.about__movie__embed {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  background-color: #000; }
  .about__movie__embed > * {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }

@media (max-width: 767px) {
  .about__movie {
    width: calc(100% - 60px);
    margin: 35px auto 20px; } }

/* /.about__movie */
/* .about appear fx */
.about__story__portrait:after,
.about__prize__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transform-origin: left center;
      transform-origin: left center;
  z-index: 2; }

.about__story__portrait.appear:after,
.about__prize__image.appear:after {
  -ms-transform: scale(0, 1);
      transform: scale(0, 1); }

.about__outline__image .about__outline__image__a:after,
.about__outline__image .about__outline__image__b:after,
.about__outline__image .about__outline__image__c:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #FFF;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  z-index: 2; }

.about__outline__image .about__outline__image__a:after {
  -ms-transform-origin: left bottom;
      transform-origin: left bottom; }

.about__outline__image .about__outline__image__b:after {
  -ms-transform-origin: left center;
      transform-origin: left center; }

.about__outline__image .about__outline__image__c:after {
  -ms-transform-origin: right center;
      transform-origin: right center; }

.about__outline__image.appear .about__outline__image__a:after {
  -ms-transform: scale(1, 0);
      transform: scale(1, 0); }

.about__outline__image.appear .about__outline__image__b:after {
  -ms-transform: scale(0, 1);
      transform: scale(0, 1); }

.about__outline__image.appear .about__outline__image__c:after {
  -ms-transform: scale(0, 1);
      transform: scale(0, 1); }

/* /.about appear fx */
.contact .pagecover__cover:after {
  right: auto;
  left: 0px;
  -ms-transform-origin: right center;
      transform-origin: right center; }

.contact .pagecover__cover__image {
  right: auto;
  left: 0px; }

.contact .pagecover__contents {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%); }

/* .contact__section */
.contact__section {
  position: relative;
  width: calc(100% - 110px);
  max-width: 1010px;
  height: auto;
  margin: 65px auto 0;
  padding-top: 55px; }

.contact__section__heading {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.15em;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.contact__section__description {
  margin: 40px 0 0;
  max-width: 760px; }
  .contact__section__description a {
    text-decoration: underline; }

@media (max-width: 767px) {
  .contact__section {
    width: calc(100% - 60px);
    margin: 15px auto 0;
    padding-top: 55px; }
  .contact__section__heading {
    font-size: 24px;
    line-height: 34px; }
  .contact__section__description {
    margin: 26px 0 0; } }

/* /.contact__section */
/* .contact__inquiry */
.contact__inquiry {
  max-width: 1100px; }
  .contact__inquiry .contact__section__heading,
  .contact__inquiry .contact__section__description {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto; }

.contact__inquiry__form {
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px 0 0; }

.contact__inquiry__form__part {
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.contact__inquiry__form__label {
  position: relative;
  box-sizing: border-box;
  width: 250px;
  -ms-flex: 0 0 250px;
      flex: 0 0 250px;
  border-top: 1px solid #e5e5e5;
  padding: 18px 45px;
  line-height: 28px; }

.contact__inquiry__form__label__required {
  display: block;
  width: auto;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #FFF;
  background-color: #000;
  padding: 0 8px;
  position: absolute;
  top: 21px;
  right: 20px; }

.contact__inquiry__form__input {
  position: relative;
  width: auto;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-left: 20px;
  border-top: 1px solid #e5e5e5; }
  .contact__inquiry__form__input input, .contact__inquiry__form__input textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    border: 0px;
    margin: 0px;
    outline: 0;
    padding: 18px 45px;
    color: #000; }
    .contact__inquiry__form__input input:placeholder-shown, .contact__inquiry__form__input textarea:placeholder-shown {
      color: #b2b2b2; }
    .contact__inquiry__form__input input::-webkit-input-placeholder, .contact__inquiry__form__input textarea::-webkit-input-placeholder {
      color: #b2b2b2; }
    .contact__inquiry__form__input input:-moz-placeholder, .contact__inquiry__form__input textarea:-moz-placeholder {
      color: #b2b2b2;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .contact__inquiry__form__input input::-moz-placeholder, .contact__inquiry__form__input textarea::-moz-placeholder {
      color: #b2b2b2;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .contact__inquiry__form__input input:-ms-input-placeholder, .contact__inquiry__form__input textarea:-ms-input-placeholder {
      color: #b2b2b2; }
  .contact__inquiry__form__input textarea {
    height: 280px; }
  .contact__inquiry__form__input select {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    outline: 0;
    padding: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    line-height: 28px; }
  .contact__inquiry__form__input__selectlabel {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 18px 45px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 0;
    color: #b2b2b2; }
    .contact__inquiry__form__input__selectlabel.active {
      color: #000; }
    .contact__inquiry__form__input__selectlabel:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/images/icon_dropdown.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 40px;
      top: 22px; }

.contact__inquiry__form__agreement {
  position: relative;
  width: auto;
  height: auto;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
  text-align: center; }
  .contact__inquiry__form__agreement__label {
    display: inline-block;
    position: relative;
    padding-left: 42px;
    line-height: 24px;
    vertical-align: top; }
  .contact__inquiry__form__agreement a {
    text-decoration: underline; }
  .contact__inquiry__form__agreement input[type="checkbox"] {
    display: block;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0; }
  .contact__inquiry__form__agreement span {
    display: block;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #cccccc;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1; }
    .contact__inquiry__form__agreement span:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      background-image: url(/images/icon_checkbox.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .contact__inquiry__form__agreement input[type="checkbox"]:checked + span:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.contact__inquiry__form__send {
  display: block;
  width: 285px;
  margin: 60px auto 0;
  cursor: pointer;
  text-align: left; }
  .contact__inquiry__form__send.processing {
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(195, 195, 195, 0.5) !important;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    cursor: default;
    pointer-events: none; }
    .contact__inquiry__form__send.processing:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      animation: none !important; }

.contact__inquiry__form__message {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  border: 2px solid #ccc;
  padding: 20px;
  text-align: center;
  margin: 60px auto; }
  .contact__inquiry__form__message p, .contact__inquiry__form__message li {
    line-height: 24px; }
  .contact__inquiry__form__message li {
    display: none; }
    .contact__inquiry__form__message li:before {
      content: "・";
      padding-right: 6px; }
  .contact__inquiry__form__message.success {
    border-color: #28a745;
    color: #28a745; }
  .contact__inquiry__form__message.error, .contact__inquiry__form__message.invalid {
    border-color: #dc3545;
    color: #dc3545; }

@media (max-width: 767px) {
  .contact__inquiry {
    margin-top: 0px; }
  .contact__inquiry__form {
    margin: 20px 0 0; }
  .contact__inquiry__form__part {
    display: block; }
  .contact__inquiry__form__label {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding: 12px 10px 0px;
    line-height: 28px; }
  .contact__inquiry__form__label__required {
    top: 14px;
    right: 10px; }
  .contact__inquiry__form__input {
    margin-left: 0px;
    border-top: 0px; }
    .contact__inquiry__form__input input, .contact__inquiry__form__input textarea {
      padding: 4px 10px 12px; }
    .contact__inquiry__form__input textarea {
      height: 210px; }
    .contact__inquiry__form__input__selectlabel {
      padding: 4px 10px 12px; }
      .contact__inquiry__form__input__selectlabel:after {
        right: 10px;
        top: 10px; }
  .contact__inquiry__form__send {
    width: 248px;
    margin-top: 50px; } }

/* /.contact__inquiry */
/* .contact__privacypolicy */
.contact__privacypolicy {
  margin-top: 120px; }

.contact__privacypolicy__main {
  position: relative;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 60px auto 0; }

.contact__privacypolicy__block {
  width: calc(50% - 50px);
  height: auto;
  -ms-flex: 1 1 calc(50% - 50px);
      flex: 1 1 calc(50% - 50px);
  margin-bottom: 60px;
  font-size: 13px;
  line-height: 28px; }
  .contact__privacypolicy__block:nth-child(odd) {
    margin-right: 100px; }
  .contact__privacypolicy__block:nth-last-child(1), .contact__privacypolicy__block:nth-last-child(2) {
    margin-bottom: 0px; }
  .contact__privacypolicy__block > *:last-child {
    margin-bottom: 0px; }
  .contact__privacypolicy__block p, .contact__privacypolicy__block ul {
    margin-bottom: 28px; }
  .contact__privacypolicy__block li {
    position: relative;
    padding-left: 1em; }
    .contact__privacypolicy__block li:before {
      content: "・";
      display: block;
      position: absolute;
      left: 0px;
      top: 0px; }

.contact__privacypolicy__label {
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 16px; }

@media (max-width: 767px) {
  .contact__privacypolicy {
    margin-top: 20px; }
  .contact__privacypolicy__main {
    display: block;
    margin-top: 40px; }
  .contact__privacypolicy__block {
    width: 100%;
    margin-bottom: 46px; }
    .contact__privacypolicy__block:nth-child(odd), .contact__privacypolicy__block:nth-last-child(2) {
      margin-bottom: 46px; }
  .contact__privacypolicy__label {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px; } }

/* /.contact__privacypolicy */
.index .footer {
  border-top: 0px;
  margin-top: 0px; }

@media (max-width: 767px) {
  .index .prlxContainer {
    -ms-transform: none !important;
        transform: none !important; } }

/* .index__hero */
.index__hero {
  width: 100%;
  height: 100vh;
  min-height: 680px;
  position: relative;
  margin: 0 0 80px; }
  .index__hero.original .index__hero__visual__block:before {
    background-color: #f7f7f7; }
  .index__hero.original .index__hero__copy__group.original {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1; }
  .index__hero.raw .index__hero__visual__block:before {
    background-color: #f1f5f2; }
  .index__hero.raw .index__hero__copy__group.raw {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1; }
  .index__hero.reflective .index__hero__visual__block:before {
    background-color: #666666; }
  .index__hero.reflective .index__hero__copy__group.reflective {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1; }
  .index__hero.kids .index__hero__visual__block:before {
    background-color: #efebea; }
  .index__hero.kids .index__hero__copy__group.kids {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1; }

.index__hero__loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.index__hero__visual {
  width: 100%;
  height: 83.125%;
  position: relative; }

.index__hero__visual__block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f7f7f7;
  z-index: 2;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  left: 0px;
  top: 0px;
  -ms-transform: scale(0, 0);
      transform: scale(0, 0); }

.index__hero__visual__block.initial:before {
  transition: none !important; }

.index__hero__visual__block.delay1:before {
  transition-duration: 1s;
  transition-delay: 0.0s; }

.index__hero__visual__block.delay2:before {
  transition-duration: 1s;
  transition-delay: 0.5s; }

.index__hero__visual__block.delay3:before {
  transition-duration: 1s;
  transition-delay: 1s; }

.index__hero__visual__block.wipeInTop:before {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: scale(1, 0);
      transform: scale(1, 0); }

.index__hero__visual__block.wipeInRight:before {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1); }

.index__hero__visual__block.wipeInBottom:before {
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  -ms-transform: scale(1, 0);
      transform: scale(1, 0); }

.index__hero__visual__block.wipeInLeft:before {
  -ms-transform-origin: right top;
      transform-origin: right top;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1); }

.index__hero__visual__block.wipeOutTop:before {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.index__hero__visual__block.wipeOutRight:before {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.index__hero__visual__block.wipeOutBottom:before {
  -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.index__hero__visual__block.wipeOutLeft:before {
  -ms-transform-origin: right top;
      transform-origin: right top;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1); }

.index__hero__visual__block__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 0; }
  .index__hero__visual__block__img.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1; }

.index__hero__visual__a {
  width: calc(79.86% - 10px);
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

.index__hero__visual__b {
  width: calc(20.14% - 10px);
  height: calc(50% - 10px);
  position: absolute;
  right: 0px;
  top: 0px; }

.index__hero__visual__c {
  width: calc(20.14% - 10px);
  height: calc(50% - 10px);
  position: absolute;
  right: 0px;
  bottom: 0px; }

.index__hero__pageButton {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5; }
  .index__hero__pageButton .pagebutton__prev,
  .index__hero__pageButton .pagebutton__next {
    transition: opacity .1s linear; }

.index__hero__pageButton__bar {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 0px; }
  .index__hero__pageButton__bar span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    background-color: #000;
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1); }

.index__hero__logo {
  width: 473px;
  height: 177px;
  position: absolute;
  left: 50%;
  bottom: 16.875%;
  margin-left: -236px;
  margin-bottom: -88px;
  z-index: 5; }
  .index__hero__logo img {
    display: block; }

.index__hero__copy {
  position: absolute;
  left: 60px;
  top: 50px;
  z-index: 1; }

@media (min-width: 768px) {
  .index__hero__copy {
    height: auto !important;
    transition: none !important; } }

.index__hero__copy__group {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 0;
  transition: opacity 0s linear .5s; }
  .index__hero__copy__group.original {
    color: #000; }
    .index__hero__copy__group.original .index__hero__copy__product:before {
      background-color: #000; }
  .index__hero__copy__group.raw {
    color: #FFF; }
    .index__hero__copy__group.raw a {
      color: #FFF; }
    .index__hero__copy__group.raw .index__hero__copy__product:before {
      background-color: #FFF; }
  .index__hero__copy__group.reflective {
    color: #FFF; }
    .index__hero__copy__group.reflective a {
      color: #FFF; }
    .index__hero__copy__group.reflective .index__hero__copy__product:before {
      background-color: #FFF; }
  .index__hero__copy__group.kids {
    color: #FFF; }
    .index__hero__copy__group.kids a {
      color: #FFF; }
    .index__hero__copy__group.kids .index__hero__copy__product:before {
      background-color: #FFF; }

.index__hero__copy__lead {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 0.15em; }

.index__hero__copy__product {
  position: relative;
  margin: 28px 0 0 4px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0; }
  .index__hero__copy__product:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: -7px; }

.index__hero__arrow {
  width: 100px;
  height: 9px;
  position: absolute;
  left: 10px;
  bottom: 16.875%;
  overflow: hidden;
  margin-bottom: -5px;
  z-index: 5;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%); }
  .index__hero__arrow:before {
    content: "";
    display: block;
    width: 100px;
    height: 9px;
    background-image: url(/images/arrow_large_right.svg);
    background-size: 200px 9px;
    background-position: right center;
    position: absolute;
    bottom: 0px;
    left: 0px; }

@keyframes scrollarrow {
  0% {
    -webkit-clip-path: inset(0% 100% 0% 0%);
            clip-path: inset(0% 100% 0% 0%); }
  25% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
  75% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 100%);
            clip-path: inset(0% 0% 0% 100%); } }

.index__hero__loading {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/images/loading.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 0.3s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px; }
  @media (max-width: 767px) {
    .index__hero__loading {
      width: 60px;
      height: 60px;
      background-size: 60px 60px;
      margin: 50% 0 0 -30px;
      top: -30px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.index__hero__logo {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1); }

.index__hero__pageButton {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.index__hero:not(.loading) .index__hero__arrow {
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

.index__hero:not(.loading) .index__hero__logo {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%); }

.index__hero:not(.loading) .index__hero__pageButton {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (max-width: 767px) {
  .index__hero {
    position: relative;
    height: auto;
    min-height: 0px;
    padding-bottom: 90px;
    margin-bottom: 100px; }
    .index__hero.original .index__hero__copy__group.original,
    .index__hero.raw .index__hero__copy__group.raw,
    .index__hero.reflective .index__hero__copy__group.reflective,
    .index__hero.kids .index__hero__copy__group.kids {
      z-index: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity .5s linear 1s; }
  .index__hero__visual {
    position: static;
    width: 100%;
    height: auto; }
  .index__hero__visual__a {
    position: relative;
    width: 100%;
    height: 480px; }
  .index__hero__visual__b,
  .index__hero__visual__c {
    width: 70px;
    height: 82px;
    top: auto;
    bottom: 0px; }
  .index__hero__visual__b {
    right: 110px; }
  .index__hero__visual__c {
    right: 30px; }
  .index__hero__logo {
    width: 100%;
    height: 88px;
    position: relative;
    left: auto;
    bottom: auto;
    margin: -44px 0 0 0; }
    .index__hero__logo img {
      width: 236px;
      height: 88px;
      margin: 0 auto; }
  .index__hero__copy {
    position: relative;
    width: calc(100% - 60px);
    height: auto;
    min-height: 76px;
    left: auto;
    top: auto;
    margin: 20px auto 0;
    transition: height 0s linear 1s; }
  .index__hero__copy__group {
    position: absolute;
    left: 0px;
    top: 0px;
    white-space: normal;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 0;
    transition: opacity .5s linear .5s; }
    .index__hero__copy__group.original, .index__hero__copy__group.raw, .index__hero__copy__group.reflective, .index__hero__copy__group.kids {
      color: #000; }
      .index__hero__copy__group.original .index__hero__copy__product a, .index__hero__copy__group.raw .index__hero__copy__product a, .index__hero__copy__group.reflective .index__hero__copy__product a, .index__hero__copy__group.kids .index__hero__copy__product a {
        color: #000; }
      .index__hero__copy__group.original .index__hero__copy__product:before, .index__hero__copy__group.raw .index__hero__copy__product:before, .index__hero__copy__group.reflective .index__hero__copy__product:before, .index__hero__copy__group.kids .index__hero__copy__product:before {
        background-color: #000; }
  .index__hero__copy__lead {
    font-size: 24px;
    line-height: 34px; }
    .index__hero__copy__lead br.pcbr {
      display: none; }
  .index__hero__copy__product {
    margin: 18px 0 0 4px; }
    .index__hero__copy__product:before {
      top: -7px; }
  .index__hero__pageButton {
    width: 65px;
    position: absolute;
    left: 30px;
    bottom: 0px; }
    .index__hero__pageButton .pagebutton__prev,
    .index__hero__pageButton .pagebutton__next {
      border: 1px solid #c3c3c3; }
  .index__hero__pageButton__bar {
    z-index: 1; }
  .index__hero__arrow {
    width: 50px;
    height: 9px;
    left: 160px;
    bottom: -50px;
    margin-bottom: 0px; }
    .index__hero__arrow:before {
      width: 50px;
      height: 9px;
      background-size: 200px 9px; } }

@media (max-width: 480px) {
  .index__hero__visual__a {
    height: auto;
    padding-top: 100%; } }

/* /.index__hero */
/* .index__product */
.index__product__list .horizontalList__title {
  margin-bottom: 14px; }

.index__product__list .horizontalList__item:nth-child(1) .productItem__image {
  transition-delay: 0.4s; }

.index__product__list .horizontalList__item:nth-child(1) .productItem__new {
  transition-delay: 0.5s; }

.index__product__list .horizontalList__item:nth-child(2) .productItem__image {
  transition-delay: 0.7s; }

.index__product__list .horizontalList__item:nth-child(2) .productItem__new {
  transition-delay: 0.8s; }

.index__product__list .horizontalList__item:nth-child(3) .productItem__image {
  transition-delay: 1s; }

.index__product__list .horizontalList__item:nth-child(3) .productItem__new {
  transition-delay: 1.1s; }

.index__product__list .horizontalList__item:nth-child(4) .productItem__image {
  transition-delay: 1.3s; }

.index__product__list .horizontalList__item:nth-child(4) .productItem__new {
  transition-delay: 1.4s; }

.index__product__list .horizontalList__item:nth-child(5) .productItem__image {
  transition-delay: 1.6s; }

.index__product__list .horizontalList__item:nth-child(5) .productItem__new {
  transition-delay: 1.7s; }

.index__product__list .horizontalList__item:nth-child(6) .productItem__image {
  transition-delay: 1.9s; }

.index__product__list .horizontalList__item:nth-child(6) .productItem__new {
  transition-delay: 2s; }

.index__product__list .horizontalList__item:nth-child(7) .productItem__image {
  transition-delay: 2.2s; }

.index__product__list .horizontalList__item:nth-child(7) .productItem__new {
  transition-delay: 2.3s; }

.index__product__list .horizontalList__item:nth-child(8) .productItem__image {
  transition-delay: 2.5s; }

.index__product__list .horizontalList__item:nth-child(8) .productItem__new {
  transition-delay: 2.6s; }

.index__product__list .horizontalList__item:nth-child(9) .productItem__image {
  transition-delay: 2.8s; }

.index__product__list .horizontalList__item:nth-child(9) .productItem__new {
  transition-delay: 2.9s; }

.index__product__list .horizontalList__item:nth-child(10) .productItem__image {
  transition-delay: 3.1s; }

.index__product__list .horizontalList__item:nth-child(10) .productItem__new {
  transition-delay: 3.2s; }

.index__product__list .horizontalList__item:nth-child(11) .productItem__image {
  transition-delay: 3.4s; }

.index__product__list .horizontalList__item:nth-child(11) .productItem__new {
  transition-delay: 3.5s; }

.index__product__list .horizontalList__item:nth-child(12) .productItem__image {
  transition-delay: 3.7s; }

.index__product__list .horizontalList__item:nth-child(12) .productItem__new {
  transition-delay: 3.8s; }

.index__product__list .horizontalList__item:nth-child(13) .productItem__image {
  transition-delay: 4s; }

.index__product__list .horizontalList__item:nth-child(13) .productItem__new {
  transition-delay: 4.1s; }

.index__product__list .horizontalList__item:nth-child(14) .productItem__image {
  transition-delay: 4.3s; }

.index__product__list .horizontalList__item:nth-child(14) .productItem__new {
  transition-delay: 4.4s; }

.index__product__list .horizontalList__item:nth-child(15) .productItem__image {
  transition-delay: 4.6s; }

.index__product__list .horizontalList__item:nth-child(15) .productItem__new {
  transition-delay: 4.7s; }

.index__product__list .horizontalList__item:nth-child(16) .productItem__image {
  transition-delay: 4.9s; }

.index__product__list .horizontalList__item:nth-child(16) .productItem__new {
  transition-delay: 5s; }

.index__product__list .horizontalList__item:nth-child(17) .productItem__image {
  transition-delay: 5.2s; }

.index__product__list .horizontalList__item:nth-child(17) .productItem__new {
  transition-delay: 5.3s; }

.index__product__list .horizontalList__item:nth-child(18) .productItem__image {
  transition-delay: 5.5s; }

.index__product__list .horizontalList__item:nth-child(18) .productItem__new {
  transition-delay: 5.6s; }

.index__product__list .horizontalList__item:nth-child(19) .productItem__image {
  transition-delay: 5.8s; }

.index__product__list .horizontalList__item:nth-child(19) .productItem__new {
  transition-delay: 5.9s; }

.index__product__list .horizontalList__item:nth-child(20) .productItem__image {
  transition-delay: 6.1s; }

.index__product__list .horizontalList__item:nth-child(20) .productItem__new {
  transition-delay: 6.2s; }

.index__product__list .horizontalList__item:nth-child(21) .productItem__image {
  transition-delay: 6.4s; }

.index__product__list .horizontalList__item:nth-child(21) .productItem__new {
  transition-delay: 6.5s; }

.index__product__list .horizontalList__item:nth-child(22) .productItem__image {
  transition-delay: 6.7s; }

.index__product__list .horizontalList__item:nth-child(22) .productItem__new {
  transition-delay: 6.8s; }

.index__product__list .horizontalList__item:nth-child(23) .productItem__image {
  transition-delay: 7s; }

.index__product__list .horizontalList__item:nth-child(23) .productItem__new {
  transition-delay: 7.1s; }

.index__product__list .horizontalList__item:nth-child(24) .productItem__image {
  transition-delay: 7.3s; }

.index__product__list .horizontalList__item:nth-child(24) .productItem__new {
  transition-delay: 7.4s; }

.index__product__list .horizontalList__item:nth-child(25) .productItem__image {
  transition-delay: 7.6s; }

.index__product__list .horizontalList__item:nth-child(25) .productItem__new {
  transition-delay: 7.7s; }

.index__product__list .horizontalList__item:nth-child(26) .productItem__image {
  transition-delay: 7.9s; }

.index__product__list .horizontalList__item:nth-child(26) .productItem__new {
  transition-delay: 8s; }

.index__product__list .horizontalList__item:nth-child(27) .productItem__image {
  transition-delay: 8.2s; }

.index__product__list .horizontalList__item:nth-child(27) .productItem__new {
  transition-delay: 8.3s; }

.index__product__list .horizontalList__item:nth-child(28) .productItem__image {
  transition-delay: 8.5s; }

.index__product__list .horizontalList__item:nth-child(28) .productItem__new {
  transition-delay: 8.6s; }

.index__product__list .horizontalList__item:nth-child(29) .productItem__image {
  transition-delay: 8.8s; }

.index__product__list .horizontalList__item:nth-child(29) .productItem__new {
  transition-delay: 8.9s; }

.index__product__list .horizontalList__item:nth-child(30) .productItem__image {
  transition-delay: 9.1s; }

.index__product__list .horizontalList__item:nth-child(30) .productItem__new {
  transition-delay: 9.2s; }

.index__product__list .horizontalList__item:nth-child(31) .productItem__image {
  transition-delay: 9.4s; }

.index__product__list .horizontalList__item:nth-child(31) .productItem__new {
  transition-delay: 9.5s; }

.index__product__list .horizontalList__item:nth-child(32) .productItem__image {
  transition-delay: 9.7s; }

.index__product__list .horizontalList__item:nth-child(32) .productItem__new {
  transition-delay: 9.8s; }

.index__product__list .horizontalList__item:nth-child(33) .productItem__image {
  transition-delay: 10s; }

.index__product__list .horizontalList__item:nth-child(33) .productItem__new {
  transition-delay: 10.1s; }

.index__product__list .horizontalList__item:nth-child(34) .productItem__image {
  transition-delay: 10.3s; }

.index__product__list .horizontalList__item:nth-child(34) .productItem__new {
  transition-delay: 10.4s; }

.index__product__list .horizontalList__item:nth-child(35) .productItem__image {
  transition-delay: 10.6s; }

.index__product__list .horizontalList__item:nth-child(35) .productItem__new {
  transition-delay: 10.7s; }

.index__product__list .horizontalList__item:nth-child(36) .productItem__image {
  transition-delay: 10.9s; }

.index__product__list .horizontalList__item:nth-child(36) .productItem__new {
  transition-delay: 11s; }

.index__product__list .horizontalList__item:nth-child(37) .productItem__image {
  transition-delay: 11.2s; }

.index__product__list .horizontalList__item:nth-child(37) .productItem__new {
  transition-delay: 11.3s; }

.index__product__list .horizontalList__item:nth-child(38) .productItem__image {
  transition-delay: 11.5s; }

.index__product__list .horizontalList__item:nth-child(38) .productItem__new {
  transition-delay: 11.6s; }

.index__product__list .horizontalList__item:nth-child(39) .productItem__image {
  transition-delay: 11.8s; }

.index__product__list .horizontalList__item:nth-child(39) .productItem__new {
  transition-delay: 11.9s; }

.index__product__list .horizontalList__item:nth-child(40) .productItem__image {
  transition-delay: 12.1s; }

.index__product__list .horizontalList__item:nth-child(40) .productItem__new {
  transition-delay: 12.2s; }

.index__product__list .horizontalList__item:nth-child(41) .productItem__image {
  transition-delay: 12.4s; }

.index__product__list .horizontalList__item:nth-child(41) .productItem__new {
  transition-delay: 12.5s; }

.index__product__list .horizontalList__item:nth-child(42) .productItem__image {
  transition-delay: 12.7s; }

.index__product__list .horizontalList__item:nth-child(42) .productItem__new {
  transition-delay: 12.8s; }

.index__product__list .horizontalList__item:nth-child(43) .productItem__image {
  transition-delay: 13s; }

.index__product__list .horizontalList__item:nth-child(43) .productItem__new {
  transition-delay: 13.1s; }

.index__product__list .horizontalList__item:nth-child(44) .productItem__image {
  transition-delay: 13.3s; }

.index__product__list .horizontalList__item:nth-child(44) .productItem__new {
  transition-delay: 13.4s; }

.index__product__list .horizontalList__item:nth-child(45) .productItem__image {
  transition-delay: 13.6s; }

.index__product__list .horizontalList__item:nth-child(45) .productItem__new {
  transition-delay: 13.7s; }

.index__product__list .horizontalList__item:nth-child(46) .productItem__image {
  transition-delay: 13.9s; }

.index__product__list .horizontalList__item:nth-child(46) .productItem__new {
  transition-delay: 14s; }

.index__product__list .horizontalList__item:nth-child(47) .productItem__image {
  transition-delay: 14.2s; }

.index__product__list .horizontalList__item:nth-child(47) .productItem__new {
  transition-delay: 14.3s; }

.index__product__list .horizontalList__item:nth-child(48) .productItem__image {
  transition-delay: 14.5s; }

.index__product__list .horizontalList__item:nth-child(48) .productItem__new {
  transition-delay: 14.6s; }

.index__product__list .horizontalList__item:nth-child(49) .productItem__image {
  transition-delay: 14.8s; }

.index__product__list .horizontalList__item:nth-child(49) .productItem__new {
  transition-delay: 14.9s; }

.index__product__list .horizontalList__item:nth-child(50) .productItem__image {
  transition-delay: 15.1s; }

.index__product__list .horizontalList__item:nth-child(50) .productItem__new {
  transition-delay: 15.2s; }

.index__product__list .horizontalList__item:nth-child(51) .productItem__image {
  transition-delay: 15.4s; }

.index__product__list .horizontalList__item:nth-child(51) .productItem__new {
  transition-delay: 15.5s; }

.index__product__list .horizontalList__item:nth-child(52) .productItem__image {
  transition-delay: 15.7s; }

.index__product__list .horizontalList__item:nth-child(52) .productItem__new {
  transition-delay: 15.8s; }

.index__product__list .horizontalList__item:nth-child(53) .productItem__image {
  transition-delay: 16s; }

.index__product__list .horizontalList__item:nth-child(53) .productItem__new {
  transition-delay: 16.1s; }

.index__product__list .horizontalList__item:nth-child(54) .productItem__image {
  transition-delay: 16.3s; }

.index__product__list .horizontalList__item:nth-child(54) .productItem__new {
  transition-delay: 16.4s; }

.index__product__list .horizontalList__item:nth-child(55) .productItem__image {
  transition-delay: 16.6s; }

.index__product__list .horizontalList__item:nth-child(55) .productItem__new {
  transition-delay: 16.7s; }

.index__product__list .horizontalList__item:nth-child(56) .productItem__image {
  transition-delay: 16.9s; }

.index__product__list .horizontalList__item:nth-child(56) .productItem__new {
  transition-delay: 17s; }

.index__product__list .horizontalList__item:nth-child(57) .productItem__image {
  transition-delay: 17.2s; }

.index__product__list .horizontalList__item:nth-child(57) .productItem__new {
  transition-delay: 17.3s; }

.index__product__list .horizontalList__item:nth-child(58) .productItem__image {
  transition-delay: 17.5s; }

.index__product__list .horizontalList__item:nth-child(58) .productItem__new {
  transition-delay: 17.6s; }

.index__product__list .horizontalList__item:nth-child(59) .productItem__image {
  transition-delay: 17.8s; }

.index__product__list .horizontalList__item:nth-child(59) .productItem__new {
  transition-delay: 17.9s; }

.index__product__list .horizontalList__item:nth-child(60) .productItem__image {
  transition-delay: 18.1s; }

.index__product__list .horizontalList__item:nth-child(60) .productItem__new {
  transition-delay: 18.2s; }

.index__product__list .horizontalList__item:nth-child(61) .productItem__image {
  transition-delay: 18.4s; }

.index__product__list .horizontalList__item:nth-child(61) .productItem__new {
  transition-delay: 18.5s; }

.index__product__list .horizontalList__item:nth-child(62) .productItem__image {
  transition-delay: 18.7s; }

.index__product__list .horizontalList__item:nth-child(62) .productItem__new {
  transition-delay: 18.8s; }

.index__product__list .horizontalList__item:nth-child(63) .productItem__image {
  transition-delay: 19s; }

.index__product__list .horizontalList__item:nth-child(63) .productItem__new {
  transition-delay: 19.1s; }

.index__product__list .horizontalList__item:nth-child(64) .productItem__image {
  transition-delay: 19.3s; }

.index__product__list .horizontalList__item:nth-child(64) .productItem__new {
  transition-delay: 19.4s; }

.index__product__list .horizontalList__item:nth-child(65) .productItem__image {
  transition-delay: 19.6s; }

.index__product__list .horizontalList__item:nth-child(65) .productItem__new {
  transition-delay: 19.7s; }

.index__product__list .horizontalList__item:nth-child(66) .productItem__image {
  transition-delay: 19.9s; }

.index__product__list .horizontalList__item:nth-child(66) .productItem__new {
  transition-delay: 20s; }

.index__product__list .horizontalList__item:nth-child(67) .productItem__image {
  transition-delay: 20.2s; }

.index__product__list .horizontalList__item:nth-child(67) .productItem__new {
  transition-delay: 20.3s; }

.index__product__list .horizontalList__item:nth-child(68) .productItem__image {
  transition-delay: 20.5s; }

.index__product__list .horizontalList__item:nth-child(68) .productItem__new {
  transition-delay: 20.6s; }

.index__product__list .horizontalList__item:nth-child(69) .productItem__image {
  transition-delay: 20.8s; }

.index__product__list .horizontalList__item:nth-child(69) .productItem__new {
  transition-delay: 20.9s; }

.index__product__list .horizontalList__item:nth-child(70) .productItem__image {
  transition-delay: 21.1s; }

.index__product__list .horizontalList__item:nth-child(70) .productItem__new {
  transition-delay: 21.2s; }

.index__product__list .horizontalList__item:nth-child(71) .productItem__image {
  transition-delay: 21.4s; }

.index__product__list .horizontalList__item:nth-child(71) .productItem__new {
  transition-delay: 21.5s; }

.index__product__list .horizontalList__item:nth-child(72) .productItem__image {
  transition-delay: 21.7s; }

.index__product__list .horizontalList__item:nth-child(72) .productItem__new {
  transition-delay: 21.8s; }

.index__product__list .horizontalList__item:nth-child(73) .productItem__image {
  transition-delay: 22s; }

.index__product__list .horizontalList__item:nth-child(73) .productItem__new {
  transition-delay: 22.1s; }

.index__product__list .horizontalList__item:nth-child(74) .productItem__image {
  transition-delay: 22.3s; }

.index__product__list .horizontalList__item:nth-child(74) .productItem__new {
  transition-delay: 22.4s; }

.index__product__list .horizontalList__item:nth-child(75) .productItem__image {
  transition-delay: 22.6s; }

.index__product__list .horizontalList__item:nth-child(75) .productItem__new {
  transition-delay: 22.7s; }

.index__product__list .horizontalList__item:nth-child(76) .productItem__image {
  transition-delay: 22.9s; }

.index__product__list .horizontalList__item:nth-child(76) .productItem__new {
  transition-delay: 23s; }

.index__product__list .horizontalList__item:nth-child(77) .productItem__image {
  transition-delay: 23.2s; }

.index__product__list .horizontalList__item:nth-child(77) .productItem__new {
  transition-delay: 23.3s; }

.index__product__list .horizontalList__item:nth-child(78) .productItem__image {
  transition-delay: 23.5s; }

.index__product__list .horizontalList__item:nth-child(78) .productItem__new {
  transition-delay: 23.6s; }

.index__product__list .horizontalList__item:nth-child(79) .productItem__image {
  transition-delay: 23.8s; }

.index__product__list .horizontalList__item:nth-child(79) .productItem__new {
  transition-delay: 23.9s; }

.index__product__list .horizontalList__item:nth-child(80) .productItem__image {
  transition-delay: 24.1s; }

.index__product__list .horizontalList__item:nth-child(80) .productItem__new {
  transition-delay: 24.2s; }

.index__product__list .horizontalList__item:nth-child(81) .productItem__image {
  transition-delay: 24.4s; }

.index__product__list .horizontalList__item:nth-child(81) .productItem__new {
  transition-delay: 24.5s; }

.index__product__list .horizontalList__item:nth-child(82) .productItem__image {
  transition-delay: 24.7s; }

.index__product__list .horizontalList__item:nth-child(82) .productItem__new {
  transition-delay: 24.8s; }

.index__product__list .horizontalList__item:nth-child(83) .productItem__image {
  transition-delay: 25s; }

.index__product__list .horizontalList__item:nth-child(83) .productItem__new {
  transition-delay: 25.1s; }

.index__product__list .horizontalList__item:nth-child(84) .productItem__image {
  transition-delay: 25.3s; }

.index__product__list .horizontalList__item:nth-child(84) .productItem__new {
  transition-delay: 25.4s; }

.index__product__list .horizontalList__item:nth-child(85) .productItem__image {
  transition-delay: 25.6s; }

.index__product__list .horizontalList__item:nth-child(85) .productItem__new {
  transition-delay: 25.7s; }

.index__product__list .horizontalList__item:nth-child(86) .productItem__image {
  transition-delay: 25.9s; }

.index__product__list .horizontalList__item:nth-child(86) .productItem__new {
  transition-delay: 26s; }

.index__product__list .horizontalList__item:nth-child(87) .productItem__image {
  transition-delay: 26.2s; }

.index__product__list .horizontalList__item:nth-child(87) .productItem__new {
  transition-delay: 26.3s; }

.index__product__list .horizontalList__item:nth-child(88) .productItem__image {
  transition-delay: 26.5s; }

.index__product__list .horizontalList__item:nth-child(88) .productItem__new {
  transition-delay: 26.6s; }

.index__product__list .horizontalList__item:nth-child(89) .productItem__image {
  transition-delay: 26.8s; }

.index__product__list .horizontalList__item:nth-child(89) .productItem__new {
  transition-delay: 26.9s; }

.index__product__list .horizontalList__item:nth-child(90) .productItem__image {
  transition-delay: 27.1s; }

.index__product__list .horizontalList__item:nth-child(90) .productItem__new {
  transition-delay: 27.2s; }

.index__product__list .horizontalList__item:nth-child(91) .productItem__image {
  transition-delay: 27.4s; }

.index__product__list .horizontalList__item:nth-child(91) .productItem__new {
  transition-delay: 27.5s; }

.index__product__list .horizontalList__item:nth-child(92) .productItem__image {
  transition-delay: 27.7s; }

.index__product__list .horizontalList__item:nth-child(92) .productItem__new {
  transition-delay: 27.8s; }

.index__product__list .horizontalList__item:nth-child(93) .productItem__image {
  transition-delay: 28s; }

.index__product__list .horizontalList__item:nth-child(93) .productItem__new {
  transition-delay: 28.1s; }

.index__product__list .horizontalList__item:nth-child(94) .productItem__image {
  transition-delay: 28.3s; }

.index__product__list .horizontalList__item:nth-child(94) .productItem__new {
  transition-delay: 28.4s; }

.index__product__list .horizontalList__item:nth-child(95) .productItem__image {
  transition-delay: 28.6s; }

.index__product__list .horizontalList__item:nth-child(95) .productItem__new {
  transition-delay: 28.7s; }

.index__product__list .horizontalList__item:nth-child(96) .productItem__image {
  transition-delay: 28.9s; }

.index__product__list .horizontalList__item:nth-child(96) .productItem__new {
  transition-delay: 29s; }

.index__product__list .horizontalList__item:nth-child(97) .productItem__image {
  transition-delay: 29.2s; }

.index__product__list .horizontalList__item:nth-child(97) .productItem__new {
  transition-delay: 29.3s; }

.index__product__list .horizontalList__item:nth-child(98) .productItem__image {
  transition-delay: 29.5s; }

.index__product__list .horizontalList__item:nth-child(98) .productItem__new {
  transition-delay: 29.6s; }

.index__product__list .horizontalList__item:nth-child(99) .productItem__image {
  transition-delay: 29.8s; }

.index__product__list .horizontalList__item:nth-child(99) .productItem__new {
  transition-delay: 29.9s; }

.index__product__list__links {
  box-sizing: border-box;
  width: 100%;
  padding-left: 88px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right; }
  .index__product__list__links > a {
    margin-left: 10px;
    letter-spacing: 0; }

@media (max-width: 767px) {
  .index__product__list .horizontalList__title {
    margin-bottom: 10px; }
  .index__product__list__links {
    padding: 0px;
    position: relative;
    right: auto;
    bottom: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: left;
    margin: 18px auto 0; }
    .index__product__list__links > a {
      width: calc(50% - 10px);
      margin-top: 10px; } }

/* /.index__product */
/* .index__video */
.index__video {
  position: relative;
  width: calc(100% - 55px);
  height: auto;
  overflow: hidden;
  z-index: 0; }
  .index__video:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; }
  .index__video.odd {
    margin-right: auto;
    margin-top: 180px; }
    .index__video.odd:after {
      -ms-transform-origin: right center;
          transform-origin: right center; }
  .index__video.even {
    margin-left: auto;
    margin-top: 120px; }
    .index__video.even:after {
      -ms-transform-origin: left center;
          transform-origin: left center; }
  .index__video.appear:after {
    -ms-transform: scale(0, 1);
        transform: scale(0, 1); }

.index__video__container {
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative; }

.index__video__media {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .index__video__media video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    /*
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			*/ }

.index__video__alt {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 767px) {
  .index__video {
    display: none; } }

/* /.index__video */
/* .index__about */
.index__about__slideshow-a {
  width: 660px;
  height: auto;
  margin: -220px 0 0 auto; }
  @media (max-width: 1320px) {
    .index__about__slideshow-a {
      width: 50%;
      margin-top: -16.6667%; } }

.index__about__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 120px 0 0; }

.index__about__slideshow-b {
  width: 440px;
  height: auto;
  -ms-flex: 0 1 440px;
      flex: 0 1 440px; }
  .index__about__slideshow-b .slideshow__container {
    width: 100%;
    height: 0px;
    padding-top: 150%; }

.index__about__body {
  box-sizing: border-box;
  position: relative;
  width: 580px;
  height: auto;
  padding: 0 0 0 80px;
  -ms-flex: 0 0 580px;
      flex: 0 0 580px; }

.index__about__photo {
  width: 420px;
  height: auto;
  padding: 50px 0 0 0;
  -ms-flex: 0 1 420px;
      flex: 0 1 420px; }
  .index__about__photo__1 {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 0 0 auto; }
  .index__about__photo__2 {
    display: block;
    width: 100%;
    max-width: 308px;
    height: auto;
    margin: 0 auto 0 0; }

.index__about__head {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0; }
  .index__about__head a:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.index__about__lead {
  font-size: 36px;
  line-height: 54px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0 0;
  letter-spacing: 0.15em;
  white-space: nowrap; }

.index__about__copy {
  margin: 40px 0 0;
  letter-spacing: 0px; }

.index__about__text {
  margin: 8px 0 0; }

.index__about__link {
  width: 316px;
  margin: 40px 0 0; }

@media (min-width: 1680px) {
  .index__about__slideshow-a {
    margin-right: calc(50% - 840px);
    margin-left: auto; }
  .index__about__container {
    width: 1680px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1320px) {
  .index__about__slideshow-a {
    width: 50%;
    margin-top: -16.6667%; } }

@media (max-width: 767px) {
  .index__about {
    margin-top: 80px; }
  .index__about__slideshow-a {
    width: 100%;
    margin-top: 0px; }
  .index__about__container {
    margin-top: 64px;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .index__about__body {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    -ms-flex-order: 0;
        order: 0; }
  .index__about__slideshow-b {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .index__about__photo {
    -ms-flex-order: 2;
        order: 2;
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    position: relative;
    height: auto;
    padding-top: 0px; }
  .index__about__photo__container {
    width: 100%;
    height: 0px;
    padding-top: 150%;
    position: relative;
    overflow: hidden; }
  .index__about__photo__1 {
    width: auto;
    height: calc(37.1831% - 7px);
    position: absolute;
    right: 0px;
    top: 15px; }
  .index__about__photo__2 {
    width: auto;
    height: calc(62.8169% - 8px);
    position: absolute;
    left: 35px;
    top: calc(37.1831% + 8px); }
  .index__about__lead {
    font-size: 24px;
    line-height: 34px;
    margin-top: 18px; }
  .index__about__copy {
    margin: 20px 0 0; }
  .index__about__link {
    display: block;
    margin: 30px auto 0;
    max-width: 248px; } }

/* /.index__about */
/* .index .slideshow */
.index__soloslideshow {
  width: 660px;
  height: auto;
  margin: -220px auto 0; }

.index .slideshow .slideshow__container {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }

.index .slideshow.appear .slideshow__container {
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%); }

@media (max-width: 767px) {
  .index__soloslideshow {
    width: 100%;
    margin-top: 80px; } }

/* /.index .slideshow */
/* .index__shoplist */
.index__shoplist {
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 80px auto 0; }

.index__shoplist__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0 0 30px; }
  .index__shoplist__title a:hover {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (max-width: 767px) {
  .index__shoplist {
    width: calc(100% - 60px);
    margin: 74px auto 0; }
    .index__shoplist .shoparealist__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .index__shoplist .shoparealist__list .shoparealist__item {
        padding: 0px;
        height: auto;
        width: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        margin-bottom: 10px; }
      .index__shoplist .shoparealist__list .shoparealist__label {
        display: none; }
      .index__shoplist .shoparealist__list .shoparealist__button {
        display: block;
        width: 100%;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }

/* /.index__shoplist */
/* .index__news */
.index__news__container {
  margin: 120px 0 80px 0; }

.index__news__headline .horizontalList__item:nth-child(1) .newsItem__image {
  transition-delay: 0.4s; }

.index__news__headline .horizontalList__item:nth-child(2) .newsItem__image {
  transition-delay: 0.7s; }

.index__news__headline .horizontalList__item:nth-child(3) .newsItem__image {
  transition-delay: 1s; }

.index__news__headline .horizontalList__item:nth-child(4) .newsItem__image {
  transition-delay: 1.3s; }

.index__news__headline .horizontalList__item:nth-child(5) .newsItem__image {
  transition-delay: 1.6s; }

.index__news__headline .horizontalList__item:nth-child(6) .newsItem__image {
  transition-delay: 1.9s; }

.index__news__headline .horizontalList__item:nth-child(7) .newsItem__image {
  transition-delay: 2.2s; }

.index__news__headline .horizontalList__item:nth-child(8) .newsItem__image {
  transition-delay: 2.5s; }

.index__news__headline .horizontalList__item:nth-child(9) .newsItem__image {
  transition-delay: 2.8s; }

.index__news__headline .horizontalList__item:nth-child(10) .newsItem__image {
  transition-delay: 3.1s; }

.index__news__headline .horizontalList__item:nth-child(11) .newsItem__image {
  transition-delay: 3.4s; }

.index__news__headline .horizontalList__item:nth-child(12) .newsItem__image {
  transition-delay: 3.7s; }

.index__news__headline .horizontalList__item:nth-child(13) .newsItem__image {
  transition-delay: 4s; }

.index__news__headline .horizontalList__item:nth-child(14) .newsItem__image {
  transition-delay: 4.3s; }

.index__news__headline .horizontalList__item:nth-child(15) .newsItem__image {
  transition-delay: 4.6s; }

.index__news__headline .horizontalList__item:nth-child(16) .newsItem__image {
  transition-delay: 4.9s; }

.index__news__headline .horizontalList__item:nth-child(17) .newsItem__image {
  transition-delay: 5.2s; }

.index__news__headline .horizontalList__item:nth-child(18) .newsItem__image {
  transition-delay: 5.5s; }

.index__news__headline .horizontalList__item:nth-child(19) .newsItem__image {
  transition-delay: 5.8s; }

.index__news__headline .horizontalList__item:nth-child(20) .newsItem__image {
  transition-delay: 6.1s; }

.index__news__headline .horizontalList__item:nth-child(21) .newsItem__image {
  transition-delay: 6.4s; }

.index__news__headline .horizontalList__item:nth-child(22) .newsItem__image {
  transition-delay: 6.7s; }

.index__news__headline .horizontalList__item:nth-child(23) .newsItem__image {
  transition-delay: 7s; }

.index__news__headline .horizontalList__item:nth-child(24) .newsItem__image {
  transition-delay: 7.3s; }

.index__news__headline .horizontalList__item:nth-child(25) .newsItem__image {
  transition-delay: 7.6s; }

.index__news__headline .horizontalList__item:nth-child(26) .newsItem__image {
  transition-delay: 7.9s; }

.index__news__headline .horizontalList__item:nth-child(27) .newsItem__image {
  transition-delay: 8.2s; }

.index__news__headline .horizontalList__item:nth-child(28) .newsItem__image {
  transition-delay: 8.5s; }

.index__news__headline .horizontalList__item:nth-child(29) .newsItem__image {
  transition-delay: 8.8s; }

.index__news__headline .horizontalList__item:nth-child(30) .newsItem__image {
  transition-delay: 9.1s; }

.index__news__headline .horizontalList__item:nth-child(31) .newsItem__image {
  transition-delay: 9.4s; }

.index__news__headline .horizontalList__item:nth-child(32) .newsItem__image {
  transition-delay: 9.7s; }

.index__news__headline .horizontalList__item:nth-child(33) .newsItem__image {
  transition-delay: 10s; }

.index__news__headline .horizontalList__item:nth-child(34) .newsItem__image {
  transition-delay: 10.3s; }

.index__news__headline .horizontalList__item:nth-child(35) .newsItem__image {
  transition-delay: 10.6s; }

.index__news__headline .horizontalList__item:nth-child(36) .newsItem__image {
  transition-delay: 10.9s; }

.index__news__headline .horizontalList__item:nth-child(37) .newsItem__image {
  transition-delay: 11.2s; }

.index__news__headline .horizontalList__item:nth-child(38) .newsItem__image {
  transition-delay: 11.5s; }

.index__news__headline .horizontalList__item:nth-child(39) .newsItem__image {
  transition-delay: 11.8s; }

.index__news__headline .horizontalList__item:nth-child(40) .newsItem__image {
  transition-delay: 12.1s; }

.index__news__headline .horizontalList__item:nth-child(41) .newsItem__image {
  transition-delay: 12.4s; }

.index__news__headline .horizontalList__item:nth-child(42) .newsItem__image {
  transition-delay: 12.7s; }

.index__news__headline .horizontalList__item:nth-child(43) .newsItem__image {
  transition-delay: 13s; }

.index__news__headline .horizontalList__item:nth-child(44) .newsItem__image {
  transition-delay: 13.3s; }

.index__news__headline .horizontalList__item:nth-child(45) .newsItem__image {
  transition-delay: 13.6s; }

.index__news__headline .horizontalList__item:nth-child(46) .newsItem__image {
  transition-delay: 13.9s; }

.index__news__headline .horizontalList__item:nth-child(47) .newsItem__image {
  transition-delay: 14.2s; }

.index__news__headline .horizontalList__item:nth-child(48) .newsItem__image {
  transition-delay: 14.5s; }

.index__news__headline .horizontalList__item:nth-child(49) .newsItem__image {
  transition-delay: 14.8s; }

.index__news__headline .horizontalList__item:nth-child(50) .newsItem__image {
  transition-delay: 15.1s; }

.index__news__headline .horizontalList__item:nth-child(51) .newsItem__image {
  transition-delay: 15.4s; }

.index__news__headline .horizontalList__item:nth-child(52) .newsItem__image {
  transition-delay: 15.7s; }

.index__news__headline .horizontalList__item:nth-child(53) .newsItem__image {
  transition-delay: 16s; }

.index__news__headline .horizontalList__item:nth-child(54) .newsItem__image {
  transition-delay: 16.3s; }

.index__news__headline .horizontalList__item:nth-child(55) .newsItem__image {
  transition-delay: 16.6s; }

.index__news__headline .horizontalList__item:nth-child(56) .newsItem__image {
  transition-delay: 16.9s; }

.index__news__headline .horizontalList__item:nth-child(57) .newsItem__image {
  transition-delay: 17.2s; }

.index__news__headline .horizontalList__item:nth-child(58) .newsItem__image {
  transition-delay: 17.5s; }

.index__news__headline .horizontalList__item:nth-child(59) .newsItem__image {
  transition-delay: 17.8s; }

.index__news__headline .horizontalList__item:nth-child(60) .newsItem__image {
  transition-delay: 18.1s; }

.index__news__headline .horizontalList__item:nth-child(61) .newsItem__image {
  transition-delay: 18.4s; }

.index__news__headline .horizontalList__item:nth-child(62) .newsItem__image {
  transition-delay: 18.7s; }

.index__news__headline .horizontalList__item:nth-child(63) .newsItem__image {
  transition-delay: 19s; }

.index__news__headline .horizontalList__item:nth-child(64) .newsItem__image {
  transition-delay: 19.3s; }

.index__news__headline .horizontalList__item:nth-child(65) .newsItem__image {
  transition-delay: 19.6s; }

.index__news__headline .horizontalList__item:nth-child(66) .newsItem__image {
  transition-delay: 19.9s; }

.index__news__headline .horizontalList__item:nth-child(67) .newsItem__image {
  transition-delay: 20.2s; }

.index__news__headline .horizontalList__item:nth-child(68) .newsItem__image {
  transition-delay: 20.5s; }

.index__news__headline .horizontalList__item:nth-child(69) .newsItem__image {
  transition-delay: 20.8s; }

.index__news__headline .horizontalList__item:nth-child(70) .newsItem__image {
  transition-delay: 21.1s; }

.index__news__headline .horizontalList__item:nth-child(71) .newsItem__image {
  transition-delay: 21.4s; }

.index__news__headline .horizontalList__item:nth-child(72) .newsItem__image {
  transition-delay: 21.7s; }

.index__news__headline .horizontalList__item:nth-child(73) .newsItem__image {
  transition-delay: 22s; }

.index__news__headline .horizontalList__item:nth-child(74) .newsItem__image {
  transition-delay: 22.3s; }

.index__news__headline .horizontalList__item:nth-child(75) .newsItem__image {
  transition-delay: 22.6s; }

.index__news__headline .horizontalList__item:nth-child(76) .newsItem__image {
  transition-delay: 22.9s; }

.index__news__headline .horizontalList__item:nth-child(77) .newsItem__image {
  transition-delay: 23.2s; }

.index__news__headline .horizontalList__item:nth-child(78) .newsItem__image {
  transition-delay: 23.5s; }

.index__news__headline .horizontalList__item:nth-child(79) .newsItem__image {
  transition-delay: 23.8s; }

.index__news__headline .horizontalList__item:nth-child(80) .newsItem__image {
  transition-delay: 24.1s; }

.index__news__headline .horizontalList__item:nth-child(81) .newsItem__image {
  transition-delay: 24.4s; }

.index__news__headline .horizontalList__item:nth-child(82) .newsItem__image {
  transition-delay: 24.7s; }

.index__news__headline .horizontalList__item:nth-child(83) .newsItem__image {
  transition-delay: 25s; }

.index__news__headline .horizontalList__item:nth-child(84) .newsItem__image {
  transition-delay: 25.3s; }

.index__news__headline .horizontalList__item:nth-child(85) .newsItem__image {
  transition-delay: 25.6s; }

.index__news__headline .horizontalList__item:nth-child(86) .newsItem__image {
  transition-delay: 25.9s; }

.index__news__headline .horizontalList__item:nth-child(87) .newsItem__image {
  transition-delay: 26.2s; }

.index__news__headline .horizontalList__item:nth-child(88) .newsItem__image {
  transition-delay: 26.5s; }

.index__news__headline .horizontalList__item:nth-child(89) .newsItem__image {
  transition-delay: 26.8s; }

.index__news__headline .horizontalList__item:nth-child(90) .newsItem__image {
  transition-delay: 27.1s; }

.index__news__headline .horizontalList__item:nth-child(91) .newsItem__image {
  transition-delay: 27.4s; }

.index__news__headline .horizontalList__item:nth-child(92) .newsItem__image {
  transition-delay: 27.7s; }

.index__news__headline .horizontalList__item:nth-child(93) .newsItem__image {
  transition-delay: 28s; }

.index__news__headline .horizontalList__item:nth-child(94) .newsItem__image {
  transition-delay: 28.3s; }

.index__news__headline .horizontalList__item:nth-child(95) .newsItem__image {
  transition-delay: 28.6s; }

.index__news__headline .horizontalList__item:nth-child(96) .newsItem__image {
  transition-delay: 28.9s; }

.index__news__headline .horizontalList__item:nth-child(97) .newsItem__image {
  transition-delay: 29.2s; }

.index__news__headline .horizontalList__item:nth-child(98) .newsItem__image {
  transition-delay: 29.5s; }

.index__news__headline .horizontalList__item:nth-child(99) .newsItem__image {
  transition-delay: 29.8s; }

@media (max-width: 767px) {
  .index__news__container {
    margin: 60px 0 80px 0; } }

/* /.index__news */
/* .index__feed */
.index__feed {
  width: calc(100% - 110px);
  background-color: #f7f7f7;
  position: relative;
  padding: 48px 0 55px;
  margin: 0 auto; }

.index__feed__container {
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 0 auto; }

.index__feed__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.index__feed__link {
  display: block; }

.index__feed__block {
  width: calc(25% - 20px);
  max-width: 200px;
  height: auto;
  -ms-flex: 0 1 calc(25% - 20px);
      flex: 0 1 calc(25% - 20px); }
  .index__feed__block:nth-child(1) .index__feed__thumb {
    transition-delay: 0.4s; }
  .index__feed__block:nth-child(2) .index__feed__thumb {
    transition-delay: 0.7s; }
  .index__feed__block:nth-child(3) .index__feed__thumb {
    transition-delay: 1s; }
  .index__feed__block:nth-child(4) .index__feed__thumb {
    transition-delay: 1.3s; }
  .index__feed__block:nth-child(5) .index__feed__thumb {
    transition-delay: 1.6s; }
  .index__feed__block:nth-child(6) .index__feed__thumb {
    transition-delay: 1.9s; }
  .index__feed__block:nth-child(7) .index__feed__thumb {
    transition-delay: 2.2s; }
  .index__feed__block:nth-child(8) .index__feed__thumb {
    transition-delay: 2.5s; }
  .index__feed__block:nth-child(9) .index__feed__thumb {
    transition-delay: 2.8s; }
  .index__feed__block:nth-child(10) .index__feed__thumb {
    transition-delay: 3.1s; }
  .index__feed__block:nth-child(11) .index__feed__thumb {
    transition-delay: 3.4s; }
  .index__feed__block:nth-child(12) .index__feed__thumb {
    transition-delay: 3.7s; }
  .index__feed__block:nth-child(13) .index__feed__thumb {
    transition-delay: 4s; }
  .index__feed__block:nth-child(14) .index__feed__thumb {
    transition-delay: 4.3s; }
  .index__feed__block:nth-child(15) .index__feed__thumb {
    transition-delay: 4.6s; }
  .index__feed__block:nth-child(16) .index__feed__thumb {
    transition-delay: 4.9s; }
  .index__feed__block:nth-child(17) .index__feed__thumb {
    transition-delay: 5.2s; }
  .index__feed__block:nth-child(18) .index__feed__thumb {
    transition-delay: 5.5s; }
  .index__feed__block:nth-child(19) .index__feed__thumb {
    transition-delay: 5.8s; }
  .index__feed__block:nth-child(20) .index__feed__thumb {
    transition-delay: 6.1s; }
  .index__feed__block:nth-child(21) .index__feed__thumb {
    transition-delay: 6.4s; }
  .index__feed__block:nth-child(22) .index__feed__thumb {
    transition-delay: 6.7s; }
  .index__feed__block:nth-child(23) .index__feed__thumb {
    transition-delay: 7s; }
  .index__feed__block:nth-child(24) .index__feed__thumb {
    transition-delay: 7.3s; }
  .index__feed__block:nth-child(25) .index__feed__thumb {
    transition-delay: 7.6s; }
  .index__feed__block:nth-child(26) .index__feed__thumb {
    transition-delay: 7.9s; }
  .index__feed__block:nth-child(27) .index__feed__thumb {
    transition-delay: 8.2s; }
  .index__feed__block:nth-child(28) .index__feed__thumb {
    transition-delay: 8.5s; }
  .index__feed__block:nth-child(29) .index__feed__thumb {
    transition-delay: 8.8s; }
  .index__feed__block:nth-child(30) .index__feed__thumb {
    transition-delay: 9.1s; }
  .index__feed__block:nth-child(31) .index__feed__thumb {
    transition-delay: 9.4s; }
  .index__feed__block:nth-child(32) .index__feed__thumb {
    transition-delay: 9.7s; }
  .index__feed__block:nth-child(33) .index__feed__thumb {
    transition-delay: 10s; }
  .index__feed__block:nth-child(34) .index__feed__thumb {
    transition-delay: 10.3s; }
  .index__feed__block:nth-child(35) .index__feed__thumb {
    transition-delay: 10.6s; }
  .index__feed__block:nth-child(36) .index__feed__thumb {
    transition-delay: 10.9s; }
  .index__feed__block:nth-child(37) .index__feed__thumb {
    transition-delay: 11.2s; }
  .index__feed__block:nth-child(38) .index__feed__thumb {
    transition-delay: 11.5s; }
  .index__feed__block:nth-child(39) .index__feed__thumb {
    transition-delay: 11.8s; }
  .index__feed__block:nth-child(40) .index__feed__thumb {
    transition-delay: 12.1s; }
  .index__feed__block:nth-child(41) .index__feed__thumb {
    transition-delay: 12.4s; }
  .index__feed__block:nth-child(42) .index__feed__thumb {
    transition-delay: 12.7s; }
  .index__feed__block:nth-child(43) .index__feed__thumb {
    transition-delay: 13s; }
  .index__feed__block:nth-child(44) .index__feed__thumb {
    transition-delay: 13.3s; }
  .index__feed__block:nth-child(45) .index__feed__thumb {
    transition-delay: 13.6s; }
  .index__feed__block:nth-child(46) .index__feed__thumb {
    transition-delay: 13.9s; }
  .index__feed__block:nth-child(47) .index__feed__thumb {
    transition-delay: 14.2s; }
  .index__feed__block:nth-child(48) .index__feed__thumb {
    transition-delay: 14.5s; }
  .index__feed__block:nth-child(49) .index__feed__thumb {
    transition-delay: 14.8s; }
  .index__feed__block:nth-child(50) .index__feed__thumb {
    transition-delay: 15.1s; }
  .index__feed__block:nth-child(51) .index__feed__thumb {
    transition-delay: 15.4s; }
  .index__feed__block:nth-child(52) .index__feed__thumb {
    transition-delay: 15.7s; }
  .index__feed__block:nth-child(53) .index__feed__thumb {
    transition-delay: 16s; }
  .index__feed__block:nth-child(54) .index__feed__thumb {
    transition-delay: 16.3s; }
  .index__feed__block:nth-child(55) .index__feed__thumb {
    transition-delay: 16.6s; }
  .index__feed__block:nth-child(56) .index__feed__thumb {
    transition-delay: 16.9s; }
  .index__feed__block:nth-child(57) .index__feed__thumb {
    transition-delay: 17.2s; }
  .index__feed__block:nth-child(58) .index__feed__thumb {
    transition-delay: 17.5s; }
  .index__feed__block:nth-child(59) .index__feed__thumb {
    transition-delay: 17.8s; }
  .index__feed__block:nth-child(60) .index__feed__thumb {
    transition-delay: 18.1s; }
  .index__feed__block:nth-child(61) .index__feed__thumb {
    transition-delay: 18.4s; }
  .index__feed__block:nth-child(62) .index__feed__thumb {
    transition-delay: 18.7s; }
  .index__feed__block:nth-child(63) .index__feed__thumb {
    transition-delay: 19s; }
  .index__feed__block:nth-child(64) .index__feed__thumb {
    transition-delay: 19.3s; }
  .index__feed__block:nth-child(65) .index__feed__thumb {
    transition-delay: 19.6s; }
  .index__feed__block:nth-child(66) .index__feed__thumb {
    transition-delay: 19.9s; }
  .index__feed__block:nth-child(67) .index__feed__thumb {
    transition-delay: 20.2s; }
  .index__feed__block:nth-child(68) .index__feed__thumb {
    transition-delay: 20.5s; }
  .index__feed__block:nth-child(69) .index__feed__thumb {
    transition-delay: 20.8s; }
  .index__feed__block:nth-child(70) .index__feed__thumb {
    transition-delay: 21.1s; }
  .index__feed__block:nth-child(71) .index__feed__thumb {
    transition-delay: 21.4s; }
  .index__feed__block:nth-child(72) .index__feed__thumb {
    transition-delay: 21.7s; }
  .index__feed__block:nth-child(73) .index__feed__thumb {
    transition-delay: 22s; }
  .index__feed__block:nth-child(74) .index__feed__thumb {
    transition-delay: 22.3s; }
  .index__feed__block:nth-child(75) .index__feed__thumb {
    transition-delay: 22.6s; }
  .index__feed__block:nth-child(76) .index__feed__thumb {
    transition-delay: 22.9s; }
  .index__feed__block:nth-child(77) .index__feed__thumb {
    transition-delay: 23.2s; }
  .index__feed__block:nth-child(78) .index__feed__thumb {
    transition-delay: 23.5s; }
  .index__feed__block:nth-child(79) .index__feed__thumb {
    transition-delay: 23.8s; }
  .index__feed__block:nth-child(80) .index__feed__thumb {
    transition-delay: 24.1s; }
  .index__feed__block:nth-child(81) .index__feed__thumb {
    transition-delay: 24.4s; }
  .index__feed__block:nth-child(82) .index__feed__thumb {
    transition-delay: 24.7s; }
  .index__feed__block:nth-child(83) .index__feed__thumb {
    transition-delay: 25s; }
  .index__feed__block:nth-child(84) .index__feed__thumb {
    transition-delay: 25.3s; }
  .index__feed__block:nth-child(85) .index__feed__thumb {
    transition-delay: 25.6s; }
  .index__feed__block:nth-child(86) .index__feed__thumb {
    transition-delay: 25.9s; }
  .index__feed__block:nth-child(87) .index__feed__thumb {
    transition-delay: 26.2s; }
  .index__feed__block:nth-child(88) .index__feed__thumb {
    transition-delay: 26.5s; }
  .index__feed__block:nth-child(89) .index__feed__thumb {
    transition-delay: 26.8s; }
  .index__feed__block:nth-child(90) .index__feed__thumb {
    transition-delay: 27.1s; }
  .index__feed__block:nth-child(91) .index__feed__thumb {
    transition-delay: 27.4s; }
  .index__feed__block:nth-child(92) .index__feed__thumb {
    transition-delay: 27.7s; }
  .index__feed__block:nth-child(93) .index__feed__thumb {
    transition-delay: 28s; }
  .index__feed__block:nth-child(94) .index__feed__thumb {
    transition-delay: 28.3s; }
  .index__feed__block:nth-child(95) .index__feed__thumb {
    transition-delay: 28.6s; }
  .index__feed__block:nth-child(96) .index__feed__thumb {
    transition-delay: 28.9s; }
  .index__feed__block:nth-child(97) .index__feed__thumb {
    transition-delay: 29.2s; }
  .index__feed__block:nth-child(98) .index__feed__thumb {
    transition-delay: 29.5s; }
  .index__feed__block:nth-child(99) .index__feed__thumb {
    transition-delay: 29.8s; }

.index__feed__date {
  color: #808080;
  letter-spacing: 0; }

.index__feed__thumb {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  position: relative;
  margin: 5px 0 0 0;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
  transition: -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-clip-path 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .appear .index__feed__thumb {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }

.index__feed__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px; }

.index__feed__icon {
  width: 21px;
  height: 21px;
  background-image: url(/images/icon_fb_border.svg);
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1; }

.index__feed__text {
  font-size: 13px;
  line-height: 28px;
  width: 100%;
  max-height: 112px;
  overflow: hidden;
  position: relative;
  margin: 22px 0 0 0;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4; }

.index__feed__nav {
  font-size: 0px;
  text-align: center;
  margin: 36px 0 0 0; }

.index__feed__nav__link {
  margin: 0 10px; }
  .index__feed__nav__link span {
    letter-spacing: 0; }

@media (max-width: 767px) {
  .index__feed {
    width: calc(100% - 30px);
    padding: 32px 0 40px; }
  .index__feed__container {
    width: calc(100% - 40px);
    margin: 0 auto; }
  .index__feed__list {
    display: block; }
  .index__feed__block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px; }
  .index__feed__link {
    position: relative;
    box-sizing: border-box;
    padding-top: 32px;
    padding-left: 120px; }
  .index__feed__date {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    line-height: 24px; }
  .index__feed__thumb {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 32px;
    margin: 0;
    padding: 0; }
  .index__feed__icon {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    bottom: 5px;
    right: 5px; }
  .index__feed__text {
    margin: 0;
    height: 112px;
    margin-top: -6px; }
  .index__feed__nav {
    margin: 35px 0 0 0; }
  .index__feed__nav__link {
    display: block;
    width: 206px;
    margin: 10px auto 0; } }

/* /.index__feed */
.news .pagecover__contents__block__link {
  letter-spacing: 0; }

body:not(.touch).news .pagecover__contents__block:hover .pagecover__contents__block__link:after {
  animation: roundbutton--right-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

@media (max-width: 767px) {
  .news .pagecover__contents__block__link:after {
    margin-top: -5px;
    margin-right: 2px; } }

/* .news__list */
.news__list {
  position: relative;
  width: calc(100% - 110px);
  max-width: 1010px;
  height: auto;
  margin: 65px auto 0;
  padding-top: 55px; }

.news__list__heading {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.15em;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.news__list__list {
  margin: 48px 0 0; }

.news__list__item {
  position: relative;
  width: auto;
  height: auto;
  margin: 30px 0 0; }

.news__list__item__link {
  display: block;
  position: relative;
  min-height: 88px;
  padding: 32px 215px 0 215px; }
  body:not(.touch) .news__list__item__link:hover .news__list__item__button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-color: rgba(195, 195, 195, 0.5);
    color: rgba(0, 0, 0, 0.5); }
    body:not(.touch) .news__list__item__link:hover .news__list__item__button:after {
      animation: roundbutton--arrow-hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite; }

.news__list__item__date {
  line-height: 24px;
  color: #808080;
  position: absolute;
  left: 0px;
  top: 0px;
  letter-spacing: 0px; }

.news__list__item__thumb {
  width: 156px;
  height: 88px;
  position: absolute;
  left: 0px;
  top: 32px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.news__list__item__head {
  font-size: 21px;
  line-height: 32px;
  position: relative;
  top: -6px;
  letter-spacing: 0px; }

.news__list__item__excerpt {
  position: relative;
  top: 0px;
  font-size: 13px;
  line-height: 28px;
  width: 100%;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2; }

.news__list__item__button {
  display: block;
  width: 165px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px; }

@media (max-width: 767px) {
  .news__list {
    width: calc(100% - 60px);
    margin: 0px auto 0;
    padding-top: 55px; }
  .news__list__heading {
    font-size: 24px;
    line-height: 34px; }
  .news__list__list {
    margin: 30px 0 0; }
  .news__list__item {
    margin: 30px 0 0; }
  .news__list__item__link {
    min-height: 88px;
    padding: 32px 0 0 95px; }
  .news__list__item__date {
    line-height: 24px; }
  .news__list__item__thumb {
    width: 80px;
    height: 45px;
    left: 0px;
    top: 32px; }
  .news__list__item__head {
    font-size: 18px;
    line-height: 22px;
    top: 0; }
  .news__list__item__excerpt {
    font-size: 13px;
    line-height: 28px;
    height: auto;
    max-height: 168px;
    -webkit-line-clamp: 6;
    margin: 10px 0 0; }
  .news__list__item__button {
    width: 146px;
    position: relative;
    right: auto;
    top: auto;
    margin: 14px 0 0; } }

/* /.news__list */
/* .news__pager */
.news__pager {
  max-width: 1010px;
  width: calc(100% - 55px);
  margin: 100px auto 0;
  font-size: 0px;
  vertical-align: middle;
  text-align: center; }

.news__pager__prev,
.news__pager__next,
.news__pager__page,
.news__pager__current,
.news__pager__extend {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 44px;
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  border: 1px solid transparent;
  vertical-align: top; }

.news__pager__current {
  border-color: #c3c3c3; }

a.news__pager__page {
  text-decoration: underline; }

.news__pager__prev,
.news__pager__next {
  font-size: 0px;
  position: relative;
  display: inline-block; }
  .news__pager__prev:before,
  .news__pager__next:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-width: 1px 1px 0 0;
    border-color: #000;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.news__pager__prev {
  margin-right: 10px; }
  .news__pager__prev:before {
    margin-left: -4px;
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); }

.news__pager__next {
  margin-left: 10px; }
  .news__pager__next:before {
    margin-left: -10px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

span.news__pager__prev,
span.news__pager__next {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

@media (max-width: 767px) {
  .news__pager {
    width: calc(100% - 60px);
    margin: 66px auto 0; }
  .news__pager__prev,
  .news__pager__next,
  .news__pager__page,
  .news__pager__current,
  .news__pager__extend {
    min-width: 33px;
    height: 33px;
    font-size: 16px;
    line-height: 21px;
    padding: 4px; }
  .news__pager__prev,
  .news__pager__next {
    font-size: 0px; } }

/* /.news__pager */
/* /.news__article */
.news__article {
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 0 auto; }

.news__article__header {
  text-align: center;
  margin: 20px 0 0; }

.news__article__title {
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0px; }

.news__article__date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  margin: 4px 0 0;
  letter-spacing: 0px; }

.news__article__eyecatch {
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 40px 0 0;
  overflow: hidden; }
  .news__article__eyecatch img {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.news__article__catch {
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 70px auto 0;
  letter-spacing: 0.15em; }

.news__article__catch__lead {
  font-size: 36px;
  line-height: 54px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.news__article__catch__text {
  font-size: 18px;
  line-height: 34px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 10px 0 0; }

.news__article__body {
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 40px auto 0; }

@media (max-width: 767px) {
  .news__article {
    width: calc(100% - 60px); }
  .news__article__header {
    margin: 6px 0 0; }
  .news__article__title {
    font-size: 18px;
    line-height: 22px; }
  .news__article__date {
    margin-top: 2px; }
  .news__article__eyecatch {
    width: calc(100% + 60px);
    margin: 20px 0 0 -30px; }
  .news__article__catch {
    margin-top: 52px; }
  .news__article__catch__lead {
    font-size: 24px;
    line-height: 34px; }
    .news__article__catch__lead br {
      display: none; }
  .news__article__catch__text {
    font-size: 14px;
    line-height: 28px;
    margin: 10px 0 0; }
  .news__article__body {
    margin: 24px auto 0; } }

/* /.news__article */
/* .news__adjacentnav */
.news__adjacentnav {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 110px);
  max-width: 1010px;
  height: 56px;
  padding: 0 215px 0 215px;
  margin: 100px auto 0; }

.news__adjacentnav__prev {
  display: block;
  width: 215px;
  position: absolute;
  left: 0px;
  top: 0px; }

.news__adjacentnav__back {
  display: block;
  width: 250px;
  margin: 0 auto; }

.news__adjacentnav__next {
  display: block;
  width: 215px;
  position: absolute;
  right: 0px;
  top: 0px; }

span.news__adjacentnav__prev,
span.news__adjacentnav__next {
  opacity: 0.1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  pointer-events: none; }

@media (max-width: 767px) {
  .news__adjacentnav {
    width: calc(100% - 60px);
    height: auto;
    padding: 0 0 0;
    margin: 60px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .news__adjacentnav__prev {
    -ms-flex-order: 1;
        order: 1;
    text-align: right;
    padding-left: 14px;
    padding-right: 18px; }
    .news__adjacentnav__prev:after {
      left: 13px; }
  .news__adjacentnav__next {
    -ms-flex-order: 2;
        order: 2;
    text-align: left;
    padding-left: 18px;
    padding-right: 14px; }
    .news__adjacentnav__next:after {
      right: 13px; }
  .news__adjacentnav__back {
    -ms-flex-order: 3;
        order: 3; }
  .news__adjacentnav__prev,
  .news__adjacentnav__next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: calc(50% - 10px);
    height: 34px;
    border-radius: 17px;
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px; }
    .news__adjacentnav__prev:after,
    .news__adjacentnav__next:after {
      width: 24px;
      height: 4px;
      background-size: 67px 4px;
      top: 50%;
      margin-top: -3px; }
  .news__adjacentnav__back {
    width: 100%;
    height: 34px;
    border-radius: 17px;
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 20px;
    text-align: center; }
    .news__adjacentnav__back:after {
      display: inline-block;
      width: 12px;
      height: 11px;
      background-size: 12px 11px;
      position: relative;
      right: auto;
      top: auto;
      margin-top: -10px;
      margin-left: 8px; } }

/* /.news__adjacentnav */
.products__section {
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 55px;
  margin: 0 0 65px; }
  .products__section--odd .products__cover:after {
    left: 0px;
    -ms-transform-origin: right center;
        transform-origin: right center; }
  .products__section--odd .products__cover__image {
    left: 0px; }
  .products__section--odd .products__cover__text__container {
    right: 0px; }
  .products__section--even .products__cover:after {
    right: 0px;
    -ms-transform-origin: left center;
        transform-origin: left center; }
  .products__section--even .products__cover__image {
    right: 0px; }
  .products__section--even .products__cover__text__container {
    left: 0px; }
  .products__section#original {
    padding-top: 0px; }
    .products__section#original .products__cover__text {
      color: #000; }
  .products__section#raw .products__cover__text {
    color: #000; }
  .products__section#reflective .products__cover__text {
    color: #FFF; }
  .products__section#kids .products__cover__text {
    color: #FFF; }
  .products__section:not(.appear) * {
    pointer-events: none;
    cursor: default; }
  .products__section.appear .products__cover:after {
    -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
  .products__section.appear .products__list {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .products__section.appear .products__link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.products__cover {
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 0; }
  .products__cover:after {
    content: "";
    display: block;
    width: calc(100% - 55px);
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    z-index: 2; }

.products__cover__loading {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(/images/loading.png);
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spin 0.3s linear infinite;
  position: absolute;
  left: 50%;
  top: calc(50% - 88px);
  margin: -40px 0 0 -40px;
  z-index: 5; }
  @media (max-width: 767px) {
    .products__cover__loading {
      top: calc(50% - 48px);
      width: 60px;
      height: 60px;
      background-size: 60px 60px;
      margin: -30px 0 0 -30px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.products__cover__image {
  position: absolute;
  top: 0px;
  width: calc(100% - 55px);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; }

.products__cover__text {
  width: calc(100% - 220px);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 120px;
  z-index: 1; }

.products__cover__text__container {
  position: absolute; }

.products__cover__text__label {
  letter-spacing: 0; }

.products__cover__text__name {
  font-size: 56px;
  line-height: 58px;
  letter-spacing: 0; }

.products__cover__text__description {
  margin: 22px 0 0; }

.products__list {
  max-width: 1120px;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: -195px auto 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .1s linear 0s; }
  .products__list .productItem {
    margin: 0 10px; }
  .products__list .productItem:nth-child(1) .productItem__image {
    transition-delay: 0.4s; }
  .products__list .productItem:nth-child(1) .productItem__new {
    transition-delay: 0.5s; }
  .products__list .productItem:nth-child(2) .productItem__image {
    transition-delay: 0.7s; }
  .products__list .productItem:nth-child(2) .productItem__new {
    transition-delay: 0.8s; }
  .products__list .productItem:nth-child(3) .productItem__image {
    transition-delay: 1s; }
  .products__list .productItem:nth-child(3) .productItem__new {
    transition-delay: 1.1s; }
  .products__list .productItem:nth-child(4) .productItem__image {
    transition-delay: 1.3s; }
  .products__list .productItem:nth-child(4) .productItem__new {
    transition-delay: 1.4s; }
  .products__list .productItem:nth-child(5) .productItem__image {
    transition-delay: 1.6s; }
  .products__list .productItem:nth-child(5) .productItem__new {
    transition-delay: 1.7s; }
  .products__list .productItem:nth-child(6) .productItem__image {
    transition-delay: 1.9s; }
  .products__list .productItem:nth-child(6) .productItem__new {
    transition-delay: 2s; }
  .products__list .productItem:nth-child(7) .productItem__image {
    transition-delay: 2.2s; }
  .products__list .productItem:nth-child(7) .productItem__new {
    transition-delay: 2.3s; }
  .products__list .productItem:nth-child(8) .productItem__image {
    transition-delay: 2.5s; }
  .products__list .productItem:nth-child(8) .productItem__new {
    transition-delay: 2.6s; }
  .products__list .productItem:nth-child(9) .productItem__image {
    transition-delay: 2.8s; }
  .products__list .productItem:nth-child(9) .productItem__new {
    transition-delay: 2.9s; }
  .products__list .productItem:nth-child(10) .productItem__image {
    transition-delay: 3.1s; }
  .products__list .productItem:nth-child(10) .productItem__new {
    transition-delay: 3.2s; }
  .products__list .productItem:nth-child(11) .productItem__image {
    transition-delay: 3.4s; }
  .products__list .productItem:nth-child(11) .productItem__new {
    transition-delay: 3.5s; }
  .products__list .productItem:nth-child(12) .productItem__image {
    transition-delay: 3.7s; }
  .products__list .productItem:nth-child(12) .productItem__new {
    transition-delay: 3.8s; }
  .products__list .productItem:nth-child(13) .productItem__image {
    transition-delay: 4s; }
  .products__list .productItem:nth-child(13) .productItem__new {
    transition-delay: 4.1s; }
  .products__list .productItem:nth-child(14) .productItem__image {
    transition-delay: 4.3s; }
  .products__list .productItem:nth-child(14) .productItem__new {
    transition-delay: 4.4s; }
  .products__list .productItem:nth-child(15) .productItem__image {
    transition-delay: 4.6s; }
  .products__list .productItem:nth-child(15) .productItem__new {
    transition-delay: 4.7s; }
  .products__list .productItem:nth-child(16) .productItem__image {
    transition-delay: 4.9s; }
  .products__list .productItem:nth-child(16) .productItem__new {
    transition-delay: 5s; }
  .products__list .productItem:nth-child(17) .productItem__image {
    transition-delay: 5.2s; }
  .products__list .productItem:nth-child(17) .productItem__new {
    transition-delay: 5.3s; }
  .products__list .productItem:nth-child(18) .productItem__image {
    transition-delay: 5.5s; }
  .products__list .productItem:nth-child(18) .productItem__new {
    transition-delay: 5.6s; }
  .products__list .productItem:nth-child(19) .productItem__image {
    transition-delay: 5.8s; }
  .products__list .productItem:nth-child(19) .productItem__new {
    transition-delay: 5.9s; }
  .products__list .productItem:nth-child(20) .productItem__image {
    transition-delay: 6.1s; }
  .products__list .productItem:nth-child(20) .productItem__new {
    transition-delay: 6.2s; }
  .products__list .productItem:nth-child(21) .productItem__image {
    transition-delay: 6.4s; }
  .products__list .productItem:nth-child(21) .productItem__new {
    transition-delay: 6.5s; }
  .products__list .productItem:nth-child(22) .productItem__image {
    transition-delay: 6.7s; }
  .products__list .productItem:nth-child(22) .productItem__new {
    transition-delay: 6.8s; }
  .products__list .productItem:nth-child(23) .productItem__image {
    transition-delay: 7s; }
  .products__list .productItem:nth-child(23) .productItem__new {
    transition-delay: 7.1s; }
  .products__list .productItem:nth-child(24) .productItem__image {
    transition-delay: 7.3s; }
  .products__list .productItem:nth-child(24) .productItem__new {
    transition-delay: 7.4s; }
  .products__list .productItem:nth-child(25) .productItem__image {
    transition-delay: 7.6s; }
  .products__list .productItem:nth-child(25) .productItem__new {
    transition-delay: 7.7s; }
  .products__list .productItem:nth-child(26) .productItem__image {
    transition-delay: 7.9s; }
  .products__list .productItem:nth-child(26) .productItem__new {
    transition-delay: 8s; }
  .products__list .productItem:nth-child(27) .productItem__image {
    transition-delay: 8.2s; }
  .products__list .productItem:nth-child(27) .productItem__new {
    transition-delay: 8.3s; }
  .products__list .productItem:nth-child(28) .productItem__image {
    transition-delay: 8.5s; }
  .products__list .productItem:nth-child(28) .productItem__new {
    transition-delay: 8.6s; }
  .products__list .productItem:nth-child(29) .productItem__image {
    transition-delay: 8.8s; }
  .products__list .productItem:nth-child(29) .productItem__new {
    transition-delay: 8.9s; }
  .products__list .productItem:nth-child(30) .productItem__image {
    transition-delay: 9.1s; }
  .products__list .productItem:nth-child(30) .productItem__new {
    transition-delay: 9.2s; }
  .products__list .productItem:nth-child(31) .productItem__image {
    transition-delay: 9.4s; }
  .products__list .productItem:nth-child(31) .productItem__new {
    transition-delay: 9.5s; }
  .products__list .productItem:nth-child(32) .productItem__image {
    transition-delay: 9.7s; }
  .products__list .productItem:nth-child(32) .productItem__new {
    transition-delay: 9.8s; }
  .products__list .productItem:nth-child(33) .productItem__image {
    transition-delay: 10s; }
  .products__list .productItem:nth-child(33) .productItem__new {
    transition-delay: 10.1s; }
  .products__list .productItem:nth-child(34) .productItem__image {
    transition-delay: 10.3s; }
  .products__list .productItem:nth-child(34) .productItem__new {
    transition-delay: 10.4s; }
  .products__list .productItem:nth-child(35) .productItem__image {
    transition-delay: 10.6s; }
  .products__list .productItem:nth-child(35) .productItem__new {
    transition-delay: 10.7s; }
  .products__list .productItem:nth-child(36) .productItem__image {
    transition-delay: 10.9s; }
  .products__list .productItem:nth-child(36) .productItem__new {
    transition-delay: 11s; }
  .products__list .productItem:nth-child(37) .productItem__image {
    transition-delay: 11.2s; }
  .products__list .productItem:nth-child(37) .productItem__new {
    transition-delay: 11.3s; }
  .products__list .productItem:nth-child(38) .productItem__image {
    transition-delay: 11.5s; }
  .products__list .productItem:nth-child(38) .productItem__new {
    transition-delay: 11.6s; }
  .products__list .productItem:nth-child(39) .productItem__image {
    transition-delay: 11.8s; }
  .products__list .productItem:nth-child(39) .productItem__new {
    transition-delay: 11.9s; }
  .products__list .productItem:nth-child(40) .productItem__image {
    transition-delay: 12.1s; }
  .products__list .productItem:nth-child(40) .productItem__new {
    transition-delay: 12.2s; }
  .products__list .productItem:nth-child(41) .productItem__image {
    transition-delay: 12.4s; }
  .products__list .productItem:nth-child(41) .productItem__new {
    transition-delay: 12.5s; }
  .products__list .productItem:nth-child(42) .productItem__image {
    transition-delay: 12.7s; }
  .products__list .productItem:nth-child(42) .productItem__new {
    transition-delay: 12.8s; }
  .products__list .productItem:nth-child(43) .productItem__image {
    transition-delay: 13s; }
  .products__list .productItem:nth-child(43) .productItem__new {
    transition-delay: 13.1s; }
  .products__list .productItem:nth-child(44) .productItem__image {
    transition-delay: 13.3s; }
  .products__list .productItem:nth-child(44) .productItem__new {
    transition-delay: 13.4s; }
  .products__list .productItem:nth-child(45) .productItem__image {
    transition-delay: 13.6s; }
  .products__list .productItem:nth-child(45) .productItem__new {
    transition-delay: 13.7s; }
  .products__list .productItem:nth-child(46) .productItem__image {
    transition-delay: 13.9s; }
  .products__list .productItem:nth-child(46) .productItem__new {
    transition-delay: 14s; }
  .products__list .productItem:nth-child(47) .productItem__image {
    transition-delay: 14.2s; }
  .products__list .productItem:nth-child(47) .productItem__new {
    transition-delay: 14.3s; }
  .products__list .productItem:nth-child(48) .productItem__image {
    transition-delay: 14.5s; }
  .products__list .productItem:nth-child(48) .productItem__new {
    transition-delay: 14.6s; }
  .products__list .productItem:nth-child(49) .productItem__image {
    transition-delay: 14.8s; }
  .products__list .productItem:nth-child(49) .productItem__new {
    transition-delay: 14.9s; }
  .products__list .productItem:nth-child(50) .productItem__image {
    transition-delay: 15.1s; }
  .products__list .productItem:nth-child(50) .productItem__new {
    transition-delay: 15.2s; }
  .products__list .productItem:nth-child(51) .productItem__image {
    transition-delay: 15.4s; }
  .products__list .productItem:nth-child(51) .productItem__new {
    transition-delay: 15.5s; }
  .products__list .productItem:nth-child(52) .productItem__image {
    transition-delay: 15.7s; }
  .products__list .productItem:nth-child(52) .productItem__new {
    transition-delay: 15.8s; }
  .products__list .productItem:nth-child(53) .productItem__image {
    transition-delay: 16s; }
  .products__list .productItem:nth-child(53) .productItem__new {
    transition-delay: 16.1s; }
  .products__list .productItem:nth-child(54) .productItem__image {
    transition-delay: 16.3s; }
  .products__list .productItem:nth-child(54) .productItem__new {
    transition-delay: 16.4s; }
  .products__list .productItem:nth-child(55) .productItem__image {
    transition-delay: 16.6s; }
  .products__list .productItem:nth-child(55) .productItem__new {
    transition-delay: 16.7s; }
  .products__list .productItem:nth-child(56) .productItem__image {
    transition-delay: 16.9s; }
  .products__list .productItem:nth-child(56) .productItem__new {
    transition-delay: 17s; }
  .products__list .productItem:nth-child(57) .productItem__image {
    transition-delay: 17.2s; }
  .products__list .productItem:nth-child(57) .productItem__new {
    transition-delay: 17.3s; }
  .products__list .productItem:nth-child(58) .productItem__image {
    transition-delay: 17.5s; }
  .products__list .productItem:nth-child(58) .productItem__new {
    transition-delay: 17.6s; }
  .products__list .productItem:nth-child(59) .productItem__image {
    transition-delay: 17.8s; }
  .products__list .productItem:nth-child(59) .productItem__new {
    transition-delay: 17.9s; }
  .products__list .productItem:nth-child(60) .productItem__image {
    transition-delay: 18.1s; }
  .products__list .productItem:nth-child(60) .productItem__new {
    transition-delay: 18.2s; }
  .products__list .productItem:nth-child(61) .productItem__image {
    transition-delay: 18.4s; }
  .products__list .productItem:nth-child(61) .productItem__new {
    transition-delay: 18.5s; }
  .products__list .productItem:nth-child(62) .productItem__image {
    transition-delay: 18.7s; }
  .products__list .productItem:nth-child(62) .productItem__new {
    transition-delay: 18.8s; }
  .products__list .productItem:nth-child(63) .productItem__image {
    transition-delay: 19s; }
  .products__list .productItem:nth-child(63) .productItem__new {
    transition-delay: 19.1s; }
  .products__list .productItem:nth-child(64) .productItem__image {
    transition-delay: 19.3s; }
  .products__list .productItem:nth-child(64) .productItem__new {
    transition-delay: 19.4s; }
  .products__list .productItem:nth-child(65) .productItem__image {
    transition-delay: 19.6s; }
  .products__list .productItem:nth-child(65) .productItem__new {
    transition-delay: 19.7s; }
  .products__list .productItem:nth-child(66) .productItem__image {
    transition-delay: 19.9s; }
  .products__list .productItem:nth-child(66) .productItem__new {
    transition-delay: 20s; }
  .products__list .productItem:nth-child(67) .productItem__image {
    transition-delay: 20.2s; }
  .products__list .productItem:nth-child(67) .productItem__new {
    transition-delay: 20.3s; }
  .products__list .productItem:nth-child(68) .productItem__image {
    transition-delay: 20.5s; }
  .products__list .productItem:nth-child(68) .productItem__new {
    transition-delay: 20.6s; }
  .products__list .productItem:nth-child(69) .productItem__image {
    transition-delay: 20.8s; }
  .products__list .productItem:nth-child(69) .productItem__new {
    transition-delay: 20.9s; }
  .products__list .productItem:nth-child(70) .productItem__image {
    transition-delay: 21.1s; }
  .products__list .productItem:nth-child(70) .productItem__new {
    transition-delay: 21.2s; }
  .products__list .productItem:nth-child(71) .productItem__image {
    transition-delay: 21.4s; }
  .products__list .productItem:nth-child(71) .productItem__new {
    transition-delay: 21.5s; }
  .products__list .productItem:nth-child(72) .productItem__image {
    transition-delay: 21.7s; }
  .products__list .productItem:nth-child(72) .productItem__new {
    transition-delay: 21.8s; }
  .products__list .productItem:nth-child(73) .productItem__image {
    transition-delay: 22s; }
  .products__list .productItem:nth-child(73) .productItem__new {
    transition-delay: 22.1s; }
  .products__list .productItem:nth-child(74) .productItem__image {
    transition-delay: 22.3s; }
  .products__list .productItem:nth-child(74) .productItem__new {
    transition-delay: 22.4s; }
  .products__list .productItem:nth-child(75) .productItem__image {
    transition-delay: 22.6s; }
  .products__list .productItem:nth-child(75) .productItem__new {
    transition-delay: 22.7s; }
  .products__list .productItem:nth-child(76) .productItem__image {
    transition-delay: 22.9s; }
  .products__list .productItem:nth-child(76) .productItem__new {
    transition-delay: 23s; }
  .products__list .productItem:nth-child(77) .productItem__image {
    transition-delay: 23.2s; }
  .products__list .productItem:nth-child(77) .productItem__new {
    transition-delay: 23.3s; }
  .products__list .productItem:nth-child(78) .productItem__image {
    transition-delay: 23.5s; }
  .products__list .productItem:nth-child(78) .productItem__new {
    transition-delay: 23.6s; }
  .products__list .productItem:nth-child(79) .productItem__image {
    transition-delay: 23.8s; }
  .products__list .productItem:nth-child(79) .productItem__new {
    transition-delay: 23.9s; }
  .products__list .productItem:nth-child(80) .productItem__image {
    transition-delay: 24.1s; }
  .products__list .productItem:nth-child(80) .productItem__new {
    transition-delay: 24.2s; }
  .products__list .productItem:nth-child(81) .productItem__image {
    transition-delay: 24.4s; }
  .products__list .productItem:nth-child(81) .productItem__new {
    transition-delay: 24.5s; }
  .products__list .productItem:nth-child(82) .productItem__image {
    transition-delay: 24.7s; }
  .products__list .productItem:nth-child(82) .productItem__new {
    transition-delay: 24.8s; }
  .products__list .productItem:nth-child(83) .productItem__image {
    transition-delay: 25s; }
  .products__list .productItem:nth-child(83) .productItem__new {
    transition-delay: 25.1s; }
  .products__list .productItem:nth-child(84) .productItem__image {
    transition-delay: 25.3s; }
  .products__list .productItem:nth-child(84) .productItem__new {
    transition-delay: 25.4s; }
  .products__list .productItem:nth-child(85) .productItem__image {
    transition-delay: 25.6s; }
  .products__list .productItem:nth-child(85) .productItem__new {
    transition-delay: 25.7s; }
  .products__list .productItem:nth-child(86) .productItem__image {
    transition-delay: 25.9s; }
  .products__list .productItem:nth-child(86) .productItem__new {
    transition-delay: 26s; }
  .products__list .productItem:nth-child(87) .productItem__image {
    transition-delay: 26.2s; }
  .products__list .productItem:nth-child(87) .productItem__new {
    transition-delay: 26.3s; }
  .products__list .productItem:nth-child(88) .productItem__image {
    transition-delay: 26.5s; }
  .products__list .productItem:nth-child(88) .productItem__new {
    transition-delay: 26.6s; }
  .products__list .productItem:nth-child(89) .productItem__image {
    transition-delay: 26.8s; }
  .products__list .productItem:nth-child(89) .productItem__new {
    transition-delay: 26.9s; }
  .products__list .productItem:nth-child(90) .productItem__image {
    transition-delay: 27.1s; }
  .products__list .productItem:nth-child(90) .productItem__new {
    transition-delay: 27.2s; }
  .products__list .productItem:nth-child(91) .productItem__image {
    transition-delay: 27.4s; }
  .products__list .productItem:nth-child(91) .productItem__new {
    transition-delay: 27.5s; }
  .products__list .productItem:nth-child(92) .productItem__image {
    transition-delay: 27.7s; }
  .products__list .productItem:nth-child(92) .productItem__new {
    transition-delay: 27.8s; }
  .products__list .productItem:nth-child(93) .productItem__image {
    transition-delay: 28s; }
  .products__list .productItem:nth-child(93) .productItem__new {
    transition-delay: 28.1s; }
  .products__list .productItem:nth-child(94) .productItem__image {
    transition-delay: 28.3s; }
  .products__list .productItem:nth-child(94) .productItem__new {
    transition-delay: 28.4s; }
  .products__list .productItem:nth-child(95) .productItem__image {
    transition-delay: 28.6s; }
  .products__list .productItem:nth-child(95) .productItem__new {
    transition-delay: 28.7s; }
  .products__list .productItem:nth-child(96) .productItem__image {
    transition-delay: 28.9s; }
  .products__list .productItem:nth-child(96) .productItem__new {
    transition-delay: 29s; }
  .products__list .productItem:nth-child(97) .productItem__image {
    transition-delay: 29.2s; }
  .products__list .productItem:nth-child(97) .productItem__new {
    transition-delay: 29.3s; }
  .products__list .productItem:nth-child(98) .productItem__image {
    transition-delay: 29.5s; }
  .products__list .productItem:nth-child(98) .productItem__new {
    transition-delay: 29.6s; }
  .products__list .productItem:nth-child(99) .productItem__image {
    transition-delay: 29.8s; }
  .products__list .productItem:nth-child(99) .productItem__new {
    transition-delay: 29.9s; }

.products__description {
  display: none; }

.products__link {
  text-align: center;
  margin: 40px 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .1s linear 0s; }

@media (max-width: 1320px) {
  .products__list {
    width: calc(100% - 200px);
    margin-top: -14.7727%; }
    .products__list .productItem {
      width: calc(25% - 20px); }
    .products__list .productItem__image {
      width: 100%;
      height: 0px;
      padding-top: 134.6154%; }
      .products__list .productItem__image img {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px; } }

@media (max-width: 767px) {
  .products__section {
    margin: 0 0 45px; }
  .products__cover {
    height: 240px; }
  .products__cover:after {
    width: 100%; }
  .products__cover__image {
    width: 100%; }
  .products__cover__text {
    width: calc(100% - 60px);
    top: 34px; }
  .products__cover__text__label {
    line-height: 26px; }
  .products__cover__text__name {
    font-size: 28px;
    line-height: 28px; }
  .products__cover__text__description {
    display: none; }
  .products__list {
    width: calc(100% - 50px);
    margin-top: -94px;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .products__list .productItem {
      width: calc(50% - 10px);
      max-width: 150px;
      margin: 0 5px 0; }
  .products__description {
    display: block;
    width: calc(100% - 60px);
    margin: 16px auto 0px; }
  .products__link {
    margin-top: 34px; } }

.shoplist .pagecover__cover:after {
  right: auto;
  left: 0px;
  -ms-transform-origin: right center;
      transform-origin: right center; }

.shoplist .pagecover__cover__image {
  right: auto;
  left: 0px; }

.shoplist .pagecover__contents {
  -webkit-clip-path: inset(0% 0% 0% 100%);
          clip-path: inset(0% 0% 0% 100%); }

/* .shoplist__navigation */
.shoplist__navigation {
  padding: 0 18px 50px 19px;
  position: relative; }

@media (max-width: 767px) {
  .shoplist__navigation {
    padding: 0 15px 0; }
    .shoplist__navigation .shoparealist__item {
      padding: 0;
      width: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      height: auto; }
      .shoplist__navigation .shoparealist__item:nth-of-type(odd) {
        margin-right: 20px; }
      .shoplist__navigation .shoparealist__item a {
        padding-right: 34px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .shoplist__navigation .shoparealist__button {
      width: 100%;
      height: auto;
      border-radius: 0px;
      position: relative;
      border: 0px;
      padding: 0px;
      line-height: 28px; }
      .shoplist__navigation .shoparealist__button:after {
        right: 9px; }
      .shoplist__navigation .shoparealist__button:before {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #c3c3c3;
        position: absolute;
        top: 0px;
        right: 0px; }
    .shoplist__navigation .shoparealist__label {
      display: none; } }

/* /.shoplist__navigation */
/* .shoplist__area */
.shoplist__area {
  width: calc(100% - 110px);
  max-width: 1010px;
  margin: 65px auto 0;
  padding-top: 55px; }

.shoplist__area__heading {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.15em;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.shoplist__area__list {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.shoplist__area__shop {
  box-sizing: border-box;
  width: calc(33.3333% - 48px);
  height: auto;
  -ms-flex: 0 1 calc(33.3333% - 48px);
      flex: 0 1 calc(33.3333% - 48px);
  margin-right: 72px;
  margin-bottom: 90px; }
  .shoplist__area__shop:nth-child(3n+3) {
    margin-right: 0px; }
  .shoplist__area__shop:nth-last-child(1), .shoplist__area__shop:nth-last-child(2), .shoplist__area__shop:nth-last-child(3) {
    margin-bottom: 0px; }

.shoplist__area__shop__name {
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.1em; }

.shoplist__area__shop__address {
  line-height: 28px;
  margin-top: 16px; }

.shoplist__area__shop__link {
  position: relative;
  display: block;
  width: auto;
  height: 24px;
  padding-left: 28px;
  line-height: 24px;
  margin-top: 22px;
  letter-spacing: 0px; }
  .shoplist__area__shop__link:before {
    content: "";
    display: block;
    width: 17px;
    height: 24px;
    background-image: url(/images/icon_mappin.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px; }

.shoplist__area#netshop .shoplist__area__shop {
  margin-bottom: 40px; }
  .shoplist__area#netshop .shoplist__area__shop:nth-last-child(1), .shoplist__area#netshop .shoplist__area__shop:nth-last-child(2), .shoplist__area#netshop .shoplist__area__shop:nth-last-child(3) {
    margin-bottom: 0px; }

.shoplist__area#netshop .shoplist__area__shop__name a {
  text-decoration: underline; }

@media (max-width: 767px) {
  .shoplist__area {
    width: calc(100% - 60px);
    margin: 0 auto 15px;
    padding-top: 55px; }
  .shoplist__area__heading {
    font-size: 24px;
    line-height: 34px; }
  .shoplist__area__list {
    margin: 28px auto 0; }
  .shoplist__area__shop {
    position: relative;
    width: 100%;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin-right: 0px;
    margin-bottom: 28px;
    padding-right: 40px; }
    .shoplist__area__shop:nth-last-child(2), .shoplist__area__shop:nth-last-child(3) {
      margin-bottom: 28px; }
  .shoplist__area__shop__name {
    font-size: 18px;
    line-height: 32px; }
  .shoplist__area__shop__address {
    margin-top: 4px; }
  .shoplist__area__shop__link {
    width: 30px;
    height: 44px;
    box-sizing: border-box;
    line-height: 20px;
    padding-left: 0px;
    padding-top: 24px;
    margin-top: 0px;
    position: absolute;
    top: 8px;
    right: 0px;
    text-align: center; }
    .shoplist__area__shop__link:before {
      left: 6px;
      top: 0px; }
    .shoplist__area__shop__link span {
      display: none; }
  .shoplist__area#netshop .shoplist__area__shop {
    margin-bottom: 15px; }
    .shoplist__area#netshop .shoplist__area__shop:nth-last-child(2), .shoplist__area#netshop .shoplist__area__shop:nth-last-child(3) {
      margin-bottom: 15px; }
    .shoplist__area#netshop .shoplist__area__shop:nth-last-child(1) {
      margin-bottom: 0px; } }

/* /.shoplist__area */
.styleguide {
  position: relative;
  box-sizing: border-box;
  height: 100vh; }
  .styleguide .footer {
    margin-top: 120px; }

.styleguide__wrapper {
  position: relative;
  min-height: 100%;
  padding: 80px; }

.styleguide__title {
  font-size: 24px;
  margin: 0 0 42px; }
  .styleguide__title img,
  .styleguide__title span {
    display: block; }
  .styleguide__title span {
    margin-top: 8px; }

.styleguide__section {
  font-size: 24px;
  margin: 0 0 96px; }

.styleguide__label {
  font-size: 18px;
  margin: 48px 0 12px; }

.styleguide__line {
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #000;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  margin: 96px 0; }

.styleguide__fullwidth {
  position: relative;
  width: calc(100% + 160px);
  margin-left: -80px; }
