@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

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

body {
  margin: 0;
  letter-spacing: .04em;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.en {
  font-family: "EB Garamond",serif !important;
}

.jp_site {
  font-family: "Zen Old Mincho",serif;
}

.en_site {
  font-family: "EB Garamond",serif !important;
}

.en_site .jp-txt {
  display: none;
}

.garamond {
  font-family: "EB Garamond",serif !important;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 0;
}

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

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a:focus {
  outline: none;
}

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

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30,30,30,.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: rgba(0,0,0,0);
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: rgba(0,0,0,0);
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: rgba(0,0,0,0);
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: rgba(0,0,0,0);
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30,30,30,.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0,0,0,.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: .3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: rgba(0,0,0,0);
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30,30,30,.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(100,100,100,.4);
  border-top: 6px solid rgba(255,255,255,.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: rgba(0,0,0,0);
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset rgba(0,0,0,0);
  border-bottom: 6px inset rgba(0,0,0,0);
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset rgba(0,0,0,0);
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

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

.c-btn {
  padding: 10px 15px;
  border-radius: 0px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
}

.c-btn--txt {
  font-size: 16px;
  font-family: "EB Garamond",serif;
  font-weight: 500;
  letter-spacing: 0;
}

.c-btn--white {
  background-color: #fff;
  color: #000 !important;
}

.c-btn--transparent {
  border: solid 1px #fff;
  color: #fff !important;
}

.c-btn--recruit {
  background-color: #000;
  display: block;
  padding: 20px;
  color: #fff !important;
  border-radius: 9999px;
  margin: auto;
}

.c-btn--recruit.jp {
  max-width: 796px;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
}

.c-btn--recruit.en {
  max-width: 300px;
  font-size: 18px;
  line-height: 30px;
}

.fade_in_effect {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade_in_02 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.fade_in_03 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.fade_in_04 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.fade_in-active .fade_in_01,
.fade_in-active .fade_in_02,
.fade_in-active .fade_in_03,
.fade_in-active .fade_in_04 {
  -webkit-animation-name: fade_up;
  animation-name: fade_up;
}

.fade_in_pro {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade_in_pro-active {
  -webkit-animation-name: fade_up;
  animation-name: fade_up;
}

@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  15% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 2s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-load-after {
  opacity: 0;
  transition: opacity 2s;
}

.isload .c-fade-load-after--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-contact {
  padding-top: 150px;
  padding-bottom: 140px;
}

.c-contact__contents {
  max-width: 524px;
  margin: auto;
}

.c-contact h3 {
  text-align: center;
}

.c-contact--first {
  font-size: 16px;
  line-height: 35px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.c-contact--title-black {
  display: block;
}

.c-contact--title-white {
  display: none;
}

.home .c-contact {
  background-color: #000;
  border-top: solid 1px #707070;
}

.home .c-contact .c-contact--first {
  color: #fff;
}

.home .c-contact--title-black {
  display: none;
}

.home .c-contact--title-white {
  display: block;
}

.home .c-contact .c-form__dt {
  color: #fff;
}

.home .c-contact .c-form__btn {
  background-color: #fff;
  color: #000;
}

.c-form__dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0px;
  margin-top: 0px;
}

.c-form__dt {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 0px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  width: 140px;
}

.c-form__dt--align-top {
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.c-form__dt--text {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 55px;
}

.c-form__dd {
  margin-left: 0px;
  padding: 7px 0px;
  width: calc(100% - 140px);
}

.c-form__dd--input-2col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-form__dd--input-2col .c-form__input:first-child {
  margin-right: 10px;
}

.c-form__title {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.c-form__input {
  padding: 7px 15px !important;
  font-size: 14px !important;
  background-color: #c5c4c4 !important;
  border-radius: 5px !important;
  border: none;
}

.c-form__input--textarea {
  min-height: 220px;
  background-color: #c5c4c4 !important;
  border-radius: 5px !important;
  border: none !important;
}

.c-form__input__btn-outer {
  width: 100%;
  max-width: 500px;
  padding: 15px 0px;
  font-weight: bold;
}

.c-form__select {
  padding: 7px 15px !important;
  font-size: 14px !important;
  background-color: #c5c4c4 !important;
  border-radius: 5px !important;
  color: #7a7a7a !important;
  width: 100%;
  border: none;
}

.c-form__submit {
  text-align: center;
}

.c-form__submit .c-form__btn {
  background-color: #000;
  border-radius: 9999px;
  color: #fff;
  font-size: 16px;
  width: 160px;
  height: 46px;
}

.jp_site .c-form .en {
  display: none;
}

.en_site .c-form {
  font-size: 15px;
  line-height: 25px;
}

.en_site .c-form .jp {
  display: none;
}

.en_site .c-contact__box {
  margin-top: 75px;
}

.c-list dl {
  border-bottom: solid 1px #707070;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  margin: 0px 0px;
}

.c-list dt {
  width: 180px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: bold;
}

.c-list dd {
  width: calc(100% - 180px);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.en_site .c-list dt,
.en_site .c-list dd {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}

.c-title {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  font-size: 30px;
}

.c-title__obi {
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 13px;
  color: #fff;
}

.c-title__obi.jp {
  font-size: 20px;
  line-height: 29px;
}

.c-title__obi.en {
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
}

.l-footer {
  background-color: #000;
  padding-bottom: 51px;
}

.l-footer__nav {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.l-footer--pattern {
  width: 100%;
  height: 103px;
  background-repeat: repeat-y;
  background-size: 100% 103px;
  background-position: center;
  background-image: url("../images/common/footer_pattern@2x.webp");
}

.l-footer__copyright {
  margin-top: 100px;
}

.g-nav {
  background-color: #fff;
  transition: all .2s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  top: 60px;
  left: 0;
  padding: 90px 20px 200px;
  position: fixed;
  pointer-events: none;
}

.g-nav.is-menu {
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: 25px;
}

.g-nav__item--onlineshop {
  opacity: 0;
}

.g-nav__item--onlineshop a {
  border: solid 1px #000;
  padding: 0px 15px 8px 15px;
}

.g-nav__item--onlineshop img {
  position: relative;
  top: 1px;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all .3s;
}

.g-nav__lang {
  position: relative;
  text-align: center;
}

.g-nav__lang:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 4px;
  margin-left: 3px;
  display: block;
}

.g-nav__lang-btn {
  background-color: unset;
  position: relative;
  display: inline-block;
}

.g-nav__lang-btn img {
  position: relative;
}

.g-nav__lang-btn--jp img {
  width: 11px;
  top: 1px;
}

.g-nav__lang-btn--en img {
  width: 17px;
  top: -0.5px;
  margin-right: 10px;
}

.l-header {
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  background-color: #fff;
  border-bottom: solid 1px #000;
}

.l-header__nav-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__logo-area {
  margin: 0px 95px;
}

.l-header__logo-area--pc {
  display: block;
}

.l-header__logo-area--sp {
  display: none;
  opacity: 1;
  -webkit-transform: opacity .5s;
  transform: opacity .5s;
}

.is-menu-open .l-header__logo-area--sp {
  opacity: 0;
}

.l-wrapper {
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1060px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.main-contents {
  background-color: #fff;
  margin-top: 90vh;
  z-index: 10;
  position: relative;
  padding-bottom: 140px;
}

.page-contents {
  margin-top: 995px;
  z-index: 10;
  position: relative;
  background-color: #fff;
  padding-bottom: 140px;
}

.nav-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.nav-btn__container>span {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 8px;
  display: block;
  background-color: #000;
  transition: all .4s;
}

.nav-btn__container>span:nth-child(1) {
  top: 18px;
}

.nav-btn__container>span:nth-child(2) {
  top: 26px;
}

.nav-btn.is-close {
  top: 13px;
}

.nav-btn.is-close .nav-btn__container>span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}

.nav-btn.is-close .nav-btn__container>span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}

.about-sec-concept {
  margin-top: 273px;
}

.about-sec-concept h2 {
  text-align: center;
}

.about-sec-concept--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
}

.about-sec-concept__figs {
  width: 42%;
}

.about-sec-concept__figs__col--01 {
  text-align: left;
}

.about-sec-concept__figs__col--02 {
  text-align: right;
  margin-top: 88px;
}

.about-sec-concept__figs__col--03 {
  text-align: center;
  margin-top: 122px;
}

.about-sec-concept__txts {
  width: 56%;
  padding-right: 5%;
  padding-left: 5.3%;
}

.about-sec-concept__txts.jp {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0px;
  margin-top: 60px;
}

.about-sec-concept__txts.en {
  font-size: 18px;
  line-height: 30px;
  margin-top: -13px;
}

.about-sec-concept__txts p {
  padding: 0px 35px;
}

.about-sec-passion {
  margin-top: 156px;
  background-color: #efefef;
  padding-top: 124px;
  padding-bottom: 157px;
}

.about-sec-passion h3 {
  text-align: center;
}

.about-sec-passion--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 160px;
}

.about-sec-passion--fig {
  width: 45%;
}

.about-sec-passion--fig img {
  width: 100%;
}

.about-sec-passion--txt {
  width: 46.6%;
  max-width: 630px;
  padding-left: 1.3%;
  padding-right: 5%;
  margin-top: 47px;
}

.about-sec-passion--txt p span {
  display: block;
  text-align: right;
}

.about-sec-passion--txt .jp {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 1px;
}

.about-sec-passion--txt .en {
  font-size: 18px;
  line-height: 30px;
}

.about-sec-detail {
  margin-top: 150px;
  padding-bottom: 220px;
  border-bottom: solid 1px #707070;
}

.about-sec-detail h3 {
  text-align: center;
}

.about-sec-detail--items {
  max-width: 748px;
  margin: auto;
  margin-top: 175px;
}

.about-sec-detail--items dl {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-sec-detail--items dt {
  width: 102px;
}

.about-sec-detail--items dd {
  width: 420px;
}

.about-sec-detail .en {
  font-size: 15px;
  line-height: 24px;
}

.brands-sec-fv {
  width: 100%;
  height: 520px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/brands/fv_bg@2x.webp");
  margin-top: 57px;
}

.brands-sec-concept {
  text-align: center;
  padding-top: 155px;
  width: 100vw;
  overflow: hidden;
}

.brands-sec-concept p {
  margin-top: 130px;
  font-weight: 600;
}

.brands-sec-concept p.jp {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
}

.brands-sec-concept p.en {
  font-size: 18px;
  line-height: 30px;
  max-width: 783px;
  margin: auto;
  margin-top: 140px;
  letter-spacing: -0.3px;
}

.brands-sec-concept__slider {
  margin-top: 170px;
}

.brands-sec-concept__slider .slick-arrow {
  width: 57px;
  height: 57px;
  background-color: #000;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  font-size: 0;
}

.brands-sec-concept__slider .slick-arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  display: block;
  position: absolute;
  top: 25px;
  left: 23px;
}

.brands-sec-concept__slider .slick-next {
  right: 8%;
}

.brands-sec-concept__slider .slick-next:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 26px;
}

.brands-sec-concept__slider .slick-prev {
  left: 8%;
}

.brands-sec-concept__slider .slick-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 26px;
}

.brands-sec-concept__slider .slick-list,
.brands-sec-concept__slider .slick-track {
  height: 100%;
  overflow: visible !important;
}

.brands-sec-concept__slider img {
  width: 100%;
  height: auto;
}

.brands-sec-concept__slider__item {
  padding: 0px 20px;
}

.brands-sec-define {
  margin-top: 155px;
  padding-top: 20px;
  width: 100vw;
  overflow: hidden;
}

.brands-sec-define__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brands-sec-define__contents--02 {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 145px;
}

.brands-sec-define__contents--02 .brands-sec-define--l {
  width: 60%;
  margin-top: 25px;
}

.brands-sec-define__contents--02 .brands-sec-define--r {
  width: 48%;
  padding-left: 100px;
  margin-top: -15px;
}

.brands-sec-define--l {
  width: 48%;
}

.brands-sec-define--l img {
  width: 100%;
}

.brands-sec-define--r {
  width: 60%;
  padding-left: 83px;
  margin-top: -20px;
}

.brands-sec-define h3 {
  margin-left: 30px;
}

.brands-sec-define h3 .jp {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 30px;
}

.brands-sec-define p {
  font-weight: bold;
  position: relative;
  margin-top: 34px;
  padding-left: 0px;
  padding-top: 17px;
}

.brands-sec-define p:before {
  content: "";
  width: 212px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -22px;
  display: block;
}

.brands-sec-define p.jp {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0;
}

.brands-sec-define p.en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

.brands-sec-define--feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brands-sec-define--feature a {
  display: block;
  width: 50%;
  position: relative;
}

.brands-sec-define--feature a:before {
  content: "";
  width: 42px;
  height: 19px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-size: 42px 15px;
  background-position: top right;
  background-image: url("../images/brands/zoom@2x.webp");
}

.brands-sec-comment {
  margin-top: 240px;
}

.brands-sec-comment--container {
  max-width: 885px;
}

.brands-sec-comment__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.brands-sec-comment--wrapper {
  background-color: #d5d5d5;
  padding-bottom: 50px;
}

.brands-sec-comment--img {
  margin-top: -60px;
  width: 148px;
}

.brands-sec-comment--detail {
  margin-top: 35px;
  padding-left: 60px;
  width: calc(100% - 148px);
}

.brands-sec-comment--detail p {
  margin-top: 26px;
}

.brands-sec-comment--detail .jp {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
}

.brands-sec-comment--detail .en {
  font-size: 18px;
  line-height: 30px;
}

.brands-sec-comment--btn {
  margin-top: 107px;
  text-align: center;
}

.brands-sec-shichiri {
  margin-top: 109px;
  padding-top: 102px;
  padding-bottom: 106px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/brands/shichiri_bg@2x.webp");
}

.brands-sec-shichiri p {
  margin-top: 40px;
  font-weight: bold;
}

.brands-sec-shichiri .jp {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
}

.brands-sec-shichiri .en {
  font-size: 18px;
  line-height: 29.8px;
  letter-spacing: -0.3px;
  max-width: 706px;
  margin: auto;
  font-weight: 500;
  margin-top: 38px;
}

.brands-sec-shichiri--scroll {
  display: block;
  margin: auto;
  margin-top: 453px;
}

.en_site .brands-sec-define--feature a:before {
  width: 20px;
}

.home .main-block {
  overflow: hidden;
}

.home-sec-fv {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/index/fv_bg@2x.webp);
  background-attachment: fixed;
  padding-top: 70px;
}

.home-sec-concept {
  background-color: #000;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-sec-concept__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding-top: 60px;
  max-width: 975px;
}

.home-sec-concept__contents--l h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
}

.home-sec-concept__contents--r {
  margin-left: auto;
  margin-right: 50px;
}

.home-sec-concept__contents--r .jp {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
}

.home-sec-concept__contents--r .en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  max-width: 467px;
}

.home-sec-concept__contents--r .c-btn {
  margin-top: 60px;
}

.home-sec-brands {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/index/brands_bg@2x.webp);
  text-align: center;
  color: #fff;
  padding-top: 30px;
}

.home-sec-brands--txt {
  margin-top: 30px;
  margin-bottom: 50px;
}

.home-sec-brands--txt.jp {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}

.home-sec-brands--txt.en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

.home-sec-brands--logo {
  display: block;
  margin: auto;
}

.home-sec-brands .c-btn {
  margin-top: 35px;
}

.home-sec-passion {
  height: 100vh;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 70px;
}

.home-sec-passion__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  max-width: 1030px;
}

.home-sec-passion__contents--r {
  margin-left: auto;
  margin-right: 10px;
  margin-top: -15px;
}

.home-sec-passion__contents--r h4 {
  margin-top: 45px;
  font-size: 28px;
  line-height: 55px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.home-sec-passion__contents--r .c-btn {
  margin-top: 66px;
}

.home-sec-service {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/index/service_bg@2x.webp);
}

.home-sec-service p {
  margin-top: 20px;
  font-weight: 600;
  padding: 0px 30px;
}

.home-sec-service .jp {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
}

.home-sec-service .en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: normal;
}

.home-sec-partners {
  background-color: #000;
}

.home-sec-partners__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.home-sec-partners__contents--l {
  width: 47%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-sec-partners__contents--l h4 {
  max-width: 235px;
  margin-top: 50px;
  font-weight: 500;
}

.home-sec-partners__contents--l h4.jp {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}

.home-sec-partners__contents--l h4.en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

.home-sec-partners__contents--l h4.en {
  max-width: 327px;
  letter-spacing: 0;
}

.home-sec-partners__contents .c-btn {
  margin-top: 60px;
}

.home-sec-partners__contents--detail {
  margin-left: -60px;
  margin-top: -50px;
}

.home-sec-partners__contents--r {
  width: 70%;
  overflow: hidden;
}

.home-sec-partners__contents--r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-sec-img {
  width: 100%;
  height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/index/img_bg@2x.webp);
}

.home-sec-news {
  height: 100vh;
  background-color: #000;
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-sec-news--contents {
  max-width: 1130px;
}

.home-sec-news p {
  margin-top: 30px;
  margin-bottom: 40px;
}

.home-sec-news .jp {
  font-size: 16px;
  line-height: 35px;
}

.home-sec-news .en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

.home-sec-news__items {
  margin-top: 67px;
}

.home-sec-news .tb-qr-card {
  display: none !important;
}

.recruit-sec-info {
  margin-top: 273px;
}

.recruit-sec-info h2 {
  text-align: center;
}

.recruit-sec-info--content {
  padding: 0px 30px;
}

.recruit-sec-info--first {
  text-align: center;
  margin-top: 40px;
}

.recruit-sec-info--first.jp {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
}

.recruit-sec-info--first.en {
  font-size: 18px;
  line-height: 30px;
}

.recruit-sec-info--items {
  max-width: 725px;
  margin: auto;
  margin-top: 63px;
}

.recruit-sec-info--items.en {
  font-size: 15px;
  line-height: 34px;
}

.recruit-sec-info--items.en dt {
  font-weight: normal;
}

.recruit-sec-info--last {
  margin-top: 50px;
  text-align: center;
}

.recruit-sec-info--last.jp {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}

.recruit-sec-info--last.en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
}

.recruit-sec-info--btn {
  text-align: center;
  margin-top: 68px;
}

.recruit-sec-info--footer {
  margin-top: 117px;
  width: 100%;
  height: 477px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/recruit/footer@2x.webp");
}

.service-sec-feature {
  margin-top: 270px;
  text-align: center;
  padding: 0px 35px;
}

.service-sec-feature h2 img {
  height: 39px;
  width: auto;
}

.service-sec-feature--first-txt.jp {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 60px;
}

.service-sec-feature--first-txt.en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 45px;
  margin-bottom: 65px;
}

.service-sec-feature--col {
  max-width: 796px;
  margin: auto;
  margin-bottom: 75px;
}

.service-sec-feature--col p {
  margin-top: 8px;
}

.service-sec-feature--col p.jp {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
}

.service-sec-feature--col p.en {
  font-size: 18px;
  line-height: 30px;
}

.service-sec-import {
  background-color: #efefef;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 65px;
  margin-top: 95px;
}

.service-sec-import--first-txt.jp {
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: 0;
}

.service-sec-import--first-txt.en {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.service-sec-import--first-txt.en span {
  text-decoration: underline;
}

.service-sec-import--sub-title.jp {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 57px;
}

.service-sec-import--sub-title.en {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 23px;
}

.service-sec-import--world {
  margin-top: 20px;
  margin-bottom: -45px;
}

.service-sec-import h4 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 25px;
  text-decoration: underline;
}

.service-sec-import h4.jp {
  font-size: 14px;
  line-height: 25px;
}

.service-sec-import h4.en {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.service-sec-import--country.jp {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
}

.service-sec-import--country.en {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  max-width: 522px;
  margin: auto;
}

.service-sec-flow {
  margin-top: 100px;
  margin-bottom: -35px;
}

.service-sec-flow--contents {
  max-width: 796px;
  margin: auto;
}

.service-sec-flow--fitst-title {
  margin-bottom: -35px;
}

.service-sec-flow--col {
  position: relative;
  margin: auto;
  margin-top: 100px;
  max-width: 680px;
}

.service-sec-flow--col::after {
  content: "";
  width: 40px;
  height: 40px;
  border-top: solid 1px #6e6e6e;
  border-right: solid 1px #6e6e6e;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

.service-sec-flow--col--last:after {
  display: none;
}

.service-sec-flow__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.service-sec-flow__items--01 .service-sec-flow--item {
  width: 216px;
}

.service-sec-flow__items--02 .service-sec-flow--item {
  width: 33%;
  padding: 22px 25px;
}

.service-sec-flow__items--03 .service-sec-flow--item:nth-of-type(1) {
  width: 35%;
}

.service-sec-flow__items--03 .service-sec-flow--item:nth-of-type(2) {
  width: 45%;
}

.service-sec-flow__items--03 .service-sec-flow--item:nth-of-type(3) {
  width: 20%;
}

.service-sec-flow--item {
  display: inline-block;
  border: solid 1px #707070;
  border-radius: 9999px;
  padding: 18px 33px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
  justify-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.service-sec-flow--item span {
  display: block;
  width: 100%;
}

.service-sec-flow .en .service-sec-flow__title--txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}

.service-sec-flow .en .service-sec-flow--item {
  font-size: 16px;
  line-height: 20px;
  padding: 11px 24px;
}

.service-sec-flow__title {
  background-color: #efefef;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  position: relative;
  margin-bottom: 25px;
}

.service-sec-flow__title--num {
  display: block;
  width: 155px;
  height: 100%;
  border-right: solid 1px #fff;
  padding: 30px 36px;
}

.service-sec-flow__title--txt {
  display: block;
  width: calc(100% - 155px);
  padding-left: 26px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.service-sec-flow--last {
  margin-top: 175px;
}

body {
  font-family: "Zen Old Mincho",serif;
}

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

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

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

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

.u-bg-main {
  background-color: #f5ffaa !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #505050 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-bl {
  display: none !important;
}

.u-sp-hide-fl {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

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

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,0 0 0 32px inset,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid rgba(0,0,0,0);
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
  }

  .fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  img {
    width: auto;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .c-form__dl--align-start {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .c-title {
    font-size: 37px;
  }

  .c-title__obi {
    font-size: 19px;
    line-height: 27px;
  }

  .g-nav {
    position: static;
    z-index: 0;
    opacity: 1;
    padding: 0;
    height: auto;
    width: 100%;
    pointer-events: auto;
  }

  .en_site .g-nav__item {
    position: relative;
    top: 3px;
  }

  .en_site .g-nav__lang img {
    position: relative;
    top: 3px;
  }

  .nav-btn {
    display: none;
  }

  .en_site .about-sec-passion--txt {
    width: 49.9%;
    padding-left: 0;
    padding-right: 10%;
    margin-top: -8px;
  }

  .en_site .c-list dt {
    width: 180px;
  }

  .en_site .c-list dd {
    width: calc(100% - 180px);
  }

  .en_site .brands-sec-define__contents--01 .brands-sec-define--r {
    padding-left: 43px;
    margin-top: 64px;
  }

  .en_site .brands-sec-define__contents--01 .brands-sec-define--r p {
    padding-left: 37px;
    padding-top: 37px;
  }

  .en_site .brands-sec-define__contents--02 .brands-sec-define--r {
    padding-left: 86px;
    margin-top: -21px;
  }

  .en_site .brands-sec-define__contents--02 .brands-sec-define--r p {
    padding-left: 23px;
    padding-top: 39px;
  }

  .en_site .brands-sec-define p:before {
    top: 23px;
    left: 18px;
  }

  .en_site .brands-sec-comment--container {
    max-width: 985px;
  }

  .en_site .home-sec-concept__contents--l h3 {
    margin-top: 20px;
  }

  .en_site .home-sec-concept__contents--r {
    margin-right: -30px;
  }

  .en_site .home-sec-concept__contents--r .c-btn {
    margin-top: 80px;
  }

  .en_site .home-sec-passion__contents--r h4 {
    margin-top: 50px;
  }

  .en_site .home-sec-passion__contents--r .c-btn {
    margin-top: 80px;
  }

  .en_site .home-sec-partners__contents--detail {
    margin-left: 0;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-pc-hide-bl {
    display: none !important;
  }

  .u-sp-hide-bl {
    display: block !important;
  }

  .u-pc-hide-fl {
    display: none !important;
  }

  .u-sp-hide-fl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1000px) {
  .c-contact {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .c-contact h3 img {
    height: 38px;
    width: auto;
  }

  .c-form__dl {
    display: block;
    margin-top: 15px;
  }

  .c-form__dt {
    width: 100%;
    margin-bottom: 5px;
  }

  .c-form__dd {
    width: 100%;
  }

  .c-form__input {
    padding: 5px 15px !important;
  }

  .c-list dl {
    display: block;
  }

  .c-list dt {
    padding-bottom: 0;
    width: 100%;
  }

  .c-list dd {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .l-footer__nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300px;
    gap: 13px 0px;
  }

  .l-footer--pattern {
    height: 75px;
    background-size: 937px 73px;
  }

  .l-footer__list {
    width: calc(50% - 15px);
  }

  .l-footer__list img {
    display: inline-block;
  }

  .l-footer__list--home img {
    width: 42px;
    height: 13px;
  }

  .l-footer__list--about img {
    width: 50px;
    height: 11px;
  }

  .l-footer__list--brands img {
    width: 59px;
    height: 13px;
  }

  .l-footer__list--service img {
    width: 57px;
    height: 13px;
  }

  .l-footer__list--recruitment img {
    width: 61px;
    height: 13px;
  }

  .l-footer__list--contact img {
    width: 67px;
    height: 12px;
  }

  .l-footer__copyright {
    margin-top: 160px;
  }

  .l-footer__copyright img {
    height: 12px;
    width: auto;
  }

  .g-nav__menu {
    display: block;
    margin-right: 0;
  }

  .g-nav__menu--r {
    margin-top: 70px;
  }

  .g-nav__item {
    margin-bottom: 47px;
    text-align: center;
  }

  .g-nav__item img {
    display: inline-block;
  }

  .g-nav__item--top img {
    height: 18px;
    width: 40px;
  }

  .g-nav__item--about img {
    height: 18px;
    width: 70px;
  }

  .g-nav__item--brands img {
    height: 20px;
    width: 80px;
  }

  .g-nav__item--service img {
    height: 19px;
    width: 87px;
  }

  .g-nav__item--recruit img {
    height: 19px;
    width: 90px;
  }

  .g-nav__item--instagram img {
    height: 25px;
    width: 25px;
  }

  .g-nav__item--contact img {
    height: 19px;
    width: 93px;
  }

  .g-nav__item--onlineshop a {
    padding: 7px 36px 14px 36px;
  }

  .g-nav__item--onlineshop img {
    height: 18px;
    width: auto;
  }

  .g-nav__lang-btn--en img {
    top: 0;
  }

  .l-header {
    min-width: 100%;
    height: 83px;
  }

  .l-header__nav-inner {
    display: block;
  }

  .l-header__logo {
    height: 40px;
    width: 207px;
    margin-top: 20px;
  }

  .l-header__logo-area--pc {
    display: none;
  }

  .l-header__logo-area--sp {
    display: block;
    text-align: center;
  }

  .main-contents {
    margin-top: 480px;
    padding-bottom: 70px;
  }

  .about-sec-concept {
    margin-top: 182px;
  }

  .about-sec-concept h2 img {
    height: 36px;
    width: auto;
  }

  .about-sec-concept--contents {
    display: block;
    margin-top: 45px;
  }

  .about-sec-concept__figs {
    display: none;
  }

  .about-sec-concept__figs__col--01 {
    margin: 33px 0px 64px 0px;
  }

  .about-sec-concept__figs__col--01 img {
    width: calc(100% - 35px);
  }

  .about-sec-concept__figs__col--02 {
    margin-top: 33px;
  }

  .about-sec-concept__txts {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about-sec-concept__txts.jp {
    margin-top: 0;
  }

  .about-sec-passion {
    margin-top: 145px;
    padding-top: 102px;
    padding-bottom: 115px;
    margin-bottom: 123px;
  }

  .about-sec-passion h3 img {
    height: 36px;
    width: auto;
  }

  .about-sec-passion--contents {
    display: block;
    margin-top: 67px;
  }

  .about-sec-passion--fig {
    width: 100%;
  }

  .about-sec-passion--txt {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 58px;
  }

  .about-sec-passion--txt .jp {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0px;
  }

  .about-sec-detail {
    margin-bottom: 0px;
    margin-top: 173px;
    padding-bottom: 163px;
  }

  .about-sec-detail h3 img {
    height: 42px;
    width: auto;
  }

  .about-sec-detail--items {
    margin-top: 73px;
    padding: 0px 35px;
  }

  .brands-sec-fv {
    height: 440px;
  }

  .brands-sec-concept {
    padding-top: 75px;
    padding-bottom: 60px;
  }

  .brands-sec-concept p {
    margin-top: 115px;
    padding: 0px 35px;
    text-align: left;
  }

  .brands-sec-concept p.jp {
    line-height: 36px;
    letter-spacing: -0.2px;
  }

  .brands-sec-concept p.en {
    margin-top: 100px;
  }

  .brands-sec-concept h3 img {
    width: 91px;
  }

  .brands-sec-concept__slider {
    margin-top: 100px;
  }

  .brands-sec-concept__slider .slick-arrow {
    top: auto;
    -webkit-transform: unset;
    transform: unset;
    bottom: -40px;
    width: 23px;
    height: 23px;
  }

  .brands-sec-concept__slider .slick-arrow:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: 8px;
  }

  .brands-sec-concept__slider .slick-next {
    right: 25px;
  }

  .brands-sec-concept__slider .slick-next:before {
    right: 20px;
  }

  .brands-sec-concept__slider .slick-prev {
    left: 25px;
  }

  .brands-sec-concept__slider .slick-prev:before {
    left: 10px;
  }

  .brands-sec-concept__slider__item {
    padding: 0px 7px;
  }

  .brands-sec-define {
    margin-top: 135px;
  }

  .brands-sec-define__contents {
    display: block;
  }

  .brands-sec-define__contents--01 .brands-sec-define__contents--01--fig {
    margin-left: 40px;
    max-width: -webkit-max-content;
    max-width: max-content;
    width: 111%;
  }

  .brands-sec-define__contents--01 h3 {
    margin-left: 24px;
    margin-top: 10px;
  }

  .brands-sec-define__contents--01 p {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 70px;
  }

  .brands-sec-define__contents--02 .brands-sec-define--l {
    width: 100%;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 30px;
  }

  .brands-sec-define__contents--02 .brands-sec-define--r {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .brands-sec-define__contents--02 .brands-sec-define--r p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brands-sec-define--l {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brands-sec-define--r {
    width: 100%;
    padding-left: 0;
  }

  .brands-sec-define h3 {
    margin-left: 18px;
    margin-right: 26px;
  }

  .brands-sec-define p {
    padding-top: 43px;
  }

  .brands-sec-define p:before {
    width: 90px;
    left: 30px;
  }

  .brands-sec-define--feature {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .brands-sec-define--feature a {
    width: 100%;
  }

  .brands-sec-comment {
    margin-top: 300px;
  }

  .brands-sec-comment__contents {
    display: block;
    text-align: center;
  }

  .brands-sec-comment--wrapper {
    padding-bottom: 95px;
  }

  .brands-sec-comment--img {
    margin-top: -115px;
  }

  .brands-sec-comment--detail {
    padding-left: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .brands-sec-comment--detail h3 img {
    height: 23px;
    width: auto;
  }

  .brands-sec-comment--detail p {
    display: inline-block;
    text-align: left;
  }

  .brands-sec-comment--btn {
    margin-top: 113px;
  }

  .brands-sec-comment--btn img {
    width: 326px;
  }

  .brands-sec-shichiri {
    padding-top: 67px;
    padding-bottom: 40px;
    margin-bottom: 75px;
    background-image: url("../images/brands/shichiri_bg_s@2x.webp");
  }

  .brands-sec-shichiri--logo {
    width: 213px;
  }

  .brands-sec-shichiri p {
    display: inline-block;
    text-align: left;
    padding: 0px 30px;
  }

  .brands-sec-shichiri--scroll {
    margin-top: 393px;
  }

  .brands-sec-shichiri--scroll img {
    width: 34px;
  }

  .en_site .brands-sec-define__contents--01 p {
    margin-top: 40px;
  }

  .en_site .brands-sec-define__contents--01 h3.en img {
    margin-top: 60px;
    width: 320px;
    margin-left: 10px;
    display: inline-block;
  }

  .en_site .brands-sec-define__contents--02 h3.en img {
    width: 230px;
    margin-left: 10px;
    display: inline-block;
  }

  .en_site .brands-sec-define p {
    padding-top: 28px;
  }

  .home-sec-fv {
    background-image: url(../images/index/fv_bg_s@2x.webp);
    padding: 0px;
  }

  .home-sec-fv h2 {
    width: 62%;
  }

  .home-sec-concept {
    height: auto;
  }

  .home-sec-concept__contents {
    display: block;
    padding: 117px 30px 166px 30px;
  }

  .home-sec-concept__contents--l h3 {
    font-size: 25px;
    line-height: 48px;
  }

  .home-sec-concept__contents--r {
    margin-top: 80px;
    margin-right: 0;
  }

  .home-sec-concept__contents--r .c-btn {
    margin: auto;
    margin-top: 100px;
    display: block;
    max-width: 250px;
  }

  .home-sec-brands {
    padding: 83px 0px 120px 0px;
    height: auto;
    background-image: url(../images/index/brands_bg_s@2x.webp);
  }

  .home-sec-brands h3 img {
    height: 32px;
    width: auto;
  }

  .home-sec-brands--txt {
    margin-bottom: 70px;
    margin-top: 35px;
  }

  .home-sec-brands--logo {
    width: 135px;
  }

  .home-sec-passion {
    padding: 85px 0px;
    height: auto;
  }

  .home-sec-passion__contents {
    display: block;
  }

  .home-sec-passion__contents h3 img {
    height: 32px;
    width: auto;
  }

  .home-sec-passion__contents--fig {
    width: 70%;
    margin-top: 45px;
  }

  .home-sec-passion__contents--l {
    text-align: center;
  }

  .home-sec-passion__contents--r h4 {
    font-size: 26px;
    line-height: 50px;
  }

  .home-sec-passion__contents--r .c-btn {
    display: block;
    max-width: 295px;
    margin: auto;
    margin-top: 55px;
  }

  .home-sec-service {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 95px;
    background-image: url(../images/index/service_bg_s@2x.webp);
  }

  .home-sec-service p {
    margin-top: 45px;
    text-align: center;
  }

  .home-sec-partners__contents {
    display: block;
    padding: 85px 0px 135px 0px;
  }

  .home-sec-partners__contents--l {
    width: 100%;
    display: block;
  }

  .home-sec-partners__contents--l h4 {
    width: 100%;
    margin-top: 45px;
  }

  .home-sec-partners__contents .c-btn {
    display: block;
    max-width: 250px;
    margin: auto;
    margin-top: 60px;
  }

  .home-sec-partners__contents--detail {
    margin-left: 35px;
    margin-top: 0;
  }

  .home-sec-partners__contents--detail h3 img {
    height: 30px;
  }

  .home-sec-partners__contents--detail {
    max-width: 220px;
  }

  .home-sec-partners__contents--r {
    width: 100%;
    text-align: right;
    overflow: visible;
    padding-left: 140px;
  }

  .home-sec-partners__contents--r img {
    object-fit: contain;
    object-position: 0%;
    height: auto;
    max-width: -webkit-max-content;
    max-width: max-content;
    margin-top: 37px;
  }

  .home-sec-img {
    height: 85vw;
    background-image: url(../images/index/img_bg_s@2x.webp);
  }

  .home-sec-news {
    padding: 95px 0px 125px 0px;
    height: auto;
  }

  .home-sec-news h3 img {
    height: 28px;
    width: auto;
  }

  .home-sec-news p {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  .home-sec-news__items {
    margin-top: 37px;
  }

  .recruit-sec-info {
    margin-top: 182px;
  }

  .recruit-sec-info h2 img {
    height: 42px;
    width: auto;
  }

  .recruit-sec-info--items {
    margin-top: 89px;
  }

  .recruit-sec-info--last {
    text-align: left;
  }

  .recruit-sec-info--btn {
    margin-top: 40px;
  }

  .recruit-sec-info--footer {
    margin-top: 100px;
    height: 69vw;
  }

  .service-sec-feature {
    margin-top: 180px;
  }

  .service-sec-feature--first-txt.jp {
    margin-top: 45px;
  }

  .service-sec-feature--col {
    margin-bottom: 20px;
  }

  .service-sec-feature--col p {
    line-height: 28px;
  }

  .service-sec-import {
    padding: 35px 35px 135px 35px;
    margin-top: 65px;
  }

  .service-sec-import--first-txt.jp {
    font-size: 19px;
    line-height: 27px;
  }

  .service-sec-import--sub-title.jp {
    margin-top: 32px;
  }

  .service-sec-import--world {
    margin-bottom: -10px;
  }

  .service-sec-flow {
    margin-top: 95px;
    padding: 35px;
  }

  .service-sec-flow--fitst-title {
    margin-bottom: 85px;
  }

  .service-sec-flow .c-title__obi {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0px;
    margin-bottom: -20px;
  }

  .service-sec-flow--col {
    margin-top: 130px;
  }

  .service-sec-flow--col::after {
    bottom: -70px;
  }

  .service-sec-flow__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .service-sec-flow__items--01 .service-sec-flow--item {
    width: calc(50% - 10px);
  }

  .service-sec-flow__items--02 .service-sec-flow--item {
    width: calc(50% - 10px);
    padding: 22px 10px;
  }

  .service-sec-flow__items--02 .service-sec-flow--item:nth-of-type(5) {
    width: 100%;
  }

  .service-sec-flow--item {
    width: calc(50% - 10px);
    max-height: 62px;
    padding: 22px 10px;
  }

  .service-sec-flow .en .service-sec-flow__title {
    padding: 33px 27px 27px 27px;
  }

  .service-sec-flow .en .service-sec-flow__items {
    display: block;
  }

  .service-sec-flow .en .service-sec-flow__items .service-sec-flow--item {
    width: 100%;
    height: 62px;
  }

  .service-sec-flow__title {
    display: block;
    text-align: center;
    padding: 42px 27px;
    margin-bottom: 20px;
  }

  .service-sec-flow__title--num {
    width: 100%;
    border-right: none;
    padding: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
  }

  .service-sec-flow__title--num img {
    height: 23px;
    width: auto;
  }

  .service-sec-flow__title--txt {
    width: 100%;
    padding-left: 0;
  }

  .service-sec-flow--last {
    margin-top: 102px !important;
    font-size: 20px;
    line-height: 23px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}