@import url("https://fonts.googleapis.com/css?family=Montserrat:600,700&display=swap");
@-webkit-keyframes neonBox {
  0% {
    border: red 3px solid;
    -webkit-box-shadow: 0px 0px 15px #ff0000, 0px 0px 15px #ff0000 inset;
    box-shadow: 0px 0px 15px #ff0000, 0px 0px 15px #ff0000 inset; }
  98%, 100% {
    border: red 3px solid;
    -webkit-box-shadow: 0px 0px 40px #ff0000, 0px 0px 40px #ff0000 inset;
    box-shadow: 0px 0px 40px #ff0000, 0px 0px 40px #ff0000 inset; } }
@keyframes neonBox {
  0% {
    border: red 3px solid;
    -webkit-box-shadow: 0px 0px 15px #ff0000, 0px 0px 15px #ff0000 inset;
    box-shadow: 0px 0px 15px #ff0000, 0px 0px 15px #ff0000 inset; }
  98%, 100% {
    border: red 3px solid;
    -webkit-box-shadow: 0px 0px 40px #ff0000, 0px 0px 40px #ff0000 inset;
    box-shadow: 0px 0px 40px #ff0000, 0px 0px 40px #ff0000 inset; } }

@-webkit-keyframes neonText {
  0% {
    color: red;
    text-shadow: 0 0 15px red; }
  98%, 100% {
    color: red;
    text-shadow: 0px 0px 40px rgba(220, 0, 0, 0.5), 0px 0px 120px #dc0000, 0px 0px 120px #dc0000, 0px 0px 120px #dc0000; } }

@keyframes neonText {
  0% {
    color: red;
    text-shadow: 0 0 15px red; }
  98%, 100% {
    color: red;
    text-shadow: 0px 0px 40px rgba(220, 0, 0, 0.5), 0px 0px 120px #dc0000, 0px 0px 120px #dc0000, 0px 0px 120px #dc0000; } }

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  51% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes scrollLine {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  50% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  51% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 700;
  src: url("/assets/fonts/NotoSans_bold.woff") format("woff"), url("/assets/fonts/NotoSans_bold.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-weight: 600;
  src: url("/assets/fonts/NotoSans_medium.woff") format("woff"), url("/assets/fonts/NotoSans_medium.otf") format("opentype"); }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ul,
li {
  list-style: none; }

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

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

html {
  font-size: 16px;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 16px; } }

body {
  -webkit-print-color-adjust: exact;
  width: 100%;
  color: #222222;
  font-family: "NotoSansCJKjp", "Yu Gothic", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  cursor: default;
  letter-spacing: .03em;
  background: #fff;
  /*opacity: 0;*/ }
  body.is-arrived-contents {
   /* -webkit-transition: 0.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1; */}

/*@media screen and (min-width: 768px) {*/
/*  min-width: 1020px;*/
/*    min-width-overflow: scroll; }*/

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  color: inherit; }

li > ul, li > ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

a {
  text-decoration: none;
  color: #222222; }
  a:hover, a:active, a:focus {
    text-decoration: none;
    color: #222222; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

[src$=".svg"],
[data$=".svg"] {
  width: 100%; }

i,
cite,
em,
address,
dfn {
  font-style: normal; }

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace; }

code {
  padding: 0.2em;
  background-color: rgba(0, 0, 0, 0.06); }

pre code {
  padding: 0;
  background-color: inherit; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0; }

ul, li, dl, dt, dd {
  padding: 0; }

.l-page {
  position: relative;
  overflow: hidden; }

.l-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0; }

@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
    background-color: #fff; }
    .l-header .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      min-width: 1020px;
      width: 90vw;
      margin: 0 auto; }
    .l-header .header__main {
      position: relative;
      height: 100px;
      z-index: 2;
      background-color: #fff; }
      .l-header .header__main .header__logo {
        position: absolute;
        top: 33px;
        left: 0;
        z-index: 3;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: .4s ease;
        transition: .4s ease; }
        .l-header .header__main .header__logo .logo {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          display: inline-block;
          width: 180px;
          height: auto; }
          .l-header .header__main .header__logo .logo img {
            width: 100%; }
      .l-header .header__main .header__nav {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.58, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.58, 1);
        transition: transform 0.8s cubic-bezier(0, 0, 0.58, 1);
        transition: transform 0.8s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 0.58, 1); }
      .l-header .header__main .header__sub-nav__area {
        position: absolute;
        z-index: 5;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 36px;
        width: auto;
        background-color: #F2F2F2; }
        .l-header .header__main .header__sub-nav__area:before {
          position: absolute;
          top: 0;
          right: -50vw;
          content: '';
          width: 50vw;
          height: 36px;
          background-color: #F2F2F2; }
        .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item {
          margin-left: 28px;
          position: relative;
          float: left;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item:hover {
            opacity: 0.3; }
          .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item .text {
            font-size: 12px;
            letter-spacing: 0;
            color: #555555;
            font-weight: 400; }
          .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item .link {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3; }
        .l-header .header__main .header__sub-nav__area .mypage-area.is-login .mypage-btn {
          display: none; }
        .l-header .header__main .header__sub-nav__area .mypage-area.is-login .mypage-btn--login {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .l-header .header__main .header__sub-nav__area .mypage-area.is-login .mypage-btn {
          display: none; }
        .l-header .header__main .header__sub-nav__area .mypage-area.is-login .mypage-btn--login {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .l-header .header__main .header__sub-nav__area .mypage-btn {
          width: 75px;
          height: 24px;
          background-color: #222222;
          border: 1px;
          margin-left: 32px; }
          /*.l-header .header__main .header__sub-nav__area .mypage-btn:hover {*/
          /*  opacity: 0.6; }*/
          .l-header .header__main .header__sub-nav__area .mypage-btn .btn-text {
            font-size: 12px;
            letter-spacing: 0;
            color: #fff; }
        .l-header .header__main .header__sub-nav__area .mypage-btn--login {
          position: relative;
          width: 100px;
          height: 24px;
          background-color: #222222;
          border: 1px;
          margin-left: 32px;
          display: none; }
          .l-header .header__main .header__sub-nav__area .mypage-btn--login.is-show .mypage-btn--login__value .btn-text .arrow {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          .l-header .header__main .header__sub-nav__area .mypage-btn--login.is-show .mypage-btn--login__list {
            display: block; }
          .l-header .header__main .header__sub-nav__area .mypage-btn--login .mypage-btn--login__value {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            width: 100px;
            height: 24px;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-header .header__main .header__sub-nav__area .mypage-btn--login .mypage-btn--login__value:hover .btn-text {
              opacity: 0.6; }
          .l-header .header__main .header__sub-nav__area .mypage-btn--login .btn-text {
            position: relative;
            z-index: 1;
            font-size: 12px;
            letter-spacing: 0;
            color: #fff; }
            .l-header .header__main .header__sub-nav__area .mypage-btn--login .btn-text .arrow {
              position: absolute;
              right: 0;
              display: inline-block;
              font-size: 10px;
              -webkit-transform-origin: center;
              transform-origin: center;
              margin-left: 8px; }
          .l-header .header__main .header__sub-nav__area .mypage-btn--login .mypage-btn--login__list {
            display: none;
            position: absolute;
            left: -1px;
            bottom: -63px;
            width: 100px;
            text-align: center;
            background-color: #222;
            padding: 10px 0; }
            .l-header .header__main .header__sub-nav__area .mypage-btn--login .mypage-btn--login__list .mypage-btn--login__item:first-child {
              margin-bottom: 10px; }
            .l-header .header__main .header__sub-nav__area .mypage-btn--login .mypage-btn--login__list .mypage-btn--login__item .mypage-btn--login__link {
              color: #fff;
              padding: 3px;
              font-size: 11px;
              letter-spacing: 0;
              cursor: pointer;
              -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
              .l-header .header__main .header__sub-nav__area .mypage-btn--login .mypage-btn--login__list .mypage-btn--login__item .mypage-btn--login__link:hover {
                opacity: 0.6; }
        .l-header .header__main .header__sub-nav__area .head__search {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: 18px;
          background: none; }
          .l-header .header__main .header__sub-nav__area .head__search .head_search__input {
            font-size: 10px;
            font-weight: 500;
            border: 1px solid #222222;
            height: 24px;
            width: 116px;
            padding: 0 5px; }
          .l-header .header__main .header__sub-nav__area .head__search .btn__search {
            background: none;
            border: none;
            padding-right: 0; }
            .l-header .header__main .header__sub-nav__area .head__search .btn__search .c-icon-search {
              position: relative;
              top: 2px; }
      .l-header .header__main .header__main-nav {
        position: absolute;
        right: 0;
        bottom: 0; }
        .l-header .header__main .header__main-nav .header__main-nav__item {
          margin-left: 36px;
          position: relative;
          float: left;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__main .header__main-nav .header__main-nav__item:hover {
            opacity: 0.5; }
          .l-header .header__main .header__main-nav .header__main-nav__item:first-child {
            margin-left: 0px; }
          .l-header .header__main .header__main-nav .header__main-nav__item.header__main-nav__item--pull-down:before {
            content: '';
            width: 100%;
            height: 30px;
            background-color: blue; }
          .l-header .header__main .header__main-nav .header__main-nav__item .text {
            font-size: 15px;
            letter-spacing: 0; }
          .l-header .header__main .header__main-nav .header__main-nav__item .arrow-area {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: relative;
            width: 100%;
            height: 28px; }
            .l-header .header__main .header__main-nav .header__main-nav__item .arrow-area .arrow {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 6px 3.5px 0 3.5px;
              border-color: #222222 transparent transparent transparent; }
          .l-header .header__main .header__main-nav .header__main-nav__item .link {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3; }
    .l-header .header__pull-down {
      position: absolute;
      z-index: 1;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .l-header .header__pull-down__list {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      left: 0;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 34px 0 24px;
      width: 100%;
      background-color: #F8F8F8;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      z-index: 2; }
      .l-header .header__pull-down__list.header__pull-down__list--search {
        top: -200px;
        height: 200px;
        padding-right: 400px; }
        .l-header .header__pull-down__list.header__pull-down__list--search .search-categry__title {
          font-size: 11px;
          color: #222222; }
        .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          margin-top: 10px; }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .is-hover:hover .search-catalog__item__thumb img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05); }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .is-hover:hover .search-catalog__item__thumb .frame1:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .is-hover:hover .search-catalog__item__thumb .frame1:after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .is-hover:hover .search-catalog__item__thumb .frame2:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .is-hover:hover .search-catalog__item__thumb .frame2:after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item {
            position: relative;
            width: 80px;
            margin-left: 24px; }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item:first-child {
              margin-left: 0; }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb {
            position: relative;
            overflow: hidden;
            display: inline-block;
            width: 100%;
            height: auto; }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb img {
              width: 100%; }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb img {
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb .frame1 {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0; }
              .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb .frame1:before {
                position: absolute;
                left: 0;
                top: 0;
                content: '';
                width: 3px;
                height: 100%;
                background-color: #f8f8f8;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: left;
                transform-origin: left;
                -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
              .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb .frame1:after {
                position: absolute;
                left: 0;
                top: 0;
                content: '';
                width: 100%;
                height: 3px;
                background-color: #f8f8f8;
                -webkit-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: top;
                transform-origin: top;
                -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb .frame2 {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0; }
              .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb .frame2:before {
                position: absolute;
                right: 0;
                bottom: 0;
                content: '';
                width: 3px;
                height: 100%;
                background-color: #f8f8f8;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: right;
                transform-origin: right;
                -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
              .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__thumb .frame2:after {
                position: absolute;
                right: 0;
                bottom: 0;
                content: '';
                width: 100%;
                height: 3px;
                background-color: #f8f8f8;
                -webkit-transform: scaleY(0);
                transform: scaleY(0);
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
                -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__body {
            margin-top: 7px;
            text-align: center; }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__body .text-link {
              font-size: 13px; }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-categry .search-catalog__list .search-catalog__item__link {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
        .l-header .header__pull-down__list.header__pull-down__list--search .search-product-id {
          margin-left: 85px; }
          .l-header .header__pull-down__list.header__pull-down__list--search .search-product-id .search-product-id__search {
            margin-top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: none; }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-product-id .search-product-id__search .head_search__input {
              font-size: 11px;
              font-weight: 500;
              border: 1px solid #222222;
              height: 32px;
              width: 200px;
              padding: 0 5px; }
            .l-header .header__pull-down__list.header__pull-down__list--search .search-product-id .search-product-id__search .btn__search {
              margin-left: 3px;
              width: 56px;
              height: 32px;
              border: none;
              font-size: 10px;
              background: #000;
              color: #fff;
              -webkit-transition: background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: background 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
              .l-header .header__pull-down__list.header__pull-down__list--search .search-product-id .search-product-id__search .btn__search:hover {
                background: #444; }
      .l-header .header__pull-down__list.header__pull-down__list--catalog {
        top: -80px;
        height: 80px;
        padding-right: 506px; }
      .l-header .header__pull-down__list.header__pull-down__list--tool {
        top: -80px;
        height: 80px;
        padding-right: 120px; }
      .l-header .header__pull-down__list.header__pull-down__list--corporation {
        top: -80px;
        height: 80px;
        padding-right: 120px; }
  .l-header .header__pull-down__list .header__pull-down__item {
        margin-left: 32px; }
        .l-header .header__pull-down__list .header__pull-down__item:first-child {
          margin-left: 0; }
        .l-header .header__pull-down__list .header__pull-down__item .text-link {
          font-size: 13px; }
          .l-header .header__pull-down__list .header__pull-down__item .text-link .link-line {
            bottom: 2px; } }

@media screen and (max-width: 767px) {
  .l-header {
    height: 60px; }
    .l-header .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
    .l-header .header__main {
      position: relative;
      height: 60px;
      z-index: 2;
      background-color: #fff;
      border-bottom: 1px solid #DDDDDD; }
      .l-header .header__main .header__logo {
        position: absolute;
        top: 11px;
        left: 15px;
        z-index: 3; }
        .l-header .header__main .header__logo .logo {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          display: inline-block;
          width: 130px;
          height: auto; }
          .l-header .header__main .header__logo .logo img {
            width: 100%; }
      .l-header .header__main .hambuger-icon {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 18px;
        height: 16px; }
        .l-header .header__main .hambuger-icon.is-hambuger-open .line--top {
          -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
          transform: rotate(45deg) translate3d(5px, 5px, 0); }
        .l-header .header__main .hambuger-icon.is-hambuger-open .line--bottom {
          -webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
          transform: rotate(-45deg) translate3d(5px, -5px, 0); }
        .l-header .header__main .hambuger-icon.is-hambuger-open .line--mid {
          -webkit-transform: scaleX(0) translate3d(15px, 0, 0);
          transform: scaleX(0) translate3d(15px, 0, 0); }
        .l-header .header__main .hambuger-icon .line {
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #222; }
          .l-header .header__main .hambuger-icon .line.line--top {
            top: 0;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__main .hambuger-icon .line.line--mid {
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__main .hambuger-icon .line.line--bottom {
            bottom: 0;
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .l-header .header__main .mypage-area.is-login .mypage-btn {
        display: none; }
      .l-header .header__main .mypage-area.is-login .mypage-btn--login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .l-header .header__main .mypage-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 58px;
        margin: auto;
        width: 65px;
        height: 20px;
        background-color: #222;
        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; }
        .l-header .header__main .mypage-btn .btn-text {
          font-size: 10px;
          color: #fff; }
        .l-header .header__main .mypage-btn .link {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
      .l-header .header__main .mypage-btn--login {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 58px;
        margin: auto;
        width: 90px;
        height: 24px;
        background-color: #222;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .l-header .header__main .mypage-btn--login.is-show .mypage-btn--login__value .btn-text .arrow {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .l-header .header__main .mypage-btn--login.is-show .mypage-btn--login__list {
          display: block; }
        .l-header .header__main .mypage-btn--login .btn-text {
          font-size: 10px;
          color: #fff;
          position: relative; }
          .l-header .header__main .mypage-btn--login .btn-text .arrow {
            position: absolute;
            right: 0;
            display: inline-block;
            font-size: 10px;
            -webkit-transform-origin: center;
            transform-origin: center;
            margin-left: 8px; }
        .l-header .header__main .mypage-btn--login .mypage-btn--login__list {
          display: none;
          position: absolute;
          right: 0;
          bottom: -69px;
          width: 90px;
          text-align: center;
          background-color: #222;
          padding: 14px 0; }
          .l-header .header__main .mypage-btn--login .mypage-btn--login__list .mypage-btn--login__item:first-child {
            margin-bottom: 10px; }
          .l-header .header__main .mypage-btn--login .mypage-btn--login__list .mypage-btn--login__item .mypage-btn--login__link {
            color: #fff;
            padding: 3px;
            font-size: 10px;
            letter-spacing: 0;
            cursor: pointer; }
    .l-header .header__sub {
      background-color: #fff;
      height: calc(100vh - 60px);
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
      opacity: 0;
      -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .l-header .header__sub .search-product-id {
        width: calc(100% - 60px);
        margin: auto; }
        .l-header .header__sub .search-product-id .search-product-id__search {
          padding-top: 6px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: none; }
          .l-header .header__sub .search-product-id .search-product-id__search .head_search__input {
            font-size: 13px;
            font-weight: 500;
            border: 1px solid #222222;
            height: 45px;
            width: calc(100% - 75px);
            padding: 0 5px; }
          .l-header .header__sub .search-product-id .search-product-id__search .btn__search {
            margin-left: 3px;
            width: 71px;
            height: 45px;
            border: none;
            font-size: 13px;
            background: #000;
            color: #fff; }
    .l-header .scroll-area {
      height: calc(100vh - 115px);
      overflow: scroll; }
    .l-header .header-nav__list {
      margin-top: 6px; }
      .l-header .header-nav__list .header-nav__item {
        position: relative;
        border-top: 1px solid #DDDDDD; }
        .l-header .header-nav__list .header-nav__item:last-child {
          border-bottom: 1px solid #DDDDDD; }
        .l-header .header-nav__list .header-nav__item.is-open .key1 .icon:after {
          -webkit-transform: scale(0) rotate(90deg);
          transform: scale(0) rotate(90deg); }
        .l-header .header-nav__list .header-nav__item .key {
          position: relative;
          padding: 0;
          font-size: 15px;
          font-weight: 700;}
        .l-header .header-nav__list .header-nav__item .key1 {
          position: relative;
          padding: 20px 30px;
          font-size: 15px;
          font-weight: 700;}

  .l-header .header-nav__list .header-nav__item .key1 .icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 40px;
            margin: auto;
            width: 12px;
            height: 12px; }
            .l-header .header-nav__list .header-nav__item .key1 .icon:before {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              content: '';
              width: 100%;
              height: 2px;
              background-color: #222222; }
            .l-header .header-nav__list .header-nav__item .key1 .icon:after {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              content: '';
              height: 100%;
              width: 2px;
              background-color: #222222;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .l-header .header-nav__list .header-nav__item .value .header-nav__item__list {
          width: calc(100% - 60px);
          margin: auto; }
          .l-header .header-nav__list .header-nav__item .value .header-nav__item__list .item a{
            padding: 20px 0;
            font-size: 15px;
            border-top: 1px solid #DDDDDD; }
    .l-header .contact-btn {
      position: relative;
      width: calc(100% - 60px);
      height: 45px;
      margin: 10px auto 10px;
      background-color: #222;
      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; }
      .l-header .contact-btn .btn-text {
        font-size: 13px;
        color: #fff; }
      .l-header .contact-btn .link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; } }
    .l-header .contact-btn:nth-of-type(2) {
      margin-bottom: 60px;
    }
@media print {
  .l-header {
    height: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0; }
    .l-header .inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      min-width: 1020px;
      width: 90vw;
      margin: 0 auto; }
    .l-header .header__main {
      position: relative;
      height: 100px;
      z-index: 2;
      background-color: #fff; }
      .l-header .header__main .header__logo {
        position: absolute;
        top: 33px;
        left: 0;
        z-index: 3;
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: .4s ease;
        transition: .4s ease; }
        .l-header .header__main .header__logo .logo {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          display: inline-block;
          width: 180px;
          height: auto; }
          .l-header .header__main .header__logo .logo img {
            width: 100%; }
      .l-header .header__main .header__nav {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.58, 1);
        transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.58, 1);
        transition: transform 0.8s cubic-bezier(0, 0, 0.58, 1);
        transition: transform 0.8s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.8s cubic-bezier(0, 0, 0.58, 1); }
      .l-header .header__main .header__sub-nav__area {
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 36px;
        width: auto;
        background-color: #F2F2F2; }
        .l-header .header__main .header__sub-nav__area:before {
          position: absolute;
          top: 0;
          right: -50vw;
          content: '';
          width: 50vw;
          height: 36px;
          background-color: #F2F2F2; }
        .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item {
          margin-left: 28px;
          position: relative;
          float: left;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item:hover {
            opacity: 0.3; }
          .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item .text {
            font-size: 12px;
            letter-spacing: 0;
            color: #555555;
            font-weight: 400; }
          .l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item .link {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3; }
        .l-header .header__main .header__sub-nav__area .mypage-btn {
          width: 75px;
          height: 24px;
          background-color: #222222;
          border-width: 1px;
          margin-left: 32px; }
          .l-header .header__main .header__sub-nav__area .mypage-btn:hover {
            opacity: 0.6; }
          .l-header .header__main .header__sub-nav__area .mypage-btn .btn-text {
            font-size: 12px;
            letter-spacing: 0;
            color: #fff; }
        .l-header .header__main .header__sub-nav__area .head__search {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: 18px;
          background: none; }
          .l-header .header__main .header__sub-nav__area .head__search .head_search__input {
            font-size: 10px;
            font-weight: 500;
            border: 1px solid #222222;
            height: 24px;
            width: 116px;
            padding: 0 5px; }
          .l-header .header__main .header__sub-nav__area .head__search .btn__search {
            background: none;
            border: none;
            padding-right: 0; }
            .l-header .header__main .header__sub-nav__area .head__search .btn__search .c-icon-search {
              position: relative;
              top: 2px; }
      .l-header .header__main .header__main-nav {
        position: absolute;
        right: 0;
        bottom: 0; }
        .l-header .header__main .header__main-nav .header__main-nav__item {
          margin-left: 36px;
          position: relative;
          float: left;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-header .header__main .header__main-nav .header__main-nav__item:hover {
            opacity: 0.5; }
          .l-header .header__main .header__main-nav .header__main-nav__item:first-child {
            margin-left: 0px; }
          .l-header .header__main .header__main-nav .header__main-nav__item.header__main-nav__item--pull-down:before {
            content: '';
            width: 100%;
            height: 30px;
            background-color: blue; }
          .l-header .header__main .header__main-nav .header__main-nav__item .text {
            font-size: 15px;
            letter-spacing: 0; }
          .l-header .header__main .header__main-nav .header__main-nav__item .arrow-area {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: relative;
            width: 100%;
            height: 28px; }
            .l-header .header__main .header__main-nav .header__main-nav__item .arrow-area .arrow {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 6px 3.5px 0 3.5px;
              border-color: #222222 transparent transparent transparent; }
          .l-header .header__main .header__main-nav .header__main-nav__item .link {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 3; }
  .header__pull-down {
    display: none; }
  .u-sp-only {
    display: none; } }

@media screen and (min-width: 768px) {
  .l-footer {
    position: relative;
    z-index: 99;
    width: 100%;
    margin-bottom: 48px; }
    .l-footer .back-to-top {
      width: 100%;
      text-align: center;
      background-color: #f6f6f6;
      padding: 16px 0;
      display: block;
      font-size: 13px;
      font-weight: 400;
      -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .l-footer .back-to-top .back-to-top-arrow {
        font-size: 10px; }
      .l-footer .back-to-top:hover {
        color: #888; }
    .l-footer .inner {
      min-width: 1020px;
      max-width: 1180px;
      width: 90vw;
      margin: auto; }
    .l-footer .footer-nav__list {
      margin-top: 40px;
      margin-bottom: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .l-footer .footer-nav__list .footer-nav__item {
        position: relative; }
        .l-footer .footer-nav__list .footer-nav__item:first-child:before {
          display: none; }
        .l-footer .footer-nav__list .footer-nav__item:before {
          position: absolute;
          left: -8px;
          content: '';
          width: 1px;
          height: calc(100% + 10px);
          background-color: #DDDDDD; }
    .l-footer .footer-nav__item__list .item {
      position: relative;
      margin-bottom: 16px; }
      .l-footer .footer-nav__item__list .item:hover .link {
        opacity: 0.3; }
        .l-footer .footer-nav__item__list .item:hover .link.no-link {
          opacity: 1; }
      .l-footer .footer-nav__item__list .item:first-child {
        margin-bottom: 28px; }
        .l-footer .footer-nav__item__list .item:first-child .link {
          font-size: 13px;
          font-weight: 700; }
      .l-footer .footer-nav__item__list .item:last-child {
        margin-bottom: 0; }
      .l-footer .footer-nav__item__list .item .link {
        font-size: 12px;
        font-weight: 500;
        position: relative;
        -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .l-footer .footer__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .l-footer .footer-sub-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;}
      .l-footer .footer-sub-nav__list .footer-sub-nav__list__item {
        font-size: 12px;
        font-weight: 500;
        color: #555555;
        margin-right: 28px;
        -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .l-footer .footer-sub-nav__list .footer-sub-nav__list__item:hover {
          opacity: 0.3; }
    .l-footer .copyright {
      font-size: 11px;
      letter-spacing: 0;
      font-weight: 500;
      color: #555555;
      margin: 0 0 0 auto; } }

@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    z-index: 99;
    width: 100%; }
    .l-footer .back-to-top {
      width: 100%;
      text-align: center;
      background-color: #f6f6f6;
      padding: 16px 0;
      display: block;
      font-size: 13px;
      font-weight: 400; }
      .l-footer .back-to-top .back-to-top-arrow {
        font-size: 10px; }
    .l-footer .inner {
      width: 100%; }
    .l-footer .footer-nav__list {
      border-bottom: 1px solid #DDDDDD; }
      .l-footer .footer-nav__list .footer-nav__item {
        position: relative; }
        .l-footer .footer-nav__list .footer-nav__item.is-open .key1 .icon:after {
          -webkit-transform: scale(0) rotate(90deg);
          transform: scale(0) rotate(90deg); }
        .l-footer .footer-nav__list .footer-nav__item .key {
          position: relative;
          padding: 0;
          font-size: 15px;
          border-top: 1px solid #DDDDDD; }
          .l-footer .footer-nav__list .footer-nav__item .key1 {
            position: relative;
            padding: 20px 30px;
            font-size: 15px;
            border-top: 1px solid #DDDDDD; }

  .l-footer .footer-nav__list .footer-nav__item .key1 .icon {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 40px;
            margin: auto;
            width: 12px;
            height: 12px; }
            .l-footer .footer-nav__list .footer-nav__item .key1 .icon:before {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              content: '';
              width: 100%;
              height: 2px;
              background-color: #222222; }
            .l-footer .footer-nav__list .footer-nav__item .key1 .icon:after {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              content: '';
              height: 100%;
              width: 2px;
              background-color: #222222;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .l-footer .footer-nav__list .footer-nav__item .value .footer-nav__item__list {
          width: calc(100% - 60px);
          margin: auto; }
          .l-footer .footer-nav__list .footer-nav__item .value .footer-nav__item__list .item a{
            padding: 20px 0;
            font-size: 15px;
            border-top: 1px solid #DDDDDD; }
    .l-footer .footer__bottom {
      width: 100%;
      padding: 40px 30px; }
    .l-footer .footer-sub-nav__list:after {
      content: "";
      display: block;
      clear: both; }
    .l-footer .footer-sub-nav__list .footer-sub-nav__list__item {
      font-size: 3.42857vw;
      line-height: 1;
      margin-bottom: 0vw;
      margin-top: 0px;
      font-weight: 500;
      color: #555555;
      margin-right: 48px;
      float: left;
      margin-bottom: 18px; }
      .l-footer .footer-sub-nav__list .footer-sub-nav__list__item:last-child {
        margin-bottom: 0; }
    .l-footer .copyright {
      font-size: 3.14286vw;
      line-height: 1;
      margin-bottom: 0vw;
      margin-top: 0px;
      margin-top: 32px;
      letter-spacing: 0;
      font-weight: 500;
      color: #555555; } }

@media print {
  .l-footer {
    position: relative;
    z-index: 99;
    width: 100%;
    margin-bottom: 48px; }
    .l-footer .back-to-top {
      width: 100%;
      text-align: center;
      background-color: #f6f6f6;
      padding: 16px 0;
      display: block;
      font-size: 13px;
      font-weight: 400;
      -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .l-footer .back-to-top .back-to-top-arrow {
        font-size: 10px; }
      .l-footer .back-to-top:hover {
        color: #888; }
    .l-footer .inner {
      min-width: 1020px;
      max-width: 1180px;
      width: 90vw;
      margin: auto; }
    .l-footer .footer-nav__list {
      margin-top: 40px;
      margin-bottom: 56px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .l-footer .footer-nav__list.u-sp-only {
        display: none !important; }
      .l-footer .footer-nav__list .footer-nav__item {
        position: relative; }
        .l-footer .footer-nav__list .footer-nav__item:first-child:before {
          display: none; }
        .l-footer .footer-nav__list .footer-nav__item:before {
          position: absolute;
          left: -8px;
          content: '';
          width: 1px;
          height: calc(100% + 10px);
          background-color: #DDDDDD; }
    .l-footer .footer-nav__item__list .item {
      position: relative;
      margin-bottom: 16px; }
      .l-footer .footer-nav__item__list .item:hover .link {
        opacity: 0.3; }
        .l-footer .footer-nav__item__list .item:hover .link.no-link {
          opacity: 1; }
      .l-footer .footer-nav__item__list .item:first-child {
        margin-bottom: 28px; }
        .l-footer .footer-nav__item__list .item:first-child .link {
          font-size: 13px;
          font-weight: 700; }
      .l-footer .footer-nav__item__list .item:last-child {
        margin-bottom: 0; }
      .l-footer .footer-nav__item__list .item .link {
        font-size: 12px;
        font-weight: 500;
        position: relative;
        -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .l-footer .footer__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .l-footer .footer-sub-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-footer .footer-sub-nav__list .footer-sub-nav__list__item {
        font-size: 12px;
        font-weight: 500;
        color: #555555;
        margin-right: 28px;
        -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .l-footer .footer-sub-nav__list .footer-sub-nav__list__item:hover {
          opacity: 0.3; }
    .l-footer .copyright {
      font-size: 11px;
      letter-spacing: 0;
      font-weight: 500;
      color: #555555;
      margin-left: 100px; } }

.l-contents {
  position: relative;
  z-index: 100; }

.l-main__under-page {
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .is-arrived-contents .l-keyvisual .keyvisual__bg {
    opacity: 1;
    -webkit-transition: opacity 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s 0.2s cubic-bezier(0.77, 0, 0.175, 1); }
  .is-arrived-contents .l-keyvisual .keyvisual__news {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.9s 1.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.9s 1.8s cubic-bezier(0.3, 0.4, 0.1, 1); }
  .is-arrived-contents .l-keyvisual .news-tag {
    -webkit-transition: 0.8s 2.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.8s 2.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .is-arrived-contents .l-keyvisual .keyvisual__text .ja {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.8s 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.8s 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .is-arrived-contents .l-keyvisual .keyvisual__text .ja .cover {
      opacity: 1;
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%);
      -webkit-transition: 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.6s 1s cubic-bezier(0.77, 0, 0.175, 1); }
  .is-arrived-contents .l-keyvisual .keyvisual__text .en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.8s 1.05s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.8s 1.05s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .is-arrived-contents .l-keyvisual .keyvisual__text .en .cover {
      opacity: 1;
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%);
      -webkit-transition: 0.6s 1.1s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.6s 1.1s cubic-bezier(0.77, 0, 0.175, 1); }


  .is-arrived-contents .l-keyvisual .keyvisual__banner {
    opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    -webkit-transition: 0.6s 1.1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.6s 1.1s cubic-bezier(0.77, 0, 0.175, 1);}
    .is-arrived-contents .l-keyvisual .banner__wrap a {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        transition: 0.6s  cubic-bezier(0.77, 0, 0.175, 1); }
  .is-arrived-contents .l-keyvisual .banner__wrap a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.6s  cubic-bezier(0.77, 0, 0.175, 1);  }

  .is-arrived-contents .p-news__list .news__item {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: 0.8s 2.4s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.8s 2.4s cubic-bezier(0.475, 0.425, 0, 0.995);
    -webkit-transition-property: opacity, -webkit-transform !important;

    transition-property: opacity, transform, -webkit-transform !important; }
    .is-arrived-contents .p-news__list .news__item:nth-child(2) {
      -webkit-transition: 0.8s 2.45s cubic-bezier(0.475, 0.425, 0, 0.995) !important;
      transition: 0.8s 2.45s cubic-bezier(0.475, 0.425, 0, 0.995) !important; }
    .is-arrived-contents .p-news__list .news__item:nth-child(3) {
      -webkit-transition: 0.8s 2.5s cubic-bezier(0.475, 0.425, 0, 0.995) !important;
      transition: 0.8s 2.5s cubic-bezier(0.475, 0.425, 0, 0.995) !important; }
    .is-arrived-contents .p-news__list .news__item:nth-child(4) {
      -webkit-transition: 0.8s 2.55s cubic-bezier(0.475, 0.425, 0, 0.995) !important;
      transition: 0.8s 2.55s cubic-bezier(0.475, 0.425, 0, 0.995) !important; }
  .l-keyvisual {
    position: relative;
    z-index: 500;
    width: 100%;
    margin-top: 110px;
    min-height: 640px;
    height: calc(100vh - 240px); }
    .l-keyvisual .keyvisual__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      opacity: 0; }
      .l-keyvisual .keyvisual__bg .movie-wrap {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-position: 100% 50%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .l-keyvisual .keyvisual__bg .movie-wrap iframe {
          position: absolute;
          bottom: -50px;
          left: 0;
          width: 100%;
          height: 610px; }
        .l-keyvisual .keyvisual__bg .movie-wrap .cover {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2; }
    .l-keyvisual .keyvisual__text {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 50px;
      right: 6.25vw;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-keyvisual .keyvisual__text .ja {
        display: inline-block;
        font-size: 21px;
        color: #fff;
        -webkit-transform: translateY(60px);
        transform: translateY(60px); }
        .l-keyvisual .keyvisual__text .ja .cover {
          display: inline-block;
          opacity: 0;
          -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%); }
      .l-keyvisual .keyvisual__text .en {
        display: inline-block;
        font-size: 15px;
        color: #ffffff;
        margin-top: 10px;
        -webkit-transform: translateY(60px);
        transform: translateY(60px); }
        .l-keyvisual .keyvisual__text .en .cover {
          display: inline-block;
          opacity: 0;
          -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%); }



     .l-keyvisual .keyvisual__banner{
       opacity: 0;
       position: absolute;
       bottom: 20px;
       right: 3vw;
       z-index: 4;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       flex-direction: column;
     justify-content: center;
     align-items: center;}

      .l-keyvisual .keyvisual__banner2{
        bottom: 20px;
        right: calc(3vw + 140px);
      }
  .l-keyvisual .keyvisual__banner p{
    width: 131px;
    margin: 0 auto;

  }
  .l-keyvisual .keyvisual__banner .banner__wrap{
    display: flex;
  }
  .l-keyvisual .keyvisual__banner .banner__wrap a{
    display: block;
    width:141px;
  }


    .l-keyvisual .keyvisual__news {
      position: absolute;
      padding: 40px 80px 50px;
      background-color: #fff;
      bottom: -210px;
      left: 0;
      z-index: 5;
      opacity: 0;
      -webkit-transform: translateY(60px);
      transform: translateY(60px); }
      .l-keyvisual .keyvisual__news.is-important-news {
        bottom: -290px;}
      .l-keyvisual .keyvisual__news .important-news {
        position: absolute;
        top: -106px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        height: 106px;
        width: 840px;
        background-color: #F8F8F8; }
        .l-keyvisual .keyvisual__news .important-news .important-news__news {
          font-size: 30px;
          font-weight: 500;
          letter-spacing: 1px;
          line-height: 1.5;
          background-color: #000;
          color: #fff;
          height: 106px;
          width: 220px;
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: right;
          position: relative;
          transition: 0.5s;
        }
      .l-keyvisual .keyvisual__news .important-news .important-news__news a{
        position: absolute;
        top: 0;
        left:0;
        height: 100%;
        width: 100%;
        display: block;
      }
    .l-keyvisual .keyvisual__news .important-news .important-news__news:hover{
      background-color: #999;
    }
    .l-keyvisual .keyvisual__news .important-news .important-news__news div{
        margin-right: 1rem
        }
      .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt{
          font-size: 13px;
          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;
          max-width: 85px;
          margin: 0 1.3rem 0 auto;
          letter-spacing: 0;
      }
    .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt p {
      margin: 0;
    }
    .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt p:first-child {
      margin-right: 0.5rem;
    }
  .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt p.arrow-right {
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(45deg);
      }
    .l-keyvisual .keyvisual__news .important-news .important-news__title {
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0;
          margin-right: 20px;
          line-height: 1.5;
          margin-left: 20px;}
        .l-keyvisual .keyvisual__news .important-news .important-news__title ul li div.wrap{
          display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          }
        .l-keyvisual .keyvisual__news .important-news .important-news__link {
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.03em;
          line-height: 2;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .important-news .important-news__title ul li:hover {
            opacity: 0.5; }
          .l-keyvisual .keyvisual__news .important-news .important-news__link div.date{
            font-size: 12px;
            margin-right: 1rem;
            line-height: 2.5;
          }
  .l-keyvisual .keyvisual__news .news-tag {
        font-family: "Montserrat", sans;
        font-weight: 600;
        letter-spacing: 0;
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
        font-size: 15px;
        letter-spacing: 0;
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
      .l-keyvisual .keyvisual__news .p-news__wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
      }
        .l-keyvisual .keyvisual__news .p-news__wrapper .p-news__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
        .l-keyvisual .keyvisual__news .p-news__wrapper .p-news__list .news__item {
          position: relative;
          width: 142px;
          margin-top: 12px;
          margin-right: 40px;
          opacity: 0;
          -webkit-transform: translateY(10px);
          transform: translateY(10px); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:last-child {
            margin-right: 0; }
          /*.l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__body {*/
          /*  opacity: 0.3; }*/
  /*bigace特設ページ対応*/
  .l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__thumb img {
    opacity: 0.3; }

           .l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__thumb img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__thumb .frame1:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__thumb .frame1:after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__thumb .frame2:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:hover .news__item__thumb .frame2:after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1); }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb {
          display: inline-block;
          width: 100%;
          height: auto;
          overflow: hidden;
          position: relative; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb img {
            width: 100%; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb img {
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame1 {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame1:before {
              position: absolute;
              left: 0;
              top: 0;
              content: '';
              width: 3px;
              height: 100%;
              background-color: #fff;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: left;
              transform-origin: left;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame1:after {
              position: absolute;
              left: 0;
              top: 0;
              content: '';
              width: 100%;
              height: 3px;
              background-color: #fff;
              -webkit-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: top;
              transform-origin: top;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame2 {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame2:before {
              position: absolute;
              right: 0;
              bottom: 0;
              content: '';
              width: 3px;
              height: 100%;
              background-color: #fff;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: right;
              transform-origin: right;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame2:after {
              position: absolute;
              right: 0;
              bottom: 0;
              content: '';
              width: 100%;
              height: 3px;
              background-color: #fff;
              -webkit-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: bottom;
              transform-origin: bottom;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__body {
          margin-top: 8px;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .date {
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .title {
            font-size: 12px;
            line-height: 1.66667;
            margin-bottom: -4.0px;
            margin-top: 4.0px;
            font-weight: 500; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .date .new_entry {
            font-size: 10px;
            margin-bottom: -4.0px;
            margin-top: 4.0px;
            font-weight: 500;
            background-color: #222;
            color:#fff;
            padding: 0.2rem;}
  .l-keyvisual .keyvisual__news .p-news__list .news__item__link {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 3; } }

@media screen and (max-width: 767px) {
  .is-arrived-contents .l-keyvisual .keyvisual__bg {
    -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1; }
  .is-arrived-contents .l-keyvisual .keyvisual__news {
    -webkit-transition: 0.9s 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.9s 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .is-arrived-contents .l-keyvisual .news-tag {
    -webkit-transition: 0.8s 1.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.8s 1.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .is-arrived-contents .l-keyvisual .keyvisual__text .ja {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.8s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.8s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .is-arrived-contents .l-keyvisual .keyvisual__text .ja .cover {
      opacity: 1;
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%);
      -webkit-transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.6s 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .is-arrived-contents .l-keyvisual .keyvisual__text .en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.8s 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: 0.8s 0.35s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .is-arrived-contents .l-keyvisual .keyvisual__text .en .cover {
      opacity: 1;
      -webkit-clip-path: inset(0% 0% 0% 0%);
      clip-path: inset(0% 0% 0% 0%);
      -webkit-transition: 0.6s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.6s 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .is-arrived-contents .p-news__list .news__item {
    -webkit-transition: 0.8s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.8s cubic-bezier(0.475, 0.425, 0, 0.995);
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .l-keyvisual {
    position: relative;
    z-index: 500;
    height: 100%;
    width: 100%;
    margin-top: 50px;}
    .l-keyvisual .keyvisual__bg {
      position: relative;
      height: 85vh;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      opacity: 0; }
      .l-keyvisual .keyvisual__bg .movie-wrap {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-position: 50% 0%;
        position: relative;
        width: 100%;
        height: 85vh;
        overflow: hidden; }
      .l-keyvisual .keyvisual__bg .cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2; }
    .l-keyvisual .keyvisual__text {
      position: absolute;
      top: calc(40vh - 20px);
      left: 15px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-keyvisual .keyvisual__text .ja {
        display: inline-block;
        font-size: 5.14286vw;
        line-height: 1;
        margin-bottom: 0vw;
        margin-top: 0px;
        color: #fff;
        -webkit-transform: translateY(60px);
        transform: translateY(60px); }
        .l-keyvisual .keyvisual__text .ja .cover {
          display: inline-block;
          opacity: 0;
          -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%); }
      .l-keyvisual .keyvisual__text .en {
        display: inline-block;
        font-size: 3.71429vw;
        line-height: 1;
        margin-bottom: 0vw;
        margin-top: 10px;
        color: #fff;
        -webkit-transform: translateY(60px);
        transform: translateY(60px); }
        .l-keyvisual .keyvisual__text .en .cover {
          display: inline-block;
          opacity: 0;
          -webkit-clip-path: inset(100% 0% 0% 0%);
          clip-path: inset(100% 0% 0% 0%); }


  .l-keyvisual .keyvisual__banner{
    opacity: 1;
    position: absolute;
    top: 43vh;
    right: 3vw;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .l-keyvisual .keyvisual__banner2{
    /*top: 57vh!important;*/
    /*right: 3vw;*/
    top: 43vh;
    right: calc(3vw + 85px);
  }
  .l-keyvisual .keyvisual__banner p{
    width: 84px;
    margin: 0 auto;
  }
  .l-keyvisual .keyvisual__banner .banner__wrap{
    display: flex;
    justify-content: center;
  }
  .l-keyvisual .keyvisual__banner .banner__wrap a{
    display: block;
    width:69px;
  }



  .l-keyvisual .keyvisual__news {
      width: calc(100% - 15px);
      position: relative;
      z-index: 2;
      padding: 28px 0 0 15px;
      background-color: #fff;
      margin-top: -48px;
      left: 0;
      opacity: 0;
      -webkit-transform: translateY(60px);
      transform: translateY(60px); }
      .l-keyvisual .keyvisual__news.is-important-news {
        /*margin-top: 0;*/
        /*ニュース表示多くスライドと重なるため、下げている（2024/01/15）*/
        /* margin-top: 110px; */
        margin-top: 12px;
      }
        .l-keyvisual .keyvisual__news .important-news .important-news__news{
          padding: 0.5rem 0.5rem 0.5rem 1rem;
          color: #fff;
          background-color: #000;
          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;
          transition: 0.5s;
          position: relative;
        }
      .l-keyvisual .keyvisual__news .important-news .important-news__news a{
        position: absolute;
        top: 0;
        left:0;
        height: 100%;
        width: 100%;
        display: block;
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__news:hover{
        background-color: #999;
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__news div{
        margin-right: 1rem
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt{
        font-size: 13px;
        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;
        max-width: 85px;
        margin: 0 0.5rem 0 auto;
        letter-spacing: 0;
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt p {
        margin: 0;
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt p:first-child {
        margin-right: 0.5rem;
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__news div.link_txt p.arrow-right {
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(45deg);
      }
      .l-keyvisual .keyvisual__news .important-news .important-news__title {
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0;
          /*padding: 0.5rem 0.5rem 0.5rem 1rem;*/
          padding: 0rem 0.5rem 0.5rem 1rem;
          line-height: 2;}
        .l-keyvisual .keyvisual__news .important-news .important-news__title ul li div.wrap{
          display: block;}
        .l-keyvisual .keyvisual__news .important-news .important-news__link {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.03em;
        line-height: 1.5;}
        .l-keyvisual .keyvisual__news .important-news .important-news__link div.date{
          margin: 0.5rem 0 0.2rem 0;}
        .l-keyvisual .keyvisual__news .important-news .important-news__link div.first{
          margin-top: 0;}
        .l-keyvisual .keyvisual__news .news-tag {
        font-family: "Montserrat", sans;
        font-weight: 600;
        letter-spacing: 0;
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
        font-size: 15px;
        letter-spacing: 0;
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px); }
      .l-keyvisual .keyvisual__news .p-news__list {
        margin-top: 20px; }
        .l-keyvisual .keyvisual__news .p-news__list .news__item {
          position: relative;
          margin-top: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          opacity: 0;
          -webkit-transform: translateY(10px);
          transform: translateY(10px); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:first-child {
            margin-top: 0; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:nth-child(1) {
            -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:nth-child(2) {
            -webkit-transition-delay: 1.45s;
            transition-delay: 1.45s; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:nth-child(3) {
            -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:nth-child(4) {
            -webkit-transition-delay: 1.55s;
            transition-delay: 1.55s; }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb {
          display: inline-block;
          width: 40vw;
          height: auto;
          overflow: hidden;
          position: relative; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb img {
            width: 100%; }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__body {
          width: calc(100% - 40vw);
          padding-left: 15px;
          padding-top: 5px;
          padding-right: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .date {
            font-size: 12px;
            line-height: 1;
            margin-bottom: 12px;
            margin-top: 0px;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .title {
            font-size: 12px;
            line-height: 1.66666666;
            font-weight: 500; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .date .new_entry {
            font-size: 10px;
            font-weight: 500;
            background-color: #222;
            color: #fff;
            padding: 0.2rem;
          }
  .l-keyvisual .keyvisual__news .p-news__list .news__item__link {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 3; } }

@media print {
  .l-keyvisual {
    position: relative;
    z-index: 500;
    width: 100%;
    margin-top: 110px;
    min-height: 640px;
    height: calc(100vh - 240px); }
    .l-keyvisual .keyvisual__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden; }
      .l-keyvisual .keyvisual__bg .movie-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .l-keyvisual .keyvisual__bg .movie-wrap iframe {
          position: absolute;
          bottom: -50px;
          left: 0;
          width: 100%;
          height: 610px; }
        .l-keyvisual .keyvisual__bg .movie-wrap .cover {
          display: none; }
    .l-keyvisual .keyvisual__text {
      position: absolute;
      z-index: 20;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 50px;
      right: 6.25vw;
      z-index: 3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .l-keyvisual .keyvisual__text .ja {
        display: inline-block;
        font-size: 21px;
        color: #fff; }
        .l-keyvisual .keyvisual__text .ja .cover {
          opacity: 1; }
      .l-keyvisual .keyvisual__text .en {
        display: inline-block;
        font-size: 15px;
        color: #fff;
        margin-top: 10px; }
        .l-keyvisual .keyvisual__text .en .cover {
          opacity: 1; }
    .l-keyvisual .keyvisual__news {
      position: absolute;
      padding: 40px 80px 50px;
      background-color: #fff;
      bottom: -210px;
      left: 0;
      z-index: 5; }
      .l-keyvisual .keyvisual__news.is-important-news {
        bottom: -274px; }
      .l-keyvisual .keyvisual__news .important-news {
        position: absolute;
        top: -60px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 80px;
        height: 60px;
        width: 100%;
        background-color: #F8F8F8; }
        .l-keyvisual .keyvisual__news .important-news .important-news__title {
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 0;
          margin-right: 20px;
          line-height: 1.5;}
        .l-keyvisual .keyvisual__news .important-news .important-news__link {
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.03em;
          text-decoration: underline;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .important-news .important-news__link:hover {
            opacity: 0.6; }
      .l-keyvisual .keyvisual__news .news-tag {
        font-family: "Montserrat", sans;
        font-weight: 600;
        letter-spacing: 0;
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
        font-size: 15px;
        letter-spacing: 0; }
      .l-keyvisual .keyvisual__news .p-news__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .l-keyvisual .keyvisual__news .p-news__list .news__item {
          position: relative;
          width: 142px;
          margin-top: 12px;
          margin-right: 40px; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item:last-child {
            margin-right: 0; }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb {
          display: inline-block;
          width: 100%;
          height: auto;
          overflow: hidden;
          position: relative; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb img {
            width: 100%; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb img {
            -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame1 {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame1:before {
              position: absolute;
              left: 0;
              top: 0;
              content: '';
              width: 3px;
              height: 100%;
              background-color: #fff;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: left;
              transform-origin: left;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame1:after {
              position: absolute;
              left: 0;
              top: 0;
              content: '';
              width: 100%;
              height: 3px;
              background-color: #fff;
              -webkit-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: top;
              transform-origin: top;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame2 {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame2:before {
              position: absolute;
              right: 0;
              bottom: 0;
              content: '';
              width: 3px;
              height: 100%;
              background-color: #fff;
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: right;
              transform-origin: right;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .l-keyvisual .keyvisual__news .p-news__list .news__item__thumb .frame2:after {
              position: absolute;
              right: 0;
              bottom: 0;
              content: '';
              width: 100%;
              height: 3px;
              background-color: #fff;
              -webkit-transform: scaleY(0);
              transform: scaleY(0);
              -webkit-transform-origin: bottom;
              transform-origin: bottom;
              -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__body {
          margin-top: 8px;
          -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .date {
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0; }
          .l-keyvisual .keyvisual__news .p-news__list .news__item__body .title {
            font-size: 12px;
            line-height: 1.66667;
            margin-bottom: -4.0px;
            margin-top: 4.0px;
            font-weight: 500; }
        .l-keyvisual .keyvisual__news .p-news__list .news__item__link {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 3; } }

.l-section {
  position: relative; }

.l-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #FFF;
  opacity: 1;
  display: none; }
  .l-loading .loading-bar {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50vw;
    bottom: 120px;
    height: 1px;
    background-color: #EEE;
    overflow: hidden; }
    .l-loading .loading-bar .progress {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #333;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0, 0.58, 1);
      transition: -webkit-transform 2s cubic-bezier(0, 0, 0.58, 1);
      transition: transform 2s cubic-bezier(0, 0, 0.58, 1);
      transition: transform 2s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 2s cubic-bezier(0, 0, 0.58, 1); }

.l-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  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; }
.gallery-thumbs {
  width: 100%;
  max-width: 600px;
}
.title_subswiper .swiper_custom_wrapper {
  width: 100%;
  max-width: 600px;
}
.gallery-thumbs .swiper-wrapper {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 980px) {
  .title_subswiper .swiper_custom_wrapper {
    margin-right: 0;
    margin-left: auto;
  }
}
.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 {
  height: auto; }
  .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: 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: 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: 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }
  .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: 50px;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  /*background-color: black;*/
  top: 0;
  bottom: 0;
  margin: auto; }

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

.swiper_custom_wrapper02 .swiper-button-prev.swiper-button-disabled, .swiper_custom_wrapper02 .swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev {
  left: -74px;
  right: auto;
  /*display: none;*/
}
.swiper_custom_wrapper02 .swiper-button-prev {
  display: none;
}
  .swiper-button-prev .arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    margin: auto;
    display: inline-block;
    -webkit-transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .swiper-button-prev .arrow:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .swiper-button-prev:hover .arrow {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -74px;
  left: auto;
  /*display: none;*/
}
.swiper_custom_wrapper02 .swiper-button-next,
.swiper_custom_wrapper02 .swiper-container-rtl .swiper-button-prev {
  display: none;
}
  .swiper-button-next .arrow, .swiper-container-rtl .swiper-button-prev .arrow {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    display: inline-block;
    -webkit-transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .swiper-button-next .arrow:before, .swiper-container-rtl .swiper-button-prev .arrow:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .swiper-button-next:hover .arrow, .swiper-container-rtl .swiper-button-prev:hover .arrow {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }

.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, .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: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid black; }

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: black; }

.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 8px; }

.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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

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

.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-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.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 {
  pointer-events: auto; }
  .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 {
    pointer-events: auto;
    pointer-events: auto;
    visibility: visible; }
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto; }
  .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 {
    pointer-events: auto; }
    .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-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.c-fade-in {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  -webkit-transition: 1.6s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1.6s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .c-fade-in.is-appear {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }

.js-smooth-scroll-content {
  width: 100%; }

.c-accordion .c-accordion__target {
  opacity: 0;
  overflow: hidden; }

.c-accordion .c-accordion-ease {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-accordion.is-open .c-accordion__target {
  opacity: 1; }

@media screen and (min-width: 768px) {
  .c-common-contents {
    width: 100%;
    height: 960px;
    position: relative;
    overflow: hidden; }
    .c-common-contents .common-content-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .c-common-contents .common-contents__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      z-index: -1; }
    .c-common-contents .inner {
      position: relative;
      width: 75vw;
      min-width: 1020px;
      max-width: 1440px;
      padding: 0 32px;
      margin: 0 auto; }
    .c-common-contents .common-contents__list {
      margin-top: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .c-common-contents .common-contents__list .common-contents__item {
        position: relative;
        width: calc((100% - 120px) / 4); }
        .c-common-contents .common-contents__list .common-contents__item.is-hover:hover .common-contents__item__thumb img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
      .c-common-contents .common-contents__list .common-contents__item__thumb {
        display: inline-block;
        width: 100%;
        height: auto;
        overflow: hidden; }
        .c-common-contents .common-contents__list .common-contents__item__thumb img {
          width: 100%; }
        .c-common-contents .common-contents__list .common-contents__item__thumb img {
          -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .c-common-contents .common-contents__list .common-contents__item__body {
        padding: 40px 0;
        background-color: #fff;
        text-align: center;
        margin-top: -10px; }
      .c-common-contents .common-contents__list .common-contents__item__link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3; }
    .c-common-contents .btn {
      width: 540px;
      height: 90px;
      margin: 90px auto 0;
      background-color: #222222;
      border: none;
      -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      overflow: hidden; }
      .c-common-contents .btn:hover {
        background-color: #000; }
      .c-common-contents .btn .btn-text {
        font-size: 18px;
        color: #fff; } }

@media screen and (max-width: 767px) {
  .c-common-contents {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 680px; }
    .c-common-contents .common-content-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
      .c-common-contents .common-content-wrapper.is-appear {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0) scale(1);
        transform: translate3d(0, 0px, 0) scale(1);
        -webkit-transition: 2.2s 0.1s cubic-bezier(0.475, 0.425, 0, 0.995);
        transition: 2.2s 0.1s cubic-bezier(0.475, 0.425, 0, 0.995); }
    .c-common-contents .common-contents__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      z-index: -1; }
    .c-common-contents .inner {
      position: relative;
      padding: 0 15px;
      padding-top: 40px;
      padding-bottom: 150px; }
    .c-common-contents .common-contents__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-common-contents .common-contents__list .common-contents__item {
        position: relative;
        width: calc((100% - 10px) / 2); }
        .c-common-contents .common-contents__list .common-contents__item:nth-child(even) {
          margin-left: 10px; }
        .c-common-contents .common-contents__list .common-contents__item:nth-child(n+3) {
          margin-top: 10px; }
      .c-common-contents .common-contents__list .common-contents__item__thumb {
        display: inline-block;
        width: 100%;
        height: auto;
        overflow: hidden; }
        .c-common-contents .common-contents__list .common-contents__item__thumb img {
          width: 100%; }
      .c-common-contents .common-contents__list .common-contents__item__body {
        padding: 28px 0;
        background-color: #fff;
        text-align: center;
        margin-top: -2px; }
      .c-common-contents .common-contents__list .common-contents__item__link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3; }
    .c-common-contents .btn {
      width: calc(100% - 30px);
      height: 80px;
      margin: 60px auto 0;
      background-color: #222222;
      border: none;
      overflow: hidden; }
      .c-common-contents .btn .btn-text {
        font-size: 18px;
        color: #fff; } }

@media print {
  .c-common-contents {
    width: 100%;
    height: 960px;
    position: relative;
    overflow: hidden; }
    .c-common-contents .common-content-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .c-common-contents .common-contents__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      z-index: -1; }
    .c-common-contents .inner {
      position: relative;
      width: 75vw;
      min-width: 1020px;
      max-width: 1440px;
      padding: 0 32px;
      margin: 0 auto; }
    .c-common-contents .common-contents__list {
      margin-top: 160px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .c-common-contents .common-contents__list .common-contents__item {
        position: relative;
        width: calc((100% - 120px) / 4); }
      .c-common-contents .common-contents__list .common-contents__item__thumb {
        display: inline-block;
        width: 100%;
        height: auto;
        overflow: hidden; }
        .c-common-contents .common-contents__list .common-contents__item__thumb img {
          width: 100%; }
        .c-common-contents .common-contents__list .common-contents__item__thumb img {
          -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .c-common-contents .common-contents__list .common-contents__item__body {
        padding: 40px 0;
        background-color: #fff;
        text-align: center;
        margin-top: -10px; }
      .c-common-contents .common-contents__list .common-contents__item__link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3; }
    .c-common-contents .btn {
      width: 540px;
      height: 90px;
      margin: 90px auto 0;
      background-color: #222222;
      border: none;
      -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      overflow: hidden; }
      .c-common-contents .btn:hover {
        background-color: #000; }
      .c-common-contents .btn .btn-text {
        font-size: 18px;
        color: #fff; } }

.is-hover:hover .c-text-link .line2 {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.is-hover:hover .c-text-link .line3 {
  -webkit-transition: 0.4s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.4s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.c-text-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  letter-spacing: 0; }
  .c-text-link.is-hover:hover .line2 {
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .c-text-link.is-hover:hover .line3 {
    -webkit-transition: 0.4s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.4s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .c-text-link .link-line {
    position: relative;
    bottom: 3px;
    display: inline-block;
    width: 100%;
    height: 2px; }
    .c-text-link .link-line .line1 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #222222; }
    .c-text-link .link-line .line2 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #ccc;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      transform-origin: left; }
    .c-text-link .link-line .line3 {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #222222;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: left;
      transform-origin: left; }

.c-btn {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #222222;
  background-color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .c-btn .btn-text {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .c-btn .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .c-btn:hover {
    background-color: #222222; }
    .c-btn:hover .btn-text {
      color: #fff; }

@media print {
  .c-text-link {
    display: inline-block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0; }
    .c-text-link.is-hover:hover .line2 {
      -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .c-text-link.is-hover:hover .line3 {
      -webkit-transition: 0.4s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .c-text-link .link-line {
      position: relative;
      bottom: 3px;
      display: inline-block;
      width: 100%;
      height: 2px; }
      .c-text-link .link-line .line1 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #222222; }
      .c-text-link .link-line .line2 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ccc;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left; }
      .c-text-link .link-line .line3 {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #222222;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left; }
  .c-btn {
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #222222;
    background-color: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .c-btn .btn-text {
      font-size: 15px;
      letter-spacing: 0.1em;
      color: #000;
      position: relative;
      z-index: 2;
      -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .c-btn .link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3; } }

.u-text-indent {
  text-indent: 1em !important; }

.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important; }

.u-text-nowrap {
  white-space: nowrap !important; }

.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; }

.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

.u-text-none {
  text-transform: none !important; }

.u-text-lowercase {
  text-transform: lowercase !important; }

.u-text-uppercase {
  text-transform: uppercase !important; }

.u-text-capitalize {
  text-transform: capitalize !important; }

.u-text-smallcaps {
  font-variant: small-caps !important; }

.u-text-vertical {
  -webkit-writing-mode: vertical-rl !important;
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important;
  -webkit-text-orientation: mixed !important;
  text-orientation: mixed !important; }

.u-text-vertical--upright {
  -webkit-text-orientation: upright !important;
  text-orientation: upright !important; }

.u-text-right {
  text-align: right !important; }

.u-text-center {
  text-align: center !important; }

.u-text-left {
  text-align: left !important; }

.u-text-top {
  vertical-align: top !important; }

.u-text-middle {
  vertical-align: middle !important; }

.u-text-bottom {
  vertical-align: bottom !important; }

.u-mt-zero {
  margin-top: 0 !important; }

.u-mb-zero {
  margin-bottom: 0 !important; }

.u-ml-zero {
  margin-left: 0 !important; }

.u-mr-zero {
  margin-right: 0 !important; }

.u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important; }

.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important; }

.u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important; }

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important; } }


/*---------------------------------
 ログイン中のボタン
 ----------------------------------*/
.mypage-dropdown {
   min-width: 0 !important;
   width: 90px !important;
   background-color: #222222 !important;
   color: #ffffff !important;
   padding: 0.3rem 0;
   margin-top: 0;
   margin-right: -1rem !important;
}
.mypage-dropdown ul li a{
  font-size: 12px;
  color: #ffffff !important;
}
.just-line{
  width: 90px !important;
  text-align: center;
}
@media screen and (max-width: 767px){
  .mypage-dropdown {
    min-width: 0 !important;
    width: 80px !important;
    background-color: #222222 !important;
    color: #ffffff !important;
    padding: 0.3rem 0;
    margin-top: 0;
    margin-right: -1rem !important;
  }
  .mypage-dropdown ul li a{
    font-size: 10px !important;
    color: #ffffff !important;
  }
  .just-line{
    width: 80px !important;
    text-align: center;
  }

}

/*------------------------------------
spハンバーガーメニューのaタグの範囲
-------------------------------------*/
.u-sp-only .link{
  display:block;
  height: 100%;
  padding: 20px 30px;
}

/*------------------------------------
  TOP NEWSタイトルが長い場合
  -------------------------------------*/
.long_title{
  float: left;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 380px) {
  .long_title{
    margin: 0 0 3rem 0;
  }
}
/*------------------------------------
  TOP keyvisual
  -------------------------------------*/
@media screen and (max-width: 1120px) {
  .l-keyvisual .keyvisual__banner {
    bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  .l-keyvisual .keyvisual__banner {
    top: 39vh;
  }
  .l-keyvisual .keyvisual__banner2 {
    /*top: 52vh !important;*/
    /*right: 3vw;*/
    top: 39vh;
    right: calc(3vw + 85px);
  }
}
/*------------------------------------
  TOP topic news　3行
  -------------------------------------*/
@media screen and (max-width: 767px) {
  .l-keyvisual .keyvisual__news .important-news.temporary .important-news__title {
     padding: 0.5rem 0.5rem 0.5rem 1rem;
    /*padding: 0rem 0.5rem 0.5rem 1rem;*/
  }
}
@media screen and (max-width: 375px) {
  .l-keyvisual .keyvisual__news .important-news.temporary {
    top: -210px;
  }
}

.movie-wrap .swiper-container-top{
  width: 100%;
  height: 100%;
}
.movie-wrap .swiper-container-top .swiper-wrapper .swiper-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .movie-wrap .swiper-container-top .swiper-wrapper .swiper-slide {
    background-position: 50% 20%;
  }
}
@media screen and (max-width: 767px) {
  .movie-wrap .swiper-container-top .swiper-wrapper .swiper-slide{
    background-position: 50% 30%;
  }
}
/*------------------------------------
            TOPに戻る
  -------------------------------------*/
#page-top {
  font-size: 0;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  opacity: 0;
}
#page-top.fade-in {
  background-color: #000;
  opacity: 1;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  z-index: 999;
}
#page-top .page-top_arrow{
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color:  #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
#page-top .page-top_border {
  width: 18px;
  height: 15px;
  border-top: 1px solid #fff;
}






@media screen and (min-width: 768px) {
  .l-keyvisual .keyvisual__news .important-news .important-news__link {
     line-height: initial;
  }
  .l-keyvisual .keyvisual__news .important-news .important-news__link div.date {
    line-height: 2;
  }
}

/*------------------------------------
  機能紹介 適応品
  -------------------------------------*/
  .product-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: 1px solid #777;
    border-radius: 10px;
    font-size: .8rem;
    color: #777;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: .1em;
    padding: 0.5rem 1rem;
  }
  .l-main__under-page .content .product-container h3{
    font-size: .9rem;
    margin: 0.5rem;
  }
  .product-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1em;
  }
  .product-box:first-child {
    margin-top: 0;
}
.product-name {
  margin-bottom: .2em;
  font-weight: 500;
}
.product-item {
  margin-left: 1rem;
}
/* @media screen and (max-width: 768px) {
  .product-container {
    width: 100%;
  }
} */