@charset "UTF-8";
/* Reset.css */

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  height: auto;
  width: 100%;
}
body {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "a-otf-ud-shin-go-pr6n", "meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

img {
  height: auto;
  width: 100%;
}

@font-face {
  font-display: swap;
  font-family: "LINESeedJPStd Regular";
  font-style: normal;
  font-weight: normal;
  src: url(https://www.lycbiz.com/static/jp/common/font/LINESeedJP_OTF_Rg.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Rg.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "LINESeedJPStd Thin";
  font-style: normal;
  font-weight: normal;
  src: url(https://www.lycbiz.com/static/jp/common/font/LINESeedJP_OTF_Th.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Th.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "LINESeedJPStd Bold";
  font-style: normal;
  font-weight: normal;
  src: url(https://www.lycbiz.com/static/jp/common/font/LINESeedJP_OTF_Bd.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Bd.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "LINESeedJPStd ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url(https://www.lycbiz.com/static/jp/common/font/LINESeedJP_OTF_Eb.woff2) format("woff2"), url(/static/jp/common/font/LINESeedJP_OTF_Eb.woff) format("woff");
}
:root {
  --color-black: #000;
  --color-black-2: #111;
  --color-blue: #587cf7;
  --color-navy: #000048;
  --color-white-1: #fff;
  --contents-side-padding: 20;
  --contents-width: 1200;
  --design-width: 1440;
  --ff-ls-b: "LINESeedJPStd Bold";
  --ff-ls-eb: "LINESeedJPStd ExtraBold";
  --ff-ls-m: "LINESeedJPStd Regular";
  --ff-ls-t: "LINESeedJPStd Thin";
  --ff-ud-b: "UD新ゴ B", sans-serif;
  --ff-ud-db: "UD新ゴ DB", sans-serif;
  --ff-ud-m: "UD新ゴ M", sans-serif;
  --hover-duration: 0.3s;
  --hover-opacity-ratio: 0.6;
  --root-fz: 16;
}

@media screen and (max-width: 1023px) {
  :root {
    --contents-side-padding: 30;
    --contents-width: 335;
    --design-width: 375;
    --fixed-header-height: 0;
    --line-height: 1.5;
    --minwidth: 320;
  }
}
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
  background-color: var(--color-white-1);
  box-sizing: border-box;
  height: 91px;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 1023px) {
  .l-header {
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    left: 0;
    overflow: visible;
    top: 0;
    transform: none;
    width: 100%;
  }
}
.l-header::before {
  box-shadow: none;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 1024px) {
  .l-header::before {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    content: normal;
  }
}
/*  l-header-container
--------------------------------------------- */
.l-header-container {
  align-items: center;
  display: flex;
  height: 100%;
  padding-inline: calc(41 / var(--design-width) * 100vw) calc(38 / var(--design-width) * 100vw);
}

@media screen and (min-width: 1024px) and (max-width: 1140px) {
  .l-header-container {
    padding-inline: calc(21 / var(--design-width) * 100vw) calc(18 / var(--design-width) * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .l-header-container {
    padding-inline: 16px 0;
  }
}
/*  l-header-logo
--------------------------------------------- */
.l-header-logo {
  flex-shrink: 0;
  margin-right: auto;
  margin-top: 2px;
  width: 302px;
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .l-header-logo {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-logo {
    width: 163px;
  }
}
.l-header-logo__link {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .l-header-logo__link[href] {
    transition: opacity 0.3s;
  }
  .l-header-logo__link[href]:hover {
    opacity: 0.8;
  }
}
.l-header-logo__link img {
  height: auto;
  width: 100%;
}

/*  l-header-menu
--------------------------------------------- */
@media screen and (min-width: 1025px) {
  .l-header-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-menu {
    inset: 50px 0 calc(100% - 50px);
    overflow-y: auto;
    overscroll-behavior-y: none;
    position: fixed;
    scrollbar-width: none;
    transition: bottom 0.5s, visibility 0.5s;
    visibility: hidden;
  }
  .l-header-menu::-webkit-scrollbar {
    display: none;
  }
  .is-menu-opened .l-header-menu {
    bottom: 0;
    top: 50px;
    visibility: visible;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-menu__container {
    background-color: var(--color-white-1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    height: auto;
    overflow-y: auto;
    padding: 0 0 45px;
  }
  .is-animating .l-header-menu__container {
    scrollbar-width: none;
    top: 0;
  }
  .is-animating .l-header-menu__container::-webkit-scrollbar {
    display: none;
  }
}
/*  l-header-nav
--------------------------------------------- */
.l-header-nav {
  display: flex;
  gap: calc(61 / var(--design-width) * 100vw);
}
@media (max-width: 1023px) {
  .l-header-nav {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .l-header-nav {
    gap: calc(35 / var(--design-width) * 100vw);
  }
}
.l-header-nav__list {
  display: flex;
  gap: calc(35 / var(--design-width) * 100vw);
}

@media screen and (max-width: 1023px) {
  .l-header-nav__list {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-nav__list-2 .l-header-nav__item {
    border: none;
  }
  .l-header-nav__list-2 .l-header-nav__item:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-nav__item {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
  }
  .l-header-nav__item:first-of-type {
    border-top: 1px solid #e2e2e2;
  }
  .l-header-nav__item-2:before {
    background: #587cf7;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
  }
  .l-header-nav__item-2:after {
    border-right: 1px solid #000;
    border-top: 1px solid var(--color-black);
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 32px;
    top: 46%;
    transform: rotate(45deg) translateY(-50%);
    width: 4px;
  }
}
.l-header-nav__link {
  color: var(--color-black);
  font-family: var(--ff-ls-b);
  font-size: 1rem;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .l-header-nav__link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-nav__link {
    display: block;
    font-family: var(--ff-ls-m);
    font-size: 0.9375rem;
    letter-spacing: 0.06em;
    padding: 14px 20px 13px 44px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__link:hover {
    text-decoration: underline;
  }
}
.l-header-nav__link-2 {
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .l-header-nav__link-2 {
    display: inline-block;
    margin-top: 45px;
    padding-block: 0;
  }
}

.l-header-nav__link-2::after {
  background: url(/sites/default/files/media/jp/brand/img/icn_link.svg) center no-repeat;
  background-size: contain;
  content: "";
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

@media screen and (max-width: 1023px) {
  .l-header-nav__link::after {
    content: "";
  }
}
/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: none;
  margin: 2px 10px 0 11px;
  outline: none;
  padding: 0 9px 15px;
  position: relative;
  touch-action: manipulation;
}

@media screen and (max-width: 1023px) {
  .l-header-menu-button {
    animation: fadeAnim 0.3s forwards;
    display: block;
    margin: 2px 20px 0 11px;
    opacity: 0;
    padding: 0;
  }
}
.l-header-menu-button::after {
  bottom: 0;
  color: #00003e;
  content: normal;
  font-size: 10px;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .l-header-menu-button::after {
    animation: rotateAnim1 0.3s forwards;
  }
}
@media screen and (max-width: 1023px) {
  .is-menu-opened .l-header-menu-button::after {
    animation: rotateAnim2 0.3s forwards;
  }
}
@keyframes fadeAnim {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateAnim1 {
  0% {
    transform: translateX(-70%) rotate(30deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
@keyframes rotateAnim2 {
  0% {
    transform: translateX(-30%) rotate(-30deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.l-header-menu-button__lines {
  display: block;
  height: 12px;
  position: relative;
  width: 17px;
}

.l-header-menu-button__line {
  background-color: #00003e;
  border-radius: 9999px;
  display: block;
  height: 0;
  left: 0;
  padding-top: 1px;
  position: absolute;
  transition: 0.3s;
  width: 100%;
}

.l-header-menu-button__line--top {
  top: 0;
}

.is-menu-opened .l-header-menu-button__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.l-header-menu-button__line--center {
  margin-top: -1px;
  top: 50%;
}

.is-menu-opened .l-header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
  bottom: 0;
}

.is-menu-opened .l-header-menu-button__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

/* ---------------------------------------------
*   l-container
--------------------------------------------- */
.l-container {
  box-sizing: content-box;
  margin-inline: auto;
  max-width: 1200px;
  position: relative;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
  height: 764px;
  overflow: hidden;
  padding-inline: calc(20 / var(--design-width) * 100vw);
  padding-top: 91px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-kv {
    height: 450px;
    padding-inline: calc(10 / var(--design-width) * 100vw);
    padding-top: 50px;
  }
}
.c-kv__inner {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 307px;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1023px) {
  .c-kv__inner {
    top: 167px;
  }
}
@media (max-width: 1023px) {
  .c-kv__h1ttl {
    margin-inline: auto;
    max-width: calc(211 / var(--design-width) * 100vw);
    width: 100%;
  }
}
.c-kv__link {
  margin-top: 77px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-kv__link {
    margin-top: 34px;
  }
}
.c-kv__btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border: 3px solid var(--color-white-1);
  border-radius: 60px;
  color: var(--color-white-1);
  cursor: pointer;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 1.4375rem;
  gap: 13px;
  height: 97px;
  justify-content: flex-start;
  letter-spacing: 0.055em;
  margin-inline: auto;
  padding-left: 65px;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  width: 419px;
}
@media (max-width: 1023px) {
  .c-kv__btn {
    border: 2px solid var(--color-white-1);
    font-size: 0.875rem;
    gap: 8px;
    height: 60px;
    padding-left: 35px;
    width: 254px;
  }
}
.c-kv__btn:before {
  background: url(/sites/default/files/media/jp/brand/img/icn_movieLink.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 37px;
  width: 37px;
}
@media (max-width: 1023px) {
  .c-kv__btn:before {
    height: 27px;
    width: 27px;
  }
}
.c-kv__btn:hover {
  background: rgb(255, 255, 255);
  color: var(--color-black);
}
.c-kv__btn:hover::before {
  background: url(/sites/default/files/media/jp/brand/img/icn_movieLink_hover.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 37px;
  width: 37px;
}
@media (max-width: 1023px) {
  .c-kv__btn:hover::before {
    height: 27px;
    width: 27px;
  }
}
.c-kv__video {
  border-radius: 17px;
  height: 764px;
  position: relative;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-kv__video {
    border-radius: 12px;
    height: 450px;
  }
}
.c-kv__video:after {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 17px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-kv__video:after {
    border-radius: 12px;
  }
}
.c-kv__video video {
  border-radius: 17px;
  height: 764px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-kv__video video {
    border-radius: 12px;
    height: 450px;
  }
}

/* ---------------------------------------------
*   c-scroll
--------------------------------------------- */
.c-scroll {
  margin-top: 104px;
}
@media (max-width: 1023px) {
  .c-scroll {
    margin-top: 47px;
  }
}

.c-scroll___txt {
  color: var(--color-white-1);
  font-size: calc(12 / var(--root-fz) * 1rem);
  text-align: center;
}

.c-scroll__down {
  background: #8d8d8d;
  height: 89px;
  margin: 0 auto;
  width: 2px;
}
@media (max-width: 1023px) {
  .c-scroll__down {
    height: 46px;
    width: 1px;
  }
}

.c-scroll__down-inner {
  animation: scrollDown 3s ease infinite;
  background: #fff;
  height: 89px;
  margin: 0 auto;
  width: 2px;
}
@media (max-width: 1023px) {
  .c-scroll__down-inner {
    height: 46px;
    width: 1px;
  }
}

@keyframes scrollDown {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
  padding-block: 92px 72px;
  padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
}
@media (max-width: 1023px) {
  .c-section-1 {
    padding-block: 40px 80px;
  }
}
.c-section-1__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .c-section-1__inner {
    flex-direction: column;
    gap: 38px;
  }
}
.c-section-1__h2ttl h2 {
  color: var(--color-black-2);
  font-family: var(--ff-ls-b);
  font-size: calc(64 / var(--root-fz) * 1rem);
  line-height: 1.25;
  text-align: left;
}
@media (max-width: 1110px) {
  .c-section-1__h2ttl h2 {
    font-size: calc(55 / var(--root-fz) * 1rem);
  }
}
@media (max-width: 1023px) {
  .c-section-1__h2ttl h2 {
    font-size: calc(35 / var(--root-fz) * 1rem);
  }
}
.c-section-1__h2ttl-sub {
  color: rgba(17, 17, 17, 0.5);
  display: inline-block;
  font-family: var(--ff-ls-m);
  font-size: calc(19 / var(--root-fz) * 1rem);
  letter-spacing: 0.06em;
  margin-top: calc(6 / var(--design-width) * 100vw);
}
@media (max-width: 1023px) {
  .c-section-1__h2ttl-sub {
    font-size: calc(13 / var(--root-fz) * 1rem);
  }
}
.c-section-1__item {
  font-family: var(--ff-ls-b);
  font-size: calc(18 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 1.889;
}
@media (max-width: 1023px) {
  .c-section-1__item {
    font-size: calc(15 / var(--root-fz) * 1rem);
  }
}
.c-section-1__item:not(:first-of-type) {
  margin-top: calc(28 / var(--design-width) * 100vw);
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
  padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
  padding-top: 160px;
}
@media (max-width: 1023px) {
  .c-section-2 {
    padding-top: 80px;
  }
}
.c-section-2 .l-container {
  max-width: 980px;
}
.c-section-2__inner {
  border-bottom: 1px solid var(--color-black);
  border-top: 1px solid var(--color-black);
}
.c-section-2__body {
  align-items: center;
  display: flex;
  gap: 72px;
  justify-content: flex-start;
  padding-block: 48px 52px;
  padding-inline: 34px 10px;
}
@media (max-width: 1023px) {
  .c-section-2__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 40px;
    padding-inline: 10px;
  }
}
.c-section-2__body:not(:first-of-type) {
  border-top: 1px solid var(--color-black);
}
.c-section-2__ttl {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-section-2__ttl {
    align-items: center;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.c-section-2__ttl-txt {
  font-family: var(--ff-ls-b);
  font-size: 1.4375rem;
  gap: 16px;
  letter-spacing: 0.055em;
  padding-left: calc(21 / var(--design-width) * 100vw);
  position: relative;
}
@media (max-width: 1023px) {
  .c-section-2__ttl-txt {
    color: #587cf7;
    font-size: 0.9375rem;
    padding-left: calc(10 / var(--design-width) * 100vw);
  }
}
.c-section-2__ttl-txt::before {
  background: var(--color-blue);
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 7px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 7px;
}
@media (max-width: 1023px) {
  .c-section-2__ttl-txt::before {
    height: 5px;
    width: 5px;
  }
}
.c-section-2__ttl-sub {
  color: var(--color-black);
  font-family: var(--ff-ls-m);
  font-size: calc(14 / var(--root-fz) * 1rem);
  opacity: 0.5;
  padding-left: calc(21 / var(--design-width) * 100vw);
}
@media (max-width: 1023px) {
  .c-section-2__ttl-sub {
    font-size: calc(12 / var(--root-fz) * 1rem);
    padding-left: 11px;
  }
}
@media (max-width: 1023px) {
  .c-section-2__ttl-sub::before {
    content: "/ ";
  }
}
.c-section-2__txt {
  line-height: calc(51 / 36);
}
.c-section-2__txt-1 {
  font-family: var(--ff-ls-b);
  font-size: 1.75rem;
  letter-spacing: 0.025em;
  line-height: 1.611;
}
@media (max-width: 1023px) {
  .c-section-2__txt-1 {
    font-size: 1.625rem;
    letter-spacing: 0.025em;
    line-height: 1.286;
  }
}
.c-section-2__txt-2 {
  font-family: var(--ff-ls-m);
  font-size: calc(16 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 1.813;
  margin-top: calc(12 / var(--design-width) * 100vw);
}
@media (max-width: 1023px) {
  .c-section-2__txt-2 {
    font-size: calc(14 / var(--root-fz) * 1rem);
    letter-spacing: 0.065em;
    line-height: 1.786;
    margin-top: calc(16 / var(--design-width) * 100vw);
  }
}
.c-section-2__line {
  background: var(--color-black);
  display: inline-block;
  height: 2px;
  margin-bottom: 10px;
  margin-inline: 18px;
  width: 58px;
}
@media (max-width: 1023px) {
  .c-section-2__line {
    margin-inline: 2px;
  }
}
/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
  overflow: hidden;
  padding-inline: 20px;
}
.c-section-3__inner {
  padding-top: 160px;
}
@media (max-width: 1023px) {
  .c-section-3__inner {
    padding-top: 80px;
  }
}
.c-section-3__txt {
  font-family: var(--ff-ls-m);
  font-size: calc(18 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 2.111;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-3__txt {
    font-size: calc(15 / var(--root-fz) * 1rem);
    line-height: 1.8;
    text-align: left;
  }
}
.c-section-3__h2ttl {
  margin-block: 60px 53px;
}
@media (max-width: 1023px) {
  .c-section-3__h2ttl {
    margin-block: 45px;
  }
}
.c-section-3__img {
  margin: 40px calc(50% - 50vw) 0;
}
@media (max-width: 1920px) {
  .c-section-3__img {
    height: 528px;
    position: relative;
    width: 100vw;
  }
}
@media (max-width: 1023px) {
  .c-section-3__img {
    height: auto;
    margin-top: 26px;
  }
}

@media (max-width: 1920px) {
  .c-section-3__img img {
    height: 532px;
    left: 50%;
    object-fit: cover;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
  }
}
@media (max-width: 1023px) {
  .c-section-3__img img {
    height: auto;
    object-fit: contain;
    position: relative;
    width: 100%;
  }
}
.c-section-3__contents {
  margin-inline: auto;
  margin-top: 24px;
  max-width: 980px;
}
@media (max-width: 1023px) {
  .c-section-3__contents {
    margin-top: 94px;
  }
}
.c-section-3__contents--inner {
  height: 1138px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-section-3__contents--inner {
    height: auto;
    margin: 0 calc(50% - 50cqi);
  }
}
.c-section-3__contents--list {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-top: 36px;
}
@media (max-width: 1023px) {
  .c-section-3__contents--list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-template-rows: repeat(3, auto);
    margin-top: 40px;
  }
}
.c-section-3__contents--item {
  background: var(--color-white-1);
  border-radius: 9px;
  position: relative;
}
.c-section-3__contents--item-1 {
  grid-area: 1 / 1 / 2 / 2;
  padding: 30px 36px 180px;
}
@media (max-width: 1023px) {
  .c-section-3__contents--item-1 {
    padding: 27px 34px 185px;
  }
}
.c-section-3__contents--item-2 {
  grid-area: 1 / 2 / 2 / 3;
  padding: 30px 36px 150px;
}
@media (max-width: 1023px) {
  .c-section-3__contents--item-2 {
    grid-area: 2 / 1 / 3 / 2;
    padding: 27px 34px 150px;
  }
}
.c-section-3__contents--item-3 {
  grid-area: 2 / 1 / 3 / 3;
  padding: 32px 83px;
}

@media (max-width: 1190px) {
  .c-section-3__contents--item-3 {
    padding-inline: 40px;
  }
}
@media (max-width: 1023px) {
  .c-section-3__contents--item-3 {
    grid-area: 3 / 1 / 4 / 2;
    padding: 27px 23px 24px;
  }
  .c-section-3__contents--item-3 .c-section-3__contents--item-img {
    margin-top: 29px;
    position: relative;
  }
}
.c-section-3__contents--bg {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1023px) {
  .c-section-3__contents--bg {
    height: 100%;
    margin: 0 calc(50% - 50cqi);
    width: 100%;
  }
}
.c-section-3__contents--bg img {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  height: 1138px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .c-section-3__contents--bg img {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .c-section-3__contents--bg img {
    border-radius: 0;
    object-position: top;
  }
}
.c-section-3__contents--body {
  padding: 65px 72px 0;
}
@media (max-width: 1190px) {
  .c-section-3__contents--body {
    padding-inline: 60px;
  }
}
@media (max-width: 1023px) {
  .c-section-3__contents--body {
    padding-block: 80px 64px;
    padding-inline: 30px;
  }
}
.c-section-3__contents--h3title {
  color: var(--color-white-1);
  font-family: var(--ff-ls-b);
  font-size: 2.1875rem;
  letter-spacing: 0.055em;
  line-height: calc(65 / 43);
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-3__contents--h3title {
    font-size: 2.3125rem;
  }
  .c-section-3__contents--h3title span {
    font-size: 1.125rem;
  }
}
.c-section-3__contents--lead {
  color: var(--color-navy);
  display: inline-block;
  font-family: var(--ff-ls-b);
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 1190px) {
  .c-section-3__contents--lead {
    font-size: 1.3125rem;
  }
}
.c-section-3__contents--num {
  align-items: baseline;
  color: var(--color-navy);
  display: flex;
  font-family: var(--ff-ls-b);
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
  text-align: center;
}
.c-section-3__contents--num-1 {
  font-size: 4.8125em;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media (max-width: 1023px) {
  .c-section-3__contents--num-1 {
    font-size: 4.1875rem;
  }
}
.c-section-3__contents--num-2 {
  font-size: 1.5625rem;
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .c-section-3__contents--num-2 {
    font-size: 1.5625rem;
  }
}
.c-section-3__contents--num-3 {
  align-self: center;
  font-family: var(--ff-ls-m);
  font-size: 2.0625rem;
}
@media (max-width: 1023px) {
  .c-section-3__contents--num-3 {
    font-size: 1.875rem;
  }
}
.c-section-3__contents--num sup {
  align-self: center;
  font-family: var(--ff-ls-m);
  font-size: 0.5rem;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .c-section-3__contents--num sup {
    font-size: 0.5625rem;
  }
}
.c-section-3__contents--num-dotted {
  font-family: var(--ff-ls-m);
}
.c-section-3__contents--txt {
  font-family: var(--ff-ls-m);
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: calc(37 / 21);
  margin-top: 24px;
}
@media (max-width: 1190px) {
  .c-section-3__contents--txt {
    font-size: 1rem;
  }
}
.c-section-3__contents--txt-1 {
  color: var(--color-white-1);
  font-family: var(--ff-ls-b);
  font-size: 1.125rem;
  letter-spacing: 0.055em;
  line-height: calc(48 / 23);
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-3__contents--txt-1 {
    font-size: 1rem;
    margin-top: 42px;
    text-align: left;
  }
}
.c-section-3__contents--txt-bold {
  color: #4e7dff;
  font-family: var(--ff-ls-b);
}
.c-section-3__contents--item-img {
  bottom: 0;
  left: 50%;
  max-width: 100%;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
}
.c-section-3__contents--item-3__title {
  display: flex;
  gap: 74px;
  justify-content: center;
}
.c-section-3__contents--item-3__icon {
  max-width: 70px;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-section-3__contents--item-3__icon {
    display: none;
  }
}
.c-section-3__contents--year {
  margin-top: 25px;
}
.c-section-3__contents--year-txt {
  display: flex;
  font-family: var(--ff-ls-m);
  font-size: 0.875rem;
  gap: 8px;
  justify-content: flex-end;
  letter-spacing: 0.065em;
}
@media (max-width: 1023px) {
  .c-section-3__contents--year {
    margin-top: 12px;
  }
  .c-section-3__contents--year-txt {
    font-size: 0.5625rem;
  }
}

/* ---------------------------------------------
*   c-section-4
--------------------------------------------- */
.c-section-4 {
  padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
}
.c-section-4__inner {
  padding-block: 116px 160px;
}
@media (max-width: 1023px) {
  .c-section-4__inner {
    padding-block: 100px 40px;
  }
}
.c-section-4__h2ttl {
  font-family: var(--ff-ls-b);
  font-size: calc(43 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 1.512;
  text-align: left;
}
@media (max-width: 1023px) {
  .c-section-4__h2ttl {
    font-size: calc(26 / var(--root-fz) * 1rem);
  }
}
.c-section-4__txt {
  font-family: var(--ff-ls-m);
  font-size: calc(16 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 2.125;
  margin-top: calc(34 / var(--design-width) * 100vw);
  text-align: left;
}
@media (max-width: 1023px) {
  .c-section-4__txt {
    font-size: calc(15 / var(--root-fz) * 1rem);
    line-height: 1.8;
    margin-top: calc(24 / var(--design-width) * 100vw);
  }
}
.c-section-4__greenBtn {
  display: inline-block;
  height: 70px;
  margin-top: 48px;
  width: 250px;
}
@media (max-width: 1023px) {
  .c-section-4__greenBtn {
    margin-top: 24px;
    width: 240px;
  }
}
.c-section-4__greenLink {
  align-items: center;
  border: 2px solid #06c755;
  border-radius: 60px;
  color: #06c755;
  display: flex;
  font-family: var(--ff-ls-b);
  font-size: 1.3125rem;
  height: 66px;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  padding-left: 47px;
  position: relative;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
@media (max-width: 1023px) {
  .c-section-4__greenLink {
    font-size: 1.125rem;
    height: 56px;
  }
}
.c-section-4__greenLink:after {
  background: url(/sites/default/files/media/jp/brand/img/icon_btn_arrow1.svg?20250726) center center no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
@media (hover: hover) and (pointer: fine) {
  .c-section-4__greenLink:hover {
    background: #06c755;
    color: var(--color-white-1);
  }
}

.c-section-4__greenLink:hover::after {
  background: url(/sites/default/files/media/jp/brand/img/icon_btn_arrow1_hover.svg?20250726) center center no-repeat;
}
.c-section-4__img {
  margin: 20px auto 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-4__img {
    margin: 26px calc(50% - 50cqi) 0;
    text-align: center;
  }
}
.c-section-4__img img {
  max-width: 980px;
  width: 100%;
}
@media (max-width: 1023px) {
  .c-section-4__img img {
    height: 742px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
  }
}
.c-section-4__link {
  margin-top: 81px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-4__link {
    margin-top: 27px;
  }
}
.c-section-4__link-txt {
  color: var(--color-black);
  font-family: var(--ff-ls-b);
  font-size: calc(23 / var(--root-fz) * 1rem);
  letter-spacing: 0.055em;
  padding-right: 31px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-section-4__link-txt {
    font-size: calc(16 / var(--root-fz) * 1rem);
    padding-right: 26px;
  }
}
.c-section-4__link-txt:after {
  background: url(/sites/default/files/media/jp/brand/img/icn_link-blue.svg) center no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 22px;
}
@media (max-width: 1023px) {
  .c-section-4__link-txt:after {
    height: 16px;
    width: 16px;
  }
}
.c-section-4__notes {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .c-section-4__notes {
    margin-top: 58px;
  }
}
.c-section-4__notes-item {
  align-items: center;
  display: flex;
  font-family: var(--ff-ls-m);
  font-family: var(--ff-ls-m);
  font-size: calc(12 / var(--root-fz) * 1rem);
  gap: calc(10 / var(--design-width) * 100vw);
  width: 530px;
}
@media (max-width: 1023px) {
  .c-section-4__notes-item {
    align-items: flex-start;
    font-size: calc(9 / var(--root-fz) * 1rem);
    gap: 4px;
    letter-spacing: 0.055em;
    width: 100%;
  }
}

/* ---------------------------------------------
*   c-section-5
--------------------------------------------- */
.c-section-5__inner {
  padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
  padding-top: 160px;
}
@media (max-width: 1023px) {
  .c-section-5__inner {
    padding-top: 80px;
  }
}
.c-section-5__h2ttl {
  font-family: var(--ff-ls-b);
  font-size: calc(43 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 1.512;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-5__h2ttl {
    font-size: calc(26 / var(--root-fz) * 1rem);
  }
}
.c-section-5__txt {
  font-family: var(--ff-ls-m);
  font-size: calc(16 / var(--root-fz) * 1rem);
  letter-spacing: 0.065em;
  line-height: 2.125;
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-section-5__txt {
    font-size: calc(15 / var(--root-fz) * 1rem);
    letter-spacing: 0.045em;
    line-height: 1.8;
    margin-top: 24px;
  }
}
.c-section-5__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 72px;
}
@media (max-width: 1023px) {
  .c-section-5__list {
    flex-direction: column;
    margin-top: 36px;
  }
}
.c-section-5__item {
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  width: calc(50% - 16px);
}
@media (max-width: 1023px) {
  .c-section-5__item {
    width: 100%;
  }
}
.c-section-5__link {
  display: block;
  height: 312px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  .c-section-5__link {
    height: 170px;
  }
}
.c-section-5__link:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-section-5__link:after {
  background: url(/sites/default/files/media/jp/brand/img/icn_arrow.svg) center no-repeat;
  background-size: contain;
  bottom: 25px;
  content: "";
  height: 45px;
  position: absolute;
  right: 35px;
  width: 45px;
  z-index: 5;
}
@media (max-width: 1023px) {
  .c-section-5__link:after {
    bottom: 15px;
    height: 32px;
    right: 15px;
    width: 32px;
  }
}
.c-section-5__link:hover .c-section-5__link-img {
  transform: scale(1.1);
}
.c-section-5__link-img {
  height: 312px;
  transition: transform 0.6s ease;
  width: auto;
}
@media (max-width: 1023px) {
  .c-section-5__link-img {
    height: auto;
    transition: transform 0.6s ease;
    width: 100%;
  }
}
.c-section-5__link-txt {
  color: var(--color-white-1);
  left: 50%;
  letter-spacing: 0.055em;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.c-section-5__link-txt1 {
  font-family: var(--ff-ls-eb);
  font-size: calc(44 / var(--root-fz) * 1rem);
  line-height: 1.523;
}
@media (max-width: 1023px) {
  .c-section-5__link-txt1 {
    font-size: calc(27 / var(--root-fz) * 1rem);
    letter-spacing: 0.055em;
  }
}
.c-section-5__link-txt2 {
  display: block;
  font-family: var(--ff-ls-b);
  font-size: calc(17 / var(--root-fz) * 1rem);
  line-height: 1.412;
  margin-top: 18px;
}
@media (max-width: 1023px) {
  .c-section-5__link-txt2 {
    font-size: calc(14 / var(--root-fz) * 1rem);
    letter-spacing: 0.055em;
    margin-top: 4px;
  }
}

.l-pl {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 725px;
}
@media (max-width: 1023px) {
  .l-pl {
    background-attachment: unset;
    height: 434px;
  }
}

.c-pl-1 {
  background-image: url(/sites/default/files/media/jp/brand/img/img_pl-1.png);
  height: 669px;
}
@media (max-width: 1023px) {
  .c-pl-1 {
    background-image: url(/sites/default/files/media/jp/brand/img/img_pl-1_sp.png);
    height: 434px;
  }
}

.c-pl-2 {
  background-image: url(/sites/default/files/media/jp/brand/img/img_pl-2.png);
}
@media (max-width: 1023px) {
  .c-pl-2 {
    background-image: url(/sites/default/files/media/jp/brand/img/img_pl-2_sp.png);
  }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
.c-img {
  line-height: 0;
  margin-top: 200px;
}
@media (max-width: 1023px) {
  .c-img {
    margin-top: 58px;
  }
}

/* ---------------------------------------------
*   modal
--------------------------------------------- */
.c-modal {
  display: none;
}
@media (max-width: 1023px) {
  .c-modal {
    width: auto;
  }
}
.c-modal__inner {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.c-modal__content {
  background: var(--color-black);
  border-radius: 4px;
  margin-inline: auto;
  margin-inline: auto;
  max-width: 1000px;
  padding: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-modal__content video {
  aspect-ratio: 16/9;
  width: 100%;
}
.c-modal__close {
  color: var(--color-white-1);
  cursor: pointer;
  font-size: 1.5625rem;
  font-weight: 400;
  font-weight: bold;
  position: absolute;
  right: -20px;
  top: -20px;
}
@media (max-width: 1023px) {
  .c-modal__close {
    right: 10px;
    top: -30px;
  }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
  background-color: #000;
  padding-block: 65px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-footer {
    padding-block: 30px;
  }
}
.l-footer__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(var(--design-width) * 1px);
  padding-inline: 120px;
}

@media screen and (max-width: 1023px) {
  .l-footer__container {
    display: block;
    max-width: none;
    padding-inline: 30px;
  }
}
.l-footer__copyright {
  color: var(--color-white-1);
  font-size: calc(12 / var(--root-fz) * 1rem);
}

@media screen and (max-width: 1023px) {
  .l-footer__copyright {
    font-size: calc(12 / var(--design-width) * 100vw);
    letter-spacing: 0.03em;
    margin-top: 40px;
    text-align: center;
  }
}
/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav__list {
  align-items: center;
  -moz-column-gap: 46px;
  column-gap: 46px;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .l-footer-nav__list {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-nav__item + .l-footer-nav__item {
    margin-top: calc(12 / var(--design-width) * 100vw);
  }
}
.l-footer-nav__link {
  color: var(--color-white-1);
  display: block;
  font-family: var(--ff-ud-db);
  font-size: calc(13 / var(--root-fz) * 1rem);
  letter-spacing: 0.03em;
  width: -moz-fit-content;
  width: fit-content;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-nav__link {
    transition: opacity var(--hover-duration);
  }
  .l-footer-nav__link:hover {
    opacity: var(--hover-opacity-ratio);
  }
}
@media screen and (max-width: 1023px) {
  .l-footer-nav__link {
    font-size: calc(13 / var(--design-width) * 100vw);
    margin-inline: auto;
  }
}
.scrollUp {
  opacity: 0;
  transform: translateY(1px);
  transition: opacity 2.5s, transform 2.5s;
}
.scrollUp.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.pc_only {
  display: block !important;
}
@media (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 1023px) {
  .sp_only {
    display: block !important;
  }
}
