@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&family=Noto+Serif:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&family=Shippori+Mincho:wght@400;500;600&display=swap");
/*-----------------------------
A (more) Modern CSS Reset
https://piccalil.li/blog/a-more-modern-css-reset/
-----------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

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

article, aside, details, figcaption, figure, footer, header:not(.pane-header), hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  background: none;
  border: none;
  cursor: pointer;
}

@font-face {
  font-family: PPNeueMachina-Light;
  src: url(/assets/css/fonts/PPNeueMachina-Light/PPNeueMachina-Light.eot);
  src: url(/assets/css/fonts/PPNeueMachina-Light/PPNeueMachina-Light.woff) format("woff"), url(/assets/css/fonts/PPNeueMachina-Light/PPNeueMachina-Light.otf) format("opentype");
}
@font-face {
  font-family: PPNeueMachina-Regular;
  src: url(/assets/css/fonts/PPNeueMachina-Regular/PPNeueMachina-Regular.eot);
  src: url(/assets/css/fonts/PPNeueMachina-Regular/PPNeueMachina-Regular.woff) format("woff"), url(/assets/css/fonts/PPNeueMachina-Regular/PPNeueMachina-Regular.otf) format("opentype");
}
@font-face {
  font-family: PPNeueMachina-Ultrabold;
  src: url(/assets/css/fonts/PPNeueMachina-Ultrabold/PPNeueMachina-Ultrabold.eot);
  src: url(/assets/css/fonts/PPNeueMachina-Ultrabold/PPNeueMachina-Ultrabold.woff) format("woff"), url(/assets/css/fonts/PPNeueMachina-Ultrabold/PPNeueMachina-Ultrabold.otf) format("opentype");
}
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
}

html:lang(en) body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
}

*:focus-visible {
  outline: 2px solid #0bf;
  outline-offset: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}

a:active, a:hover {
  opacity: 0.7;
}

a img, a img:active, a img:hover {
  border: none;
  outline: 0;
}

figure {
  line-height: 0;
}

figcaption {
  line-height: 1.5;
}

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

strong {
  font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
@keyframes lineloopAnime {
  0% {
    transform: scaleY(0);
    transform-origin: left top;
  }
  30% {
    transform: scaleY(1);
    transform-origin: left top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: left bottom;
  }
  80% {
    transform: scaleY(0);
    transform-origin: left bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: left bottom;
  }
}
@keyframes lineloopAnime2 {
  0% {
    transform: scaleY(1);
    transform-origin: left bottom;
  }
  30% {
    transform: scaleY(0);
    transform-origin: left bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: left top;
  }
  80% {
    transform: scaleY(1);
    transform-origin: left top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: left top;
  }
}
/* micromodal */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes strokeAnime {
  0% {
    stroke-dashoffset: 386;
    stroke-dasharray: 386;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 386;
  }
}
/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0rem !important;
}

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

/*@include g.sp {
  .mt-0 {
    margin-top: 0vw !important;
  }
  .mb-0 {
    margin-bottom: 0vw !important;
  }
}*/
.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

/*@include g.sp {
  .mt-10 {
    margin-top: 1.3333vw !important;
  }
  .mb-10 {
    margin-bottom: 1.3333vw !important;
  }
}*/
.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

/*@include g.sp {
  .mt-20 {
    margin-top: 2.6666vw !important;
  }
  .mb-20 {
    margin-bottom: 2.6666vw !important;
  }
}*/
.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

/*@include g.sp {
  .mt-30 {
    margin-top: 3.9999vw !important;
  }
  .mb-30 {
    margin-bottom: 3.9999vw !important;
  }
}*/
.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

/*@include g.sp {
  .mt-40 {
    margin-top: 5.3332vw !important;
  }
  .mb-40 {
    margin-bottom: 5.3332vw !important;
  }
}*/
.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

/*@include g.sp {
  .mt-50 {
    margin-top: 6.6665vw !important;
  }
  .mb-50 {
    margin-bottom: 6.6665vw !important;
  }
}*/
.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

/*@include g.sp {
  .mt-60 {
    margin-top: 7.9998vw !important;
  }
  .mb-60 {
    margin-bottom: 7.9998vw !important;
  }
}*/
.mt-70 {
  margin-top: 7rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

/*@include g.sp {
  .mt-70 {
    margin-top: 9.3331vw !important;
  }
  .mb-70 {
    margin-bottom: 9.3331vw !important;
  }
}*/
.mt-80 {
  margin-top: 8rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

/*@include g.sp {
  .mt-80 {
    margin-top: 10.6664vw !important;
  }
  .mb-80 {
    margin-bottom: 10.6664vw !important;
  }
}*/
.mt-90 {
  margin-top: 9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

/*@include g.sp {
  .mt-90 {
    margin-top: 11.9997vw !important;
  }
  .mb-90 {
    margin-bottom: 11.9997vw !important;
  }
}*/
.mt-100 {
  margin-top: 10rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

/*@include g.sp {
  .mt-100 {
    margin-top: 13.333vw !important;
  }
  .mb-100 {
    margin-bottom: 13.333vw !important;
  }
}*/
.mt--7em {
  margin-top: -7em !important;
}

.mb--7em {
  margin-bottom: -7em !important;
}

.mt--6em {
  margin-top: -6em !important;
}

.mb--6em {
  margin-bottom: -6em !important;
}

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

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

.mt--4em {
  margin-top: -4em !important;
}

.mb--4em {
  margin-bottom: -4em !important;
}

.mt--3em {
  margin-top: -3em !important;
}

.mb--3em {
  margin-bottom: -3em !important;
}

.mt--2em {
  margin-top: -2em !important;
}

.mb--2em {
  margin-bottom: -2em !important;
}

.mt--1em {
  margin-top: -1em !important;
}

.mb--1em {
  margin-bottom: -1em !important;
}

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

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

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

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

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

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

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

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

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

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

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

.pl-1em {
  padding-left: 1em;
}

.pl-1_5em {
  padding-left: 1.5em;
}

.pl-2em {
  padding-left: 2em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: "";
  height: 1em;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-min {
  font-family: "Noto Serif JP", serif !important;
}

.txt-min2 {
  font-family: "Shippori Mincho", serif !important;
}

/* font color */
.txt-blk {
  color: #000 !important;
}

.txt-wht {
  color: #fff !important;
}

/* font size */
.txt-xsmall {
  font-size: 75%;
}

.txt-small {
  font-size: 81.25%;
}

.txt-middle {
  font-size: 93.75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 137.5%;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-center_forpc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center_forpc {
    text-align: left;
  }
}

figure.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure.center figcaption {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300 !important;
}

.txt-fwR {
  font-weight: 400 !important;
}

.txt-fwM {
  font-weight: 500 !important;
}

.txt-fwB {
  font-weight: 600 !important;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1em !important;
}

.ls-_5 {
  letter-spacing: 0.5em !important;
}

/* color  */
.color-grn {
  color: #567646 !important;
}

.color-wht {
  color: #fff !important;
}

.color-blk {
  color: #323232 !important;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.num-indent {
  display: flex;
}
.num-indent .num {
  flex: none;
}

/**/
.txt-asterisk {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 87.5%;
  text-indent: -1em;
}

.txt-lead {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .txt-lead {
    font-size: 1.6rem;
  }
}

/* bg */
.bg-wht {
  background: #fff;
}

.body-fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

/*------------------------------
Header
-------------------------------*/
.pane-header {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100000;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
}

.pane-header a, .pane-header abbr, .pane-header address, .pane-header article, .pane-header aside, .pane-header audio, .pane-header b, .pane-header blockquote, .pane-header canvas, .pane-header caption, .pane-header cite, .pane-header code, .pane-header dd, .pane-header del, .pane-header details, .pane-header dfn, .pane-header div, .pane-header dl, .pane-header dt, .pane-header em, .pane-header fieldset, .pane-header figcaption, .pane-header figure, .pane-header form, .pane-header h1, .pane-header h2, .pane-header h3, .pane-header h4, .pane-header h5, .pane-header h6, .pane-header header, .pane-header hgroup, .pane-header i, .pane-header iframe, .pane-header img, .pane-header input, .pane-header ins, .pane-header kbd, .pane-header label, .pane-header legend, .pane-header li, .pane-header mark, .pane-header menu, .pane-header nav, .pane-header object, .pane-header ol, .pane-header p, .pane-header pre, .pane-header q, .pane-header samp, .pane-header section, .pane-header small, .pane-header span, .pane-header strong, .pane-header sub, .pane-header summary, .pane-header sup, .pane-header table, .pane-header tbody, .pane-header td, .pane-header tfoot, .pane-header th, .pane-header thead, .pane-header time, .pane-header tr, .pane-header ul, .pane-header var, .pane-header video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  font-size: 14px;
  vertical-align: baseline;
  font-family: Noto Sans JP, Noto Sans Japanese, "源ノ角ゴシック Regular", "源ノ角ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  background: 0 0;
  font-weight: 400;
}

.pane-header ul {
  padding: 0;
  margin: 0;
}

.pane-header a {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

.pane-header li {
  list-style: none;
}

.pane-header img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
  .pane-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 100;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="8" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.16));
  }
  .pane-header .sp-header {
    display: none;
  }
  .pane-header .cm-header-wrap {
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
  }
  .pane-header .cm-header-wrap .cm-width-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1550px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .pane-header .header-logo-right img {
    max-width: 80px;
    image-rendering: -webkit-optimize-contrast;
  }
  .pane-header .header-nav ul {
    display: flex;
  }
  .header-nav ul li {
    list-style: none;
  }
  .pane-header .header-nav ul li a {
    color: #444;
  }
  .pane-header .header-nav ul li:not(:last-child) {
    margin-right: 40px;
  }
  .pane-header .header-nav ul .outlink a:after {
    content: "";
    background: url(https://jp.omsystem.com/cms/img/usr/common/ico-outlink-bk.svg) center no-repeat;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .pane-header .header-nav {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 801px) {
  .pane-header .header-detail {
    background-color: #f5f5f5;
    font-weight: 500;
  }
  .pane-header .header-detail .cm-width-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pane-header .header-detail .detail-nav {
    margin-left: 30px;
  }
  .pane-header .header-detail .detail-nav ul {
    display: flex;
    align-items: center;
  }
  .pane-header .header-detail .detail-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .pane-header .header-detail .detail-nav ul li a {
    font-size: 0.98em;
  }
  .pane-header .header-detail .detail-nav-menu {
    margin-right: 10px;
  }
  .pane-header .header-detail .detail-nav-menu ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .pane-header .header-detail .detail-nav-menu ul li {
    margin-right: 20px;
    position: relative;
  }
  .pane-header .header-detail .detail-nav-menu a {
    font-size: 0.85em;
  }
  .pane-header .block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: -15px;
    right: -12px;
    z-index: 2;
  }
  .pane-header .block-global-search {
    width: 460px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .pane-header .block-global-search form {
    background-color: #eee;
  }
  .pane-header input.block-global-search--keyword {
    width: 280px;
    border: none;
    background-color: transparent;
  }
  .pane-header input.block-global-search--keyword:hover {
    border: none;
    background-color: transparent;
  }
  .pane-header button.block-global-search--submit {
    border: none;
    background-color: transparent;
    width: 33px;
  }
  .pane-header .block-global-search--searchdetail {
    margin-left: 15px;
  }
  .pane-header .block-global-search--search-detail-link {
    color: #6fb4c3;
    text-decoration: underline;
  }
  .pane-header .block-global-search--search-detail-link:hover {
    text-decoration: none;
  }
  .pane-header .block-globalnav--item-list {
    display: table;
    width: 100%;
  }
  .pane-header .block-globalnav--item-list > div {
    display: table-cell;
    width: 20%;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
  }
  .pane-header .block-globalnav--item-list > div:hover .block-globalnav--item-link {
    opacity: 0.7;
  }
  .pane-header .block-globalnav--item-list > div:last-child > a:before {
    border-right: 1px solid #666;
  }
  .pane-header .block-globalnav--item-list > div > a {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
    text-decoration: none;
  }
  .pane-header .block-globalnav--item-list > div > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    border-left: 1px solid #666;
    top: 10px;
    left: 0;
  }
  .pane-header .block-globalnav--item-list > div > a.active {
    transition: color 0.2s linear 0;
    color: #6fb4c3;
    text-decoration: none;
  }
  .pane-header .block-globalnav--item-list > div > a.active .fa-chevron-down {
    color: #fff;
    transform: rotate(180deg);
  }
  .pane-header .block-globalnav--item-list > div > a .fa-chevron-down {
    position: absolute;
    font-size: 12px;
    right: 12px;
  }
  .pane-header .block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-small {
    padding-right: 30px;
  }
  .pane-header .block-globalnav--item-list div a .block-icon-image-double-small {
    position: relative;
    left: 50px;
    width: 30px;
  }
  .pane-header .block-globalnav-menu {
    position: absolute;
    background-color: #191919;
    opacity: 0.98;
    width: 100%;
    top: 58px;
    left: 0;
    padding: 30px 0 20px;
    text-align: left;
    z-index: 10;
  }
  .pane-header .block-globalnav-menu * {
    color: #fff;
  }
  .pane-header .block-globalnav-menu > div {
    width: 1200px;
    margin: auto;
  }
  .pane-header .block-globalnav-menu .block-dynamic-category--body, .pane-header .block-globalnav-menu .block-dynamic-genre--body {
    display: flex;
    align-items: center;
  }
  .pane-header .block-globalnav-menu .block-dynamic-category--body li, .pane-header .block-globalnav-menu .block-dynamic-genre--body li {
    width: 20%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .pane-header .block-globalnav-menu .block-dynamic-category--body li a, .pane-header .block-globalnav-menu .block-dynamic-genre--body li a {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .pane-header .block-globalnav-menu .block-dynamic-category--body li a:before, .pane-header .block-globalnav-menu .block-dynamic-genre--body li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .pane-header .block-globalnav-menu .block-dynamic-category--body li a img, .pane-header .block-globalnav-menu .block-dynamic-genre--body li a img {
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
  }
  .pane-header .block-globalnav-menu--freespace * {
    font-size: 14px;
  }
  .pane-header .block-globalnav-menu--freespace h3 {
    margin-top: 0;
  }
  .pane-header .block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
  }
  .pane-header .block-globalnav-menu--freespace > div {
    display: flex;
    align-items: center;
  }
  .pane-header .block-globalnav-menu--freespace div li img {
    vertical-align: middle;
  }
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .pane-header .cm-header-wrap {
    padding: 15px 20px;
  }
  .pane-header .header-logo-right {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .pane-header .header-nav {
    margin-top: 20px;
    width: 100%;
  }
  .pane-header .header-nav ul {
    justify-content: center;
  }
  .pane-header .header-nav ul li a {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .pane-header .header-detail .detail-nav {
    width: 55%;
    padding-left: 20px;
    font-size: 1.2vw;
  }
  .pane-header .header-detail .detail-nav ul {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 8px;
  }
  .pane-header .header-detail .detail-nav ul::-webkit-scrollbar {
    height: 3px;
  }
  .pane-header .header-detail .detail-nav ul::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .pane-header .header-detail .detail-nav ul::-webkit-scrollbar-thumb {
    background-color: #000;
  }
  .pane-header .header-detail .detail-nav-menu {
    font-size: 1.2vw;
  }
  .pane-header .header-detail .cm-width-container {
    margin: 0;
  }
  .pane-header .cm-header-wrap .cm-width-container {
    padding: 0;
  }
  .pane-header .header-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .pane-header .cm-width-container {
    margin: 0 15px;
  }
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none;
  }
  .pane-header .pc-header {
    display: none;
  }
  .pane-header .cm-header-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    position: relative;
  }
  .pane-header .header-menu-ico {
    align-items: center;
    display: flex;
    margin-right: auto;
  }
  .pane-header header-menu-ico > span {
    font-size: 0.7em;
    display: none;
  }
  .pane-header .header-menu-ico .is-ico-line {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }
  .pane-header .header-menu-ico .is-ico-line span {
    background-color: #000;
    border-radius: 100px;
    display: inline-block;
    height: 2px;
    margin: auto;
    width: 100%;
    transition: 0.2s all;
  }
  .pane-header .header-menu-ico.is-active > span {
    opacity: 0;
    visibility: hidden;
  }
  .pane-header .header-menu-ico.is-active .is-ico-line span:nth-child(1) {
    opacity: 0;
  }
  .pane-header .header-menu-ico.is-active .is-ico-line span:nth-child(2) {
    transform: translateY(1px) rotate(-45deg);
  }
  .pane-header .header-menu-ico.is-active .is-ico-line span:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .pane-header .header-logo {
    align-items: center;
    bottom: 20px;
    display: flex;
    left: -10px;
    margin: 0 0 0 auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 40%;
  }
  .pane-header .header-logo-right {
    margin-left: auto;
    width: 18%;
  }
  .pane-header .header-logo-right img {
    image-rendering: -webkit-optimize-contrast;
  }
  .pane-header .header-detail {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    padding: 10px 15px;
  }
  .pane-header .header-detail .detail-nav {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    width: 60%;
  }
  .pane-header .header-detail .detail-nav:after {
    background: #c2c2c2;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .pane-header .header-detail .detail-nav ul {
    align-items: center;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
  .pane-header .header-detail .detail-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
  .pane-header .header-detail .detail-nav ul li a {
    display: inline-block;
    white-space: break-spaces;
    white-space: nowrap;
    word-break: break-all;
  }
  .pane-header .header-detail .detail-nav-menu {
    width: calc(40% - 40px);
  }
  .pane-header .header-detail .detail-nav-menu ul {
    display: flex;
    justify-content: space-between;
  }
  .pane-header .header-detail .detail-nav-menu ul li {
    position: relative;
  }
  .pane-header .block-headernav--cart-count {
    background-color: #e61d50;
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 11px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -5px;
    z-index: 2;
  }
  .pane-header.is-active {
    background-color: #000;
    color: #fff;
    filter: none;
  }
  .pane-header.is-active .is-ico-line span {
    background-color: #fff;
  }
  .pane-header.is-active .header-logo-right {
    opacity: 0;
    visibility: hidden;
  }
  .pane-header.is-active .header-logo img {
    opacity: 0;
  }
  .pane-header.is-active .header-logo a {
    background: url(https://jp.omsystem.com/cms/img/usr/common/ico-logo-wh.svg) bottom center/100% auto no-repeat;
  }
  .pane-header .block-modal-menu {
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 101;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
  }
  .pane-header .block-modal-menu a {
    color: #fff;
  }
  .pane-header .block-modal-menu .modal-menu {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 200px);
    padding: 10px 15px 30px;
  }
  .pane-header .block-modal-menu .js-slid-menu {
    display: none;
    margin-top: 25px;
  }
  .pane-header .block-modal-menu .js-slid-menu-btn {
    padding: 0 0 0 10px;
    font-size: 0.9em;
    font-weight: 400;
    position: relative;
  }
  .pane-header .block-modal-menu .btn-menu-inner:after, .pane-header .block-modal-menu .btn-menu-inner:before, .pane-header .block-modal-menu .js-slid-menu-btn:after, .pane-header .block-modal-menu .js-slid-menu-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s all;
    border-radius: 100px;
  }
  .pane-header .block-modal-menu .btn-menu-inner:before, .pane-header .block-modal-menu .js-slid-menu-btn:before {
    transform: rotate(-90deg);
  }
  .pane-header .block-modal-menu .js-slid-menu-btn.is-active:before, .pane-header .block-modal-menu .btn-menu-inner.is-active:before {
    transform: rotate(0deg);
  }
  .pane-header .block-modal-menu .btn-menu-inner {
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    font-size: 0.9em;
  }
  .pane-header .block-modal-menu .btn-menu-inner:after, .pane-header .block-modal-menu .btn-menu-inner:before {
    right: 20px;
    width: 10px;
    height: 1px;
  }
  .pane-header .block-modal-menu .menu-group--wrap:not(.is-link) {
    padding: 20px 0;
    border-bottom: 1px solid #999;
  }
  .pane-header .block-modal-menu .pane-header .block-modal-menu .menu-group--wrap.is-link:not(:last-child) {
    border-bottom: 1px solid #999;
  }
  .pane-header .block-modal-menu .menu-group--wrap.is-link a {
    position: relative;
    display: block;
    padding: 20px 35px 20px 10px;
    font-size: 0.9em;
  }
  .pane-header .block-modal-menu .menu-group--wrap.is-link a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .pane-header .block-modal-menu .menu-group-01 > li {
    background-color: #242424;
    margin-bottom: 1px;
  }
  .pane-header .block-modal-menu .menu-group-01 a {
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    font-size: 0.9em;
  }
  .pane-header .block-modal-menu .menu-group-01 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .pane-header .block-modal-menu .inner-menu-list {
    padding: 0 10px 10px;
    display: none;
  }
  .pane-header .block-modal-menu .inner-menu-list li {
    background-color: #484848;
    padding: 0 10px;
  }
  .pane-header .block-modal-menu .inner-menu-list li:not(:last-child) a {
    border-bottom: 1px solid #999;
  }
  .pane-header .modal-nav-menu {
    margin-bottom: 20px;
  }
  .pane-header .modal-nav-menu .block-search-box {
    width: 82%;
  }
  .pane-header .modal-nav-menu .block-search-box .block-search-box--form {
    background-color: transparent;
    padding: 0;
    display: flex;
  }
  .pane-header .modal-nav-menu .block-search-box .block-search-box--keyword {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-color: #242424;
    border: 0;
    border-radius: 100px;
    padding: 0;
    line-height: 2.5;
    height: auto;
    color: #999;
    padding: 0 45px 0 20px;
  }
  .pane-header .modal-nav-menu .block-search-box .block-search-box--placeholder {
    top: 20%;
    margin: auto;
  }
  .pane-header .modal-nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .pane-header .modal-nav-menu ul li {
    width: 5%;
    position: relative;
  }
  .pane-header .modal-nav-menu .input-group-btn {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 10px;
    margin: auto;
  }
  .pane-header .modal-nav-menu .block-search-box--search-submit {
    width: 35px;
    height: 100%;
    background: transparent url(https://jp.omsystem.com/cms/img/usr/common/ico-search-wh.svg) center no-repeat;
    background-size: 60%;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .pane-header .block-search-box--keyword {
    width: 100%;
    height: 38px;
  }
}
/*------------------------------
subheader
-------------------------------*/
.subheader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 55px;
  background: #fff;
  font-family: Helvetica, Arial, Verdana, Roboto, sans-serif;
  color: #fff;
  font-size: 1.5rem;
}
.subheader .subheader-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1600px;
}
.subheader .header-language-wrapper {
  display: flex;
  gap: 25px;
  align-items: center;
  /* &:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url('../images/brand/icon_grobe.svg') no-repeat;
    background-size: 100% auto;
  } */
}
.subheader .header-language-wrapper .language-icon {
  display: block;
  width: 26px;
  height: 26px;
}
.subheader .header-language-wrapper .language-icon a {
  display: block;
}
.subheader .header-language-wrapper .language-icon a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1400px) {
  .subheader .subheader-inner {
    padding: 0 140px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1399px) {
  .subheader .subheader-inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .subheader .subheader-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .subheader {
    height: 50px;
    font-size: 1.3rem;
  }
  .subheader .subheader-inner {
    padding: 0 10px;
  }
  .subheader .header-language-wrapper {
    gap: 15px;
    /* &:before {
        width: 20px;
        height: 20px;
    } */
  }
  .subheader .header-language-wrapper .language-icon {
    display: block;
    width: 20px;
    height: 20px;
  }
}

.custom-select {
  position: relative;
  width: 150px;
}

.custom-select.language-select {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .custom-select.language-select {
    width: 150px;
  }
}
.custom-select select {
  display: none;
}

.select-selected {
  background-color: #000;
  color: #e5e5e5;
  padding: 8px 30px 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  letter-spacing: 0;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  transform: rotate(45deg);
}

.select-selected:after.select-arrow-active {
  margin-top: -4px;
  transform: rotate(-135deg);
}

.select-items {
  position: absolute;
  background-color: #000;
  border-radius: 0;
  border-bottom: 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items div {
  color: #e5e5e5;
  padding: 8px 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select-items div {
    padding: 13px 8px;
  }
}

.select-items div:hover {
  background-color: #999;
}

.select-hide {
  display: none;
}

.same-as-selected {
  background-color: #999;
}

/*------------------------------
footer
-------------------------------*/
.pane-footer {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

.pane-footer * {
  letter-spacing: 0;
}

.pane-footer a, .pane-footer abbr, .pane-footer address, .pane-footer article, .pane-footer aside, .pane-footer audio, .pane-footer b, .pane-footer blockquote, .pane-footer canvas, .pane-footer caption, .pane-footer cite, .pane-footer code, .pane-footer dd, .pane-footer del, .pane-footer details, .pane-footer dfn, .pane-footer div, .pane-footer dl, .pane-footer dt, .pane-footer em, .pane-footer fieldset, .pane-footer figcaption, .pane-footer figure, .pane-footer form, .pane-footer h1, .pane-footer h2, .pane-footer h3, .pane-footer h4, .pane-footer h5, .pane-footer h6, .pane-footer header, .pane-footer hgroup, .pane-footer i, .pane-footer iframe, .pane-footer img, .pane-footer input, .pane-footer ins, .pane-footer kbd, .pane-footer label, .pane-footer legend, .pane-footer li, .pane-footer mark, .pane-footer menu, .pane-footer nav, .pane-footer object, .pane-footer ol, .pane-footer p, .pane-footer pre, .pane-footer q, .pane-footer samp, .pane-footer section, .pane-footer small, .pane-footer span, .pane-footer strong, .pane-footer sub, .pane-footer summary, .pane-footer sup, .pane-footer table, .pane-footer tbody, .pane-footer td, .pane-footer tfoot, .pane-footer th, .pane-footer thead, .pane-footer time, .pane-footer tr, .pane-footer ul, .pane-footer var, .pane-footer video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  font-size: 14px;
  vertical-align: baseline;
  font-family: Noto Sans JP, Noto Sans Japanese, "源ノ角ゴシック Regular", "源ノ角ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  background: 0 0;
  font-weight: 400;
}

.pane-footer a {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}

.pane-footer li {
  list-style: none;
}

.pane-footer img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

.pane-footer .block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

.pane-footer .block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000;
}

.pane-footer .block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.pane-footer .copyright img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 801px) {
  .pane-footer {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .pane-footer a, .pane-footer a:active, .pane-footer a:hover, .pane-footer a:visited {
    color: #fff;
  }
  .pane-footer .cm-width-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .pane-footer .block-footer-support-list {
    background: #e5e2df;
    color: #404040;
    padding: 60px;
  }
  .pane-footer .block-footer-support-list a, .pane-footer .block-footer-support-list a:active, .pane-footer .block-footer-support-list a:hover, .pane-footer .block-footer-support-list a:visited {
    color: #404040;
    display: flex;
    align-items: center;
  }
  .pane-footer .footer-support-inner {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pane-footer .footer-support-inner li:not(:last-child) {
    margin-right: 5vw;
  }
  .pane-footer .footer-support-inner .icon-name {
    margin-left: 20px;
  }
  .pane-footer .block-sns-list {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 50px;
    padding-top: 80px;
  }
  .pane-footer .block-sns-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pane-footer .block-sns-list ul li {
    text-align: center;
    min-width: 85px;
  }
  .pane-footer .block-sns-list ul li:not(:last-child) {
    margin-right: 3%;
  }
  .pane-footer .block-sns-list ul li a .sns-name {
    margin-top: auto;
    font-size: 0.8em;
  }
  .pane-footer .block-sns-list .img-block {
    margin-bottom: 10px;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pane-footer .block-sns-list .img-block img {
    margin: auto;
  }
  .pane-footer .footer-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .pane-footer .footer-menu-inner .inner-block {
    max-width: calc((100% - 80px) / 5);
    min-width: calc((100% - 320px) / 5);
    margin-right: auto;
  }
  .pane-footer .footer-menu-inner .inner-block:last-child {
    margin-right: 0;
  }
  .pane-footer .footer-menu-inner .inner-block .inner-child {
    margin-bottom: 25px;
  }
  .pane-footer .footer-menu-inner .inner-block h2 {
    margin-bottom: 30px;
    font-size: 1.3em;
  }
  .pane-footer .footer-menu-inner .inner-block h3 {
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  .pane-footer .footer-menu-inner .inner-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .pane-footer .footer-menu-inner .inner-list.is-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .pane-footer .footer-menu-inner .inner-list.is-row li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .pane-footer .footer-menu-inner .is-allow > a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
  }
  .pane-footer .footer-menu-inner .is-allow > a:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .pane-footer .footer-menu-inner .is-outlink {
    border-top: 1px solid #707070;
    margin-top: 30px;
    padding-top: 20px;
  }
  .pane-footer .footer-menu-inner .is-outlink a:after {
    content: "";
    background: url(https://jp.omsystem.com/cms/img/usr/common/ico-outlink-wh.svg) center no-repeat;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 5px;
  }
  .pane-footer .footer-menu-inner .is-child a {
    padding-left: 20px;
    position: relative;
  }
  .pane-footer .footer-menu-inner .is-child a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 7px;
    height: 1px;
    background-color: #fff;
  }
  .pane-footer .footer-menu-inner .inner-child-wrap {
    margin: 20px 0 40px;
    text-indent: 1.5em;
  }
  .pane-footer .footer-menu-inner .inner-child-wrap a {
    padding-left: 1em;
    text-indent: 0;
    display: block;
  }
  .pane-footer .other-block {
    border-left: 1px solid #707070;
    padding-left: 30px;
  }
  .pane-footer .other-block li {
    margin-bottom: 30px;
  }
  .pane-footer .other-block .is-allow > a {
    padding: 0;
    font-size: 1.3em;
  }
  .pane-footer .other-block .is-allow > a:before {
    display: none;
  }
  .pane-footer .footer-menu + .copyright {
    margin-top: 80px;
  }
  .pane-footer .copyright {
    background-color: #fff;
    color: #000;
    padding: 10px 40px 40px;
  }
  .pane-footer .copyright .is-center {
    text-align: center;
  }
  .pane-footer .copyright small {
    display: block;
    margin-top: 10px;
    font-size: smaller;
  }
  .pane-footer .navUtility {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px;
  }
  .pane-footer .navUtility a {
    color: #333;
    font-size: 0.8em;
  }
  .pane-footer .navUtility li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  .pane-footer .navUtility li:not(:last-child):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 80%;
    background-color: #707070;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pane-footer .navUtility .is-outlink a:after {
    content: "";
    background: url(https://jp.omsystem.com/cms/img/usr/common/ico-outlink-bk.svg) center no-repeat;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .pane-footer .block-sns-list {
    padding-bottom: 30px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .pane-footer .block-sns-list ul li {
    margin-bottom: 30px;
    width: calc((100% - 60px) / 4);
  }
  .pane-footer .block-sns-list ul li:not(:last-child) {
    margin-right: 0;
  }
  .pane-footer .block-sns-list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .pane-footer .footer-menu {
    padding: 0 40px;
  }
  .pane-footer .other-block {
    padding-left: 1vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .pane-footer .cm-width-container {
    margin: 0 15px;
  }
}
@media screen and (max-width: 800px) {
  .pane-footer {
    background: #000;
    color: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .pane-footer a, .pane-footer a:active, .pane-footer a:hover, .pane-footer a:visited {
    color: #fff;
  }
  .pane-footer .block-footer-support-list {
    background: #e5e2df;
    color: #404040;
    padding: 10px 25px;
  }
  .pane-footer .block-footer-support-list a {
    color: #404040;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .pane-footer .footer-support-inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .pane-footer .footer-support-inner li {
    width: calc((100% - 40px) / 3);
    padding-right: 10px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  .pane-footer .footer-support-inner li:nth-child(3n) {
    padding-right: 0;
    border-right: 0;
  }
  .pane-footer .footer-support-inner .icon-block img {
    height: 20px;
  }
  .pane-footer .footer-support-inner .icon-name {
    margin-left: 10px;
    font-size: 0.8em;
  }
  .pane-footer .block-sns-list {
    padding: 50px 0 30px;
  }
  .pane-footer .block-sns-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
  }
  .pane-footer .block-sns-list ul li {
    margin-bottom: 20px;
    text-align: center;
    width: calc((100% - 60px) / 4);
    word-break: break-all;
  }
  .pane-footer .block-sns-list ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .pane-footer .block-sns-list ul li a .sns-name {
    font-size: 0.6em;
    margin-top: auto;
  }
  .pane-footer .block-sns-list .img-block {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-height: 40px;
  }
  .pane-footer .block-sns-list .img-block img {
    margin: auto;
  }
  .pane-footer .footer-menu {
    margin: 0 15px;
  }
  .pane-footer .footer-menu-inner + .footer-menu-inner {
    margin-top: 25px;
  }
  .pane-footer .footer-menu-inner .inner-list li:not(:last-child) {
    border-bottom: 1px solid #888;
    box-sizing: border-box;
  }
  .pane-footer .footer-menu-inner .inner-list li:first-child {
    border-top: 1px solid #888;
  }
  .pane-footer .footer-menu-inner .inner-list li a {
    background-color: #2f2f2f;
    display: block;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .pane-footer .footer-menu-inner .inner-list li.is-child a {
    background-color: #161616;
    padding: 20px 20px 20px 70px;
  }
  .pane-footer .footer-menu-inner .other-block {
    margin-top: 20px;
  }
  .pane-footer .footer-menu-inner .other-block .is-link {
    background-color: #434343;
    padding: 0 10px;
  }
  .pane-footer .footer-menu-inner .inner-block {
    background-color: #434343;
    padding: 0 10px;
  }
  .pane-footer .footer-menu-inner .inner-block h2, .pane-footer .footer-menu-inner .inner-block h3 {
    font-size: 1.1em;
    font-weight: 400;
    position: relative;
  }
  .pane-footer .footer-menu-inner .inner-block h2:after, .pane-footer .footer-menu-inner .inner-block h2:before, .pane-footer .footer-menu-inner .inner-block h3:after, .pane-footer .footer-menu-inner .inner-block h3:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    width: 10px;
    transition: 0.2s all;
  }
  .pane-footer .footer-menu-inner .inner-block h2:after, .pane-footer .footer-menu-inner .inner-block h3:after {
    transform: rotate(90deg);
  }
  .pane-footer .footer-menu-inner .inner-block h2.is-active:after, .pane-footer .footer-menu-inner .inner-block h3.is-active:after {
    transform: rotate(180deg);
  }
  .pane-footer .footer-menu-inner .inner-block h2 {
    background-color: #434343;
    cursor: pointer;
    padding: 15px 10px;
    display: block;
  }
  .pane-footer .footer-menu-inner .inner-block:not(:first-child) h2 {
    border-top: 1px solid #888;
  }
  .pane-footer .footer-menu-inner .inner-block h3 {
    background-color: #2f2f2f;
    border-bottom: 1px solid #888;
    cursor: pointer;
    padding: 15px 10px 15px 40px;
  }
  .pane-footer .footer-menu-inner .inner-block > a {
    background-color: #434343;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 400;
    padding: 15px 10px;
    position: relative;
    display: block;
  }
  .pane-footer .footer-menu-inner .inner-block .inner-child-wrap, .pane-footer .footer-menu-inner .inner-block .inner-list {
    display: none;
    padding-bottom: 10px;
  }
  .pane-footer .footer-menu-inner .is-allow.is-link a {
    padding: 20px 40px 20px 20px;
  }
  .pane-footer .footer-menu-inner .is-allow a:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 4px;
    right: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 4px;
  }
  .pane-footer .footer-menu-inner .is-link:not(:last-child) a {
    border-bottom: 1px solid #888;
    box-sizing: border-box;
  }
  .pane-footer .footer-menu-inner .is-link a {
    background-color: #434343;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    padding: 15px 10px;
    position: relative;
  }
  .pane-footer .footer-menu-inner .is-link a:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 6px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transform: rotate(45deg);
    width: 6px;
  }
  .pane-footer .footer-menu-inner .is-outlink a:after {
    background: url(https://jp.omsystem.com/cms/img/usr/common/ico-outlink-wh.svg) center no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 16px;
  }
  .pane-footer .footer-menu-inner .is-child a:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 7px;
  }
  .pane-footer .copyright {
    background-color: #fff;
    color: #000;
    margin-top: 50px;
    padding: 15px 10px;
  }
  .pane-footer .copyright .is-center {
    text-align: center;
  }
  .pane-footer .copyright small {
    display: block;
    font-size: smaller;
  }
  .pane-footer .navUtility {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px;
  }
  .pane-footer .navUtility a {
    color: #333;
    font-size: 0.8em;
  }
  .pane-footer .navUtility li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  .pane-footer .navUtility li:not(:last-child):after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 80%;
    background-color: #707070;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .pane-footer .navUtility .is-outlink a:after {
    content: "";
    background: url(https://jp.omsystem.com/cms/img/usr/common/ico-outlink-bk.svg) center no-repeat;
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 430px) {
  .pane-footer .navUtility {
    flex-wrap: wrap;
  }
  .pane-footer .navUtility li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
    text-align: center;
  }
  .pane-footer .navUtility li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
  }
  .pane-footer .navUtility li:nth-child(2n):after {
    display: none;
  }
}
/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  min-height: 500px;
  z-index: 0;
}

/*-------------------------
 btn 
---------------------------*/
/* 汎用ボタン */
.btn-basic a, .btn-basic button {
  position: relative;
  display: flex;
  gap: 0 15px;
  align-items: center;
  justify-content: space-between;
  min-height: 3em;
  padding: 9px 20px 11px 25px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  background: #000;
  border: 2px solid #567646;
}
.btn-basic a:after, .btn-basic button:after {
  content: "";
  flex: none;
  display: block;
  position: relative;
  width: 30px;
  height: 16px;
  margin-left: 1em;
  background: url("../images/brand/arrow_1.svg") no-repeat right center;
  background-size: 100% auto;
}
.btn-basic a span, .btn-basic button span {
  position: relative;
}
.btn-basic button {
  width: 100%;
  border: none;
  cursor: pointer;
}
.btn-basic a:hover, .btn-basic button:hover {
  opacity: 1;
  background: #567646;
  transition: all 0.2s ease-out;
}
.btn-basic button:focus-visible {
  outline: 2px solid #cc4400;
}
@media screen and (max-width: 767px) {
  .btn-basic a, .btn-basic button {
    padding: 9px 20px 11px 25px;
    font-size: clamp(1.1rem, 2.9vw, 1.6rem);
    font-size: 100%;
  }
}

.btn-basic.middle {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .btn-basic.middle {
    display: table;
    width: auto;
    min-width: 250px;
  }
}

.h-lv2 {
  position: relative;
  margin-bottom: 50px;
  padding-left: 200px;
  color: #567646;
  padding-left: 7vw;
}
.h-lv2 .en_img {
  position: relative;
  display: block;
  line-height: 0;
}
.h-lv2 .sub {
  position: relative;
  display: block;
  margin: 0.8em 0 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.h-lv2:before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 0;
  width: 180px;
  height: 1px;
  background: #567646;
  width: calc(7vw - 20px);
}
@media screen and (min-width: 1100px) {
  .h-lv2 {
    padding-left: calc((100% - 1000px) / 2);
  }
  .h-lv2:before {
    width: calc((100% - 1040px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .h-lv2 {
    margin-left: 4vw;
    padding-left: 15px;
    border-left: 1px solid #567646;
  }
  .h-lv2:before {
    display: none;
  }
  .h-lv2 .sub {
    font-size: clamp(1.4rem, 3.7vw, 2.8rem);
  }
}

html:lang(en) .h-lv2 .sub {
  font-family: "Noto Serif", sans-serif;
}

/* common */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  background: #000;
  color: white;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/*--------------
scrollIn
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease-out, transform 1.5s ease-out;
}

.scrollIn.fade.is_show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*--------------
Micromodal
--------------*/
.modal {
  display: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 1.6rem;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 34, 14, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
.modal__overlay .overlay_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  width: 90%;
  max-height: 90vh;
  /* padding: 30px;
  background-color: #000;
  box-shadow : 7px 7px 10px rgba(0, 0, 0, 0.5); */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__container {
    width: 86%;
    max-width: 600px;
    padding: 40px 0;
  }
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.modal__header .modal__close {
  display: table;
  margin-left: auto;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  font-size: clamp(2rem, 3.8vw, 5.6rem);
  line-height: 1.2;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modal__title {
    font-size: clamp(2rem, 8.5vw, 6.4rem);
  }
}

.modal__close {
  padding: 0;
  background: none;
  border: 0;
  font-weight: 200;
  font-size: clamp(2rem, 3.8vw, 5.6rem);
  line-height: 1.2;
  cursor: pointer;
}
.modal__close:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/brand/icon_close_wht.svg") no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .modal__close {
    font-size: clamp(2rem, 8.5vw, 6.4rem);
  }
}

.modal__close:hover {
  opacity: 0.7;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
  /* padding: 30px;
  background-color: #000;
  box-shadow : 7px 7px 10px rgba(0, 0, 0, 0.5); */
}
.modal__content .modal_title {
  margin: 0 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}
.modal__content .modal_text {
  position: relative;
  margin-bottom: 2em;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.modal__content .modal_text h3 {
  position: relative;
  margin-bottom: 0.4em;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
.modal__content .modal_text h3:before {
  content: "|";
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
}
.modal__content .modal_text h3:after {
  content: "|";
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
}
.modal__content .modal_text p {
  margin: 0 0 1em;
}
.modal__content .modal_text p:last-child {
  margin-bottom: 0;
}
.modal__content p.caption {
  margin: 10px 0 0;
  color: #8a8a8a;
  font-size: 75%;
  text-align: right;
  font-weight: 300;
}
.modal__content .splide__track--draggable {
  cursor: grab;
  z-index: 0;
}
.modal__content .splide__arrow {
  width: 20px;
  height: 44px;
  border-radius: 0;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
  text-indent: 200%;
  z-index: 5;
  top: auto;
  bottom: 0;
  margin-bottom: calc(41% + 40px);
}
.modal__content .splide__arrow span {
  width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
}
.modal__content .splide__arrow--prev {
  background: url("../images/brand/slide_arrow_prev.svg") no-repeat left center;
  background-size: 100% auto;
  transform: translate(-70px, -50%);
  left: -100px;
  transform: translate(0, 50%);
}
.modal__content .splide__arrow--next {
  background: url("../images/brand/slide_arrow_next.svg") no-repeat left center;
  background-size: 100% auto;
  transform: translate(70px, -50%);
  right: -100px;
  transform: translate(0, 50%);
}
.modal__content .slider-progress {
  position: relative;
  width: 140px;
  margin: 4rem auto 0;
  background: #232900;
  z-index: 10;
}
.modal__content .slider-progress-bar {
  background: #567646;
  height: 3px;
  transition: width 400ms ease;
  width: 0;
}
.modal__content .splide__progress {
  position: relative;
  width: 140px;
  margin: 4rem auto 0;
  background: #232900;
}
.modal__content .splide__progress__bar {
  height: 3px;
  background: #567646;
}
@media screen and (max-width: 767px) {
  .modal__content .modal_title {
    font-size: 2.2rem;
  }
  .modal__content .modal_text {
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .modal__content .splide__arrow {
    width: 20px;
    height: 34px;
    margin-bottom: 0;
  }
  .modal__content .splide__arrow--prev {
    left: 0;
  }
  .modal__content .splide__arrow--next {
    right: 0;
  }
  .modal__content .splide__progress {
    margin-top: 30px;
  }
}

html:lang(en) .modal {
  font-family: "Noto Sans", sans-serif;
}

html:lang(en) .modal__content .modal_title {
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
}
html:lang(en) .modal__content .modal_text h3 {
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/*--------------
main
--------------*/
.main {
  position: relative;
}

.brand-contents {
  position: relative;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
}
.brand-contents img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .brand-contents {
    font-size: 1.4rem;
  }
}

html:lang(en) .brand-contents {
  font-family: "Noto Sans", sans-serif;
}

.sec {
  position: relative;
}

.sec-inner {
  width: 86%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec-inner {
    width: 92%;
  }
}

.sec-pt {
  padding-top: 20rem;
}
@media screen and (min-width: 768px) {
  .sec-pt {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-pt {
    padding-top: 17vw;
  }
}

.sec-pb {
  padding-bottom: 20rem;
}
@media screen and (min-width: 768px) {
  .sec-pb {
    padding-bottom: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-pb {
    padding-bottom: 17vw;
  }
}

.sec-pb2 {
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .sec-pb2 {
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-pb2 {
    padding-bottom: 9vw;
  }
}

/*-----------
FV
------------*/
.control_play {
  position: absolute;
  /* right: 6.85%;
  bottom: 5%; */
  right: 3vw;
  bottom: 3vw;
  width: 11%;
  min-width: 150px;
  max-width: 170px;
  line-height: 0;
}
.control_play button {
  padding: 0;
  line-height: 0;
}
.control_play button svg {
  width: 100%;
  height: auto;
}
.control_play button .cls-1 {
  stroke-dashoffset: 386;
  stroke-dasharray: 386;
}
.control_play button:hover .cls-1 {
  animation: strokeAnime 2s cubic-bezier(0.46, 0.03, 0.43, 0.98);
}
@media screen and (max-width: 767px) {
  .control_play {
    /* right: 4%;
    width: 28.4%; */
    width: 18%;
    min-width: 80px;
    max-width: 170px;
  }
}

.control_mute {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  line-height: 0;
}
.control_mute button {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background: url("../images/brand/sound_on.svg") no-repeat;
  background-size: 100% auto;
  white-space: nowrap;
  text-indent: 300px;
  font-size: 1rem;
  overflow: hidden;
}
.control_mute button.is_mute {
  background-image: url("../images/brand/sound_off.svg");
}
.control_mute button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .control_mute {
    width: 26px;
    height: 26px;
  }
}

.sec-fv .fv_view {
  position: relative;
  margin: auto;
  line-height: 0;
}
.sec-fv .fv_view video {
  position: relative;
  width: 100%;
  height: auto;
}
.sec-fv .label-scroll {
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -38px);
}
.sec-fv .label-scroll .line {
  position: relative;
  width: 1px;
  height: 77px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.sec-fv .label-scroll .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 100%;
  background: #567646;
  background: #fff;
  transform: scaleY(0);
  transform-origin: left top;
  animation: lineloopAnime 3s linear 0.5s infinite;
}
.sec-fv .label-scroll .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 100%;
  background: #567646;
  transform: scaleY(1);
  transform-origin: left bottom;
  animation: lineloopAnime2 3s linear 0.5s infinite;
}
.sec-fv .label-scroll span {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-fv .label-scroll {
    transform: translate(-50%, -7vw);
  }
  .sec-fv .label-scroll .line {
    height: 14vw;
  }
}

.micromodal_video .modal__content {
  padding: 0;
  background-color: #000;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.5);
}
.micromodal_video .fv_view {
  position: relative;
  margin: auto;
  line-height: 0;
}
.micromodal_video .fv_view video {
  position: relative;
  width: 100%;
  height: auto;
}
.micromodal_video .youtube_view {
  position: relative;
  padding-bottom: 56.25%;
}
.micromodal_video .youtube_view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .micromodal_video .modal__container {
    width: 90%;
  }
}

/*-----------
message
------------*/
.sec-message {
  position: relative;
}
.sec-message .tagline {
  position: relative;
  line-height: 0;
}
.sec-message h1 {
  position: relative;
  max-width: 610px;
  margin: auto;
  text-align: center;
  -webkit-clip-path: url(#clip_tagline_pc);
  clip-path: url(#clip_tagline_pc);
}
.sec-message h1 img {
  position: relative;
  opacity: 0;
}
.sec-message h1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-message .tagline_path {
  position: relative;
  width: 100%;
  height: 0;
  line-height: 0;
}
.sec-message .tagline_path #clip_tagline_pc {
  transform: scale(0.0016393443, 0.014705882);
}
.sec-message .tagline_path #clip_tagline_sp {
  transform: scale(0.0014492754, 0.0047619048);
}
.sec-message .messeage-text {
  position: relative;
  margin: 2em 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
}
.sec-message .messeage-text:last-child {
  margin-bottom: 0;
}
.sec-message .logo {
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .sec-message {
    margin-top: 9vw;
    padding-top: 12vw;
  }
  .sec-message h1 {
    max-width: 500px;
    -webkit-clip-path: url(#clip_tagline_sp);
    clip-path: url(#clip_tagline_sp);
  }
  .sec-message .messeage-text {
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.4rem, 4vw, 2.2rem);
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
    font-size: clamp(1.4rem, 3.8vw, 2rem);
  }
  .sec-message .logo {
    width: 33%;
    margin: auto;
  }
  .sec-message .logo img {
    width: 100%;
  }
}

html:lang(ja) .sec-message .messeage-text {
  padding-left: 1em;
}

html:lang(en) .sec-message .tagline_path #clip_tagline_pc {
  transform: scale(0.0010204082, 0.019230769);
}
html:lang(en) .sec-message .tagline_path #clip_tagline_sp {
  transform: scale(0.0014492754, 0.0041322314);
}
html:lang(en) .sec-message .messeage-text {
  font-family: "Noto Sans", sans-serif;
}

/*-----------
adventure
------------*/
.sec-adventure {
  position: relative;
}
.sec-adventure .adventure-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec-adventure .img {
  position: relative;
  line-height: 0;
}
.sec-adventure .img .img_inner {
  position: relative;
  overflow: hidden;
}
.sec-adventure .img img {
  width: 100%;
}
.sec-adventure .adventure-imgs {
  position: relative;
}
.sec-adventure .adventure-imgs .img_2 {
  width: 89.2%;
  margin-top: 19.79%;
  margin-bottom: 14.73%;
}
.sec-adventure .adventure-imgs .img_1 {
  width: 52.2%;
  margin-left: 21.89%;
  margin-bottom: 14.73%;
}
.sec-adventure .adventure-imgs .img_3 {
  width: 78.1%;
  margin-left: 15.368%;
  margin-bottom: 9.68%;
}
.sec-adventure .adventure-imgs .img_4 {
  /* width: 45.263%;
  margin-left: 48.21%; */
  width: 52.2%;
  margin-left: 41%;
}
.sec-adventure .adventure-imgs .img_8 {
  width: 59.57%;
  margin-left: auto;
  margin-right: 15.368%;
  margin-bottom: 9.05%;
}
.sec-adventure .adventure-imgs .img_9 {
  width: 69.68%;
  margin-left: auto;
  margin-right: 15.368%;
  margin-bottom: 24.842%;
}
.sec-adventure .adventure-imgs .img_6 {
  width: 91.789%;
  margin-left: auto;
  margin-bottom: 12%;
}
.sec-adventure .adventure-imgs .img_5 {
  /* width: 55.789%; */
  width: 69.68%;
}
.sec-adventure .adventure-imgs.imgs-1 {
  width: 34vw;
}
.sec-adventure .adventure-imgs.imgs-2 {
  width: 34vw;
}
.sec-adventure .adventure-body {
  position: relative;
  width: 28.57vw;
}
.sec-adventure .adventure-body .img {
  /* width: 22.7vw;
  margin: 49.73% 0 0; */
  width: 26vw;
  margin: 32% 0 0;
}
.sec-adventure .h-adventure {
  margin: 35.29% 0 1em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 3.2vw, 4.6rem);
  line-height: 1.5;
  font-weight: 400;
}
.sec-adventure .text {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.2rem, 1.14vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-adventure .text p {
  margin: 0 0 1em;
}
.sec-adventure .adventure-imgs-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-adventure .adventure-container {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .sec-adventure .adventure-imgs {
    display: none;
  }
  .sec-adventure .adventure-body {
    width: auto;
  }
  .sec-adventure .h-adventure {
    margin-top: 0;
    font-size: clamp(2rem, 7.8vw, 5.9rem);
  }
  .sec-adventure .text {
    font-size: clamp(1.4rem, 3.8vw, 2rem);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .sec-adventure .adventure-imgs-sp {
    /* position: relative;
    display: flex;
    flex-wrap: wrap; */
    display: block;
    top: 0;
    left: 0;
    width: 88%;
    margin: auto;
  }
  .sec-adventure .adventure-imgs-sp:after {
    content: "";
    display: table;
    position: relative;
    clear: both;
  }
  .sec-adventure .adventure-imgs-sp .img_1 {
    float: left;
    width: 30.2%;
    margin-top: 10.12%;
    margin-left: 3.98%;
  }
  .sec-adventure .adventure-imgs-sp .img_2 {
    float: right;
    width: 57.2%;
    margin-right: 3.92%;
  }
  .sec-adventure .adventure-imgs-sp .img_3 {
    float: left;
    width: 46.7%;
    clear: left;
    margin-top: 6.13%;
    margin-left: 11.8%;
  }
  .sec-adventure .adventure-imgs-sp .img_4 {
    float: right;
    width: 24.8%;
    margin-top: 2.3%;
    margin-right: 11.8%;
  }
  .sec-adventure .adventure-imgs-sp .img_5 {
    float: left;
    width: 30.67%;
    clear: left;
    margin-top: 9.8%;
    margin-left: 14.72%;
  }
  .sec-adventure .adventure-imgs-sp .img_6 {
    width: 46.78%;
    float: left;
    clear: left;
    margin-top: 4.447%;
  }
  .sec-adventure .adventure-imgs-sp .img_7 {
    width: 48.6%;
    float: right;
    clear: both;
    margin-top: 4.5%;
    margin-right: 1.38%;
  }
  .sec-adventure .adventure-imgs-sp .img_8 {
    width: 47.08%;
    float: left;
    clear: both;
    margin-top: 7.66%;
    margin-left: 4.447%;
  }
  .sec-adventure .adventure-imgs-sp .img_9 {
    width: 39.87%;
    float: right;
    margin-top: 14.877%;
    margin-right: 5.2%;
  }
}

html:lang(en) .sec-adventure .h-adventure {
  font-family: "Noto Serif", sans-serif;
  font-weight: 300;
}
html:lang(en) .sec-adventure .text {
  font-family: "Noto Sans", sans-serif;
}

/*-----------
photograph
------------*/
.sec-photograph {
  position: relative;
}
.sec-photograph .photograph-intro {
  position: relative;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.sec-photograph .photograph-intro .h-photograph {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.sec-photograph .photograph-intro .intro-text {
  flex: 1;
  max-width: 550px;
  margin: 0;
  font-size: 1.4rem;
}
.sec-photograph .photograph-intro .intro-text p {
  margin: 0;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec-photograph #photograph_slide {
  margin: 6rem auto 0;
}
.sec-photograph #photograph_slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12vw;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.sec-photograph #photograph_slide:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 12vw;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.sec-photograph #photograph_slide .splide__track--draggable {
  cursor: crosshair;
  z-index: 0;
}
.sec-photograph #photograph_slide .splide__arrow {
  top: 18.3vw;
  /* width: 20px;
  height: 44px; */
  width: 40px;
  height: 64px;
  border-radius: 0;
  border: 10px solid transparent;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
  text-indent: 200%;
  overflow: hidden;
  z-index: 5;
}
.sec-photograph #photograph_slide .splide__arrow span {
  width: 100%;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
}
.sec-photograph #photograph_slide .splide__arrow--prev {
  left: 12vw;
  background: url("../images/brand/slide_arrow_prev.svg") no-repeat left center;
  background-size: 100% auto;
  transform: translate(-70px, -50%);
}
.sec-photograph #photograph_slide .splide__arrow--next {
  right: 12vw;
  background: url("../images/brand/slide_arrow_next.svg") no-repeat left center;
  background-size: 100% auto;
  transform: translate(70px, -50%);
}
.sec-photograph #photograph_slide .splide__arrow--prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}
.sec-photograph #photograph_slide .splide__arrow--next:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}
.sec-photograph #photograph_slide .slider-progress {
  position: relative;
  width: 140px;
  margin: 4rem auto 0;
  background: #232900;
  z-index: 10;
}
.sec-photograph #photograph_slide .slider-progress-bar {
  background: #567646;
  height: 3px;
  transition: width 400ms ease;
  width: 0;
}
.sec-photograph #photograph_slide .splide__progress {
  position: relative;
  width: 140px;
  margin: 4rem auto 0;
  background: #232900;
}
.sec-photograph #photograph_slide .splide__progress__bar {
  height: 3px;
  background: #567646;
}
.sec-photograph #photograph_slide .splide__slide {
  position: relative;
}
.sec-photograph #photograph_slide .splide__slide .img {
  position: relative;
  padding-bottom: 75%;
  /* width: 70vw;
  max-width: 1000px; */
  line-height: 0;
}
.sec-photograph #photograph_slide .splide__slide .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
.sec-photograph #photograph_slide .splide__slide .img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-photograph #photograph_slide .splide__slide .img a:before {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 190px;
  max-width: 190px;
  max-height: 190px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(120deg, rgb(61, 93, 46) 0%, rgb(46, 75, 29) 23.08%, rgb(29, 52, 8) 58.16%, rgb(22, 44, 0) 80.55%);
  border-radius: 100%;
  z-index: 1;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.sec-photograph #photograph_slide .splide__slide .img a:after {
  content: "";
  display: block;
  position: absolute;
  width: 190px;
  height: 190px;
  max-width: 190px;
  max-height: 190px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/brand/photograph_more.svg") no-repeat;
  background-size: 100% auto;
  border-radius: 100%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.sec-photograph #photograph_slide .splide__slide .img a:hover {
  opacity: 1;
}
.sec-photograph #photograph_slide .splide__slide .img a:hover:before {
  transform: scale(1);
  opacity: 0.7;
  transition-delay: 0.1s;
}
.sec-photograph #photograph_slide .splide__slide .img a:hover:after {
  opacity: 1;
  transition-delay: 0.1s;
}
.sec-photograph #photograph_slide .splide__slide .caption {
  position: relative;
  margin: 15px 0 0 0;
  color: #8a8a8a;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: right;
}
.sec-photograph #photograph_slide .splide__slide .caption p {
  margin: 0;
}
.sec-photograph #photograph_slide .splide__slide:not(.is-active) a {
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-photograph #photograph_slide .splide__slide .img a:before, .sec-photograph #photograph_slide .splide__slide .img a:after {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-photograph .photograph-intro {
    display: block;
  }
  .sec-photograph .photograph-intro .h-photograph {
    width: auto;
    margin: 0 0 1em;
    font-size: clamp(1.8rem, 5.8vw, 4.4rem);
    letter-spacing: 0.04em;
  }
  .sec-photograph .photograph-intro .intro-text {
    width: auto;
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  }
  .sec-photograph .photograph-intro .intro-text p {
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  .sec-photograph #photograph_slide {
    width: 92%;
  }
  .sec-photograph #photograph_slide:before, .sec-photograph #photograph_slide:after {
    display: none;
  }
  .sec-photograph #photograph_slide .splide__slide .img a:before, .sec-photograph #photograph_slide .splide__slide .img a:after {
    width: 35vw;
    height: 35vw;
  }
  .sec-photograph #photograph_slide .splide__progress {
    margin-top: 30px;
  }
}

html:lang(en) .sec-photograph .photograph-intro .h-photograph {
  font-family: "Noto Serif", sans-serif;
}

/*-----------
technology
------------*/
.sec-technology {
  position: relative;
}
.sec-technology .technology-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 8vw;
}
.sec-technology .technology-container .technology-img {
  width: 64.785%;
  line-height: 0;
}
.sec-technology .technology-container .technology-body {
  position: relative;
  width: 55%;
  margin-bottom: 4.857%;
  margin-left: -19.785%;
  padding: 6.28vw 9.64vw 6.28vw 12.857vw;
  background: linear-gradient(120deg, rgb(61, 93, 46) 0%, rgb(53, 82, 36) 8.02%, rgb(36, 61, 16) 28.2%, rgb(25, 48, 4) 47.87%, rgb(22, 44, 0) 66.29%);
  overflow: hidden;
}
.sec-technology .technology-container .technology-body .num {
  position: absolute;
  top: 3.1vw;
  left: 3.57vw;
  width: 6.4vw;
  line-height: 0;
}
.sec-technology .technology-container .technology-body h3 {
  position: relative;
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1.857vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.sec-technology .technology-container .technology-body p {
  margin: 0 0 1em;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.sec-technology .technology-container .technology-body p:last-child {
  margin-bottom: 0;
}
.sec-technology .technology-container .technology-body a {
  text-decoration: underline;
  text-decoration-color: #557148;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 2px;
  font-weight: 500;
}
.sec-technology .technology-container .technology-body a:hover {
  color: #557148;
  opacity: 1;
}
.sec-technology .technology-container .technology-body a[target=_blank]:after, .sec-technology .technology-container .technology-body a[data-micromodal-trigger]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.3em;
  background: url("../images/brand/link_blank_1.svg") no-repeat left center;
  background-size: 100% auto;
}
.sec-technology .technology-container.reverse {
  flex-direction: row-reverse;
}
.sec-technology .technology-container.reverse .technology-body {
  margin-left: 0;
  margin-right: -19.785%;
}
@media screen and (max-width: 767px) {
  .sec-technology .technology-container {
    display: block;
    margin: 0;
  }
  .sec-technology .technology-container .technology-img {
    width: auto;
    margin: 0;
  }
  .sec-technology .technology-container .technology-body {
    width: auto;
    margin: 0;
    padding: 6vw 4vw 9vw 4vw;
  }
  .sec-technology .technology-container .technology-body .num {
    position: absolute;
    top: 6vw;
    left: auto;
    right: 3.57vw;
    width: 17.3vw;
    line-height: 0;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    float: right;
    margin: 0 0 10px 10px;
  }
  .sec-technology .technology-container .technology-body p {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  .sec-technology .technology-container.reverse .technology-body {
    margin: 0;
  }
}

html:lang(en) .sec-technology .technology-container .technology-body h3 {
  font-family: "Noto Serif", sans-serif;
}

/*-----------
epilogue
------------*/
.sec-epilogue {
  position: relative;
  padding-top: 10rem;
  background: url("../images/brand/epilogue_img.jpg") no-repeat;
  background-size: cover;
  background-size: 100% auto;
  /* @include g.tab {
    background-image: url('../images/brand/epilogue_img_sp.jpg');
  } */
}
.sec-epilogue .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.sec-epilogue .bgimg img {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.sec-epilogue .h-epilogue {
  position: relative;
  margin-bottom: 50px;
  padding-top: 15px;
  color: #567646;
}
.sec-epilogue .h-epilogue .en_img {
  position: relative;
  display: block;
  line-height: 0;
}
.sec-epilogue .h-epilogue .sub {
  position: relative;
  display: block;
  margin: 0.8em 0 0 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.sec-epilogue .h-epilogue:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 20rem;
  background: #567646;
}
.sec-epilogue .epilogue-container {
  position: relative;
  margin: 6rem 0 0;
}
.sec-epilogue .epilogue-container .text1 {
  margin: 0 0 1em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(3rem, 4vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.sec-epilogue .epilogue-container .text2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.sec-epilogue .epilogue-container .text2 p {
  margin: 0 0 1.5em;
}
.sec-epilogue .epilogue-container .text3 {
  margin: 1.5em 0 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sec-epilogue {
    padding-top: 7vw;
  }
  .sec-epilogue .h-epilogue:before {
    height: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-epilogue {
    padding-top: 9vw;
    background: #000;
  }
  .sec-epilogue .h-epilogue:before {
    height: 17vw;
  }
  .sec-epilogue .epilogue-container .text1 {
    font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  }
  .sec-epilogue .epilogue-container .text2 {
    font-size: clamp(1.2rem, 3.8vw, 2rem);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .sec-epilogue .epilogue-container .text3 {
    font-size: clamp(2rem, 5.3vw, 4rem);
  }
}

html:lang(en) .sec-epilogue .h-epilogue .sub {
  font-family: "Noto Serif", sans-serif;
}
html:lang(en) .sec-epilogue .epilogue-container .text1 {
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
}
html:lang(en) .sec-epilogue .epilogue-container .text2 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
html:lang(en) .sec-epilogue .epilogue-container .text3 {
  font-family: "Noto Serif", sans-serif;
  font-weight: 400;
  word-spacing: 0.2em;
}

.micromodal_technology .modal__container {
  width: 60%;
  max-width: 850px;
}
.micromodal_technology .modal__content {
  padding: 60px;
  background-color: #000;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .micromodal_technology .modal__container {
    width: 90%;
  }
  .micromodal_technology .modal__content {
    padding: 30px 6% 60px;
  }
}

/*-----------
products
------------*/
.sec-products {
  position: relative;
}
.sec-products .h-products {
  position: relative;
  display: table;
  margin: 0 auto 55px;
  padding: 30px 60px;
  border: 1px solid #567646;
  text-align: center;
}
.sec-products .h-products:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 52px);
  height: calc(100% + 2px);
  background: #000;
  z-index: 0;
}
.sec-products .h-products:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: calc(100% + 2px);
  height: calc(100% - 32px);
  background: #000;
  z-index: 0;
}
.sec-products .h-products .en_img {
  position: relative;
  display: block;
  margin: auto;
  line-height: 0;
  z-index: 1;
}
.sec-products .h-products .en_img:after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 1px;
  margin: 1.6rem auto;
  background: #567646;
}
.sec-products .h-products .sub {
  position: relative;
  display: block;
  margin: 0.8em 0 0 0;
  font-family: "Shippori Mincho", serif;
  color: #567646;
  font-weight: 600;
  letter-spacing: 0.06em;
  z-index: 1;
}
.sec-products .products-cotainer {
  width: 86%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sec-products .products-other-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec-products .h-products {
    display: block;
    margin-bottom: clamp(2rem, 6vw, 5rem);
    padding: 30px 5%;
  }
  .sec-products .h-products .en_img {
    width: 52%;
    max-width: 360px;
  }
  .sec-products .h-products .sub {
    font-size: clamp(1.4rem, 3.7vw, 2.8rem);
  }
  .sec-products .products-cotainer {
    width: 92%;
  }
}

html:lang(en) .sec-products .h-products .sub {
  font-family: "Noto Serif", sans-serif;
}

.produsts-list {
  position: relative;
}
.produsts-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 15px;
}
.produsts-list ul:last-child {
  margin-bottom: 0;
}
.produsts-list li {
  position: relative;
  width: calc((100% - 72px) / 5);
  background: #162c00;
  overflow: hidden;
}
.produsts-list .img_1 {
  position: relative;
  padding-bottom: 42%;
  line-height: 0;
  background: #162c00;
  overflow: hidden;
}
.produsts-list .img_1 img {
  width: 100%;
  transition: transform 0.3s ease-out;
}
.produsts-list .img_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.produsts-list .img_2 img {
  width: 100%;
}
.produsts-list .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19%;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  font-size: clamp(1rem, 1.1vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produsts-list a {
  display: block;
  position: relative;
}
.produsts-list a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  padding-bottom: 19%;
  background: url("../images/brand/products_arrow_1.svg") no-repeat right bottom;
  background-size: 100% auto;
}
.produsts-list a:hover .img_1 img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .produsts-list ul {
    gap: 18px;
  }
  .produsts-list li {
    width: calc((100% - 18px) / 2);
  }
  .produsts-list .img_1 {
    padding-bottom: 54.6%;
  }
  .produsts-list .label {
    height: 24%;
    font-size: clamp(1.2rem, 3.5vw, 2rem);
  }
}

.products-other-link {
  margin: 0 auto;
}
.products-other-link ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.products-other-link li {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .products-other-link {
    width: 72%;
    max-width: 500px;
  }
  .products-other-link li {
    width: 100%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
