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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

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

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
}

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

.hidden {
  display: none;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  main {
    padding-top: 80px;
  }

  .container {
    min-width: 1083px;
  }

  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
    min-height: 100vh;
  }

  main {
    /*padding-top: 0.61rem;*/
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md {
    display: none !important;
  }
}
header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header-logo .logo-image {
  display: block;
}

.menu-list a {
  color: #fff;
  display: block;
  font-weight: 500;
}

.button-header a {
  -webkit-transition: all 0.5s ease !important;
}
.button-header a:hover {
  opacity: 0.6 !important;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1100px;
    height: 80px;
  }
  header .wrapper {
    padding: 24px 0 22px;
    width: 910px;
  }

  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -49%);
        transform: translate(-50%, -49%);
  }
  .header-logo .logo-image {
    width: 171px;
    height: auto;
  }
  .header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 18px;
  }
  .header-navigation .header-logo, .header-navigation .menu-list-two {
    -ms-flex-order: 1;
        order: 1;
  }
  .header-navigation .header-logo {
    padding: 0 20px;
  }

  .menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7px;
  }
  .menu-list:first-child {
    max-width: 360px;
  }
  .menu-list:last-child {
    max-width: 400px;
  }
  .menu-list li {
    padding: 5px;
  }
  .menu-list li:not(.button-header) a::after {
    content: "";
    position: absolute;
    background: #fff;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -ms-transform-origin: right top;
        transform-origin: right top;
    transition: transform 0.4s;
    bottom: -2px;
    left: 15px;
    width: calc(100% - (15px * 2));
    height: 1px;
  }
  .menu-list li:not(.button-header) a:hover::after {
    transition: transform 0.2s;
    -ms-transform-origin: left top;
        transform-origin: left top;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .menu-list a {
    font-size: 14px;
    padding: 0 15px;
    letter-spacing: 0.25em;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  .wf-active .menu-list a {
    opacity: 1;
  }
  .menu-list .button-header {
    padding-left: 20px;
  }
  .menu-list .button-header a {
    padding: 3px 23px 1px;
    background: #fff;
    color: #000;
    letter-spacing: 0.15em;
  }

  .menu-list-two {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.61rem;
  }
  header .wrapper {
    text-align: right;
    padding: 0.14rem 0.2rem;
    min-height: 0.6rem;
  }

  .header-logo {
    width: 100%;
  }
  .header-logo .logo-image {
    width: 1.1rem;
    margin: 0 auto;
  }

  .header-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - .6rem);
    overflow-y: auto;
    top: 0.6rem;
    left: 0;
    z-index: 99999;
    background: #000;
    display: none;
  }

  .menu-list li {
    text-align: center;
    padding: 0.05rem;
  }
  .menu-list a {
    color: #fff;
    font-size: 0.16rem;
    padding: 0.15rem;
  }

  .button-menu {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0.2rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .button-menu-hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    width: 0.16rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transition-property: transform;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .button-menu-hamburger::before, .button-menu-hamburger::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .button-menu-hamburger::before {
    top: -0.06rem;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
  }
  .button-menu-hamburger::after {
    bottom: -0.06rem;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .button-menu.is-active .button-menu-hamburger {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .button-menu.is-active .button-menu-hamburger::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
  }
  .button-menu.is-active .button-menu-hamburger::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #000;
}
footer .footer-navigation a, footer .footer-link a {
  color: #fff;
  font-weight: bold;
}
footer .footer-navigation a:hover, footer .footer-link a:hover {
  opacity: 0.7;
}
footer small {
  color: #fff;
}
footer small .text-entity {
  color: transparent;
  text-shadow: 0 0 #fff;
}
footer .footer-social li {
  display: inline-block;
}
footer .footer-social a:hover {
  opacity: 0.7;
}
footer .footer-logo .logo-image {
  display: inline-block;
}
footer .footer-language a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-language .is-current {
  pointer-events: none;
}
footer .footer-language .is-current span {
  color: #fff;
}
footer .footer-language .is-current::after {
  color: #fff;
}
footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
}
footer .footer-language {
  position: relative;
}
footer .footer-language li {
  display: inline-block;
  position: relative;
}
footer .footer-language li:not(:last-child)::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.is-tablet footer .footer-language li:not(:last-child)::after {
  top: 5px;
}
footer .footer-language li span, footer .footer-language li a {
  display: inline-block;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 100px 0 110px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-logo .logo-image {
    width: 171px;
    height: auto;
  }

  .footer-navigation li:not(:last-child)::after, .footer-link li:not(:last-child)::after {
    content: "｜";
    color: #fff;
    display: inline-block;
  }

  .footer-navigation {
    margin-bottom: 29px;
  }
  .footer-navigation a {
    letter-spacing: 0.155em;
    font-size: 17px;
  }
  .footer-navigation li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-navigation li::after {
    margin-left: 16px;
    font-size: 17px;
  }

  .footer-social {
    margin-bottom: 26px;
  }
  .footer-social li {
    display: inline-block;
    padding: 0 15px;
  }
  .footer-social .is-instagram {
    padding-left: 18px;
  }

  .footer-link {
    margin-bottom: 12px;
  }
  .footer-link a {
    font-size: 12px;
    letter-spacing: 0.204em;
  }
  .footer-link li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-link li::after {
    margin-left: 14px;
    font-size: 12px;
  }

  .footer-bottom {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-bottom small {
    font-size: 12px;
    letter-spacing: 0.204em;
  }

  .footer-language {
    top: -3px;
  }
  .footer-language li {
    margin: 0;
  }
  .footer-language li:not(:last-child)::after {
    height: 54%;
    position: absolute;
    top: 4px;
    right: -1px;
  }
  .footer-language span, .footer-language a {
    min-width: 21px;
    font-size: 12px;
    letter-spacing: 0.24em;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding: 0.18rem 0 0.22rem;
  }

  .footer-logo, .footer-social, .footer-link, .footer-bottom {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .footer-logo .logo-image {
    width: 1.5rem;
    margin: 0 auto;
  }
  .footer-logo .logo-image img {
    width: 100%;
  }

  .footer-link li {
    padding: 0.045rem;
    border-top: 0.01rem solid #fff;
  }
  .footer-link a {
    font-size: 0.11rem;
    padding: 0.08rem 0.1rem;
    text-align: center;
    display: block;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .footer-social li {
    margin: 0 0.22rem;
  }
  .footer-social li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .footer-social .is-youtube {
    width: 0.29rem;
  }
  .footer-social .is-instagram {
    width: 0.25rem;
  }

  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom .footer-language, .footer-bottom small {
    border-top: 0.01rem solid #fff;
  }
  .footer-bottom .footer-language {
    padding: 0.08rem 0.05rem 0.07rem;
  }
  .footer-bottom small, .footer-bottom .footer-language {
    width: 100%;
  }
  .footer-bottom small {
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
    font-size: 0.09rem;
    letter-spacing: 0.204em;
    font-weight: bold;
    display: block;
    padding: 0.18rem 0.05rem 0;
    color: #8d8d8d;
  }
  .footer-bottom .footer-language {
    text-align: center;
  }
  .footer-bottom .footer-language span, .footer-bottom .footer-language a {
    min-width: 48px;
    font-size: 0.11rem;
    letter-spacing: 0.25em;
    padding: 0.05rem;
  }
  .footer-bottom .footer-language li {
    margin-right: 0;
  }
  .footer-bottom .footer-language li:not(:last-child)::after {
    height: 39%;
    position: absolute;
    top: 0.07rem;
    right: -0.01rem;
  }
}
/* slider
 * ----------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.slick-dots button {
  border-radius: 10px;
  border: 1px solid #d0d2d3;
  background: #d0d2d3;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  transition: background 0.3s;
}
.slick-dots button:hover {
  background: #989898;
  border-color: #989898;
}
.slick-dots .slick-active button {
  background: #989898;
  border-color: #989898;
}

.slick-arrow::after {
  transition: opacity 0.26s ease;
}
.slick-arrow:hover::after {
  opacity: 0.5;
}

.slick-arrow ~ .slick-dots {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.label-primary {
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.label-primary::after {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  height: 1px;
}
@media print, (min-width: 768px) {
  .label-primary {
    font-size: 16px;
    padding-bottom: 7px;
    letter-spacing: 0.2em;
  }
  .label-primary::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-primary {
    font-size: 0.14rem;
    padding-bottom: 0.06rem;
    position: relative;
  }
  .label-primary::after {
    width: 3rem;
  }
}

.title-primary {
  color: #000;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .title-primary {
    font-size: 100px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    font-size: 0.33rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.05rem;
  }
}

.button-primary {
  color: #fff;
  background: #000;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.184em;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to right, #f0f, #00dedb);
  overflow: hidden;
  z-index: 1;
}
.button-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #000;
}
.button-primary:hover::before {
  left: 100%;
}
.button-primary > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.button-primary > input:disabled {
  background: #000;
}
@media print, (min-width: 768px) {
  .button-primary {
    min-width: 300px;
    min-height: 50px;
    padding: 16px 10px 13px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    min-width: 2.6rem;
    min-height: 0.5rem;
    padding: 0.17rem 0.1rem 0.15rem;
    font-size: 0.12rem;
  }
}

.tag {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tag.tag-gray {
  background: #666;
}
.tag.tag-border {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  height: calc( 100% - 2px );
}
.tag.tag-border span {
  top: 0;
}

@media print, (min-width: 768px) {
  .tag {
    font-size: 14px;
    letter-spacing: 0.2em;
    min-width: 90px;
    padding: 0 2px;
  }
  .tag span {
    position: relative;
    top: 1.1px;
  }

  .is-tablet .tag {
    padding: 0 2px 3px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag {
    font-size: 0.1rem;
    min-width: 0.7rem;
    padding: 0.01rem 0.02rem;
  }
  .tag span {
    letter-spacing: 0.12em;
    top: 0.005rem;
  }
}
.keyvisual-link {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.13em;
  z-index: 1;
  background-image: linear-gradient(to right, #f0f, #00dedb);
}
.keyvisual-link::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.keyvisual-link:hover::before {
  width: 100%;
}
.keyvisual-link > span {
  display: block;
}
.keyvisual-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-43%);
      transform: translateY(-43%);
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat center center/contain;
}
.keyvisual-link .link-text {
  opacity: 0;
  transition: all 0.24s ease;
}
.wf-active .keyvisual-link .link-text {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .keyvisual-link {
    display: block;
    position: fixed;
    top: 280px;
    right: 60px;
    min-width: 220px;
    min-height: 70px;
    padding: 12px 25px 11px 26px;
  }
  .keyvisual-link .link-title {
    font-size: 20px;
    margin-bottom: 2px;
    letter-spacing: 0.13em;
  }
  .keyvisual-link .link-text {
    font-size: 11px;
  }
  .keyvisual-link .text-small {
    font-size: 8px;
  }
  .keyvisual-link::after {
    right: 10px;
    width: 7px;
    height: 14px;
  }
}
main {
  position: relative;
  z-index: 1;
}
main::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  left: 50%;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  main::after {
    top: 20%;
    -ms-transform: translate(-42%, 0);
        transform: translate(-42%, 0);
    width: 137px;
    height: 4784px;
    background: url(../img/top/top_decor.svg) no-repeat center center;
  }
}
@media only screen and (max-width: 767.98px) {
  main::after {
    top: 10%;
    -ms-transform: translate(-51%, 0);
        transform: translate(-51%, 0);
    width: 1.28rem;
    height: 41.48rem;
    background: url(../img/top/sp/top_decor.svg) no-repeat center center;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-link {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0.2rem;
    left: 50%;
    z-index: 9999;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    min-width: 2.85rem;
    min-height: 0.6rem;
    padding: 0.15rem 0.15rem 0.12rem;
  }
  .keyvisual-link .link-title {
    font-size: 0.23rem;
    letter-spacing: 0.13em;
    padding-right: 0.05rem;
  }
  .keyvisual-link .link-text {
    font-size: 0.1rem;
  }
  .keyvisual-link .text-small {
    font-size: 0.1rem;
  }
  .keyvisual-link::after {
    right: 0.1rem;
    width: 0.07rem;
    height: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding: 0.18rem 0 1rem;
  }
}
.section-top-keyvisual {
  position: relative;
}

.keyvisual-slide {
  position: relative;
  z-index: 1;
}
.keyvisual-slide .keyvisual-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.keyvisual-slide .keyvisual-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.keyvisual-slide .keyvisual-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyvisual-slide .keyvisual-title {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.keyvisual-slider .slick-dots {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.keyvisual-slider .keyvisual-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, (min-width: 768px) {
  .keyvisual-slider .slick-dots {
    bottom: 17px;
  }
  .keyvisual-slider .slick-dots li {
    margin: 7px;
  }
  .keyvisual-slider .slick-dots button {
    width: 6px;
    height: 6px;
  }

  .keyvisual-slide {
    padding: 50px 0 168px;
    height: 860px !important;
  }
  .keyvisual-slide .keyvisual-title {
    font-size: 61px;
    letter-spacing: 0.4em;
    position: relative;
    left: -80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-slider .slick-dots {
    bottom: 0.1rem;
  }
  .keyvisual-slider .slick-dots li {
    margin: 0.07rem;
  }
  .keyvisual-slider .slick-dots button {
    width: 0.06rem;
    height: 0.06rem;
  }

  .keyvisual-slide {
    padding: 0.5rem 0 1.38rem;
    height: 6.07rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .keyvisual-slide.is-show {
    opacity: 1;
    visibility: visible;
  }
  .keyvisual-slide .keyvisual-title {
    font-size: 0.73rem;
    line-height: 1.87;
    position: relative;
    left: 0.22rem;
  }
}
@media only screen and (max-width: 374px) {
  .keyvisual-slider .keyvisual-slide {
    height: 6.2rem !important;
  }
}
@media (orientation: landscape) and (max-width: 767.98px) {
  .keyvisual-slider .keyvisual-slide {
    height: 6.2rem !important;
  }
}
.section-top-news .news-title {
  text-align: center;
  letter-spacing: 0.2em;
}
.section-top-news .news-title::before, .section-top-news .news-title::after {
  content: "";
  background: #000;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.section-top-news .item-link {
  display: -ms-flexbox;
  display: flex;
}
.section-top-news .item-link .item-time {
  font-weight: 500;
  letter-spacing: 0.2em;
}
.section-top-news .item-link .item-content {
  font-weight: bold;
  letter-spacing: 0.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-top-news .news-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 105px 0 210px;
  }
  .section-top-news .news-title {
    font-size: 30px;
    margin-bottom: 57px;
  }
  .section-top-news .news-title::before, .section-top-news .news-title::after {
    width: 25px;
    height: 2px;
    top: -1px;
  }
  .section-top-news .news-title::before {
    left: -16px;
  }
  .section-top-news .news-title::after {
    right: -10px;
  }
  .section-top-news .news-list {
    width: 685px;
    height: 190px;
    margin: 0 auto 30px;
    padding-left: 7px;
  }
  .section-top-news .news-item:not(:last-child) {
    margin-bottom: 14px;
  }
  .section-top-news .news-item .item-tag {
    width: 90px;
  }
  .section-top-news .news-item .item-time {
    width: 118px;
  }
  .section-top-news .news-item .item-content {
    -ms-flex: 1;
        flex: 1;
    width: auto;
    padding-left: 20px;
    -webkit-line-clamp: 1;
  }
  .section-top-news .news-item .item-time, .section-top-news .news-item .item-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.6rem 0 1.42rem;
  }
  .section-top-news .news-title {
    font-size: 0.2rem;
    margin-bottom: 0.31rem;
  }
  .section-top-news .news-title::before, .section-top-news .news-title::after {
    width: 0.17rem;
    height: 0.02rem;
    top: -0.02rem;
  }
  .section-top-news .news-title::before {
    left: -0.1rem;
  }
  .section-top-news .news-title::after {
    right: -0.06rem;
  }
  .section-top-news .news-list {
    width: 3.05rem;
    margin: 0 auto 0.43rem;
  }
  .section-top-news .item-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-news .news-item:not(:last-child) {
    margin-bottom: 0.28rem;
	text-align: left;
  }
	
  .section-top-news .news-item {
	text-align: left;
	border-top: 1px solid #000;
	height: 0.7rem;
  }
	
  .section-top-news .news-item .item-tag {
    width: 0.7rem;
  }
  .section-top-news .news-item .item-time {
    width: calc( 100% - .7rem );
    padding-right: 0.05rem;
    font-size: 0.12rem;
  }
  .section-top-news .news-item .item-content {
    width: 100%;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .section-top-news .news-item .item-content {
    font-size: 0.14rem;
    margin-top: 0.03rem;
  }
}
.button-more {
  display: inline-block;
  transition: all 0.24s ease;
  color: #000;
  position: relative;
  font-weight: bold;
}
.button-more::after, .button-more::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: transform 0.24s ease;
}
.button-more::after {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: translateX(-50%) scale(1, 1);
      transform: translateX(-50%) scale(1, 1);
  background: url(../img/top/icon_arrow_more_black.svg) no-repeat center center/contain;
}
.button-more::before {
  -ms-transform-origin: right top;
      transform-origin: right top;
  -ms-transform: translateX(-50%) scale(0, 1);
      transform: translateX(-50%) scale(0, 1);
  background: url(../img/top/icon_arrow_more_gray.svg) no-repeat center center/contain;
}
.button-more:hover {
  color: #8f8f8f;
}
.button-more:hover::after {
  -ms-transform-origin: right top;
      transform-origin: right top;
  -ms-transform: translateX(-45%) scale(0, 1);
      transform: translateX(-45%) scale(0, 1);
  transition: transform 0.24s ease;
}
.button-more:hover::before {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: translateX(-50%) scale(1, 1);
      transform: translateX(-50%) scale(1, 1);
  transition: transform 0.24s ease;
}

@media print, (min-width: 768px) {
  .button-more {
    font-size: 11px;
    letter-spacing: 0.184em;
    height: 16px;
  }
  .button-more::after, .button-more::before {
    width: 88px;
    height: 8px;
    bottom: 0;
  }

  .is-mac .button-more::after, .is-mac .button-more::before {
    bottom: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-more {
    font-size: 0.11rem;
    letter-spacing: 0.184em;
  }
  .button-more::after, .button-more::before {
    height: 0.08rem;
    bottom: 0;
    width: 0.88rem;
  }
}
.section-top-customer .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-top-customer .item-title {
  display: block;
  text-align: center;
  font-weight: bold;
}
.section-top-customer .item-sub {
  text-align: center;
}
.section-top-customer .item-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-top-customer {
    margin-bottom: 130px;
  }
  .section-top-customer .customer-block:not(:last-child) {
    margin-bottom: 115px;
  }
  .section-top-customer .customer-item {
    padding: 55px 0 95px;
  }
  .section-top-customer .item-image {
    width: 1000px;
    margin: 0 auto 97px;
  }
  .section-top-customer .item-title {
    font-size: 70px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .section-top-customer .item-title.is-create {
    margin-left: 50px;
  }
  .section-top-customer .item-title.is-beauty {
    margin-left: 50px;
  }
  .section-top-customer .item-title.is-search {
    margin-left: 50px;
  }
  .section-top-customer .item-sub {
    font-size: 24px;
    letter-spacing: 0.064em;
    margin-bottom: 83px;
  }
  .section-top-customer .item-description {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.184em;
    font-weight: bold;
    margin-bottom: 88px;
    text-align: left;
  }	

  .legacy-title {
  font-size: 70px; /* BRANDと同じ */
  font-weight: bold;
  text-align: center;
  padding-top: 80px; /* BRANDと同じ */
  margin-bottom: 50px;
}

  .description {
  text-align: left;
  font-size: 24px;
  width: 1160px;
  margin: 0 auto;
}
	
}

@media only screen and (max-width: 767.98px) {
  .section-top-customer {
    overflow: hidden;
    margin-bottom: 0.35rem;
  }
  .section-top-customer .customer-block:not(:last-child) {
    margin-bottom: 0.17rem;
  }
  .section-top-customer .customer-item {
    padding: 0.2rem 0 0.9rem;
  }
  .section-top-customer .item-image {
    width: 3.75rem;
    margin: 0 -0.3rem 0.32rem;
  }
  .section-top-customer .item-title {
    font-size: 0.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.1rem;
  }
  .section-top-customer .item-title.is-create {
    /*margin-left: 0.2rem;*/
  }
  .section-top-customer .item-title.is-beauty {
    margin-right: -0.2rem;
  }
  .section-top-customer .item-title.is-search {
    font-size: 0.3rem;
    /*margin-left: -0.58rem;*/
    position: relative;
    /*left: 0.55rem;*/
  }
  .section-top-customer .item-sub {
    font-size: 0.13rem;
    letter-spacing: 0.064em;
    margin-bottom: 0.21rem;
  }
  .section-top-customer .item-description {
    font-size: 0.14rem;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0.55rem;
  }
}
.section-top-brand .brand-title {
  text-align: center;
  font-weight: bold;
}
.section-top-brand .brand-inner {
  position: relative;
}
.section-top-brand .brand-inner::after, .section-top-brand .brand-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  height: 1px;
  background: #000;
}
.section-top-brand .brand-inner::after {
  bottom: 0;
}
.section-top-brand .brand-inner::before {
  top: 0;
}
.section-top-brand .brand-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.section-top-brand .brand-item a {
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.section-top-brand .brand-item a img {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition: all 0.24s ease;
  max-width: unset;
}
.section-top-brand .brand-item a:hover img {
  opacity: 0.7;
}

@media print, (min-width: 768px) {
  .section-top-brand .brand-inner {
    padding: 103px 0 209px;
  }
  .section-top-brand .brand-inner::after, .section-top-brand .brand-inner::before {
    width: 100%;
  }
  .section-top-brand .brand-title {
    font-size: 82px;
    letter-spacing: 0.064em;
    margin-bottom: 88px;
  }
  .section-top-brand .brand-list {
    width: 1015px;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-top-brand .brand-item {
    width: 33.33%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-brand .brand-inner {
    padding: 0.35rem 0 0.76rem;
  }
  .section-top-brand .brand-inner::after, .section-top-brand .brand-inner::before {
    width: 3rem;
  }
  .section-top-brand .brand-title {
    font-size: 0.48rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.54rem;
  }
  .section-top-brand .brand-item {
    width: 33.33%;
    margin-bottom: 0.34rem;
  }
}
.section-top-work .work-title {
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
.section-top-work .work-sub {
  letter-spacing: 0.064em;
  text-align: center;
}
.section-top-work .work-description {
  font-weight: bold;
}
.section-top-work .work-item .item-text {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-top-work .work-item .item-link {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.section-top-work .work-item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 50%;
  background: url(../img/top/top_work_round.svg) no-repeat center center/contain;
}
.section-top-work .work-item > a .button-more {
  pointer-events: none;
}
.section-top-work .work-item > a:hover .button-more {
  color: #8f8f8f;
}
.section-top-work .work-item > a:hover .button-more::before {
  -ms-transform-origin: left top;
      transform-origin: left top;
  -ms-transform: translateX(-50%) scale(1, 1);
      transform: translateX(-50%) scale(1, 1);
  transition: transform 0.24s ease;
}
.section-top-work .work-item > a:hover .button-more::after {
  -ms-transform-origin: right top;
      transform-origin: right top;
  -ms-transform: translateX(-45%) scale(0, 1);
      transform: translateX(-45%) scale(0, 1);
  transition: transform 0.24s ease;
}

@media print, (min-width: 768px) {
  .section-top-work {
    padding: 161px 0 112px;
  }
  .section-top-work .work-title {
    font-size: 100px;
    margin-left: 168px;
    margin-bottom: 14px;
  }
  .section-top-work .work-sub {
    font-size: 24px;
    margin-bottom: 81px;
  }
  .section-top-work .work-description {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.184em;
    margin-bottom: 88px;
    text-align: center;
  }
  .section-top-work .work-list {
    display: -ms-flexbox;
    display: flex;
    width: 735px;
    margin: 0 auto;
  }
  .section-top-work .work-item > a {
    width: 329px;
    height: 329px;
    padding-bottom: 63px;
  }
  .section-top-work .work-item:nth-child(odd) {
    margin-right: 75px;
  }
  .section-top-work .work-item .item-text {
    font-size: 30px;
    margin-bottom: 60px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-work {
    padding: 0.48rem 0 0.65rem;
    overflow: hidden;
  }
  .section-top-work .wrapper {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .section-top-work .work-title {
    font-size: 0.52rem;
    margin-right: -0.67rem;
    margin-bottom: -0.03rem;
    padding: 0 0.05rem;
  }
  .section-top-work .work-sub {
    font-size: 0.13rem;
    margin-bottom: 0.23rem;
    padding: 0 0.05rem;
  }
  .section-top-work .work-description {
    font-size: 0.14rem;
    line-height: 2;
    margin-bottom: 0.64rem;
    letter-spacing: 0.17em;
    padding: 0 0.05rem;
  }
  .section-top-work .work-list {
    display: -ms-flexbox;
    display: flex;
  }
  .section-top-work .work-item > a {
    width: 1.54rem;
    height: 1.54rem;
    padding-bottom: 0.42rem;
  }
  .section-top-work .work-item:nth-child(odd) {
    margin-right: 0.22rem;
  }
  .section-top-work .work-item .item-text {
    font-size: 0.14rem;
    margin-bottom: 0.06rem;
    padding: 0 0.05rem;
  }
	
	
/* legacy Collection(max-width: 767.98px) */

  .legacy-title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  margin: 0.3rem;
  
}

  .description {
  text-align: center;
  font-size: 0.14rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
	
}/* ↑(max-width: 767.98px) */

/* 画像をマウスオーバー時に暗くする */
.section img {
  transition: filter 0.3s ease;
}

.section img:hover {
  filter: brightness(80%);
}

/*# sourceMappingURL=top.css.map */


/* ↓250805言語切り替えボタン */

/* ===== 共通スタイル ===== */
.language-switcher-dropdown {
  position: absolute;
  z-index: 1000;
}

.language-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100px; /* 必要に応じて調整 */
  font-family: 'Roboto', sans-serif;
}

.language-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 6px 30px 6px 30px; /* 左右のアイコン分を空ける */
  background-color: #000;
  color: #fff;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* hover時の見た目 */
.language-select-wrapper select:hover {
  border-color: #aaa;
}

/* アイコン（左：🌐） */
.language-select-wrapper .icon-left {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* アイコン（右：▼） */
.language-select-wrapper .icon-right {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* ===== PC表示時 ===== */
@media screen and (min-width: 768px) {
  .language-switcher-dropdown {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/* ===== SP表示時 ===== */
@media screen and (max-width: 767px) {
  .language-switcher-dropdown {
    bottom: 20px;
    right: 20px;
    top: auto;
    transform: none;
  }
	
	
}

/* ===== 250910 ===== */
/*pc*/
@media print, (min-width: 768px) {
  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  } 
    
.section-company-access .label-primary {
  text-align: center;
}

  .section-company-reform {
	margin-top: 100px;
	}
	
  .section-company-reform .reform-inner {
    width: 960px;
    margin: 0 auto;
    padding: 89px 0 95px;
  }
  .section-company-reform .inner-content, .section-company-reform .reform-text-bottom {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.05em;
  }
  .section-company-reform .inner-content {
    width: calc( 100% - 500px );
    padding-right: 110px;
    margin-bottom: 25px;
  }
  .section-company-reform .inner-content p:not(:last-child) {
    margin-bottom: 33px;
  }
  .section-company-reform .inner-image {
    width: 500px;
    margin: 6px 0 25px;
  }
  .section-company-reform .reform-text-bottom {
    width: 100%;
  }
}

/* ===== 250910 ===== */
/* SP */
@media screen and (max-width: 767px) {

  .section-company-reform {
	margin-top: 0.6rem;
	}
	
}