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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: 'brandon';
  src: url("../font/brandon_bld.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: 'brandon';
  src: url("../font/brandon_bld.woff") format("woff");
  font-weight: 500;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"], input[type="password"], button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

body {
  font-family: "游明朝体",YuMincho,"游明朝","YuMincho","Noto Serif JP","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝", serif;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background-color: #745399;
  color: #fff;
}

::selection {
  background-color: #745399;
  color: #fff;
}

a {
  text-decoration: none;
}

@-webkit-keyframes lineLoopAnim {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  99% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}

@keyframes lineLoopAnim {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  99% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}

@-webkit-keyframes flashAnim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flashAnim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#wrapper {
  width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  position: relative;
}

.c-responsiveContents {
  max-width: 1000px;
  margin-left: 15px;
  margin-right: 15px;
}

.c-responsiveContents--narrow {
  margin-left: 25px;
  margin-right: 25px;
}

.c-responsiveContents--wide {
  max-width: 1400px;
}

.c-responsiveContents--100 {
  max-width: 2000px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-responsiveContents {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .c-responsiveContents--100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .c-responsiveContents {
    margin-left: auto;
    margin-right: auto;
  }
  .c-responsiveContents--100 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .c-responsiveContents {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .c-responsiveContents--100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1600px) {
  .c-responsiveContents--wide {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .c-responsiveContents--100 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1401px) {
  .c-responsiveContents--100 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.c-btnUnderLine {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  height: 56px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

.c-btnUnderLine a, .c-btnUnderLine .c-btnUnderLine__inner {
  padding: 0 19px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  cursor: pointer;
}

.c-btnUnderLine a:after, .c-btnUnderLine .c-btnUnderLine__inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: '';
}

.is-desktop .c-btnUnderLine:hover .c-btnUnderLine__inner:after {
  -webkit-animation: lineLoopAnim 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: lineLoopAnim 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.c-btnSquareBlack {
  position: relative;
  background-color: #000;
  display: block;
}

.c-btnSquareBlack__inner {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.c-btnSquareBlack__inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  content: '';
  cursor: pointer;
  z-index: 3;
}

.is-desktop .c-btnSquareBlack:not(:disabled):hover .c-btnSquareBlack__inner:after {
  -webkit-animation: flashAnim 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: flashAnim 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.c-btnSquareBlack--type2 .c-btnSquareBlack__inner:after {
  display: none;
}

.c-btnSquareBlack--type2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #404040;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  content: '';
  cursor: pointer;
}

.is-desktop .c-btnSquareBlack--type2:not(:disabled):hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (min-width: 769px) {
  .c-btnSquareBlack__inner {
    font-size: 18px;
  }
}

.c-btnContact {
  margin-bottom: -50px;
  height: 130px;
  position: relative;
  z-index: 2;
}

.c-btnContact svg {
  fill: #fff;
  display: block;
  width: 24px;
  height: 18px;
  margin: 0 auto 16px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-btnContact {
    height: 200px;
    margin-bottom: -90px;
  }
}

@media screen and (min-width: 769px) {
  .c-btnContact {
    margin-bottom: -120px;
    height: 260px;
  }
  .c-btnContact svg {
    width: 32px;
    height: 24px;
    margin-bottom: 25px;
  }
}

.c-verticalTitle {
  position: relative;
  width: 55px;
  height: auto !important;
  text-align: center;
}

.c-verticalTitle__main {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  color: #1a1a1a;
  text-align: left;
  position: relative;
  height: auto !important;
}

.c-verticalTitle__main--indent {
  text-indent: -0.6em;
}

.c-verticalTitle__sub {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  display: block;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0.1em;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  text-transform: uppercase;
  color: #745399;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  left: 55px;
  text-align: left;
  white-space: nowrap;
}

.c-verticalTitle--2lines {
  width: 90px;
}

.c-verticalTitle--2lines .c-verticalTitle__main {
  line-height: 1.4;
}

.c-verticalTitle--2lines .c-verticalTitle__sub {
  left: 90px;
}

@media screen and (min-width: 769px) {
  .c-verticalTitle {
    width: 100px;
  }
  .c-verticalTitle__main {
    font-size: 36px;
  }
  .c-verticalTitle__main--indent {
    text-indent: -0.6em;
  }
  .c-verticalTitle__sub {
    font-size: 14px;
    left: 100px;
  }
  .c-verticalTitle--2lines {
    width: 164px;
  }
  .c-verticalTitle--2lines .c-verticalTitle__sub {
    left: 164px;
  }
}

.c-floatTitle {
  position: relative;
  min-width: 70px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-floatTitle__label {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 700;
  padding: 2.4em 0;
  background-color: #fff;
  -webkit-box-shadow: 0 25px 40px 0 rgba(59, 47, 46, 0.1);
          box-shadow: 0 25px 40px 0 rgba(59, 47, 46, 0.1);
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 320px) {
  .c-floatTitle__label {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .c-floatTitle {
    min-width: 60px;
    max-width: 140px;
    width: 8.85vw;
  }
  .c-floatTitle__label {
    font-size: 1.75vw;
    -webkit-box-shadow: 30px 30px 70px 0px rgba(59, 47, 46, 0.1);
            box-shadow: 30px 30px 70px 0px rgba(59, 47, 46, 0.1);
  }
}

@media screen and (min-width: 1600px) {
  .c-floatTitle {
    width: 140px;
  }
  .c-floatTitle__label {
    font-size: 28px;
  }
}

.c-patternBgTri {
  position: absolute;
  left: 0;
  width: 100%;
  height: 9.3vw;
  fill: #fff;
}

.c-patternBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-patternBg__inner {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2 url("../img/common/bg03.png") repeat top center;
  background-size: 40px 40px;
  width: 100%;
  height: 120%;
  top: -10%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 769px) {
  .c-patternBgTri {
    height: 7.5vw;
  }
  .c-patternBg__inner {
    background-size: 81px 81px;
  }
}

.c-galleryItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding-bottom: 38px;
  text-align: left;
}

.c-galleryItems a {
  color: #1a1a1a;
}

.c-galleryItem {
  width: 48%;
  width: calc((100% - 15px) / 2);
  margin-bottom: 31px;
}

.c-galleryItem__img {
  background-color: #ccc;
  padding-top: 100%;
  position: relative;
  margin-bottom: 7.75px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-galleryItem__img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-galleryItem__img img {
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: transform;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-galleryItem__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.60714;
  padding-left: 10px;
  margin-bottom: 11.75px;
  cursor: pointer;
}

.c-galleryItem__body {
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.66667;
  margin-bottom: 1.6em;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-galleryItem__body:after {
  margin-top: 1.4em;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  content: '';
}

.c-galleryInfoItem {
  padding-left: 10px;
  margin-top: 16px;
}

.c-galleryInfoItem__label {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 0.4em;
}

.c-galleryInfoItem__label--colos {
  margin-bottom: 0.7em;
}

.c-galleryInfoItem__contents {
  font-size: 12px;
  line-height: 1.66667;
}

.c-galleryInfoItem__contents a {
  display: block;
  font-size: 10px;
  line-height: 2;
  color: #745399;
  text-decoration: underline;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.c-galleryItem__colors {
  letter-spacing: -0.4em;
  font-size: 12px;
  line-height: 1.16667;
}

.c-galleryItem__color {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: 0.5em;
}

.is-desktop .c-galleryInfoItem__contents a:hover {
  opacity: 0.8;
}

.is-desktop .c-galleryItem__img:hover img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
}

@media screen and (min-width: 769px) {
  .c-galleryItems {
    padding-bottom: 80px;
  }
  .c-galleryItems:after {
    width: 30%;
    display: block;
    content: '';
  }
  .c-galleryItem {
    width: 30%;
    margin-bottom: 79px;
  }
  .c-galleryItem__img {
    margin-bottom: 26.5px;
  }
  .c-galleryItem__title {
    font-size: 20px;
    line-height: 1.75;
    padding-left: 0;
    margin-bottom: 14px;
  }
  .c-galleryItem__body {
    font-size: 16px;
    line-height: 1.5625;
    padding-left: 0;
  }
  .c-galleryInfoItem {
    padding-left: 0;
    margin-top: 19.5px;
  }
  .c-galleryInfoItem__label {
    font-size: 11px;
  }
  .c-galleryInfoItem__contents {
    font-size: 16px;
    line-height: 1.5625;
  }
  .c-galleryInfoItem__contents a {
    font-size: 12px;
    line-heigh: 2.08333;
  }
  .c-galleryItem__colors {
    font-size: 13px;
    line-height: 1.34615;
  }
}

.c-imgTxtBoxes {
  position: relative;
  margin-bottom: 50px;
}

.c-imgTxtBox {
  width: 100%;
  position: relative;
  padding-top: 63px;
}

.c-imgTxtBoxTitle {
  position: absolute;
  top: 0;
  left: 25px;
}

.c-imgTxtBox__img {
  position: relative;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.c-imgTxtBox__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-imgTxtBox__img:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.c-imgTxtBox__imgInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  top: -5%;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-imgTxtBox__txts {
  background-color: #fff;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 37px;
  padding-right: 25px;
  margin-left: 25px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-imgTxtBox__txt {
  font-size: 14px;
  line-height: 1.78571;
}

@media screen and (min-width: 769px) {
  .c-imgTxtBoxes {
    margin-bottom: 94.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-imgTxtBox {
    width: 50%;
    padding-top: 130px;
  }
  .c-imgTxtBox:nth-child(odd) {
    margin-top: 100px;
  }
  .c-imgTxtBoxTitle {
    position: absolute;
    top: 0;
    left: 14%;
  }
  .c-imgTxtBox__img:before {
    padding-top: 75%;
  }
  .c-imgTxtBox__txts {
    padding-top: 50.5px;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 5%;
    margin-left: 14%;
    margin-top: -100px;
  }
  .c-imgTxtBox__txt {
    font-size: 16px;
    line-height: 2.1875;
  }
}

.c-btnScrollDown {
  background-color: #000;
  position: absolute;
  bottom: 0;
  width: 175px;
  height: 50px;
}

.c-btnScrollDown:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  content: '';
  cursor: pointer;
}

.c-btnScrollDown__inner {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
}

.c-btnScrollDown__inner:before {
  display: inline-block;
  margin-right: 20px;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-animation: lineLoopAnim 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: lineLoopAnim 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 3;
}

.is-desktop .c-btnScrollDown:hover:after {
  -webkit-animation: flashAnim 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: flashAnim 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 320px) {
  .c-btnScrollDown {
    width: 170px;
    height: 40px;
  }
}

@media screen and (min-width: 769px) {
  .c-btnScrollDown {
    max-width: 300px;
    min-width: 260px;
    max-height: 80px;
    min-height: 60px;
    width: 18.8vw;
    height: 3.8vw;
  }
  .c-btnScrollDown__inner {
    font-size: 13px;
  }
  .c-btnScrollDown__inner:before {
    width: 80px;
    margin-right: 40px;
  }
}

.c-ledUvNotices {
  position: relative;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 1.8em;
}

.c-ledUvNotice {
  position: relative;
  padding-left: 1.4em;
}

.c-ledUvNotice:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.c-ledUvNoticeItem {
  position: relative;
  padding-left: 3.3em;
}

.c-ledUvNoticeItem__label {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .c-ledUvNotices {
    font-size: 12px;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-container-vertical > .swiper-scrollbar:before {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  content: '';
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
  cursor: pointer;
}

.swiper-scrollbar-drag:before {
  cursor: pointer;
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  content: '';
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.c-modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.c-modalBg.is-shown {
  opacity: 1;
  visibility: visible;
}

.c-modalBg.is-openingFinished {
  top: 54px;
}

.c-modal {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.c-modal.is-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.c-modal.is-openingFinished {
  top: 54px;
}

.c-modal__box {
  position: relative;
  z-index: 2;
  max-height: 500px;
  width: 90%;
  width: calc(100% - 30px);
  height: 90%;
  height: calc(100% - 60px);
  background-color: #fff;
}

.c-modal__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-modal__inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, white));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
  z-index: 3;
}

.c-modal__scroller {
  position: relative;
}

.c-modal__contents {
  height: auto;
  padding: 25px 45px 75px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal__scrollbar {
  width: 3px !important;
  top: 50px !important;
  bottom: 50px !important;
  height: calc(100% - 100px) !important;
  right: 25px !important;
}

.c-modal__scrollbar .swiper-scrollbar-drag {
  background-color: #000;
}

.c-modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.c-modal__btnClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: 25px;
  background-color: #000;
  z-index: 3;
}

.c-modal__btnClose:before, .c-modal__btnClose:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.c-modal__btnClose:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal__btnClose:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .c-modal__box {
    max-width: 1000px;
    max-height: 700px;
    width: 80%;
    width: calc(100% - 100px);
    height: 80%;
    height: calc(100% - 100px);
  }
  .c-modal__inner:after {
    height: 200px;
  }
  .c-modal__contents {
    padding: 100px 100px 150px 50px;
  }
  .c-modal__scrollbar {
    width: 3px !important;
    top: 100px !important;
    bottom: 100px !important;
    height: calc(100% - 200px) !important;
    right: 35px !important;
  }
  .c-modal__btnClose {
    width: 80px;
    height: 80px;
    top: -40px;
    right: 30px;
  }
  .c-modal__btnClose:before, .c-modal__btnClose:after {
    width: 20px;
    height: 4px;
  }
}

.c-modalGallery__box {
  width: 100vw;
  height: 100vw;
  will-change: width, height;
  -webkit-transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1), height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1), height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-modalGallery.is-video .c-modalGallery__box {
  height: 56.25vw;
}

@media (orientation: landscape) and (max-width: 768px) {
  .c-modalGallery__box {
    width: calc(100vmin - 50px);
    height: calc(100vmin - 50px);
  }
  .c-modalGallery.is-video .c-modalGallery__box {
    width: calc(100vw - 50px);
    height: calc((100vw - 50px) / 16 * 9);
  }
}

.c-modalGallery__inner:after {
  display: none;
}

.c-modalGallery__contents {
  width: 100%;
  height: 100%;
  padding: 0;
}

.c-modalGallery__contents img, .c-modalGallery__contents iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
  opacity: 0;
  visibility: hidden;
}

.c-modalGallery__contents iframe {
  display: none;
  z-index: -1;
}

.c-modalGallery__contents:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background-color: #000;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: '';
}

.c-modalGallery.is-opened:not(.is-loaded) .c-modalGallery__contents:after {
  -webkit-animation: lineLoopAnim 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
          animation: lineLoopAnim 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

.c-modalGallery.is-video img {
  display: none;
}

.c-modalGallery.is-video iframe {
  display: block;
}

.c-modalGallery__contents.is-loaded img, .c-modalGallery__contents.is-loaded iframe {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.c-modalGallery__contents.is-loaded:after {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .c-modalGallery__box {
    max-width: 1000px;
    max-height: 1000px;
    width: 80%;
    width: calc(100vmin - 200px);
    height: 80%;
    height: calc(100vmin - 200px);
  }
  .c-modalGallery.is-video .c-modalGallery__box {
    max-width: 1000px;
    max-height: 562.5px;
    width: 80%;
    width: calc(100vmin - 100px);
    height: 80%;
    height: calc((100vmin - 100px) / 16 * 9);
  }
}

.c-contentsType1 {
  width: 100%;
}

.c-headerType1 {
  position: relative;
}

.c-headerType1__img {
  position: relative;
  width: 100%;
  height: 330px;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-headerType1__img:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/headerPattern.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 600px 425px;
  mix-blend-mode: overlay;
  content: '';
}

.c-headerType1__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 42px;
  width: 98px;
  height: 18px;
}

.c-headerType1__logo svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.c-headerType1Titles {
  background-color: #fff;
  margin-top: -50px;
  width: 250px;
  padding-left: 25px;
  padding-top: 36px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}

.c-headerType1__no {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1;
  padding-left: 72px;
  position: relative;
}

.c-headerType1__no:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #000;
  content: '';
}

.c-headerType1Title {
  margin-top: 24px;
}

.c-headerType1Title__main {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: block;
}

.c-headerType1Title__sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 769px) {
  .c-headerType1 {
    margin-bottom: 150px;
    height: 100vh;
  }
  .c-headerType1:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9;
    content: '';
  }
  .c-headerType1 .c-btnScrollDown {
    right: 100px;
    bottom: 9.4vw;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .c-headerType1__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: calc(100% - 9.4vw);
  }
  .c-headerType1__img:after {
    background-size: 1200px 850px;
  }
  .c-headerType1__logo {
    position: fixed;
    top: 12px;
    left: 100px;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 174px;
    height: 32px;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(0.625);
            transform: scale(0.625);
    z-index: 10;
  }
  .c-headerType1__logo svg {
    fill: #000;
  }
  .c-headerType1Titles {
    position: absolute;
    bottom: 0;
    left: 100px;
    margin-top: 0;
    min-width: 480px;
    min-height: 420px;
    max-width: 600px;
    max-height: 680px;
    width: 43%;
    height: 70%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-headerType1Title__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20%;
  }
  .c-headerType1__no {
    font-size: 16px;
    padding-left: 104px;
  }
  .c-headerType1__no:before {
    width: 80px;
  }
  .c-headerType1Title {
    margin-top: 70px;
  }
  .c-headerType1Title__main {
    font-size: 80px;
    margin-bottom: 16px;
  }
  .c-headerType1Title__sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-headerType1 .c-btnScrollDown {
    right: 50px;
  }
  .c-headerType1Titles {
    left: 50px;
  }
  .c-headerType1__logo {
    left: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .c-headerType1Titles {
    width: 45%;
    height: 60%;
    min-width: 300px;
    min-height: 300px;
  }
  .c-headerType1Title {
    margin-top: 5vw;
  }
  .c-headerType1Title__main {
    font-size: 5.71429vw;
  }
  .c-headerType1Title__sub {
    font-size: 1.42857vw;
  }
  .c-headerType1__no {
    font-size: 1.14286vw;
    padding-left: 7.42857vw;
  }
  .c-headerType1__no:before {
    width: 5.71429vw;
  }
}

.c-contentsBlockHeader {
  position: relative;
  padding-bottom: 44.5px;
}

.c-contentsBlockHeader .c-verticalTitle {
  margin: auto;
}

.c-contentsBlockHeader--onlyTitle {
  position: relative;
  padding-bottom: 44.5px;
}

.c-contentsBlockHeader--onlyTitle .c-verticalTitle {
  margin: auto;
}

.c-contentsBlockHeader__lead {
  font-size: 14px;
  line-height: 1.78571;
  margin-top: 64.5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 769px) {
  .c-contentsBlockHeader {
    min-height: 445px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 208.5px;
    padding-bottom: 98.5px;
  }
  .c-contentsBlockHeader:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .c-contentsBlockHeader .c-verticalTitle {
    position: absolute;
    top: 70px;
    right: 597px;
  }
  .c-contentsBlockHeader__lead {
    float: right;
    width: 500px;
    font-size: 16px;
    line-height: 2.1875;
    margin-top: 0;
  }
}

.c-contentsType2 {
  width: 100%;
}

.c-headerType2 {
  width: 100%;
  height: 180px;
  position: relative;
  color: #fff;
}

.c-headerType2:after {
  content: '';
  left: 60px;
  right: 0px;
  bottom: 0px;
  height: 25px;
  background-color: #fff;
  position: absolute;
}

.c-headerType2__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-headerType2__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 140%;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  background: url("../img/common/bgColor_0.jpg") no-repeat center;
  background-size: cover;
}

.c-headerType2__bg:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg01.png") repeat center;
  background-size: 66px 66px;
  mix-blend-mode: overlay;
  content: '';
}

.c-headerType2__logo {
  position: relative;
  z-index: 1;
  width: 98px;
  height: 18px;
  margin-top: 12px;
}

.c-headerType2__logo svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.c-headerType2Title {
  z-index: 1;
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
}

.c-headerType2Title__main {
  display: block;
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 17px;
}

.c-headerType2Title__sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-top: 12px;
}

.c-contentsType2__inner {
  padding-top: 34.5px;
  padding-bottom: 34.5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  line-height: 1.43;
}

.c-contentsType2__lead {
  margin-bottom: 37px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-contentsType2__lead *:first-child {
  margin-top: 0;
}

.c-contentsType2__lead h1, .c-contentsType2__lead h2, .c-contentsType2__lead h3, .c-contentsType2__lead h4, .c-contentsType2__lead h5, .c-contentsType2__lead h6, .c-contentsType2__lead p, .c-contentsType2__lead ul, .c-contentsType2__lead ol {
  margin-top: 20px;
  line-height: 1.42857;
  font-size: 14px;
}

.c-contentsType2__lead h1, .c-contentsType2__lead h2, .c-contentsType2__lead h3, .c-contentsType2__lead h4, .c-contentsType2__lead h5, .c-contentsType2__lead h6, .c-contentsType2__lead strong, .c-contentsType2__lead b {
  font-weight: bold;
}

.c-contentsType2__lead i, .c-contentsType2__lead em {
  font-style: italic;
}

.c-contentsType2__lead ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1em;
}

.c-contentsType2__lead ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1em;
}

@media screen and (min-width: 769px) {
  .c-headerType2 {
    height: 455px;
  }
  .c-headerType2:before {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 9;
    content: '';
  }
  .c-headerType2:after {
    left: calc((100% - 1000px) / 2);
    height: 70px;
  }
  .c-headerType2__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-headerType2__bg:after {
    background-size: 134px 134px;
  }
  .c-headerType2__logo {
    position: fixed;
    top: 12px;
    left: 100px;
    right: auto;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 174px;
    height: 32px;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: scale(0.625);
            transform: scale(0.625);
    z-index: 10;
  }
  .c-headerType2__logo svg {
    fill: #000;
  }
  .c-headerType2Title {
    margin-top: 5px;
  }
  .c-headerType2Title__main {
    font-size: 40px;
  }
  .c-headerType2Title__sub {
    font-size: 20px;
    margin-top: 12px;
  }
  .c-contentsType2__inner {
    max-width: 600px;
    margin: auto;
    padding-top: 20.5px;
    padding-bottom: 96.5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.875;
  }
  .c-contentsType2__lead {
    margin-bottom: 55px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .c-contentsType2__lead h1, .c-contentsType2__lead h2, .c-contentsType2__lead h3, .c-contentsType2__lead h4, .c-contentsType2__lead h5, .c-contentsType2__lead h6, .c-contentsType2__lead p, .c-contentsType2__lead ul, .c-contentsType2__lead ol {
    margin-top: 20px;
    line-height: 1.875;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .c-headerType2 {
    height: 405px;
  }
  .c-headerType2Title {
    margin-top: 5px;
  }
  .c-headerType2__logo {
    left: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .c-headerType2:after {
    left: calc((86% - 600px) / 2);
    height: 70px;
  }
}

.c-headerType1__img {
  background-image: url("../img/gallery/kv.jpg");
}

.p-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: opacity 0.2s linear 0.2s, visibility 0.2s linear 0.2s;
  transition: opacity 0.2s linear 0.2s, visibility 0.2s linear 0.2s;
}

.p-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.is-index .p-loading {
  background: -webkit-linear-gradient(300deg, #5577b4, #223256);
  background: linear-gradient(150deg, #5577b4, #223256);
  -webkit-transition: opacity 0.4s linear 0.8s, visibility 0.4s linear 0.8s;
  transition: opacity 0.4s linear 0.8s, visibility 0.4s linear 0.8s;
}

.p-loading__copy {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 66%;
  bottom: 50%;
  z-index: 3;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.p-loading__copy:before {
  display: block;
  content: '';
  position: relative;
  width: 100%;
  padding-top: 42%;
}

.p-loading__copy:after {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-animation: lineLoopAnim 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: lineLoopAnim 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  bottom: -40%;
}

.p-loading__copy svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .p-loading__copy {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 19%;
    bottom: 50%;
    z-index: 3;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

.p-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: visible;
  visibility: hidden;
  will-change: opacity, background-color, visibility;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-menu:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 140%;
  background: #000 url("../img/common/bg02.png") repeat center center;
  background-size: 77px 77px;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-menu__inner {
  position: fixed;
  left: 0;
  top: 0;
  padding: 42px 0 60px;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform opacity;
  -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, opacity 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.p-menu__logo {
  width: 98px;
  height: 18px;
  margin: 0 auto 52px;
}

.p-menu__logo svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.p-menu__navItems {
  text-align: center;
  width: 166px;
  position: relative;
  margin: auto;
}

.p-menuNavItem {
  text-align: left;
  margin-bottom: 22px;
  font-weight: 700;
}

.p-menuNavItem a, .p-menuNavItem .p-menuNavItem__inner {
  display: block;
  color: #fff;
  text-decoration: none;
}

.p-menuNavItem__labelEN,
.p-menuNavItem__labelJP {
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-menuNavItem__labelEN {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}

.p-menuNavItem__labelJP {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.p-menu.is-opened {
  opacity: 1;
  visibility: visible;
}

.p-menu.is-opened:before {
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: none;
          transform: none;
}

.p-menu.is-opened .p-menu__inner {
  -webkit-transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

body.is-index .p-menuNavItem--top {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-menu:before {
    background-size: auto;
  }
  .p-menu__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-menu__logo {
    position: fixed;
    left: 100px;
    right: auto;
    top: 62px;
    bottom: auto;
    width: 174px;
    height: 32px;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    margin: auto;
    z-index: 2;
  }
  .p-menu__logo svg {
    -webkit-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    fill: #fff;
  }
  .p-menu__navItems {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 160px 0 100px;
    margin: auto;
  }
  .p-menuNavItem {
    margin-bottom: 20px;
    width: auto;
    position: relative;
    opacity: 0.3;
    text-align: center;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  .p-menuNavItem a, .p-menuNavItem .p-menuNavItem__inner {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .p-menuNavItem__labelEN {
    font-size: 24px;
  }
  .p-menuNavItem__labelJP {
    font-size: 12px;
  }
  body.is-index .p-menuNavItem--top {
    display: block;
  }
  .is-desktop .p-menuNavItem:hover,
  body.is-index .p-menuNavItem--top,
  body.is-concept .p-menuNavItem--concept,
  body.is-fact .p-menuNavItem--fact,
  body.is-product .p-menuNavItem--product,
  body.is-gallery .p-menuNavItem--gallery,
  body.is-news .p-menuNavItem--news,
  body.is-dealer .p-menuNavItem--dealer,
  body.is-company .p-menuNavItem--company,
  body.is-privacy .p-menuNavItem--privacy,
  body.is-contact .p-menuNavItem--contact {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-menu__logo {
    left: 60px;
  }
}

.p-btnMenu {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  z-index: 12;
  width: 55px;
  height: 55px;
  position: fixed;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  bottom: 28px;
  left: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 17, 51, 0.3);
          box-shadow: 0px 0px 50px 0px rgba(0, 17, 51, 0.3);
}

.p-btnMenu:before, .p-btnMenu:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-btnMenu:before {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.p-btnMenu:after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.p-btnMenu.is-menuOpened {
  background-color: #fff;
}

.p-btnMenu.is-menuOpened:before {
  background-color: #000 !important;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-btnMenu.is-menuOpened:after {
  background-color: #000 !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.p-btnMenu__label {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-btnMenu {
    font-family: 'brandon', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 13px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent !important;
    left: auto;
    right: 100px;
    top: 52px;
    bottom: auto;
    width: 100px;
    text-indent: 0;
    line-height: 55px;
    padding-left: 10px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-btnMenu:before, .p-btnMenu:after {
    background-color: #fff;
    left: auto;
    right: 10px;
  }
  .p-btnMenu__label {
    display: block;
    position: relative;
    height: 100%;
    margin-top: 1px;
  }
  .p-btnMenu__labelOpened,
  .p-btnMenu__labelClosed {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  .p-btnMenu__labelOpened {
    opacity: 0;
  }
  .p-btnMenu__labelClosed {
    opacity: 1;
  }
  .p-btnMenu.is-menuOpened {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    color: #fff !important;
  }
  .p-btnMenu.is-menuOpened .p-btnMenu__labelOpened {
    opacity: 1;
  }
  .p-btnMenu.is-menuOpened .p-btnMenu__labelClosed {
    opacity: 0;
  }
  .p-btnMenu.is-menuOpened:before, .p-btnMenu.is-menuOpened:after {
    background-color: #fff !important;
  }
  .p-btnMenu.is-scrolled {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    color: #000;
  }
  .p-btnMenu.is-scrolled:before, .p-btnMenu.is-scrolled:after {
    background-color: #000;
    left: auto;
    right: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-btnMenu {
    right: 70px;
  }
}

.p-lang {
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 12;
}

.p-lang__inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-lang__contents {
  width: 110px;
  background-color: #000;
  position: relative;
  padding: 10px 0;
  left: 100%;
}

.p-btnLang {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-btnLang__label {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.p-btnLang__labelOpened,
.p-btnLang__labelClosed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.p-btnLang__labelOpened {
  opacity: 0;
}

.p-btnLang__labelOpened:before, .p-btnLang__labelOpened:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.p-btnLang__labelOpened:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-btnLang__labelOpened:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-btnLang__labelClosed {
  opacity: 1;
}

.p-btnLang__labelClosed svg {
  display: block;
  fill: #fff;
  width: 17px;
  height: 17px;
  margin-bottom: 4px;
}

.p-lang.is-opened .p-lang__inner {
  -webkit-transform: translateX(-110px);
          transform: translateX(-110px);
}

.p-lang.is-opened .p-btnLang__labelOpened {
  opacity: 1;
}

.p-lang.is-opened .p-btnLang__labelClosed {
  opacity: 0;
}

.p-lang__item {
  width: 100%;
  height: 30px;
  position: relative;
}

.p-lang__item a {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 10px;
}

.is-desktop .p-lang__item:hover a,
.p-lang__item.is-current a {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .p-lang {
    width: 60px;
    height: 60px;
    top: 50px;
  }
  .p-lang.is-opened .p-lang__inner {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
  .p-lang.is-scrolled {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .p-lang.is-menuOpened {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .p-lang.is-opened.is-menuOpened {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .p-lang__contents {
    width: 180px;
    padding: 15px 0;
  }
  .p-btnLang__label {
    font-size: 12px;
  }
  .p-btnLang__labelOpened:before, .p-btnLang__labelOpened:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 20px;
    height: 2px;
  }
  .p-btnLang__labelClosed svg {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }
  .p-lang__item {
    height: 45px;
  }
  .p-lang__item a {
    padding-left: 30px;
    font-size: 14px;
  }
}

.p-footer {
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.p-footer a {
  color: #fff;
}

.p-footer__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 95.5px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.p-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  top: -20%;
  background: #000 url("../img/common/bg02.png") repeat center center;
  background-size: 77px 77px;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-footerInfo {
  font-size: 12px;
  line-height: 2.08333;
}

.p-footerSubFunc {
  font-size: 12px;
  line-height: 2.08333;
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}

.p-footerSubFunc:before {
  display: block;
  width: 15px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto 18.5px;
  content: '';
}

.p-footerSubFunc a {
  color: #fff;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.is-desktop .p-footerSubFunc a:hover {
  color: #ccc;
}

.p-footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin: 0 auto 24px;
  width: 102px;
  height: 25px;
}

.p-footer_snsBtn {
  width: 25px;
  height: 25px;
}

.p-footer_snsBtn svg {
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear;
  fill: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.is-desktop .p-footer_snsBtn:hover svg {
  fill: #ccc;
}

.p-footer__copyright {
  font-family: 'brandon', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 10px;
  line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-footer__inner {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 168.5px !important;
    padding-bottom: 68.5px !important;
  }
  .p-footer__copyright,
  .p-footer_sns {
    right: 50px !important;
  }
}

@media screen and (min-width: 769px) {
  .p-footer__bg {
    background-size: 154px 154px;
  }
  .p-footer__inner {
    text-align: left;
    max-width: 2000px;
    margin: 0 auto;
    padding-top: 224.5px;
    padding-bottom: 148.5px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-footerInfo {
    line-height: 2.91667;
  }
  .p-footerSubFunc {
    line-height: 2.91667;
    margin-top: 54.5px;
    margin-bottom: 0;
  }
  .p-footerSubFunc:before {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16.5px;
  }
  .p-footer__copyright {
    position: absolute;
    right: 100px;
    bottom: 160px;
    font-size: 11px;
  }
  .p-footer_sns {
    position: absolute;
    margin: 0;
    width: 120px;
    height: 30px;
    right: 100px;
    bottom: 200px;
  }
  .p-footer_snsBtn {
    width: 30px;
    height: 30  px;
  }
  .p-footer__copyright {
    font-family: 'brandon', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 10px;
    line-height: 1;
  }
}

.u-svgDef {
  width: 0;
  height: 0;
  z-index: -1000;
  position: absolute;
  overflow: hidden;
}

.u-svgDef svg {
  width: inherit;
  height: inherit;
}

.u-showBlockSPLayout {
  display: block;
}

.u-showBlockPCLayout {
  display: none;
}

.u-showInlineSPLayout {
  display: inline;
}

.u-showInlinePCLayout {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-showBlockSPLayout {
    display: none;
  }
  .u-showBlockPCLayout {
    display: block;
  }
  .u-showInlineSPLayout {
    display: none;
  }
  .u-showInlinePCLayout {
    display: inline;
  }
}

[v-cloak] {
  visibility: hidden;
  opaciy: 0;
}
