@charset "UTF-8";
/*
Theme Name: TRIP_INABE_GCI_THEME
Theme URI: https://trip.inabe-gci.jp/
Description: いなべ、暮らしを旅する.
Author: ECCOM Creation Co.,Ltd.
Author URI: https://creative.eccom.jp/
Version: 3.0.1
.
. いなべ、暮らしを旅する Webサイト
.
*/
/* 変数
------------------------------------*/
:root {
  --green: #1A593D;
  --white: #FFF;
  --Black-text: #323232;
  --gray: #868686;
  --light-black: #565656;
  --light-gray: #D2D2D2;
  --bg-green: #E3EAE0;
  --dark-green: #3C5C4E;
  --yellow: #E9D900;
  --contents-width: 1100px;
  --zen-old: "Zen Old Mincho", serif;
  --zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --mar: "Marcellus", serif;
  --roboto: "Roboto Flex", serif;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
body {
  background-color: transparent;
  color: var(--color-font);
  font-family: var(--mincho);
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  body {
    font-size: 14px;
    line-height: 1.8571428571;
    min-width: 320px;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  opacity: 0.2;
  pointer-events: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  animation: none !important;
  transition: none !important;
}

.c-header-default {
  position: fixed;
  left: 0;
  top: 0;
  height: 105px;
  width: 100%;
  z-index: 2;
}
.c-header-default.is-white .c-header-logo a img {
  filter: brightness(100);
}
.c-header-default.is-white .wpml-ls-statics-shortcode_actions::before {
  filter: brightness(100);
}
.c-header-default.is-white .wpml-ls-statics-shortcode_actions::after {
  color: #fff;
}
.c-header-default.is-white .wpml-ls-statics-shortcode_actions ul li a span {
  color: #fff;
}
.c-header-default.is-white .c-header-sns {
  color: #fff;
}
.c-header-default.is-white .c-header-sns img {
  filter: brightness(100);
}
.c-header-default.is-black .c-header-logo a img {
  filter: brightness(0);
}
.c-header-default.is-black .wpml-ls-statics-shortcode_actions::before {
  filter: brightness(0);
}
.c-header-default.is-black .wpml-ls-statics-shortcode_actions::after {
  color: var(--Black-text);
}
.c-header-default.is-black .wpml-ls-statics-shortcode_actions ul li a span {
  color: var(--Black-text);
}
.c-header-default .c-header-default__inner {
  display: flex;
  justify-content: space-between;
  padding: 21px 36px 0;
}
@media screen and (max-width: 650px) {
  .c-header-default .c-header-default__inner {
    padding: 21px 20px 0;
  }
}

.c-header-logo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .c-header-logo {
    width: 171px;
  }
}
.c-header-logo a {
  display: inline-block;
}

.c-header-buttons {
  align-items: center;
  display: flex;
  gap: 32px;
  height: 32px;
  margin: 8px 148px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-header-buttons {
    margin-right: 130px;
  }
}
@media screen and (max-width: 650px) {
  .c-header-buttons {
    display: none;
  }
}
.c-header-buttons .wpml-ls-statics-shortcode_actions {
  cursor: pointer;
  display: block;
  height: 32px;
  position: relative;
  width: 92px;
}
.c-header-buttons .wpml-ls-statics-shortcode_actions::before {
  background: url("images/icon-earth.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  left: 3px;
  top: calc(50% - 9px);
  width: 15px;
}
.c-header-buttons .wpml-ls-statics-shortcode_actions::after {
  content: "Language";
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  position: absolute;
  left: 23px;
  top: calc(50% - 11px);
}
.c-header-buttons .wpml-ls-statics-shortcode_actions:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.c-header-buttons .wpml-ls-statics-shortcode_actions ul {
  display: flex;
  gap: 5px;
  list-style: none;
  opacity: 0;
  padding: 32px 0 0 3px;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 650px) {
  .c-header-buttons .wpml-ls-statics-shortcode_actions ul {
    padding: 32px 0 0;
  }
}
.c-header-buttons .wpml-ls-statics-shortcode_actions ul li a {
  padding: 5px;
}
.c-header-buttons .wpml-ls-statics-shortcode_actions ul li a:hover {
  opacity: 0.6;
}
.c-header-buttons .wpml-ls-statics-shortcode_actions ul li a span {
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
}

.c-header-sns {
  align-items: center;
  color: var(--Black-text);
  display: flex;
  gap: 5px;
  font-family: var(--mar);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
}
.c-header-sns:hover {
  opacity: 0.6;
}

.c-footer-default {
  background: url("images/bg-footer.png") repeat center center/100px 100px;
  position: relative;
}
.c-footer-default .c-footer-default__inner {
  display: grid;
  grid-template-columns: 384px auto;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(var(--contents-width) + 40px);
  padding: 43px 20px 218px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-default .c-footer-default__inner {
    grid-template-columns: 1fr;
    padding: 43px 20px 77px;
  }
}

html[lang=en-US] .c-footer-default .c-footer-default__inner,
html[lang=fr-FR] .c-footer-default .c-footer-default__inner {
  grid-template-columns: 335px auto;
  padding: 41px 20px 229px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .c-footer-default .c-footer-default__inner,
  html[lang=fr-FR] .c-footer-default .c-footer-default__inner {
    grid-template-columns: 1fr;
  }
}

html[lang=fr-FR] .c-footer-default .c-footer-default__inner {
  padding: 41px 20px 251px;
}

.c-footer-copy {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 222%; /* 33.3px */
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-copy {
    font-size: 18px;
    line-height: 241%; /* 43.38px */
    letter-spacing: 0.54px;
  }
}

html[lang=en-US] .c-footer-copy,
html[lang=fr-FR] .c-footer-copy {
  font-family: var(--mar);
  font-size: 20px;
  line-height: 180%;
}

.c-footer-right {
  align-items: start;
  display: grid;
  gap: 35px 20px;
  grid-template-columns: 425px 95px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-right {
    grid-template-columns: auto;
  }
}

html[lang=en-US] .c-footer-right,
html[lang=fr-FR] .c-footer-right {
  gap: 35px 53px;
  grid-template-columns: 460px 130px;
  margin: 14px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .c-footer-right,
  html[lang=fr-FR] .c-footer-right {
    grid-template-columns: auto;
  }
}

html[lang=fr-FR] .c-footer-right {
  grid-template-columns: 535px 130px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=fr-FR] .c-footer-right {
    grid-template-columns: auto;
  }
}

.c-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-menu {
    border-bottom: 1px solid var(--gray);
    gap: 27px;
    grid-template-columns: auto;
    margin: 75px 0 0;
    padding: 0 0 57px;
  }
}

html[lang=en-US] .c-footer-menu,
html[lang=fr-FR] .c-footer-menu {
  gap: 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .c-footer-menu,
  html[lang=fr-FR] .c-footer-menu {
    gap: 27px;
  }
}

.c-footer-category {
  margin: -10px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-category {
    margin: 0;
  }
}

.c-footer-links {
  position: absolute;
  bottom: 140px;
  left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-links {
    display: flex;
    flex-direction: column;
    position: static;
  }
}
.c-footer-links .c-footer-links__button {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-links .c-footer-links__button {
    margin: 40px 0 0;
    order: 2;
    width: 100%;
  }
}
.c-footer-links .c-footer-links__text {
  color: var(--Black-text);
  display: block;
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 291.667% */
  letter-spacing: 0.36px;
  margin: 16px 0 0;
  text-decoration: underline;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-links .c-footer-links__text {
    margin: 24px 0 0;
  }
}
.c-footer-links .c-footer-links__text:hover {
  text-decoration: none;
}
.c-footer-links .c-footer-links__copyright {
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}
.c-footer-links .c-footer-links__sns {
  list-style: none;
  margin: 16px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-footer-links .c-footer-links__sns {
    margin: 32px 0 0;
  }
}
.c-footer-links .c-footer-links__sns li a {
  align-items: center;
  color: var(--Black-text);
  display: flex;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 4px;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
}
.c-footer-links .c-footer-links__sns li a:hover {
  opacity: 0.6;
}

html[lang=en-US] .c-footer-links,
html[lang=fr-FR] .c-footer-links {
  bottom: 145px;
  width: 100%;
}
html[lang=en-US] .c-footer-links__text,
html[lang=fr-FR] .c-footer-links__text {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 200;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.42px;
}

.c-footer-bottom {
  display: block;
  line-height: 0;
  position: relative;
}
.c-footer-bottom .c-footer-bottom__photo {
  width: 100%;
}
.c-footer-bottom .c-footer-bottom__logo {
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 650px) {
  .c-footer-bottom .c-footer-bottom__logo {
    width: 238px;
  }
}

.c-drawer {
  height: 100%;
  margin: auto;
  pointer-events: none;
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer {
    overflow: hidden;
    overflow-y: scroll;
  }
}
.c-drawer.is-active {
  pointer-events: auto;
}
.c-drawer.is-active .c-drawer__inner {
  opacity: 1;
  transition: opacity 0.9s cubic-bezier(0.52, 0.01, 0.35, 1);
}
.c-drawer.is-active .c-drawer__body {
  opacity: 1;
  transition: opacity 1.2s linear 0.1s;
}
.c-drawer .c-drawer__bg {
  height: 100%;
  position: fixed;
  inset: 0;
  width: 100%;
  z-index: -1;
}
.c-drawer .c-drawer__inner {
  background: url("images/bg-drawer.png") repeat center center/100px 100px;
  margin: 0 0 0 auto;
  max-width: 680px;
  min-height: 100%;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.9s cubic-bezier(0.52, 0.01, 0.35, 1) 0.3s;
  width: 100%;
}
.c-drawer .c-drawer__body {
  align-content: flex-start;
  display: grid;
  gap: 0 45px;
  grid-template-columns: 415px 95px;
  opacity: 0;
  padding: 29px 74px;
  position: relative;
  transition: opacity 0.9s cubic-bezier(0.52, 0.01, 0.35, 1);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-drawer__body {
    grid-template-columns: auto;
    overflow-y: visible;
    padding: 30px 20px 104px;
  }
}
.c-drawer .c-drawer__header {
  display: flex;
  gap: 32px;
  grid-area: 1/1/2/3;
  margin: 0 133px 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-drawer__header {
    display: flex;
    grid-area: auto;
    margin-right: 145px;
  }
}
@media screen and (max-width: 650px) {
  .c-drawer .c-drawer__header {
    gap: 24px;
  }
}
@media screen and (max-width: 365px) {
  .c-drawer .c-drawer__header {
    gap: 15px;
    margin-right: 130px;
  }
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions {
  cursor: pointer;
  display: block;
  height: 32px;
  position: relative;
  width: 90px;
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions::before {
  background: url("images/icon-earth.svg") no-repeat center center/contain;
  content: "";
  display: block;
  filter: brightness(100);
  height: 15px;
  position: absolute;
  left: 1px;
  top: calc(50% - 9px);
  width: 15px;
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions::after {
  content: "Language";
  color: #fff;
  font-family: var(--mar);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.32px;
  position: absolute;
  left: 21px;
  top: calc(50% - 11px);
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions:hover ul {
  opacity: 1;
  pointer-events: auto;
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions ul {
  display: flex;
  gap: 5px;
  list-style: none;
  opacity: 0;
  padding: 32px 0 0 3px;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions ul li a {
  padding: 5px;
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions ul li a:hover {
  opacity: 0.6;
}
.c-drawer .c-drawer__header .wpml-ls-statics-shortcode_actions ul li a span {
  color: #fff;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
}
.c-drawer .c-drawer__header .c-drawer__header-sns {
  align-items: center;
  display: inline-flex;
  color: var(--white);
  font-family: var(--mar);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 5px;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.32px;
}
.c-drawer .c-drawer__header .c-drawer__header-sns:hover {
  opacity: 0.6;
}
.c-drawer .c-drawer__header .c-drawer__header-sns img {
  filter: brightness(100);
  margin: 1px 0 0;
}
.c-drawer .c-drawer__menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  margin: 42px 0 0;
}
@media screen and (max-width: 650px) {
  .c-drawer .c-drawer__menu {
    border-bottom: 1px solid var(--gray);
    gap: 27px;
    grid-template-columns: auto;
    margin: 34px 0 0;
    padding: 0 0 40px;
  }
}
.c-drawer .c-drawer__category {
  margin: 32px 0 0;
}
.c-drawer .c-drawer__footer {
  align-items: center;
  display: flex;
  grid-area: 3/1/4/3;
  justify-content: space-between;
  margin: 45px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-drawer__footer {
    align-items: flex-start;
    flex-direction: column;
    grid-area: auto;
    margin: 16px 0 0;
  }
}
.c-drawer .c-drawer__footer .c-drawer__footer-link {
  color: var(--white);
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 291.667% */
  letter-spacing: 0.36px;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.c-drawer .c-drawer__footer .c-drawer__footer-link:hover {
  text-decoration: none;
}
.c-drawer .c-drawer__footer .c-drawer__footer-copyright {
  color: var(--white);
  font-family: var(--mar);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}
.c-drawer .c-drawer__footer .c-drawer__footer-sns {
  list-style: none;
  margin: 30px 0 0;
}
.c-drawer .c-drawer__footer .c-drawer__footer-sns li a {
  color: var(--white);
  display: inline-flex;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 4px;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
}
.c-drawer .c-drawer__footer .c-drawer__footer-sns li a:hover {
  opacity: 0.6;
}
.c-drawer .c-drawer__footer .c-drawer__footer-sns li a img {
  filter: brightness(100);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-drawer .c-drawer__footer .c-drawer__footer-button {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 650px) {
  .c-drawer .c-drawer__footer .c-drawer__footer-button {
    width: 100%;
  }
}

html[lang=en-US] .c-drawer .c-drawer__inner,
html[lang=fr-FR] .c-drawer .c-drawer__inner {
  max-width: 800px;
}
html[lang=en-US] .c-drawer .c-drawer__menu,
html[lang=fr-FR] .c-drawer .c-drawer__menu {
  gap: 0 40px;
}
@media screen and (max-width: 650px) {
  html[lang=en-US] .c-drawer .c-drawer__menu,
  html[lang=fr-FR] .c-drawer .c-drawer__menu {
    gap: 27px;
  }
}
html[lang=en-US] .c-drawer .c-drawer__category,
html[lang=fr-FR] .c-drawer .c-drawer__category {
  margin: 40px 0 0;
}
html[lang=en-US] .c-drawer .c-drawer__category li a,
html[lang=fr-FR] .c-drawer .c-drawer__category li a {
  align-items: center;
}
html[lang=en-US] .c-drawer .c-drawer__footer .c-drawer__footer-link,
html[lang=fr-FR] .c-drawer .c-drawer__footer .c-drawer__footer-link {
  font-family: "Roboto Flex";
  font-size: 14px;
  font-weight: 200;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.42px;
}

html[lang=en-US] .c-drawer .c-drawer__inner {
  gap: 0 85px;
  grid-template-columns: 460px 95px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .c-drawer .c-drawer__inner {
    grid-template-columns: auto;
  }
}

html[lang=fr-FR] .c-drawer .c-drawer__inner {
  gap: 0 30px;
  grid-template-columns: 533px 95px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=fr-FR] .c-drawer .c-drawer__inner {
    grid-template-columns: auto;
  }
}
html[lang=fr-FR] .c-drawer .c-drawer__category {
  margin: 37px 0 0;
}

.c-headline-page {
  color: var(--Black-text);
  display: grid;
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  gap: 14px;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
}
.c-headline-page::after {
  content: attr(data-english);
  color: var(--light-black);
  display: block;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  text-indent: 4px;
  text-transform: uppercase;
}

html[lang=en-US] .c-headline-page,
html[lang=fr-FR] .c-headline-page {
  font-family: var(--mar);
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  html[lang=en-US] .c-headline-page,
  html[lang=fr-FR] .c-headline-page {
    white-space: normal;
  }
}
html[lang=en-US] .c-headline-page::after,
html[lang=fr-FR] .c-headline-page::after {
  display: none;
}

.c-headline-toppage {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
}
.c-headline-toppage::after {
  content: "- " attr(data-english);
  display: block;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 8px 0 0;
}

html[lang=en-US] .c-headline-toppage,
html[lang=fr-FR] .c-headline-toppage {
  font-family: var(--mar);
  font-size: 32px;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .c-headline-toppage.is-no-deco::after,
html[lang=fr-FR] .c-headline-toppage.is-no-deco::after {
  display: none;
}

.c-wrap {
  overflow: hidden;
}

.c-contents {
  margin: 0 auto;
  max-width: calc(var(--contents-width) + 40px);
  padding: 0 20px;
  position: relative;
}

.c-subpage-header {
  align-items: flex-start;
  display: grid;
  gap: 30px;
  grid-template-columns: auto 663px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  padding: 320px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-subpage-header {
    gap: 120px;
    grid-template-columns: auto !important;
    padding: 160px 0 0;
  }
}
.c-subpage-header.is-concept {
  grid-template-columns: auto 523px;
}
.c-subpage-header.is-connect {
  grid-template-columns: auto 620px;
}
.c-subpage-header.is-journal {
  grid-template-columns: auto 623px;
}
.c-subpage-header.is-souvenir {
  grid-template-columns: auto 723px;
}
.c-subpage-header.is-experience {
  grid-template-columns: auto 761px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-subpage-header.is-contact {
    gap: 75px;
  }
}
.c-subpage-header .c-subpage-header__body {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-subpage-header .c-subpage-header__body {
    gap: 24px;
  }
}
.c-subpage-header .c-subpage-header__title {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
  width: fit-content;
}
.c-subpage-header .c-subpage-header__text {
  -webkit-box-orient: vertical;
  color: var(--Black-text);
  display: -webkit-box;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
  overflow: hidden;
}
.c-subpage-header .c-subpage-header__text.is-hide {
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.c-subpage-header .c-subpage-header__button {
  margin: 26px 0 0;
}
.c-subpage-header .c-subpage-header__button.is-hide {
  display: none;
}
.c-subpage-header .c-subpage-header__photo {
  grid-area: 2/1/3/3;
  display: block;
  line-height: 0;
  margin: 80px calc(50% - 50vw) 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-subpage-header .c-subpage-header__photo {
    grid-area: auto;
    margin-top: 0;
  }
}
.c-subpage-header .c-subpage-header__photo img {
  width: 100%;
}

html[lang=en-US] .c-subpage-header.is-experience,
html[lang=fr-FR] .c-subpage-header.is-experience {
  grid-template-columns: auto 630px;
}
html[lang=en-US] .c-subpage-header .c-subpage-header__title,
html[lang=fr-FR] .c-subpage-header .c-subpage-header__title {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .c-subpage-header .c-subpage-header__text,
html[lang=fr-FR] .c-subpage-header .c-subpage-header__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

html[lang=fr-FR] .c-subpage-header.is-experience {
  grid-template-columns: auto 677px;
}

.c-contents .c-blog-body {
  margin: 0 auto;
  max-width: 800px;
}
.c-contents .c-blog-body > h2 {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.72px;
  margin: 64px 0 0;
}
.c-contents .c-blog-body > h3 {
  background: var(--white);
  border: 1px dashed #000;
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
  padding: 16px 32px;
  margin: 64px 0 0;
}
.c-contents .c-blog-body > h4 {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: 0.96px;
  margin: 64px 0 0;
}
.c-contents .c-blog-body > p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  margin: 64px 0 0;
}
.c-contents .c-blog-body a {
  text-decoration: underline;
}
.c-contents .c-blog-body a:hover {
  text-decoration: none;
}
.c-contents .c-blog-body .wp-block-image {
  height: 100%;
  margin: 64px 0 0;
}
.c-contents .c-blog-body .wp-block-image::before {
  display: none;
}
.c-contents .c-blog-body .wp-block-image .wp-element-caption {
  background: none;
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  flex-basis: auto;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0.5em 0 1em;
  padding: 0;
  position: static;
  text-align: left;
  text-shadow: none;
}
.c-contents .c-blog-body .wp-block-gallery {
  margin: 64px 0 0;
}
.c-contents .c-blog-body .wp-block-gallery::before {
  display: none;
}
.c-contents .c-blog-body .wp-block-file__button {
  padding: 2px 10px 0;
  text-decoration: none !important;
}
.c-contents .c-blog-body .wp-block-embed {
  margin: 64px 0 0;
}
.c-contents .c-blog-body .wp-block-buttons {
  margin: 64px 0 0;
}
.c-contents .c-blog-body .wp-block-buttons .wp-block-button__link {
  padding: 10px 30px 8px;
  text-decoration: none;
}
.c-contents .c-blog-body .wp-block-buttons .wp-block-button__link:hover {
  opacity: 0.6;
}
.c-contents .c-blog-body > ol {
  counter-reset: item 0;
  list-style: none;
  margin: 64px 0 0;
}
.c-contents .c-blog-body > ol li {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.c-contents .c-blog-body > ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  margin: 0 4px 0 0;
}
.c-contents .c-blog-body > ul {
  list-style: none;
  margin: 64px 0 0;
}
.c-contents .c-blog-body > ul li {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.c-contents .c-blog-body > ul li::before {
  content: "●";
  margin: 0 4px 0 0;
}
.c-contents .c-blog-body #ez-toc-container {
  background-color: transparent;
  border: none;
  margin: 64px 0 0;
}
.c-contents .c-blog-body #ez-toc-container .ez-toc-title-container {
  box-shadow: none;
}
.c-contents .c-blog-body #ez-toc-container .ez-toc-title-container .ez-toc-title {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.72px;
  text-align: left;
}
.c-contents .c-blog-body #ez-toc-container nav {
  margin: 10px 0 0;
}
.c-contents .c-blog-body #ez-toc-container nav .ez-toc-list li a {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  text-decoration: underline;
}
.c-contents .c-blog-body #ez-toc-container nav .ez-toc-list li a:hover {
  text-decoration: none;
}
.c-contents .c-blog-pager {
  margin: 0 auto;
  max-width: 800px;
}

html[lang=en-US] .c-blog-body > h2,
html[lang=fr-FR] .c-blog-body > h2 {
  font-family: var(--mar);
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .c-blog-body > h3,
html[lang=fr-FR] .c-blog-body > h3 {
  font-family: var(--roboto);
}
html[lang=en-US] .c-blog-body > h4,
html[lang=fr-FR] .c-blog-body > h4 {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .c-blog-body > p,
html[lang=fr-FR] .c-blog-body > p {
  font-family: var(--roboto);
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .c-blog-body > ul li,
html[lang=fr-FR] .c-blog-body > ul li {
  font-family: var(--roboto);
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .c-blog-body #toc_container .toc_title,
html[lang=fr-FR] .c-blog-body #toc_container .toc_title {
  font-family: var(--roboto);
}
html[lang=en-US] .c-blog-body #toc_container .toc_list li a,
html[lang=fr-FR] .c-blog-body #toc_container .toc_list li a {
  font-family: var(--roboto);
}

.c-pager {
  align-items: center;
  display: flex;
  gap: 16px;
  list-style: none;
  text-align: center;
}
.c-pager.is-center {
  justify-content: center;
}
.c-pager .post-page-numbers,
.c-pager .page-numbers {
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  min-width: 24px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-pager .post-page-numbers,
  .c-pager .page-numbers {
    margin: 0 2px;
  }
}
@media screen and (max-width: 365px) {
  .c-pager .post-page-numbers,
  .c-pager .page-numbers {
    margin: 0;
    height: 24px;
  }
}
.c-pager .post-page-numbers::after,
.c-pager .page-numbers::after {
  background: var(--Black-text);
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
.c-pager .post-page-numbers:hover::after, .c-pager .post-page-numbers.is-current::after, .c-pager .post-page-numbers.current::after,
.c-pager .page-numbers:hover::after,
.c-pager .page-numbers.is-current::after,
.c-pager .page-numbers.current::after {
  opacity: 1;
}
.c-pager .post-page-numbers.prev,
.c-pager .page-numbers.prev {
  font-size: 13px;
}
.c-pager .post-page-numbers.prev::after,
.c-pager .page-numbers.prev::after {
  opacity: 0;
}
.c-pager .post-page-numbers.prev img,
.c-pager .page-numbers.prev img {
  rotate: 180deg;
}
.c-pager .post-page-numbers.next,
.c-pager .page-numbers.next {
  font-size: 13px;
  width: auto;
}
.c-pager .post-page-numbers.next::after,
.c-pager .page-numbers.next::after {
  opacity: 0;
}
.c-pager .post-page-numbers.dots,
.c-pager .page-numbers.dots {
  background: transparent;
  color: #9A9A9A;
  font-weight: 700;
  width: auto;
}
.c-pager .post-page-numbers.dots::after,
.c-pager .page-numbers.dots::after {
  opacity: 0;
}

.c-bg {
  position: relative;
  z-index: 1;
}
.c-bg::before {
  background: var(--bg-green);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.c-bg.is-green::before {
  background: var(--bg-green);
}
.c-bg.is-gray::before {
  background: #565656;
}
.c-bg.is-white::before {
  background: #fff;
}
.c-bg.is-dark-green::before {
  background: var(--dark-green);
}

.c-spacer {
  padding: 1px 0 0;
}

.c-scroll {
  align-items: center;
  color: #323232;
  display: flex;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 16px 0 0;
}
.c-scroll .c-scroll__line {
  background: #D2D2D2;
  display: block;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.c-scroll .c-scroll__line::before {
  animation: scroll 2s linear infinite;
  background: #565656;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}
.c-scroll .c-scroll__line:hover {
  opacity: 0.6;
}

.a-fadein {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}
.a-fadein.is-animated {
  animation: fadeIn1 2s ease forwards;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-button-default {
  background: var(--green, );
  border: 1px solid var(--green, );
  border-radius: 39px;
  color: var(--white);
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.45px;
  padding: 8px 40px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  width: 100%;
}
.c-button-default:hover {
  background: #fff;
  color: #1A593D;
}
.c-button-default.is-black {
  background: var(--Black-text);
  border-color: #323232;
}
.c-button-default.is-black:hover {
  background: #fff;
  color: var(--Black-text);
}

.c-button-arrow {
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 39px;
  color: var(--white);
  display: block;
  text-align: center;
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.45px;
  padding: 8px 50px;
  position: relative;
  text-decoration: none !important;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}
.c-button-arrow[target=_blank] svg:nth-child(1) {
  display: none;
}
.c-button-arrow[target=_blank] svg:nth-child(2) {
  display: block;
}
.c-button-arrow:hover {
  background: #fff;
  color: #1A593D;
}
.c-button-arrow:hover::after {
  filter: brightness(1);
}
.c-button-arrow:hover svg path {
  fill: #1A593D;
}
.c-button-arrow.is-white {
  background: #fff;
  border: none;
  color: var(--Black-text);
}
.c-button-arrow.is-white:hover {
  background: #323232;
  color: #fff;
}
.c-button-arrow.is-white:hover svg path {
  fill: #fff;
}
.c-button-arrow.is-white svg path {
  fill: var(--Black-text);
}
.c-button-arrow svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-button-arrow svg path {
  fill: var(--white);
  transition: fill 0.3s ease-out;
}
.c-button-arrow svg:nth-child(2) {
  display: none;
}

html[lang=en-US] .c-button-arrow,
html[lang=fr-FR] .c-button-arrow {
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
  padding: 14px 50px 13px;
}

.c-button-more {
  color: var(--Black-text);
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 32px;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  outline: none;
  overflow: hidden;
  padding: 0 64px 0 0;
  position: relative;
}
.c-button-more::after {
  background: url("images/icon-arrow-more.svg") no-repeat center left/contain;
  content: "";
  display: block;
  height: 32px;
  margin: 0 0 0 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.c-button-more:hover .c-button-more__inner {
  transform: translate3d(0, -32px, 0);
}
.c-button-more.is-white {
  color: #fff;
}
.c-button-more.is-white::after {
  filter: brightness(100);
}
.c-button-more.is-white .c-button-more__inner {
  color: #fff;
}
.c-button-more.is-white .c-button-more__inner span {
  color: #fff;
}
.c-button-more.is-plus::after {
  background: url("images/icon-plus.svg") no-repeat center left/contain;
}
.c-button-more.is-active::after {
  background-image: url("images/icon-minus.svg");
}
.c-button-more .c-button-more__inner {
  align-items: center;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s ease;
}
.c-button-more .c-button-more__inner span {
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 0 0 0 16px;
}

html[lang=en-US] .c-button-more .c-button-more__inner,
html[lang=fr-FR] .c-button-more .c-button-more__inner {
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.c-button-external {
  background: var(--green, );
  border: 1px solid var(--green, );
  border-radius: 39px;
  color: var(--white);
  display: block;
  text-align: center;
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.45px;
  padding: 8px 50px;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  width: 100%;
}
.c-button-external::after {
  background: url("images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 16px;
}
.c-button-external:hover {
  background: #fff;
  color: #1A593D;
}
.c-button-external:hover svg path {
  fill: #1A593D;
}
.c-button-external.is-ghost {
  background: transparent;
  border-color: var(--Black-text);
  color: var(--Black-text);
}
.c-button-external.is-ghost:hover {
  background: #323232;
  color: #fff;
}
.c-button-external.is-ghost svg path {
  fill: var(--Black-text);
}
.c-button-external svg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-button-external svg path {
  fill: var(--white);
  transition: fill 0.3s ease-out;
}

html[lang=en-US] .c-button-external,
html[lang=fr-FR] .c-button-external {
  font-family: var(--roboto);
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
}

.c-button-hamburger {
  background: var(--green, );
  border-radius: 20px;
  height: 31px;
  outline: none;
  position: fixed;
  right: 36px;
  top: 30px;
  transition: background-color 0.9s cubic-bezier(0.52, 0.01, 0.35, 1);
  width: 114px;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  .c-button-hamburger {
    right: 20px;
  }
}
.c-button-hamburger::before {
  color: #FFF;
  content: "MENU";
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.c-button-hamburger:hover {
  background: var(--Black-text);
}
.c-button-hamburger.is-active {
  background: #fff;
}
.c-button-hamburger.is-active::before {
  color: var(--Black-text);
  content: "CLOSE";
}
.c-button-hamburger.is-active span {
  background: var(--Black-text);
}
.c-button-hamburger.is-active span:nth-child(1) {
  transform: rotate(16deg) translate3d(0, -1px, 0) scale(1, 0.6);
  transform-origin: left top;
}
.c-button-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-button-hamburger.is-active span:nth-child(3) {
  transform: rotate(-16deg) translate3d(0, 1px, 0) scale(1, 0.6);
  transform-origin: left bottom;
}
.c-button-hamburger span {
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0) scale(1, 0.6);
  transition: transform 0.9s cubic-bezier(0.52, 0.01, 0.35, 1), opacity 0.9s cubic-bezier(0.52, 0.01, 0.35, 1);
  width: 29px;
}
.c-button-hamburger span:nth-child(1) {
  top: calc(50% - 3px);
}
.c-button-hamburger span:nth-child(3) {
  top: calc(50% + 3px);
}

.c-button-backtotop {
  align-items: center;
  color: var(--Black-text);
  display: flex;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  padding: 10px;
  position: absolute;
  right: 64px;
  top: -105px;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-button-backtotop {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .c-button-backtotop {
    display: none;
  }
}
.c-button-backtotop:hover {
  opacity: 0.6;
}
.c-button-backtotop span {
  background: #D2D2D2;
  display: block;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 1px;
}
.c-button-backtotop span::before {
  animation: backToTop 2s linear infinite;
  background: #000;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@keyframes backToTop {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 50px, 0);
  }
}
.c-list-recommend {
  padding: 85px 0 120px;
  position: relative;
}
.c-list-recommend::before {
  background: var(--light-gray);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
.c-list-recommend .c-list-recommend__headline {
  color: var(--light-black);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
}
.c-list-recommend .c-list-recommend__all {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 650px) {
  .c-list-recommend .c-list-recommend__all {
    margin: 57px 0 0;
    position: static;
  }
}
.c-list-recommend .c-list-recommend__list {
  display: grid;
  gap: 47px;
  grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  list-style: none;
  position: relative;
}
@media screen and (max-width: 650px) {
  .c-list-recommend .c-list-recommend__list {
    gap: 120px;
    grid-template-columns: 1fr;
  }
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__items {
  max-width: 527px;
}
@media screen and (max-width: 650px) {
  .c-list-recommend .c-list-recommend__list .c-list-recommend__items {
    max-width: none;
  }
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__link {
  display: block;
  transition: opacity 0.5s ease-in-out;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__link:hover {
  opacity: 0.6;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__link:hover .c-list-recommend__photo img {
  transform: scale(1.03, 1.03);
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__link:hover .c-button-more__inner {
  transform: translate3d(0, -32px, 0);
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__photo {
  aspect-ratio: 335/223;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__category {
  align-items: center;
  display: grid;
  margin: 23px 0 0;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-main li {
  border: 1px solid #000;
  border-radius: 22px;
  line-height: 0;
  padding: 10px 20px;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-main li img {
  height: 16px;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  list-style: none;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-sub li {
  color: var(--Black-text);
  text-overflow: ellipsis;
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 266.667% */
  letter-spacing: 0.36px;
  overflow: hidden;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__title {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 175% */
  letter-spacing: 0.6px;
  margin: 15px 0 0;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__text {
  -webkit-box-orient: vertical;
  color: var(--Black-text);
  display: -webkit-box;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 4px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__dl {
  align-items: center;
  color: var(--gray);
  display: flex;
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  margin: 15px 0 0;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__dl dt {
  margin: 0 0 0 18px;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__dl dt:nth-child(1) {
  margin: 0;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__dl dd {
  margin: 0 0 0 8px;
}
.c-list-recommend .c-list-recommend__list .c-list-recommend__more {
  margin: 24px 0 0;
}

html[lang=en-US] .c-list-recommend .c-list-recommend__headline,
html[lang=fr-FR] .c-list-recommend .c-list-recommend__headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .c-list-recommend .c-list-recommend__list .c-list-recommend__category,
html[lang=fr-FR] .c-list-recommend .c-list-recommend__list .c-list-recommend__category {
  gap: 5px;
}
html[lang=en-US] .c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-sub li,
html[lang=fr-FR] .c-list-recommend .c-list-recommend__list .c-list-recommend__category .c-list-recommend__category-sub li {
  font-family: var(--mar);
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}
html[lang=en-US] .c-list-recommend .c-list-recommend__list .c-list-recommend__title,
html[lang=fr-FR] .c-list-recommend .c-list-recommend__list .c-list-recommend__title {
  color: var(--Black-text, #323232);
  font-family: var(--mar);
  font-size: 24px;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}
html[lang=en-US] .c-list-recommend .c-list-recommend__list .c-list-recommend__text,
html[lang=fr-FR] .c-list-recommend .c-list-recommend__list .c-list-recommend__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.c-list-category {
  counter-reset: item -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
  list-style: none;
}
.c-list-category.is-toppage {
  counter-reset: item 0;
}
.c-list-category.is-toppage li:first-child a {
  gap: 8px;
}
.c-list-category.is-toppage li:first-child a::before {
  content: counter(item, decimal-leading-zero);
}
.c-list-category li:first-child a {
  gap: 0;
}
.c-list-category li:first-child a::before {
  content: "";
}
.c-list-category li.is-current a {
  border-color: var(--Black-text);
}
.c-list-category li a {
  border-bottom: 1px solid transparent;
  display: inline-flex;
  gap: 8px;
  padding: 16px 0;
}
.c-list-category li a::before {
  color: var(--Black-text);
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}
.c-list-category li a:hover {
  border-color: var(--Black-text);
}
.c-list-category li a img {
  height: 24px;
}

html[lang=en-US] .c-list-category.is-toppage,
html[lang=fr-FR] .c-list-category.is-toppage {
  max-width: 570px;
}
html[lang=en-US] .c-list-category li a,
html[lang=fr-FR] .c-list-category li a {
  align-items: center;
}
html[lang=en-US] .c-list-category li a img,
html[lang=fr-FR] .c-list-category li a img {
  height: 29px;
}

.c-list-tag .c-list-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.c-list-tag .c-list-tag__list.is-active li {
  display: block;
}
.c-list-tag .c-list-tag__list li {
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .c-list-tag .c-list-tag__list li {
    display: none;
  }
}
.c-list-tag .c-list-tag__list li.is-current a {
  background: var(--Black-text);
  color: #fff;
}
.c-list-tag .c-list-tag__list li:nth-child(-n+15) {
  display: block;
}
.c-list-tag .c-list-tag__list li a {
  border: 1px solid var(--Black-text);
  border-radius: 32px;
  color: var(--Black-text);
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  overflow: hidden;
  padding: 1px 16px;
  text-overflow: ellipsis;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.c-list-tag .c-list-tag__list li a:hover {
  background: var(--Black-text);
  color: #fff;
}
.c-list-tag .c-list-tag__button {
  align-items: center;
  color: var(--Black-text);
  display: none;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  margin: 32px auto 0;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .c-list-tag .c-list-tag__button {
    display: flex;
  }
}
.c-list-tag .c-list-tag__button::after {
  background: url("images/icon-plus.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin: 0 0 0 64px;
  width: 32px;
}
.c-list-tag .c-list-tag__button:hover {
  opacity: 0.6;
}
.c-list-tag .c-list-tag__button.is-hide {
  display: none;
}
@media screen and (max-width: 650px) {
  .c-list-tag .c-list-tag__button.is-active {
    display: flex;
  }
}
.c-list-tag .c-list-tag__button span {
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 0 0 0 16px;
}

html[lang=en-US] .c-list-tag .c-list-tag__list li a,
html[lang=fr-FR] .c-list-tag .c-list-tag__list li a {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  padding: 3px 16px;
}

.c-list-menu {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 27px;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu {
    grid-auto-flow: row;
    grid-template-columns: auto;
  }
}
.c-list-menu.is-white li a {
  color: var(--white);
}
.c-list-menu.is-white li a::after {
  color: var(--white);
}
.c-list-menu.is-drawer {
  gap: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu.is-drawer {
    gap: 30px;
  }
}
.c-list-menu.is-drawer li a {
  gap: 6px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu.is-drawer li a {
    font-size: 24px;
    gap: 8px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu.is-drawer li a::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu li.is-dummy {
    display: none;
  }
}
.c-list-menu li a {
  display: grid;
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 1; /* 45.44px */
  letter-spacing: 1.6px;
  width: fit-content;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu li a {
    font-size: 28px;
    gap: 7px;
    letter-spacing: 1.4px;
  }
}
.c-list-menu li a::after {
  content: attr(data-english);
  display: block;
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
  margin: 0 0 0 4px;
  text-transform: uppercase;
}
.c-list-menu li a:hover {
  opacity: 0.6;
}

html[lang=en-US] .c-list-menu,
html[lang=fr-FR] .c-list-menu {
  gap: 18px;
  grid-template-rows: repeat(4, 72px);
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .c-list-menu,
  html[lang=fr-FR] .c-list-menu {
    grid-template-rows: auto;
  }
}
html[lang=en-US] .c-list-menu li a,
html[lang=fr-FR] .c-list-menu li a {
  font-family: var(--mar);
  font-size: 28px;
  gap: 0;
  line-height: 90%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 650px) {
  html[lang=en-US] .c-list-menu li a,
  html[lang=fr-FR] .c-list-menu li a {
    line-height: 120%;
  }
}
html[lang=en-US] .c-list-menu li a::after,
html[lang=fr-FR] .c-list-menu li a::after {
  content: attr(data-english);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.42px;
  margin: 0;
}

.c-list-menu-category {
  counter-reset: item 0;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .c-list-menu-category {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 56px;
  }
}
.c-list-menu-category.is-white li a::before {
  color: #fff;
}
.c-list-menu-category.is-white li a img {
  filter: brightness(100);
}
.c-list-menu-category li a {
  align-items: flex-start;
  display: inline-flex;
  gap: 8px;
  padding: 16px 0;
}
.c-list-menu-category li a::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: var(--Black-text);
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
  margin: 3px 0 0;
}
.c-list-menu-category li a:hover {
  opacity: 0.6;
}
.c-list-menu-category li a img {
  height: 24px;
  max-width: none;
}

html[lang=en-US] .c-list-menu-category li a,
html[lang=fr-FR] .c-list-menu-category li a {
  align-items: center;
  padding: 13px 0;
}
html[lang=en-US] .c-list-menu-category li a::before,
html[lang=fr-FR] .c-list-menu-category li a::before {
  margin: 0;
}
html[lang=en-US] .c-list-menu-category li a img,
html[lang=fr-FR] .c-list-menu-category li a img {
  height: 29px;
}

.c-list-detail-footer {
  align-items: center;
  display: flex;
  gap: 80px;
  list-style: none;
  justify-content: center;
  padding: 32px 0 0;
}
@media screen and (max-width: 650px) {
  .c-list-detail-footer {
    flex-wrap: wrap;
    gap: 32px 50px;
    max-width: 260px;
    margin: 0 auto;
  }
}
.c-list-detail-footer li:not(.is-list) a {
  align-items: center;
  color: var(--Black-text);
  display: inline-flex;
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  gap: 16px;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.45px;
}
.c-list-detail-footer li:not(.is-list) a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 650px) {
  .c-list-detail-footer li.is-prev {
    order: 1;
  }
}
.c-list-detail-footer li.is-prev a img {
  rotate: 180deg;
}
@media screen and (max-width: 650px) {
  .c-list-detail-footer li.is-next {
    order: 2;
  }
}
@media screen and (max-width: 650px) {
  .c-list-detail-footer li.is-list {
    order: 3;
    width: 260px;
  }
}
.c-list-detail-footer li.is-dummy a {
  opacity: 0.25;
  pointer-events: none;
}
.c-list-detail-footer li a img {
  filter: brightness(0);
}

html[lang=en-US] .c-list-detail-footer li a,
html[lang=fr-FR] .c-list-detail-footer li a {
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.c-list-auto-slider {
  margin: 0 calc(50% - 50vw);
}
.c-list-auto-slider.is-souvenir ul li figure img {
  width: 650px;
}
@media screen and (max-width: 650px) {
  .c-list-auto-slider.is-souvenir ul li figure img {
    width: 375px;
  }
}
.c-list-auto-slider ul {
  animation: loop-slide var(--animation-duration, 50s) linear infinite;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 10px;
  transition-timing-function: linear;
  transform: translate3d(0, 0, 0);
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .c-list-auto-slider ul {
    animation-name: loop-slide-sp;
  }
}
.c-list-auto-slider ul li {
  width: fit-content;
}
.c-list-auto-slider ul li figure {
  display: grid;
  gap: 16px;
}
.c-list-auto-slider ul li figure img {
  max-width: none;
  width: 720px;
}
@media screen and (max-width: 650px) {
  .c-list-auto-slider ul li figure img {
    width: 500px;
  }
}
.c-list-auto-slider ul li figure figcaption {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 0.36px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 2160px + 16px));
  }
}
@keyframes loop-slide-sp {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 1500px + 16px));
  }
}
html[lang=en-US] .c-list-auto-slider ul li figure figcaption,
html[lang=fr-FR] .c-list-auto-slider ul li figure figcaption {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}

/* ユーティリティー
------------------------------------*/
.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
  .u-tab-mt-36 {
    margin-top: 360px !important;
  }
  .u-tab-mt-37 {
    margin-top: 370px !important;
  }
  .u-tab-mt-38 {
    margin-top: 380px !important;
  }
  .u-tab-mt-39 {
    margin-top: 390px !important;
  }
  .u-tab-mt-40 {
    margin-top: 400px !important;
  }
  .u-tab-mt-41 {
    margin-top: 410px !important;
  }
  .u-tab-mt-42 {
    margin-top: 420px !important;
  }
  .u-tab-mt-43 {
    margin-top: 430px !important;
  }
  .u-tab-mt-44 {
    margin-top: 440px !important;
  }
  .u-tab-mt-45 {
    margin-top: 450px !important;
  }
  .u-tab-mt-46 {
    margin-top: 460px !important;
  }
  .u-tab-mt-47 {
    margin-top: 470px !important;
  }
  .u-tab-mt-48 {
    margin-top: 480px !important;
  }
  .u-tab-mt-49 {
    margin-top: 490px !important;
  }
  .u-tab-mt-50 {
    margin-top: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
  .u-sp-mt-36 {
    margin-top: 360px !important;
  }
  .u-sp-mt-37 {
    margin-top: 370px !important;
  }
  .u-sp-mt-38 {
    margin-top: 380px !important;
  }
  .u-sp-mt-39 {
    margin-top: 390px !important;
  }
  .u-sp-mt-40 {
    margin-top: 400px !important;
  }
  .u-sp-mt-41 {
    margin-top: 410px !important;
  }
  .u-sp-mt-42 {
    margin-top: 420px !important;
  }
  .u-sp-mt-43 {
    margin-top: 430px !important;
  }
  .u-sp-mt-44 {
    margin-top: 440px !important;
  }
  .u-sp-mt-45 {
    margin-top: 450px !important;
  }
  .u-sp-mt-46 {
    margin-top: 460px !important;
  }
  .u-sp-mt-47 {
    margin-top: 470px !important;
  }
  .u-sp-mt-48 {
    margin-top: 480px !important;
  }
  .u-sp-mt-49 {
    margin-top: 490px !important;
  }
  .u-sp-mt-50 {
    margin-top: 500px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
  .u-tab-mr-36 {
    margin-right: 360px !important;
  }
  .u-tab-mr-37 {
    margin-right: 370px !important;
  }
  .u-tab-mr-38 {
    margin-right: 380px !important;
  }
  .u-tab-mr-39 {
    margin-right: 390px !important;
  }
  .u-tab-mr-40 {
    margin-right: 400px !important;
  }
  .u-tab-mr-41 {
    margin-right: 410px !important;
  }
  .u-tab-mr-42 {
    margin-right: 420px !important;
  }
  .u-tab-mr-43 {
    margin-right: 430px !important;
  }
  .u-tab-mr-44 {
    margin-right: 440px !important;
  }
  .u-tab-mr-45 {
    margin-right: 450px !important;
  }
  .u-tab-mr-46 {
    margin-right: 460px !important;
  }
  .u-tab-mr-47 {
    margin-right: 470px !important;
  }
  .u-tab-mr-48 {
    margin-right: 480px !important;
  }
  .u-tab-mr-49 {
    margin-right: 490px !important;
  }
  .u-tab-mr-50 {
    margin-right: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
  .u-sp-mr-36 {
    margin-right: 360px !important;
  }
  .u-sp-mr-37 {
    margin-right: 370px !important;
  }
  .u-sp-mr-38 {
    margin-right: 380px !important;
  }
  .u-sp-mr-39 {
    margin-right: 390px !important;
  }
  .u-sp-mr-40 {
    margin-right: 400px !important;
  }
  .u-sp-mr-41 {
    margin-right: 410px !important;
  }
  .u-sp-mr-42 {
    margin-right: 420px !important;
  }
  .u-sp-mr-43 {
    margin-right: 430px !important;
  }
  .u-sp-mr-44 {
    margin-right: 440px !important;
  }
  .u-sp-mr-45 {
    margin-right: 450px !important;
  }
  .u-sp-mr-46 {
    margin-right: 460px !important;
  }
  .u-sp-mr-47 {
    margin-right: 470px !important;
  }
  .u-sp-mr-48 {
    margin-right: 480px !important;
  }
  .u-sp-mr-49 {
    margin-right: 490px !important;
  }
  .u-sp-mr-50 {
    margin-right: 500px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 500px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
  .u-tab-ml-36 {
    margin-left: 360px !important;
  }
  .u-tab-ml-37 {
    margin-left: 370px !important;
  }
  .u-tab-ml-38 {
    margin-left: 380px !important;
  }
  .u-tab-ml-39 {
    margin-left: 390px !important;
  }
  .u-tab-ml-40 {
    margin-left: 400px !important;
  }
  .u-tab-ml-41 {
    margin-left: 410px !important;
  }
  .u-tab-ml-42 {
    margin-left: 420px !important;
  }
  .u-tab-ml-43 {
    margin-left: 430px !important;
  }
  .u-tab-ml-44 {
    margin-left: 440px !important;
  }
  .u-tab-ml-45 {
    margin-left: 450px !important;
  }
  .u-tab-ml-46 {
    margin-left: 460px !important;
  }
  .u-tab-ml-47 {
    margin-left: 470px !important;
  }
  .u-tab-ml-48 {
    margin-left: 480px !important;
  }
  .u-tab-ml-49 {
    margin-left: 490px !important;
  }
  .u-tab-ml-50 {
    margin-left: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
  .u-sp-ml-36 {
    margin-left: 360px !important;
  }
  .u-sp-ml-37 {
    margin-left: 370px !important;
  }
  .u-sp-ml-38 {
    margin-left: 380px !important;
  }
  .u-sp-ml-39 {
    margin-left: 390px !important;
  }
  .u-sp-ml-40 {
    margin-left: 400px !important;
  }
  .u-sp-ml-41 {
    margin-left: 410px !important;
  }
  .u-sp-ml-42 {
    margin-left: 420px !important;
  }
  .u-sp-ml-43 {
    margin-left: 430px !important;
  }
  .u-sp-ml-44 {
    margin-left: 440px !important;
  }
  .u-sp-ml-45 {
    margin-left: 450px !important;
  }
  .u-sp-ml-46 {
    margin-left: 460px !important;
  }
  .u-sp-ml-47 {
    margin-left: 470px !important;
  }
  .u-sp-ml-48 {
    margin-left: 480px !important;
  }
  .u-sp-ml-49 {
    margin-left: 490px !important;
  }
  .u-sp-ml-50 {
    margin-left: 500px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-fontN {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontMain {
  color: var(color-main);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

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

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

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

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

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

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

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1140px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-top-kv {
  line-height: 0;
  margin: 0 calc(50% - 50vw) !important;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 0;
}
.p-top-kv::before {
  background: linear-gradient(253deg, rgba(0, 0, 0, 0) 35.74%, rgba(185, 185, 185, 0.05) 64.14%, rgba(0, 0, 0, 0.3) 85.56%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-top-kv::after {
  background: linear-gradient(-253deg, rgba(0, 0, 0, 0) 35.74%, rgba(185, 185, 185, 0.05) 54.66%, rgba(0, 0, 0, 0.4) 85.56%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-top-kv .p-top-kv__headline {
  color: var(--white);
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__headline {
    font-size: 28px;
    letter-spacing: 1.4px;
    bottom: 173px;
    left: 20px;
    top: auto;
  }
}
.p-top-kv .p-top-kv__headline::after {
  content: attr(data-english);
  color: var(--white);
  display: block;
  font-family: var(--mar);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.32px;
  margin: 6px 0 0;
}
.p-top-kv .p-top-kv__slider {
  height: 100svh;
  position: relative;
  z-index: -1;
}
.p-top-kv .p-top-kv__slider ul {
  list-style: none;
}
.p-top-kv .p-top-kv__slider ul li.swiper-slide-active img, .p-top-kv .p-top-kv__slider ul li.swiper-slide-prev img {
  animation: zoomOut 11s linear infinite;
}
.p-top-kv .p-top-kv__slider ul li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.p-top-kv .p-top-kv__scroll {
  align-items: center;
  color: var(--white);
  display: flex;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  position: absolute;
  bottom: 114px;
  left: 45px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-kv .p-top-kv__scroll {
    left: 35px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__scroll {
    bottom: 155px;
  }
}
.p-top-kv .p-top-kv__scroll .p-top-kv__scroll-line {
  background: #D2D2D2;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 1px;
}
.p-top-kv .p-top-kv__scroll .p-top-kv__scroll-line::before {
  animation: backToTop 2s linear infinite;
  background: #fff;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-top-kv .p-top-kv__scroll .p-top-kv__scroll-line:hover {
  opacity: 0.6;
}

html[lang=en-US] .p-top-kv .p-top-kv__headline,
html[lang=fr-FR] .p-top-kv .p-top-kv__headline {
  color: var(--white, #FFF);
  font-family: var(--mar);
  font-size: 36px;
  line-height: 120%; /* 43.2px */
  letter-spacing: 1.08px;
}
html[lang=en-US] .p-top-kv .p-top-kv__headline::after,
html[lang=fr-FR] .p-top-kv .p-top-kv__headline::after {
  margin: 12px 0 0;
}

.p-top-banner {
  position: absolute;
  bottom: 116px;
  right: 31px;
  width: 375px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-banner {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-banner {
    position: static;
    width: 100%;
  }
}
.p-top-banner .p-top-banner__list {
  counter-reset: item 0;
  list-style: none;
}
.p-top-banner .p-top-banner__link {
  display: grid;
  grid-template-columns: 122px 1fr;
  height: 106px;
}
.p-top-banner .p-top-banner__link:hover .p-top-banner__counter {
  background: var(--green, );
  border-color: var(--green, );
}
.p-top-banner .p-top-banner__link:hover .p-top-banner__body {
  background: #252525;
}
.p-top-banner .p-top-banner__link:hover .p-top-banner__body::before {
  background: #252525;
}
.p-top-banner .p-top-banner__link:hover .p-top-banner__body::after {
  background: #252525;
}
.p-top-banner .p-top-banner__counter {
  background: transparent;
  border-bottom: 1px solid #B7B7B7;
  border-top: 1px solid #B7B7B7;
  display: flex;
  flex-direction: column;
  padding: 24px 0 0;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (max-width: 650px) {
  .p-top-banner .p-top-banner__counter {
    background: var(--green, );
    border-color: var(--green, );
  }
}
.p-top-banner .p-top-banner__counter p {
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; /* 291.667% */
  letter-spacing: 0.36px;
  position: relative;
  text-align: center;
}
.p-top-banner .p-top-banner__counter p::before {
  content: attr(data-english);
  color: var(--white);
  display: block;
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; /* 166.667% */
  letter-spacing: 0.24px;
  margin: 10px 0 0;
  order: 1;
}
.p-top-banner .p-top-banner__counter p::after {
  color: var(--white);
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  display: block;
  font-family: var(--mar);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; /* 133.333% */
  letter-spacing: 0.3px;
  margin: 25px 0 0;
  order: 2;
  text-align: center;
}
.p-top-banner .p-top-banner__body {
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 24px 0 0 16px;
  position: relative;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 650px) {
  .p-top-banner .p-top-banner__body {
    background: #252525;
  }
}
.p-top-banner .p-top-banner__body::before {
  background: #B7B7B7;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 8px;
  top: 0;
  transition: background-color 0.3s ease-out;
  width: calc(100% - 8px);
}
@media screen and (max-width: 650px) {
  .p-top-banner .p-top-banner__body::before {
    background: #252525;
  }
}
.p-top-banner .p-top-banner__body::after {
  background: #B7B7B7;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 8px;
  transition: background-color 0.3s ease-out;
  width: calc(100% - 8px);
}
@media screen and (max-width: 650px) {
  .p-top-banner .p-top-banner__body::after {
    background: #252525;
  }
}
.p-top-banner .p-top-banner__tag {
  display: flex;
  list-style: none;
  max-width: 200px;
}
.p-top-banner .p-top-banner__tag li {
  color: var(--white);
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px; /* 291.667% */
  letter-spacing: 0.36px;
}
.p-top-banner .p-top-banner__headline {
  -webkit-box-orient: vertical;
  color: var(--white);
  display: -webkit-box;
  font-family: var(--zen-old);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  -webkit-line-clamp: 3;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  margin: 10px 0 0;
  max-width: 200px;
  overflow: hidden;
}

@keyframes backToTop {
  0% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 50px, 0);
  }
}
html[lang=en-US] .p-top-banner .p-top-banner__counter,
html[lang=fr-FR] .p-top-banner .p-top-banner__counter {
  padding: 24px 5px 0;
}
html[lang=en-US] .p-top-banner .p-top-banner__counter p,
html[lang=fr-FR] .p-top-banner .p-top-banner__counter p {
  line-height: 12px;
}
html[lang=en-US] .p-top-banner .p-top-banner__counter p::before,
html[lang=fr-FR] .p-top-banner .p-top-banner__counter p::before {
  display: none;
}
html[lang=en-US] .p-top-banner .p-top-banner__tag li,
html[lang=fr-FR] .p-top-banner .p-top-banner__tag li {
  font-family: var(--mar);
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}
html[lang=en-US] .p-top-banner .p-top-banner__headline,
html[lang=fr-FR] .p-top-banner .p-top-banner__headline {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.42px;
}

.p-top-concept {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-concept {
    padding: 155px 0;
  }
}
@media screen and (max-width: 650px) {
  .p-top-concept {
    padding: 236px 0 332px;
  }
}
.p-top-concept::before {
  background: url("images/bg-wall.png") repeat center center/100px 100px;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-top-concept .p-top-concept__inner {
  padding: 168px 0 140px;
  position: relative;
}
.p-top-concept .p-top-concept__text {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
  margin: 41px 0 0;
  max-width: 606px;
}
.p-top-concept .p-top-concept__more {
  margin: 64px 0 0;
}
.p-top-concept .p-top-concept__deco {
  position: absolute;
}
.p-top-concept .p-top-concept__deco.is-01 {
  top: 83px;
  right: -30px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-concept .p-top-concept__deco.is-01 {
    display: none;
  }
}
.p-top-concept .p-top-concept__deco.is-02 {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-concept .p-top-concept__deco.is-02 {
    display: block;
    right: 63px;
    top: 59px;
    width: 307px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__deco.is-02 {
    display: none;
  }
}
.p-top-concept .p-top-concept__deco.is-03 {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-concept .p-top-concept__deco.is-03 {
    display: block;
    right: 69px;
    bottom: 57px;
    width: 288px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__deco.is-03 {
    display: none;
  }
}
.p-top-concept .p-top-concept__deco.is-04 {
  display: none;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__deco.is-04 {
    display: block;
    right: -20px;
    top: 59px;
  }
}
.p-top-concept .p-top-concept__deco.is-05 {
  display: none;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__deco.is-05 {
    display: block;
    bottom: 92px;
    left: 0;
  }
}

html[lang=en-US] .p-top-concept__text,
html[lang=fr-FR] .p-top-concept__text {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.p-top-journal .p-top-journal__photo {
  display: block;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
}
.p-top-journal .p-top-journal__photo img {
  width: 100%;
}
.p-top-journal .p-top-journal__body {
  position: relative;
}
.p-top-journal .p-top-journal__headline {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 55.2px */
  letter-spacing: 2.4px;
  writing-mode: vertical-rl;
  position: relative;
}
.p-top-journal .p-top-journal__headline::after {
  content: "- " attr(data-english);
  display: block;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 16px 0 0;
  position: absolute;
  right: -70px;
  top: 0;
  writing-mode: horizontal-tb;
}
.p-top-journal .p-top-journal__deco {
  position: absolute;
  right: 0;
  top: 83px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-top-journal .p-top-journal__deco {
    width: 300px;
  }
}
@media screen and (max-width: 650px) {
  .p-top-journal .p-top-journal__deco {
    right: -6px;
    top: 154px;
    width: 178px;
  }
}
.p-top-journal .p-top-journal__category {
  padding: 120px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-journal .p-top-journal__category {
    padding: 88px 0 40px;
  }
}
.p-top-journal .p-top-journal__category .p-top-journal__category-title {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  margin: 0 0 8px;
}
.p-top-journal .p-top-journal__more {
  margin: 88px 0 0;
  text-align: center;
}

html[lang=en-US] .p-top-journal__headline,
html[lang=fr-FR] .p-top-journal__headline {
  font-family: var(--mar);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.08px;
  writing-mode: horizontal-tb;
}
html[lang=en-US] .p-top-journal__headline:after,
html[lang=fr-FR] .p-top-journal__headline:after {
  position: static;
}
html[lang=en-US] .p-top-journal__category .p-top-journal__category-title,
html[lang=fr-FR] .p-top-journal__category .p-top-journal__category-title {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
}
html[lang=en-US] .p-top-journal__deco,
html[lang=fr-FR] .p-top-journal__deco {
  top: 103px;
}

.p-top-other {
  padding: 160px 0;
}
@media screen and (max-width: 650px) {
  .p-top-other {
    padding: 200px 0 120px;
  }
}
.p-top-other .p-top-other__header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 512px;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .p-top-other .p-top-other__header {
    align-items: flex-start;
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.p-top-other .p-top-other__header h2 {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
}
.p-top-other .p-top-other__header p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
}
.p-top-other .p-top-other__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 66px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-other .p-top-other__list {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.p-top-other .p-top-other__list .p-top-other__link {
  align-items: center;
  aspect-ratio: 550/505;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.p-top-other .p-top-other__list .p-top-other__link::before {
  background: #323232;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 1;
}
.p-top-other .p-top-other__list .p-top-other__link:hover::before {
  opacity: 0.35;
}
.p-top-other .p-top-other__list .p-top-other__link:hover .p-top-other__photo {
  transform: scale(1.1);
}
.p-top-other .p-top-other__list .p-top-other__link:hover .p-top-other__text {
  grid-template-rows: 1fr;
  opacity: 1;
  transition: grid-template-rows 0.6s ease, opacity 0.6s ease 0.4s;
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__photo {
  position: absolute;
  transition: transform 0.6s ease;
  width: 100%;
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__body {
  position: relative;
  z-index: 1;
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__headline {
  color: #F9FFF6;
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
  text-align: center;
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__headline::after {
  content: attr(data-english);
  display: block;
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
  margin: 16px 0 0;
  text-transform: uppercase;
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__text {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.6s ease-out 0.4s, opacity 0.8s ease;
}
@media screen and (max-width: 650px) {
  .p-top-other .p-top-other__list .p-top-other__link .p-top-other__text {
    grid-template-rows: auto;
    opacity: 1;
  }
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__text p {
  color: var(--white);
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: 0.45px;
  margin: 16px auto 0;
  overflow: hidden;
  text-align: center;
  width: 71.8181818182%;
}
@media screen and (max-width: 650px) {
  .p-top-other .p-top-other__list .p-top-other__link .p-top-other__text p {
    text-align: left;
  }
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__more {
  align-items: center;
  color: var(--white);
  display: flex;
  gap: 10px;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 40px 0 0;
}
.p-top-other .p-top-other__list .p-top-other__link .p-top-other__more::after {
  background: url("images/icon-chevron.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 6px;
  margin: -1px 0 0;
  width: 5px;
}

html[lang=en-US] .p-top-other .p-top-other__header h2,
html[lang=fr-FR] .p-top-other .p-top-other__header h2 {
  font-family: var(--mar);
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .p-top-other .p-top-other__header p,
html[lang=fr-FR] .p-top-other .p-top-other__header p {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
}
html[lang=en-US] .p-top-other .p-top-other__list .p-top-other__items:last-child .p-top-other__link .p-top-other__text p,
html[lang=fr-FR] .p-top-other .p-top-other__list .p-top-other__items:last-child .p-top-other__link .p-top-other__text p {
  width: 88%;
}
html[lang=en-US] .p-top-other .p-top-other__list .p-top-other__link .p-top-other__headline,
html[lang=fr-FR] .p-top-other .p-top-other__list .p-top-other__link .p-top-other__headline {
  font-family: var(--mar);
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .p-top-other .p-top-other__list .p-top-other__link .p-top-other__headline::after,
html[lang=fr-FR] .p-top-other .p-top-other__list .p-top-other__link .p-top-other__headline::after {
  text-transform: unset;
}
html[lang=en-US] .p-top-other .p-top-other__list .p-top-other__link .p-top-other__text p,
html[lang=fr-FR] .p-top-other .p-top-other__list .p-top-other__link .p-top-other__text p {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.p-top-news {
  padding: 0 0 80px;
  position: relative;
}
.p-top-news::after {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: none;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .p-top-news::after {
    display: block;
  }
}
.p-top-news .p-top-news__photo {
  display: block;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
}
.p-top-news .p-top-news__photo img {
  width: 100%;
}
.p-top-news .p-top-news__body {
  padding: 120px 0 0;
  position: relative;
}
.p-top-news .p-top-news__deco {
  position: absolute;
  right: 0;
  top: 83px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-top-news .p-top-news__deco {
    width: 102px;
  }
}

.p-concept-summary {
  padding: 160px 0 80px;
}
@media screen and (max-width: 650px) {
  .p-concept-summary {
    padding: 120px 0 40px;
  }
}
.p-concept-summary .p-concept-summary__headline {
  color: var(--light-black);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.42px;
  text-align: center;
}
.p-concept-summary .p-concept-summary__list {
  display: grid;
  gap: 40px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-concept-summary .p-concept-summary__list {
    gap: 80px;
  }
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__items {
  display: grid;
  gap: 32px;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 650px) {
  .p-concept-summary .p-concept-summary__list .p-concept-summary__items {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__photo {
  display: block;
  line-height: 0;
  max-width: 440px;
}
@media screen and (max-width: 650px) {
  .p-concept-summary .p-concept-summary__list .p-concept-summary__photo {
    aspect-ratio: 335/215;
    max-width: none;
    width: 100%;
  }
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__body h3 {
  color: #000;
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__body p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
  margin: 32px 0 0;
}
@media screen and (max-width: 650px) {
  .p-concept-summary .p-concept-summary__list .p-concept-summary__body p {
    margin: 16px 0 0;
  }
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__body a {
  color: #000;
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  margin: 16px 0 0;
  text-decoration: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
}
.p-concept-summary .p-concept-summary__list .p-concept-summary__body a:hover {
  text-decoration: none;
}

html[lang=en-US] .p-concept-summary .p-concept-summary__headline,
html[lang=fr-FR] .p-concept-summary .p-concept-summary__headline {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-concept-summary .p-concept-summary__list .p-concept-summary__body h3,
html[lang=fr-FR] .p-concept-summary .p-concept-summary__list .p-concept-summary__body h3 {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-concept-summary .p-concept-summary__list .p-concept-summary__body p,
html[lang=fr-FR] .p-concept-summary .p-concept-summary__list .p-concept-summary__body p {
  line-height: 160%; /* 25.6px */
  margin: 20px 0 0;
}

.p-concept-highlight {
  padding: 120px 0;
}
.p-concept-highlight .p-concept-highlight__headline {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 241%; /* 48.2px */
  letter-spacing: 0.6px;
}
.p-concept-highlight .p-concept-highlight__list {
  margin: 0 calc(50% - 50vw) 0 auto;
  overflow-x: scroll;
  scrollbar-color: #d2d2d2 #E3EAE0;
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list {
    margin: 0 auto;
  }
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper {
  counter-reset: item 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 798px;
  gap: 48px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper {
    gap: 63px;
    grid-auto-flow: unset;
    grid-auto-columns: 100%;
  }
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__items {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: 335px 1fr;
  padding: 14px 48px 14px 32px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__items {
    gap: 16px;
    grid-template-columns: auto;
    padding: 0 0 0 32px;
  }
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__items::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: #323232;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  position: absolute;
  left: 0;
  top: 14px;
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__items::after {
  background: linear-gradient(to bottom, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-y left top/1px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__items::after {
    display: none;
  }
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__photo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__photo {
    aspect-ratio: 303/196;
  }
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body h3 {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body h3 {
    color: var(--Black-text, #323232);
    font-family: "Zen Old Mincho";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
  }
}
.p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body p {
    line-height: 160%; /* 22.4px */
    text-align: justify;
  }
}

@keyframes scroll {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(50px, 0, 0);
  }
}
html[lang=en-US] .p-concept-highlight .p-concept-highlight__headline,
html[lang=fr-FR] .p-concept-highlight .p-concept-highlight__headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper,
html[lang=fr-FR] .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper {
  grid-auto-columns: 900px;
}
html[lang=en-US] .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body h3,
html[lang=fr-FR] .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body h3 {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body p,
html[lang=fr-FR] .p-concept-highlight .p-concept-highlight__list .p-concept-highlight__list-wrapper .p-concept-highlight__body p {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}

.p-concept-access {
  padding: 80px 0 175px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-concept-access {
    padding: 80px 0 125px;
  }
}
.p-concept-access .p-concept-access__items {
  padding: 64px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-concept-access .p-concept-access__items {
    padding: 40px 0;
  }
}
.p-concept-access .p-concept-access__items::before {
  background: linear-gradient(to right, #323232, #323232 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-concept-access .p-concept-access__items .p-concept-access__items-header {
  display: grid;
  grid-template-columns: 1fr 569px;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-concept-access .p-concept-access__items .p-concept-access__items-header {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.p-concept-access .p-concept-access__items .p-concept-access__items-header h2 {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 241%; /* 57.84px */
  letter-spacing: 0.72px;
}
.p-concept-access .p-concept-access__items .p-concept-access__items-header p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
}
.p-concept-access .p-concept-access__items .p-concept-access__items-map {
  display: block;
  margin: 40px auto 0;
}
@media screen and (max-width: 650px) {
  .p-concept-access .p-concept-access__items .p-concept-access__items-map {
    margin: 80px auto 0;
  }
}
.p-concept-access .p-concept-access__items .p-concept-access__items-map.is-pc {
  display: block;
}
@media screen and (max-width: 650px) {
  .p-concept-access .p-concept-access__items .p-concept-access__items-map.is-pc {
    display: none;
  }
}
.p-concept-access .p-concept-access__items .p-concept-access__items-map.is-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .p-concept-access .p-concept-access__items .p-concept-access__items-map.is-sp {
    display: block;
  }
}
.p-concept-access .p-concept-access__footer {
  display: grid;
  gap: 32px;
  grid-template-columns: 336px 1fr;
  padding: 64px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-concept-access .p-concept-access__footer {
    gap: 64px;
    grid-template-columns: 1fr;
    padding: 40px 0 0;
  }
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-map {
  display: grid;
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-map iframe {
  filter: grayscale(1);
  width: 100%;
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-map a {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  text-decoration-line: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
  width: fit-content;
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-map a:hover {
  text-decoration: none;
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-list {
  display: grid;
  gap: 18px 32px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-concept-access .p-concept-access__footer .p-concept-access__footer-list {
    gap: 40px;
    grid-template-columns: auto;
  }
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-list li h3 {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-list li p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  margin: 12px 0 0;
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-list li a {
  color: var(--Black-text);
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  margin: 8px 0 0;
  text-decoration-line: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
}
.p-concept-access .p-concept-access__footer .p-concept-access__footer-list li a:hover {
  text-decoration: none;
}

html[lang=en-US] .p-concept-access .p-concept-access__items:nth-child(2) .p-concept-access__items-header,
html[lang=fr-FR] .p-concept-access .p-concept-access__items:nth-child(2) .p-concept-access__items-header {
  grid-template-columns: 1fr 741px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .p-concept-access .p-concept-access__items:nth-child(2) .p-concept-access__items-header,
  html[lang=fr-FR] .p-concept-access .p-concept-access__items:nth-child(2) .p-concept-access__items-header {
    grid-template-columns: 1fr;
  }
}
html[lang=en-US] .p-concept-access.is-top .p-concept-access__items:nth-child(3) .p-concept-access__items-header,
html[lang=fr-FR] .p-concept-access.is-top .p-concept-access__items:nth-child(3) .p-concept-access__items-header {
  grid-template-columns: 1fr 741px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  html[lang=en-US] .p-concept-access.is-top .p-concept-access__items:nth-child(3) .p-concept-access__items-header,
  html[lang=fr-FR] .p-concept-access.is-top .p-concept-access__items:nth-child(3) .p-concept-access__items-header {
    grid-template-columns: 1fr;
  }
}
html[lang=en-US] .p-concept-access .p-concept-access__items .p-concept-access__items-header h2,
html[lang=fr-FR] .p-concept-access .p-concept-access__items .p-concept-access__items-header h2 {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 45.6px */
  letter-spacing: 0.72px;
}
html[lang=en-US] .p-concept-access .p-concept-access__items .p-concept-access__items-header p,
html[lang=fr-FR] .p-concept-access .p-concept-access__items .p-concept-access__items-header p {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-concept-access .p-concept-access__footer .p-concept-access__footer-map a,
html[lang=fr-FR] .p-concept-access .p-concept-access__footer .p-concept-access__footer-map a {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 200;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.42px;
}
html[lang=en-US] .p-concept-access .p-concept-access__footer .p-concept-access__footer-list li h3,
html[lang=fr-FR] .p-concept-access .p-concept-access__footer .p-concept-access__footer-list li h3 {
  font-family: var(--mar);
}
html[lang=en-US] .p-concept-access .p-concept-access__footer .p-concept-access__footer-list li p,
html[lang=fr-FR] .p-concept-access .p-concept-access__footer .p-concept-access__footer-list li p {
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-concept-access .p-concept-access__footer .p-concept-access__footer-list li a,
html[lang=fr-FR] .p-concept-access .p-concept-access__footer .p-concept-access__footer-list li a {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 200;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.42px;
}

.p-connect-gci {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-connect-gci {
    padding: 120px 0;
  }
}
.p-connect-gci::before {
  background: var(--bg-green);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-connect-summary {
  align-items: start;
  display: grid;
  margin: 0 -150px 0 auto;
  margin: 0 calc(50% - 50vw) 0 auto;
  gap: min(5.8571428571vw, 82px);
  grid-template-columns: auto min(51.4285714286vw, 720px);
  justify-content: space-between;
}
@media screen and (min-width: 1401px) {
  .p-connect-summary {
    margin: 0 -150px 0 auto;
  }
}
@media screen and (max-width: 650px) {
  .p-connect-summary {
    gap: 82px;
    grid-template-columns: 1fr;
    margin: 0;
  }
}
.p-connect-summary .p-connect-summary__body {
  max-width: 448px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-connect-summary .p-connect-summary__body {
    max-width: none;
  }
}
.p-connect-summary .p-connect-summary__body h2 {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 161%; /* 38.64px */
}
.p-connect-summary .p-connect-summary__body p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  margin: 40px 0 0;
}
@media screen and (max-width: 650px) {
  .p-connect-summary .p-connect-summary__body p {
    margin: 24px 0 0;
  }
}
.p-connect-summary .p-connect-summary__body img {
  display: block;
  margin: 100px auto 0;
  max-width: 347px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-connect-summary .p-connect-summary__body img {
    margin: 64px auto 0;
  }
}
.p-connect-summary .p-connect-summary__slider {
  line-height: 0;
  padding: 0 0 13px;
  width: 100%;
}
.p-connect-summary .p-connect-summary__slider .p-connect-summary__slider-wrapper {
  list-style: none;
}
.p-connect-summary .p-connect-summary__slider .p-connect-summary__slider-wrapper li {
  width: 100%;
}
.p-connect-summary .p-connect-summary__slider .p-connect-summary__slider-wrapper li img {
  width: 100%;
}
.p-connect-summary .p-connect-summary__slider .swiper-pagination {
  margin: 0 -4px;
  bottom: 0;
  top: auto;
  text-align: left;
}
.p-connect-summary .p-connect-summary__slider .swiper-pagination .swiper-pagination-bullet {
  background: var(--light-gray);
  height: 5px;
  margin: 0 4px;
  opacity: 1;
  width: 5px;
}
.p-connect-summary .p-connect-summary__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Black-text);
}

html[lang=en-US] .p-connect-summary .p-connect-summary__body h2,
html[lang=fr-FR] .p-connect-summary .p-connect-summary__body h2 {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-connect-summary .p-connect-summary__body p,
html[lang=fr-FR] .p-connect-summary .p-connect-summary__body p {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.p-connect-chart {
  align-items: flex-start;
  display: flex;
  gap: 35px;
  justify-content: center;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart {
    align-items: center;
    flex-direction: column;
    gap: 35px;
  }
}
.p-connect-chart .p-connect-chart__items {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__items {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
.p-connect-chart .p-connect-chart__items:nth-child(1) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__items:nth-child(1) {
    flex-direction: column;
  }
}
.p-connect-chart .p-connect-chart__items .p-connect-chart__items-photo {
  display: block;
  line-height: 1;
}
.p-connect-chart .p-connect-chart__items .p-connect-chart__items-photo figcaption {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  margin: 8px 0 0;
  text-align: center;
}
.p-connect-chart .p-connect-chart__items .p-connect-chart__items-text {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__items .p-connect-chart__items-text {
    font-size: 16px;
    line-height: 180%; /* 28.8px */
    letter-spacing: 0.48px;
    margin: 16px 0 0;
  }
}
.p-connect-chart .p-connect-chart__gci {
  display: flex;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__gci {
    align-items: center;
    flex-direction: column;
    gap: 24px;
  }
}
.p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-arrow {
  position: absolute;
  top: 65px;
  rotate: 90deg;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-arrow {
    position: static;
    rotate: 0deg;
  }
}
.p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-arrow:nth-child(1) {
  left: -25px;
}
.p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-arrow:nth-last-child(1) {
  right: -25px;
}
.p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner {
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 25px;
    height: 174px;
    justify-content: center;
  }
}
.p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner p {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 150%; /* 26.4px */
  margin: 12px 0 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner p {
    padding: 6px 0 0;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner .p-connect-chart__gci-logo {
  align-items: center;
  background: #F5F9F3;
  border: 1px solid var(--Black-text);
  border-radius: 150px;
  display: flex;
  height: 174px;
  justify-content: center;
  width: 174px;
}

html[lang=en-US] .p-connect-chart .p-connect-chart__items .p-connect-chart__items-photo,
html[lang=fr-FR] .p-connect-chart .p-connect-chart__items .p-connect-chart__items-photo {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 210px;
}
html[lang=en-US] .p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner p,
html[lang=fr-FR] .p-connect-chart .p-connect-chart__gci .p-connect-chart__gci-inner p {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
  white-space: nowrap;
}

.p-connect-video {
  display: block;
  height: 600px;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .p-connect-video {
    height: 300px;
  }
}
.p-connect-video iframe {
  height: 100%;
  width: 100%;
}

.p-connect-program .p-connect-program__headline {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
}
.p-connect-program .p-connect-program__list {
  margin: 53px calc(50% - 50vw) 0 auto;
  overflow-x: scroll;
  scrollbar-color: #d2d2d2 #E3EAE0;
}
.p-connect-program .p-connect-program__list .p-connect-program__list-wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: 48px;
  grid-auto-columns: 798px;
  list-style: none;
  counter-reset: item 0;
}
.p-connect-program .p-connect-program__items {
  border-right: 1px dashed var(--light-black);
  display: grid;
  gap: 48px;
  grid-template-columns: 335px 1fr;
  padding: 14px 48px 14px 32px;
  position: relative;
  width: 798px;
}
.p-connect-program .p-connect-program__items::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: #323232;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  position: absolute;
  left: 0;
  top: 14px;
}
.p-connect-program .p-connect-program__photo {
  display: block;
  line-height: 0;
}
.p-connect-program .p-connect-program__photo img {
  width: 100%;
}
.p-connect-program .p-connect-program__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-connect-program .p-connect-program__body .p-connect-program__entry {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-connect-program .p-connect-program__body .p-connect-program__entry a {
  width: 260px;
}
.p-connect-program .p-connect-program__body .p-connect-program__button {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-connect-program .p-connect-program__body .p-connect-program__button a {
  width: 168px;
}
.p-connect-program .p-connect-program__title {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
}
.p-connect-program .p-connect-program__summary {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  margin: 16px 0 0;
}
.p-connect-program .p-connect-program__detail {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  margin: 10px 0 0;
}
.p-connect-program .p-connect-program__link {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  text-decoration-line: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
}
.p-connect-program .p-connect-program__link:hover {
  text-decoration: none;
}
.p-connect-program .p-connect-program__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  list-style: none;
  margin: 8px 0 15px;
}
.p-connect-program .p-connect-program__tag li {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
}
.p-connect-program .p-connect-program__scroll {
  align-items: center;
  color: #323232;
  display: flex;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  margin: 16px 0 0;
}
.p-connect-program .p-connect-program__scroll .p-connect-program__scroll-line {
  background: #D2D2D2;
  display: block;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.p-connect-program .p-connect-program__scroll .p-connect-program__scroll-line::before {
  animation: scroll 2s linear infinite;
  background: #565656;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}
.p-connect-program .p-connect-program__scroll .p-connect-program__scroll-line:hover {
  opacity: 0.6;
}

@keyframes scroll {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(50px, 0, 0);
  }
}
html[lang=en-US] .p-connect-program .p-connect-program__headline,
html[lang=fr-FR] .p-connect-program .p-connect-program__headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-connect-program .p-connect-program__title,
html[lang=fr-FR] .p-connect-program .p-connect-program__title {
  font-family: var(--mar);
  font-size: 20px;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-connect-program .p-connect-program__summary,
html[lang=fr-FR] .p-connect-program .p-connect-program__summary {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin: 16px 0 0;
}
html[lang=en-US] .p-connect-program .p-connect-program__detail,
html[lang=fr-FR] .p-connect-program .p-connect-program__detail {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin: 8px 0 0;
}

.p-connect-whatwedo .p-connect-whatwedo__photo {
  display: block;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
}
.p-connect-whatwedo .p-connect-whatwedo__photo img {
  width: 100%;
}
.p-connect-whatwedo .p-connect-whatwedo__header {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
}
.p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-headline {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
  white-space: nowrap;
}
.p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-text {
  color: var(--light-black);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-text {
    line-height: 181%; /* 28.96px */
  }
}
.p-connect-whatwedo .p-connect-whatwedo__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 84px;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-whatwedo .p-connect-whatwedo__list {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.p-connect-whatwedo .p-connect-whatwedo__list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 0 0 24px;
  position: relative;
}
.p-connect-whatwedo .p-connect-whatwedo__list li::before {
  background: linear-gradient(to bottom, #323232, #323232 2px, transparent 2px, transparent 4px) repeat-y left top/1px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}
.p-connect-whatwedo .p-connect-whatwedo__list li h3 {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 241%;
  letter-spacing: 0.2px;
}
.p-connect-whatwedo .p-connect-whatwedo__list li h3 b {
  font-family: var(--zen-old);
  font-size: 24px;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
  letter-spacing: 0.2px;
}
.p-connect-whatwedo .p-connect-whatwedo__list li p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__list li p {
    color: var(--Black-text);
    font-family: var(--zen-kaku);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181%; /* 28.96px */
    letter-spacing: 0.48px;
  }
}
.p-connect-whatwedo .p-connect-whatwedo__chart {
  align-items: center;
  display: flex;
  gap: 132px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 981px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__chart {
    gap: 40px;
    margin: 0 -8px;
    width: calc(100% + 16px);
  }
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image {
  height: 408px;
  position: relative;
  width: 460px;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image {
    height: 313px;
    width: 350px;
  }
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image .p-connect-whatwedo__chart-image-items {
  align-items: center;
  border-radius: 200px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--white);
  display: flex;
  font-family: var(--mar);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 26.4px */
  letter-spacing: 0.4px;
  height: 240px;
  justify-content: center;
  position: absolute;
  width: 240px;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image .p-connect-whatwedo__chart-image-items {
    height: 190px;
    width: 190px;
  }
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image .p-connect-whatwedo__chart-image-items:nth-child(1) {
  background: #F38561;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image .p-connect-whatwedo__chart-image-items:nth-child(2) {
  background: #82BEFB;
  bottom: 0;
  left: 0;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-image .p-connect-whatwedo__chart-image-items:nth-child(3) {
  background: #EFD57B;
  bottom: 0;
  right: 0;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  width: 389px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list {
    width: 100%;
  }
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 24px;
  position: relative;
  gap: 5px;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li::before {
  background: linear-gradient(to bottom, #F38561, #F38561 2px, transparent 2px, transparent 4px) repeat-y left top/2px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li:nth-child(2)::before {
  background: linear-gradient(to bottom, #82BEFB, #82BEFB 2px, transparent 2px, transparent 4px) repeat-y left top/2px 4px;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li:nth-child(3)::before {
  background: linear-gradient(to bottom, #EFD57B, #EFD57B 2px, transparent 2px, transparent 4px) repeat-y left top/2px 4px;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li h3 {
  align-items: center;
  color: var(--Black-text);
  display: flex;
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li h3 b {
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 51.52px */
  letter-spacing: 0.96px;
}
.p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
}
@media screen and (max-width: 650px) {
  .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li p {
    font-size: 16px;
    line-height: 181%; /* 28.96px */
    letter-spacing: 0.48px;
  }
}

html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-headline,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-text,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__header .p-connect-whatwedo__header-text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__list li h3,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__list li h3 {
  font-family: var(--mar);
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__list li h3 b,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__list li h3 b {
  font-family: var(--mar);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__list li p,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__list li p {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li h3,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li h3 {
  font-family: var(--mar);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}
html[lang=en-US] .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li h3 b,
html[lang=fr-FR] .p-connect-whatwedo .p-connect-whatwedo__chart .p-connect-whatwedo__chart-list li h3 b {
  font-family: var(--mar);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin: -5px 0 0;
}

.p-news-list {
  position: relative;
}
.p-news-list::before {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-news-list.is-no-border::before {
  display: none;
}
.p-news-list .p-news-list__inner {
  display: grid;
  gap: 40px;
  list-style: none;
  max-width: 832px;
  padding: 80px 0 0;
}
.p-news-list .p-news-list__inner .p-news-list__link {
  display: block;
  opacity: 1;
  padding: 0 32px 10px 0;
  position: relative;
  transition: opacity 0.3s ease-in;
  width: fit-content;
}
.p-news-list .p-news-list__inner .p-news-list__link:hover {
  opacity: 0.7;
}
.p-news-list .p-news-list__inner .p-news-list__link:hover::after {
  transform: translate3d(4px, 0, 0);
}
.p-news-list .p-news-list__inner .p-news-list__link::before {
  background: #565656;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
}
.p-news-list .p-news-list__inner .p-news-list__link::after {
  background: url("images/icon-arrow-news.svg") no-repeat top left/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 0;
  transition: transform 0.3s ease-in;
  width: 16px;
}
.p-news-list .p-news-list__inner .p-news-list__date {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.45px;
}
.p-news-list .p-news-list__inner .p-news-list__text {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 175% */
  letter-spacing: 0.6px;
  margin: 10px 0 0;
}
@media screen and (max-width: 650px) {
  .p-news-list .p-news-list__inner .p-news-list__text {
    font-size: 16px;
    line-height: 181%; /* 28.96px */
    letter-spacing: 0.48px;
  }
}

html[lang=en-US] .p-news-list .p-news-list__inner .p-news-list__date,
html[lang=fr-FR] .p-news-list .p-news-list__inner .p-news-list__date {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-news-list .p-news-list__inner .p-news-list__text,
html[lang=fr-FR] .p-news-list .p-news-list__inner .p-news-list__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 38px */
  letter-spacing: 0.6px;
}

.p-news-header {
  border-bottom: 1px dashed var(--light-black);
  padding: 0 0 137px;
}
.p-news-header .p-news-header__inner {
  margin: 0 auto;
  max-width: 800px;
}
.p-news-header .p-news-header__date {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.45px;
}
.p-news-header .p-news-header__headline {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
  margin: 13px 0 0;
}

html[lang=en-US] .p-news-header .p-news-header__date,
html[lang=fr-FR] .p-news-header .p-news-header__date {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-news-header .p-news-header__headline,
html[lang=fr-FR] .p-news-header .p-news-header__headline {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}

.p-journal-sort {
  padding: 1px 0 0;
}
.p-journal-sort .p-journal-sort__inner {
  display: grid;
  gap: 64px;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-sort .p-journal-sort__inner {
    border-bottom: 1px solid var(--light-gray);
    padding-bottom: 39px;
  }
}
.p-journal-sort .p-journal-sort__inner::before {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-journal-sort .p-journal-sort__inner.is-bottom {
  border: none;
}
.p-journal-sort .p-journal-sort__inner.is-bottom::before {
  border-top: 1px dashed var(--light-black);
  content: "";
  display: block;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-sort .p-journal-sort__inner.is-bottom::before {
    margin: 0;
    width: 100%;
  }
}
.p-journal-sort .p-journal-sort__inner .p-journal-sort__items {
  display: grid;
  gap: 48px;
}
.p-journal-sort .p-journal-sort__inner .p-journal-sort__title {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.48px;
}

html[lang=en-US] .p-journal-sort .p-journal-sort__inner .p-journal-sort__title,
html[lang=fr-FR] .p-journal-sort .p-journal-sort__inner .p-journal-sort__title {
  font-family: var(--roboto);
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
}

.p-journal-list {
  list-style: none;
  position: relative;
}
.p-journal-list .p-journal-list__link {
  align-items: center;
  border-bottom: 1px solid var(--light-gray);
  display: grid;
  gap: 7.2727272727%;
  grid-template-columns: 490px 1fr;
  padding: 39px 0;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-list .p-journal-list__link {
    gap: 23px;
    grid-template-columns: 1fr;
  }
}
.p-journal-list .p-journal-list__link:hover {
  opacity: 0.6;
}
.p-journal-list .p-journal-list__link:hover .p-journal-list__photo img {
  transform: scale(1.03, 1.03);
}
.p-journal-list .p-journal-list__link:hover .c-button-more__inner {
  transform: translate3d(0, -32px, 0);
}
.p-journal-list .p-journal-list__photo {
  aspect-ratio: 490/333;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.p-journal-list .p-journal-list__photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.p-journal-list .p-journal-list__category {
  align-items: center;
  display: grid;
  gap: 19px;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 650px) {
  .p-journal-list .p-journal-list__category {
    grid-template-columns: 1fr;
  }
}
.p-journal-list .p-journal-list__category .p-journal-list__category-main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.p-journal-list .p-journal-list__category .p-journal-list__category-main li {
  border: 1px solid #000;
  border-radius: 22px;
  line-height: 0;
  padding: 9px 20px;
}
.p-journal-list .p-journal-list__category .p-journal-list__category-main li img {
  height: 16px;
}
.p-journal-list .p-journal-list__category .p-journal-list__category-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.p-journal-list .p-journal-list__category .p-journal-list__category-sub li {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.36px;
}
.p-journal-list .p-journal-list__title {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
  margin: 24px 0 0;
}
.p-journal-list .p-journal-list__text {
  -webkit-box-orient: vertical;
  color: var(--Black-text);
  display: -webkit-box;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 4px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-journal-list .p-journal-list__dl {
  display: flex;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-journal-list .p-journal-list__dl {
    margin: 15px 0 0;
  }
}
.p-journal-list .p-journal-list__dl dt {
  color: var(--gray);
  font-family: var(--mar);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
  margin: 0 0 0 18px;
}
.p-journal-list .p-journal-list__dl dt:nth-child(1) {
  margin: 0;
}
.p-journal-list .p-journal-list__dl dd {
  color: var(--gray);
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 20px; /* 166.667% */
  margin: 0 0 0 8px;
}
.p-journal-list .p-journal-list__more {
  margin: 28px 0 0;
}

html[lang=en-US] .p-journal-list .p-journal-list__category .p-journal-list__category-main li,
html[lang=fr-FR] .p-journal-list .p-journal-list__category .p-journal-list__category-main li {
  padding: 6px 20px;
}
html[lang=en-US] .p-journal-list .p-journal-list__category .p-journal-list__category-main li img,
html[lang=fr-FR] .p-journal-list .p-journal-list__category .p-journal-list__category-main li img {
  height: 20px;
}
html[lang=en-US] .p-journal-list .p-journal-list__category .p-journal-list__category-sub,
html[lang=fr-FR] .p-journal-list .p-journal-list__category .p-journal-list__category-sub {
  gap: 0 8px;
}
html[lang=en-US] .p-journal-list .p-journal-list__category .p-journal-list__category-sub li,
html[lang=fr-FR] .p-journal-list .p-journal-list__category .p-journal-list__category-sub li {
  font-family: var(--mar);
  line-height: 20px; /* 166.667% */
  letter-spacing: 0.24px;
}
html[lang=en-US] .p-journal-list .p-journal-list__category .p-journal-list__title,
html[lang=fr-FR] .p-journal-list .p-journal-list__category .p-journal-list__title {
  font-family: var(--mar);
  line-height: 160%; /* 38.4px */
}
html[lang=en-US] .p-journal-list .p-journal-list__category .p-journal-list__text,
html[lang=fr-FR] .p-journal-list .p-journal-list__category .p-journal-list__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.p-journal-header {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 56%;
  padding: 0 0 80px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-header {
    grid-template-columns: 1fr;
  }
}
.p-journal-header::after {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.p-journal-header .p-journal-header__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.p-journal-header .p-journal-header__category li {
  background: var(--white);
  border: 1px solid #000;
  border-radius: 22px;
  display: inline-block;
  line-height: 0;
  padding: 10px 20px;
}
.p-journal-header .p-journal-header__category li img {
  height: 16px;
}
.p-journal-header .p-journal-header__headline {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
  margin: 64px 0 0;
}
.p-journal-header .p-journal-header__producer {
  align-items: center;
  display: grid;
  grid-template-columns: 72px 1fr;
  margin: 64px 0 0;
}
.p-journal-header .p-journal-header__producer dt {
  color: #868686;
  font-family: var(--mar);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
}
.p-journal-header .p-journal-header__producer dd {
  color: #868686;
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  margin: 0 0 0 8px;
}
.p-journal-header .p-journal-header__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 89px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-header .p-journal-header__tag {
    margin: 40px 0 0;
  }
}
.p-journal-header .p-journal-header__tag li {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.36px;
}
.p-journal-header .p-journal-header__photo {
  aspect-ratio: 616/410;
  display: block;
  line-height: 0;
}
.p-journal-header .p-journal-header__photo img {
  width: 100%;
}

html[lang=en-US] .p-journal-header .p-journal-header__category li,
html[lang=fr-FR] .p-journal-header .p-journal-header__category li {
  padding: 7px 20px;
}
html[lang=en-US] .p-journal-header .p-journal-header__category li img,
html[lang=fr-FR] .p-journal-header .p-journal-header__category li img {
  height: 20px;
}
html[lang=en-US] .p-journal-header .p-journal-header__headline,
html[lang=fr-FR] .p-journal-header .p-journal-header__headline {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-journal-header .p-journal-header__tag li,
html[lang=fr-FR] .p-journal-header .p-journal-header__tag li {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 300;
  line-height: 139%; /* 19.46px */
  letter-spacing: 0.42px;
}

.p-journal-role {
  border-bottom: 1px solid var(--light-gray);
  list-style: none;
}
.p-journal-role .p-journal-role__items {
  border-top: 1px solid var(--light-gray);
  padding: 40px 0 68px;
}
.p-journal-role .p-journal-role__items .p-journal-role__items-wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.p-journal-role .p-journal-role__items .p-journal-role__name {
  color: var(--Black-text);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
}
.p-journal-role .p-journal-role__items .p-journal-role__name b {
  color: var(--Black-text, #323232);
  font-family: Marcellus;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin: 0 16px 0 0;
}
.p-journal-role .p-journal-role__items .p-journal-role__name span {
  display: inline-block;
}
.p-journal-role .p-journal-role__items .p-journal-role__name span:nth-child(2) {
  margin: 0 8px 0 0;
}
.p-journal-role .p-journal-role__items .p-journal-role__text {
  color: var(--Black-text, #323232);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  margin: 10px 0 0;
}
.p-journal-role .p-journal-role__items .p-journal-role__dl {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 72px 1fr;
  margin: 24px 0 0;
}
.p-journal-role .p-journal-role__items .p-journal-role__dl dt {
  color: var(--Black-text, #323232);
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
  letter-spacing: 0.45px;
}
.p-journal-role .p-journal-role__items .p-journal-role__dl dd {
  color: var(--Black-text, #323232);
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.45px;
}
.p-journal-role .p-journal-role__items .p-journal-role__dl dd a {
  text-decoration-line: underline;
}
.p-journal-role .p-journal-role__items .p-journal-role__dl dd a[target=_blank]::after {
  background: url("images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 0 -2px 8px;
  width: 14px;
}
.p-journal-role .p-journal-role__items .p-journal-role__dl dd a:hover {
  text-decoration: none;
}

.p-journal-info {
  margin: 64px 0 0;
  padding: 0 0 60px;
}
.p-journal-info .p-journal-info__inner {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-info .p-journal-info__inner {
    gap: 24px;
    grid-template-columns: auto;
  }
}
.p-journal-info .p-journal-info__inner .p-journal-info__items:nth-child(odd) {
  border-right: 1px dashed var(--light-black);
  padding: 0 20px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-journal-info .p-journal-info__inner .p-journal-info__items:nth-child(odd) {
    border: none;
    border-bottom: 1px dashed var(--light-black);
    padding: 0 0 24px;
  }
}
.p-journal-info .p-journal-info__inner .p-journal-info__items .p-journal-info__name {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
}
.p-journal-info .p-journal-info__inner .p-journal-info__items dl {
  align-items: flex-start;
  display: grid;
  gap: 16px 10px;
  grid-template-columns: 72px 1fr;
  margin: 16px 0 0;
}
.p-journal-info .p-journal-info__inner .p-journal-info__items dl dt {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.45px;
}
.p-journal-info .p-journal-info__inner .p-journal-info__items dl dd {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.45px;
}
.p-journal-info .p-journal-info__inner .p-journal-info__items dl dd a {
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.p-journal-info .p-journal-info__inner .p-journal-info__items dl dd a:hover {
  text-decoration: none;
}
.p-journal-info .p-journal-info__inner .p-journal-info__items dl dd a img {
  margin: 0 0 -3px 6px;
}

html[lang=en-US] .p-journal-info .p-journal-info__inner .p-journal-info__items .p-journal-info__name,
html[lang=fr-FR] .p-journal-info .p-journal-info__inner .p-journal-info__items .p-journal-info__name {
  font-family: var(--roboto);
}
html[lang=en-US] .p-journal-info .p-journal-info__inner .p-journal-info__items dl dt,
html[lang=fr-FR] .p-journal-info .p-journal-info__inner .p-journal-info__items dl dt {
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 100%; /* 16px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-journal-info .p-journal-info__inner .p-journal-info__items dl dd,
html[lang=fr-FR] .p-journal-info .p-journal-info__inner .p-journal-info__items dl dd {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 200;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.42px;
}

.p-journal-date {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
}

.p-experience-section {
  position: relative;
}
.p-experience-section .p-experience-section__headline {
  color: var(--Black-text);
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 241%; /* 57.84px */
  letter-spacing: 0.72px;
  padding: 0 0 10px;
  position: relative;
}
.p-experience-section .p-experience-section__headline::after {
  background: linear-gradient(to right, #323232, #323232 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -150px;
  width: calc(100% + 150px);
}
.p-experience-section .p-experience-section__headline.is-white {
  color: var(--white);
}
.p-experience-section .p-experience-section__headline.is-white::after {
  background: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
}
.p-experience-section .p-experience-section__deco {
  position: absolute;
}
.p-experience-section .p-experience-section__deco.is-01 {
  right: -37px;
  top: -13px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-experience-section .p-experience-section__deco.is-01 {
    display: none;
  }
}
.p-experience-section .p-experience-section__deco.is-02 {
  right: -83px;
  top: -64px;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-experience-section .p-experience-section__deco.is-02 {
    right: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-experience-section .p-experience-section__deco.is-02 {
    top: -38px;
    width: 100px;
  }
}

html[lang=en-US] .p-experience-section .p-experience-section__headline,
html[lang=fr-FR] .p-experience-section .p-experience-section__headline {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}

.p-experience-button {
  outline: none;
  padding: 24px 0 0;
  position: relative;
  text-align: center;
}
.p-experience-button::before {
  background: linear-gradient(to right, #868686, #868686 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-experience-button.is-hide {
  display: none;
}

.p-experience-main {
  display: grid;
  gap: 32px;
  list-style: none;
  margin: 32px 0 0;
}
@media screen and (max-width: 650px) {
  .p-experience-main {
    margin: 80px 0 0;
  }
}
.p-experience-main .p-experience-main__link {
  display: grid;
  gap: 45px;
  grid-template-columns: 50.2727272727% 1fr;
}
@media screen and (max-width: 650px) {
  .p-experience-main .p-experience-main__link {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.p-experience-main .p-experience-main__link:hover {
  opacity: 0.6;
}
.p-experience-main .p-experience-main__link:hover .p-experience-main__photo img {
  transform: scale(1.03, 1.03);
}
.p-experience-main .p-experience-main__link:hover .c-button-more__inner {
  transform: translate3d(0, -32px, 0);
}
.p-experience-main .p-experience-main__photo {
  aspect-ratio: 553/368;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-experience-main .p-experience-main__photo {
    aspect-ratio: 334/222;
  }
}
.p-experience-main .p-experience-main__photo .p-experience-main__eardog {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  letter-spacing: 0.6px;
  padding: 16px 12px;
  position: absolute;
  left: 16px;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-experience-main .p-experience-main__photo .p-experience-main__eardog {
    font-size: 14px;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.42px;
    padding: 10px 9px;
  }
}
.p-experience-main .p-experience-main__photo .p-experience-main__eardog.is-bosyu {
  background: var(--yellow);
}
.p-experience-main .p-experience-main__photo .p-experience-main__eardog.is-kinjitsu {
  background: #fff;
}
.p-experience-main .p-experience-main__photo .p-experience-main__eardog.is-closing {
  background: var(--light-black, #565656);
  color: #fff;
}
.p-experience-main .p-experience-main__photo img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.p-experience-main .p-experience-main__body .p-experience-main__name {
  align-items: center;
  color: var(--Black-text);
  display: flex;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 8px;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 8px 0 0;
}
.p-experience-main .p-experience-main__body .p-experience-main__date {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
  letter-spacing: 0.8px;
  margin: 16px 0 0;
}
.p-experience-main .p-experience-main__body .p-experience-main__organizer {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
  letter-spacing: 0.8px;
  margin: 8px 0 0;
}
.p-experience-main .p-experience-main__body .p-experience-main__headline {
  -webkit-box-orient: vertical;
  color: var(--Black-text);
  display: -webkit-box;
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-height: 161%; /* 38.64px */
  overflow: hidden;
}
.p-experience-main .p-experience-main__body .p-experience-main__text {
  -webkit-box-orient: vertical;
  color: var(--light-black);
  display: -webkit-box;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 16px 0 0;
  overflow: hidden;
}
.p-experience-main .p-experience-main__body .p-experience-main__more {
  margin: 37px 0 0;
}
@media screen and (max-width: 650px) {
  .p-experience-main .p-experience-main__body .p-experience-main__more {
    margin: 16px 0 0;
  }
}

html[lang=en-US] .p-experience-main .p-experience-main__photo .p-experience-main__eardog,
html[lang=fr-FR] .p-experience-main .p-experience-main__photo .p-experience-main__eardog {
  font-family: var(--roboto);
  line-height: 190%; /* 38px */
  letter-spacing: 0.6px;
  padding: 8px 12px;
  left: 0;
  top: 16px;
  writing-mode: horizontal-tb;
}
html[lang=en-US] .p-experience-main .p-experience-main__body .p-experience-main__headline,
html[lang=fr-FR] .p-experience-main .p-experience-main__body .p-experience-main__headline {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-experience-main .p-experience-main__body .p-experience-main__date,
html[lang=fr-FR] .p-experience-main .p-experience-main__body .p-experience-main__date {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-main .p-experience-main__body .p-experience-main__organizer,
html[lang=fr-FR] .p-experience-main .p-experience-main__body .p-experience-main__organizer {
  font-family: var(--robotot);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-main .p-experience-main__body .p-experience-main__name,
html[lang=fr-FR] .p-experience-main .p-experience-main__body .p-experience-main__name {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-main .p-experience-main__body .p-experience-main__text,
html[lang=fr-FR] .p-experience-main .p-experience-main__body .p-experience-main__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-main .p-experience-main__body .p-experience-main__more,
html[lang=fr-FR] .p-experience-main .p-experience-main__body .p-experience-main__more {
  margin: 47px 0 0;
}

.p-experience-sub {
  display: grid;
  gap: 64px 16px;
  grid-template-columns: repeat(auto-fill, minmax(349px, 1fr));
  list-style: none;
}
.p-experience-sub.is-black .p-experience-sub__title {
  color: #323232;
}
.p-experience-sub.is-black .p-experience-sub__date {
  color: #323232;
}
.p-experience-sub.is-black .p-experience-sub__organizer {
  color: #323232;
}
.p-experience-sub.is-active .p-experience-sub__items {
  display: block;
}
.p-experience-sub .p-experience-sub__items {
  display: none;
}
.p-experience-sub .p-experience-sub__items:nth-child(-n+6) {
  display: block;
}
.p-experience-sub .p-experience-sub__photo {
  aspect-ratio: 349/230;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.p-experience-sub .p-experience-sub__photo .p-experience-sub__eardog {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: 115%; /* 16.1px */
  padding: 10px 9px;
  position: absolute;
  left: 16px;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-experience-sub .p-experience-sub__photo .p-experience-sub__eardog {
    font-size: 14px;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.42px;
    padding: 10px 9px;
  }
}
.p-experience-sub .p-experience-sub__photo .p-experience-sub__eardog.is-bosyu {
  background: var(--yellow);
}
.p-experience-sub .p-experience-sub__photo .p-experience-sub__eardog.is-kinjitsu {
  background: #fff;
}
.p-experience-sub .p-experience-sub__photo .p-experience-sub__eardog.is-closing {
  background: var(--light-black);
  color: #fff;
}
.p-experience-sub .p-experience-sub__photo img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.p-experience-sub .p-experience-sub__title {
  color: var(--white);
  font-family: var(--zen-old);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
  letter-spacing: 0.8px;
  margin: 16px 0 0;
}
.p-experience-sub .p-experience-sub__date {
  color: var(--white);
  font-family: var(--zen-old);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 19.88px */
  letter-spacing: 0.7px;
  margin: 16px 0 0;
}
.p-experience-sub .p-experience-sub__organizer {
  color: var(--white);
  font-family: var(--zen-old);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 19.88px */
  letter-spacing: 0.7px;
  margin: 8px 0 0;
}
.p-experience-sub .p-experience-sub__more {
  margin: 24px 0 0;
}

html[lang=en-US] .p-experience-sub .p-experience-sub__title,
html[lang=fr-FR] .p-experience-sub .p-experience-sub__title {
  font-family: var(--mar);
  line-height: 160%; /* 25.6px */
}
html[lang=en-US] .p-experience-sub .p-experience-sub__date,
html[lang=fr-FR] .p-experience-sub .p-experience-sub__date {
  font-family: var(--roboto);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-sub .p-experience-sub__organizer,
html[lang=fr-FR] .p-experience-sub .p-experience-sub__organizer {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}

.p-experience-header {
  display: grid;
  gap: 40px;
  grid-template-columns: 50.7272727273% 1fr;
  padding: 170px 0 108px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-experience-header {
    grid-template-columns: 1fr;
    padding: 100px 0 60px;
  }
}
.p-experience-header::after {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.p-experience-header .p-experience-header__photo {
  display: block;
  line-height: 0;
  position: relative;
}
.p-experience-header .p-experience-header__photo .p-experience-header__eardog {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  letter-spacing: 0.6px;
  padding: 16px 12px;
  position: absolute;
  left: 16px;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-experience-header .p-experience-header__photo .p-experience-header__eardog {
    font-size: 14px;
    line-height: 115%; /* 16.1px */
    letter-spacing: 0.42px;
    padding: 10px 9px;
  }
}
.p-experience-header .p-experience-header__photo .p-experience-header__eardog.is-bosyu {
  background: var(--yellow);
}
.p-experience-header .p-experience-header__photo .p-experience-header__eardog.is-kinjitsu {
  background: #fff;
}
.p-experience-header .p-experience-header__photo .p-experience-header__eardog.is-closing {
  background: var(--light-black, #565656);
  color: #fff;
}
.p-experience-header .p-experience-header__headline {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
}
.p-experience-header .p-experience-header__text {
  -webkit-box-orient: vertical;
  color: var(--light-black);
  display: -webkit-box;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 24px 0 0;
  overflow: hidden;
}
.p-experience-header .p-experience-header__dl {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 74px 1fr;
  margin: 40px 0 0;
}
.p-experience-header .p-experience-header__dl dt {
  background: var(--green, );
  border-radius: 29px;
  color: var(--white);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  padding: 3px 16px;
  text-align: center;
}
.p-experience-header .p-experience-header__dl dd {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 22.72px */
  letter-spacing: 0.8px;
  padding: 3px 0 0;
}
.p-experience-header .p-experience-header__dl dd a {
  font-family: var(--zen-kaku);
  font-size: 13px;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  text-decoration: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
}
.p-experience-header .p-experience-header__dl dd a:hover {
  text-decoration: none;
}

html[lang=en-US] .p-experience-header .p-experience-header__headline,
html[lang=fr-FR] .p-experience-header .p-experience-header__headline {
  font-family: var(--mar);
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .p-experience-header .p-experience-header__text,
html[lang=fr-FR] .p-experience-header .p-experience-header__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-header .p-experience-header__dl,
html[lang=fr-FR] .p-experience-header .p-experience-header__dl {
  grid-template-columns: 80px 1fr;
}
html[lang=en-US] .p-experience-header .p-experience-header__dl dt,
html[lang=fr-FR] .p-experience-header .p-experience-header__dl dt {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
  padding: 3px 8px;
}
html[lang=en-US] .p-experience-header .p-experience-header__dl dd,
html[lang=fr-FR] .p-experience-header .p-experience-header__dl dd {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}

html[lang=fr-FR] .p-experience-header .p-experience-header__dl {
  grid-template-columns: 104px 1fr;
}

.p-experience-cta {
  align-items: flex-start;
  background: #E9D900;
  border-radius: 16px 0px 0px 16px;
  color: var(--Black-text);
  display: inline-flex;
  gap: 2px;
  font-family: var(--zen-kaku);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 110%; /* 16.5px */
  letter-spacing: 0.45px;
  padding: 28px 16px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1), color 0.3s cubic-bezier(0, 0, 0.58, 1), transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  width: fit-content;
  writing-mode: vertical-rl;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .p-experience-cta {
    border-radius: 16px 16px 0 0;
    height: 77px;
    padding: 16px 30px;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translate3d(0, 24px, 0);
    width: 100%;
    writing-mode: horizontal-tb;
  }
}
.p-experience-cta:hover {
  background: var(--Black-text);
  color: #fff;
}
@media screen and (max-width: 650px) {
  .p-experience-cta:hover {
    transform: translate3d(0, 0, 0);
  }
}
.p-experience-cta:hover svg g {
  fill: #fff;
}
.p-experience-cta svg {
  width: 16px;
}
@media screen and (max-width: 650px) {
  .p-experience-cta svg {
    margin: -2px 0 0 2px;
  }
}
.p-experience-cta svg g {
  fill: var(--Black-text);
  transition: fill 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.p-experience-title {
  color: var(--Black-text);
  display: inline-block;
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
}
.p-experience-title::after {
  background: url("images/line-wave.svg") repeat-x left top/48px 5px;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
}

html[lang=en-US] .p-experience-title,
html[lang=fr-FR] .p-experience-title {
  font-family: var(--mar);
  font-size: 20px;
  line-height: 150%; /* 30px */
}

.p-experience-contents {
  margin: 0 auto;
  max-width: 800px;
  padding: 80px 0 0;
}

.p-experience-card {
  display: grid;
  grid-template-columns: 281px 1fr;
}
@media screen and (max-width: 650px) {
  .p-experience-card {
    display: flex;
    flex-direction: column;
  }
}
.p-experience-card .p-experience-card__photo {
  aspect-ratio: 281/281;
  display: block;
  line-height: 0;
}
.p-experience-card .p-experience-card__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-experience-card .p-experience-card__body {
  background: #fff;
  padding: 22px 19px 22px 24px;
}
@media screen and (max-width: 650px) {
  .p-experience-card .p-experience-card__body {
    padding: 24px 20px;
  }
}
.p-experience-card .p-experience-card__headline {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 32.2px */
}
.p-experience-card .p-experience-card__text {
  color: var(--light-black);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 8px 0 0;
}
.p-experience-card .p-experience-card__detail {
  align-items: center;
  display: flex;
  gap: 40px;
  margin: 8px 0 0;
}
.p-experience-card .p-experience-card__detail .p-experience-card__detail-sns {
  align-items: center;
  display: flex;
  gap: 12px;
  list-style: none;
}
.p-experience-card .p-experience-card__detail .p-experience-card__detail-sns li {
  line-height: 0;
}
.p-experience-card .p-experience-card__detail .p-experience-card__detail-sns li a {
  display: inline-block;
}
.p-experience-card .p-experience-card__detail .p-experience-card__detail-sns li a:hover {
  opacity: 0.6;
}
.p-experience-card .p-experience-card__detail .p-experience-card__detail-link {
  color: var(--light-black);
  font-family: var(--zen-kaku);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  text-decoration-line: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
}
.p-experience-card .p-experience-card__detail .p-experience-card__detail-link:hover {
  text-decoration: none;
}

html[lang=en-US] .p-experience-card .p-experience-card__headline,
html[lang=fr-FR] .p-experience-card .p-experience-card__headline {
  font-family: var(--mar);
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-experience-card .p-experience-card__text,
html[lang=fr-FR] .p-experience-card .p-experience-card__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-experience-card .p-experience-card__detail .p-experience-card__detail-link,
html[lang=fr-FR] .p-experience-card .p-experience-card__detail .p-experience-card__detail-link {
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 200;
  line-height: 190%; /* 26.6px */
  letter-spacing: 0.42px;
}

.p-experience-overview {
  margin: 0 auto;
  max-width: 800px;
  padding: 80px 0;
  position: relative;
}
.p-experience-overview::after {
  background: linear-gradient(to right, #D2D2D2, #D2D2D2 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.p-experience-overview .p-experience-overview__list {
  display: grid;
  grid-template-columns: 102px 1fr;
}
.p-experience-overview .p-experience-overview__list dt {
  align-items: center;
  color: var(--Black-text);
  display: flex;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  padding: 13px 10px;
  position: relative;
  width: 105px;
}
.p-experience-overview .p-experience-overview__list dt::after {
  background: linear-gradient(to right, #323232, #323232 2px, transparent 2px, transparent 4px) repeat-x center top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-experience-overview .p-experience-overview__list dd {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  padding: 18px 40px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-experience-overview .p-experience-overview__list dd {
    padding: 18px 0 18px 40px;
  }
}
.p-experience-overview .p-experience-overview__list dd::after {
  background: linear-gradient(to right, #323232, #323232 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-experience-overview .p-experience-overview__map {
  margin: 32px 0 0;
  text-align: right;
  width: 100%;
}
.p-experience-overview .p-experience-overview__map iframe {
  filter: grayscale(100);
  width: 100%;
}
.p-experience-overview .p-experience-overview__map a {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 230.769% */
  letter-spacing: 0.39px;
  margin: 8px 0 0;
  text-decoration-line: underline;
  text-decoration-thickness: 6%; /* 0.78px */
  text-underline-offset: 3px; /* 3.25px */
}
.p-experience-overview .p-experience-overview__map a:hover {
  text-decoration: none;
}
.p-experience-overview .p-experience-overview__text {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  margin: 32px 0 0;
}
.p-experience-overview .p-experience-overview__button {
  margin: 32px auto 0;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .p-experience-overview .p-experience-overview__button {
    width: 100%;
  }
}

html[lang=en-US] .p-experience-overview .p-experience-overview__list,
html[lang=fr-FR] .p-experience-overview .p-experience-overview__list {
  grid-template-columns: 270px 1fr;
}
html[lang=en-US] .p-experience-overview .p-experience-overview__list dt,
html[lang=fr-FR] .p-experience-overview .p-experience-overview__list dt {
  font-family: var(--roboto);
  justify-content: flex-start;
  width: auto;
}
html[lang=en-US] .p-experience-overview .p-experience-overview__list dd,
html[lang=fr-FR] .p-experience-overview .p-experience-overview__list dd {
  font-family: var(--roboto);
}
html[lang=en-US] .p-experience-overview .p-experience-overview__text,
html[lang=fr-FR] .p-experience-overview .p-experience-overview__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}

.p-experience-voice {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-experience-voice {
    padding: 0 0 80px;
  }
}
.p-experience-voice .p-experience-voice__list {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-experience-voice .p-experience-voice__list {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.p-experience-voice .p-experience-voice__list li {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  padding: 0 0 0 29px;
  position: relative;
}
.p-experience-voice .p-experience-voice__list li::before {
  background: linear-gradient(to bottom, #323232, #323232 2px, transparent 2px, transparent 4px) repeat-y left top/1px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}
.p-experience-voice .p-experience-voice__button {
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .p-experience-voice .p-experience-voice__button {
    width: 100%;
  }
}

html[lang=en-US] .p-experience-voice .p-experience-voice__list li,
html[lang=fr-FR] .p-experience-voice .p-experience-voice__list li {
  font-family: var(--roboto);
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
}

.p-experience-other {
  padding: 80px 0;
  position: relative;
}
.p-experience-other::before {
  background: var(--light-gray);
  content: "";
  display: none;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-experience-other::before {
    display: block;
  }
}
.p-experience-other .p-experience-other__headline {
  color: var(--light-black);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
}
.p-experience-other .p-experience-other__button {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 75px;
}
@media screen and (max-width: 650px) {
  .p-experience-other .p-experience-other__button {
    margin: 20px 0 0;
    position: static;
  }
}

html[lang=en-US] .p-experience-other .p-experience-other__headline,
html[lang=fr-FR] .p-experience-other .p-experience-other__headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.p-souvenir-recommend {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 650px) {
  .p-souvenir-recommend {
    padding: 120px 0;
  }
}
.p-souvenir-recommend .p-souvenir-recommend__link {
  display: block;
  line-height: 0;
}
.p-souvenir-recommend a.p-souvenir-recommend__link:hover {
  opacity: 0.8;
}
.p-souvenir-recommend a.p-souvenir-recommend__link:hover .p-souvenir-recommend__photo img {
  transform: scale(1.03);
}
.p-souvenir-recommend .p-souvenir-recommend__photo {
  aspect-ratio: 900/600;
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 80px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-souvenir-recommend .p-souvenir-recommend__photo {
    margin: 42px 0 0;
  }
}
.p-souvenir-recommend .p-souvenir-recommend__photo img {
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 100%;
}
.p-souvenir-recommend .p-souvenir-recommend__headline {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  letter-spacing: 1.6px;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-souvenir-recommend .p-souvenir-recommend__headline {
    font-size: 20px;
    line-height: 142%; /* 28.4px */
    letter-spacing: 1px;
    margin: 12px 0 0;
  }
}
.p-souvenir-recommend .p-souvenir-recommend__headline span {
  background: #1A593D;
  border-radius: 23px;
  color: var(--white, #FFF);
  display: inline-block;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.9px;
  padding: 4px 16px;
}
@media screen and (max-width: 650px) {
  .p-souvenir-recommend .p-souvenir-recommend__headline span {
    font-size: 18px;
    line-height: 18px;
    padding: 8px;
  }
}
.p-souvenir-recommend .p-souvenir-recommend__text {
  color: #565656;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
  margin: 20px 0 0;
  max-width: 700px;
}
@media screen and (max-width: 650px) {
  .p-souvenir-recommend .p-souvenir-recommend__text {
    margin: 10px 0 0;
  }
}

html[lang=en-US] .p-souvenir-recommend .p-souvenir-recommend__headline,
html[lang=fr-FR] .p-souvenir-recommend .p-souvenir-recommend__headline {
  font-family: var(--mar);
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-souvenir-recommend .p-souvenir-recommend__text,
html[lang=fr-FR] .p-souvenir-recommend .p-souvenir-recommend__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.p-souvenir-header .p-souvenir-header__photo {
  display: block;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
}
.p-souvenir-header .p-souvenir-header__photo img {
  width: 100%;
}
.p-souvenir-header .p-souvenir-header__headline {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 0.6px;
}
.p-souvenir-header .p-souvenir-header__text {
  color: #565656;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
  margin: 16px 0 0;
}
@media screen and (max-width: 650px) {
  .p-souvenir-header .p-souvenir-header__text {
    margin: 6px 0 0;
  }
}

html[lang=en-US] .p-souvenir-header .p-souvenir-header__headline,
html[lang=fr-FR] .p-souvenir-header .p-souvenir-header__headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-souvenir-header .p-souvenir-header__text,
html[lang=fr-FR] .p-souvenir-header .p-souvenir-header__text {
  font-family: var(--mar);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}

.p-souvenir-standard {
  padding: 0 0 120px;
}
.p-souvenir-standard .p-souvenir-standard__list {
  display: grid;
  gap: 64px 24px;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  list-style: none;
  padding: 80px 0 0;
}
@media screen and (max-width: 365px) {
  .p-souvenir-standard .p-souvenir-standard__list {
    grid-template-columns: 1fr;
  }
}
.p-souvenir-standard .p-souvenir-standard__list.is-active .p-souvenir-standard__items {
  display: flex;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__items {
  display: none;
  flex-direction: column;
  gap: 21px;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__items:nth-child(-n+6) {
  display: flex;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__photo {
  aspect-ratio: 335/335;
  display: block;
  line-height: 0;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__headline {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 241%; /* 48.2px */
  letter-spacing: 0.6px;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__text p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  overflow: hidden;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__price {
  color: var(--gray);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__producer {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 48px 1fr;
  margin: 16px 0 0;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__producer .p-souvenir-standard__producer-avatar {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 0;
  width: 48px;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__producer .p-souvenir-standard__producer-name {
  color: var(--gray);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  letter-spacing: 0.42px;
}
.p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__buttons {
  display: grid;
  gap: 13px;
  margin: 32px 0 0;
}
.p-souvenir-standard .p-souvenir-standard__more {
  padding: 32px 0 0;
  position: relative;
  text-align: center;
}
.p-souvenir-standard .p-souvenir-standard__more::before {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-souvenir-standard .p-souvenir-standard__more.is-hide {
  display: none;
}

html[lang=en-US] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__headline,
html[lang=fr-FR] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__headline {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 150%; /* 30px */
}
html[lang=en-US] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__text,
html[lang=fr-FR] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__price,
html[lang=fr-FR] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__price {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
html[lang=en-US] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__producer .p-souvenir-standard__producer-name,
html[lang=fr-FR] .p-souvenir-standard .p-souvenir-standard__list .p-souvenir-standard__body .p-souvenir-standard__producer .p-souvenir-standard__producer-name {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}

.p-souvenir-shopping {
  padding: 0 0 110px;
}
@media screen and (max-width: 650px) {
  .p-souvenir-shopping {
    padding: 0 0 120px;
  }
}
.p-souvenir-shopping .p-souvenir-shopping__list {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-souvenir-shopping .p-souvenir-shopping__list {
    grid-template-columns: 1fr;
  }
}
.p-souvenir-shopping .p-souvenir-shopping__list.is-active .p-souvenir-shopping__items {
  display: flex;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items {
  display: none;
  flex-direction: column;
  gap: 21px;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items:nth-child(-n+4) {
  display: flex;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-photo {
  display: block;
  line-height: 0;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-photo img {
  width: 100%;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body h3 {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%; /* 38.64px */
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
  margin: 20px 0 0;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin: 21px 0 0;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dt {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  padding: 4px 0;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dd {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  padding: 4px 0;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dd a {
  text-decoration-line: underline;
  text-decoration-thickness: 5%; /* 0.7px */
  text-underline-offset: 2px; /* 2.38px */
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dd a[target=_blank]::after {
  background: url("images/icon-external.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 -4px -5px;
  width: 16px;
}
.p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dd a:hover {
  text-decoration: none;
}
.p-souvenir-shopping .p-souvenir-shopping__more {
  text-align: center;
}
.p-souvenir-shopping .p-souvenir-shopping__more.is-hide {
  display: none;
}

html[lang=en-US] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body h3,
html[lang=fr-FR] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body h3 {
  font-family: var(--mar);
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body p,
html[lang=fr-FR] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body p {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dt,
html[lang=fr-FR] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dt {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}
html[lang=en-US] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dd,
html[lang=fr-FR] .p-souvenir-shopping .p-souvenir-shopping__list .p-souvenir-shopping__items .p-souvenir-shopping__items-body dl dd {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.42px;
}

.p-souvenir-slider {
  margin: 0 calc(50% - 50vw) 0 auto;
  overflow-x: scroll;
}
.p-souvenir-slider ul {
  display: flex;
  gap: 8px;
  list-style: none;
}
.p-souvenir-slider ul li img {
  max-width: none;
  width: 650px;
}

.p-contact-form.wpforms-container {
  max-width: var(--contents-width);
  padding: 80px 0 150px !important;
  position: relative;
  width: 100% !important;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container {
    padding: 80px 0 120px;
  }
}
.p-contact-form.wpforms-container::before {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1140px) {
  .p-contact-form.wpforms-container::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-contact-form.wpforms-container .wpforms-form {
  margin: 0 auto;
  max-width: 796px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form {
    padding: 0;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  line-height: 0;
  margin: 0 0 12px;
  padding: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-select {
  position: relative;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-select::after {
  border-top: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  bottom: 33px;
  rotate: 135deg;
  width: 12px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html {
  margin: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox {
  margin: 0 0 80px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox {
    margin: 0 0 50px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpforms-field-label {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 28.4px */
  letter-spacing: 1px;
  margin: 0 0 35px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpforms-field-label .wpforms-required-label {
  top: 2px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox fieldset {
  border: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio.is-column ul {
  flex-direction: column;
  align-items: flex-start;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio .wpforms-field-label {
  line-height: 1.2;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  display: inline-block;
  margin: 0 0 7px;
  position: relative;
  width: fit-content;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label::after {
  color: var(--light-black);
  content: "※任意";
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  position: absolute;
  right: -57px;
  top: 3px;
  z-index: -1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label.wpforms-label-hide {
  display: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  margin: 0 0 40px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline {
  color: #000;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  position: relative;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label {
  background: #fff;
  color: #CF5237;
  display: inline-block;
  font-family: var(--zen-kaku);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 184%; /* 25.76px */
  letter-spacing: 0.42px;
  position: absolute;
  right: -58px;
  top: 4px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a {
  text-decoration-thickness: 6.5%; /* 1.04px */
  text-underline-offset: auto;
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a:hover,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 5px;
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 50px;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  max-width: none;
  padding: 7px 20px;
  width: 100%;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: var(--light-gray);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
  border: 1px solid #000;
  box-shadow: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  min-height: 200px;
  padding: 20px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
    gap: 16px 24px;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select {
  cursor: pointer;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox],
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] {
  display: none !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.64px;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0 0 0 30px;
  position: relative;
  text-align: left;
  width: auto;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::before,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::before {
  border: 1px solid #323232;
  border-radius: 2px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 20px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::after {
  background: url("images/icon-checked.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
  transition: opacity 0.1s ease-in-out;
  width: 14px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label {
  color: var(--color-text);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label::before,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label::before {
  background: #323232;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-sublabel {
  display: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox {
  margin: 40px 0 24px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox {
    margin: 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul {
    align-items: center;
    justify-content: center;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox .wpforms-error {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
  margin: 0;
  position: absolute;
  bottom: -56px;
  right: 0;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
    position: static;
    text-align: center;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  background: var(--green, );
  border-radius: 10px;
  box-shadow: none;
  color: var(--white);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  height: 72px;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  padding: 10px;
  position: relative;
  max-width: 366px;
  width: 254px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 38px;
  top: 24px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
    right: 20px;
  }
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full {
  background: transparent;
  border: none;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a:hover {
  text-decoration: none;
}

html[lang=en-US] .p-contact-form.wpforms-container,
html[lang=fr-FR] .p-contact-form.wpforms-container {
  padding: 80px 0 150px !important;
}
html[lang=en-US] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpforms-field-label,
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpforms-field-label {
  font-family: var(--mar);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label::after,
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label::after {
  content: "*Optional";
  right: -68px;
  top: 2px;
}
html[lang=en-US] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
html[lang=en-US] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline,
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline {
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
html[lang=en-US] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label,
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label {
  content: "*Required";
  right: -70px;
  top: 2px;
}

html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label::after {
  content: "*Facultatif";
  right: -78px;
}
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label {
  right: -89px;
}
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul li label {
  max-width: 500px;
}
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul li label::before {
  top: 6px;
}
html[lang=fr-FR] .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul li label::after {
  top: 9px;
}

.p-privacy-body {
  padding: 80px 0 0;
  position: relative;
}
.p-privacy-body::before {
  background: linear-gradient(to right, #565656, #565656 2px, transparent 2px, transparent 4px) repeat-x left top/4px 1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-privacy-body .p-privacy-body__wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.p-privacy-body .p-privacy-body__wrapper h2 {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.72px;
  margin: 32px 0 0;
}
.p-privacy-body .p-privacy-body__wrapper p {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 210%; /* 33.6px */
  letter-spacing: 0.48px;
  margin: 16px 0 0;
}
.p-privacy-body .p-privacy-body__wrapper p:nth-child(1) {
  margin: 0;
}
.p-privacy-body .p-privacy-body__wrapper a {
  text-decoration: underline;
}
.p-privacy-body .p-privacy-body__wrapper a:hover {
  text-decoration: none;
}

html[lang=en-US] .p-privacy-body h2,
html[lang=fr-FR] .p-privacy-body h2 {
  font-family: var(--mar);
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
html[lang=en-US] .p-privacy-body p,
html[lang=fr-FR] .p-privacy-body p {
  color: var(--Black-text, #323232);
  font-family: var(--roboto);
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.48px;
}

.p-thanks-body .p-thanks-headline {
  color: var(--Black-text);
  font-family: var(--zen-old);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 45.44px */
  letter-spacing: 1.6px;
}
.p-thanks-body .p-thanks-text {
  color: var(--Black-text);
  font-family: var(--zen-kaku);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 181%; /* 28.96px */
  letter-spacing: 0.48px;
  margin: 32px 0 0;
}
.p-thanks-body .p-thanks-button {
  margin: 64px 0 0;
  max-width: 175px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-thanks-body .p-thanks-button {
    max-width: none;
  }
}

html[lang=en-US] .p-thanks-body .p-thanks-headline,
html[lang=fr-FR] .p-thanks-body .p-thanks-headline {
  font-family: var(--mar);
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.96px;
}
html[lang=en-US] .p-thanks-body .p-thanks-text,
html[lang=fr-FR] .p-thanks-body .p-thanks-text {
  font-family: var(--roboto);
  font-weight: 300;
  line-height: 190%; /* 30.4px */
  letter-spacing: 0.48px;
}
html[lang=en-US] .p-thanks-body .p-thanks-button,
html[lang=fr-FR] .p-thanks-body .p-thanks-button {
  max-width: 205px;
}

/* フォント
------------------------------------*/
@font-face {
  font-family: "Marcellus";
  font-weight: 400;
  src: url(./fonts/Marcellus/Marcellus-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Flex";
  src: url(./fonts/Roboto_Flex/RobotoFlex-VariableFont_GRAD\,XOPQ\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf) format("truetype");
}/*# sourceMappingURL=style.css.map */