@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  /*width:auto*/
}

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

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: none;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.0em;
}

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

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

* {
  font-weight: normal;
  vertical-align: middle;
}

body {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-word;
  letter-spacing: 0.02em;
}

[lang="ja"] body {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] body,
[lang="en-us"] body {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] body {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

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

li {
  list-style: none;
}

img {
  pointer-events:none;
  user-select: none;
}

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

#l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: #dcdcdc 1px solid;
  z-index: 2010;
}

@media screen and (max-width: 767px) {
  #l-header {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-header {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  #l-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #l-header {
    padding-left: 42px;
    padding-right: 42px;
  }
}

#l-footer {
  background: #333;
}

@media screen and (max-width: 767px) {
  #l-footer {
    padding-left: 17px;
    padding-right: 15.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #l-footer {
    padding-left: 32px;
    padding-right: 30.5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  #l-footer {
    padding-left: 31px;
    padding-right: 29.5px;
  }
}
@media screen and (min-width: 1280px) {
  #l-footer {
    padding-left: 57px;
    padding-right: 55.5px;
  }
}

#l-main {
  position: relative;
  padding-top: 56px;
}

.c-container {
  width: auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .c-container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

.c-container--inner {
  max-width: 632px;
  margin: 0 auto;
  padding: 0;
}

.c-container--inner--row {
  width: auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-container--inner--row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-container--inner--row {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .c-container--inner--row {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 1279px) {
  .c-container--inner--row {
    max-width: 632px;
    padding: 0;
  }
}

.c-container--full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-container--full {
    width: auto;
  }
}

.c-container--full--gutter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-container--full--gutter {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-container--full--gutter {
    width: auto;
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .c-container--full--gutter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .c-container--full--gutter {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .c-container-sm--full {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-container--thin {
  width: auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-container--thin {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-container--thin {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .c-container--thin {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

.c-container--bottom {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-container--bottom {
    margin-bottom: 64px;
  }
}

.c-container--bottom-thin {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-container--bottom-thin {
    margin-bottom: 32px;
  }
}

.c-container--recruit-news {
  width: auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-container--recruit-news {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-container--recruit-news {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .c-container--recruit-news {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .c-container--recruit-news {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  box-sizing: border-box;
}

.c-row .c-col,
.c-row [class*=c-col-] {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-row.u-direction-md--reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .c-row.u-direction-sm--reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-row.u-direction-md--column {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .c-row.u-direction-sm--column {
    flex-direction: column;
  }
}

.c-row--gutter-thin {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
  box-sizing: border-box;
}

.c-row--gutter-thin .c-col,
.c-row--gutter-thin [class*=c-col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.c-row--gutter-no {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.c-row--gutter-no .c-col,
.c-row--gutter-no [class*=c-col-] {
  padding-left: 0;
  padding-right: 0;
}

.c-col {
  box-sizing: border-box;
  flex-grow: 1;
}

.c-col--0 {
  box-sizing: border-box;
  width: 0;
  flex-grow: 0;
}

.c-col--1 {
  box-sizing: border-box;
  width: 8.33%;
}

.c-col--2 {
  box-sizing: border-box;
  width: 16.66%;
}

.c-col--3 {
  box-sizing: border-box;
  width: 25%;
}

.c-col--4 {
  box-sizing: border-box;
  width: 33.33%;
}

.c-col--5 {
  box-sizing: border-box;
  width: 41.66%;
}

.c-col--6 {
  box-sizing: border-box;
  width: 50%;
}

.c-col--7 {
  box-sizing: border-box;
  width: 58.33%;
}

.c-col--8 {
  box-sizing: border-box;
  width: 66.66%;
}

.c-col--9 {
  box-sizing: border-box;
  width: 75%;
}

.c-col--10 {
  box-sizing: border-box;
  width: 83.33%;
}

.c-col--11 {
  box-sizing: border-box;
  width: 91.66%;
}

.c-col--12 {
  box-sizing: border-box;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--0 {
    box-sizing: border-box;
    width: 0;
    flex-grow: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--1 {
    box-sizing: border-box;
    width: 8.33%;
    flex-grow: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--2 {
    box-sizing: border-box;
    width: 16.66%;
    flex-grow: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--3 {
    box-sizing: border-box;
    width: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--4 {
    box-sizing: border-box;
    width: 33.33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--5 {
    box-sizing: border-box;
    width: 41.66%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--6 {
    box-sizing: border-box;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--7 {
    box-sizing: border-box;
    width: 58.33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--8 {
    box-sizing: border-box;
    width: 66.66%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--9 {
    box-sizing: border-box;
    width: 75%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--10 {
    box-sizing: border-box;
    width: 83.33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-col-md--12 {
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-col-sm--0 {
    box-sizing: border-box;
    width: 0;
    flex-grow: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-col-sm--4 {
    box-sizing: border-box;
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .c-col-sm--6 {
    box-sizing: border-box;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-col-sm--12 {
    box-sizing: border-box;
    width: 100%;
  }
}

.c-headline--1 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .c-headline--1 {
    font-size: 28px;
    line-height: 32px;
  }
}

.c-headline--2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .c-headline--2 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-headline--2,
[lang="en-us"] .c-headline--2 {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-headline--2 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-headline--3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .04em;
}

[lang="ja"] .c-headline--3 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-headline--3,
[lang="en-us"] .c-headline--3 {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-headline--3 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-headline--4 {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .c-headline--4 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-headline--4,
[lang="en-us"] .c-headline--4 {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-headline--4 {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-text {
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .c-text,
[lang="en-us"] .c-text {
  line-height: 28px;
}

.c-text--bold {
  font-size: 16px;
  line-height: 32px;
}

[lang="ja"] .c-text--bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-text--bold,
[lang="en-us"] .c-text--bold {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-text--bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .c-text--bold,
[lang="en-us"] .c-text--bold {
  line-height: 28px;
}

.c-button {
  font-size: 16px;
  line-height: 32px;
  -webkit-appearance: none;
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .c-button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-button,
[lang="en-us"] .c-button {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .c-button,
[lang="en-us"] .c-button {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .c-button {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-button:hover {
  color: #fff;
  background: #333;
}

.c-button--lg {
  font-size: 16px;
  line-height: 32px;
  -webkit-appearance: none;
  width: 568px;
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .c-button--lg {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-button--lg,
[lang="en-us"] .c-button--lg {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-button--lg {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .c-button--lg,
[lang="en-us"] .c-button--lg {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .c-button--lg {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-button--lg:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 767px) {
  .c-button--lg {
    font-size: 16px;
    line-height: 32px;
    -webkit-appearance: none;
    width: 100%;
    display: inline-block;
    padding: 12px 32px;
    text-align: center;
    color: #333;
    background: #c9c9c9;
    border-radius: 0;
    font-feature-settings: "pkna";
    transition: all 0.4s ease-in-out;
  }
  [lang="ja"] .c-button--lg {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  }
  [lang="en"] .c-button--lg,
  [lang="en-us"] .c-button--lg {
    font-family: "Helvetica Neue LT W01_71488914", sans-serif;
  }
  [lang="zh-CN"] .c-button--lg {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
  }
  [lang="en"] .c-button--lg,
  [lang="en-us"] .c-button--lg {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button--lg {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-button--lg:hover {
    color: #fff;
    background: #333;
  }
}

.c-button--full--sm {
  font-size: 14px;
  line-height: 24px;
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .c-button--full--sm {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-button--full--sm,
[lang="en-us"] .c-button--full--sm {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-button--full--sm {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-button--full--sm:hover {
  color: #fff;
  background: #333;
}

.c-button--full {
  font-size: 16px;
  line-height: 32px;
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .c-button--full {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-button--full,
[lang="en-us"] .c-button--full {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-button--full {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .c-button--full,
[lang="en-us"] .c-button--full {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .c-button--full {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-button--full:hover {
  color: #fff;
  background: #333;
}

.c-button--switch {
  font-size: 16px;
  line-height: 32px;
  -webkit-appearance: none;
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .c-button--switch {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-button--switch,
[lang="en-us"] .c-button--switch {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-button--switch {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .c-button--switch,
[lang="en-us"] .c-button--switch {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .c-button--switch {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.c-button--switch:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 767px) {
  .c-button--switch {
    font-size: 16px;
    line-height: 32px;
    -webkit-appearance: none;
    width: 100%;
    display: inline-block;
    padding: 12px 32px;
    text-align: center;
    color: #333;
    background: #c9c9c9;
    border-radius: 0;
    font-feature-settings: "pkna";
    transition: all 0.4s ease-in-out;
  }
  [lang="ja"] .c-button--switch {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  }
  [lang="en"] .c-button--switch,
  [lang="en-us"] .c-button--switch {
    font-family: "Helvetica Neue LT W01_71488914", sans-serif;
  }
  [lang="zh-CN"] .c-button--switch {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
  }
  [lang="en"] .c-button--switch,
  [lang="en-us"] .c-button--switch {
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-button--switch {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-button--switch:hover {
    color: #fff;
    background: #333;
  }
}

.c-button--arrow--angle-top {
  background: white;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
}

.c-button--arrow--angle-top .im {
  transition: color 0.4s ease;
  transform: rotate(180deg);
}

.c-button--arrow--angle-top:hover {
  background: #333;
}

.c-button--arrow--angle-top:hover .im {
  color: #fff;
}

.c-button--icon {
  padding: 16px 32px;
  font-size: 25px;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .c-button--icon {
    padding: 16px;
  }
}

.c-button--icon > * {
  vertical-align: top;
}

.c-button__external-icon {
  vertical-align: baseline;
  color: #333;
  font-size: 15px;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}

.c-button:hover .c-button__external-icon {
  color: #fff;
}

.c-button--online-store {
  padding: 20px 32px;
  display: inline-block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-button--online-store {
    padding: 20px 16px;
  }
}

.c-button--online-store:hover path {
  fill: #fff;
}

.c-button--online-store svg {
  vertical-align: top;
  max-width: 100%;
}

.c-skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.c-skip-link:focus,
.c-skip-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  z-index: 9999;
}

.c-link {
  transition: all 0.4s ease-in-out;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  vertical-align: baseline;
}

.c-link:hover {
  color: #c9c9c9;
  border-bottom: 1px solid transparent;
}

.c-link-advanced {
  transition: all 0.4s ease-in-out;
  color: #333;
  padding-bottom: 2px;
  vertical-align: baseline;
}

.c-link-advanced:hover {
  color: #c9c9c9;
}

.c-link-advanced__text {
  border-bottom: 1px solid #333;
  vertical-align: baseline;
}

.c-link-advanced__text:hover {
  border-bottom: 1px solid transparent;
}

.c-link-advanced__icon {
  padding-left: 4px;
  vertical-align: baseline;
}

.c-map-balloon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 32px;
}

.c-map-balloon__content {
  position: relative;
  overflow: hidden;
  padding: 12px 6px 10px 12px;
  margin: 0 auto;
  background: #fff;
  width: 380px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c-map-balloon__content {
    padding: 8px 0 8px 4px;
  }
}

.c-map-balloon .c-map-balloon__content:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
  border-top: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .c-map-balloon .c-map-balloon__content:before {
    content: none;
  }
}

.c-map-balloon__title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
}

.c-map-balloon__title:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 12px;
}

[lang="ja"] .c-map-balloon__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-map-balloon__title,
[lang="en-us"] .c-map-balloon__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-map-balloon__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-map-balloon__title {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 0;
    margin-bottom: 16px;
  }

  .c-map-balloon__title:after {
    display: none;
  }
}

.c-map-balloon__text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 24px;
}

[lang="ja"] .c-map-balloon__text {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-map-balloon__text,
[lang="en-us"] .c-map-balloon__text {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .c-map-balloon__text {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-map-balloon__text {
    display: none;
  }
}

/* Custom button close for google map marker popup */

.gm-ui-hover-effect {
  top: 6px !important;
  right: 6px !important;
}

.gm-ui-hover-effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.gm-ui-hover-effect,
.gm-ui-hover-effect img{
  width: 20px !important;
  height: 20px !important;
}

@media screen and (max-width: 767px) {
  .c-map-balloon__text {
    margin: 0 0 22px;
  }
}

.c-map-balloon__buttonlist {
  margin: -8px;
}

.c-map-balloon__buttonlist__item {
  padding: 8px;
}

.c-map-balloon__buttonlist__button {
  font-size: 14px;
  line-height: 32px;
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
  padding: 6px 32px;
}

.p-stores-search-map__sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

.p-stores-search-map__sidebar:after {
  content: "";
  display: block;
  background-image: url("/common/img/icon_loading.gif");
  width: 32px;
  height: 32px;
  background-size: cover;
  position: relative;
  margin: 2em auto;
  transition: visibility 0s linear 1s,opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-stores-search-map__sidebar:not(.--loading):after {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar {
    position: relative;
    width: 100%;
    overflow: inherit;
    padding: 32px 16px 50px;
  }
}

.p-stores-search-map__sidebar__headline {
  display: block;
  margin-bottom: 10px;
}

.p-stores-search-map__sidebar__lead {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar__lead {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar__headline {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar__block + .p-stores-search-map__sidebar__block {
    border-top: 1px solid #eee;
    padding-top: 32px;
    margin-top: 16px;
  }
}

.p-stores-search-map__sidebar__item {
  padding: 16px 56px 24px 24px;
  border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-stores-search-map__sidebar__item {
    padding: 16px 32px 24px 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar__item {
    padding: 20px 0;
    border-bottom: 0;
  }
}

.p-stores-search-map__sidebar__text {
  font-size: 14px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar__text span {
    display: none;
  }
}

.p-stores-search-map__sidebar__button {
  border-radius: 0;
  font-feature-settings: "pkna";
  -webkit-appearance: none;
  font-size: 12px;
  padding: 7px 16px;
  background-color: #C9C9C9;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.p-stores-search-map__sidebar__button:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 767px) {
  .p-stores-search-map__sidebar__button {
    display: none;
  }
}

[lang="ja"] .p-stores-search-map__sidebar__button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-stores-search-map__sidebar__button,
[lang="en-us"] .p-stores-search-map__sidebar__button {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-stores-search-map__sidebar__button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="ja"] .c-map-balloon__buttonlist__button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-map-balloon__buttonlist__button,
[lang="en-us"] .c-map-balloon__buttonlist__button {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-map-balloon__buttonlist__button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .c-map-balloon__buttonlist__button,
[lang="en-us"] .c-map-balloon__buttonlist__button {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .c-map-balloon__buttonlist__button {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    width: auto;
  }
}

/* Small padding for ip5 */
@media screen and (max-width: 350px) {
  .c-map-balloon__buttonlist__button {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.c-map-balloon__buttonlist__button:hover {
  color: #fff;
  background: #333;
}

.c-map-balloon__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.c-map-balloon__close i {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  vertical-align: top;
}

.c-map-balloon__close:hover i {
  color: #c9c9c9;
}

@font-face {
  font-family: 'icomoon';
  src: url("/common/fonts/icomoon.eot?qhz413");
  src: url("/common/fonts/icomoon.eot?qhz413#iefix") format("embedded-opentype"), url("/common/fonts/icomoon.ttf?qhz413") format("truetype"), url("/common/fonts/icomoon.woff?qhz413") format("woff"), url("/common/fonts/icomoon.svg?qhz413#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.im {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-rotate--90:before {
  display: inline-block;
  transform: rotate(90deg);
}

.im-rotate--180:before {
  display: inline-block;
  transform: rotate(180deg);
}

.im-rotate--270:before {
  display: inline-block;
  transform: rotate(270deg);
}

.im-link:before {
  content: "\e900";
}

.im-arrow_fill:before {
  content: "\e917";
}

.im-instagram:before {
  content: "\e912";
}

.im-facebook:before {
  content: "\e91b";
}

.im-twitter:before {
  content: "\e916";
}

.im-line:before {
  content: "\e91c";
}

.im-pinterest:before {
  content: "\e91d";
}

.im-google-plus:before {
  content: "\e91e";
}

.im-weibo:before {
  content: "\e91f";
}

.im-round_facebook:before {
  content: "\e913";
}

.im-round_pinterest:before {
  content: "\e914";
}

.im-round_twitter:before {
  content: "\e915";
}

.im-twitter:before {
  content: "\e916";
}

.im-menu:before {
  content: "\e901";
}

.im-plus:before {
  content: "\e910";
}

.im-minus:before {
  content: "\e911";
}

.im-brands:before {
  content: "\e902";
}

.im-close:before {
  content: "\e903";
}

.im-search:before {
  content: "\e904";
}

.im-here:before {
  content: "\e905";
}

.im-window:before {
  content: "\e906";
}

.im-play:before {
  content: "\e907";
}

.im-place:before {
  content: "\e908";
}

.im-arrow:before {
  content: "\e909";
}

.im-round_instagram:before {
  content: "\e91a";
}

.im-round_line:before {
  content: "\e90a";
}

.im-round_weibo:before {
  content: "\e90b";
}

.im-round_mail:before {
  content: "\e90c";
}

.im-pulldown:before {
  content: "\e90d";
}

.im-round_google-plus:before {
  content: "\e90e";
}

.im-square_arrow:before {
  content: "\e90f";
}

.im-arrow_bold:before {
  content: "\e918";
}

.im-play_white:before {
  content: "\e919";
}

.c-indicator {
  display: block;
  text-align: center;
  line-height: 0;
  transition: opacity 0.4s;
}

.c-indicator.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.c-indicator__list {
  overflow: hidden;
  display: inline-block;
}

.c-indicator__item {
  float: left;
  margin: 0 8px 0 0;
  line-height: 0;
}

.c-indicator__item:last-child {
  margin: 0;
}

.c-indicator__bar {
  display: block;
  width: 36px;
  height: 2px;
  background: #b5b5b5;
  position: relative;
}

.c-indicator__bar__progress {
  position: absolute;
  display: block;
  background: #333;
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  transition: right 0.5s linear, left 0.3s ease;
}

.c-indicator--reverse .c-indicator__bar__progress {
  background: #fff;
}

.c-indicator__item.is-active--prev .c-indicator__bar__progress {
  left: 100%;
  right: 0;
}

.c-indicator__item.is-active--next .c-indicator__bar__progress {
  left: 0;
  right: 100%;
}

.c-indicator__item.is-active .c-indicator__bar__progress {
  left: 0;
  right: 0;
}

.c-section--dark {
  background: #eee;
}

.c-section__header {
  padding: 64px 0 48px;
}

.c-section--margin-bottom {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-section--margin-bottom {
    padding-bottom: 64px;
  }
}

.c-section--lg-margin-bottom {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-section--lg-margin-bottom {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-section--sm-margin-bottom-thin {
    padding-bottom: 32px;
  }
}

.c-section__body--gray {
  background-color: #eee;
}

@media screen and (min-width: 768px) {
  .c-section__body--lg-gray {
    background-color: #eee;
  }
}

.c-section__title {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  letter-spacing: .04em;
}

[lang="ja"] .c-section__title {
  font-family: "Helvetica Neue LT W01_35 Thin", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-section__title,
[lang="en-us"] .c-section__title {
  font-family: "Helvetica Neue LT W01_35 Thin", sans-serif;
}

[lang="zh-CN"] .c-section__title {
  font-family: "Helvetica Neue LT W01_35 Thin", "Hiragino Sans GB W3", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 42px;
    line-height: 48px;
  }
}

.c-section__title--legacy {
  font-size: 32px;
  line-height: 36px;
}

.c-tab {
  margin: 16px 0 0;
}

.c-tab__list {
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-tab__list {
    margin: 0 -16px;
  }
}

.c-tab__item {
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-tab__item {
    padding: 0 16px;
    margin: 0;
  }
}

.c-tab__item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #b5b5b5;
}

.c-tab__item:last-child {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .c-tab__item:last-child {
    padding: 0 16px;
  }
}

.c-tab__item:last-child:before {
  content: none;
}

.c-tab__item.is-active .c-tab__link {
  color: #333;
}

.c-tab__link {
  font-size: 16px;
  line-height: 32px;
  color: #dcdcdc;
}

[lang="en"] .c-tab__link,
[lang="en-us"] .c-tab__link {
  line-height: 28px;
}

[lang="ja"] .c-tab__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-tab__link,
[lang="en-us"] .c-tab__link {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-tab__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-tab-contents {
  position: relative;
}

.c-tab-contents__item:not(.is-active) {
  display: none;
}

.c-button-bar__list {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-button-bar__list {
    flex-direction: column;
  }
}

.c-button-bar__item {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-button-bar__item:nth-child(1) {
    margin: 0 0 16px;
  }
}

.c-button-bar__item:nth-child(1) .c-button-bar__link {
  border: 4px solid #c9c9c9;
  background: #fff;
}

.c-button-bar__item:nth-child(2) .c-button-bar__link {
  border: 4px solid #c9c9c9;
  background: #c9c9c9;
}

.c-button-bar__item .c-button-bar__link {
  transition: all 0.4s ease-in-out;
}

.c-button-bar__item .c-button-bar__link:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}

.c-button-bar__link {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .c-button-bar__link,
[lang="en-us"] .c-button-bar__link {
  line-height: 28px;
}

[lang="ja"] .c-button-bar__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-button-bar__link,
[lang="en-us"] .c-button-bar__link {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-button-bar__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-separator {
  width: auto;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-separator {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-separator {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .c-separator {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px;
  }
}

.c-separator:before {
  content: "";
  position: absolute;
  left: 56px;
  right: 56px;
  height: 1px;
  background: #c9c9c9;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-separator:before {
    left: 32px;
    right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .c-separator:before {
    left: 16px;
    right: 16px;
  }
}

.c-separator--margin {
  margin: 0 0 80px;
}

.c-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* 16 :  9 */
}

.c-video--4x3 {
  padding-bottom: 75%;
  /*  4 :  3 */
}

@media screen and (max-width: 767px) {
  .c-video-sm--4x3 {
    padding-bottom: 75%;
    /*  4 :  3 */
  }
}

.c-video--1x1 {
  padding-bottom: 100%;
  /*  1 :  1 */
}

@media screen and (max-width: 767px) {
  .c-video-sm--1x1 {
    padding-bottom: 100%;
    /*  1 :  1 */
  }
}

.c-video.ready video, .c-video.ready iframe {
  opacity: 1;
}

.c-video.loading video, .c-video.loading iframe {
  opacity: 0;
}

.c-video video,
.c-video iframe {
  transition: opacity 0.4s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-video--16x9 iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-navigation-bar {
  display: flex;
  align-items: center;
}

.c-navigation-bar__item:not(:last-child) {
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.c-navigation-bar__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #b5b5b5;
}

.c-navigation-bar__item {
  white-space: nowrap;
}

.c-navigation-bar__link {
  display: inline-block;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}

.c-navigation-bar__link:hover {
  border-bottom-color: #535353;
}

@media screen and (max-width: 1279px) {
  .c-navigation-bar {
    -webkit-overflow-scrolling: touch;
  }
}

.p-form {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-form__table {
  width: 100%;
}

.p-form__item--must .p-form__title {
  position: relative;
}

.p-form__item--must .p-form__title:before {
  content: "必須";
  position: absolute;
  top: 2px;
  right: 8px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #e80707;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p-form__item--must .p-form__title:before {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-form__item--blank .p-form__header {
    display: none;
  }
}

.p-form__header {
  width: 200px;
  text-align: left;
  padding-top: 6px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-form__header {
    width: auto;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 8px;
  }
}

.p-form__item:last-child .p-form__header, .p-form__item--must:last-child .p-form__header, .p-form__item--blank:last-child .p-form__header {
  padding-bottom: 0;
}

.p-form__title {
  padding-right: 57px;
  font-size: 16px;
  line-height: 20px;
}

.p-form__body {
  padding-bottom: 32px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-form__body {
    display: block;
  }
}

.p-form__item:last-child .p-form__body, .p-form__item--must:last-child .p-form__body, .p-form__item--blank:last-child .p-form__body {
  padding-bottom: 0;
}

.c-input {
  width: 100%;
  padding: 5px 8px 6px;
  font-size: 16px;
  background: #eee;
  outline: none;
}

.c-input:placeholder-shown {
  color: #999;
}

[lang="ja"] .c-input:placeholder-shown {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-input:placeholder-shown,
[lang="en-us"] .c-input:placeholder-shown {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .c-input:placeholder-shown {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.c-input::-webkit-input-placeholder {
  color: #999;
}

[lang="ja"] .c-input::-webkit-input-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-input::-webkit-input-placeholder,
[lang="en-us"] .c-input::-webkit-input-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .c-input::-webkit-input-placeholder {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.c-input:-moz-placeholder {
  opacity: 1;
  color: #999;
}

[lang="ja"] .c-input:-moz-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-input:-moz-placeholder,
[lang="en-us"] .c-input:-moz-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .c-input:-moz-placeholder {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.c-input::-moz-placeholder {
  opacity: 1;
  color: #999;
}

[lang="ja"] .c-input::-moz-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-input::-moz-placeholder,
[lang="en-us"] .c-input::-moz-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .c-input::-moz-placeholder {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.c-input:-ms-input-placeholder {
  color: #999;
}

[lang="ja"] .c-input:-ms-input-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .c-input:-ms-input-placeholder,
[lang="en-us"] .c-input:-ms-input-placeholder {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .c-input:-ms-input-placeholder {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.c-select {
  position: relative;
  display: inline-block;
}

.c-select:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  font-size: 18px;
}

.c-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  min-width: 168px;
  padding: 6px 45px 5px 8px;
  font-size: 16px;
  color: #333;
  background: #eee;
}

@media screen and (max-width: 767px) {
  .c-select select {
    min-width: 208px;
    padding: 7px 45px 7px 8px;
    font-size: 14px;
  }
}

.c-form-button {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  display: inline-block;
  padding: 5px 32px 6px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  font-feature-settings: "pkna";
  cursor: pointer;
  white-space: nowrap;
}

[lang="ja"] .c-form-button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-form-button,
[lang="en-us"] .c-form-button {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-form-button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.c-form-button:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 767px) {
  .c-form-button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.c-form-button--large {
  transition: all 0.4s ease-in-out;
  min-width: 368px;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  padding: 10px 16px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  font-feature-settings: "pkna";
  cursor: pointer;
  white-space: nowrap;
}

[lang="ja"] .c-form-button--large {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-form-button--large,
[lang="en-us"] .c-form-button--large {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-form-button--large {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-form-button--large {
    min-width: 100%;
  }
}

.c-form-button--large:hover {
  color: #fff;
  background: #333;
}

.c-post {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-post {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.c-post__item {
  position: relative;
  box-sizing: border-box;
  width: 33.33%;
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .c-post__item:nth-child(1) {
    padding-left: 8px;
    padding-right: 13px;
  }
  .c-post__item:nth-child(2) {
    padding-left: 13px;
    padding-right: 11px;
  }
  .c-post__item:nth-child(3) {
    padding-left: 11px;
    padding-right: 8px;
  }
}

.c-post__item:first-child:before {
  content: "-";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
}

.c-textarea {
  width: 100%;
  height: 160px;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 32px;
  background: #eee;
  outline: none;
  resize: none;
}

.c-checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 8px 0 8px 38px;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .c-checkbox label {
    padding: 0 0 0 30px;
  }
}

.c-checkbox label:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.c-checkbox input[type="checkbox"] {
  margin: 0 15px 0 0;
  cursor: pointer;
  display: none;
}

.c-checkbox input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #333;
}

.c-checkbox--box label {
  background: #eee;
  width: 368px;
  text-align: center;
  padding: 6px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-checkbox--box label {
    width: 100%;
  }
}

.c-checkbox--box span {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  padding: 0 0 0 25px;
}

@media screen and (max-width: 767px) {
  .c-checkbox--box span {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
}

.c-checkbox--box span:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  width: 10px;
  height: 10px;
  background: #eee;
  border: 1px solid #c9c9c9;
}

.c-checkbox--box input[type="checkbox"] {
  margin: 0 15px 0 0;
  cursor: pointer;
  display: none;
}

.c-checkbox--box input[type="checkbox"]:checked + label span:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #333;
}

.c-file input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.c-file label {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding: 14px;
  min-width: 200px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  cursor: pointer;
}

[lang="ja"] .c-file label {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .c-file label,
[lang="en-us"] .c-file label {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .c-file label {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-file label {
    font-size: 14px;
    width: 100%;
  }
}

.c-file label:hover {
  color: #fff;
  background: #333;
}

.easy-select-box {
  outline: none;
}

.easy-select-box .esb-displayer {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: transparent;
  line-height: 32px;
}

.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
}

.easy-select-box:hover .esb-displayer {
  text-decoration: none;
}

.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer {
  background-position: 0 -36px;
}

.easy-select-box .esb-dropdown {
  background: #eee;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 100%;
}

.easy-select-box.focused .esb-dropdown {
  visibility: visible;
  opacity: 1;
}

.easy-select-box.focused .esb-displayer {
  outline: auto;
}

.easy-select-box .esb-item {
  background: #eee;
  color: #333;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.easy-select-box .esb-item:hover,
.easy-select-box .esb-item:focus {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.p-footer__lang__select + .easy-select-box .esb-displayer {
  font-size: 14px;
  line-height: 24px;
  width: 93px;
  padding-left: 12px;
  padding-right: 17px;
}

.p-footer__lang__select + .easy-select-box .esb-item {
  font-size: 14px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
}

.c-table {
  width: 100%;
}

.c-table th,
.c-table td {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  vertical-align: top;
}

[lang="en"] .c-table th,
[lang="en-us"] .c-table th, [lang="en"]
.c-table td,
[lang="en-us"]
.c-table td {
  line-height: 28px;
}

.c-table th {
  padding-right: 16px;
}

.c-reference {
  font-size: 16px;
  line-height: 32px;
  padding-left: 1em;
  text-indent: -1em;
}

[lang="en"] .c-reference,
[lang="en-us"] .c-reference {
  line-height: 28px;
}

.c-reference:before {
  content: "※";
}

.p-parallax {
  width: 100%;
}

.p-parallax--ready .p-parallax__wrapper {
  position: fixed;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

.p-parallax__container {
  width: 100%;
}

.p-brand-transition {
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-brand-transition__wipe {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100vw;
  z-index: 2011;
  overflow: hidden;
  transition: right 1.2s cubic-bezier(0.77, 0, 0.175, 1), left 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-brand-transition__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  transition: left 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-brand-transition__logo[src$=".svg"] {
  width: 100px;
  height: auto;
}

.p-brand-transition--isseymiyake .p-brand-transition__cover--isseymiyake,
.p-brand-transition--immen .p-brand-transition__cover--immen,
.p-brand-transition--men .p-brand-transition__cover--men,
.p-brand-transition--pleatsplease .p-brand-transition__cover--pleatsplease,
.p-brand-transition--hommeplisse .p-brand-transition__cover--hommeplisse,
.p-brand-transition--haat .p-brand-transition__cover--haat,
.p-brand-transition--me .p-brand-transition__cover--me,
.p-brand-transition--apocable .p-brand-transition__cover--apocable,
.p-brand-transition--baobao .p-brand-transition__cover--baobao,
.p-brand-transition--1325 .p-brand-transition__cover--1325,
.p-brand-transition--in-ei .p-brand-transition__cover--in-ei,
.p-brand-transition--parfums .p-brand-transition__cover--parfums,
.p-brand-transition--watch .p-brand-transition__cover--watch,
.p-brand-transition--eyes .p-brand-transition__cover--eyes {
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--isseymiyake .p-brand-transition__logo {
    width: 362px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--isseymiyake .p-brand-transition__logo {
    width: 184px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--immen .p-brand-transition__logo {
    width: 111px;
    height: 144px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--immen .p-brand-transition__logo {
    width: 73px;
    height: 96px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--men .p-brand-transition__logo {
    width: 478px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--men .p-brand-transition__logo {
    width: 228px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--pleatsplease .p-brand-transition__logo {
    width: 180px;
    height: 144px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--pleatsplease .p-brand-transition__logo {
    width: 115px;
    height: 96px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--hommeplisse .p-brand-transition__logo {
    width: 132px;
    height: 144px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--hommeplisse .p-brand-transition__logo {
    width: 86px;
    height: 96px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--haat .p-brand-transition__logo {
    width: 42px;
    height: 144px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--haat .p-brand-transition__logo {
    width: 28px;
    height: 96px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--me .p-brand-transition__logo {
    width: 394px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--me .p-brand-transition__logo {
    width: 270px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--apocable .p-brand-transition__logo {
    width: 156px;
    height: 177px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--apocable .p-brand-transition__logo {
    width: 104px;
    height: 118px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--baobao .p-brand-transition__logo {
    width: 284px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--baobao .p-brand-transition__logo {
    width: 178px;
    height: 56px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--1325 .p-brand-transition__logo {
    width: 246px;
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--1325 .p-brand-transition__logo {
    width: 162px;
    height: 59px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--in-ei .p-brand-transition__logo {
    width: 126px;
    height: 144px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--in-ei .p-brand-transition__logo {
    width: 86px;
    height: 96px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--parfums .p-brand-transition__logo {
    width: 512px;
    height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--parfums .p-brand-transition__logo {
    width: 268px;
    height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--watch .p-brand-transition__logo {
    width: 560px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--watch .p-brand-transition__logo {
    width: 268px;
    height: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-brand-transition__cover--eyes .p-brand-transition__logo {
    width: 496px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-brand-transition__cover--eyes .p-brand-transition__logo {
    width: 246px;
    height: 20px;
  }
}

.p-brand-transition__contents {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-brand-transition--ready .p-brand-transition__wipe {
  opacity: 1;
}

.p-brand-transition--ready .p-brand-transition__contents {
  opacity: 1;
}

.p-brand-transition--start .p-brand-transition__wipe {
  right: 0;
}

.p-brand-transition--start .p-brand-transition__contents {
  opacity: 0;
}

.p-brand-transition--end .p-brand-transition__wipe {
  left: 100vw;
  transition: right 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19), left 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-brand-transition--end .p-brand-transition__cover {
  left: -100vw;
  transition: left 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-brand-transition--end .p-brand-transition__contents {
  opacity: 0;
}

.p-brand-transition--standby .p-brand-transition__wipe {
  right: 0;
  transition-duration: 0s;
}

.p-brand-transition--standby .p-brand-transition__contents {
  opacity: 0;
  transition-duration: 0s;
}

.p-brand-transition--start .p-brand-transition__wipe {
  right: 0;
}

.p-brand-transition--start .p-brand-transition__contents {
  opacity: 0;
}

/*
.p-carousel
  &.ready
  .p-carousel__list
    .p-carousel__list__item
      .p-carousel__link

.p-carousel__image
*/
.slick-initialized .slick-slide {
  outline: none;
}

.p-carousel {
  position: relative;
  width: 100%;
  z-index: 0;
}

.p-carousel .slick-list {
  overflow: visible;
}

.p-carousel .slick-list:after {
  content: '';
  display: block;
  clear: both;
}

.p-carousel.u-carousel-clipped {
  overflow: hidden;
}

.p-carousel.u-carousel-clipped .slick-track {
  overflow-y: auto;
  overflow-x: hidden;
}

.p-carousel__list {
  opacity: 0;
  transition: opacity 2s ease-out;
}

.p-carousel__list__item {
  float: left;
}

.p-carousel__image {
  position: relative;
  z-index: 1;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}

.p-carousel__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
}

.p-carousel__video .c-video {
  height: 100%;
  padding-bottom: inherit;
}

.p-carousel__video .c-video iframe {
  height: 100%;
}

.p-carousel__video--disable-controller {
  pointer-events: none;
}

.p-carousel__link {
  display: block;
}

.p-carousel__list__item.prepare .p-carousel__effect--pop {
  transform: scale(1.06, 1.06);
  opacity: 0;
}

.p-carousel__list__item.prepare.ready .p-carousel__effect--pop {
  transform: scale(1, 1);
  transition: all 1.8s ease-in-out;
  opacity: 1;
}

.p-carousel__list__item.prepare .p-carousel__effect--fade {
  opacity: 0;
}

.p-carousel__list__item.prepare.ready .p-carousel__effect--fade {
  transition: all 1.8s ease-in-out;
  opacity: 1;
}

.p-carousel.ready .p-carousel__list {
  opacity: 1;
}

.p-scroll-button {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 64px;
  transform: translate(0, -5px);
  opacity: 0;
  transition: all 1s ease-out;
}

.p-scroll-button__arrow {
  display: block;
}

.p-scroll-button.attention {
  animation: attention 2s 1;
}

.p-scroll-button.ready {
  transform: translate(0, 0);
  opacity: 1;
}

@keyframes attention {
  0% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, 6px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.p-news {
  background: #eee;
}

.p-news__content {
  padding: 0 0 4px;
}

.p-news__link {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.p-news__frame {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-news__frame {
    width: 104px;
  }
}

.p-news__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.p-news__image {
  width: 100%;
}

.p-news__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 20px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-news__info {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-news__info {
    height: auto;
    flex: 1;
    padding: 4px 16px;
  }
}

.p-news__title {
  font-size: 16px;
  line-height: 24px;
  margin: 13px 0;
  overflow: hidden;
  height: 48px;
  word-break: break-all;
}

@media screen and (max-width: 1279px) {
  .p-news__title {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
}

.p-news__date {
  font-size: 14px;
  line-height: 20px;
  color: #b5b5b5;
  padding: 6px 0;
  border-top: 1px solid #b5b5b5;
}

[lang="ja"] .p-news__date {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-news__date,
[lang="en-us"] .p-news__date {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-news__date {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-news__date {
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 10px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-news__date {
    padding: 0;
    border-top: none;
  }
}

.p-news__link, .p-news__frame:before, .p-news__title, .p-news__date {
  transition: all 0.4s ease-in-out;
}

.p-news__content {
  height: 100%;
}

.p-news__content:hover .p-news__link {
  transform: translateY(-20px);
  background: #333;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-news__content:hover .p-news__link {
    transform: translateY(0);
    box-shadow: none;
  }
}

.p-news__content:hover .p-news__title {
  color: #fff;
}

.p-news__content:hover .p-news__date {
  color: #fff;
}

.p-news-list__header {
  margin-bottom: 8px;
}

.p-news-list__footer {
  margin-top: 30px;
}

.p-news-list__footer--fit {
  margin-top: 0;
}

.p-news-list__title {
  margin-bottom: 24px;
}

.p-news-list__item {
  width: 100%;
  display: table;
  background-color: #fff;
  border-bottom: #c9c9c9 1px solid;
}

.p-news-list__item:last-child {
  border-bottom: 0;
}

.p-news-list__date {
  width: 120px;
  display: table-cell;
  vertical-align: top;
  padding-top: 26px;
  text-align: center;
  font-size: 16px;
}

[lang="ja"] .p-news-list__date {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-news-list__date,
[lang="en-us"] .p-news-list__date {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-news-list__date {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-news-list__tag {
  width: 100px;
  display: table-cell;
  vertical-align: top;
  padding-top: 28px;
}

.p-news-list__tagitem {
  width: 67px;
  display: inline-block;
  text-align: center;
  background-color: #eee;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  vertical-align: top;
  /* 新卒 */
  /* 中途 */
  /* インターン */
  /* セミナー */
}

[lang="ja"] .p-news-list__tagitem {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-news-list__tagitem,
[lang="en-us"] .p-news-list__tagitem {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-news-list__tagitem {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-news-list__tagitem--fresh {
  background-color: #e95464;
}

.p-news-list__tagitem--career {
  background-color: #68be8d;
}

.p-news-list__tagitem--intern {
  background-color: #89c3eb;
}

.p-news-list__tagitem--seminar {
  background-color: #f39801;
}

.p-news-list__text {
  display: table-cell;
  vertical-align: top;
  padding: 22px 20px 22px 0;
}

@media screen and (max-width: 767px) {
  .p-news-list__footer {
    margin-top: 0;
  }
  .p-news-list__item {
    display: block;
    padding: 24px 16px;
  }
  .p-news-list__item:first-child {
    padding-top: 16px;
  }
  .p-news-list__item:last-child {
    border: none;
  }
  .p-news-list__date {
    width: 100px;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  .p-news-list__tag {
    display: inline-block;
    padding: 0;
  }
  .p-news-list__tagitem {
    position: relative;
    top: 3px;
  }
  .p-news-list__text {
    display: block;
    padding: 0;
  }
}

.p-definition-list__item {
  display: table;
  width: 100%;
  margin: 32px 0;
}

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

.p-definition-list__item:last-child {
  margin-bottom: 0;
}

.p-definition-list__header {
  width: 168px;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  border-top: #333 2px solid;
  padding-top: 16px;
}

.p-definition-list__content {
  display: table-cell;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 17px;
  padding-left: 32px;
}

.p-definition-list__content:before {
  content: '';
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  background: #c9c9c9;
  top: 0;
  left: 32px;
}

.p-definition-list__content__item {
  margin-bottom: 32px;
}

.p-definition-list__content__item:last-child {
  margin-bottom: 0;
}

.p-definition-list__title {
  font-size: 16px;
  line-height: 32px;
}

[lang="ja"] .p-definition-list__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-definition-list__title,
[lang="en-us"] .p-definition-list__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-definition-list__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .p-definition-list__title,
[lang="en-us"] .p-definition-list__title {
  line-height: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-definition-list--history .p-definition-list__header {
    width: 92px;
  }
  .p-definition-list--history .p-history-lists__date {
    width: 18%;
  }
  .p-definition-list--history .p-history-lists__text {
    width: 82%;
  }
}

@media screen and (max-width: 767px) {
  .p-definition-list__item {
    display: block;
    margin: 32px 0;
  }
  .p-definition-list__header {
    width: auto;
    display: block;
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .p-definition-list__content {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .p-definition-list__content:before {
    display: none;
  }
  .p-definition-list--history .p-history-lists__date {
    width: 30%;
  }
  .p-definition-list--history .p-history-lists__text {
    width: 70%;
  }
}

.p-look__container {
  position: relative;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 4px;
}

.p-look__content {
  padding-left: 2px;
  padding-right: 2px;
}

.p-look__indicator {
  padding-top: 19px;
  padding-bottom: 19px;
}

.p-look-list .c-row--gutter-thin {
  margin-left: -2px;
  margin-right: -2px;
}

.p-look-list .c-row--gutter-thin [class*=c-col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.p-look-list__container {
  position: relative;
}

.p-look-list__content {
  margin-bottom: 4px;
}

.p-look-list__indicator {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.p-look-item:hover .p-look-item__link {
  transform: translateY(-20px);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-look-item:hover .p-look-item__link {
    transform: translateY(0);
    box-shadow: none;
  }
}

.p-look-item__link {
  display: flex;
  flex-direction: column;
  padding: 96px 32px 0;
  background: #eee;
  outline: none;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-look-item__link {
    padding: 48px 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-look-item__link {
    padding: 40px 8px 0;
  }
}

.p-look-item__frame {
  position: relative;
  height: 100%;
}

.p-look-item__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.p-look-item__image {
  width: 100%;
}

.p-look-item__num {
  font-size: 14px;
  line-height: 28px;
  padding: 2px 0;
  color: #999;
}

[lang="ja"] .p-look-item__num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-look-item__num,
[lang="en-us"] .p-look-item__num {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-look-item__num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-look-item__num {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-look-item__link, .p-look-item__frame:before, .p-look-item__num {
  transition: all 0.4s ease-in-out;
}

.p-banner {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

.p-banner__container {
  position: relative;
}

.p-banner__link {
  display: flex;
  width: 100%;
  background: #eee;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1280px) {
  .p-banner__link {
    flex-direction: column;
  }
}

.p-banner__info {
  width: 50%;
  padding: 28px 32px;
}

@media screen and (max-width: 1280px) {
  .p-banner__info {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__info {
    padding: 12px 12px 32px;
  }
}

.p-banner__title {
  font-size: 24px;
  line-height: 48px;
  transition: all 0.4s ease-in-out;
  margin: 0 0 4px;
}

[lang="ja"] .p-banner__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-banner__title,
[lang="en-us"] .p-banner__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-banner__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-banner__title {
    font-size: 16px;
    line-height: 32px;
  }
}

.p-banner__text {
  font-size: 16px;
  line-height: 32px;
  transition: all 0.4s ease-in-out;
}

[lang="en"] .p-banner__text,
[lang="en-us"] .p-banner__text {
  line-height: 28px;
}

.p-banner__frame {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .p-banner__frame {
    width: 100%;
  }
}

.p-banner__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.p-banner__image {
  width: 100%;
}

.p-banner__link {
  transition: all 0.4s ease-in-out;
}

.p-banner__link:hover {
  background: #333;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
}

.p-banner__link:hover .p-banner__frame:before {
  opacity: 1;
}

.p-banner__link:hover .p-banner__title,
.p-banner__link:hover .p-banner__text {
  color: #fff;
}

.p-banner__indicator {
  padding-top: 19px;
  padding-bottom: 19px;
}

/*
p-movie
  a.p-movie__link
    p-movie__content
      p-movie__info
        p-movie__title
      p-movie__icon
      p-movie__image.sm-hide
      p-movie__image.md-hide.lg-hide
      p-movie__video
  p-movie__caption
*/
.p-movie {
  cursor: pointer;
}

.p-movie.is-playing iframe {
  z-index: 5;
}

.p-movie__info, .p-movie__icon, .p-movie__image, .p-movie__hide--is-playing {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.p-movie__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.p-movie__content {
  position: relative;
}

.p-movie__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.p-movie__info {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 56px 57px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-movie__info {
    padding: 0 16px 33px;
  }
}

.p-movie__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  pointer-events: none;
}

.p-movie__icon .im {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-movie__icon {
    font-size: 32px;
  }
}

.p-movie__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

.p-movie__title {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-movie__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.p-movie__caption {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
  margin-bottom: 32px;
}

[lang="ja"] .p-movie__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-movie__caption,
[lang="en-us"] .p-movie__caption {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-movie__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-movie.is-playing .p-movie__info,
.p-movie.is-playing .p-movie__icon,
.p-movie.is-playing .p-movie__image,
.p-movie.is-playing .p-movie__hide--is-playing {
  opacity: 0;
}

.p-movie:hover:not(.is-playing) .p-movie__content:before {
  opacity: 1;
}

.p-collection {
  margin: 0 0 20px;
  position: relative;
}

.p-collection .p-carousel {
  overflow: visible;
}

.p-collection__nav {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100vw - 1280px) / 2);
}

.p-collection__nav:hover {
  opacity: 0.5;
}

.p-collection__nav--prev {
  left: calc((1280px - 100vw) / 2);
}

.p-collection__nav--next {
  right: calc((1280px - 100vw) / 2);
}

@media screen and (max-width: 1440px) {
  .p-collection__nav {
    width: 56px;
  }
  .p-collection__nav--prev {
    left: -56px;
  }
  .p-collection__nav--next {
    right: -56px;
  }
}

@media screen and (max-width: 1279px) {
  .p-collection__nav {
    display: none;
  }
}

.p-collection__icon {
  font-size: 32px;
}

.p-collection__item {
  padding-left: 2px;
  padding-right: 2px;
}

.p-collection__frame {
  position: relative;
  height: 100%;
}

.p-collection__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.p-collection__image {
  width: 100%;
}

.p-collection__num {
  font-size: 14px;
  line-height: 28px;
  padding: 2px 0;
  color: #999;
}

[lang="ja"] .p-collection__num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-collection__num,
[lang="en-us"] .p-collection__num {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-collection__num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-collection__num {
    font-size: 14px;
    line-height: 24px;
  }
}

.p-collection__caption {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-collection__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-collection__caption,
[lang="en-us"] .p-collection__caption {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-collection__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-collection__link, .p-collection__frame:before, .p-collection__num, .p-collection__caption {
  transition: all 0.4s ease-in-out;
}

.p-collection__link {
  display: flex;
  flex-direction: column;
  outline: none;
}

.p-collection__link:hover .p-collection__frame:before {
  opacity: 1;
}

.p-collection-list__container {
  position: relative;
}

.p-collection-list__prev {
  position: absolute;
  top: calc(50% - 18px);
  left: -38px;
  transform: translateY(-50%) rotate(-180deg);
  width: 18px;
  height: 34px;
  background: url(/common/img/icon_arrow.svg) no-repeat center;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-collection-list__prev {
    display: none;
  }
}

.p-collection-list__prev:hover {
  opacity: 0.5;
}

.p-collection-list__next {
  position: absolute;
  top: calc(50% - 18px);
  right: -38px;
  transform: translateY(-50%);
  width: 18px;
  height: 34px;
  background: url(/common/img/icon_arrow.svg) no-repeat center;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-collection-list__next {
    display: none;
  }
}

.p-collection-list__next:hover {
  opacity: 0.5;
}

.p-collection-list__frame {
  position: relative;
}

.p-collection-list__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.p-collection-list__image {
  width: 100%;
}

.p-collection-list__num {
  font-size: 14px;
  line-height: 28px;
  padding-top: 2px;
  color: #999;
  margin-bottom: 32px;
}

[lang="ja"] .p-collection-list__num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-collection-list__num,
[lang="en-us"] .p-collection-list__num {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-collection-list__num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-collection-list__num {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-collection-list__num {
    margin-bottom: 16px;
  }
}

.p-collection-list__caption {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-collection-list__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-collection-list__caption,
[lang="en-us"] .p-collection-list__caption {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-collection-list__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-collection-list__link, .p-collection-list__frame:before, .p-collection-list__num, .p-collection-list__caption {
  transition: all 0.4s ease-in-out;
}

.p-collection-list__link {
  display: flex;
  flex-direction: column;
}

.p-collection-list__link:hover .p-collection-list__frame:before {
  opacity: 1;
}

.p-collection-oblong__frame {
  position: relative;
  width: 100%;
}

.p-collection-oblong__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.p-collection-oblong__image {
  width: 100%;
}

.p-collection-oblong__caption {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
  margin-top: 8px;
  margin-bottom: 32px;
}

[lang="ja"] .p-collection-oblong__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-collection-oblong__caption,
[lang="en-us"] .p-collection-oblong__caption {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-collection-oblong__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-collection-oblong__link, .p-collection-oblong__frame:before, .p-collection-oblong__caption {
  transition: all 0.4s ease-in-out;
}

.p-collection-oblong__link {
  display: flex;
}

.p-collection-oblong__link:hover .p-collection-oblong__frame:before {
  opacity: 1;
}

.p-header {
  position: relative;
  width: 100%;
  text-align: center;
  height: 56px;
}

.p-header__brands {
  position: absolute;
  top: 0;
  left: 0;
}

.p-header__brands__link {
  display: flex;
  align-items: center;
  padding: 12px;
  line-height: 0;
  letter-spacing: .04em;
}

.p-header__brands__image i {
  font-size: 32px;
  letter-spacing: 0;
  vertical-align: top;
}

.p-header__logo {
  display: inline-block;
}

.p-header__logo__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 56px;
}

.p-header__logo__frame {
  font-size: 0;
  margin: 0;
  line-height: 1;
}

.p-header__logo__image {
  display: block;
  width: 216px !important;
  height: 18px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo__image {
    width: 173px !important;
    height: 16px !important;
  }
}

.p-header__logo--isseymiyake {
  display: block;
  width: 182px !important;
  height: 18px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--isseymiyake {
    width: 148px !important;
    height: 16px !important;
  }
}

.p-header__logo--immen {
  display: block;
  width: 36px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--immen {
    width: 31px !important;
    height: 40px !important;
  }
}

.p-header__logo--men {
  display: block;
  width: 228px !important;
  height: 18px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--men {
    width: 188px !important;
    height: 16px !important;
  }
}

.p-header__logo--pleatsplease {
  display: block;
  width: 60px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--pleatsplease {
    width: 48px !important;
    height: 40px !important;
  }
}

.p-header__logo--hommeplisse {
  display: block;
  width: 44px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--hommeplisse {
    width: 36px !important;
    height: 40px !important;
  }
}

.p-header__logo--haat {
  display: block;
  width: 14px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--haat {
    width: 12px !important;
    height: 40px !important;
  }
}

.p-header__logo--me {
  display: block;
  width: 148px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--me {
    width: 106px !important;
  }
}

.p-header__logo--apocable {
  display: block;
  width: 42px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--apocable {
    width: 35px !important;
    height: 40px !important;
  }
}

.p-header__logo--baobao {
  display: block;
  width: 152px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--baobao {
    width: 126px !important;
    height: 40px !important;
  }
}

.p-header__logo--1325 {
  display: block;
  width: 110px !important;
  height: 40px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--1325 {
    width: 90px !important;
    height: 33px !important;
  }
}

.p-header__logo--in-ei {
  display: block;
  width: 42px !important;
  height: 48px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--in-ei {
    width: 36px !important;
    height: 40px !important;
  }
}

.p-header__logo--parfums {
  display: block;
  width: 226px !important;
  height: 32px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--parfums {
    width: 208px !important;
    height: 28px !important;
  }
}

.p-header__logo--watch {
  display: block;
  width: 280px !important;
  height: 18px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--watch {
    width: 224px !important;
    height: 16px !important;
  }
}

.p-header__logo--eyes {
  display: block;
  width: 258px !important;
  height: 18px !important;
}

@media screen and (max-width: 767px) {
  .p-header__logo--eyes {
    width: 206px !important;
    height: 16px !important;
  }
}

.p-header__place {
  position: absolute;
  top: 0;
  left: 0;
}

.p-header__place__link {
  display: inline-block;
  padding: 11px;
}

.p-header__place__link i {
  font-size: 34px;
  letter-spacing: 0;
  vertical-align: top;
}

.p-header__nav {
  position: absolute;
  top: 0;
  right: 0;
}

.p-header__nav__list {
  display: table;
}

.p-header__nav__list__item {
  display: table-cell;
  position: relative;
}

.p-header__nav__list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: #333;
  opacity: 0.2;
}

.p-header__nav__list__item:last-child:before {
  content: none;
}

.p-header__search {
  display: flex;
  align-items: center;
}

.p-header__search__link {
  padding: 13px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-header__search__link {
    padding-right: 6.25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-header__search__link {
    padding-right: 13.75px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-header__search__link {
    padding-right: 13.25px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__search__link {
    padding-right: 26.25px;
  }
}

.p-header__search__image--open {
  display: none;
}

.p-header__search__image--close {
  display: inline-block;
}

.p-header__search__image i {
  font-size: 30px;
  letter-spacing: 0;
  vertical-align: top;
}

.p-header__nav__menu {
  display: table-cell;
  text-align: right;
}

.p-header__nav__menu__link {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 0;
  letter-spacing: .04em;
}
@media screen and (max-width: 767px) {
  .p-header__nav__menu__link {
    padding-left: 3.75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-header__nav__menu__link {
    padding-left: 11.25px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-header__nav__menu__link {
    padding-left: 10.75px;
  }
}
@media screen and (min-width: 1280px) {
  .p-header__nav__menu__link {
    padding-left: 23.75px;
  }
}

.p-header__nav__image i {
  font-size: 36px;
  letter-spacing: 0;
  vertical-align: top;
}

.p-footer {
  position: relative;
  padding: 32px 0;
  z-index: 0;
}

.p-footer__logo {
  margin-bottom: 16px;
  line-height: 1;
}

.p-footer__logo__link {
  display: inline-block;
}

.p-footer__logo__frame {
  font-size: 1em;
  margin: 0;
}

.p-footer__logo__image {
  display: block;
  width: 173px !important;
  height: 16px !important;
}

@media screen and (max-width: 767px) {
  .p-footer__logo__image {
    width: 130px !important;
    height: 12px !important;
  }
}

.p-footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-footer__nav {
    flex-direction: column;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    flex-direction: column;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1279px) {
  .p-footer__menu {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menu {
    display: flex;
  }
}

.p-footer__menu__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-footer__menu__list {
    display: flex;
  }
}

.p-footer__menu__item {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  white-space: nowrap;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-footer__menu__item {
    margin-bottom: 8px;
  }
}

.p-footer__menu__item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #c9c9c9;
}

.p-footer__menu__item .p-menu__icon {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .p-footer__menu__list:last-child .p-footer__menu__item:last-child:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menu__list .p-footer__menu__item:last-child:after {
    display: none;
  }
}

.p-footer__menu__link {
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .p-footer__menu__link {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-footer__menu__link:hover {
  border-bottom: 1px solid #fff;
}

.p-footer__lang {
  display: flex;
  align-items: center;
}

.p-footer__lang__label {
  position: relative;
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-footer__lang__label {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-footer__lang__label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #c9c9c9;
}

.p-footer__lang__box {
  position: relative;
}

.p-footer__lang__box:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  position: absolute;
  top: 50%;
  right: -2px;
  color: #fff;
  font-size: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-footer__lang__box:before {
    font-size: 12px;
  }
}

.p-footer__lang__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  outline: none;
}

@media screen and (max-width: 767px) {
  .p-footer__lang__select {
    transform: scale(0.8);
    font-size: 12px;
    line-height: 20px;
  }
}

.p-footer__lang__select option {
  background: #535353;
  color: #fff;
}

.p-footer__copy__small {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .p-footer__copy__small {
    font-size: 10px;
  }
}

.p-footer__info {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.p-footer__note {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    letter-spacing: .04em;
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .p-footer__note {
        font-size: 10px;
        margin-left: 12px;
    }
}

.p-brands {
  position: relative;
  background-color: #fff;
  padding: 64px 0 0;
}

.p-brands__header {
  margin-bottom: 32px;
}

@media screen and (max-width: 1279px) {
  .p-brands__header {
    margin-bottom: 20px;
  }
}

.p-brands__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-brands__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-brands__title,
[lang="en-us"] .p-brands__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-brands__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-brands__body {
  display: flex;
  width: 100%;
  min-height: calc((100vw / 3 * 2 / 3 ) * 1.402 + 64px);
}

@media screen and (max-width: 1279px) {
  .p-brands__body {
    flex-direction: column;
  }
}

.p-brands__footer {
  margin-top: 4px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1280px) {
  .p-brands__footer {
    display: none;
  }
}

.p-brands__gallery {
  position: relative;
  width: calc(100% / 3 * 2);
}

@media screen and (max-width: 1279px) {
  .p-brands__gallery {
    width: 100%;
  }
}

.p-brands__gallery__item {
  display: flex;
  margin: -2px;
  outline: none;
}

@media screen and (max-width: 1279px) {
  .p-brands__gallery__item {
    width: 100vw;
  }
}

.p-brands__gallery__frame {
  flex-basis: 33.33%;
  padding: 2px;
}

@media screen and (max-width: 767px) {
  .p-brands__gallery__frame {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-brands__gallery__frame:last-child {
    display: none;
  }
}

.p-brands__gallery__image {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .p-carousel__list__item .p-brands__gallery__frame {
    transform: translate(0, -20px);
    transition: transform 0.8s ease-out;
  }
  .p-carousel__list__item .p-brands__gallery__frame:first-child {
    transition-delay: 0.0s;
  }
  .p-carousel__list__item .p-brands__gallery__frame:nth-child(2) {
    transition-delay: 0.1s;
  }
  .p-carousel__list__item .p-brands__gallery__frame:nth-child(3) {
    transition-delay: 0.2s;
  }
}

@media screen and (min-width: 1280px) {
  .p-carousel__list__item.prepare .p-brands__gallery__frame {
    transform: translate(0, 20px);
    transition: all 0s 0s;
  }
}

@media screen and (min-width: 1280px) {
  .p-carousel__list__item.prepare.ready .p-brands__gallery__frame {
    transition: transform 1.6s ease-out;
    transform: translate(0, 0);
  }
  .p-carousel__list__item.prepare.ready .p-brands__gallery__frame:first-child {
    transition-delay: 0.2s;
  }
  .p-carousel__list__item.prepare.ready .p-brands__gallery__frame:nth-child(2) {
    transition-delay: 0.4s;
  }
  .p-carousel__list__item.prepare.ready .p-brands__gallery__frame:nth-child(3) {
    transition-delay: 0.6s;
  }
}

@media screen and (min-width: 1280px) {
  .p-carousel__list__item.prepare .p-brands__gallery__item {
    opacity: 0;
  }
}

@media screen and (min-width: 1280px) {
  .p-carousel__list__item.prepare.ready .p-brands__gallery__item {
    opacity: 1;
    transition: opacity 1.0s 0.4s ease-in-out;
  }
}

.p-brands__menu {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3 * 1);
  padding: 0 56px 40px;
}

@media screen and (min-width: 1280px) {
  .p-brands__menu {
    margin-top: 0;
  }
}

@media screen and (max-width: 1279px) {
  .p-brands__menu {
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 8px;
    width: 100%;
    z-index: 2;
  }
}

@media screen and (min-width: 1280px) {
  .p-brands__menu.c-tab {
    margin-top: 0;
  }
}

.p-brands__menu__link {
  position: relative;
  display: inline-block;
  padding: 3px 0;
}

.p-brands__menu__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -56px;
  right: calc(-1vw + 100%);
  height: 2px;
  opacity: 0;
  background: #000;
  transition: all 1.6s ease;
}

@media screen and (max-width: 1279px) {
  .p-brands__menu__link:before {
    content: none;
  }
}

@media screen and (max-width: 1279px) {
  .p-brands__menu__link {
    padding: 0 20px;
  }
}

.p-brands__menu__item {
  margin: 0 0 8px;
  flex-shrink: 0;
}

@media screen and (max-width: 1279px) {
  .p-brands__menu__item {
    white-space: nowrap;
    position: relative;
    margin: 0;
  }
}

@media screen and (min-width: 1280px) {
  .p-brands__menu__item:before {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .p-brands__menu__item:last-child:before {
    content: none;
  }
}

@media screen and (max-width: 1279px) {
  .p-brands__menu__item.is-active {
    margin: 0;
  }
  [lang="ja"] .p-brands__menu__item.is-active .p-brands__menu__text {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  }
  [lang="en"] .p-brands__menu__item.is-active .p-brands__menu__text,
  [lang="en-us"] .p-brands__menu__item.is-active .p-brands__menu__text {
    font-family: "Helvetica Neue LT W01_71488914", sans-serif;
  }
  [lang="zh-CN"] .p-brands__menu__item.is-active .p-brands__menu__text {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
  }
}

@media screen and (min-width: 1280px) {
  .p-brands__menu__item.is-active .p-brands__menu__text {
    opacity: 0;
  }
  .p-brands__menu__item.is-active .p-brands__menu__text--bold {
    opacity: 1;
  }
}

.p-brands__menu__item.is-active .p-brands__menu__link:before {
  right: -1vw;
  opacity: 1;
}

.p-brands__menu__text {
  font-size: 16px;
  line-height: 32px;
  opacity: 1;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

[lang="en"] .p-brands__menu__text,
[lang="en-us"] .p-brands__menu__text {
  line-height: 28px;
}

@media screen and (min-width: 1280px) {
  .p-brands__menu__text {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.p-brands__menu__text--bold {
  font-size: 20px;
  line-height: 28px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

@media screen and (max-width: 1279px) {
  .p-brands__menu__text--bold {
    display: none;
  }
}

[lang="ja"] .p-brands__menu__text--bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-brands__menu__text--bold,
[lang="en-us"] .p-brands__menu__text--bold {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-brands__menu__text--bold {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  .p-brands__menu__text--bold {
    font-size: 18px;
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-brands__menu__text--bold {
    font-size: 18px;
  }
}

/* Edge */
_:-ms-lang(x), _::-webkit-meter-bar, .p-brands__menu__text--bold {
  font-size: 18px;
}

.p-card {
  height: 100%;
  padding-bottom: 4px;
}

.p-card__link {
  transition: all 0.4s ease-in-out;
  display: block;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-card__link {
    display: flex;
    flex-direction: row;
  }
}

.p-card__frame {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-card__frame {
    width: 104px;
  }
}

.p-card__image {
  width: 100%;
}

.p-card__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 16px 24px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-card__info {
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-card__info {
    padding: 8px 16px 4px;
  }
}

.p-card__info__main {
  margin-bottom: 16px;
}

@media screen and (max-width: 1279px) {
  .p-card__info__main {
    margin-bottom: 8px;
  }
}

.p-card__info__sub {
  padding-top: 8px;
  border-top: 1px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
  .p-card__info__sub {
    border-top: none;
  }
}

.p-card__label {
  font-size: 14px;
  line-height: 20px;
  color: #b5b5b5;
  transition: all 0.4s ease-in-out;
  margin-bottom: 8px;
}

[lang="ja"] .p-card__label {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-card__label,
[lang="en-us"] .p-card__label {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-card__label {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-card__label {
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-card__label {
    font-size: 10px;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-card__label {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-card__label {
    margin-bottom: 4px;
  }
}

.p-card__title {
  font-size: 16px;
  line-height: 24px;
  transition: all 0.4s ease-in-out;
  height: 48px;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1279px) {
  .p-card__title {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-card__title {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
}

.p-card__title br {
  display: none;
}

.p-card__date {
  font-size: 14px;
  line-height: 20px;
  color: #b5b5b5;
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .p-card__date {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-card__date,
[lang="en-us"] .p-card__date {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-card__date {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 1279px) {
  .p-card__date {
    font-size: 8px;
    line-height: 12px;
  }
}

@media screen and (max-width: 1279px) {
  .p-card__date {
    font-size: 10px;
  }
}

.p-card__content {
  height: 100%;
}

.p-card__content:hover .p-card__link {
  transform: translateY(-20px);
  background: #333;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-card__content:hover .p-card__link {
    transform: translateY(0);
    box-shadow: none;
  }
}

.p-card__content:hover .p-card__frame:before {
  opacity: 1;
}

.p-card__content:hover .p-card__label {
  color: #fff;
}

.p-card__content:hover .p-card__title {
  color: #fff;
}

.p-card__content:hover .p-card__date {
  color: #fff;
}

.p-animation {
  position: relative;
  background-color: #fff;
}

.p-animation__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media screen and (max-width: 1279px) {
  .p-animation__frame {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.p-animation__image {
  width: 100%;
}

.p-store-banner {
  position: relative;
  background: #eee;
  padding: 64px 0;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-store-banner {
    padding: 32px 0;
  }
}

.p-store-banner__content {
  display: block;
  margin: 0 auto;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.p-store-banner__content #logo path {
  transition: all 0.4s ease-in-out;
  fill: #333;
}

.p-store-banner__content:hover {
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
  background: #333;
  color: #fff;
}

.p-store-banner__content:hover #logo path,
.p-store-banner__content:hover .p-store-banner__info__title path,
.p-store-banner__content:hover .p-store-banner__info__title polygon,
.p-store-banner__content:hover .p-store-banner__info__title rect {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .p-store-banner__content {
    flex-direction: column;
  }
}

.p-store-banner__frame {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-store-banner__frame {
    padding-bottom: 0;
  }
}

.p-store-banner__image {
  width: 100%;
}

.p-store-banner__info {
  padding: 70px 100px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner__info {
    align-items: flex-start;
    padding: 32px 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-store-banner__info {
    align-items: flex-start;
    padding: 50px 16px;
  }
}

.p-store-banner__info__header {
  margin-bottom: 32px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner__info__header {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-store-banner__info__header {
    margin-bottom: 32px;
    max-width: none;
  }
}

.p-store-banner__info__title {
  margin-left: auto;
  margin-right: auto;
}

.p-store-banner__info__title path {
  transition: all 0.4s ease-in-out;
}

.p-store-banner__info__title svg {
  width: 100%;
}

.p-store-banner__info__description {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner__info__description {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-store-banner__info__description {
    margin-bottom: 16px;
    max-width: none;
  }
}

.p-store-banner__info__link {
  font-size: 16px;
  line-height: 32px;
}

[lang="ja"] .p-store-banner__info__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-store-banner__info__link,
[lang="en-us"] .p-store-banner__info__link {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-store-banner__info__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .p-store-banner__info__link,
[lang="en-us"] .p-store-banner__info__link {
  line-height: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner__info__link {
    font-size: 14px;
    line-height: 24px;
  }
  [lang="ja"] .p-store-banner__info__link {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  }
  [lang="en"] .p-store-banner__info__link,
  [lang="en-us"] .p-store-banner__info__link {
    font-family: "Helvetica Neue LT W01_71488914", sans-serif;
  }
  [lang="zh-CN"] .p-store-banner__info__link {
    font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
  }
}

.p-store-banner__info__link .im {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  margin-left: 10px;
  font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner__info__link .im {
    line-height: 20px;
  }
}

.p-store-banner__info__note {
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .p-store-banner__info__note,
[lang="en-us"] .p-store-banner__info__note {
  line-height: 28px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-store-banner__info__note {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-brandsmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3010;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-brandsmodal {
    display: none;
  }
}

.p-brandsmodal__overLay {
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3020;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}

.p-brandsmodal__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3030;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.15s ease-out;
  pointer-events: auto;
}

.p-brandsmodal.open .p-brandsmodal__overLay {
  opacity: 1;
  pointer-events: auto;
}

.p-brandsmodal.open .p-brandsmodal__inner {
  opacity: 1;
}

.p-brandsmodal.open {
  display: block;
}

.p-brandsmodal.hidden {
  display: none;
}

.p-brandsmodal .p-brandsmenu__button {
  opacity: 0;
  transition: opacity 0.15s ease;
}

.p-brandsmodal.open .p-brandsmenu__button {
  opacity: 1;
}

.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.p-menumodal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3010;
  pointer-events: none;
}

.p-menumodal__overLay {
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 3020;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.p-menumodal__inner {
  position: absolute;
  top: 0;
  right: -60%;
  z-index: 3030;
  width: calc(300px * 2);
  height: 100vh;
  opacity: 0;
  will-change: right;
  transition: right 0.2s ease-in, opacity 0.4s ease-in;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .p-menumodal__inner {
    width: 100%;
  }
}

.p-menumodal.open .p-menumodal__overLay {
  opacity: 1;
  pointer-events: auto;
}

.p-menumodal.open .p-menumodal__inner {
  right: 0;
  opacity: 1;
}

.p-menumodal.open {
  display: block;
}

.p-menumodal.hidden {
  display: none;
}

.p-menumodal .p-menu__list {
  opacity: 0;
}

.p-menumodal.open .p-menu__list {
  opacity: 1;
}

.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.p-searchmodal {
  position: fixed;
  width: 100%;
  height: calc(100vh - 56px);
  top: 0;
  left: 0;
  z-index: 3010;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-searchmodal {
    top: 56px;
  }
}

.p-searchmodal__overLay {
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 3020;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.p-searchmodal__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3030;
  width: 100%;
  pointer-events: auto;
}

.p-searchmodal__header {
  width: 100%;
  height: 56px;
  z-index: 3040;
  background: #fff;
  padding: 0 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.p-searchmodal__header__item {
  min-width: 122px;
  text-align: right;
}

.p-searchmodal__header__link {
  padding: 24px 20px;
  line-height: 0;
  pointer-events: auto;
}

.p-searchmodal__header__buttton__label {
  display: inline-block;
  vertical-align: top;
}

.p-searchmodal__header__logo {
  flex-grow: 1;
  width: 100%;
}

.p-searchmodal__header__logo__image {
  display: block;
  margin: 0 auto;
  width: 216px !important;
  height: 20px !important;
}

@media screen and (max-width: 767px) {
  .p-searchmodal__header__logo__image {
    width: 173px !important;
    height: 16px !important;
  }
}

.p-searchmodal.open .p-searchmodal__overLay {
  opacity: 1;
  transition: opacity 0.4s ease;
  pointer-events: auto;
}

.p-searchmodal.open {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-searchmodal.open {
    display: none;
  }
}

.p-searchmodal.hidden {
  display: none;
}

.p-searchmodal .p-searchbox {
  transform: scale(1, 0);
  transform-origin: 0 0;
  will-change: transform;
  transition: transform 0.4s ease;
}

.p-searchmodal.open .p-searchbox {
  transform: scale(1, 1);
}

.p-searchmodal.open .p-searchmodal__header {
  opacity: 1;
}

.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.p-brandsmenu {
  height: 100%;
  background: #fff;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .p-brandsmenu {
    display: none;
  }
}

.p-brandsmenu__button {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  z-index: 10;
}

.p-brandsmenu__button__link {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-brandsmenu__button__link {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-brandsmenu__button__link {
    padding-left: 27px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-brandsmenu__button__link {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .p-brandsmenu__button__link {
    padding-left: 52px;
  }
}

.p-brandsmenu__button__image i {
  font-size: 36px;
  letter-spacing: 0;
  vertical-align: top;
}

.p-brandsmenu__list {
  padding: 56px 56px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  width: 100%;
  max-width: 1440px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-brandsmenu__list__item {
  width: calc(100% / 3 * 1);
  padding: 10px 40px;
  padding: 1vw 2vw;
}

@media screen and (max-width: 768px) {
  .p-brandsmenu__list__item {
    padding: 20px 20px;
  }
}

.p-brandsmenu__link {
  display: block;
  position: relative;
}

.p-brandsmenu__link:hover .p-brandsmenu__image:before {
  opacity: 0.5;
}

.p-brandsmenu__image {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 68.9%;
  background: center top no-repeat;
  background-size: cover;
}

.p-brandsmenu__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000;
  transition: opacity 0.4s ease;
}

.p-brandsmenu__title,
.p-brandsmenu__description {
  font-size: 14px;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
}

.p-brandsmenu__title {
  margin-top: 18px;
  line-height: 1;
}

.p-brandsmenu__description {
  margin-top: 5px;
}

.p-menu {
  width: 100%;
  height: 100%;
  transition: 0.8s ease-in-out;
  background: #333;
}

.p-menu__header {
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p-menu__header__link {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 0;
  letter-spacing: .04em;
  transition: 0.8s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-menu__header__link {
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-menu__header__link {
    padding-right: 27px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-menu__header__link {
    padding-right: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .p-menu__header__link {
    padding-right: 52px;
  }
}

.p-menu__header__image i {
  font-size: 36px;
  letter-spacing: 0;
  vertical-align: top;
}

.p-menu__body {
  overflow: hidden;
}

.p-menu__container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-menu__container {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 56px);
    padding-bottom: 60px;
  }
}

.p-menu__main-menu {
  display: flex;
  width: 100%;
  height: calc(100vh - 56px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.8s ease-in-out;
}

/* iPad 対応 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-menu__main-menu {
    height: calc(100vh - 112px);
  }
}

@media screen and (max-width: 767px) {
  .p-menu__main-menu {
    width: 200%;
    height: auto;
  }
}

.p-menu__banner-arrow {
  position: absolute;
  z-index: 10;
  left: 424px;
  width: 56px;
  margin-left: -28px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.p-menu__banner-arrow.up {
  top: 10px;
  transform: rotateZ(180deg);
}

.p-menu__banner-arrow.down {
  bottom: 10px;
}

@keyframes p-menu__attention--down {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, 6px);
  }
  20% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 6px);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.p-menumodal.open .p-menu__banner-arrow.down {
  animation: p-menu__attention--down 6s infinite;
}

@media screen and (max-width: 767px) {
  .p-menu__banner-arrow {
    display: none;
  }
}

.p-menu__banner-arrow.not-scroll {
  display: none;
}

.p-menu__banner-arrow.visible {
  opacity: 1;
}

.p-menu__banner-menu {
  padding: 24px 0 24px;
  display: block;
  position: absolute;
  height: calc(100vh - 56px);
  top: 0;
  left: 50%;
  bottom: 0;
  right: -64px;
  z-index: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .p-menu__banner-menu {
    padding: 0;
    position: static;
    height: auto;
  }
}

.p-menu__banner-menu:before {
  display: block;
  content: "";
  width: 248px;
  height: 24px;
  background: -webkit-linear-gradient(top, #333, rgba(51, 51, 51, 0));
  position: fixed;
  top: 56px;
}

.p-menu__banner-menu:after {
  display: block;
  content: "";
  width: 248px;
  height: 32px;
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0), #333);
  position: -webkit-sticky;
  position: sticky;
  bottom: -24px;
}

.p-menu--recruit .p-menu__banner-menu:before {
  background: -webkit-linear-gradient(top, #eee, rgba(238, 238, 238, 0));
}

.p-menu--recruit .p-menu__banner-menu:after {
  background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0), #eee);
}

.p-menu__banner-menu.not-scroll:before,
.p-menu__banner-menu.not-scroll:after {
  display: none;
}

/* iPad 対応 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-menu__banner-menu {
    height: 100%;
  }
}

.p-menu__banner-menu__item {
  padding-left: 8px;
  padding-right: 56px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-menu__banner-menu__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-menu__banner {
  display: block;
  width: 232px;
  height: 102px;
}

@media screen and (max-width: 767px) {
  .p-menu__banner {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px) * 0.4396);
  }
}

.p-menu__banner__image {
  display: block;
  width: 100%;
  height: 100%;
  background: #c9c9c9;
}

.p-menu__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-menu__item--corporate {
  margin-top: 12px;
}

.p-menu__list {
  margin: 0 0 auto;
  flex-shrink: 0;
  flex-basis: auto;
  transition: 0.8s ease-in-out;
}

.p-menu__list__item:last-child {
  border-bottom: 0;
}

.p-menu__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
  margin-left: 56px;
  margin-right: 56px;
}

@media screen and (max-width: 767px) {
  .p-menu__link {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.p-menu__text {
  left: 0;
  transition: 0.15s ease-in-out;
}

.p-menu__text:hover {
  left: 12px;
}

.p-menu__inner {
  padding-bottom: 8px;
  margin-left: 56px;
  margin-right: 56px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-menu__inner {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.p-menu__inner__item {
  padding: 5px 15px;
}

.p-menu__inner__link {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: #333;
  width: 100%;
}

.p-menu__text {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  width: 100%;
  position: relative;
  left: 0;
  transition: color 0.4s ease, left 0.4s ease;
}

[lang="en"] .p-menu__text,
[lang="en-us"] .p-menu__text {
  line-height: 28px;
}

.p-menu__text .p-menu__icon {
  margin-left: 5px;
}

.p-menu__icon {
  vertical-align: baseline;
  margin-left: auto;
  color: #fff;
  transition: color 0.4s ease;
}

.p-menu__icon--pull-right {
  margin-left: auto;
}

.p-menu__info {
  padding: 32px 56px;
}

@media screen and (max-width: 767px) {
  .p-menu__info {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-menu__letter__link {
  transition: all 0.4s ease-in-out;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 14px;
  line-height: 32px;
  color: #eee;
}

.p-menu__letter__link:hover {
  color: #c9c9c9;
  border-bottom: 1px solid transparent;
}

.p-menu__letter__link:hover {
  color: #eee;
}

.p-menu__lang {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-menu__lang {
    width: 60%;
  }
}

.p-menu__lang__label {
  position: relative;
  padding: 0 8px 0 0;
  font-size: 14px;
  line-height: 32px;
  color: #eee;
  width: 48%;
}

.p-menu__lang__label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #eee;
}

.p-menu__lang__select + .easy-select-box .esb-displayer {
  font-size: 14px;
  line-height: 24px;
  width: 100px;
  padding-left: 8px;
  padding-right: 24px;
}

.p-menu__lang__select + .easy-select-box .esb-item {
  font-size: 14px;
  line-height: 28px;
  padding-left: 12px;
  padding-right: 12px;
}

.p-menu__lang__box {
  position: relative;
  cursor: pointer;
  width: 52%;
}

.p-menu__lang__box:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #eee;
  z-index: 0;
  pointer-events: none;
}

.p-menu__lang__select {
  padding: 0 8px;
  transform: scale(0.8);
  line-height: 32px;
  color: #eee;
  outline: none;
  cursor: pointer;
  appearance: none;
  background: transparent;
  width: 120%;
}

.p-menu__lang__select option {
  background: #535353;
  color: #fff;
}

.p-menu__image {
  width: 16px;
}

.p-menu__return {
  padding: 0 56px;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .p-menu__return {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-menu__return__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}

.p-menu__return__link .p-menu__icon {
  margin-left: 0;
}

.p-menu__search {
  margin: 0 16px 56px;
}

@media screen and (min-width: 768px) {
  .p-menu__search {
    display: none;
  }
}

.p-menu__search__box {
  position: relative;
  background: #fff;
  font-size: 18px;
  padding: 4px;
}

.p-menu__search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  padding: 6px 34px 10px 8px;
  line-height: 24px;
  font-family: sans-serif !important;
  font-size: 16px;
  width: 114.285%;
  transform: scale(0.875);
  transform-origin: 0 100%;
}

.p-menu__search__input:placeholder-shown,
.p-menu__search__input::-webkit-input-placeholder,
.p-menu__search__input:-moz-placeholder,
.p-menu__search__input::-moz-placeholder,
.p-menu__search__input:-ms-input-placeholder {
  opacity: 1;
  color: #b5b5b5;
  font-family: sans-serif !important;
}

.p-menu__search__button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}

.p-menu__return__text {
  font-size: 16px;
  color: #333;
  width: 100%;
  text-align: right;
}

.p-menu--recruit .p-menu__main-menu {
  transform: translate(-50%, 0);
}

.p-menu__banner-menu {
  background: #333;
  transition: background-color 0.8s ease-in-out;
}

.p-menu__header__link {
  color: #eee;
}

.p-menu--recruit {
  background: #eee;
}

.p-menu--recruit .p-menu__banner-menu {
  background: #eee;
}

.p-menu--recruit .p-menu__header__link {
  color: #333;
}

.p-menu--recruit .p-menu__text,
.p-menu--recruit .p-menu__icon {
  color: #333;
}

.p-menu .p-menu__link.accordion {
  padding-right: 24px;
}

.p-menu .p-menu__link.accordion .p-menu__icon {
  position: absolute;
  top: 14px;
  right: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.p-menu .p-menu__link.accordion .p-menu__icon.accordion--active-hide {
  opacity: 1;
  transform: rotate(0);
}

.p-menu .p-menu__link.accordion .p-menu__icon.accordion--inactive-hide {
  opacity: 0;
  transform: rotate(-90deg);
}

.p-menu .p-menu__link.accordion.is-active {
  border-bottom-color: transparent;
}

.p-menu .p-menu__link.accordion.is-active .p-menu__icon.accordion--active-hide {
  opacity: 0;
  transform: rotate(90deg);
}

.p-menu .p-menu__link.accordion.is-active .p-menu__icon.accordion--inactive-hide {
  opacity: 1;
  transform: rotate(0);
}

.p-menu-sp__inner {
  display: none;
  background: #535353;
}

.p-menu-sp__inner__link {
  display: block;
  padding: 6px 16px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #eee;
}

.p-searchbox {
  padding: 16px 0 8px;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

.p-searchbox__box {
  margin: 0 224px;
  position: relative;
  color: #333;
}

.p-searchbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 4px 34px 4px 0;
  border-radius: 0;
  border-bottom: 1px solid #333;
  outline: none;
  font-size: 16px;
  caret-color: #b5b5b5;
  font-family: sans-serif !important;
}

.p-searchbox__input:placeholder-shown,
.p-searchbox__input::-webkit-input-placeholder,
.p-searchbox__input:-moz-placeholder,
.p-searchbox__input::-moz-placeholder,
.p-searchbox__input:-ms-input-placeholder {
  opacity: 1;
  color: #c9c9c9;
  font-family: sans-serif !important;
}

.p-searchbox__button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 8px;
}

.p-job-categories__col {
  display: flex;
}

.p-job-categories__header {
  position: relative;
  border-top: #333 2px solid;
  box-sizing: border-box;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 1280px) {
  .p-job-categories__header {
    pointer-events: none;
  }
}

@media screen and (max-width: 1279px) {
  .p-job-categories__header {
    cursor: pointer;
  }
  .p-job-categories__header.accordion .p-job-categories__icon {
    position: absolute;
    top: 26px;
    right: 0;
    opacity: 0;
    font-size: 20px;
    vertical-align: top;
    transition: all 0.4s ease-in-out;
  }
  .p-job-categories__header.accordion .p-job-categories__icon.accordion--active-hide {
    opacity: 1;
    transform: rotate(0);
  }
  .p-job-categories__header.accordion .p-job-categories__icon.accordion--inactive-hide {
    opacity: 0;
    transform: rotate(-90deg);
  }
  .p-job-categories__header.accordion.is-active .p-job-categories__icon.accordion--active-hide {
    opacity: 0;
    transform: rotate(90deg);
  }
  .p-job-categories__header.accordion.is-active .p-job-categories__icon.accordion--inactive-hide {
    opacity: 1;
    transform: rotate(0);
  }
}

.p-job-categories__list {
  flex: 1;
}

.p-job-categories__title {
  font-size: 16px;
  line-height: 24px;
}

[lang="ja"] .p-job-categories__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-job-categories__title,
[lang="en-us"] .p-job-categories__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-job-categories__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (min-width: 1280px) {
  .p-job-categories__items {
    display: block !important;
  }
}

@media screen and (max-width: 1279px) {
  .p-job-categories__items {
    padding-bottom: 32px;
    display: none;
  }
}

.p-job-categories__item, .p-job-categories__item--new {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 12px 36px;
  border: #eee 4px solid;
  margin-bottom: 16px;
  flex-direction: column;
  justify-content: center;
  height: 92px;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.p-job-categories__items .p-job-categories__item:last-child,
.p-job-categories__items .p-job-categories__item--new:last-child {
  margin-bottom: 0;
}

.p-job-categories__item:before, .p-job-categories__item--new:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  width: 4px;
  background: #333;
}

.p-job-categories__item:hover, .p-job-categories__item--new:hover {
  background: #eee;
}

.p-job-categories__item--new {
  position: relative;
}

.p-job-categories__item--new:after {
  position: absolute;
  top: -4px;
  right: -4px;
  content: "NEW";
  color: #fff;
  background: #333;
  font-size: 14px;
  padding: 0 8px;
}

[lang="ja"] .p-job-categories__item--new:after {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-job-categories__item--new:after,
[lang="en-us"] .p-job-categories__item--new:after {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-job-categories__item--new:after {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-job-categories__item__tag {
  font-size: 14px;
  line-height: 20px;
}

.p-job-categories__item__title {
  font-size: 16px;
  line-height: 20px;
}

.p-job-categories__button {
  margin-top: 32px;
}

.p-pagenav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 56px;
  background: #eee;
  min-height: 56px;
  position: relative;
  z-index: 11;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-pagenav {
    padding-left: 32px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagenav {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-pagenav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-pagenav__main {
    padding-right: 16px;
  }
}

.p-pagenav__sub {
  overflow: hidden;
  margin-left: -8px;
  margin-right: -8px;
}

.p-pagenav__online-store {
  display: table-cell;
  line-height: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.p-pagenav__online-store svg {
  vertical-align: top;
}

.p-pagenav__online-store path {
  transition: fill 0.25s ease-out;
}

.p-pagenav__online-store:hover path {
  fill: #999;
}

.p-pagenav__sns {
  overflow: hidden;
  display: table-cell;
}

.p-pagenav__sns__item {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
}

.p-pagenav__sns__icon {
  font-size: 25px;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.p-pagenav__sns__icon > * {
  vertical-align: top;
}

.p-pagenav .c-navigation-bar__item {
  display: none;
}

.p-pagenav .c-navigation-bar__item.is-enabled {
  display: block;
}

.p-concept {
  position: relative;
  padding-top: 80px;
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .p-concept {
    padding-top: 64px;
  }
}

.p-concept__header {
  position: absolute;
  top: 80px;
  left: 56px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-concept__header {
    left: 32px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-concept__header {
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }
}

.p-concept__body {
  width: calc(100% / 3 * 2);
  margin-left: calc(100% / 3 * 1);
}

@media screen and (max-width: 767px) {
  .p-concept__body {
    width: 100%;
    margin-left: 0;
  }
}

.p-concept__content {
  padding-bottom: 32px;
}

.p-concept__content:last-child {
  padding-bottom: 0;
}

.p-concept__buttons {
  overflow: hidden;
  margin-bottom: -16px;
}

.p-concept__buttons > * {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-concept__buttons > * {
    margin-right: 0;
  }
}

.p-concept__buttons > *:last-child {
  margin-right: 0;
}

.p-concept__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-concept__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-concept__title,
[lang="en-us"] .p-concept__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-concept__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-concept__text {
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .p-concept__text,
[lang="en-us"] .p-concept__text {
  line-height: 28px;
}

.p-modal-item {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3010;
  overflow-y: auto;
  overflow-x: hidden;
}

/* .p-modal-item.is-waiting .p-modal-item__num,
.p-modal-item.is-waiting .p-modal-item__close,
.p-modal-item.is-waiting .p-modal-item__prev,
.p-modal-item.is-waiting .p-modal-item__next {
  opacity: 0;
} */

.p-modal-item__num, .p-modal-item__close, .p-modal-item__prev, .p-modal-item__next {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-modal-item__area {
  background: #fff;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: fit-content;
  min-height: 100vh;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-modal-item__num {
  position: absolute;
  top: 40px;
  left: 56px;
  font-size: 32px;
  line-height: 32px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-modal-item__num {
    top: 24px;
    left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-item__num {
    top: 16px;
    left: 16px;
    font-size: 24px;
    line-height: 24px;
  }
}

.p-modal-item__close {
  position: absolute;
  top: 40px;
  right: 56px;
  width: 40px;
  height: 40px;
  background: url(/common/img/icon_close.svg) no-repeat center;
  cursor: pointer;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-modal-item__close {
    top: 24px;
    right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-item__close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
}

.p-modal-item__close:hover {
  opacity: 0.8;
}

.p-modal-item__container {
  max-width: 100vw;
  width: 100%;
}

.p-modal-item__inner {
  display: block;
  margin: auto;
  width: 100%;
  letter-spacing: -.4em;
  text-align: left;
}

.no-coordinate .p-modal-item__inner{
  text-align: center;
}

.p-modal-item__inner > * {
  letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
  .p-modal-item__inner {
    max-width: 1440px;
    padding: 80px 96px;
    text-align: center;
  }

  .p-modal-item__inner > * {
    text-align: left;
  }

  /* .p-modal-item__inner::before {
    content: "";
  } */

  /* .p-modal-item__inner::before, */
  .p-modal-item__coordinate {
    width: 338px;
  }
  .no-coordinate .p-modal-item__coordinate {
    width: 0;
    padding: 0;
  }

  /* .p-modal-item__inner::before, */
  .p-modal-item__inner > * {
    display: inline-block;
    vertical-align: bottom;
  }

  .p-modal-item__coordinate {
    padding-left: 40px;
    padding-bottom: 28px;
  }
  .no-num .p-modal-item__coordinate {
    padding-left: 40px;
    padding-bottom: 4px;
  }

  .p-modal-item__picture {
    max-width: 528px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1072px){
  .p-modal-item__coordinate {
    width: 304px;
  }
}


.is-pc .p-modal-item__inner > * {
  display: inline-block;
  vertical-align: bottom;
}



@media screen and (max-width: 1023px) {
  .p-modal-item__area {
    align-items: start;
  }

  .p-modal-item__inner {
    max-width: 560px;
    padding: 80px 16px;
  }
}

.p-modal-item__coordinate a{
  /* remove bluebox */
  /* outline: none; */
}
.p-modal-item__coordinate-fs14 {
  font-size: 14px;
}

.p-modal-item__coordinate-links + .p-modal-item__coordinate-links {
  padding-top: 16px;
}

.p-modal-item__coordinate-links li {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-modal-item__coordinate-links li dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-modal-item__coordinate-links li dl dt,
.p-modal-item__coordinate-links li dl dd {
  display: table-cell;
}

.p-modal-item__coordinate-links li dl dt {
  width: 5em;
}

.p-modal-item__coordinate-links li a {
  border-bottom: 1px solid transparent;
  line-height: 1;
  padding-bottom: 2px;
  transition: all 0.4s ease-in-out;
  vertical-align: text-bottom;
}

.p-modal-item__coordinate-links li a:hover {
  border-bottom: 1px solid #333;
}

.p-modal-item__coordinate-links li a:hover {border-bottom: 1px solid #606060;}
.p-modal-item__coordinate-fw45 .p-modal-item__coordinate-links li a:hover {border-bottom: 1px solid #333;}

[lang="ja"] .p-modal-item__coordinate-links li {
  font-family: "Helvetica Neue LT W01_35 Thin", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .p-modal-item__coordinate-links li,
[lang="en-us"] .p-modal-item__coordinate-links li {
  font-family: "Helvetica Neue LT W01_35 Thin", sans-serif;
}

[lang="zh-CN"] .p-modal-item__coordinate-links li {
  font-family: "Helvetica Neue LT W01_35 Thin", "Hiragino Sans GB W3", sans-serif;
}

[lang="ja"] .p-modal-item__coordinate-fw45 .p-modal-item__coordinate-links li {
  font-family: "Helvetica Neue LT W01_41488878", "Hiragino Kaku Gothic W1 JIS2004", sans-serif;
}

[lang="en"] .p-modal-item__coordinate-fw45 .p-modal-item__coordinate-links li,
[lang="en-us"] .p-modal-item__coordinate-fw45 .p-modal-item__coordinate-links li {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
}

[lang="zh-CN"] .p-modal-item__coordinate-fw45 .p-modal-item__coordinate-links li {
  font-family: "Helvetica Neue LT W01_55 Roman", "Hiragino Sans GB W3", sans-serif;
}

.p-modal-item__coordinate-links li em {
  font-style: normal;
}

[lang="ja"] .p-modal-item__coordinate-links li em {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-modal-item__coordinate-links li em,
[lang="en-us"] .p-modal-item__coordinate-links li em {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-modal-item__coordinate-links li em {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-modal-item__frame {
  max-width: 100%;
}

.p-modal-item__image {
  max-width: inherit;
  max-height: inherit;
}

@media screen and (max-width: 767px) {
  .p-modal-item__image {
    max-height: calc(100vh - 220px); /* for iphone8 */
    margin: 0 auto;
  }
  .is-pc .p-modal-item__image{
    max-height: inherit;
  }
}

.p-modal-item__item-num {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  text-align: left;
}

[lang="ja"] .p-modal-item__item-num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-modal-item__item-num,
[lang="en-us"] .p-modal-item__item-num {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-modal-item__item-num {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-modal-item__prev {
  content: "";
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%) rotate(-180deg);
  width: 64px;
  height: 64px;
  background: url(/common/img/icon_arrow-lg.svg) no-repeat center;
  background-size: 40px 40px;
  cursor: pointer;
}

.p-modal-item__prev:hover {
  opacity: 0.8;
}

.p-modal-item__next {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: url(/common/img/icon_arrow-lg.svg) no-repeat center;
  background-size: 40px 40px;
  cursor: pointer;
}

.p-modal-item__next:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-modal-item__prev {
    left: 12px;
  }

  .p-modal-item__next {
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-modal-item__next {
    right: 8px;
    width: 48px;
    height: 48px;
    background-size: 32px 32px;
  }

  .p-modal-item__prev {
    left: 8px;
    width: 48px;
    height: 48px;
    background-size: 32px 32px;
  }

  .p-carousel .p-modal-item__coordinate{
      display: none;
  }
  .is-pc .p-modal-item__coordinate{
      display: inline-block;
  }
  .p-modal-item {
      overflow-y: auto;
  }
  .p-modal-item__area{
      height: auto ! important;
      min-height: calc(100vh + 1px);
  }
}
@media screen and (max-width: 1439px) {
  .p-modal-item__container > .p-modal-item__coordinate{
    position: relative;
    top: -73px;
    padding: 0 17px;
    margin: auto;
    max-width: 560px;
  }
}


/* @media screen and (min-width: 560px) and (max-width: 1439px) {
  .p-modal-item__next,
  .p-modal-item__prev {
    top: calc((528px * 1728 / 1240 / 2) + 80px);
  }
}

@media screen and (max-width: 559px) {
  .p-modal-item__next,
  .p-modal-item__prev {
    top: calc(((100vw - 16px * 2) * 1728 / 1240 / 2) + 80px);
  }
} */

.p-modal-item.open .p-modal-item__area {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-modal-item.open {
  display: block;
}

.p-modal-item.hidden {
  display: none;
}

.p-modal-item .p-carousel__list {
  text-align: center;
}

.p-modal-item .p-carousel__list__item {
  /* max-height: 100vh; */
}

.p-item:hover .p-item__link {
  transform: translateY(-20px);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-item:hover .p-item__link {
    transform: translateY(0);
    box-shadow: none;
  }
}

.p-item__image {
  width: 100%;
}

.p-item__title {
  padding: 7px 16px 23px;
  font-size: 14px;
  line-height: 20px;
}

[lang="ja"] .p-item__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-item__title,
[lang="en-us"] .p-item__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-item__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-item__title {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-item__link {
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.items-list {
  margin: 0 0 32px;
}

@media screen and (max-width: 767px) {
  .items-list {
    margin: 0;
  }
}

.items-list__row {
  display: flex;
  flex-wrap: wrap;
}

.items-list__col {
  width: calc(100% / 4 * 1);
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .items-list__col {
    width: calc(100% / 3 * 1);
  }
}

@media screen and (max-width: 767px) {
  .items-list__col {
    width: calc(100% / 2 * 1);
  }
}

.p-list__title {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-list__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-list__title,
[lang="en-us"] .p-list__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-list__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-list__item {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .p-list__item,
[lang="en-us"] .p-list__item {
  line-height: 28px;
}

.p-list__item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #333;
}

.p-list-num__title {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-list-num__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-list-num__title,
[lang="en-us"] .p-list-num__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-list-num__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-list-num__item, .p-list-num__child__item {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 32px;
  counter-increment: number;
}

[lang="en"] .p-list-num__item, [lang="en"] .p-list-num__child__item,
[lang="en-us"] .p-list-num__item,
[lang="en-us"] .p-list-num__child__item {
  line-height: 28px;
}

.p-list-num__item:before, .p-list-num__child__item:before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.p-list-num__child__item {
  counter-increment: number2;
}

.p-list-num__child__item:before {
  content: "(" counter(number2) ") ";
  position: absolute;
  top: 0;
  left: 0;
}

.p-refine {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-refine {
    position: relative;
    text-align: left;
  }
}

.p-refine__list {
  display: inline-block;
  *zoom: 1;
  list-style-type: none;
  margin-bottom: 24px;
}

.p-refine__list:before, .p-refine__list:after {
  content: "";
  display: table;
}

.p-refine__list:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .p-refine__list {
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    padding: 0 16px 40px;
    z-index: 1020;
    background: #eee;
  }
}

.p-refine__list__toggle {
  position: relative;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 32px;
  display: none;
  background: #eee;
}

@media screen and (max-width: 768px) {
  .p-refine__list__toggle {
    display: block;
  }
}

.p-refine__list__toggle:before {
  content: "\e918";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 16px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease-in-out;
}

.p-refine__list__toggle:after {
  content: '';
  position: absolute;
  z-index: 2010;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}

.p-refine__list__toggle.is-active:before {
  transform: translateY(-50%) rotate(-180deg);
}

.p-refine__list__toggle.is-active:after {
  border-bottom: 1px solid #c9c9c9;
  transition: all 0.4s ease-in-out;
}

.p-refine__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.p-refine__item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #c9c9c9;
}

@media screen and (max-width: 768px) {
  .p-refine__item:not(:last-child):before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .p-refine__item {
    display: block;
    float: none;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
  }
}

.p-refine__link {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 24px;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p-refine__link {
    padding: 4px 0;
    line-height: 32px;
    display: block;
    border-bottom: none;
  }
}

.p-refine__link__icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-refine__link__icon {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-refine__link__icon.accordion--active-hide {
    opacity: 1;
    transform: rotate(0);
  }
}

@media screen and (max-width: 768px) {
  .p-refine__link__icon.accordion--inactive-hide {
    opacity: 0;
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 768px) {
  .p-refine__link.is-active .p-refine__link__icon.accordion--active-hide {
    opacity: 0;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .p-refine__link.is-active .p-refine__link__icon.accordion--inactive-hide {
    opacity: 1;
    transform: rotate(0);
  }
}

.p-refine__menu {
  display: table;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -24px;
  margin: 0 -24px;
  padding: 16px 24px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
  text-align: left;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p-refine__menu {
    position: static;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0 0 8px;
    visibility: visible;
    opacity: 1;
    background: none;
    box-shadow: none;
    transition: none;
  }
}

.p-refine__menu__list {
  display: table-cell;
  vertical-align: top;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__list {
    display: block;
    padding: 0;
  }
}

.p-refine__menu__item {
  width: 100%;
}

.p-refine__menu__link {
  display: block;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__link {
    display: block;
    font-size: 16px;
    line-height: 36px;
    white-space: normal;
  }
}

.p-refine__item.is-active .p-refine__link, .p-refine__item:hover .p-refine__link {
  border-bottom: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .p-refine__item.is-active .p-refine__link, .p-refine__item:hover .p-refine__link {
    border-bottom: none;
  }
}

.p-refine__item:hover .p-refine__menu {
  visibility: visible;
  opacity: 1;
}

.p-refine__menu__item:hover .p-refine__menu__link {
  opacity: 0.5;
}

.p-refine__menu__content {
  display: table-cell;
  vertical-align: top;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__content {
    display: block;
    width: auto;
  }
}

.p-refine__menu__content .p-refine__menu__list {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__content .p-refine__menu__list {
    padding: 0 0 0 32px;
  }
}

.p-refine__menu__content .p-refine__menu__list.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__content .p-refine__menu__list.is-active {
    display: none;
  }
}

.p-refine__menu__caption {
  position: relative;
  display: none;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__caption {
    display: block;
  }
}

.p-refine__menu__caption__icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__caption__icon {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-refine__menu__caption__icon.accordion--active-hide {
    opacity: 1;
    transform: rotate(0);
  }
}

@media screen and (max-width: 768px) {
  .p-refine__menu__caption__icon.accordion--inactive-hide {
    opacity: 0;
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 768px) {
  .p-refine__menu__caption.is-active .p-refine__menu__caption__icon.accordion--active-hide {
    opacity: 0;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .p-refine__menu__caption.is-active .p-refine__menu__caption__icon.accordion--inactive-hide {
    opacity: 1;
    transform: rotate(0);
  }
}

.p-refine__menu__categories {
  display: table-cell;
  vertical-align: top;
  padding: 0 24px;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__categories {
    display: none;
  }
}

.p-refine__menu__categories__item {
  width: 100%;
}

.p-refine__menu__categories__item.is-active .p-refine__menu__categories__link:before {
  border-bottom: 2px solid #333;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p-refine__menu__categories__item.is-active .p-refine__menu__categories__link:before {
    border-bottom: none;
  }
}

.p-refine__menu__categories__link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}

.p-refine__menu__categories__link:before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}

.p-refine__current {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

[lang="ja"] .p-refine__current {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-refine__current,
[lang="en-us"] .p-refine__current {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-refine__current {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-refine__current {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-refine__current {
    border-bottom: 4px solid #eee;
  }
}

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

.p-scroll-to-top {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-scroll-to-top .c-container--wide {
  position: relative;
}

.p-scroll-to-top .c-button--arrow--angle-top {
  position: absolute;
  top: -60px;
  display: none;
}

.p-scroll-to-top .c-button--arrow--angle-top.ready {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-scroll-to-top .c-button--arrow--angle-top {
    right: 15.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-scroll-to-top .c-button--arrow--angle-top {
    right: 30.5px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .p-scroll-to-top .c-button--arrow--angle-top {
    right: 29.5px;
  }
}
@media screen and (min-width: 1280px) {
  .p-scroll-to-top .c-button--arrow--angle-top {
    right: 55.5px;
  }
}

.p-bc-header {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}

.p-bc-header__subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .p-bc-header__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-bc-header__title {
  position: relative;
  padding-bottom: 24px;
  font-size: 32px;
  line-height: 48px;
}

@media screen and (max-width: 767px) {
  .p-bc-header__title {
    font-size: 24px;
    line-height: 36px;
  }
}

.p-bc-header__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 232px;
  height: 4px;
  background: #eee;
}

.p-bc-header__tag {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #999;
}

@media screen and (max-width: 767px) {
  .p-bc-header__tag {
    font-size: 14px;
    line-height: 20px;
  }
}

.p-bc-card {
  max-width: 632px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 767px) {
  .p-bc-card {
    max-width: 100%;
  }
}

.p-bc-card__link {
  display: flex;
  background: #eee;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-bc-card__link {
    flex-direction: column;
  }
}

.p-bc-card__link:hover {
  background: #333;
}

.p-bc-card__link:hover .p-bc-card__frame:before {
  opacity: 1;
}

.p-bc-card__link:hover .p-bc-card__title,
.p-bc-card__link:hover .p-bc-card__text {
  color: #fff;
}

.p-bc-card__frame {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-bc-card__frame {
    width: 100%;
  }
}

.p-bc-card__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.p-bc-card__image {
  width: 100%;
}

.p-bc-card__info {
  width: 50%;
  padding: 16px 32px;
}

@media screen and (max-width: 767px) {
  .p-bc-card__info {
    padding: 16px;
    width: 100%;
  }
}

.p-bc-card__title {
  font-size: 14px;
  line-height: 24px;
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .p-bc-card__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-bc-card__title,
[lang="en-us"] .p-bc-card__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-bc-card__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-bc-card__title {
    font-size: 12px;
    line-height: 20px;
  }
}

.p-bc-card__text {
  height: 50px;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-bc-card__text {
    height: auto;
    font-size: 12px;
    line-height: 20px;
  }
}

.p-share {
  margin: 48px 0 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-share {
    margin: 0;
  }
}

.p-share__title {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding: 25px 0 10px;
}

[lang="ja"] .p-share__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-share__title,
[lang="en-us"] .p-share__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-share__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-share__title {
    padding: 32px 0 20px;
  }
}

.p-share__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 232px;
  height: 4px;
  background: #eee;
}

.p-share__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -12px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-share__list {
    margin: 0;
  }
}

.p-share__list li {
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  .p-share__list li {
    width: calc(100% / 3);
    padding: 0 0 32px;
  }
}

.p-share__list li .im {
  line-height: 1.1;
}

.p-share__button {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-share__button {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

.p-share a {
  text-decoration: none;
}

.p-share i {
  color: #b5b5b5;
  font-size: 32px;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}

.p-share i:hover {
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-share i {
    font-size: 48px;
  }
}

.p-bc-buttons {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-bc-buttons {
    margin-bottom: 64px;
  }
}

.p-pager {
  display: flex;
  margin: -2px;
}

@media screen and (max-width: 767px) {
  .p-pager {
    flex-direction: column;
  }
}

.p-pager__blank {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-pager__blank {
    display: none;
  }
}

.p-pager__blank:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #b5b5b5;
}

.p-pager__prev {
  width: 50%;
  padding: 2px;
}

@media screen and (max-width: 767px) {
  .p-pager__prev {
    width: 100%;
  }
}

.p-pager__prev .p-pager__link {
  display: flex;
}

.p-pager__next {
  width: 50%;
  padding: 2px;
}

@media screen and (max-width: 767px) {
  .p-pager__next {
    width: 100%;
  }
}

.p-pager__next .p-pager__link {
  display: flex;
  flex-direction: row-reverse;
}

.p-pager__link {
  display: flex;
  text-decoration: none;
  width: 100%;
  background: #b5b5b5;
  transition: all 0.4s ease-in-out;
}

.p-pager__link:hover {
  background: #333;
}

.p-pager__link:hover .p-pager__label,
.p-pager__link:hover .p-pager__category,
.p-pager__link:hover .p-pager__title {
  color: #fff;
}

.p-pager__frame {
  position: relative;
  width: 152px;
}

@media screen and (max-width: 767px) {
  .p-pager__frame {
    width: 104px;
  }
}

.p-pager__image {
  width: 100%;
}

.p-pager__info {
  width: auto;
  flex: 1;
  padding: 16px 32px;
  height: 152px;
}

@media screen and (max-width: 767px) {
  .p-pager__info {
    padding: 16px;
    height: 104px;
  }
}

.p-pager__label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 28px;
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .p-pager__label {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-pager__label,
[lang="en-us"] .p-pager__label {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-pager__label {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-pager__label {
    font-size: 10px;
    line-height: 16px;
  }
}

.p-pager__category {
  font-size: 14px;
  line-height: 28px;
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .p-pager__category {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-pager__category,
[lang="en-us"] .p-pager__category {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-pager__category {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-pager__category {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 16px;
  }
}

.p-pager__title {
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-pager__title {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-pager__title {
    font-size: 14px;
    line-height: 16px;
  }
}

.p-news-summary, .p-news-summary--related {
  position: relative;
  background: #eee;
}

.p-news-summary__header {
  padding: 64px 0 24px;
}

@media screen and (max-width: 767px) {
  .p-news-summary__header {
    padding: 48px 0 24px;
  }
}

.p-news-summary__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-news-summary__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-news-summary__title,
[lang="en-us"] .p-news-summary__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-news-summary__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-news-summary--related .p-news-summary__header {
    padding: 64px 0 24px;
  }
}

.p-news-summary--related .p-news-summary__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .04em;
}

[lang="ja"] .p-news-summary--related .p-news-summary__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-news-summary--related .p-news-summary__title,
[lang="en-us"] .p-news-summary--related .p-news-summary__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-news-summary--related .p-news-summary__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-news-summary .c-col--3, .p-news-summary--related .c-col--3 {
  flex-basis: 25%;
  max-width: 25%;
}

@media screen and (max-width: 767px) {
  .p-news-summary .c-col-sm--12, .p-news-summary--related .c-col-sm--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-carousel-box__container {
  position: relative;
}

.p-carousel-box__nav {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-carousel-box__nav:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-carousel-box__nav {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .p-carousel-box__nav {
    width: 56px;
  }
  .p-carousel-box__nav--prev {
    left: -56px;
  }
  .p-carousel-box__nav--next {
    right: -56px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-carousel-box__nav {
    width: 32px;
  }
  .p-carousel-box__nav--prev {
    left: -32px;
  }
  .p-carousel-box__nav--next {
    right: -32px;
  }
}

.p-carousel-box__icon {
  font-size: 32px;
}

.p-carousel-box__indicator {
  padding-top: 19px;
  padding-bottom: 19px;
}

.p-card-horizontal {
  /* 説明文無いパターン */
}

@media screen and (max-width: 767px) {
  .p-card-horizontal--reverse .p-card-horizontal__link {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.p-card-horizontal--center .p-card-horizontal__contents {
  display: flex;
  align-items: center;
}

.p-card-horizontal--center .p-card-horizontal__title {
  margin-bottom: 0;
}

.p-card-horizontal__link {
  /* outline: none; */
}

.p-card-horizontal__link:hover {
  background: #333;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__link:hover {
    box-shadow: none;
  }
}

.p-card-horizontal__link:hover .p-card-horizontal__title,
.p-card-horizontal__link:hover .p-card-horizontal__text {
  color: #fff;
}

.p-card-horizontal__item, .p-card-horizontal__link {
  display: flex;
  width: 100%;
  background: #eee;
  transition: all 0.4s ease-in-out;
}

.p-card-horizontal__info {
  position: relative;
  width: 50%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__info {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .p-card-horizontal__item, .p-card-horizontal__link {
    max-height: calc((50vw - 56px) * 0.685);
  }
}

@media screen and (min-width: 1440px) {
  .p-card-horizontal__item, .p-card-horizontal__link {
    max-height: calc((720px - 56px) * 0.685);
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-card-horizontal__item, .p-card-horizontal__link {
    max-height: calc((50vw - 32px) * 0.685);
  }
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__item, .p-card-horizontal__link {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1280px) {
  .p-banner .p-card-horizontal__item, .p-banner .p-card-horizontal__link {
    max-height: calc((50vw - 56px) * 0.442);
  }
}

@media screen and (min-width: 1440px) {
  .p-banner .p-card-horizontal__item, .p-banner .p-card-horizontal__link {
    max-height: calc((720px - 56px) * 0.442);
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-banner .p-card-horizontal__item, .p-banner .p-card-horizontal__link {
    max-height: calc((50vw - 32px) * 0.442);
  }
}

.p-card-horizontal__contents {
  padding: 30px 32px;
  overflow: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__contents {
    padding: 20px;
  }
}

.p-card-horizontal__title {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .p-card-horizontal__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-card-horizontal__title,
[lang="en-us"] .p-card-horizontal__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-card-horizontal__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 1279px) {
  .p-card-horizontal__title {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__title {
    margin: 0 0 10px;
  }
}

[lang="en"] .p-card-horizontal__title {
  line-height: 24px;
}

.p-card-horizontal__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.4s ease-in-out;
}

[lang="en"] .p-card-horizontal__text,
[lang="en-us"] .p-card-horizontal__text {
  line-height: 28px;
}

@media screen and (max-width: 1279px) {
  .p-card-horizontal__text {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__text {
    margin: 0 0 11px;
  }
}

.p-card-horizontal__text:last-child {
  margin-bottom: 0;
}

.p-card-horizontal__frame {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-card-horizontal__frame {
    width: 100%;
  }
}

.p-card-horizontal__frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.p-card-horizontal__image {
  width: 100%;
}

.p-main-visual__frame img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-recruit-menu {
    margin-bottom: 32px;
  }
}

.p-recruit-menu__link {
  position: relative;
  display: block;
}

.p-recruit-menu__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.p-recruit-menu__link:hover:before {
  opacity: 1;
}

.p-recruit-menu__image {
  width: 100%;
}

.p-recruit-menu__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 184px;
  height: 184px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

[lang="ja"] .p-recruit-menu__info {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-recruit-menu__info,
[lang="en-us"] .p-recruit-menu__info {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-recruit-menu__info {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-recruit-menu__info {
    width: 90px;
    height: 90px;
    font-size: 16px;
    line-height: 16px;
  }
}

.p-recruit-message {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-recruit-message--gray {
  background: #eee;
}

.p-recruit-message__header {
  text-align: center;
}

.p-recruit-message__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-recruit-message__title {
    margin-bottom: 16px;
  }
}

.p-recruit-message__text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .p-recruit-message__text,
[lang="en-us"] .p-recruit-message__text {
  line-height: 28px;
}

.p-recruit-message__button {
  font-size: 16px;
  line-height: 32px;
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  padding: 12px 32px;
  text-align: center;
  color: #333;
  background: #c9c9c9;
  border-radius: 0;
  font-feature-settings: "pkna";
  transition: all 0.4s ease-in-out;
}

[lang="ja"] .p-recruit-message__button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-recruit-message__button,
[lang="en-us"] .p-recruit-message__button {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-recruit-message__button {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

[lang="en"] .p-recruit-message__button,
[lang="en-us"] .p-recruit-message__button {
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .p-recruit-message__button {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-recruit-message__button:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 767px) {
  .p-recruit-info:not(:last-child) {
    margin-bottom: 16px;
  }
}

.p-recruit-info__link {
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 104px;
  background: #eee;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

[lang="ja"] .p-recruit-info__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-recruit-info__link,
[lang="en-us"] .p-recruit-info__link {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-recruit-info__link {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-recruit-info__link {
    height: 56px;
  }
}

.p-recruit-info__link:hover {
  color: #fff;
  background: #333;
}

.p-main-visual__frame img {
  width: 100%;
}

.p-button-box {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  .p-button-box {
    margin-top: 32px;
  }
}

.p-button-box .c-button {
  margin-bottom: 32px;
}

.p-button-box .c-button:last-child {
  margin-bottom: 0;
}

.p-area-refine {
  background: #eee;
  position: relative;
}

.p-area-refine__header {
  padding: 16px 16px 0;
}

@media screen and (min-width: 768px) {
  .p-area-refine__header {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-area-refine__header {
    padding: 16px;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-area-refine__header:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    right: 16px;
    content: "\e917";
    transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .p-area-refine__header.is-active:before {
    transform: translateY(-50%) rotate(-90deg);
  }
}

.p-area-refine__title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .04em;
  padding-left: 8px;
  margin-bottom: 8px;
}

[lang="ja"] .p-area-refine__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-area-refine__title,
[lang="en-us"] .p-area-refine__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-area-refine__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-area-refine__title {
    margin-bottom: 0;
  }
}

.p-area-refine__body {
  padding: 0 16px 16px;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .p-area-refine__body {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .p-area-refine__body {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 1010;
    background: #eee;
    overflow: visible;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  }
}

.p-area-refine__list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-area-refine__list {
    display: block;
  }
}

.p-area-refine__item {
  margin-right: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-area-refine__item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.p-area-refine__item:last-child {
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .p-area-refine__item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.p-area-refine__link {
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  display: block;
}

[lang="en"] .p-area-refine__link,
[lang="en-us"] .p-area-refine__link {
  line-height: 28px;
}

.p-area-refine__link:before {
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  height: 4px;
  background: #333;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-area-refine__link:before {
    display: none;
  }
}

.p-area-refine__link:hover:before {
  opacity: 1;
}

.p-recruit-introduction:last-child {
  margin-bottom: -64px;
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction:last-child {
    margin-bottom: 0;
  }
}

.p-recruit-introduction__header {
  border-top: 2px solid #535353;
}

.p-recruit-introduction__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .04em;
  padding-top: 16px;
  padding-bottom: 16px;
}

[lang="ja"] .p-recruit-introduction__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-recruit-introduction__title,
[lang="en-us"] .p-recruit-introduction__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-recruit-introduction__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-recruit-introduction__frame {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction__frame {
    margin-bottom: 16px;
  }
}

.p-recruit-introduction__image {
  width: 100%;
}

.p-recruit-introduction__list {
  margin-bottom: 32px;
  border-bottom: 1px solid #c9c9c9;
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction__list {
    padding-bottom: 32px;
    border-top: 1px dashed #c9c9c9;
  }
}

.p-recruit-introduction__list:last-child {
  border-bottom: none;
}

.p-recruit-introduction__item {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction__item {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #c9c9c9;
  }
}

.p-recruit-introduction__item__header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-recruit-introduction__item__header {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction__item__header {
    position: relative;
    cursor: pointer;
  }
}

.p-recruit-introduction__item__header.accordion .p-recruit-introduction__item__icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  opacity: 0;
  font-size: 20px;
  display: none;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction__item__header.accordion .p-recruit-introduction__item__icon {
    display: block;
  }
}

.p-recruit-introduction__item__header.accordion .p-recruit-introduction__item__icon.accordion--active-hide {
  opacity: 1;
  transform: rotate(0);
}

.p-recruit-introduction__item__header.accordion .p-recruit-introduction__item__icon.accordion--inactive-hide {
  opacity: 0;
  transform: rotate(-90deg);
}

.p-recruit-introduction__item__header.accordion.is-active .p-recruit-introduction__item__icon.accordion--active-hide {
  opacity: 0;
  transform: rotate(90deg);
}

.p-recruit-introduction__item__header.accordion.is-active .p-recruit-introduction__item__icon.accordion--inactive-hide {
  opacity: 1;
  transform: rotate(0);
}

.p-recruit-introduction__item__title {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
}

[lang="ja"] .p-recruit-introduction__item__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-recruit-introduction__item__title,
[lang="en-us"] .p-recruit-introduction__item__title {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-recruit-introduction__item__title {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-recruit-introduction__item__text {
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .p-recruit-introduction__item__text,
[lang="en-us"] .p-recruit-introduction__item__text {
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .p-recruit-introduction__item__text {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-introduction__item__text {
    display: none;
    margin-bottom: 11px;
  }
}

.p-media {
  position: relative;
}

.p-media__content {
  position: relative;
  cursor: pointer;
}

.p-media__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.p-media__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.p-media__header {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-media__header {
    margin-bottom: 0;
  }
}

.p-media__subtitle {
  margin-bottom: 8px;
  text-align: center;
}

.p-media__kind {
  position: relative;
  padding: 0 16px 0 0;
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-media__kind {
    font-size: 14px;
  }
}

.p-media__kind:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-media__kind:before {
    height: 12px;
  }
}

.p-media__brand {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

[lang="ja"] .p-media__brand {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-media__brand,
[lang="en-us"] .p-media__brand {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-media__brand {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-media__brand {
    font-size: 14px;
  }
}

.p-media__body {
  max-width: 568px;
}

.p-media__description {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

[lang="en"] .p-media__description,
[lang="en-us"] .p-media__description {
  line-height: 28px;
}

@media screen and (max-width: 1279px) {
  .p-media__description {
    display: none;
  }
}

.p-media__info {
  position: absolute;
  z-index: 1020;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px;
  pointer-events: none;
}

.p-media__title {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-media__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.p-media__caption {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .04em;
  margin-bottom: 32px;
}

[lang="ja"] .p-media__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

[lang="en"] .p-media__caption,
[lang="en-us"] .p-media__caption {
  font-family: "Helvetica Neue LT W01_71488914", sans-serif;
}

[lang="zh-CN"] .p-media__caption {
  font-family: "Helvetica Neue LT W01_71488914", "Hiragino Sans GB W6", sans-serif;
}

.p-media__image {
  width: 100%;
}

.p-media:hover .p-media__content:before {
  opacity: 1;
}

.p-bc-main-visual {
  margin-bottom: 32px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.p-agreement__label {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 0 0 30px;
  white-space: nowrap;
}

.p-agreement__label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #eee;
  border: 1px solid #333;
}

.p-agreement__label .c-link {
  font-size: 14px;
  line-height: 20px;
}

.p-agreement__input[type="checkbox"] {
  margin: 0 15px 0 0;
  cursor: pointer;
  opacity: 0;
}

.p-agreement__input[type="checkbox"]:focus + .p-agreement__label:before {
  border: 2px solid #004AA1;
  box-shadow: 0 0 4px #004AA1;
}

.p-agreement__input[type="checkbox"]:checked + .p-agreement__label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #333;
}

.p-movie-viewer {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3032;
}

.p-movie-viewer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 100%;
  height: 100%;
}

.p-movie-viewer .container {
  position: relative;
  width: 100%;
  max-width: 1024px;
}

.p-movie-viewer .movie {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.p-movie-viewer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-movie-viewer .btn-close {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 24px;
  color: #ffffff;
}

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

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .md-hide {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .lg-hide {
    display: none !important;
  }
}

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

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

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

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

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

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

.u-more-items-hidden {
  display: none;
}

[data-more-items__target] {
  display: none;
}

[data-more-items__trigger] {
  display: none;
}

.is-external {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
}

.is-external:after {
  font-family: 'icomoon' !important;
  content: "\e906";
  margin-left: 3px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .p-modal-item__inner {
    text-align: left;
    transform: translateX(calc(50vw - 360px)); /* 264px(image center) + 96px(padding) */
    margin: 0;
  }
  .no-coordinate .p-modal-item__inner {
    text-align: center;
    transform: none;
    margin: 0 auto;    
  }
}

@media screen and (min-width: 1024px){
  .no-coordinate .p-modal-item__coordinate{
    display: none;
  }
}