@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

img {
  vertical-align: bottom;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #231815;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-size: 16px;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a:link {
  color: #231815;
  text-decoration: none;
}

a:visited {
  color: #231815;
}

a:hover {
  color: #231815;
}

a:active {
  color: #231815;
}

.c-page-lead {
  font-size: 0.875rem;
  text-align: center;
}

.c-page-title {
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .c-page-title {
    font-size: 1.75rem;
    margin-top: 32px;
  }
}

.c-tilte-line {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 80px;
  padding-bottom: 20px;
  margin-left: 0;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 65px 4px;
}
@media screen and (min-width: 920px) {
  .c-tilte-line {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.c-tilte-line--l {
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-left: 0;
  background-image: url(/assets/images/common/title_line_l.png);
  background-size: 120px 4px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (min-width: 920px) {
  .c-tilte-line--l {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.c-tilte-line-center {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 120px 4px;
}

.c-tilte-l-line {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 80px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line_g.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 1203px 3px;
}

.c-title-underline {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 16px;
  margin-top: 100px;
}
.c-title-underline--l {
  font-size: 1.25rem;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.c-normal-text-l {
  font-size: 1.125rem;
}
@media screen and (min-width: 920px) {
  .c-normal-text-l {
    font-size: 1.25rem;
  }
}

.c-normal-text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 24px;
}

.c-normal-text-s {
  font-size: 0.875rem;
  font-weight: 400;
}

.c-normal-text-ss {
  font-size: 0.75rem;
  font-weight: 400;
}

.c-tilte-line + .c-normal-text-s {
  margin-top: 16px;
}

.c-text-red {
  color: #E60012;
}

.c-tilte-line + .c-title-underline {
  margin-top: 36px;
}

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

.c-point-list {
  margin: 16px 0;
}
.c-point-list__item {
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-point-list__item::before {
  content: "・";
}

.c-note-list {
  margin-top: 32px;
}
.c-note-list__item {
  margin-top: 16px;
  font-size: 0.75rem;
}

.c-text-strong {
  color: #E60012;
  font-weight: 700;
}

.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  background-color: #fff;
  z-index: 1000;
  top: -80px;
  transition: top 0.3s ease-out, background-color 0s ease-out 0.3s;
}
@media screen and (min-width: 920px) {
  .l-header {
    height: 120px;
    top: -120px;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 200;
}
@media screen and (min-width: 920px) {
  .l-header__inner {
    width: auto;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: auto;
  }
}
.l-header__logo {
  width: 149px;
  height: auto;
  position: absolute;
  top: 21px;
  left: 18px;
  z-index: 200;
}
@media screen and (min-width: 920px) {
  .l-header__logo {
    width: 174px;
    top: 37px;
    left: 20px;
  }
  .l-header__logo-link {
    display: block;
    transition: transform 0.2s ease-out;
  }
  .l-header__logo-link:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-out;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__nav-block {
  width: 850px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .l-header__nav-block {
    right: 20px;
  }
}
.l-header.is-active {
  top: 0;
  transition: all 0.3s ease-out;
}
.l-header.is-active .l-header__inner {
  background-color: #FCF8F4;
  animation: headrMenuOpacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-header.is-active .l-nav__lang {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}
@media screen and (min-width: 920px) {
  .l-header.is-active .l-nav__lang {
    background-color: transparent;
  }
}
.l-header.is-active .l-nav__btn-search {
  display: none;
}
@media screen and (min-width: 920px) {
  .l-header.is-active .l-nav__btn-search {
    display: block;
  }
}
.l-header.is-display {
  top: 0;
  background-color: #fff;
  transition: top 0.3s ease-out;
}
.l-header.is-scroll {
  top: 0;
  transition: top 0.3s ease-out;
}
.l-header.is-transparent {
  background-color: transparent;
  transition: top 0.3s ease-out;
}
.l-header.is-displayScroll {
  top: 0;
  background-color: #fff;
  transition: top 0.3s ease-out;
}

@keyframes headrMenuOpacityIn {
  from {
    background-color: transparent;
  }
  50% {
    background-color: transparent;
  }
  to {
    background-color: #FCF8F4;
  }
}
.is-visible-nav .l-nav {
  display: block;
}
.is-visible-nav .l-nav__lang {
  top: 24px;
  right: 118px;
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.is-visible-nav .l-nav__btn-search {
  top: 20px;
  right: 80px;
}
.is-visible-nav .l-nav__btn-search::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/common/icon_search_on.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.is-visible-nav .l-nav__btn-search:hover:after {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.l-nav {
  display: none;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .l-nav {
    top: 30px;
    right: 0;
    width: auto;
    left: auto;
  }
}
.l-nav.is-active {
  display: block;
}
.l-nav__top {
  display: flex;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
}
.l-nav__main {
  display: flex;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
}
.l-nav__online-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #F00;
  border-radius: 20px;
  color: #F00;
  font-size: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.l-nav__online-link:link {
  color: #F00;
}
.l-nav__online-link:visited {
  color: #F00;
}
@media screen and (min-width: 920px) {
  .l-nav__online-link:hover {
    color: #F00;
    border-color: transparent;
    transition: all 0.3s ease-out;
    background-color: #FCF8F4;
  }
}
.l-nav__online-link:active {
  color: #F00;
}
.l-nav__lang {
  margin-left: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 60px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 920px) {
  .l-nav__lang {
    top: 50px;
    right: 80px;
  }
}
.l-nav__btn-search {
  width: 28px;
  height: 26px;
  display: block;
  position: absolute;
  top: 26px;
  right: 59px;
  z-index: 2;
  background-image: url(/assets/images/common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 920px) {
  .l-nav__btn-search {
    top: 48px;
    right: 72px;
  }
}

.l-nav-top-list {
  display: flex;
}
.l-nav-top-list__item {
  margin: 0 18px 0 0;
  padding: 0 0 0 0;
  letter-spacing: 0.02rem;
}
.l-nav-top-list__item a {
  display: block;
  padding: 4px 18px 4px 32px;
  font-size: 0.875rem;
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right center;
  transition: all 0.3s ease-out;
}
.l-nav-top-list__item a:hover {
  color: #E60012;
  transition: all 0.3s ease-out;
}
.l-nav-top-list__item--corp {
  background-image: url(/assets/images/common/header_icon01.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.l-nav-top-list__item--news {
  background-image: url(/assets/images/common/header_icon02.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
.l-nav-top-list__item--news a {
  background-image: url(/assets/images/common/header_arrow.svg);
  background-size: 7px 8px;
  background-position: right 5px center;
}
.l-nav-top-list__item--store {
  background-image: url(/assets/images/common/header_icon03.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.l-nav-list {
  margin: 18px 0 0 8px;
  display: flex;
}
.l-nav-list__item {
  color: #333;
  margin: 0 23px 0 0;
  padding: 0 20px 0 0;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  background-image: url(/assets/images/common/btn_down.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 6px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .l-nav-list__item {
    transition: color 0.3s ease-out;
  }
  .l-nav-list__item:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .l-nav-list__item a {
    transition: color 0.3s ease-out;
  }
  .l-nav-list__item a:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}
.l-nav-list__item.is-active .l-sub-nav {
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease;
  opacity: 1;
}
.l-nav-list__link {
  display: block;
}

.l-sub-nav {
  width: 304px;
  padding-top: 16px;
  position: absolute;
  top: 100%;
  left: -88px;
  visibility: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.15s ease;
}
.l-sub-nav-list {
  width: 100%;
  padding: 32px 32px 32px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.l-sub-nav-list__item {
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 19px;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 3px top 2px;
}
.l-sub-nav-list__item--parent {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-size: 24px 32px;
  background-position: right 0;
}
.l-sub-nav-list__item--parent .l-sub-nav-list__link {
  padding: 4px 0;
  display: block;
}
.l-sub-nav-list__item--external {
  background-image: url(/assets/images/common/btn_new_window_o.svg);
  background-size: 12px 12px;
  background-position: right 4px top 6px;
}
.l-sub-nav-list__link {
  display: block;
}

.l-nav-lang-list {
  display: flex;
  font-size: 0.75rem;
  font-family: "游ゴシック体", Apple Symbols, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.l-nav-lang-list__item {
  color: #000;
  cursor: default;
}
.l-nav-lang-list__item:last-child {
  margin-left: 8px;
}
.l-nav-lang-list__item:last-child::before {
  content: "/";
  margin-right: 8px;
}
.l-nav-lang-list__link:link {
  text-decoration: underline;
}

.l-search-block {
  width: calc(100% - 30px);
  height: 220px;
  padding: 60px 15px 20px;
  background-color: #fff;
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 920px) {
  .l-search-block {
    width: 1200px;
    height: 254px;
    padding: 60px;
  }
}
.l-search-block__form {
  position: relative;
}
.l-search-block__form::before {
  content: "";
  display: block;
  width: 29px;
  height: 26px;
  background-image: url(/assets/images/common/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 13px;
}
@media screen and (min-width: 920px) {
  .l-search-block__form::before {
    top: 28px;
    left: 30px;
  }
}
.l-search-block__text {
  width: 100%;
  height: 60px;
  padding: 0 40px 0 45px;
  background-color: #f6f6f6;
  border: none;
  border-radius: 40px;
  font-size: 1rem;
}
.l-search-block__text::-moz-placeholder {
  font-size: 0.75rem;
}
.l-search-block__text::placeholder {
  font-size: 0.75rem;
}
@media screen and (min-width: 920px) {
  .l-search-block__text {
    width: 100%;
    height: 80px;
    padding: 0 40px 0 80px;
    background-position: 40px center;
    font-size: 1rem;
  }
  .l-search-block__text::-moz-placeholder {
    font-size: 1rem;
  }
  .l-search-block__text::placeholder {
    font-size: 1rem;
  }
}
.l-search-block__comment {
  margin-top: 26px;
  padding: 0 40px;
  font-size: 0.875rem;
  color: #333;
}
.l-search-block__btn {
  display: block;
  width: 72px;
  height: 54px;
  border-radius: 60px;
  background-color: #E60012;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .l-search-block__btn {
    width: 142px;
    height: 68px;
    font-size: 1rem;
    top: 6px;
    right: 6px;
  }
}
.l-search-block__btn-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: opacity 0.3s ease;
}
.l-search-block__btn-close span {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #333;
  width: 100%;
  height: 2px;
}
.l-search-block__btn-close span:nth-child(1) {
  transform: rotate(45deg);
}
.l-search-block__btn-close span:nth-child(2) {
  transform: rotate(135deg);
}
.l-search-block__btn-close:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.l-search-block.is-active {
  opacity: 1;
  visibility: visible;
}

.l-all-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: auto;
  z-index: 100;
  height: 0;
}
@media screen and (min-width: 920px) {
  .l-all-menu {
    overflow: auto;
  }
}
.l-all-menu__inr {
  margin: 80px auto 0;
  padding: 10px 0 40px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (min-width: 920px) {
  .l-all-menu__inr {
    width: 1200px;
    margin: 120px auto 0;
    padding: 16px 0 40px;
    display: flex;
    justify-content: space-between;
  }
}
.l-all-menu__main {
  width: 100%;
}
@media screen and (min-width: 920px) {
  .l-all-menu__main {
    display: flex;
    flex-wrap: wrap;
    width: 840px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .l-all-menu__under {
    width: 280px;
  }
}
.l-all-menu__lang {
  position: fixed;
  top: 30px;
  right: 72px;
}
@media screen and (min-width: 920px) {
  .l-all-menu__lang {
    display: none;
  }
}
.l-all-menu__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: #FCF8F4;
}
@media screen and (min-width: 920px) {
  .l-all-menu__bg {
    background-color: transparent;
  }
  .l-all-menu__bg::before {
    content: "";
    display: block;
    width: 1000vw;
    height: 1000vw;
    background-color: #FCF8F4;
    position: absolute;
    top: 0;
    left: -450vw;
    border-radius: 50% 50% 0 0;
  }
}
.l-all-menu.is-active {
  height: 100%;
  animation: allMenuBgIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-all-menu.is-active .l-all-menu__inr {
  opacity: 1;
  animation: allMenuOpacityIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-all-menu.is-active .l-all-menu__bg {
  top: 0;
  animation: allMenuCircleInSp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (min-width: 920px) {
  .l-all-menu.is-active .l-all-menu__bg {
    top: -40vh;
    width: 1000vw;
    animation: allMenuCircleIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}
.l-all-menu.is-active .l-all-menu__bg::before {
  width: 150vw;
  min-height: 210vh;
  height: 150vw;
  left: -26vw;
  transition: 1s ease all;
}
.l-all-menu.is-close {
  animation: allMenuBgOut 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-all-menu.is-close .l-all-menu__inr {
  opacity: 0;
  animation: allMenuOpacityOut 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-all-menu.is-close .l-all-menu__bg {
  top: 110vh;
  animation: allMenuCircleOut 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.l-all-menu.is-close .l-all-menu__bg::before {
  width: 1000vw;
  height: 1000vw;
  left: -450vw;
  transition: 1s ease all;
}

@keyframes allMenuOpacityIn {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes allMenuOpacityOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes allMenuCircleInSp {
  from {
    top: 110vh;
  }
  to {
    top: 0;
  }
}
@keyframes allMenuCircleIn {
  from {
    top: 110vh;
  }
  to {
    top: -40vh;
  }
}
@keyframes allMenuCircleOut {
  from {
    top: 0;
  }
  40% {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@media screen and (min-width: 920px) {
  @keyframes allMenuCircleOut {
    from {
      top: 0;
    }
    to {
      top: 100%;
    }
  }
}
@keyframes allMenuBgIn {
  from {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  to {
    background-color: #FCF8F4;
  }
}
@keyframes allMenuBgOut {
  from {
    background-color: #FCF8F4;
  }
  1% {
    background-color: transparent;
  }
  to {
    background-color: transparent;
  }
}
.c-all-menu-list {
  width: calc(100% - 110px);
  margin: 32px auto 0;
}
@media screen and (min-width: 920px) {
  .c-all-menu-list {
    width: 240px;
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 920px) {
  .c-all-menu-list:nth-child(n+4) {
    margin-top: 62px;
  }
}
.c-all-menu-list__item {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
  background-image: url(/assets/images/common/nav_btn_sp.svg);
  background-repeat: no-repeat;
  background-size: 24px 32px;
  background-position: right 0;
}
@media screen and (min-width: 920px) {
  .c-all-menu-list__item {
    background-image: url(/assets/images/common/nav_btn_l.svg);
  }
}
.c-all-menu-list__item .c-all-under-menu-list__link {
  padding: 5px 0;
}
.c-all-menu-list__item.is-active {
  background-image: url(/assets/images/common/nav_btn__active_sp.svg);
}
.c-all-menu-list__item.is-active .c-all-child-menu-list {
  max-height: 500px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 920px) {
  .c-all-menu-list__item.is-active {
    background-image: url(/assets/images/common/nav_btn_l.svg);
  }
}
.c-all-menu-list__link {
  display: flex;
  height: 32px;
  align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 920px) {
  .c-all-menu-list__link {
    pointer-events: all;
    transition: 0.3s all ease-out;
  }
  .c-all-menu-list__link:hover {
    color: #E60012;
    transition: 0.3s all ease-out;
  }
}

.c-all-child-menu-list {
  width: auto;
  height: auto;
  margin: 6px auto 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 920px) {
  .c-all-child-menu-list {
    width: 240px;
    display: block;
    max-height: unset;
  }
}
.c-all-child-menu-list__item {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 12px;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 3px center;
}
@media screen and (min-width: 920px) {
  .c-all-child-menu-list__item--root {
    display: none;
  }
}
.c-all-child-menu-list__item--external {
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-size: 12px 12px;
  background-position: right 4px top 6px;
}
.c-all-child-menu-list__item:first-child {
  margin-top: 18px;
}
.c-all-child-menu-list__link {
  height: 32px;
  display: block;
}
@media screen and (min-width: 920px) {
  .c-all-child-menu-list__link {
    pointer-events: all;
    transition: 0.3s all ease-out;
  }
  .c-all-child-menu-list__link:hover {
    color: #E60012;
    transition: 0.3s all ease-out;
  }
}

.c-all-under-menu-list {
  width: calc(100% - 110px);
  margin: 26px auto 0;
  padding: 12px 0 0;
}
@media screen and (min-width: 920px) {
  .c-all-under-menu-list {
    width: 280px;
  }
}
.c-all-under-menu-list:not(:first-child) {
  margin: 8px auto 0;
  border-top: 1px solid #c4c4c4;
}
.c-all-under-menu-list__item {
  font-size: 0.875rem;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: 4px 8px;
}
.c-all-under-menu-list__item--store {
  background-image: url(/assets/images/common/header_icon03.svg);
  background-size: 31px 36px;
}
.c-all-under-menu-list__item--news {
  background-image: url(/assets/images/common/header_icon02.svg);
  background-size: 31px 36px;
}
.c-all-under-menu-list__item--news .c-all-under-menu-list__link {
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.c-all-under-menu-list__item--corp {
  background-image: url(/assets/images/common/header_icon01.svg);
  background-size: 31px 36px;
}
.c-all-under-menu-list__item--x {
  background-image: url(/assets/images/common/icon_sns_x.png);
}
.c-all-under-menu-list__item--insta {
  background-image: url(/assets/images/common/icon_sns_insta.png);
}
.c-all-under-menu-list__item--youtube {
  background-image: url(/assets/images/common/icon_sns_yt.png);
}
.c-all-under-menu-list__item--facebook {
  background-image: url(/assets/images/common/icon_sns_fb.png);
}
.c-all-under-menu-list__item--club {
  background-image: url(/assets/images/common/icon_club.png);
}
.c-all-under-menu-list__link {
  display: inline-block;
  padding: 12px 24px 12px 44px;
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right center;
  transition: color 0.3s ease-out;
}
.c-all-under-menu-list__link:hover {
  color: #E60012;
  transition: color 0.3s ease-out;
}
.c-all-under-menu-list + .c-all--sub-menu-list {
  border-top: 1px solid #c4c4c4;
  margin: 6px 0 0 0;
  padding: 6px 0 0 0;
}

body.modal-open,
body.search-modal-open {
  overflow: hidden;
}

.l-main {
  padding: 40px 15px 200px;
  margin: 0 auto;
  min-height: 1000px;
}
@media screen and (min-width: 920px) {
  .l-main {
    padding: 60px 0 150px;
  }
}
@media screen and (min-width: 920px) {
  .l-main:has(.p-recruit-sec) {
    padding-bottom: 0;
  }
}
.l-main:has(.p-recruit-sec) + .l-footer {
  background-color: transparent;
}
@media screen and (min-width: 920px) {
  .l-main:has(.p-recruit-sec) + .l-footer {
    position: relative;
    z-index: 10;
    margin-top: -280px;
  }
}
@media screen and (min-width: 920px) {
  .l-main:has(.c-bg01) {
    min-height: 1320px;
  }
}

.l-content {
  margin-top: 54px;
}
@media screen and (min-width: 920px) {
  .l-content {
    margin-top: 64px;
    min-width: 1200px;
  }
}
.l-content__flex {
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .l-content__flex {
    justify-content: space-between;
    flex-direction: row;
    width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 920px) {
  .l-content__main {
    width: 820px;
  }
}
.l-content__sub {
  margin-top: 52px;
}
@media screen and (min-width: 920px) {
  .l-content__sub {
    margin-top: 0;
    padding-bottom: 100px;
    width: 300px;
    position: relative;
  }
}
.l-content__sub--narrow {
  margin-top: 76px;
  padding-left: 30px;
}
@media screen and (min-width: 920px) {
  .l-content__sub--narrow {
    margin-top: 32px;
    padding-left: 0;
    width: 280px;
  }
}

@media screen and (min-width: 920px) {
  .c-sticky-content {
    position: sticky;
    top: 120px;
  }
}

.l-content-inr {
  position: relative;
}
@media screen and (min-width: 920px) {
  .l-content-inr {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0;
  }
}

.l-title-block {
  padding: 110px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .l-title-block {
    padding: 52px 0 0;
  }
}

.l-page-header {
  margin-top: 34px;
}
@media screen and (min-width: 920px) {
  .l-page-header {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
  }
}

.l-page-left-title-block {
  width: 300px;
}
@media screen and (min-width: 920px) {
  .l-page-left-title-block {
    width: 480px;
  }
}
.l-page-left-title-block__title-e {
  color: #E60012;
  font-size: 0.875rem;
}
.l-page-left-title-block__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .l-page-left-title-block__title {
    font-size: 1.75rem;
  }
}
.l-page-left-title-block__text {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .l-page-left-title-block__text {
    margin-top: 24px;
  }
}
.l-page-left-title-block__lead {
  font-size: 1.25rem;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .l-page-left-title-block__lead {
    font-size: 1.5rem;
  }
}

.l-page-header-tab {
  display: flex;
}
.l-page-header-tab .c-anchor-list {
  margin-top: 100px;
}
@media screen and (min-width: 920px) {
  .l-page-header-tab {
    width: 700px;
    justify-content: flex-end;
  }
  .l-page-header-tab .c-anchor-list {
    margin-top: 40px;
  }
}
.l-page-header-tab .c-tab-list {
  margin-top: 16px;
  width: 100%;
}
@media screen and (min-width: 920px) {
  .l-page-header-tab .c-tab-list {
    margin-top: 0;
  }
}
.l-page-header-tab .c-tab-list__item {
  width: 50%;
}

.l-footer {
  background-color: #fff;
  padding: 0 20px;
  padding-top: 40px;
  font-size: 16px;
}
@media screen and (min-width: 920px) {
  .l-footer {
    padding: 0 0;
    padding-top: 60px;
  }
}
.l-footer__inner {
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .l-footer__inner {
    width: 1200px;
    padding: 0 20px;
  }
}
.l-footer__main-block {
  padding: 71px 35px 120px;
  background-color: #fcf7f3;
  border-radius: 12px;
}
@media screen and (min-width: 920px) {
  .l-footer__main-block {
    padding: 48px 60px 80px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
  }
}
.l-footer__copyright {
  font-size: 0.75rem;
  display: block;
  text-align: center;
  padding: 36px 0 20px;
}
@media screen and (min-width: 920px) {
  .l-footer__copyright {
    min-width: 1200px;
    font-size: 0.875rem;
    padding: 20px 0 20px;
  }
}
.l-footer__logo {
  width: 149px;
  margin: 0 auto 64px;
}
@media screen and (min-width: 920px) {
  .l-footer__logo {
    width: 174px;
    margin: 36px 0 0;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__menu-block {
  width: auto;
}
@media screen and (min-width: 920px) {
  .l-footer__menu-block {
    width: 780px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.l-footer-menu-list {
  margin-top: 36px;
}
@media screen and (min-width: 920px) {
  .l-footer-menu-list {
    width: 200px;
  }
  .l-footer-menu-list:nth-child(n+4) {
    margin-top: 60px;
  }
}
.l-footer-menu-list__item {
  margin-top: 16px;
  font-size: 0.875rem;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 3px top 2px;
}
@media screen and (min-width: 920px) {
  .l-footer-menu-list__item {
    margin-top: 17px;
  }
}
.l-footer-menu-list__item--parent {
  font-weight: 700;
  font-size: 1rem;
  height: 32px;
  margin-top: 0;
  padding: 4px 0;
  background-image: url("/assets/images/common/nav_btn_l.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 24px 32px;
}
.l-footer-menu-list__item--external {
  background-image: url(/assets/images/common/btn_new_window_o.svg);
  background-size: 12px 12px;
  background-position: right 4px top 6px;
}
.l-footer-menu-list__link {
  color: #000;
  text-decoration: none;
  text-align: left;
  display: block;
}
@media screen and (min-width: 920px) {
  .l-footer-menu-list__link {
    transition: color 0.3s ease-out;
  }
  .l-footer-menu-list__link:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}

.l-footer-sns-list {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}
@media screen and (min-width: 920px) {
  .l-footer-sns-list {
    margin-top: 42px;
  }
}
.l-footer-sns-list__item {
  width: 48px;
  height: 48px;
  margin: 0 8px;
}
@media screen and (min-width: 920px) {
  .l-footer-sns-list__link {
    transition: opacity 0.3s ease-out;
  }
  .l-footer-sns-list__link:hover {
    opacity: 0.85;
    transition: opacity 0.3s ease-out;
  }
}

.l-footer-under-menu {
  margin-top: 62px;
}
@media screen and (min-width: 920px) {
  .l-footer-under-menu {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
}
.l-footer-under-menu__item {
  margin: 24px 8px 0;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .l-footer-under-menu__item {
    margin: 0 8px;
  }
}
.l-footer-under-menu__link {
  text-decoration: none;
  color: #000;
}

.l-cookie {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #C4C4C4;
  padding: 15px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.l-cookie__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 920px) {
  .l-cookie__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.l-cookie__text {
  font-size: 0.875rem;
  line-height: 1.65;
}
.l-cookie__text a {
  text-decoration: underline;
}

.l-cookie__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 140px;
  height: 32px;
  border: 1px solid #B9B9B9;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #231815 !important;
  position: relative;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}
.l-cookie__btn:hover {
  border-color: #E60012;
  color: #E60012 !important;
}
@media screen and (min-width: 920px) {
  .l-cookie__btn {
    width: 200px;
    height: 48px;
    margin-left: unset;
  }
}
.l-cookie__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 10.72px;
  height: 10.72px;
  background-image: url("../images/common/icon-close.svg");
}

.is-cookie-visible .l-cookie {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.c-section-btn {
  margin: 40px auto 0;
  width: 270px;
  height: 90px;
  background-image: url(/assets/images/common/btn_frame.png);
  background-repeat: no-repeat;
  background-size: 270px 90px;
}
@media screen and (min-width: 920px) {
  .c-section-btn {
    width: 320px;
    height: 108px;
    background-size: 320px 108px;
  }
}
.c-section-btn__link {
  display: flex;
  width: 100%;
  height: 100%;
  color: #E60012;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-size: 30px 48px;
  background-position: right 10px center;
}
.c-section-btn__link:link {
  color: #E60012;
}
.c-section-btn__link:visited {
  color: #E60012;
}
.c-section-btn__link:hover {
  color: #E60012;
}
.c-section-btn__link:active {
  color: #E60012;
}

.c-btn-online {
  width: 280px;
  height: 40px;
  margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
  .c-btn-online {
    display: none;
  }
}
.c-btn-online__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #E60012;
  border: 1px solid #E60012;
  background-color: #fff;
  color: #E60012;
  border-radius: 20px;
  font-size: 0.75rem;
}
@media screen and (min-width: 920px) {
  .c-btn-online__link {
    display: none;
  }
}
.c-btn-online__link:link {
  color: #E60012;
}
.c-btn-online__link:visited {
  color: #E60012;
}
.c-btn-online__link:hover {
  color: #E60012;
}
.c-btn-online__link:active {
  color: #E60012;
}

.c-btn-smalll {
  width: 180px;
  height: 28px;
  margin-top: 16px;
}
.c-btn-smalll--center {
  margin: 16px auto 0;
}
.c-btn-smalll__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #E60012;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url(/assets/images/common/btn_new_window_w.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 6px 6px;
  cursor: pointer;
}
.c-btn-smalll__link:link {
  color: #fff;
}
.c-btn-smalll__link:visited {
  color: #fff;
}
@media screen and (min-width: 920px) {
  .c-btn-smalll__link {
    transition: all 0.2s ease-in;
  }
  .c-btn-smalll__link:hover {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-in;
  }
}
.c-btn-smalll__link:active {
  color: #fff;
}

.c-btn-title__link {
  display: flex;
  min-height: 43px;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-size: 34px 43px;
  background-position: right center;
  padding: 5px 40px 5px 0;
  transition: 0.3s color ease-out;
}
@media screen and (min-width: 920px) {
  .c-btn-title__link:not(.--finished):hover {
    color: #E60012;
    transition: 0.3s color ease-out;
  }
}
.c-btn-title__link.--finished {
  pointer-events: none;
  background-image: unset;
}

.c-btn-title-r {
  display: flex;
  justify-content: flex-end;
}
.c-btn-title-r__link {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 32px;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-size: 32px 42px;
  background-position: right center;
  padding: 5px 40px 5px 0;
  transition: 0.3s color ease-out;
}
@media screen and (min-width: 920px) {
  .c-btn-title-r__link:hover {
    color: #E60012;
    transition: 0.3s color ease-out;
  }
}

.c-anchor-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .c-anchor-list {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.c-anchor-list--v {
  flex-direction: column;
}
.c-anchor-list--v .c-anchor-list__item {
  margin: 0 0 16px 0;
}
@media screen and (min-width: 920px) {
  .c-anchor-list--v .c-anchor-list__link {
    font-size: 0.875rem;
  }
}
.c-anchor-list__item {
  margin: 0 20px 8px 0;
}
@media screen and (min-width: 920px) {
  .c-anchor-list__item {
    margin-right: 40px;
  }
  .c-anchor-list__item:last-child {
    margin-right: 20px;
  }
}
.c-anchor-list__link {
  display: inline-block;
  padding-right: 20px;
  background-image: url(/assets/images/common/btn_down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.875rem;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .c-anchor-list__link:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}

.c-brand-btn {
  width: 150px;
  margin: 32px 0 0 auto;
}
@media screen and (min-width: 920px) {
  .c-brand-btn {
    margin: 32px 0 0 0;
  }
}
.c-brand-btn__link {
  display: flex;
  min-height: 42px;
  font-weight: 700;
  font-size: 0.875rem;
  align-items: center;
  margin-top: 0;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-size: 32px 42px;
  background-position: right center;
  padding: 5px 0;
}
@media screen and (min-width: 920px) {
  .c-brand-btn__link {
    margin: 40px 0 0 0;
    transition: color 0.3s ease-in-out;
  }
}

.c-page-bottom-btn {
  margin: 40px auto 0;
  width: 270px;
  height: 90px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .c-page-bottom-btn {
    margin: 40px auto 0;
    width: 350px;
    height: 120px;
  }
}
.c-page-bottom-btn__link {
  display: flex;
  width: 100%;
  height: 100%;
  color: #E60012;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/common/nav_btn_s.svg), url(/assets/images/common/btn_frame.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 30px 48px, 270px 90px;
  background-position: right 15px center, center;
}
@media screen and (min-width: 920px) {
  .c-page-bottom-btn__link {
    background-position: right 25px center, center;
    background-size: 30px 48px, 360px 120px;
  }
}
.c-page-bottom-btn__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/common/nav_btn_s_w.svg), url(/assets/images/common/btn_frame_on.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 30px 48px, 270px 90px;
  background-position: right 25px center, center;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease-out;
}
@media screen and (min-width: 920px) {
  .c-page-bottom-btn__link::after {
    background-size: 30px 48px, 320px 108px;
  }
}
.c-page-bottom-btn__link:link {
  color: #E60012;
}
.c-page-bottom-btn__link:visited {
  color: #E60012;
}
@media screen and (min-width: 920px) {
  .c-page-bottom-btn__link {
    background-size: 30px 48px, 320px 108px;
    transition: 0.3s all ease-out;
  }
  .c-page-bottom-btn__link:hover {
    color: #fff;
    background-size: 30px 48px, 350px 120px;
    background-position: right 10px center, center;
    transition: 0.3s all ease-out;
    background-image: url(/assets/images/common/nav_btn_s_w.svg), url(/assets/images/common/btn_frame_on.png);
  }
  .c-page-bottom-btn__link:hover::after {
    opacity: 1;
    transition: 0.3s all ease-out;
    background-size: 30px 48px, 350px 120px;
    background-position: right 10px center, center;
  }
}
.c-page-bottom-btn__link:active {
  color: #fff;
}
.c-page-bottom-btn--s .c-page-bottom-btn__link {
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .c-page-bottom-btn--s .c-page-bottom-btn__link {
    font-size: 1rem;
  }
}

.p-products-under-link-list {
  margin: 80px 0 0;
  padding: 0;
}
@media screen and (min-width: 920px) {
  .p-products-under-link-list {
    display: flex;
    justify-content: center;
    margin: 120px auto 0;
    padding: 0;
    width: 1200px;
    padding: 0 10px;
  }
}
.p-products-under-link-list__item {
  width: 100%;
  height: 64px;
}
@media screen and (min-width: 920px) {
  .p-products-under-link-list__item {
    width: 360px;
    height: 80px;
    margin: 0 10px;
  }
}
.p-products-under-link-list__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 920px) {
  .p-products-under-link-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-products-under-link-list__link {
  display: flex;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  background-image: url(/assets/images/common/arrow_red.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-products-under-link-list__link:hover {
    border-color: #E60012;
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .p-products-under-link-list--two .p-products-under-link-list__item {
    margin: 0 30px;
  }
}

.c-eclipse-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 48px auto 0;
}
@media screen and (min-width: 920px) {
  .c-eclipse-menu {
    width: auto;
    margin-top: 80px;
    max-width: none;
    padding: 0 20px;
  }
}
.c-eclipse-menu__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.c-eclipse-menu__title-s {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}
.c-eclipse-menu__item {
  width: 360px;
}
.c-eclipse-menu__item:not(:first-child) {
  margin-top: 106px;
}
@media screen and (min-width: 920px) {
  .c-eclipse-menu__item {
    margin-right: 40px;
  }
  .c-eclipse-menu__item:not(:first-child) {
    margin-top: 0;
  }
  .c-eclipse-menu__item:nth-child(n+4) {
    margin-top: 80px;
  }
}
.c-eclipse-menu__item:nth-child(3n) {
  margin-right: 0;
}
.c-eclipse-menu__text {
  font-size: 1rem;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .c-eclipse-menu__text {
    margin-top: 24px;
  }
}
.c-eclipse-menu__lead {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 6px;
}
.c-eclipse-menu__img {
  margin: 0 auto;
  -webkit-mask-image: url("/assets/images/common/mask_eclipse_menu.svg");
          mask-image: url("/assets/images/common/mask_eclipse_menu.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.c-eclipse-menu__img img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .c-eclipse-menu__img-link:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .c-eclipse-menu__link:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
}

.c-external-link {
  margin: 8px 0 0;
}
@media screen and (min-width: 920px) {
  .c-external-link {
    margin: 16px 0 0;
  }
}
.c-external-link__link {
  display: inline-flex;
  padding-right: 20px;
  width: auto;
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 0.875rem;
}

.c-external-btn {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 700;
  display: none;
}
@media screen and (min-width: 920px) {
  .c-external-btn {
    margin: 80px auto 0;
    width: 360px;
    display: block;
    font-size: 1rem;
  }
}
@media screen and (min-width: 920px) {
  .c-external-btn__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .c-external-btn__link::after {
    content: "";
    width: 60px;
    height: 80px;
    background-color: #E60012;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    background-image: url(/assets/images/common/btn_site.svg);
    background-size: 60px 80px;
    background-repeat: no-repeat;
    background-position: right top;
    transition: all 0.2s ease-out;
  }
  .c-external-btn__link:hover .p-products-brand-btn__text {
    background-color: #E60012;
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .c-external-btn__link:hover::after {
    background-position: right -6px top -8px;
    transition: all 0.2s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .c-external-btn__text {
    width: 298px;
    height: 80px;
    margin-right: 1px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.2s ease-out;
  }
}

.c-external-btn--tearaisheet {
  margin: 40px auto;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  width: 300px;
}
.c-external-btn--tearaisheet .c-external-btn__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.c-external-btn--tearaisheet .c-external-btn__link::after {
  content: "";
  width: 40px;
  height: 60px;
  background-color: #E60012;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
  background-image: url(/assets/images/common/btn_site.svg);
  background-size: 40px 60px;
  background-repeat: no-repeat;
  background-position: right top;
  transition: all 0.2s ease-out;
}
.c-external-btn--tearaisheet .c-external-btn__link:hover .p-products-brand-btn__text {
  background-color: #E60012;
  color: #fff;
  transition: all 0.3s ease-out;
}
.c-external-btn--tearaisheet .c-external-btn__link:hover::after {
  background-position: right -6px top -8px;
  transition: all 0.2s ease-out;
}
.c-external-btn--tearaisheet .c-external-btn__text {
  width: 260px;
  height: 60px;
  margin-right: 1px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.2s ease-out;
}

.c-btn-pagetop {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.c-btn-pagetop__link {
  display: inline-block;
  font-size: 0.875rem;
  padding-right: 40px;
  background-image: url(/assets/images/common/btn_up.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.c-small-external-btn {
  display: inline-block;
}
.c-small-external-btn__link {
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 24px;
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 4px;
}

.l-hamburger {
  width: 45px;
  height: 60px;
  padding: 23px 12.5px;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #E60012;
  z-index: 200;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .l-hamburger {
    width: 60px;
    height: 80px;
    padding: 33px 20px;
    top: 20px;
    right: 20px;
    transition: all 0.3s ease-out;
  }
  .l-hamburger:hover {
    border-radius: 12px;
    transition: all 0.3s ease-out;
  }
  .l-hamburger:hover span {
    transform: scale(1.1);
  }
  .l-hamburger:hover span:nth-child(1) {
    top: 32px;
  }
  .l-hamburger:hover span:nth-child(3) {
    bottom: 32px;
  }
}
.l-hamburger span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 12.5px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .l-hamburger span {
    left: 20px;
  }
}
.l-hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 920px) {
  .l-hamburger span:nth-child(1) {
    top: 33px;
  }
}
.l-hamburger span:nth-child(2) {
  top: calc(50% - 1px);
  transition: opacity 0.3s ease;
}
.l-hamburger span:nth-child(3) {
  bottom: 23px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 920px) {
  .l-hamburger span:nth-child(3) {
    bottom: 33px;
  }
}
.l-hamburger.is-active span:nth-child(1) {
  top: calc(50% - 1px);
  transition: all 0.3s ease;
}
.l-hamburger.is-active span:nth-child(2) {
  transition: opacity 0.3s ease;
}
.l-hamburger.is-active span:nth-child(3) {
  bottom: calc(50% - 1px);
  transition: all 0.3s ease;
}

.l-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcf8f4;
  z-index: 1000;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.l-overlay.is-active {
  opacity: 0.8;
  visibility: visible;
}

.c-table-title {
  margin-top: 48px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .c-table-title {
    margin-top: 32px;
  }
}

.c-table {
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-collapse: collapse;
}
@media screen and (min-width: 920px) {
  .c-table {
    width: 600px;
    margin-top: 8px;
  }
}
.c-table th,
.c-table td {
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  padding: 8px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.c-table th span,
.c-table td span {
  font-weight: 400;
}
.c-table th {
  white-space: nowrap;
}
.c-table thead th {
  background-color: #faf1da;
}
.c-table__cap {
  margin-top: 16px;
  font-size: 0.875rem;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.wp-pagenavi .previouspostslink {
  order: 1;
  width: 18px;
  height: 32px;
  display: block;
  background-image: url(/assets/images/common/nav_prev.svg);
  background-repeat: no-repeat;
  background-size: 18px 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.wp-pagenavi .pages {
  order: 2;
  font-size: 1rem;
  display: inline-block;
  margin: 0 120px;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 920px) {
  .wp-pagenavi .pages {
    margin: 0 80px;
  }
}
.wp-pagenavi .nextpostslink {
  order: 3;
  width: 18px;
  height: 32px;
  display: block;
  background-image: url(/assets/images/common/nav_next.svg);
  background-repeat: no-repeat;
  background-size: 18px 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.c-search-block + .c-search-block {
  margin-top: 24px;
}
.c-search-block__title {
  font-size: 0.875rem;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .c-search-block__title {
    text-align: left;
  }
}
.c-search-block__content {
  display: flex;
  flex-wrap: wrap;
}
.c-search-block__item {
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 0 4px 4px;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 920px) {
  .c-search-block__item {
    margin: 0 4px 8px;
    padding: 4px 22px;
    transition: all 0.2s ease-out;
  }
  .c-search-block__item:hover {
    border-color: #E60012;
    color: red;
    transition: all 0.2s ease-out;
  }
}
.c-search-block__item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-search-block__item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-search-block__item:has(input[type=checkbox]:checked) {
  border: 1px solid #f00;
  color: #f00;
}
.c-search-block__item:has(input[type=radio]:checked) {
  border: 1px solid #f00;
  color: #f00;
}
.c-search-block__btn {
  margin-top: 10px;
  display: flex;
  padding: 14px 10px;
  width: 100%;
  height: 64px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  border: 1px solid #E60012;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #E60012;
  background-image: url("/assets/images/common/icon_search-white.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media screen and (min-width: 920px) {
  .c-search-block__btn {
    margin-top: 20px;
    transition: all 0.2s ease-out;
  }
  .c-search-block__btn:hover {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease-out;
  }
}
.c-search-block__input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  border: 1px solid #c4c4c4;
  font-size: 1rem;
}
.c-search-block__input::-moz-placeholder {
  font-size: 0.875rem;
}
.c-search-block__input::placeholder {
  font-size: 0.875rem;
}
.c-search-block__text {
  margin-top: 20px;
}
@media screen and (min-width: 920px) {
  .c-search-block__text {
    margin-top: 40px;
  }
}
.c-search-block__hint {
  font-size: 0.75rem;
  margin-top: 8px;
}

.c-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px auto 0;
  padding: 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 920px) {
  .c-breadcrumbs-list {
    margin: 64px auto 0;
    padding: 0 20px;
    min-width: 1200px;
  }
}
.c-breadcrumbs-list__item {
  font-size: 0.875rem;
  padding-left: 20px;
  margin-right: 10px;
  background-image: url("/assets/images/common/icon_breadcrum.svg");
  background-repeat: no-repeat;
  background-size: 10px 14px;
  background-position: left 4px;
}
.c-breadcrumbs-list__item:not(:last-child) {
  display: none;
}
@media screen and (min-width: 920px) {
  .c-breadcrumbs-list__item:not(:last-child) {
    display: block;
  }
}
.c-breadcrumbs-list__link {
  text-decoration: none;
  color: #000;
}

.c-news-top-list__item:not(:first-child) {
  margin-top: 8px;
}
.c-news-top-list__link {
  border: 1px solid #b9b9b9;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 6px;
}
@media screen and (min-width: 920px) {
  .c-news-top-list__link {
    padding: 32px;
    transition: border-color 0.3s ease-out;
  }
  .c-news-top-list__link:hover {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.c-news-top-list__header {
  display: flex;
}
.c-news-top-list__date {
  font-size: 0.75rem;
}
.c-news-top-list__cat {
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 24px;
  width: 168px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-news-top-list__title {
  margin-top: 16px;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .c-news-top-list__title {
    font-size: 1.25rem;
  }
}

.c-news-top-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.c-news-top-tag-list__item {
  margin-right: 16px;
  font-size: 0.75rem;
}

.c-news-sec {
  margin: 120px -15px 0;
  padding: 120px 15px 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .c-news-sec {
    margin: 110px auto 0;
    padding: 260px 0 260px;
    min-width: 1200px;
  }
}
.c-news-sec__ .c-news-sec--no-bg {
  background-image: none;
}
@media screen and (min-width: 920px) {
  .c-news-sec__flex {
    display: flex;
    width: 1160px;
    margin: 0 auto;
    justify-content: space-between;
    min-height: 550px;
  }
}
.c-news-sec__menu {
  width: auto;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .c-news-sec__menu {
    width: 200px;
    padding: 30px 0 0;
    text-align: left;
  }
}
.c-news-sec__content {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 920px) {
  .c-news-sec__content {
    width: 960px;
    margin: 0;
    padding: 0;
  }
}
.c-news-sec__title-e {
  color: #E60012;
  font-size: 0.875rem;
}
.c-news-sec__title {
  font-size: 1.25rem;
  margin-top: 12px;
}
@media screen and (min-width: 920px) {
  .c-news-sec__title {
    font-size: 1.25rem;
    margin-top: 24px;
  }
}
.c-news-sec.is-inview .c-news-bg {
  transform: scale(1);
  transition: all 1s ease;
}

.c-news-sec--important {
  min-height: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 920px) {
  .c-news-sec--important {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 920px) {
  .c-news-sec--important .c-news-sec__menu {
    padding-top: 0;
  }
}
@media screen and (min-width: 920px) {
  .c-news-sec--important .c-news-list {
    margin-top: 10px;
  }
}
.c-news-sec--important .c-news-list__title {
  margin-top: 0;
}

.c-news-bg {
  position: absolute;
  top: 0;
  left: calc(50% - 975px);
  width: 1900px;
  height: 100%;
  display: block;
  background-image: url(/assets/images/common/bg_news.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
  transform: scale(0.5, 0.7);
}
@media screen and (min-width: 920px) {
  .c-news-bg {
    background-size: 1900px 1068px;
  }
}

.p-products-news-sec .c-news-sec {
  margin: 0 -15px 0;
  padding: 80px 15px 40px;
  background-image: none;
}
@media screen and (min-width: 920px) {
  .p-products-news-sec .c-news-sec {
    margin: 0 0 0;
    padding: 100px 0 0;
  }
}
.p-products-news-sec .c-news-sec .c-news-bg {
  display: none;
}

.c-news-cat-list {
  margin: 24px 15px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 920px) {
  .c-news-cat-list {
    margin: 48px 0 0;
    display: block;
  }
}
.c-news-cat-list__item {
  font-size: 0.875rem;
  margin-right: 8px;
}
@media screen and (min-width: 920px) {
  .c-news-cat-list__item {
    margin-right: 0;
  }
}
.c-news-cat-list__link {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 24px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  margin-top: 6px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .c-news-cat-list__link:hover {
    color: #E60012;
    border-color: #E60012;
    transition: all 0.3s ease-out;
  }
}
.c-news-cat-list__link.is-active {
  border: 1px solid #E60012;
}

.c-news-list {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .c-news-list {
    width: 960px;
  }
}
.c-news-list.js-tab-panel {
  display: none;
}
.c-news-list__item {
  margin-top: 6px;
}
.c-news-list__header {
  display: flex;
}
.c-news-list__link {
  display: block;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  padding: 24px 20px;
  border-radius: 6px;
}
@media screen and (min-width: 920px) {
  .c-news-list__link {
    display: flex;
    align-items: flex-start;
    padding: 31px 36px;
    transition: border-color 0.3s ease-out;
  }
  .c-news-list__link:hover {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
  .c-news-list__link:hover .c-news-list__title {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}
.c-news-list__date {
  font-size: 0.75rem;
  margin-right: 10px;
}
.c-news-list__cat {
  width: 160px;
  background-color: #f6f6f6;
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.c-news-list__title {
  margin-top: 16px;
  font-size: 0.875rem;
  flex: 1;
}
@media screen and (min-width: 920px) {
  .c-news-list__title {
    margin-top: 0;
    transition: color 0.3s ease-out;
  }
}
.c-news-list.is-active {
  display: block;
}

.c-news-btn {
  margin-top: 36px;
  height: 42px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 920px) {
  .c-news-btn {
    margin-top: 8px;
  }
}
.c-news-btn__link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding-right: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px 43px;
  transition: color 0.3s ease-out;
}
.c-news-btn__link:hover {
  color: #E60012;
  transition: color 0.3s ease-out;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-button-prev {
  width: 24px;
  height: 31px;
  background-image: url(/assets/images/common/nav_prev.svg);
  background-repeat: no-repeat;
  background-position: 6px 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .swiper-button-prev {
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in;
  }
  .swiper-button-prev:hover {
    background-position: left 0;
    transition: all 0.2s ease-in;
  }
}
.swiper-button-prev::after {
  opacity: 0;
}

.swiper-button-next {
  width: 24px;
  height: 31px;
  background-image: url(/assets/images/common/nav_next.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  right: 15px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .swiper-button-next {
    bottom: 0;
    right: 0;
    transition: all 0.2s ease-in;
  }
  .swiper-button-next:hover {
    background-position: right 0;
    transition: all 0.2s ease-in;
  }
}
.swiper-button-next::after {
  opacity: 0;
}

.p-top-slider-outer {
  position: relative;
  padding-bottom: 0;
  margin: 20px -15px 0;
  width: calc(100% + 30px);
}
@media screen and (min-width: 920px) {
  .p-top-slider-outer {
    width: auto;
    min-width: 1200px;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
  }
}

.p-top-slider-wrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 920px) {
  .p-top-slider {
    width: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: visible;
  }
}
.p-top-slider__slide {
  margin: 0 0;
}
@media screen and (min-width: 920px) {
  .p-top-slider__slide {
    width: 300px;
  }
}
.p-top-slider__date {
  margin-top: 20px;
  font-size: 0.75rem;
}
.p-top-slider__title {
  margin-top: 12px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.p-top-slider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.p-top-slider__img img {
  transition: all 0.3s ease-in-out;
}
.p-top-slider__prev {
  position: relative;
  margin-right: 20px;
}
.p-top-slider__next {
  position: relative;
}
.p-top-slider__nav {
  margin-top: 24px;
  height: 42px;
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 920px) {
  .p-top-slider__nav {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    margin: 24px auto 0;
    padding: 0;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider__link:hover .p-top-slider__img {
    border-radius: 24px 24px 12px 24px;
    transition: all 0.3s ease-out;
  }
  .p-top-slider__link:hover .p-top-slider__img img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
  .p-top-slider__link:hover .p-top-slider__title {
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}

@media screen and (min-width: 920px) {
  .p-top-slider-1 .p-top-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
.p-top-slider-1 .p-top-slider__slide {
  width: 70%;
}
@media screen and (min-width: 920px) {
  .p-top-slider-1 .p-top-slider__slide {
    width: 360px;
    margin: 0 30px;
  }
}
.p-top-slider-1 .p-top-slider__prev {
  display: none;
}
.p-top-slider-1 .p-top-slider__next {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-top-slider-2 .p-top-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-2 .p-top-slider__slide {
    width: 360px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-2 .p-top-slider__prev {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-2 .p-top-slider__next {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-3 .p-top-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-3 .p-top-slider__slide {
    width: 360px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-3 .p-top-slider__prev {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-3 .p-top-slider__next {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-4 .p-top-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-4 .p-top-slider__slide {
    width: 360px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-4 .p-top-slider__prev {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-4 .p-top-slider__next {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-5 .p-top-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-5 .p-top-slider__slide {
    width: 360px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-5 .p-top-slider__prev {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-top-slider-5 .p-top-slider__next {
    display: none;
  }
}
.swiper-pagination {
  display: none;
}
@media screen and (min-width: 920px) {
  .swiper-pagination {
    display: block;
    width: auto !important;
    height: 10px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    position: relative !important;
    bottom: unset !important;
    z-index: 2;
  }
}

.swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #E60012;
  border-radius: 50%;
  margin: 0 20px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background-color: #c4c4c4;
}

.swiper-button-prev,
.swiper-button-next {
  top: unset;
  margin-top: 0;
  z-index: 2;
}

.p-top-products-slider-outer {
  width: calc(100% + 30px);
  margin: 0 -15px;
  min-height: 415px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider-outer {
    width: auto;
    margin: 0;
    min-width: 1200px;
    min-height: 490px;
    margin-top: 28px;
    position: relative;
  }
}

.p-top-products-slider {
  margin-top: 0;
  position: relative;
  margin: 0 -15px;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider {
    width: 2000px;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: calc(50% - 1000px);
  }
}
.p-top-products-slider__nav {
  margin-top: 20px;
  position: relative;
  min-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__nav {
    margin-top: 24px;
    width: auto;
    justify-content: center;
  }
}
.p-top-products-slider__nav .swiper-pagination {
  margin: 0 0;
}
.p-top-products-slider__nav .swiper-button-prev {
  position: relative;
  margin-right: 20px;
}
.p-top-products-slider__nav .swiper-button-next {
  position: relative;
  margin-left: 20px;
}
.p-top-products-slider__slider {
  width: auto;
  transition: all 0.8s ease;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__slider {
    width: 420px;
  }
}
.p-top-products-slider__slider.swiper-slide-active .p-top-products-slider__img {
  transform: scale(1.05);
  transition: all 0.8s ease;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__slider.swiper-slide-active .p-top-products-slider__img {
    transform: scale(1.3);
  }
}
.p-top-products-slider__slider.swiper-slide-active .p-top-products-slider__title {
  margin-top: 32px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__slider.swiper-slide-active .p-top-products-slider__title {
    margin-top: 64px;
  }
}
.p-top-products-slider__slider.swiper-slide-active .c-btn-smalll {
  transition: all 0.8s ease;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__slider.swiper-slide-active .c-btn-smalll {
    margin-bottom: 50px;
  }
}
.p-top-products-slider__slider.swiper-slide-next {
  padding-left: 40px;
  transition: all 0.8s ease;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__slider.swiper-slide-next {
    margin-top: 0;
    padding-left: 54px;
  }
}
.p-top-products-slider__slider.swiper-slide-prev {
  padding-right: 40px;
  transition: all 0.8s ease;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__slider.swiper-slide-prev {
    margin-top: 0;
    padding-right: 54px;
  }
}
.p-top-products-slider__img {
  margin: 0 auto;
  -webkit-mask-image: url("/assets/images/common/mask_l.svg");
          mask-image: url("/assets/images/common/mask_l.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 100%;
  aspect-ratio: 420/280;
  margin-top: 34px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__img {
    width: 320px;
  }
}
.p-top-products-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out;
}
.p-top-products-slider__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__img-link:hover img {
    transform: scale(1.05);
    transition: all 0.2s ease-out;
  }
}
.p-top-products-slider__text-link {
  display: block;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__text-link:hover {
    color: #E60012;
    transition: color 0.2s ease-in;
  }
}
.p-top-products-slider__title {
  margin: 16px auto 0;
  width: 210px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.8s ease;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__title {
    width: auto;
    margin-top: 16px;
    transition: all 0.8s ease;
  }
}
.p-top-products-slider__text {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 920px) {
  .p-top-products-slider__text {
    margin-top: 24px;
    margin-bottom: 26px;
  }
}
.p-top-products-slider .c-btn-smalll {
  margin: 0 auto;
  transition: all 0.8s ease;
}
.p-top-products-slider .swiper-pagination {
  width: 678px;
  height: 10px;
  margin: 40px auto 10px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: calc(50% - 339px);
}

@media screen and (min-width: 920px) {
  .p-top-products-slider-3 .p-top-products-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
.p-top-products-slider-3 .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}
.p-top-products-slider-3 .swiper-pagination-bullet.prev-4 {
  background-color: #c4c4c4;
}

.p-top-products-slider-4 .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}
.p-top-products-slider-4 .swiper-pagination-bullet.prev-4 {
  background-color: #c4c4c4;
}

.p-top-products-slider-5 .swiper-pagination-bullet:nth-child(n+6) {
  display: none;
}
.p-top-products-slider-5 .swiper-pagination-bullet.prev-5 {
  background-color: #c4c4c4;
}

.p-top-products-slider-6 .swiper-pagination-bullet:nth-child(n+7) {
  display: none;
}
.p-top-products-slider-6 .swiper-pagination-bullet.prev-6 {
  background-color: #c4c4c4;
}

.p-top-products-slider-7 .swiper-pagination-bullet:nth-child(n+8) {
  display: none;
}
.p-top-products-slider-7 .swiper-pagination-bullet.prev-7 {
  background-color: #c4c4c4;
}

.p-top-catalog-link__link {
  padding: 0 20px;
  line-height: 1;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.2s ease-in;
}

.p-top-enjoy-slider {
  margin: 30px -15px 50px;
  padding: 0 10px;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider {
    width: 1200px;
    min-height: 574px;
    margin: -24px auto 60px;
  }
}
.p-top-enjoy-slider__wrapper {
  width: 100%;
  min-height: 290px;
}
.p-top-enjoy-slider__slider {
  margin-top: 94px;
  transition: margin-top 1s ease !important;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__slider {
    margin-top: 240px;
  }
}
.p-top-enjoy-slider__slider.swiper-slide-next, .p-top-enjoy-slider__slider.swiper-slide-duplicate-next {
  margin-top: 0;
  transition: margin-top 1s ease;
}
.p-top-enjoy-slider__slider.swiper-slide-next + .p-top-enjoy-slider__slider, .p-top-enjoy-slider__slider.swiper-slide-duplicate-next + .p-top-enjoy-slider__slider {
  margin-top: 0;
}
.p-top-enjoy-slider__slider.swiper-slide-prev, .p-top-enjoy-slider__slider.swiper-slide-duplicate-prev {
  margin-top: 94px;
  transition: margin-top 1s ease;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__slider.swiper-slide-prev, .p-top-enjoy-slider__slider.swiper-slide-duplicate-prev {
    margin-top: 240px;
  }
}
.p-top-enjoy-slider__slider.swiper-slide-active, .p-top-enjoy-slider__slider.swiper-slide-duplicate-active {
  margin-top: 40px;
  transition: margin-top 1s ease;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__slider.swiper-slide-active, .p-top-enjoy-slider__slider.swiper-slide-duplicate-active {
    margin-top: 120px;
  }
}
.p-top-enjoy-slider__slider.swiper-slide-active .p-top-enjoy-slider__img, .p-top-enjoy-slider__slider.swiper-slide-duplicate-active .p-top-enjoy-slider__img {
  transform: scale(1.1);
  transition: all 1s ease;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__slider.swiper-slide-active .p-top-enjoy-slider__img, .p-top-enjoy-slider__slider.swiper-slide-duplicate-active .p-top-enjoy-slider__img {
    transform: scale(1.5);
  }
}
.p-top-enjoy-slider__slider.swiper-slide-active .p-top-enjoy-slider__text, .p-top-enjoy-slider__slider.swiper-slide-duplicate-active .p-top-enjoy-slider__text {
  margin-top: 30px;
  transition: all 1s ease;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__slider.swiper-slide-active .p-top-enjoy-slider__text, .p-top-enjoy-slider__slider.swiper-slide-duplicate-active .p-top-enjoy-slider__text {
    margin-top: 70px;
  }
}
.p-top-enjoy-slider__text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
  transition: all 1s ease;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__text {
    margin-top: 20px;
  }
}
.p-top-enjoy-slider__img {
  -webkit-mask-image: url("/assets/images/common/mask_m.svg");
          mask-image: url("/assets/images/common/mask_m.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 3/2;
  transition: all 1s ease;
}
.p-top-enjoy-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__img-link:hover img {
    transform: scale(1.05);
    transition: all 0.2s ease-out;
  }
}
.p-top-enjoy-slider__nav {
  margin: 36px auto 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__nav {
    width: auto;
    justify-content: center;
    margin: 72px auto 0;
  }
}
.p-top-enjoy-slider__nav .swiper-pagination {
  display: none !important;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__nav .swiper-pagination {
    width: 690px;
    display: flex !important;
  }
}
.p-top-enjoy-slider__nav .swiper-pagination {
  margin: 0 0;
}
.p-top-enjoy-slider__nav .swiper-button-prev {
  position: relative;
  margin-right: 20px;
}
.p-top-enjoy-slider__nav .swiper-button-next {
  position: relative;
  margin-left: 20px;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-slider__text-link {
    transition: all 0.2s ease-out;
  }
  .p-top-enjoy-slider__text-link:hover {
    color: #E60012;
    transition: all 0.2s ease-out;
  }
}
.p-top-enjoy-slider .swiper-pagination {
  display: none;
}
.p-products-slider {
  width: 100%;
  margin: 64px auto 24px;
}
@media screen and (min-width: 920px) {
  .p-products-slider {
    width: 1064px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider__wrapper {
    display: flex;
  }
}
.p-products-slider__slider {
  margin: 0 0;
  padding: 0 15px;
}
@media screen and (min-width: 920px) {
  .p-products-slider__slider {
    width: 240px;
    margin: 0 13px;
    padding: 0;
  }
}
.p-products-slider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 6px;
}
.p-products-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-slider__date {
  margin-top: 12px;
  font-size: 0.75rem;
}
.p-products-slider__text {
  margin-top: 12px;
  font-size: 0.875rem;
}
.p-products-slider__link {
  display: block;
}

.p-products-slider-outer {
  width: auto;
  margin: 0 -15px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
    overflow: visible;
  }
}
.p-products-slider-outer .swiper-button-prev {
  position: absolute;
  bottom: 20px;
  left: 28px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer .swiper-button-prev {
    top: 60px;
    bottom: auto;
    left: 20px;
  }
}
.p-products-slider-outer .swiper-button-next {
  position: absolute;
  bottom: 20px;
  right: 28px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer .swiper-button-next {
    top: 60px;
    bottom: auto;
    right: 20px;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.is-no-active .p-products-slider__wrapper {
    justify-content: center;
  }
  .p-products-slider-outer.is-no-active .swiper-button-prev,
  .p-products-slider-outer.is-no-active .swiper-button-next {
    display: none;
  }
}
.p-products-slider-outer.p-products-slider-1 .p-products-slider__wrapper {
  display: flex;
  justify-content: center;
}
.p-products-slider-outer.p-products-slider-1 .swiper-button-prev,
.p-products-slider-outer.p-products-slider-1 .swiper-button-next {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.p-products-slider-2 .p-products-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.p-products-slider-2 .swiper-button-prev,
  .p-products-slider-outer.p-products-slider-2 .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.p-products-slider-3 .p-products-slider__wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.p-products-slider-3 .swiper-button-prev,
  .p-products-slider-outer.p-products-slider-3 .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.p-products-slider-4 .p-products-slider__wrapper {
    display: flex;
    justify-content: center;
  }
  .p-products-slider-outer.p-products-slider-4 .p-products-slider .swiper-slide :nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .p-products-slider-outer.p-products-slider-4 .swiper-button-prev,
  .p-products-slider-outer.p-products-slider-4 .swiper-button-next {
    display: none;
  }
}

.c-tab-list {
  width: auto;
  height: 60px;
  margin: 32px auto 0;
  display: flex;
}
@media screen and (min-width: 920px) {
  .c-tab-list {
    width: 1200px;
    height: 80px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
}
.c-tab-list__item {
  width: 33.3333333333%;
  height: 100%;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-tab-list__item.is-active::before {
  content: "";
  width: 20px;
  height: 9px;
  display: block;
  background-image: url(/assets/images/common/tab_arrow.svg);
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
}
.c-tab-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #E60012;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
}
.c-tab-list__link:link {
  color: #fff;
}
.c-tab-list__link:visited {
  color: #fff;
}
@media screen and (min-width: 920px) {
  .c-tab-list__link {
    transition: color 0.3s ease-out;
  }
  .c-tab-list__link:hover {
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease-out;
  }
}
.c-tab-list__link:active {
  color: #fff;
}

.c-bg-eclipse {
  margin: 0 -15px;
  padding: 0 15px 150px;
  background-color: #FCF8F4;
  background-image: url(/assets/images/common/bg_eclipse_t.png), url(/assets/images/common/bg_eclipse_b.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 125%, 125%;
  background-position: top center, bottom center;
}
@media screen and (min-width: 920px) {
  .c-bg-eclipse {
    margin: 0;
    padding: 1px 0 250px;
  }
}

.c-bg-eclipse-y {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 150px;
  background-color: #FCF8F4;
  background-image: url(/assets/images/common/bg_eclipse_t_y.png), url(/assets/images/common/bg_eclipse_b_y.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 125%, 125%;
  background-position: top center, bottom center;
}
@media screen and (min-width: 920px) {
  .c-bg-eclipse-y {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 250px;
  }
}

.c-bg01 {
  position: absolute;
  width: 100%;
  height: 2000px;
  top: 280px;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .c-bg01 {
    width: 100%;
    min-width: 1200px;
    top: 320px;
  }
}
.c-bg01::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  padding: 20px;
  height: auto;
  left: -60%;
  aspect-ratio: 2800/1085;
  background-image: url(/assets/images/common/bg_page_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transform: rotate(-35deg);
  transform-origin: 57% 220%;
  animation: bgAnime 0.5s ease 0.5s forwards;
}
@media screen and (min-width: 920px) {
  .c-bg01::after {
    width: 2800px;
    left: calc(50% - 1400px);
    transform-origin: 1600px 2400px;
  }
}

@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: rotate(-35deg);
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
.p-bg-bubble-outer {
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-bg-bubble-outer {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    min-height: 1096px;
    margin-top: -98px;
  }
}

.p-bg-bubble {
  position: absolute;
  width: calc(100% + 30px);
  height: auto;
  margin: 0 -15px;
  aspect-ratio: 780/1040;
  top: 0;
  background-image: url(/assets/images/common/bg_bubble_sp.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-bg-bubble {
    width: 1898px;
    min-width: 1200px;
    aspect-ratio: 3796/2142;
    background-image: url(/assets/images/common/bg_bubble.jpg);
    margin: 0;
    top: 50px;
    left: calc(50% - 949px);
  }
}
@media screen and (min-width: 920px) {
  .p-bg-bubble.is-animating {
    -webkit-mask-image: url("/assets/images/corporate-info/top/mask.svg");
            mask-image: url("/assets/images/corporate-info/top/mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 1138.8px 749.7px;
            mask-size: 1138.8px 749.7px;
    animation: fadeinBgPC 0.6s ease 0.2s forwards;
  }
}

@keyframes fadeinBgPC {
  0% {
    -webkit-mask-size: 1138.8px 749.7px;
            mask-size: 1138.8px 749.7px;
  }
  100% {
    -webkit-mask-size: 1898px 1071px;
            mask-size: 1898px 1071px;
  }
}
html {
  transform-origin: center top;
}

body.is-transition .c-breadcrumbs-list ~ *,
body.is-transition main:has(.c-breadcrumbs-list) + footer {
  opacity: 0;
  transform: translateY(40px);
}

.c-breadcrumbs-list ~ *,
main:has(.c-breadcrumbs-list) + footer {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.c-breadcrumbs-list ~ *.is-loading,
main:has(.c-breadcrumbs-list) + footer.is-loading {
  opacity: 1;
  transform: unset;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-totop {
  width: 45px;
  height: 60px;
  border-radius: 6px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #E60012;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  cursor: pointer;
  visibility: hidden;
  transform: translateY(80px);
  transition: all 0.3s ease-out;
}
.l-totop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 920px) {
  .l-totop {
    width: 60px;
    height: 80px;
    bottom: 20px;
    right: 20px;
    transform: translateY(120px);
  }
  .l-totop:hover {
    border-radius: 12px;
  }
  .l-totop:hover img {
    transform: translateY(-5px);
  }
}
.l-totop img {
  width: 20px;
  height: auto;
  transition: all 0.3s ease-out;
}

.c-clipImage {
  position: relative;
  z-index: 0;
}
.c-clipImage svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.c-clipImage svg path {
  transform-origin: center;
}

.c-clipImage--mv .c-clipImage__image {
  transform: unset;
}
.c-clipImage--mv .c-clipImage__bg {
  transform: unset;
}

.c-clipImage__container {
  transform-origin: center;
  transform: scale(0);
}

.c-clipImage__first {
  visibility: hidden;
}

.c-clipImage__image {
  transform: translateY(100px);
  width: 100%;
  clip-path: var(--clip-name);
}
@media screen and (min-width: 920px) {
  .c-clipImage__image {
    transform: translateY(140px);
  }
}
.c-clipImage__image img {
  display: block;
  width: 120%;
  height: 120%;
  max-width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.c-clipImage__bgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c-clipImage__bg {
  width: 100%;
  height: 100%;
  background-color: #FCF8F4;
  clip-path: var(--clip-name);
  transform: translateY(130px);
}
@media screen and (min-width: 920px) {
  .c-clipImage__bg {
    transform: translateY(200px);
  }
}

.c-slideIn {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 920px) {
  .c-slideIn {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
}
@media screen and (min-width: 920px) {
  .c-slideIn[data-direction=top] {
    transform: translateY(-40px);
  }
}
@media screen and (min-width: 920px) {
  .c-slideIn[data-direction=bottom] {
    transform: translateY(40px);
  }
}
.c-slideIn.is-slideIn {
  opacity: 1;
  transform: translateY(0);
}

body:has(.p-top-splash-outer) {
  opacity: 0;
}
body:has(.p-top-splash-outer).is-loaded {
  opacity: 1;
}

.p-top-mv {
  margin: 0 auto 0;
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 400px) {
  .p-top-mv {
    margin-top: -120px;
    margin-bottom: 0;
    width: auto;
    height: 635px;
    height: auto;
    padding: 0;
    background-image: unset;
  }
}
@media (max-width: 768px) {
  .p-top-mv {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 0;
  }
}
.p-top-mv svg g,
.p-top-mv svg path {
  will-change: transform;
}

.p-top-mv__video {
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
}
@media (min-width: 769px) {
  .p-top-mv__video {
    height: 600px;
    width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
}
@media (min-width: 1281px) {
  .p-top-mv__video {
    max-width: 950px;
  }
}
@media (min-width: 920px) and (max-width: 1280px) {
  .p-top-mv__video {
    height: 630px;
  }
}
@media (min-width: 769px) and (max-width: 919px) {
  .p-top-mv__video {
    height: 60.25vw;
  }
}
@media (max-width: 768px) {
  .p-top-mv__video {
    height: 780px;
    max-width: 390px;
    margin-inline: auto;
  }
}
.p-top-mv__video video.line {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-top-mv__video video.line {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.p-top-mv__video video {
  display: none;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .p-top-mv__video video {
    display: none;
  }
}
.p-top-mv__video .lottie-obj {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-top-mv__video .lottie-obj {
    display: block;
    background: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.p-top-mv__video .lottie-obj .transparent-lottie {
  background-color: transparent !important;
  min-width: 2000px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (min-width: 920px) and (max-width: 1280px) {
  .p-top-mv__video .lottie-obj .transparent-lottie {
    min-width: 3000px;
  }
}
@media (min-width: 769px) and (max-width: 919px) {
  .p-top-mv__video .lottie-obj .transparent-lottie {
    min-width: 156.25vw;
    margin-left: -4vw;
  }
}
.p-top-mv__video.--test {
  height: 600px;
}
.p-top-mv__video.--test video {
  display: none !important;
}
.p-top-mv__video.--test .lottie-obj {
  display: block !important;
}
@media (max-width: 919px) {
  .p-top-mv__video.--test .lottie-obj {
    width: 100%;
  }
}
@media (max-width: 919px) {
  .p-top-mv__video.--test .lottie-obj .transparent-lottie {
    min-width: 200%;
  }
}
.p-top-mv__video.--mp4 video {
  display: block !important;
  min-width: 2000px;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px #000);
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (min-width: 920px) and (max-width: 1280px) {
  .p-top-mv__video.--mp4 video {
    min-width: 3000px;
  }
}
@media (min-width: 769px) and (max-width: 919px) {
  .p-top-mv__video.--mp4 video {
    min-width: 156.25vw;
    margin-left: -4vw;
  }
}
.p-top-mv__video.--mp4 video:focus {
  outline: none;
}

.is-mp4 .p-top-mv__video .lottie-obj {
  display: none !important;
}
.is-mp4 .p-top-mv__video video {
  display: block !important;
  min-width: 1798px;
  width: 100%;
  height: calc(100% + 1px);
  outline: none;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
}
@media (min-width: 920px) and (max-width: 1280px) {
  .is-mp4 .p-top-mv__video video {
    min-width: 3000px;
  }
}
@media (min-width: 769px) and (max-width: 919px) {
  .is-mp4 .p-top-mv__video video {
    min-width: 156.25vw;
    margin-left: -4vw;
  }
}
.is-mp4 .p-top-mv__video::after {
  content: "";
  min-width: 1800px;
  width: 1800px;
  height: 100%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}

.p-top-mv__video-replay {
  position: absolute;
  z-index: 10;
  top: 268px;
  left: 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-top-mv__video-replay {
    top: 368px;
    left: 0;
    display: flex;
  }
}
@media (min-width: 920px) and (max-width: 1280px) {
  .p-top-mv__video-replay {
    top: 384px;
    left: 140px;
  }
}
@media (min-width: 769px) and (max-width: 919px) {
  .p-top-mv__video-replay {
    top: 35.5vw;
    left: 3vw;
  }
}
.p-top-mv__video-replay span {
  font-size: 0.875rem;
  color: #E60012;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-top-mv__video-replay span {
    font-size: 1rem;
  }
}
.p-top-mv__video-replay img {
  width: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 920px) {
  .p-top-mv__video-replay img {
    width: 28px;
  }
}
.p-top-mv__video-replay.is-playing {
  opacity: 0;
  visibility: hidden;
}

.p-top-bg01-outer {
  width: 100%;
  height: 2000px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 920px) {
  .p-top-bg01-outer {
    top: 50px;
  }
}
.p-top-bg01-outer.is-animation .p-top-bg01 {
  transform: rotate(0);
  opacity: 1;
  transition: all 1s ease;
}
@media screen and (min-width: 920px) {
  .p-top-bg01-outer {
    min-width: 1200px;
  }
}

.p-top-bg01 {
  position: absolute;
  width: 2170px;
  height: 1100px;
  top: -96px;
  left: calc(50% - 1180px);
  aspect-ratio: 2170/1100;
  background-image: url(/assets/images/top/bg_top.svg);
  background-size: 2170px 1100px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(-35deg);
  transform-origin: 1400px 2170px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-top-bg01 {
    height: 904px;
    top: 0;
    aspect-ratio: 2170/904;
    background-size: 2170px 904px;
  }
}

.p-top-bg02 {
  position: absolute;
  width: 2000px;
  height: 100%;
  top: 0;
  left: calc(50% - 1000px);
  aspect-ratio: 2000/1115;
  background-image: url(/assets/images/top/bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
  z-index: -1;
  transform: scale(0.5, 0.7);
}
@media screen and (min-width: 920px) {
  .p-top-bg02 {
    height: 1115px;
    background-size: 2000px 1115px;
    top: 92px;
  }
}

.p-top-bg03 {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-top-bg03 {
    position: absolute;
    width: 340px;
    height: 288px;
    top: 440px;
    left: calc(50% - 720px);
    z-index: -1;
    display: block;
  }
}
@media screen and (min-width: 920px) {
  .p-top-bg03 .c-clipImage__inner {
    height: 269px;
  }
}
@media screen and (min-width: 920px) {
  .p-top-bg03 .c-clipImage__image {
    height: 100%;
  }
}

.p-top-bg04 {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-top-bg04 {
    position: absolute;
    --image-w: 416;
    --image-h: 343;
    width: 416px;
    height: 343px;
    top: 56px;
    left: calc(50% + 300px);
    display: block;
  }
}

.p-top-important-frame {
  width: 350px;
  height: 80px;
  margin: 0 auto 0;
  padding: 0 0 0;
  position: fixed;
  bottom: calc(10px + var(--cookie-height, 0px));
  left: calc(50% - 175px);
  background-color: #fff;
  border: 2px solid #E60012;
  border-radius: 6px;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s ease, opacity 1s ease, top 0.3s ease-out, bottom 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-top-important-frame {
    width: 360px;
    height: 120px;
    background-color: unset;
    border: none;
    border-radius: 0px;
    background-image: url(/assets/images/top/important_frame.svg);
    background-repeat: no-repeat;
    background-size: 360px auto;
    position: fixed;
    top: calc(100% - 144px - var(--cookie-height, 0px));
    bottom: auto;
    left: auto;
    right: 44px;
    z-index: 10;
  }
}
.p-top-important-frame__logo {
  position: absolute;
  width: 51px;
  height: 34px;
  top: 24px;
  left: 21px;
}
@media screen and (min-width: 920px) {
  .p-top-important-frame__logo {
    top: 43px;
  }
}
.p-top-important-frame__block {
  padding: 15px 10px 10px 85px;
}
@media screen and (min-width: 920px) {
  .p-top-important-frame__block {
    padding: 30px 10px 10px 85px;
  }
}
.p-top-important-frame__title {
  font-size: 0.875rem;
  font-weight: 700;
}
.p-top-important-frame__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-top-important-frame__text {
    margin-top: 6px;
  }
}
.p-top-important-frame__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 920px) {
  .p-top-important-frame__link:hover .p-top-important-frame__text {
    color: #E60012;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
  }
}
.p-top-important-frame.is-loaded {
  opacity: 1;
  transform: translateY(0);
}
.p-top-important-frame.is-hidden {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}

.p-top-sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 48px auto 0;
  width: 280px;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list {
    width: 100%;
    margin: 64px auto 0;
  }
}
.p-top-sns-list__item {
  margin: 2px 1px 0;
  width: 91.3334px;
  height: 68px;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__item {
    width: 80px;
    height: 80px;
  }
}
.p-top-sns-list__item--l {
  width: 106px;
  justify-content: flex-start;
  line-height: 1.5;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__item--l {
    width: 160px;
  }
}
.p-top-sns-list__item--l.is-club {
  width: 170px;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__item--l.is-club {
    width: 200px;
  }
}
.p-top-sns-list__item--l.is-club .p-top-sns-list__link {
  padding: 0;
}
.p-top-sns-list__item--l.is-club img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-sns-list__item--l .p-top-sns-list__link {
  padding: 0 10px;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__item--l .p-top-sns-list__link {
    padding: 0 20px;
  }
}
.p-top-sns-list__item--l .p-top-sns-list__icon {
  width: 24px;
  height: 28px;
  margin: 0 auto 0 10px;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__item--l .p-top-sns-list__icon {
    width: 28px;
    margin: 0;
  }
}
.p-top-sns-list__item--l .p-top-sns-list__icon--club {
  width: 54px;
  height: 54px;
  margin: 0;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__item--l .p-top-sns-list__icon--club {
    margin: 0;
  }
}
.p-top-sns-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (min-width: 920px) {
  .p-top-sns-list__link {
    border: 1px solid #c4c4c4;
    transition: border-color 0.3s ease-out;
  }
  .p-top-sns-list__link:hover {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.p-top-sns-list__icon {
  width: 48px;
  height: 48px;
}

.p-top-section {
  padding: 198px 0 100px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-top-section {
    padding: 332px 0 100px;
    min-width: 1200px;
  }
}
.p-top-section__lead {
  font-size: 0.875rem;
  text-align: center;
}
.p-top-section__title-e {
  color: #E60012;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 24px;
}
.p-top-section__title {
  text-align: center;
  margin-top: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-top-section__text {
  margin-top: 40px;
  text-align: center;
}

.p-top-products-link {
  width: 100%;
  margin: 90px auto 0;
}
@media screen and (min-width: 920px) {
  .p-top-products-link {
    display: flex;
    width: 1120px;
    justify-content: space-between;
  }
}
.p-top-products-link__item {
  height: 64px;
}
@media screen and (min-width: 920px) {
  .p-top-products-link__item {
    width: 360px;
    height: 80px;
  }
}
.p-top-products-link__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-top-products-link__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-top-products-link__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.p-top-products-bnr {
  width: auto;
  margin: 120px auto 0;
}
@media screen and (min-width: 920px) {
  .p-top-products-bnr {
    display: flex;
    justify-content: space-between;
    width: 960px;
    align-items: flex-start;
  }
}
@media (min-width: 640px) {
  .p-top-products-bnr {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.p-top-bnr-list {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-top-bnr-list {
    width: 420px;
    max-width: none;
  }
}
.p-top-bnr-list__item:not(:first-child) {
  margin-top: 16px;
}

.p-top-bnr-frame-list {
  width: 100%;
  max-width: 350px;
  padding: 10px;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  margin: 16px auto 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-top-bnr-frame-list {
    margin-top: 0;
    padding: 10px 20px 20px;
    width: 420px;
    max-width: none;
  }
}
@media (min-width: 640px) {
  .p-top-bnr-frame-list {
    margin-top: 0;
  }
}
.p-top-bnr-frame-list__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-top-bnr-frame-list__item:not(:first-child) {
    margin-top: 14px;
  }
}
.p-top-bnr-frame-list__lead {
  padding-top: 42px;
  color: #E60012;
  font-size: 0.875rem;
  text-align: center;
}
.p-top-bnr-frame-list__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 8px 0 20px;
}
.p-top-bnr-frame-list__note {
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
}
.p-top-bnr-frame-list__btn {
  display: block;
  width: auto;
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: top 0 right 6px;
  margin: 0 -10px;
}
@media screen and (min-width: 920px) {
  .p-top-bnr-frame-list__btn {
    background-position: top 0 right 0;
  }
}

.p-top-enjoy-section {
  margin: 0 -15px;
  padding: 156px 15px 136px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-top-enjoy-section {
    min-width: 1200px;
    margin: 0;
    padding: 240px 0 140px;
  }
}
.p-top-enjoy-section.is-inview .p-top-bg02 {
  transform: scale(1);
  transition: all 1s ease;
}

.p-top-about-sec {
  padding: 120px 15px 100px;
}
@media screen and (min-width: 920px) {
  .p-top-about-sec {
    padding: 74px 0 140px;
    min-width: 1200px;
    overflow: clip;
    z-index: 10;
  }
}
.p-top-about-sec__content {
  margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
  .p-top-about-sec__content {
    width: 480px;
    margin: 24px auto 0;
  }
}

.p-top-about-list {
  margin: 24px 0 74px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 920px) {
  .p-top-about-list {
    margin: 8px 0 0;
  }
}
.p-top-about-list__item {
  margin-top: 24px;
  font-size: 0.875rem;
  width: 45%;
}
@media screen and (min-width: 920px) {
  .p-top-about-list__item {
    font-size: 1rem;
    margin-top: 38px;
    width: 180px;
  }
}
.p-top-about-list__link {
  display: block;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 48px;
}

.p-top-flex {
  max-width: 920px;
  margin: 30px auto 0;
  width: auto;
}
@media screen and (min-width: 920px) {
  .p-top-flex {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto 0;
    padding: 0 60px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-top-flex__content {
    width: 480px;
  }
}
.p-top-flex__content.js-inview {
  transform: translateY(100px);
  opacity: 0;
}
.p-top-flex__content.js-inview.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}
.p-top-flex__block {
  width: 280px;
  margin: 0 auto;
  padding: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-top-flex__block {
    margin: 0 auto;
    padding: 36px 0 0;
    width: 360px;
  }
}
.p-top-flex__title-e {
  color: #E60012;
  font-size: 0.875rem;
}
.p-top-flex__title {
  margin-top: 20px;
}
@media screen and (min-width: 920px) {
  .p-top-flex__title {
    margin-top: 10px;
  }
}
.p-top-flex__text {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-top-flex__text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 920px) {
  .p-top-flex__img-link img {
    transition: all 0.2s ease-out;
  }
  .p-top-flex__img-link:hover img {
    transform: scale(1.05);
    transition: all 0.2s ease-out;
  }
}
.p-top-flex__link {
  display: flex;
  min-height: 43px;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-size: 34px 43px;
  background-position: right 0;
  padding: 5px 0;
}
@media screen and (min-width: 920px) {
  .p-top-flex__link {
    font-size: 1.5rem;
  }
}

.p-top-recruit-sec {
  margin-top: 116px;
}
@media screen and (min-width: 920px) {
  .p-top-recruit-sec {
    margin-top: 154px;
  }
}
.p-top-recruit-sec__img {
  -webkit-mask-image: url("/assets/images/common/mask_m.svg");
          mask-image: url("/assets/images/common/mask_m.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 3/2;
}

.p-top-customer-sec {
  padding: 96px 0 0;
}
@media screen and (min-width: 920px) {
  .p-top-customer-sec {
    padding: 100px 0 0;
  }
}
.p-top-customer-sec__text {
  font-size: 0.875rem;
  text-align: left;
  margin-top: 52px;
}
@media screen and (min-width: 920px) {
  .p-top-customer-sec__text {
    margin-top: 48px;
    text-align: center;
  }
}
.p-top-customer-sec__img {
  -webkit-mask-image: url("/assets/images/common/mask_m.svg");
          mask-image: url("/assets/images/common/mask_m.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  aspect-ratio: 3/2;
}

.p-top-customer {
  margin: 48px auto 64px;
}
@media screen and (min-width: 920px) {
  .p-top-customer {
    width: 960px;
    margin: 48px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  .p-top-customer {
    margin: 48px auto 0;
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-top-customer__content {
  width: 100%;
  max-width: 325px;
  height: 217px;
  background-size: min(100%, 325px) 217px;
  margin: 0 auto;
  background-image: url(/assets/images/common/btn_about_frame.png);
}
@media screen and (min-width: 920px) {
  .p-top-customer__content {
    width: 420px;
    max-width: none;
    height: 280px;
    background-size: 420px 280px;
  }
}
.p-top-customer__content:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-top-customer__content:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 640px) {
  .p-top-customer__content:not(:first-child) {
    margin-top: 0;
  }
}
.p-top-customer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 40px 40px 40px;
  -webkit-mask-image: url("/assets/images/common/mask_3_2.svg");
          mask-image: url("/assets/images/common/mask_3_2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (min-width: 920px) {
  .p-top-customer__link {
    justify-content: flex-start;
    transition: all 0.2s ease-in;
    padding: 80px 40px 40px;
  }
  .p-top-customer__link:hover {
    background-color: #E60012;
    transition: all 0.2s ease-in;
    color: #fff;
  }
  .p-top-customer__link:hover .p-top-customer__title-e {
    transition: all 0.2s ease-in;
    color: #fff;
  }
  .p-top-customer__link:hover .p-top-customer__img::after {
    opacity: 1;
    transition: opacity 0.2s ease-in;
  }
}
.p-top-customer__title-e {
  font-size: 0.875rem;
  color: #E60012;
  font-weight: 700;
  margin-top: 4px;
}
.p-top-customer__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-top-customer__title {
    margin-top: 16px;
  }
}
.p-top-customer__img {
  width: 54px;
  height: 50px;
  position: relative;
}
.p-top-customer__img--contact::after {
  content: "";
  display: block;
  width: 54px;
  height: 50px;
  background-image: url(/assets/images/top/icon_contact_on.svg);
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 1px;
  left: 6px;
  opacity: 0;
}

.p-top-splash-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E60012;
  top: 0;
  left: 0;
  z-index: 1000;
}

.p-top-splash-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  opacity: 0;
}
.p-top-splash-outer .p-top-splash {
  background-color: #E60012;
  transition: all 0.4s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.p-top-splash-outer .p-top-splash__img {
  width: 120px;
  height: auto;
  aspect-ratio: 160/142;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 920px) {
  .p-top-splash-outer .p-top-splash__img {
    width: 160px;
  }
}
.p-top-splash-outer .p-top-splash__img-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-top-splash-outer .p-top-splash__img-on {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: auto;
  aspect-ratio: 160/142;
}
@media screen and (min-width: 920px) {
  .p-top-splash-outer .p-top-splash__img-on {
    width: 160px;
  }
}
.p-top-splash-outer .p-top-splash__img-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-splash-outer.is-loading {
  opacity: 1;
}
.p-top-splash-outer.is-loaded {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.44, 0, 0.56, 1);
}
.p-top-splash-outer.is-finished {
  display: none;
  height: 0;
  overflow: hidden;
}

@keyframes bubbles {
  0% {
    -webkit-mask-position: 0vw 0vh, 9.6vw 30.6vh, 24.6vw 22.1vh, 58.8vw 14.1vh, 92.4vw 13.8vh, 73.1vw 48vh, 58.7vw 64.3vh, 74.4vw 64vh, 32.2vw 76vh, 1.6vw 94.9vh, 24.5vw 94.7vh, 67.8vw 86vh;
            mask-position: 0vw 0vh, 9.6vw 30.6vh, 24.6vw 22.1vh, 58.8vw 14.1vh, 92.4vw 13.8vh, 73.1vw 48vh, 58.7vw 64.3vh, 74.4vw 64vh, 32.2vw 76vh, 1.6vw 94.9vh, 24.5vw 94.7vh, 67.8vw 86vh;
    -webkit-mask-size: auto, 2.2%, 1%, 1.2%, 1.8%, 2%, 0.3%, 0.3%, 0.8%, 0.7%, 1.4%, 1.5%;
            mask-size: auto, 2.2%, 1%, 1.2%, 1.8%, 2%, 0.3%, 0.3%, 0.8%, 0.7%, 1.4%, 1.5%;
    opacity: 1;
  }
  30% {
    -webkit-mask-position: 0vw 0vh, 9.6vw 30.6vh, 24.6vw 22.1vh, 58.8vw 14.1vh, 92.4vw 13.8vh, 73.1vw 48vh, 58.7vw 64.3vh, 74.4vw 64vh, 32.2vw 76vh, 1.6vw 94.9vh, 24.5vw 94.7vh, 67.8vw 86vh;
            mask-position: 0vw 0vh, 9.6vw 30.6vh, 24.6vw 22.1vh, 58.8vw 14.1vh, 92.4vw 13.8vh, 73.1vw 48vh, 58.7vw 64.3vh, 74.4vw 64vh, 32.2vw 76vh, 1.6vw 94.9vh, 24.5vw 94.7vh, 67.8vw 86vh;
    -webkit-mask-size: auto, 2.2%, 1%, 1.2%, 1.8%, 2%, 0.3%, 0.3%, 0.8%, 0.7%, 1.4%, 1.5%;
            mask-size: auto, 2.2%, 1%, 1.2%, 1.8%, 2%, 0.3%, 0.3%, 0.8%, 0.7%, 1.4%, 1.5%;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    height: 100%;
  }
  100% {
    -webkit-mask-position: 0vw 0vh, -44.3vw calc(30.6vh - 53.9vw), 0.1vw calc(22.1vh - 24.5vw), 29.4vw calc(14.1vh - 29.4vw), 46.2vw calc(13.8vh - 46.2vw), 36.6vw calc(48vh - 36.5vw), 50vw calc(64.3vh - 8.7vw), 63.3vw calc(64vh - 11.1vw), 19.4vw calc(76vh - 12.8vw), 0.8vw calc(94.9vh - 0.8vw), 7.4vw calc(94.7vh - 17.1vw), 34.65vw calc(86vh - 33.15vw);
            mask-position: 0vw 0vh, -44.3vw calc(30.6vh - 53.9vw), 0.1vw calc(22.1vh - 24.5vw), 29.4vw calc(14.1vh - 29.4vw), 46.2vw calc(13.8vh - 46.2vw), 36.6vw calc(48vh - 36.5vw), 50vw calc(64.3vh - 8.7vw), 63.3vw calc(64vh - 11.1vw), 19.4vw calc(76vh - 12.8vw), 0.8vw calc(94.9vh - 0.8vw), 7.4vw calc(94.7vh - 17.1vw), 34.65vw calc(86vh - 33.15vw);
    -webkit-mask-size: auto, 110%, 50%, 60%, 90%, 100%, 15%, 15%, 40%, 35%, 70%, 75%;
            mask-size: auto, 110%, 50%, 60%, 90%, 100%, 15%, 15%, 40%, 35%, 70%, 75%;
    opacity: 0;
    display: none;
    height: 0;
  }
}
.p-top-slider__toggle {
  width: 32px;
  height: 32px;
  display: flex;
}
.p-top-slider__toggle.paused .p-top-slider__pause {
  display: none;
}
.p-top-slider__toggle.paused .p-top-slider__start {
  display: block;
}
@media screen and (min-width: 920px) {
  .p-top-slider__toggle {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 920px) {
  .p-top-topicSlider__toggle {
    margin-right: 40px;
  }
}

.p-top-slider__pause {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-slider__start {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-news-sec {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 920px) {
  .p-news-sec {
    margin-top: 12px;
    min-width: 1200px;
  }
}
@media screen and (min-width: 920px) {
  .p-news-sec__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 0;
    width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

.p-news-no-post {
  margin: 200px;
  text-align: center;
}

.p-news-bg {
  width: 1200px;
  height: 196px;
  background-image: url(/assets/images/news/bg_news_sp.png);
  background-repeat: no-repeat;
  background-size: 1200px 196px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-44%);
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-news-bg {
    width: 100%;
    height: 226px;
    background-image: url(/assets/images/news/bg_news.png);
    background-repeat: no-repeat;
    background-size: 2460px 226px;
    background-position: center;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-news-content {
  padding: 0 15px 0;
  margin: 0 -15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 920px) {
  .p-news-content {
    padding: 0 0 0;
    margin: 0;
  }
}
.p-news-content__header {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: -140px;
}
@media screen and (min-width: 920px) {
  .p-news-content__header {
    height: 208px;
  }
}

.p-news-detail {
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-news-detail {
    width: 840px;
  }
}
.p-news-detail__date {
  text-align: right;
  font-size: 0.875rem;
}
.p-news-detail__title {
  margin-top: 32px;
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-news-detail__title {
    margin-top: 58px;
    font-size: 1.75rem;
  }
}
.p-news-detail__title span {
  font-size: 0.75em;
  font-weight: 400;
}
.p-news-detail__title small {
  font-size: 0.85em;
  font-weight: 400;
}

.p-news-detail-cat-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-cat-list {
    margin-top: 24px;
  }
}
.p-news-detail-cat-list__item {
  margin: 8px 8px 0 0;
}
.p-news-detail-cat-list__link {
  display: block;
  font-size: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 20px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-cat-list__link {
    transition: all 0.3s ease-out;
  }
  .p-news-detail-cat-list__link:hover {
    color: #E60012;
    border-color: #E60012;
    transition: all 0.3s ease-out;
  }
}

.p-news-detail-content-list {
  margin-top: 54px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-content-list {
    margin-top: 72px;
  }
}
.p-news-detail-content-list__link {
  font-size: 1rem;
  display: inline-block;
  padding-right: 16px;
  background-image: url(/assets/images/common/arrow_red.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (min-width: 920px) {
  .p-news-detail-content-list__link {
    transition: color 0.3s ease-out;
  }
  .p-news-detail-content-list__link:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}
.p-news-detail-content-list__link[target=_blank] {
  background-image: url(/assets/images/common/btn_new_window.svg);
}
.p-news-detail-content-list__link[href$=".pdf"] {
  background-image: url(/assets/images/common/btn_pdf.svg);
}
.p-news-detail-content-list + .p-news-detail-content-list {
  margin-top: 24px;
}

.p-news-detail-sns-list {
  display: flex;
  width: 176px;
  margin: 64px auto 0;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-news-detail-sns-list {
    margin: 100px auto 0;
  }
}
.p-news-detail-sns-list__item {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-sns-list__link {
    transition: opacity 0.3s ease-out;
  }
  .p-news-detail-sns-list__link:hover {
    opacity: 0.85;
    transition: opacity 0.3s ease-out;
  }
}

.p-news-detail-link-list {
  margin: 48px auto 0;
}
@media screen and (min-width: 920px) {
  .p-news-detail-link-list {
    display: flex;
    width: 1000px;
    margin: 80px auto 0;
    justify-content: space-between;
  }
}
.p-news-detail-link-list__item {
  width: 100%;
  height: 64px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-link-list__item {
    width: 480px;
    height: 80px;
  }
}
.p-news-detail-link-list__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-link-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-news-detail-link-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  background-image: url(/assets/images/common/arrow_red.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 920px) {
  .p-news-detail-link-list__link {
    transition: all 0.3s ease-out;
  }
  .p-news-detail-link-list__link:hover {
    color: #E60012;
    border-color: #E60012;
    transition: all 0.3s ease-out;
  }
}

.p-news-detail-content {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-content {
    margin-top: 64px;
  }
}
.p-news-detail-content h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 60px 0 40px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 65px 4px;
}
.p-news-detail-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 60px 0 40px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 65px 4px;
}
.p-news-detail-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 60px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line_g.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 1203px 3px;
}
.p-news-detail-content h4 {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 16px;
  margin-top: 60px;
}
.p-news-detail-content ul {
  margin-top: 24px;
  list-style: inside disc;
}
.p-news-detail-content ul li {
  margin-left: 0.5em;
}
.p-news-detail-content p {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-news-detail-content p img {
    width: 75%;
    max-width: 640px;
  }
}
.p-news-detail-content .wp-block-image {
  margin-top: 24px;
  max-width: 100%;
}
@media screen and (min-width: 920px) {
  .p-news-detail-content .wp-block-image {
    width: 75%;
    max-width: 640px;
  }
}
.p-news-detail-content .wp-block-image.size-adjust {
  width: 100%;
  max-width: 300px;
}
.p-news-detail-content table {
  margin-top: 24px;
}
.p-news-detail-content .note-list {
  margin-top: 24px;
  list-style: none;
}
.p-news-detail-content .note-list li {
  margin-left: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.p-news-detail-content .note-list li::before {
  content: "※";
}
.p-news-detail-content a {
  text-decoration: underline;
  text-decoration-color: #E60012;
}

.p-news-list-search {
  margin-bottom: 30px;
  margin-left: auto;
  height: 30px;
  padding: 0 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 15px;
  font-size: 0.875rem;
  line-height: 28px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .p-news-list-search {
    display: none;
  }
}

.p-news-list-search-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 80px);
  padding: 100px 20px 80px;
  background-color: #fff;
  display: none;
  margin-top: 0;
  overflow: auto;
}
.p-news-list-search-block.is-active {
  display: block;
}
.p-news-list-search-block .c-search-block__title {
  text-align: left;
}
@media screen and (min-width: 920px) {
  .p-news-list-search-block {
    position: relative;
    width: 300px;
    height: auto;
    padding: 0;
    display: block;
    background-color: transparent;
    z-index: auto;
    overflow: visible;
  }
}
.p-news-list-search-block__btn-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 920px) {
  .p-news-list-search-block__btn-close {
    display: none;
  }
}
.p-news-list-search-block__btn-close span {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #333;
  width: 100%;
  height: 2px;
}
.p-news-list-search-block__btn-close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-news-list-search-block__btn-close span:nth-child(2) {
  transform: rotate(135deg);
}
.p-news-list-search-block__btn-close:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.p-products-list-header {
  display: flex;
  justify-content: space-between;
}
.p-products-list-header .p-products-list-search {
  margin-top: 80px;
  height: 30px;
  padding: 0 20px;
  display: inline-block;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 15px;
  font-size: 0.875rem;
  line-height: 28px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .p-products-list-header .p-products-list-search {
    display: none;
  }
}

.p-products-list-list {
  margin-top: 40px;
}
.p-products-list-list__brand {
  font-size: 0.75rem;
}
@media screen and (min-width: 920px) {
  .p-products-list-list__item {
    display: flex;
    justify-content: space-between;
  }
}
.p-products-list-list__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-products-list-list__item:not(:first-child) {
    margin-top: 100px;
  }
}
.p-products-list-list__link {
  display: block;
}
@media screen and (min-width: 920px) {
  .p-products-list-list__link:not(.--finished):hover .p-products-list-list__img {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.p-products-list-list__img {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-products-list-list__img {
    width: 272px;
    height: 187px;
  }
}
.p-products-list-list__content {
  width: auto;
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-products-list-list__content {
    width: 508px;
    margin-top: 0;
  }
}
.p-products-list-list__title {
  margin-top: 8px;
}
.p-products-list-list__title .c-btn-title__link {
  display: block;
}

.p-products-list-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.p-products-list-tag-list__item {
  font-size: 0.75rem;
  margin-right: 1rem;
}

.p-product-list-search-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  height: calc(100vh - 80px);
  padding: 100px 20px 80px;
  background-color: #fff;
  display: none;
  margin-top: 0;
  overflow: auto;
}
.p-product-list-search-block.is-active {
  display: block;
}
.p-product-list-search-block .c-search-block__title {
  text-align: left;
}
@media screen and (min-width: 920px) {
  .p-product-list-search-block {
    position: relative;
    width: 300px;
    height: auto;
    padding: 0;
    display: block;
    background-color: transparent;
    z-index: auto;
    overflow: visible;
  }
}
.p-product-list-search-block__btn-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 920px) {
  .p-product-list-search-block__btn-close {
    display: none;
  }
}
.p-product-list-search-block__btn-close span {
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #333;
  width: 100%;
  height: 2px;
}
.p-product-list-search-block__btn-close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-product-list-search-block__btn-close span:nth-child(2) {
  transform: rotate(135deg);
}
.p-product-list-search-block__btn-close:hover {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 920px) {
  .p-products-sec {
    min-width: 1200px;
  }
}

.p-products-tilte-line {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 80px;
  padding-bottom: 20px;
  margin-left: 0;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 60px 4px;
}
@media screen and (min-width: 920px) {
  .p-products-tilte-line {
    font-size: 1.5rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 920px) {
  .p-products-category {
    width: 1200px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 920px) {
  .p-products-category-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-products-category-list__item {
  margin: 40px 0 0 0;
  width: auto;
}
@media screen and (min-width: 920px) {
  .p-products-category-list__item {
    margin: 40px 23.5px 0 0;
    width: 272px;
  }
  .p-products-category-list__item:nth-child(4n) {
    margin-right: 0;
  }
}
.p-products-category-list__link {
  display: block;
}
@media screen and (min-width: 920px) {
  .p-products-category-list__link:hover .p-products-category-list__img {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.p-products-category-list__img {
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  transition: border-color 0.3s ease-out;
  display: flex;
  justify-content: center;
}
.p-products-category-list__title {
  margin-top: 16px;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 920px) {
  .p-products-category-list__title {
    margin-top: 8px;
  }
}

.p-products-detail-sec__header {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-products-detail-sec__header {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 28px;
  }
}

.p-products-detail-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 920px) {
  .p-products-detail-logo {
    flex-direction: row;
    width: 478px;
    align-items: center;
  }
}
.p-products-detail-logo__img {
  width: 100px;
  height: auto;
  margin-top: 24px;
  aspect-ratio: 120/80;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-products-detail-logo__img {
    margin: 0;
    width: 120px;
  }
}
.p-products-detail-logo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-detail-logo__text {
  font-size: 0.75rem;
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-logo__text {
    margin-top: 0;
  }
}

.p-products-detail-brand-btn {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-btn {
    width: 358px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-btn__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .p-products-detail-brand-btn__link:hover .p-products-detail-brand-btn__text {
    background-color: #E60012;
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .p-products-detail-brand-btn__link:hover::after {
    background-position: right -6px top -8px;
    transition: all 0.2s ease-out;
  }
  .p-products-detail-brand-btn__link::after {
    content: "";
    display: block;
    width: 60px;
    height: 80px;
    background-image: url(/assets/images/common/btn_site.svg);
    background-size: 60px 80px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #E60012;
    position: absolute;
    border-radius: 6px;
    top: 0;
    right: 0;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-btn__text {
    width: 298px;
    height: 80px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
  }
}

.p-products-detail-main {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-main {
    margin-top: 0;
    display: flex;
  }
}
.p-products-detail-main__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-products-detail-main__title {
    width: 380px;
    margin-top: 72px;
  }
}
.p-products-detail-main__title small {
  font-weight: 400;
}
.p-products-detail-main__img {
  width: 350px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 480/320;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-products-detail-main__img {
    width: 480px;
  }
}
.p-products-detail-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-detail-main__content {
  width: 360px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-main__content {
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-products-detail-main__copy {
  font-size: 1rem;
  font-weight: 700;
}
.p-products-detail-main__lead {
  margin-top: 8px;
  font-size: 0.875rem;
}
.p-products-detail-main__lead a {
  display: block;
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
  color: #E60012;
  font-weight: bold;
  text-decoration: none;
}
.p-products-detail-main__lead a:hover {
  text-decoration: underline;
}
.p-products-detail-main__lead a[target=_blank] {
  position: relative;
  padding-right: 12px;
}
.p-products-detail-main__lead a[target=_blank]::after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(/assets/images/common/arrow_red-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-products-detail-spec {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.p-products-detail-spec__title-block {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-products-detail-spec__title-block {
    display: block;
    width: 300px;
    margin-top: 50px;
  }
}
.p-products-detail-spec__title {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
.p-products-detail-spec__title small {
  font-weight: 400;
}
.p-products-detail-spec__main {
  margin-top: 60px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-spec__main {
    margin-top: 0;
    width: 840px;
  }
}
.p-products-detail-spec__img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/320;
  overflow: hidden;
}
.p-products-detail-spec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-detail-spec__sticky {
  position: sticky;
  top: 120px;
}

.p-products-detail-anime {
  opacity: 0;
}
.p-products-detail-anime.is-loaded {
  animation: productsDetailFadeIn 0.5s ease forwards;
}

@keyframes productsDetailFadeIn {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-products-detail-point h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-point h2 {
    margin-top: 32px;
  }
}
.p-products-detail-point p {
  font-size: 0.875rem;
  margin-top: 4px;
}
.p-products-detail-point .c-column-2 {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-point .c-column-2 {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
}
.p-products-detail-point .c-column-2 h2 {
  margin-top: 0;
}
@media screen and (min-width: 920px) {
  .p-products-detail-point .c-column-2__text {
    width: 420px;
  }
}
.p-products-detail-point .c-column-2__img {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-point .c-column-2__img {
    margin-top: 0;
    width: 350px;
  }
}

.p-products-detail-content {
  margin-top: 146px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-content {
    margin-top: 170px;
  }
}
.p-products-detail-content__content {
  margin-top: 32px;
}

.p-products-detail-content-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 920px) {
  .p-products-detail-content-list {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 920px) {
  .p-products-detail-content-list__item {
    width: 240px;
  }
}
@media screen and (min-width: 920px) {
  .p-products-detail-content-list__item {
    margin: 0 60px 0 0;
  }
}
.p-products-detail-content-list__item:nth-child(3n) {
  margin-right: 0;
}
.p-products-detail-content-list__item:not(:first-child) {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-content-list__item:not(:first-child) {
    margin-top: 0;
  }
  .p-products-detail-content-list__item:nth-child(n+4) {
    margin-top: 64px;
  }
}
.p-products-detail-content-list__title {
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-products-detail-content-list__title {
    text-align: left;
  }
}
.p-products-detail-content-list__title small {
  font-weight: 400;
}
.p-products-detail-content-list__img {
  margin: 16px auto 0;
  width: 240px;
}
.p-products-detail-content-list__text {
  margin-top: 16px;
  font-size: 0.875rem;
  text-align: center;
}
.p-products-detail-content-list__text + .p-products-detail-content-list__text {
  margin-top: 0;
}
@media screen and (min-width: 920px) {
  .p-products-detail-content-list__text {
    text-align: left;
  }
}
.p-products-detail-content-list__note {
  margin-top: 32px;
  font-size: 0.875rem;
}
.p-products-detail-content-list__note > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #E60012;
  font-weight: bold;
  text-decoration: none;
}
.p-products-detail-content-list__note > a:hover {
  text-decoration: underline;
}
.p-products-detail-content-list__note > a[target=_blank] {
  position: relative;
  padding-right: 12px;
}
.p-products-detail-content-list__note > a[target=_blank]::after {
  content: "";
  width: 6px;
  height: 6px;
  background-image: url(/assets/images/common/arrow_red-blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-products-detail-content-list__note + .p-products-detail-content-list__note {
  margin-top: 12px;
}
.p-products-detail-content-list + .p-products-detail-content-list__note {
  margin-top: 0;
}

.p-products-detail-ingredients__text {
  font-size: 0.875rem;
  margin-top: 12px;
}
.p-products-detail-ingredients table {
  width: 100%;
  margin-top: 26px;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-products-detail-ingredients table tr {
  display: grid;
  grid-template-columns: 3fr 1.5fr;
}
@media screen and (min-width: 920px) {
  .p-products-detail-ingredients table tr {
    grid-template-columns: 3fr 1.5fr;
  }
}
.p-products-detail-ingredients table th {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
  background-color: #E8E8E8;
  padding-block: 13px;
  border-bottom: 1px solid #C4C4C4;
}
.p-products-detail-ingredients table td {
  font-size: 0.875rem;
  text-align: left;
  color: #666666;
  padding-block: 10px;
  border-bottom: 1px solid #C4C4C4;
}
.p-products-detail-ingredients table + p {
  font-size: 0.875rem;
  margin-top: 32px;
}

.p-products-detail-brand-sec {
  margin-top: 200px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-sec {
    margin-top: 150px;
  }
}
.p-products-detail-brand-sec__link {
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-sec__link {
    flex-direction: row;
    transition: all 0.3s ease-out;
  }
  .p-products-detail-brand-sec__link:hover {
    border-color: #E60012;
    transition: all 0.3s ease-out;
  }
  .p-products-detail-brand-sec__link:hover .p-products-detail-brand-sec__img img {
    transform: scale(1.05);
    transition: all 0.3s ease-out;
  }
  .p-products-detail-brand-sec__link:hover .c-brand-btn__link {
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}
.p-products-detail-brand-sec__cont {
  padding: 32px 20px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-sec__cont {
    padding: 60px;
    width: 600px;
  }
}
.p-products-detail-brand-sec__img {
  aspect-ratio: 600/400;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-sec__img {
    width: 600px;
    height: auto;
    aspect-ratio: 600/400;
    overflow: hidden;
  }
}
.p-products-detail-brand-sec__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.p-products-detail-brand-sec__title {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-products-detail-brand-sec__text {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-sec__text {
    font-size: 0.875rem;
    margin-top: 24px;
  }
}

.p-products-detail-brand-item-list {
  margin-top: 80px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-item-list {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.p-products-detail-brand-item-list__item {
  width: 272px;
  margin: 0 auto;
}
.p-products-detail-brand-item-list__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-item-list__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-item-list__item {
    margin: 0 37px 0 0;
  }
  .p-products-detail-brand-item-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .p-products-detail-brand-item-list__item:nth-child(n+5) {
    margin-top: 24px;
  }
}
.p-products-detail-brand-item-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 272/187;
  padding: 5%;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out;
}
.p-products-detail-brand-item-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-detail-brand-item-list__title {
  font-size: 0.875rem;
  margin-top: 16px;
}
.p-products-detail-brand-item-list__link {
  display: block;
}
@media screen and (min-width: 920px) {
  .p-products-detail-brand-item-list__link:hover .p-products-detail-brand-item-list__img {
    border-color: #E60012;
    transition: border-color 0.3s ease-in-out;
  }
}
.p-products-detail-brand-item-list__sup {
  font-size: 0.75rem;
  margin-top: 8px;
}

.p-products-detail-sns-list {
  display: flex;
  justify-content: center;
}
.p-products-detail-sns-list__item {
  width: 80px;
  height: 80px;
  margin: 0 1px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-sns-list__item {
    margin-top: 80px;
  }
}
.p-products-detail-sns-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  transition: border-color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-products-detail-sns-list__link:hover {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.p-products-detail-sns-list__img {
  width: 48px;
  height: 48px;
}

.p-products-related-sec {
  margin-top: 200px;
}
@media screen and (min-width: 920px) {
  .p-products-related-sec {
    margin-top: 100px;
  }
}

.p-products-detail-related-list {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-related-list {
    display: flex;
    justify-content: center;
    padding: 0 20px;
  }
}
.p-products-detail-related-list__item {
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-products-detail-related-list__item {
    width: 360px;
    margin: 0;
  }
  .p-products-detail-related-list__item:nth-child(n+2) {
    margin-left: 60px;
  }
}
.p-products-detail-related-list__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-products-detail-related-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-products-detail-related-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.p-products-detail-related-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.p-products-detail-related-list__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 16px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-products-detail-related-list__link:hover .p-products-detail-related-list__img {
    border-radius: 24px 24px 12px 24px;
    transition: all 0.3s ease-out;
  }
  .p-products-detail-related-list__link:hover .p-products-detail-related-list__img img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
  .p-products-detail-related-list__link:hover .p-products-detail-related-list__title {
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}

.c-under-btn-list {
  margin: 80px 0 0;
}
@media screen and (min-width: 920px) {
  .c-under-btn-list {
    display: flex;
    flex-wrap: wrap;
    margin: 120px auto 0;
    width: 1200px;
    padding: 0 40px;
  }
}
.c-under-btn-list__item {
  width: 100%;
  height: 64px;
}
@media screen and (min-width: 920px) {
  .c-under-btn-list__item {
    width: 360px;
    height: 80px;
    margin: 0 20px 16px 0;
  }
  .c-under-btn-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
.c-under-btn-list__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 920px) {
  .c-under-btn-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.c-under-btn-list__link {
  display: flex;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  background-image: url(/assets/images/common/arrow_red.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .c-under-btn-list__link:hover {
    border-color: #E60012;
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .c-under-btn-list--two .p-products-under-link-list__item {
    margin: 0 30px;
  }
}

.p-products-brand-all {
  padding-bottom: 0;
}
@media screen and (min-width: 920px) {
  .p-products-brand-all {
    padding: 0 20px 120px;
  }
}

.p-products-brand-sec {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-products-brand-sec {
    margin-top: 32px;
  }
}
.p-products-brand-sec:not(:first-child) {
  margin-top: 60px;
}
@media screen and (min-width: 920px) {
  .p-products-brand-sec:not(:first-child) {
    margin-top: 120px;
  }
}
@media screen and (min-width: 920px) {
  .p-products-brand-sec__header {
    display: flex;
  }
}
.p-products-brand-sec__header .p-products-detail-brand-btn {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-products-brand-sec__header .p-products-detail-brand-btn {
    display: block;
  }
}

.p-products-brand-logo {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-products-brand-logo {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
.p-products-brand-logo__img {
  width: 100px;
  height: auto;
  aspect-ratio: 104/69;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-products-brand-logo__img {
    width: 104px;
    margin: 0 20px 0 0;
  }
}
.p-products-brand-logo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-brand-logo__text {
  margin-top: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-products-brand-logo__text {
    margin-top: 0;
    font-size: 1.25rem;
  }
}

.p-products-brand {
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-products-brand {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
}
.p-products-brand__overview {
  width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-products-brand__overview {
    width: 360px;
    margin: 0;
  }
}
.p-products-brand__overview strong {
  display: block;
  margin-bottom: -16px;
}
.p-products-brand__overview p {
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-products-brand__overview p {
    font-size: 0.875rem;
  }
}
.p-products-brand__link {
  margin: 0;
}
.p-products-brand__img {
  -webkit-mask-image: url("/assets/images/common/mask_3_2.svg");
          mask-image: url("/assets/images/common/mask_3_2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 100%;
  aspect-ratio: 360/240;
}
.p-products-brand__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-out;
}
.p-products-brand__content {
  width: 350px;
  margin: 80px auto 40px;
}
@media screen and (min-width: 920px) {
  .p-products-brand__content {
    width: 756px;
    margin: 0;
  }
}
.p-products-brand__text {
  font-size: 0.875rem;
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-products-brand__text {
    margin-top: 24px;
  }
}
.p-products-brand__btn {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 920px) {
  .p-products-brand__btn {
    display: none;
  }
}
.p-products-brand__btn-link {
  display: flex;
  height: 42px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 42px;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 32px 42px;
}

.p-products-brand-btn {
  margin-left: auto;
  font-size: 0.875rem;
  font-weight: 700;
  display: none;
}
@media screen and (min-width: 920px) {
  .p-products-brand-btn {
    width: 300px;
    display: block;
    font-size: 1rem;
  }
}
@media screen and (min-width: 920px) {
  .p-products-brand-btn__link {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  .p-products-brand-btn__link::after {
    content: "";
    width: 60px;
    height: 80px;
    background-color: #E60012;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    background-image: url(/assets/images/common/btn_site.svg);
    background-size: 60px 80px;
    background-repeat: no-repeat;
    background-position: right top;
    transition: all 0.2s ease-out;
  }
  .p-products-brand-btn__link:hover .p-products-brand-btn__text {
    background-color: #E60012;
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .p-products-brand-btn__link:hover::after {
    background-position: right -6px top -8px;
    transition: all 0.2s ease-out;
  }
}
@media screen and (min-width: 920px) {
  .p-products-brand-btn__text {
    width: 239px;
    height: 80px;
    margin-right: 1px;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.2s ease-out;
  }
}

.p-products-brand-list {
  display: flex;
  flex-wrap: wrap;
}
.p-products-brand-list__item:not(:first-child) {
  margin-top: 46px;
}
@media screen and (min-width: 920px) {
  .p-products-brand-list__item {
    width: calc(33.3333333333% - 16px);
    margin-right: 24px;
    margin-top: 0;
  }
  .p-products-brand-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-products-brand-list__item:not(:first-child) {
    margin-top: 0;
  }
  .p-products-brand-list__item:nth-child(n+4) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 920px) {
  .p-products-brand-list__link:hover .p-products-brand-list__img {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.p-products-brand-list__img {
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  height: auto;
  aspect-ratio: 220/147;
  transition: border-color 0.3s ease-out;
}
.p-products-brand-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-products-brand-list__title {
  font-size: 1rem;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-products-brand-list__title {
    font-size: 0.875rem;
    margin-top: 16px;
    text-align: left;
  }
}

.p-products-detail-main__content .text-under-space,
.p-products-detail-content__content .text-under-space,
.p-products-detail-brand-sec__text .text-under-space,
.p-products-detail-point .text-under-space {
  margin-bottom: 32px;
}
.p-products-detail-main__content .text-note,
.p-products-detail-content__content .text-note,
.p-products-detail-brand-sec__text .text-note,
.p-products-detail-point .text-note {
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-products-detail-main__content .text-note::before,
.p-products-detail-content__content .text-note::before,
.p-products-detail-brand-sec__text .text-note::before,
.p-products-detail-point .text-note::before {
  content: "※";
}
.p-products-detail-main__content .text-size-ss,
.p-products-detail-content__content .text-size-ss,
.p-products-detail-brand-sec__text .text-size-ss,
.p-products-detail-point .text-size-ss {
  font-size: 0.75rem;
}

.p-products-list-list__overview {
  margin-top: 12px;
  font-size: 0.875rem;
}

.p-corporate-info-sec {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 0;
}
@media screen and (min-width: 920px) {
  .p-corporate-info-sec {
    padding: 0 0 0;
    margin: 0 auto 0;
  }
}
.p-corporate-info-sec__lead {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 280px;
  margin: 190px auto 0;
  text-align: left;
}
@media screen and (min-width: 920px) {
  .p-corporate-info-sec__lead {
    margin: 56px auto 54px;
  }
}
.p-corporate-info-sec__lead span {
  display: block;
  text-align: right;
}
.p-corporate-info-sec__text {
  width: 280px;
  margin: 28px auto 0;
  padding: 0;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 920px) {
  .p-corporate-info-sec__text {
    width: 560px;
    margin: 38px auto 0;
    padding: 0;
    line-height: 2.4;
  }
}

.p-corp-bg-outer {
  overflow: hidden;
  margin: -48px 0 0;
}

.p-corp-bg {
  width: auto;
  height: auto;
  max-height: 1192px;
  margin: 0 -15px;
  padding: 85px 0 170px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-corp-bg {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto 32px;
    height: 1071px;
    padding: 110px 0 210px;
    aspect-ratio: 3796/2142;
  }
}
.p-corp-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/corporate-info/top/bg_b_sp.jpg), url(/assets/images/corporate-info/top/bg_sp.jpg), linear-gradient(#edf6fc, #edf6fc);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center, top center, center center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-corp-bg::after {
    min-width: 1200px;
    aspect-ratio: 3796/2142;
    background-image: url(/assets/images/corporate-info/top/bg.jpg);
    background-size: 1898px 1071px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    -webkit-mask-image: url("/assets/images/corporate-info/top/mask.svg");
            mask-image: url("/assets/images/corporate-info/top/mask.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 1138.8px 749.7px;
            mask-size: 1138.8px 749.7px;
    animation: fadeinCorpBgPC 0.6s ease 0.2s forwards;
  }
}

@keyframes fadeinCorpBgSP {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeinCorpBgPC {
  0% {
    -webkit-mask-size: 1138.8px 749.7px;
            mask-size: 1138.8px 749.7px;
  }
  100% {
    -webkit-mask-size: 1898px 1071px;
            mask-size: 1898px 1071px;
  }
}
.p-corp-sec-outer {
  margin: 32px 0 0;
}
@media screen and (min-width: 920px) {
  .p-corp-sec-outer {
    margin: 130px 0 0;
  }
}

.p-corp-sec {
  margin: 0 auto 0;
}
.p-corp-sec:not(:first-child) {
  margin-top: 108px;
}
@media screen and (min-width: 920px) {
  .p-corp-sec {
    width: 960px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .p-corp-sec:not(:first-child) {
    margin-top: 160px;
  }
}
.p-corp-sec__title {
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-corp-sec__title {
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.5em;
  }
}
.p-corp-sec__content {
  margin-top: 20px;
}
@media screen and (min-width: 920px) {
  .p-corp-sec__content {
    width: 840px;
  }
}

.p-corp-second-block {
  width: auto;
  margin: 0 auto 0;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-second-block {
    width: 960px;
  }
}
.p-corp-second-block.is-president {
  padding: 50px 0 0;
}
@media screen and (min-width: 920px) {
  .p-corp-second-block.is-president {
    padding: 0 0 0;
  }
}
.p-corp-second-block.is-inview {
  animation: fadein 1s ease forwards;
}
@media screen and (min-width: 920px) {
  .p-corp-second-block:first-child, .p-corp-second-block:last-child {
    margin-top: 166px;
  }
}

.p-corp-block {
  margin-top: 80px;
  width: auto;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-corp-block {
    margin-top: 100px;
    width: 420px;
  }
}
.p-corp-block--r {
  margin-left: auto;
}
.p-corp-block__link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding-right: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px 43px;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-corp-block__link {
    font-size: 1.75rem;
  }
}
.p-corp-block__title-e {
  margin-top: 8px;
  color: #E60012;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-corp-block__title-e {
    margin-top: 12px;
  }
}
.p-corp-block__text {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-corp-block__text {
    margin-top: 36px;
  }
}

.p-corp-tabel {
  border-top: 1px solid #c4c4c4;
}
.p-corp-tabel__item {
  padding: 32px 0;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 920px) {
  .p-corp-tabel__item {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
  }
}
.p-corp-tabel__term {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-corp-tabel__term {
    width: 206px;
  }
}
.p-corp-tabel__term span {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}
.p-corp-tabel__desc {
  margin-top: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 920px) {
  .p-corp-tabel__desc {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
  }
}
@media screen and (min-width: 920px) {
  .p-corp-tabel .c-btn-smalll__link {
    width: 180px;
  }
}
.p-corp-tabel__address {
  line-height: 2;
}
@media screen and (min-width: 920px) {
  .p-corp-tabel__address {
    width: 400px;
  }
}
.p-corp-tabel__tel {
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-corp-tabel__tel {
    width: 400px;
    margin-top: 8px;
  }
}
.p-corp-tabel .c-btn-smalll {
  margin-top: 32px;
}

.p-corp-member-list__item {
  display: flex;
  padding: 8px 0;
}
@media screen and (min-width: 920px) {
  .p-corp-member-list__item {
    padding: 10px 0;
  }
}
.p-corp-member-list__term {
  width: 160px;
}
@media screen and (min-width: 920px) {
  .p-corp-member-list__term {
    width: 160px;
  }
}
@media screen and (min-width: 920px) {
  .p-corp-member-list__desc {
    width: 440px;
  }
}

.p-corp-bg-overflow {
  overflow: hidden;
  width: auto;
  margin: -56px 0 0;
  padding: 190px 15px 340px;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-overflow {
    width: 100%;
    min-width: 1200px;
    margin: -24px 0 0;
    padding: 0 0 300px;
  }
}

.p-corp-bg-history-overflow {
  overflow-x: hidden;
  width: auto;
  margin: 0 -15px;
  padding: 0 15px 100px;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history-overflow {
    width: 100%;
    padding: 0 0 100px;
    overflow-x: hidden;
  }
}

.p-corp-bg02 {
  width: 462px;
  height: auto;
  position: absolute;
  top: -120px;
  right: -30px;
  z-index: -1;
  transform: scale(0.627);
  transform-origin: right top;
}
@media screen and (min-width: 920px) {
  .p-corp-bg02 {
    transform: unset;
    top: -146px;
    right: -164px;
    transform: unset;
  }
}

.p-corp-bg03 {
  width: 555px;
  height: auto;
  aspect-ratio: 555/467;
  position: absolute;
  bottom: -500px;
  left: -62px;
  z-index: -1;
  transform: scale(0.5);
  transform-origin: left bottom;
}
@media screen and (min-width: 920px) {
  .p-corp-bg03 {
    bottom: -480px;
    left: -240px;
    transform: unset;
  }
}

.p-corp-bg04 {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-corp-bg04 {
    display: block;
    width: 240px;
    height: auto;
    aspect-ratio: 240/120;
    background-image: url(/assets/images/corporate-info/top/bg04.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -131px;
    right: -418px;
    z-index: -1;
  }
}

.p-corp-bg05 {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-corp-bg05 {
    display: block;
    width: 240px;
    height: auto;
    aspect-ratio: 240/120;
    background-image: url(/assets/images/corporate-info/top/bg05.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -39px;
    right: -597px;
    z-index: 1;
  }
}

.p-corp-bg06 {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-corp-bg06 {
    display: block;
    width: 240px;
    height: auto;
    aspect-ratio: 240/120;
    background-image: url(/assets/images/corporate-info/top/bg06.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 73px;
    right: -505px;
    z-index: -1;
  }
}

.p-corp-bg07 {
  display: block;
  width: 445px;
  height: auto;
  aspect-ratio: 890/737;
  position: absolute;
  bottom: -340px;
  right: -50px;
  z-index: -1;
  transform: scale(0.74);
  transform-origin: right bottom;
}
@media screen and (min-width: 920px) {
  .p-corp-bg07 {
    display: block;
    top: -44px;
    bottom: auto;
    left: -750px;
    right: auto;
    z-index: -1;
    transform: unset;
  }
}

.p-corp-bg-historyWrap {
  padding-top: 400px;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-historyWrap {
    padding-top: 200px;
  }
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__bg01 {
  transform: rotate(0);
  opacity: 1;
  transition: all 0.5s ease;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__01 {
  animation: fadein 0.5s ease forwards 0.5s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__02 {
  animation: fadein 0.5s ease forwards 0.6s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__03 {
  animation: fadein 0.5s ease forwards 0.6s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__04 {
  animation: fadein 0.5s ease forwards 0.625s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__05 {
  animation: fadein 0.5s ease forwards 0.65s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__06 {
  animation: fadein 0.5s ease forwards 0.675s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__07 {
  animation: fadein 0.5s ease forwards 0.7s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__08 {
  animation: fadein 0.5s ease forwards 0.7s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-bg-history__09 {
  animation: fadein 0.5s ease forwards 0.75s;
}
.p-corp-bg-historyWrap.is-inview .p-corp-second-block {
  animation: fadein 0.5s ease forwards 0.95s;
}

.p-corp-bg-history {
  position: relative;
  padding: 50px 0 404px;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history {
    padding: 150px 0 854px;
  }
}
.p-corp-bg-history__inr {
  margin: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__inr {
    margin: -500px;
  }
}
.p-corp-bg-history__bg01 {
  position: absolute;
  width: 2800px;
  height: 1085px;
  top: 0;
  left: calc(50% - 1400px);
  aspect-ratio: 2800/1085;
  background-image: url(/assets/images/common/bg_beige.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(-35deg);
  transform-origin: 1400px 2170px;
  opacity: 0;
}
.p-corp-bg-history__bg {
  position: absolute;
}
.p-corp-bg-history__01 {
  width: 60px;
  height: 72px;
  top: -302px;
  right: 116px;
  z-index: 2;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__01 {
    width: 111px;
    height: 134px;
    top: 188px;
    left: -20px;
    right: auto;
  }
}
.p-corp-bg-history__02 {
  width: 165px;
  height: 110px;
  top: 128px;
  left: -18px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__02 {
    width: 360px;
    height: 240px;
    top: 600px;
    left: -120px;
  }
}
.p-corp-bg-history__03 {
  width: 95px;
  height: 115px;
  top: 217px;
  left: 121px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__03 {
    width: 178px;
    height: 215px;
    top: 732px;
    left: 223px;
  }
}
.p-corp-bg-history__04 {
  width: 69px;
  height: 69px;
  top: 34px;
  right: 187px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__04 {
    width: 150px;
    height: 150px;
    top: 66px;
    left: 636px;
    right: auto;
  }
}
.p-corp-bg-history__05 {
  width: 69px;
  height: 69px;
  top: 34px;
  right: 111px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__05 {
    width: 150px;
    height: 150px;
    top: 245px;
    left: 636px;
    right: auto;
  }
}
.p-corp-bg-history__06 {
  width: 69px;
  height: 69px;
  top: 34px;
  right: 34px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__06 {
    width: 150px;
    height: 150px;
    top: 412px;
    left: 636px;
    right: auto;
  }
}
.p-corp-bg-history__07 {
  width: 69px;
  height: 69px;
  top: 34px;
  right: -44px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__07 {
    width: 150px;
    height: 150px;
    top: 575px;
    left: 636px;
    right: auto;
  }
}
.p-corp-bg-history__08 {
  width: 148px;
  height: 105px;
  top: -250px;
  right: -18px;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__08 {
    width: 432px;
    height: 305px;
    top: 168px;
    right: auto;
    left: 760px;
    z-index: -1;
  }
}
.p-corp-bg-history__09 {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-corp-bg-history__09 {
    display: block;
    width: 214px;
    height: 148px;
    top: 464px;
    left: 1026px;
    opacity: 0;
  }
}

.p-business-dev {
  margin-top: 80px;
}
@media screen and (min-width: 920px) {
  .p-business-dev {
    margin-top: 64px;
  }
}
.p-business-dev__lead {
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-business-dev__lead {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}
.p-business-dev__img {
  margin: 40px -15px 0;
}
@media screen and (min-width: 920px) {
  .p-business-dev__img {
    margin: 70px 0 0;
  }
}

.p-business-dev-second {
  margin: 120px 0 0;
}
@media screen and (min-width: 920px) {
  .p-business-dev-second {
    margin: 66px 0 0;
  }
}
.p-business-dev-second__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.p-business-dev-second__flex {
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-business-dev-second__flex {
    width: 960px;
    display: flex;
    justify-content: space-between;
  }
}
.p-business-dev-second__logo {
  width: 204px;
  margin: 0 auto;
}
.p-business-dev-second__logo-text {
  margin-top: 16px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-business-dev-second__logo {
    margin: 0;
  }
  .p-business-dev-second__logo-text {
    margin-top: 16px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-business-dev-second__text {
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-business-dev-second__text {
    width: 436px;
    margin: 0;
  }
}
.p-business-dev-second__img {
  width: 100%;
  margin: 24px 0 0;
}
.p-business-dev-second__img img {
  width: 100%;
}
@media screen and (min-width: 920px) {
  .p-business-dev-second__img {
    width: 240px;
    margin: 0;
  }
}

.p-business-dev-frame {
  margin: 100px -15px 128px;
  padding: 0 15px 50px;
  background-color: #FCF8F4;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  min-height: 480px;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 960px;
    padding: 0 15px;
    margin: 60px auto 208px;
  }
}
.p-business-dev-frame__title {
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame__title {
    width: 360px;
    top: 74px;
    left: auto;
    right: 60px;
    text-align: left;
  }
}
.p-business-dev-frame__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 32px;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame__text {
    width: 360px;
    margin: 0;
  }
}
.p-business-dev-frame__note {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame__note {
    margin-top: 32px;
  }
}
.p-business-dev-frame__note::before {
  content: "※";
}
.p-business-dev-frame__text-block {
  margin-top: 0;
  padding: 0 0 40px;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame__text-block {
    margin-top: 140px;
    width: 500px;
    padding: 0 40px 60px 60px;
  }
}
.p-business-dev-frame__img-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 124px;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame__img-block {
    width: 500px;
    padding-top: 85px;
    padding-left: 45px;
  }
}
.p-business-dev-frame__img {
  display: flex;
  flex-direction: column;
}
.p-business-dev-frame__img picture {
  width: 100%;
  height: 100%;
}
.p-business-dev-frame__img picture img {
  width: 100%;
  display: block;
}
.p-business-dev-frame__img01 {
  width: 34.2857142857%;
  aspect-ratio: 144/168;
}
.p-business-dev-frame__img02 {
  width: 62.8571428571%;
}
.p-business-dev-frame__img03 {
  margin-top: 10px;
  width: 57.1428571429%;
}
.p-business-dev-frame__img04 {
  margin-top: 10px;
  width: 40%;
}
.p-business-dev-frame__img-note {
  font-size: 0.75rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 920px) {
  .p-business-dev-frame__img-note {
    font-size: 0.875rem;
  }
}

.p-product-dev-sec {
  margin-top: 84px;
}
@media screen and (min-width: 920px) {
  .p-product-dev-sec {
    margin-top: 64px;
  }
}
.p-product-dev-sec__lead {
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-product-dev-sec__lead {
    font-size: 1.5rem;
    padding-left: 20px;
  }
}
.p-product-dev-sec__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 96px;
}
@media screen and (min-width: 920px) {
  .p-product-dev-sec__title {
    margin-top: 52px;
    padding-left: 20px;
  }
}
.p-product-dev-sec__text {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 920px) {
  .p-product-dev-sec__text {
    margin-top: 20px;
    width: 620px;
    padding-left: 20px;
  }
}
.p-product-dev-sec__img {
  margin: 16px 5px 0 5px;
}
@media screen and (min-width: 920px) {
  .p-product-dev-sec__img {
    width: 782px;
    margin: -120px 14% 0 auto;
  }
}
.p-product-dev-sec__img-outer {
  margin: 0 -15px 96px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-product-dev-sec__img-outer {
    margin: 0 auto 76px;
    overflow: visible;
  }
}

.p-product-dev-block {
  margin: 80px auto 0;
}
@media screen and (min-width: 920px) {
  .p-product-dev-block {
    margin: 60px auto 0;
    width: 960px;
  }
}
.p-product-dev-block__content {
  margin: 4px auto 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-product-dev-block__content {
    margin-top: 28px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-product-dev-block__text-block {
    width: 540px;
  }
}
.p-product-dev-block__img-block {
  position: relative;
  margin-top: 12px;
}
.p-product-dev-block__img-block--flex {
  display: flex;
}
@media screen and (min-width: 920px) {
  .p-product-dev-block__img-block {
    width: 360px;
  }
}
.p-product-dev-block__title {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-product-dev-block__title {
    margin-top: 0;
  }
}
.p-product-dev-block__text {
  margin-top: 24px;
  font-size: 0.875rem;
}
.p-product-dev-block__note {
  font-size: 0.875rem;
  margin-top: 12px;
  padding-right: 16px;
}
.p-product-dev-block__img03 {
  width: 50%;
}
@media screen and (min-width: 920px) {
  .p-product-dev-block__img03 {
    width: 180px;
  }
}
.p-product-dev-block__img04 {
  width: 50%;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-product-dev-block__img04 {
    width: 180px;
  }
}

.p-product-dev-tag-list__item {
  display: inline-flex;
  padding: 5px 10px;
  font-size: 0.875rem;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  line-height: 1;
}

.p-support {
  margin-top: 80px;
  padding-bottom: 206px;
}
@media screen and (min-width: 920px) {
  .p-support {
    margin-top: 50px;
    padding-bottom: 80px;
  }
}
.p-support__lead {
  font-size: 1.25rem;
  margin-bottom: 110px;
}
@media screen and (min-width: 920px) {
  .p-support__lead {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-left: 20px;
  }
}

.p-message-sec__main-img-outer {
  margin: 0 -15px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-message-sec__main-img-outer {
    width: 100%;
    margin: -48px auto 0;
    min-width: 1200px;
    height: 1500px;
    position: relative;
  }
}

.p-message-sec__main-img {
  position: relative;
  z-index: -1;
  width: 280%;
  left: -130%;
}
@media screen and (min-width: 920px) {
  .p-message-sec__main-img {
    margin: 8px 0 0;
    min-width: 2190px;
    width: 2190px;
    position: relative;
    left: calc(50% - 1360px);
  }
}
.p-message-sec__main-img img {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.p-message-sec__main-img::before {
  content: "";
  aspect-ratio: 2800/1085;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/corporate-info/president-message/bg_message_top.svg);
  background-repeat: no-repeat;
  opacity: 0;
  background-size: contain;
  transform: rotate(-15deg);
  transform-origin: 67% 220%;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-message-sec__main-img::before::before {
    transform-origin: 1600px 2400px;
  }
}
.p-message-sec__main-img.is-loaded img {
  opacity: 1;
  transition-delay: 0.4s;
}
.p-message-sec__main-img.is-loaded::before {
  animation: bgAnimeMessage 0.4s ease forwards;
}
.p-message-sec__text-block {
  margin-top: -130px;
  padding: 0 15px;
}
@media screen and (min-width: 920px) {
  .p-message-sec__text-block {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 332px;
    left: calc(50% - 580px);
  }
}
.p-message-sec__lead {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-message-sec__name {
  margin-top: 24px;
}

.p-message-text-block {
  margin-top: 94px;
}
@media screen and (min-width: 920px) {
  .p-message-text-block {
    width: 960px;
    margin: -715px auto 0;
    padding-left: 242px;
  }
}
.p-message-text-block strong {
  font-weight: 700;
}
.p-message-text-block__text {
  line-height: 2.4;
}
.p-message-text-block__text + .p-message-text-block__text {
  margin-top: 2em;
}

@keyframes bgAnimeMessage {
  0% {
    opacity: 0;
    transform: rotate(-15deg);
  }
  1% {
    transform: rotate(-15deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes bgAnimeMessageBefore {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-message-purpose {
  margin: 80px -15px 0;
  padding: 120px 0 178px;
  background-image: url(/assets/images/common/bg_news.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 920px) {
  .p-message-purpose {
    margin: 190px 0 0;
    padding: 100px 0 180px;
    min-height: 1068px;
    background-size: 1900px 1068px;
  }
}
.p-message-purpose__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 32px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 64px 4px;
}
@media screen and (min-width: 920px) {
  .p-message-purpose__title {
    padding-bottom: 20px;
  }
}
.p-message-purpose__text {
  margin-top: 28px;
  text-align: center;
  line-height: 2;
  padding: 0 15px;
}
.p-message-purpose__movie {
  margin: 40px 15px 0;
  padding: 0 0;
  position: relative;
  cursor: pointer;
  -webkit-mask-image: url("/assets/images/corporate-info/president-message/movie_mask.svg");
          mask-image: url("/assets/images/corporate-info/president-message/movie_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-message-purpose__movie {
    width: 720px;
    margin: 50px auto 0;
  }
  .p-message-purpose__movie img {
    transition: all 0.2s ease-in-out;
  }
  .p-message-purpose__movie:hover > img {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
  }
}
.p-message-purpose__movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/corporate-info/president-message/movie_line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-message-purpose__btn-movie {
  width: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.p-csc-sec {
  position: relative;
  padding: 91px 0 0;
}
@media screen and (min-width: 920px) {
  .p-csc-sec {
    min-width: 1200px;
    padding: 160px 0 0;
  }
}
.p-csc-sec__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 120px 4px;
}
.p-csc-sec__text {
  width: 280px;
  margin: 52px auto 20px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 200%;
}
@media screen and (min-width: 920px) {
  .p-csc-sec__text {
    width: 720px;
    margin: 54px auto 122px;
    text-align: center;
  }
}
.p-csc-sec__img {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-csc-sec__img {
    display: block;
  }
}
.p-csc-sec__img01 {
  width: 162px;
  margin-top: 86px;
  position: relative;
  left: -15px;
}
@media screen and (min-width: 920px) {
  .p-csc-sec__img01 {
    width: 264px;
    position: absolute;
    top: 27px;
    left: calc(50% - 504px);
  }
}
.p-csc-sec__img02 {
  width: 160px;
  margin-right: 15px;
}
@media screen and (min-width: 920px) {
  .p-csc-sec__img02 {
    width: 232px;
    margin-right: 0;
    position: absolute;
    top: -4px;
    right: calc(50% - 552px);
  }
}

.p-message-movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(252, 248, 244, 0.9);
  z-index: 1000;
  display: none;
}
.p-message-movie__frame {
  width: 90%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 720/405;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 920px) {
  .p-message-movie__frame {
    width: 720px;
  }
}
.p-message-movie__video {
  width: 100%;
  height: 100%;
  display: block;
}
.p-message-movie__close {
  width: 50px;
  height: 40px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E60012;
  border-top: 2px solid #E60012;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 920px) {
  .p-message-movie__close {
    top: calc(50% - 240px);
    right: calc(50% - 440px);
  }
}
.p-message-movie.is-active {
  display: block;
}

.p-csc-second-sec {
  margin: -16px 0 20px;
}
@media screen and (min-width: 920px) {
  .p-csc-second-sec {
    margin: 40px 0 135px;
  }
}
.p-csc-second-sec .c-tilte-line-center {
  font-size: 1.25rem;
}
.p-csc-second-sec__text {
  margin: 40px 0 0;
}
@media screen and (min-width: 920px) {
  .p-csc-second-sec__text {
    text-align: center;
  }
}

.p-csc-second-sec__lead {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-csc-second-sec__lead {
    margin-top: 48px;
  }
}

.p-csc-faq-list {
  margin: 16px auto 0;
  width: 100%;
}
@media screen and (min-width: 920px) {
  .p-csc-faq-list {
    width: 960px;
    margin: 24px auto 76px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-csc-faq-list__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 920px) {
  .p-csc-faq-list__item {
    width: 460px;
    position: relative;
  }
}
@media screen and (min-width: 920px) {
  .p-csc-faq-list__item:not(:first-child) {
    margin-top: 0;
  }
  .p-csc-faq-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.p-csc-faq-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px 20px 16px 34px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  position: relative;
  border-radius: 6px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-csc-faq-list__link {
    padding: 24px 20px 24px 50px;
    transition: all 0.3s ease-out;
  }
  .p-csc-faq-list__link:hover {
    border-color: #E60012;
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}
.p-csc-faq-list__link::before {
  content: "Q";
  color: #E60012;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  margin: -10px 0 0 0;
  position: relative;
  left: -18px;
}

.p-csc-counter-sec {
  margin-top: 140px;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-sec {
    margin-top: 0;
  }
}
.p-csc-counter-sec .c-tilte-line-center {
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-sec.is-mail-mag {
    margin: 130px 0 0;
  }
}
.p-csc-counter-sec.is-mail-mag .c-page-bottom-btn {
  margin: 74px auto 0;
}
.p-csc-counter-sec.is-mail-mag .p-csc-counter-sec__text {
  text-align: center;
}
.p-csc-counter-sec.is-mail-mag .p-csc-counter-sec__text br:not(:nth-child(4), :nth-child(5)) {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-sec.is-mail-mag .p-csc-counter-sec__text br:not(:nth-child(4), :nth-child(5)) {
    display: block;
  }
}
.p-csc-counter-sec__text {
  margin: 40px 0 0;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-sec__text {
    margin: 40px 0 0;
    text-align: center;
  }
}

.p-csc-counter-list {
  width: auto;
  margin: 74px auto 0;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-list {
    width: 1200px;
    display: flex;
    margin: 74px auto 80px;
    justify-content: space-between;
  }
}
.p-csc-counter-list__item {
  width: 360px;
  margin: 0 auto;
}
.p-csc-counter-list__item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-csc-counter-list__icon {
  width: 100px;
  margin: 0 auto;
}
.p-csc-counter-list__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-csc-counter-list__title {
    margin-top: 16px;
  }
}
.p-csc-counter-list__sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}
.p-csc-counter-list__sub-title + .p-csc-counter-list__text {
  margin-top: 0;
}
.p-csc-counter-list__tel {
  font-size: 2rem;
  text-align: center;
}
.p-csc-counter-list__text {
  text-align: center;
  font-size: 1rem;
  margin-top: 24px;
}
.p-csc-counter-list__text-s {
  text-align: center;
  font-size: 0.75rem;
}

.p-faq-sec__text {
  margin-top: 40px;
}

.p-ad_sec {
  margin: 32px 0 0;
}
@media screen and (min-width: 920px) {
  .p-ad_sec {
    margin: 60px 0 0;
  }
}
.p-ad_sec__lead {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 54px;
}
@media screen and (min-width: 920px) {
  .p-ad_sec__lead {
    margin-bottom: 80px;
    padding-left: 20px;
  }
}

.p-ad01-slider-outer {
  width: 100%;
  margin: 32px auto 0;
  overflow: hidden;
  justify-content: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-ad01-slider-outer {
    width: 100%;
    margin: 64px auto 0;
    min-width: 1200px;
  }
}

.p-ad01-slider {
  width: 100%;
}
.p-ad01-slider__swiper {
  width: 100%;
}
.p-ad01-slider__slide {
  width: 720px;
}
.p-ad01-slider__title {
  margin-top: 94px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-ad01-slider__title {
    margin-top: 28px;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.p-ad01-slider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/540;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
.p-ad01-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ad01-slider__text {
  margin: 12px 0 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-ad01-slider__text {
    margin: 18px 0 32px;
  }
}
.p-ad01-slider__prev {
  position: absolute;
  top: 75vw;
  left: 25px;
  z-index: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media screen and (min-width: 920px) {
  .p-ad01-slider__prev {
    top: 250px;
    left: calc(50% - 440px);
  }
}
.p-ad01-slider__prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.p-ad01-slider__next {
  position: absolute;
  top: 75vw;
  right: 25px;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-ad01-slider__next {
    top: 250px;
    right: calc(50% - 440px);
  }
}
.p-ad01-slider__next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.p-ad02-slider-outer {
  width: 100%;
  margin: 160px auto 0;
  overflow: hidden;
  justify-content: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-ad02-slider-outer {
    margin: 160px auto 0;
    width: 100%;
    min-width: 1200px;
  }
}

.p-ad02-slider {
  width: 100%;
}
.p-ad02-slider__swiper {
  width: 100%;
}
.p-ad02-slider__slide {
  width: 720px;
}
.p-ad02-slider__title {
  margin-top: 94px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-ad02-slider__title {
    margin-top: 32px;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.p-ad02-slider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/197;
}
.p-ad02-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ad02-slider__text {
  margin: 8px 0 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-ad02-slider__text {
    margin: 24px 0 32px;
  }
}
.p-ad02-slider__prev {
  position: absolute;
  top: 33vw;
  left: 25px;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-ad02-slider__prev {
    top: 84px;
    left: calc(50% - 440px);
  }
}
.p-ad02-slider__prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.p-ad02-slider__next {
  position: absolute;
  top: 33vw;
  right: 25px;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-ad02-slider__next {
    top: 84px;
    right: calc(50% - 440px);
  }
}
.p-ad02-slider__next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.p-ad-block {
  width: 100%;
  margin: 160px auto 0;
}
@media screen and (min-width: 920px) {
  .p-ad-block {
    width: 720px;
    margin: 154px auto 0;
  }
}
.p-ad-block__img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/540;
  background-color: #fff;
  border: 1px solid #c4c4c4;
}
@media screen and (min-width: 920px) {
  .p-ad-block__img {
    width: 720px;
  }
}
.p-ad-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ad-block__title {
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-ad-block__title {
    margin-top: 24px;
  }
}
.p-ad-block__text {
  margin: 12px 0 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-ad-block__text {
    margin: 18px 0 32px;
  }
}

.p-ad-movie-sec {
  margin-top: 180px;
  padding-bottom: 40px;
}
@media screen and (min-width: 920px) {
  .p-ad-movie-sec {
    margin-top: 180px;
    padding-bottom: 110px;
  }
}

.p-ad-movie-block {
  width: 100%;
  margin: 30px auto;
}
@media screen and (min-width: 920px) {
  .p-ad-movie-block {
    margin-top: 60px;
    width: 720px;
  }
}
.p-ad-movie-block__title {
  margin-top: 94px;
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-ad-movie-block__title {
    margin-top: 24px;
  }
}
.p-ad-movie-block__text {
  font-size: 0.875rem;
  margin: 8px 0 0;
}
@media screen and (min-width: 920px) {
  .p-ad-movie-block__text {
    margin: 24px 0 32px;
  }
}

.p-ad03-slider-outer {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  justify-content: center;
  display: flex;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-ad03-slider-outer {
    margin: 60px auto 30px;
    width: 100%;
    min-width: 1200px;
  }
}

.p-ad03-slider {
  width: 100%;
}
.p-ad03-slider__swiper {
  width: 100%;
}
.p-ad03-slider__slide {
  width: 720px;
}
.p-ad03-slider__title {
  margin-top: 94px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-ad03-slider__title {
    margin-top: 32px;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
.p-ad03-slider__img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/197;
}
.p-ad03-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ad03-slider__text {
  margin: 8px 0 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-ad03-slider__text {
    margin: 24px 0 32px;
  }
}
.p-ad03-slider__prev {
  position: absolute;
  top: 59vw;
  left: 25px;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-ad03-slider__prev {
    top: 200px;
    left: calc(50% - 440px);
  }
}
.p-ad03-slider__prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.p-ad03-slider__next {
  position: absolute;
  top: 59vw;
  right: 25px;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-ad03-slider__next {
    top: 200px;
    right: calc(50% - 440px);
  }
}
.p-ad03-slider__next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.p-ad01-heading {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-ad01-heading {
    padding-inline: 20px;
  }
}

.p-ad01-heading__title {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-ad01-heading__text {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-ad01-heading__text {
    font-size: 1rem;
  }
}

.p-ad01-slider__text {
  margin-bottom: 24px;
}
@media screen and (min-width: 920px) {
  .p-ad01-slider__text {
    margin-bottom: 24px;
  }
}

.p-ad01-slider__info {
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.p-ad01-slider__info span {
  font-weight: bold;
}

.p-ad-movie-block__img {
  overflow: hidden;
  display: flex;
  aspect-ratio: 16/9;
  border: 1px solid #C4C4C4;
  position: relative;
}
.p-ad-movie-block__img::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 6px;
  right: 6px;
  background-image: url("/assets/images/corporate-info/advertisement/button_br.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-ad-movie-block__img::before {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}
.p-ad-movie-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  transition: scale 0.3s ease;
}
.p-ad-movie-block__img:hover img {
  scale: 1.05;
}

.p-history-timeline-sec {
  padding: 0 0 0;
}

.p-history-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-history-title {
    font-size: 4rem;
    margin-top: 68px;
  }
}
.p-history-title span {
  font-size: 1rem;
}
@media screen and (min-width: 920px) {
  .p-history-title span {
    font-size: 1.5rem;
  }
}

.p-history-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto 80px;
}
@media screen and (min-width: 920px) {
  .p-history-tab {
    width: 672px;
    margin: 40px auto 56px;
  }
}
.p-history-tab__item {
  width: 32%;
  height: 40px;
  display: block;
  margin: 4px 1px 0 0;
}
.p-history-tab__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 920px) {
  .p-history-tab__item {
    width: 132px;
    height: 50px;
    margin: 8px 1px 0 0;
  }
  .p-history-tab__item:nth-child(n+2) {
    margin-left: 2px;
  }
}
.p-history-tab__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E60012;
  color: #fff;
  border: 1px solid #c4c4c4;
  background-image: url(/assets/images/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 2px;
}
.p-history-tab__link:link {
  color: #fff;
}
.p-history-tab__link:visited {
  color: #fff;
}
.p-history-tab__link:hover {
  color: #fff;
}
.p-history-tab__link:active {
  color: #fff;
}
.p-history-tab__link.is-active {
  color: #231815;
  background-color: #fff;
}

.p-history-sec {
  margin-top: 18px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-history-sec {
    margin-top: -8px;
    padding: 0 20px;
  }
  .p-history-sec::after {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 120px);
    position: absolute;
    background-color: #E60012;
    top: 90px;
    left: calc(50% - 2px);
  }
}

.p-history-year {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-history-year {
    display: block;
    width: 165px;
    position: absolute;
    left: calc(50% - 82.5px);
    text-align: center;
  }
}
.p-history-year__year {
  font-size: 1.5rem;
}
.p-history-year__year span {
  font-size: 1rem;
}
.p-history-year__year-j {
  font-size: 0.875rem;
  margin-left: 8px;
}
@media screen and (min-width: 920px) {
  .p-history-year__year-j {
    margin-left: 0;
  }
}
.p-history-year::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #E60012;
  position: absolute;
  top: 22px;
}
@media screen and (min-width: 920px) {
  .p-history-year::after {
    top: 24px;
    width: 35px;
  }
}
.p-history-year--l::after {
  left: -15px;
}
@media screen and (min-width: 920px) {
  .p-history-year--l::after {
    left: 0;
  }
}
.p-history-year--r::after {
  left: -15px;
}
@media screen and (min-width: 920px) {
  .p-history-year--r::after {
    right: 0;
    left: auto;
  }
}

.p-history-block {
  padding: 16px 0 0;
}
@media screen and (min-width: 920px) {
  .p-history-block {
    width: 480px;
    padding: 10px 0 0;
  }
}
.p-history-block__lead {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-history-block__lead--l {
    font-size: 1rem;
  }
}
.p-history-block__text {
  font-size: 0.875rem;
  margin-top: 8px;
}
.p-history-block--r {
  margin-left: auto;
}
@media screen and (min-width: 920px) {
  .p-history-block--l-half {
    width: 240px;
    margin-left: 240px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-block--l-smaller {
    width: 360px;
    margin-left: 120px;
  }
}
.p-history-block--1909-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1909-2 {
    margin-top: -379px;
  }
}

.p-history-img-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.p-history-img-list__item {
  width: calc(50% - 30px);
  margin: 0 26px 28px 0;
}
@media screen and (min-width: 920px) {
  .p-history-img-list__item {
    width: 150px;
    margin: 0 15px 28px 0;
  }
}
.p-history-img-list__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 920px) {
  .p-history-img-list__item:nth-child(2n) {
    margin-right: 15px;
  }
  .p-history-img-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-history-img-list__text {
  font-size: 0.75rem;
  margin-top: 8px;
}

.p-histroy-nav {
  margin: 200px 0 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-histroy-nav {
    margin: 200px 0 54px;
    padding: 0 20px;
  }
}
.p-histroy-nav__item {
  width: auto;
  height: 42px;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-size: 32px 42px;
}
.p-histroy-nav__item--prev {
  background-position: left top;
}
.p-histroy-nav__item--prev .p-histroy-nav__link {
  padding-left: 50px;
}
.p-histroy-nav__item--next {
  background-position: right top;
}
.p-histroy-nav__item--next .p-histroy-nav__link {
  padding-right: 50px;
}
.p-histroy-nav__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .p-histroy-nav__link {
    transition: color 0.3s ease-out;
  }
  .p-histroy-nav__link:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}

.p-history-digest-sec {
  background-color: #faf1da;
}
.p-digest__title {
  font-size: 1.25rem;
  font-family: "A1 Mincho", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 920px) {
  .p-digest__title {
    font-size: 1.5rem;
  }
}

.p-digest-sec {
  margin-top: 80px;
}
@media screen and (min-width: 920px) {
  .p-digest-sec {
    margin-top: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding: 0 20px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-sec:first-child {
    margin-top: 48px !important;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-sec:last-child {
    padding-bottom: 0;
  }
}
.p-digest-sec__year {
  width: 240px;
}
.p-digest-sec__title {
  font-size: 3rem;
  font-family: "A1 Mincho", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 920px) {
  .p-digest-sec__title {
    font-size: 4rem;
    line-height: 1;
  }
}
.p-digest-sec__title span {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-digest-sec__title-j {
  margin-top: 16px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-digest-sec__title-j {
    margin-top: 0;
  }
}
.p-digest-sec__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  right: -50px;
}
@media screen and (min-width: 920px) {
  .p-digest-sec__title::after {
    width: 51px;
    right: -70px;
  }
}
.p-digest-sec__content {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-digest-sec__content {
    margin-top: 0;
    width: 900px;
  }
}

.p-digest-flex {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-digest-flex {
    margin-top: 8px;
    display: flex;
  }
}
.p-digest-flex__caption {
  font-size: 0.75rem;
  margin-top: 8px;
}
.p-digest-flex__mr60 {
  margin-right: 60px;
}
.p-digest-flex--space {
  justify-content: space-between;
}

.p-digest-1909 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1909 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-digest-1909__block01 {
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1909__block01 {
    width: 600px;
    margin: 5px 0 0;
  }
}
.p-digest-1909__block02 {
  width: 240px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-digest-1909__block02 {
    width: 240px;
    margin: 16px 0 0;
    text-align: left;
  }
}
.p-digest-1909__block03 {
  margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1909__block03 {
    margin: 24px 0 0;
    width: 600px;
    display: flex;
    justify-content: space-between;
  }
}
.p-digest-1909__block04 {
  width: 180px;
  margin: 0 auto;
}
.p-digest-1909__block04 img {
  width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1909__block04 {
    margin: 0 0 0;
  }
  .p-digest-1909__block04 img {
    width: auto;
  }
}
.p-digest-1909__block05 {
  max-width: 350px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1909__block05 {
    width: 390px;
    max-width: 390px;
    margin: 0 0 0;
  }
}

.p-digest-1909-2 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1909-2 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-digest-1909-2__block01 {
  max-width: 350px;
  margin: 32px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1909-2__block01 {
    width: 360px;
    max-width: 360px;
    margin: 0;
    text-align: left;
  }
}
.p-digest-1909-2__block02 {
  width: auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1909-2__block02 {
    width: 480px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1909-2__block03 {
    width: 300px;
  }
}
.p-digest-1909-2__block04 {
  width: 180px;
  margin: 24px auto 0;
  text-align: center;
}
.p-digest-1909-2__block04 img {
  width: 120px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1909-2__block04 {
    width: 150px;
    margin: 0;
    text-align: left;
  }
  .p-digest-1909-2__block04 img {
    width: auto;
    margin: 0;
  }
}
.p-digest-1909-2__block05 {
  margin: 8px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1909-2__block05 {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
}

.p-digest-1918 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 920px) {
  .p-digest-1918 {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1918__block01 {
    width: 420px;
    margin-top: 2px;
  }
}
.p-digest-1918__block02 {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1918__block02 {
    width: 420px;
    max-width: 420px;
    margin: 0;
    margin-top: 4px;
  }
}
.p-digest-1918__img {
  display: flex;
}

.p-digest-1924 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1924 {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1924__block01 {
    width: 480px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1924__block02 {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1924__block03 {
    width: 300px;
  }
}
.p-digest-1924__img01 {
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1924__img01 {
    width: 360px;
    margin: 0;
    margin-top: 12px;
  }
}
.p-digest-1924__img02 {
  width: 180px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1924__img02 {
    width: 150px;
    margin: 0;
  }
}
.p-digest-1924 .p-digest-1924-img {
  width: 122px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1924 .p-digest-1924-img {
    width: 102px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1928 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1928__block01 {
    width: 420px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1928__block02 {
    width: 420px;
  }
}
.p-digest-1928__img {
  max-width: 350px;
  margin: 24px auto 0;
  display: flex;
}
@media screen and (min-width: 920px) {
  .p-digest-1928__img {
    width: 420px;
    max-width: 420px;
  }
}
.p-digest-1928__img01 {
  width: 182px;
}
.p-digest-1928__img02 {
  width: 247px;
}
.p-digest-1928 .p-digest-flex__caption {
  width: 350px;
  margin: 8px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1928 .p-digest-flex__caption {
    width: auto;
    margin: 8px 0 0;
  }
}

.p-digest-1931 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1931 {
    flex-direction: row;
  }
}
.p-digest-1931__block01 {
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1931__block01 {
    width: 480px;
    margin: 8px 60px 0 0;
  }
}
.p-digest-1931__block02 {
  width: 240px;
  margin: 0 auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1931__block02 {
    margin: 12px 0 0;
  }
}

.p-digest-1943__block {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1943__block {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1943__block01 {
    display: flex;
    width: 540px;
    margin-top: 14px;
  }
}
.p-digest-1943__block02 {
  width: 300px;
}
@media screen and (min-width: 920px) {
  .p-digest-1943__block02 {
    margin-top: 4px;
  }
}
.p-digest-1943__block03 {
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-digest-1943__block03 {
    width: 226px;
    text-align: left;
    margin-top: 8px;
  }
}
.p-digest-1943__block04 {
  width: 297px;
  margin: 48px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1943__block04 {
    margin: 0;
  }
}
.p-digest-1943__img01 {
  width: 120px;
  margin: 52px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1943__img01 {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1951 {
    display: flex;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1951__block01 {
    width: 360px;
    margin-right: 60px;
    margin-top: 4px;
  }
}
.p-digest-1951__block02 {
  width: 280px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1951__block02 {
    margin: 0;
    margin-top: 12px;
    width: 300px;
  }
}

.p-digest-1954 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1954 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-digest-1954__block01 {
  max-width: 350px;
  height: 340px;
  position: relative;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1954__block01 {
    width: 360px;
    margin: 0;
  }
}
.p-digest-1954__img01 {
  width: 268px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-digest-1954__img02 {
  width: 180px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1954__block02 {
    width: 480px;
    height: 340px;
    position: relative;
    margin-top: 6px;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1963 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1963__block01 {
    width: 300px;
  }
}
.p-digest-1963__block02 {
  max-width: 350px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1963__block02 {
    width: 540px;
    max-width: 540px;
    margin: 0;
    margin-top: 10px;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1965 {
    display: flex;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1965__block01 {
    width: 420px;
    margin-right: 60px;
  }
}
.p-digest-1965__block02 {
  width: 240px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1965__block02 {
    margin: 0;
    margin-top: 10px;
  }
}

.p-digest-1970 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1970 {
    flex-direction: row;
  }
}
.p-digest-1970__block01 {
  width: 180px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1970__block01 {
    margin: 0 60px 0 0;
    margin-top: 14px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1970__block02 {
    width: 360px;
    margin-top: 2px;
  }
}

.p-digest-1976 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1976 {
    flex-direction: row;
  }
}
.p-digest-1976__block01 {
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1976__block01 {
    width: 480px;
    margin: 0 60px 0 0;
    margin-top: 2px;
  }
}
.p-digest-1976__block02 {
  width: 240px;
  margin: 0 auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1976__block02 {
    margin: 0;
    margin-top: 10px;
  }
}

.p-digest-1977 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1977 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-digest-1977__block01 {
  width: 300px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1977__block01 {
    margin: 0;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1977__block02 {
    width: 540px;
    margin-top: 6px;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1990 {
    display: flex;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1990__block01 {
    width: 300px;
    margin-right: 60px;
  }
}
.p-digest-1990__block02 {
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1990__block02 {
    width: 420px;
  }
}
.p-digest-1990__img {
  max-width: 350px;
  height: 150px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1990__img {
    margin: 0;
    width: 420px;
    height: 180px;
  }
}
.p-digest-1990__img01 {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-digest-1990__img01 {
    width: 241px;
  }
}
.p-digest-1990__img02 {
  width: 168px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 920px) {
  .p-digest-1990__img02 {
    width: 194px;
  }
}

.p-digest-1993 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-1993 {
    flex-direction: row;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-1993__block01 {
    width: 480px;
    margin-right: 60px;
    margin-top: 2px;
  }
}
.p-digest-1993__block02 {
  width: 240px;
  margin: 24px auto;
}
@media screen and (min-width: 920px) {
  .p-digest-1993__block02 {
    margin: 0;
    margin-top: 14px;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1994__block01 {
    width: 512px;
    margin: 6px 0 0 0;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-1999__block01 {
    width: 600px;
    margin: 6px 0 0 0;
  }
}

.p-digest-2002__block {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-2002__block {
    flex-direction: row;
  }
}
.p-digest-2002__block01 {
  margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2002__block01 {
    width: 350px;
    margin: 0 60px 0 0;
    margin-top: 14px;
  }
}
.p-digest-2002__block02 {
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2002__block02 {
    width: 300px;
    margin: 0;
    margin-top: 4px;
  }
}
.p-digest-2002__img01 {
  max-width: 350px;
  margin: 0 auto;
}
.p-digest-2002__img02 {
  width: 300px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2002__img02 {
    margin: 24px 0 0;
  }
}

.p-digest-2009 {
  margin: 16px 0 0 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2009 {
    margin-top: 6px;
  }
}

.p-digest-2013 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-2013 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-digest-2013__block01 {
  width: 350px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2013__block01 {
    width: 360px;
    margin: 0;
    margin-top: 14px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-2013__block02 {
    width: 480px;
    margin-top: 4px;
  }
}

.p-digest-2014 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-2014 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-digest-2014__block01 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 920px) {
  .p-digest-2014__block01 {
    width: 600px;
    flex-direction: row;
    margin-top: 2px;
  }
}
.p-digest-2014__block02 {
  width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-digest-2014__block02 {
    margin: 0;
    margin-top: 14px;
  }
}
.p-digest-2014__block03 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-2014__block03 {
    flex-direction: row;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-2014__block03 {
    width: 600px;
  }
}
.p-digest-2014__block04 {
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2014__block04 {
    width: 420px;
    margin: 0 60px 0 0;
  }
}
.p-digest-2014__img01 {
  width: 150px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2014__img01 {
    margin: 80px 0 0;
  }
}

.p-digest-2015 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-2015 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-digest-2015__img {
  margin: 24px auto 0;
  width: 350px;
  height: 233px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-digest-2015__img {
    width: 360px;
    height: 240px;
    margin: 0;
    margin-top: 16px;
  }
}
.p-digest-2015__img01 {
  width: 184px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-digest-2015__img01 {
    width: 189px;
  }
}
.p-digest-2015__img02 {
  width: 218px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-digest-2015__img02 {
    width: 222px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-2015__block02 {
    width: 480px;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-2016 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-2016__block01 {
    width: 420px;
    margin-top: 4px;
  }
}
.p-digest-2016__block02 {
  width: 350px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2016__block02 {
    width: 420px;
    margin: 0;
    margin-top: 16px;
  }
}

.p-digest-2017 {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-digest-2017 {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-digest-2017__block01 {
  width: 350px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2017__block01 {
    width: 480px;
    margin: 0;
    margin-top: 14px;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-2017__block02 {
    width: 360px;
    margin-top: 4px;
  }
}

@media screen and (min-width: 920px) {
  .p-digest-2022 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-2022__block01 {
    width: 420px;
    margin-top: 4px;
  }
}
.p-digest-2022__block02 {
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-digest-2022__block02 {
    width: 420px;
    margin: 0;
    margin-top: 12px;
  }
}

.p-digest__title + .p-digest__title {
  font-family: "A1 Mincho", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-digest__title + .p-digest__text {
  font-size: 1rem;
  margin-top: 4px;
}

@media screen and (min-width: 920px) {
  .p-digest-flex__block-360 {
    margin-top: 14px;
  }
}

@media screen and (min-width: 920px) {
  .p-history-sec--1945 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1956 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1958 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1975 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1978 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1983 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1995 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1996 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--1997 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--2009 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--2011 {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-history-sec--2012 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 920px) {
  .p-history-block--r-half {
    width: 240px;
    margin-right: 160px;
  }
}
.p-history-block--1943-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1943-2 {
    margin-top: -150px;
  }
}
.p-history-block--1946-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1946-2 {
    margin-top: -130px;
  }
}
.p-history-block--1949-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1949-2 {
    translate: 0 -150px;
  }
}
.p-history-block--1951-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1951-2 {
    margin-top: -130px;
  }
}
.p-history-block--1954-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1954-2 {
    margin-top: -130px;
  }
}
.p-history-block--1957-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1957-2 {
    margin-top: -130px;
  }
}
.p-history-block--1969-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1969-2 {
    translate: 0 -150px;
  }
}
.p-history-block--1976-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1976-2 {
    margin-top: -130px;
  }
}
.p-history-block--1994-3 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1994-3 {
    margin-top: -130px;
  }
}
.p-history-block--1998-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1998-2 {
    margin-top: -130px;
  }
}
.p-history-block--1999-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--1999-2 {
    translate: 0 -120px;
  }
}
.p-history-block--2002-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2002-2 {
    translate: 0 -120px;
  }
}
.p-history-block--2007-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2007-2 {
    translate: 0 -120px;
  }
}
.p-history-block--2013-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2013-2 {
    margin-top: -150px;
  }
}
.p-history-block--2013-3 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2013-3 {
    margin-top: -130px;
  }
}
.p-history-block--2014-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2014-2 {
    margin-top: -150px;
  }
}
.p-history-block--2015-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2015-2 {
    margin-top: -170px;
  }
}
.p-history-block--2015-3 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2015-3 {
    margin-top: -50px;
  }
}
.p-history-block--2015-4 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2015-4 {
    margin-top: -100px;
  }
}
.p-history-block--2015-5 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2015-5 {
    margin-top: -80px;
  }
}
.p-history-block--2015-6 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2015-6 {
    margin-top: 80px;
  }
}
.p-history-block--2016-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2016-2 {
    translate: 0 -120px;
  }
}
.p-history-block--2017-3 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2017-3 {
    translate: 0 -120px;
  }
}
.p-history-block--2018-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2018-2 {
    margin-top: -100px;
  }
}
.p-history-block--2018-3 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2018-3 {
    margin-top: -100px;
  }
}
.p-history-block--2018-4 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2018-4 {
    margin-top: -100px;
  }
}
.p-history-block--2018-5 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2018-5 {
    translate: 0 -120px;
  }
}
.p-history-block--2022-2 {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-history-block--2022-2 {
    translate: 0 -120px;
  }
}

.p-histroy-nav.--1950 {
  justify-content: flex-end;
}

.p-history-img-list--block {
  row-gap: 28px;
}
.p-history-img-list--block .p-history-img-list__item {
  margin-bottom: 0;
}

.p-history-img-list + .p-history-img-list {
  margin-top: 0;
}

.p-digest-2022__frame {
  display: flex;
}

@media screen and (min-width: 920px) {
  .p-digest-sec__titleFrame {
    transition: opacity 0.2s ease;
  }
}
@media screen and (min-width: 920px) {
  .p-digest-sec__titleFrame.is-sticky {
    position: fixed;
    top: calc(50% - 45px);
  }
}
@media screen and (min-width: 920px) {
  .p-digest-sec__titleFrame.is-hidden {
    opacity: 0;
  }
}

.p-support-top-sec {
  margin: -24px auto 0;
  width: 340px;
  height: 520px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec {
    margin: -36px auto 0;
    width: 960px;
    height: 540px;
  }
}
.p-support-top-sec__inr {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/assets/images/corporate-info/support/kidzania/mask_sp.svg");
          mask-image: url("/assets/images/corporate-info/support/kidzania/mask_sp.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  padding: 40px;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec__inr {
    -webkit-mask-image: url("/assets/images/corporate-info/support/kidzania/bg01.svg");
            mask-image: url("/assets/images/corporate-info/support/kidzania/bg01.svg");
    padding: 80px;
  }
}
.p-support-top-sec__text-block {
  width: 300px;
  padding: 54px 0 0;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec__text-block {
    width: 300px;
    padding: 40px 0 0;
  }
}
.p-support-top-sec__lead {
  font-size: 0.75rem;
}
.p-support-top-sec__title {
  font-size: 1.5rem;
  margin-top: 36px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec__title {
    margin-top: 54px;
    font-size: 1.75rem;
  }
}
.p-support-top-sec__text {
  font-size: 0.875rem;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec__text {
    margin-top: 36px;
  }
}
.p-support-top-sec__img {
  width: 335px;
  height: auto;
  position: absolute;
  top: 346px;
  right: calc(50% - 167px);
}
@media screen and (min-width: 920px) {
  .p-support-top-sec__img {
    width: 310px;
    top: 0;
    right: 145px;
  }
}
.p-support-top-sec--kidzania::after {
  content: "";
  display: block;
  width: 238px;
  height: 145px;
  background-image: url(/assets/images/corporate-info/support/kidzania/illust_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -6px;
  bottom: -36px;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--kidzania::after {
    background-image: url(/assets/images/corporate-info/support/kidzania/illust.png);
    width: 256px;
    height: 181px;
    right: -70px;
    bottom: -20px;
  }
}
.p-support-top-sec--kidzania .p-support-top-sec__inr {
  background: #FFE5A8;
}
.p-support-top-sec--kidzania .p-support-top-sec__title::before {
  content: "KidZania";
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: -60px;
  left: 2px;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--kidzania .p-support-top-sec__title::before {
    font-size: 4rem;
  }
}
.p-support-top-sec--sneaker .p-support-top-sec__inr {
  background-color: #D7EDFF;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--sneaker .p-support-top-sec__title {
    margin-top: 84px;
  }
}
.p-support-top-sec--sneaker .p-support-top-sec__title::before {
  content: "SNEAKER\a AGES";
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: -1;
  line-height: 1;
  width: 200px;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--sneaker .p-support-top-sec__title::before {
    font-size: 4rem;
    top: -68px;
  }
}
.p-support-top-sec--bath .p-support-top-sec__inr {
  background-color: #BAFFF0;
}
.p-support-top-sec--bath .p-support-top-sec__title {
  margin-top: 54px;
}
.p-support-top-sec--bath .p-support-top-sec__title::before {
  content: "Bath Event";
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: -18px;
  z-index: -1;
  line-height: 1;
  width: 350px;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--bath .p-support-top-sec__title::before {
    font-size: 4rem;
    top: -50px;
  }
}
.p-support-top-sec--karuta .p-support-top-sec__inr {
  background-color: #FFEBE6;
}
.p-support-top-sec--karuta .p-support-top-sec__title {
  margin-top: 54px;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--karuta .p-support-top-sec__title {
    margin-top: 104px;
  }
}
.p-support-top-sec--karuta .p-support-top-sec__title::before {
  content: "Karuta";
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: -12px;
  z-index: -1;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .p-support-top-sec--karuta .p-support-top-sec__title::before {
    font-size: 4rem;
    top: -72px;
  }
}

.p-support-about {
  margin-top: 90px;
}
@media screen and (min-width: 920px) {
  .p-support-about {
    margin-top: 120px;
  }
}
.p-support-about__logo {
  width: 171px;
  margin: 0 auto;
}
.p-support-about__logo--sneaker {
  width: 250px;
  margin: 0 auto;
}
.p-support-about__title {
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 64px 4px;
}
@media screen and (min-width: 920px) {
  .p-support-about__title {
    margin-top: 28px;
  }
}
.p-support-about__text {
  margin: 30px auto 0;
}
@media screen and (min-width: 920px) {
  .p-support-about__text {
    margin-top: 30px;
    width: 720px;
  }
}

.p-support-convey {
  margin: 76px -15px 0;
  padding: 108px 20px 120px;
  width: auto;
  height: auto;
  background-image: url(/assets/images/corporate-info/support/kidzania/bg02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-support-convey {
    margin: 110px auto 0;
    width: 946px;
    height: 900px;
    padding: 178px 200px 0;
  }
}
.p-support-convey__lead {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-support-convey__title {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-support-convey__title {
    margin-top: 24px;
  }
}
.p-support-convey__text {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-support-convey__text {
    width: 480px;
    margin: 60px auto 0;
  }
}
.p-support-convey__img-block {
  margin-top: 24px;
  display: flex;
}
@media screen and (min-width: 920px) {
  .p-support-convey__img-block {
    margin-top: 0;
  }
}
.p-support-convey__img {
  width: calc(33% - 2px);
}
.p-support-convey__img:not(:first-child) {
  margin-left: 3px;
}
@media screen and (min-width: 920px) {
  .p-support-convey__img {
    position: absolute;
  }
  .p-support-convey__img:not(:first-child) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 920px) {
  .p-support-convey__img--01 {
    width: 360px;
    position: absolute;
    top: 6px;
    right: -125px;
  }
}
@media screen and (min-width: 920px) {
  .p-support-convey__img--02 {
    width: 267px;
    position: absolute;
    top: 274px;
    left: -126px;
  }
}
@media screen and (min-width: 920px) {
  .p-support-convey__img--03 {
    width: 256px;
    position: absolute;
    top: 407px;
    right: -70px;
  }
}
.p-support-convey--sneaker {
  background-image: url(/assets/images/corporate-info/support/sneakerages/bg02.svg);
  padding: 108px 20px 120px;
}
@media screen and (min-width: 920px) {
  .p-support-convey--sneaker {
    padding: 224px 200px 0;
  }
}
.p-support-convey--karuta {
  background-image: url(/assets/images/corporate-info/support/karuta/bg02.svg);
}

.p-kidzania-factory {
  width: auto;
  margin: 110px auto 0;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory {
    width: 960px;
    margin: 156px auto 0;
  }
}
.p-kidzania-factory__header {
  width: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory__header {
    width: 782px;
  }
}
.p-kidzania-factory__title-e {
  font-size: 3.375rem;
  font-weight: 700;
  text-align: center;
  color: #FFE5A8;
  line-height: 1;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory__title-e {
    font-size: 5rem;
    line-height: 1.6;
  }
}
.p-kidzania-factory__title {
  margin-top: 36px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory__title {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
.p-kidzania-factory__img {
  position: absolute;
}
.p-kidzania-factory__img--01 {
  width: 53px;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory__img--01 {
    width: 84px;
    top: 64px;
    left: 42px;
  }
}
.p-kidzania-factory__img--02 {
  width: 68px;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory__img--02 {
    width: 107px;
    top: 37px;
    right: 20px;
  }
}
.p-kidzania-factory__text {
  font-size: 1rem;
  text-align: left;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory__text {
    margin-top: 16px;
    text-align: center;
  }
}

.p-kidzania-factory-list {
  margin: 60px auto 0;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list {
    width: 840px;
    margin: 82px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-kidzania-factory-list__item {
  width: 320px;
  margin: 54px auto 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item {
    width: 360px;
    margin: 0;
  }
  .p-kidzania-factory-list__item::after {
    content: "";
    width: 190px;
    height: 12px;
    background-color: #FFE5A8;
    position: absolute;
    border-radius: 6px;
  }
}
.p-kidzania-factory-list__item--l::after {
  top: 165px;
  right: -160px;
  transform: rotate(30deg);
  z-index: -1;
}
.p-kidzania-factory-list__item--r::after {
  top: 232px;
  left: -160px;
  transform: rotate(-30deg);
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item:nth-child(2) {
    margin-top: 110px;
  }
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item:nth-child(3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item:nth-child(4) {
    margin-top: 140px;
  }
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item:nth-child(5) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item:nth-child(6) {
    margin-top: 140px;
  }
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__item:nth-child(7) {
    width: 370px;
    margin: 56px auto 0;
  }
}
.p-kidzania-factory-list__item:nth-child(7)::after {
  content: none;
}
.p-kidzania-factory-list__no {
  width: 36px;
  height: 47px;
  background-color: #FFE5A8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  left: -20px;
  z-index: 1;
}
.p-kidzania-factory-list__text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__text {
    margin-top: 16px;
  }
}
.p-kidzania-factory-list__img {
  position: relative;
}
.p-kidzania-factory-list__img01 {
  width: 60px;
  position: absolute;
  bottom: 60px;
  left: 0;
}
@media screen and (min-width: 920px) {
  .p-kidzania-factory-list__img01 {
    width: 80px;
    bottom: 60px;
    left: 0;
  }
}
.p-kidzania-factory-list__img02 {
  width: 84px;
  position: absolute;
  bottom: 20px;
  left: -40px;
}

.p-kidzania-pavilion {
  width: auto;
  margin: 134px auto 0;
}
@media screen and (min-width: 920px) {
  .p-kidzania-pavilion {
    width: 960px;
    margin: 140px auto 0;
  }
}
.p-kidzania-pavilion__title {
  text-align: center;
  font-size: 1.25rem;
}

.p-kidzania-pavilion-list {
  margin-top: 32px;
  border-top: 1px solid #c4c4c4;
}
@media screen and (min-width: 920px) {
  .p-kidzania-pavilion-list {
    margin-top: 32px;
  }
}
.p-kidzania-pavilion-list__item {
  padding: 30px 0;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 920px) {
  .p-kidzania-pavilion-list__item {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 44px;
  }
}
.p-kidzania-pavilion-list__title {
  font-weight: 700;
}
.p-kidzania-pavilion-list__flex {
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-kidzania-pavilion-list__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 720px;
    margin: 0;
  }
}
.p-kidzania-pavilion-list__address {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-kidzania-pavilion-list__address {
    margin-top: 0;
    line-height: 2.2;
  }
}
.p-kidzania-pavilion-list__google {
  width: 180px;
  margin-top: 24px;
}
.p-kidzania-pavilion-list__text {
  font-size: 0.875rem;
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-kidzania-pavilion-list__text {
    margin-top: 0;
  }
}

.p-support-sec {
  margin-top: 100px;
}
@media screen and (min-width: 920px) {
  .p-support-sec {
    margin-top: 160px;
  }
}
.p-support-sec__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-support-sec__text {
  width: 280px;
  margin: 24px auto 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-support-sec__text {
    width: 720px;
  }
}

.p-support-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 42px auto 154px;
  justify-content: center;
}
@media screen and (min-width: 920px) {
  .p-support-tab {
    width: 800px;
    margin: 40px auto 158px;
  }
}
.p-support-tab__item {
  width: 32%;
  height: 50px;
  display: block;
  margin: 4px 1px 0 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-support-tab__item {
    height: 40px;
  }
}
.p-support-tab__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 920px) {
  .p-support-tab__item {
    width: 132px;
    height: 50px;
    margin: 8px 1px 0 0;
  }
}
.p-support-tab__item:nth-child(n+2) {
  margin-left: 2px;
}
.p-support-tab__item:nth-child(1) {
  width: 162px;
}
.p-support-tab__item:nth-child(2) {
  width: 141px;
}
.p-support-tab__item:nth-child(3) {
  width: 176px;
}
.p-support-tab__item:nth-child(4) {
  width: 162px;
}
.p-support-tab__item:nth-child(5) {
  width: 134px;
}
.p-support-tab__item.is-current .p-support-tab__link {
  background-color: #fff;
  color: #231815;
  font-weight: 700;
  background-image: none;
}
.p-support-tab__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E60012;
  color: #fff;
  border: 1px solid #c4c4c4;
  background-image: url(/assets/images/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 2px;
}
.p-support-tab__link:link {
  color: #fff;
}
.p-support-tab__link:visited {
  color: #fff;
}
.p-support-tab__link:hover {
  color: #fff;
}
.p-support-tab__link:active {
  color: #fff;
}
.p-support-tab__link.is-active {
  color: #231815;
  background-color: #fff;
}

.p-support-btn {
  margin: 40px auto 0;
  width: 340px;
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 920px) {
  .p-support-btn {
    width: 360px;
    margin-top: 40px;
  }
}
.p-support-btn__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-support-btn__link::after {
  content: "";
  width: 60px;
  height: 80px;
  background-color: #E60012;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
  background-image: url(/assets/images/common/btn_site.svg);
  background-size: 60px 80px;
  background-repeat: no-repeat;
  background-position: right top;
  transition: all 0.2s ease-out;
}
.p-support-btn__link:hover .p-products-brand-btn__text {
  background-color: #E60012;
  color: #fff;
  transition: all 0.3s ease-out;
}
.p-support-btn__link:hover::after {
  background-position: right -6px top -8px;
  transition: all 0.2s ease-out;
}
.p-support-btn__text {
  width: 298px;
  height: 80px;
  margin-right: 1px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.2s ease-out;
}

.p-support-sec-list {
  width: 100%;
  margin: 32px auto 120px;
}
@media screen and (min-width: 920px) {
  .p-support-sec-list {
    width: 1020px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 120px;
  }
}
.p-support-sec-list__item {
  width: 280px;
  margin: 0 auto;
}
.p-support-sec-list__item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (min-width: 920px) {
  .p-support-sec-list__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-bath-list {
  margin: 110px auto 0;
}
@media screen and (min-width: 920px) {
  .p-bath-list {
    width: 960px;
    margin: 140px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
.p-bath-list__item {
  width: 280px;
  margin: 0 auto;
}
.p-bath-list__item:not(:first-child) {
  margin-top: 114px;
}
@media screen and (min-width: 920px) {
  .p-bath-list__item {
    margin: 0;
  }
  .p-bath-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-bath-list__copy {
  font-size: 0.875rem;
  text-align: center;
}
.p-bath-list__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
.p-bath-list__img {
  margin-top: 18px;
}
.p-bath-list__text {
  font-size: 0.875rem;
  margin: 16px 0 16px;
}

.p-bath-under-block {
  margin: 124px auto 144px;
}
@media screen and (min-width: 920px) {
  .p-bath-under-block {
    width: 960px;
    margin: 164px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
.p-bath-under-block__item:not(:first-child) {
  margin-top: 120px;
}
@media screen and (min-width: 920px) {
  .p-bath-under-block__item {
    margin: 0;
  }
  .p-bath-under-block__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-bath-under-block__copy {
  text-align: center;
  font-size: 0.875rem;
}
.p-bath-under-block__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 8px 0 32px;
}
.p-bath-under-block__movie-block {
  width: 280px;
  display: flex;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-bath-under-block__movie-block {
    width: 100%;
    margin: 24px 0 0;
  }
}
.p-bath-under-block__img {
  width: 80px;
  margin-right: 20px;
}
@media screen and (min-width: 920px) {
  .p-bath-under-block__img {
    width: 160px;
    margin-right: 20px;
  }
}
.p-bath-under-block__text-block {
  width: calc(100% - 100px);
}
@media screen and (min-width: 920px) {
  .p-bath-under-block__text-block {
    width: 240px;
  }
}
.p-bath-under-block__text {
  margin-top: 8px;
  font-size: 0.75rem;
}
@media screen and (min-width: 920px) {
  .p-bath-under-block__text {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 920px) {
  .p-support-karuta {
    margin-top: 100px;
  }
}
.p-support-karuta__title-e {
  font-size: 3.375rem;
  line-height: 1;
  text-align: center;
  color: #faf1da;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__title-e {
    font-size: 6.25rem;
  }
}
.p-support-karuta__title {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin: 40px 0 80px;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__title {
    margin: 8px 0 64px;
    font-size: 1.25rem;
  }
}
.p-support-karuta__block {
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__block {
    width: 960px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-support-karuta__text {
    width: 740px;
  }
}
.p-support-karuta__img {
  width: 280px;
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__img {
    width: 200px;
    margin: 0;
  }
}
.p-support-karuta__block02 {
  margin: 80px auto 0;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__block02 {
    width: 960px;
  }
}
.p-support-karuta__text02 {
  margin-top: 24px;
}
.p-support-karuta__img02 {
  margin: 24px auto 0;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__img02 {
    margin: 30px auto 0;
    width: 800px;
  }
}

.p-support-karuta-table-block {
  margin: 130px auto 0;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table-block {
    margin: 190px auto 0;
  }
}
.p-support-karuta-table-block__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.p-support-karuta-table-block__block {
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table-block__block {
    width: 960px;
  }
}

.p-support-karuta-table {
  margin-top: 32px;
  border-top: #c4c4c4 1px solid;
}
.p-support-karuta-table__item {
  padding: 28px 0;
  border-bottom: #c4c4c4 1px solid;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__item {
    display: flex;
    padding: 28px 0;
  }
}
.p-support-karuta-table__term {
  padding: 0 40px 0 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__term {
    width: 240px;
    text-align: left;
  }
}
.p-support-karuta-table__desc {
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__desc {
    width: 720px;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__text {
    width: 480px;
  }
}
.p-support-karuta-table__img {
  width: 160px;
  margin: 24px 0 0;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__img {
    width: 200px;
  }
}
.p-support-karuta-table__img-block {
  width: 340px;
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__img-block {
    width: 200px;
    margin: 0;
    display: block;
  }
}
.p-support-karuta-table__img01 {
  width: 160px;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__img01 {
    width: 100%;
  }
}
.p-support-karuta-table__img02 {
  width: 160px;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-table__img02 {
    width: 100%;
    margin-top: 12px;
  }
}

.p-support-karuta-rows {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 4px;
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-support-karuta-rows {
    flex-direction: row;
  }
}

.p-support-karuta-rows__block {
  max-width: 280px;
}

.p-support-karuta-rows__text {
  font-size: 0.875rem;
  max-width: 210px;
}

.p-support-karuta__block03 {
  max-width: 800px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
}
@media screen and (min-width: 920px) {
  .p-support-karuta__block03 {
    flex-direction: row;
  }
}

.p-support-karuta__blank-btn {
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  width: 358px;
  font-size: 1rem;
}
.p-support-karuta__blank-btn__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-support-karuta__blank-btn__link:hover .p-products-detail-brand-btn__text {
  background-color: #E60012;
  color: #fff;
  transition: all 0.3s ease-out;
}
.p-support-karuta__blank-btn__link:hover::after {
  background-position: right -6px top -8px;
  transition: all 0.2s ease-out;
}
.p-support-karuta__blank-btn__link::after {
  content: "";
  display: block;
  width: 60px;
  height: 80px;
  background-image: url(/assets/images/common/btn_site.svg);
  background-size: 60px 80px;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #E60012;
  position: absolute;
  border-radius: 6px;
  top: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
.p-support-karuta__blank-btn__text {
  width: 298px;
  height: 80px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.p-sus-sec {
  padding: 91px 0 0;
}
@media screen and (min-width: 920px) {
  .p-sus-sec {
    padding: 0 0 0;
  }
  .p-sus-sec:not(:first-child) {
    padding: 160px 0 0;
  }
  .p-sus-sec .c-tilte-line {
    margin-left: 0;
  }
}

.p-sus-lead {
  margin-top: 64px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.p-sus-text {
  width: 280px;
  margin: 32px auto 135px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 200%;
}
@media screen and (min-width: 920px) {
  .p-sus-text {
    width: 720px;
    margin: 24px auto 122px;
    text-align: center;
  }
}

.p-sus-top-content {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-sus-top-content {
    justify-content: space-between;
    flex-direction: row;
    margin-top: 80px;
    padding: 0 20px;
  }
}
.p-sus-top-content__main {
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-sus-top-content__main {
    margin-top: 0;
    width: 600px;
  }
}
@media screen and (min-width: 920px) {
  .p-sus-top-content__img {
    width: 480px;
  }
}

.p-sns-sdgs {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-sns-sdgs {
    width: 485px;
  }
}
.p-sns-sdgs__cap {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-img-cap-list {
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .c-img-cap-list {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-img-cap-list__item {
  width: 315px;
}
.c-img-cap-list__item:not(:first-child) {
  margin-top: 48px;
}
@media screen and (min-width: 920px) {
  .c-img-cap-list__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 920px) {
  .c-img-cap-list__item {
    width: 253px;
    margin-right: 30px;
  }
  .c-img-cap-list__item:nth-child(3n) {
    margin-right: 0;
  }
}
.c-img-cap-list__img {
  width: 100%;
}
.c-img-cap-list__cap {
  font-size: 0.75rem;
  margin-top: 8px;
}

.p-sus-list__term {
  margin-top: 48px;
  font-size: 1rem;
  font-weight: 700;
}
.p-sus-list__desc {
  margin-top: 8px;
  font-size: 1rem;
}

.sus-second-sec {
  margin: 140px auto 0;
}
@media screen and (min-width: 920px) {
  .sus-second-sec {
    width: 694px;
    margin: 134px auto 0;
  }
}
.sus-second-sec__flex {
  margin: 24px auto 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .sus-second-sec__flex {
    flex-direction: row;
    justify-content: space-between;
    margin: 42px auto 0;
    width: 694px;
  }
}
.sus-second-sec__text-block {
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .sus-second-sec__text-block {
    margin-top: 0;
    width: 360px;
  }
}
.sus-second-sec__img-block {
  width: 280px;
  margin: 16px auto;
}
@media screen and (min-width: 920px) {
  .sus-second-sec__img-block {
    width: 280px;
    padding: 20px 0;
  }
}

.p-people-table01 thead tr th:nth-child(1) {
  width: 70px;
}
@media screen and (min-width: 920px) {
  .p-people-table01 thead tr th:nth-child(1) {
    width: 120px;
  }
}
.p-people-table01 thead tr th:nth-child(2) {
  width: 110px;
}
@media screen and (min-width: 920px) {
  .p-people-table01 thead tr th:nth-child(2) {
    width: 150px;
  }
}

.p-people-table02 thead tr th:nth-child(1) {
  width: 140px;
}
@media screen and (min-width: 920px) {
  .p-people-table02 thead tr th:nth-child(1) {
    width: 180px;
  }
}
.p-people-table02 thead tr th:nth-child(2) {
  width: 105px;
}
@media screen and (min-width: 920px) {
  .p-people-table02 thead tr th:nth-child(2) {
    width: 210px;
  }
}

.p-sus-sec .c-table-title {
  font-size: 1rem;
}
@media screen and (min-width: 920px) {
  .p-sus-sec .c-table {
    width: 720px;
  }
}
.p-sus-sec .c-table th, .p-sus-sec .c-table td {
  font-size: 1rem;
}
.p-sus-sec .c-point-list__item {
  font-size: 1rem;
}
.p-sus-sec .c-note-list__item {
  font-size: 0.875rem;
}
.p-sus-sec .c-external-link__link {
  font-size: 1rem;
}
.p-sus-sec .c-normal-text-s {
  font-size: 1rem;
}
.p-sus-sec .c-normal-text-ss {
  font-size: 0.875rem;
}

@media screen and (min-width: 920px) {
  .p-sus-sec__grid-layout {
    display: grid;
    grid-template-columns: 1fr auto;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.p-sus-lead__sub {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 700;
}

.p-sus__largeImg img {
  height: auto;
}

.p-sns-sdgs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media screen and (min-width: 920px) {
  .p-sns-sdgs__list {
    width: 485px;
  }
}
@media (min-width: 768px) {
  .p-sns-sdgs__list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-sns-sdgs__item {
  aspect-ratio: 1/1;
}
.p-sns-sdgs__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sustainability-news-sec .c-news-sec {
  margin-top: 70px;
}

.p-event-sec {
  padding: 0 0 0;
  margin: 60px -15px 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-event-sec {
    margin: 72px 0 0;
    padding: 0 0 0;
  }
}
.p-event-sec .l-page-header-tab {
  margin-top: 0;
}
.p-event-sec__lead {
  font-size: 0.875rem;
  text-align: center;
}
.p-event-sec__title {
  margin-top: 16px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 920px) {
  .p-event-sec__title {
    font-size: 1.75rem;
    margin-top: 32px;
  }
}
.p-event-sec__inr {
  background-color: #BAFFF0;
}
@media screen and (min-width: 920px) {
  .p-event-sec__inr {
    background-color: transparent;
    min-height: 888px;
  }
}
.p-event-sec__copy {
  margin: 248px auto 20px;
  position: relative;
  text-align: center;
  z-index: 3;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  width: 260px;
  text-align: left;
}
.p-event-sec__copy span {
  display: block;
  text-align: right;
}
@media screen and (min-width: 920px) {
  .p-event-sec__copy {
    margin: 54px auto 0;
    font-size: 1.5rem;
    width: 300px;
  }
}
.p-event-sec__text {
  width: 280px;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 920px) {
  .p-event-sec__text {
    width: auto;
    margin: 24px 0 0;
    text-align: center;
  }
}
.p-event-sec__bg-text {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 650px;
  left: calc(50% - 910px);
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  animation: loop-text 30s infinite linear;
}
@media screen and (min-width: 920px) {
  .p-event-sec__bg-text {
    margin: 0 auto;
    font-size: 7.5rem;
    position: absolute;
    top: 486px;
    left: calc(50% - 1700px);
  }
}
.p-event-sec__bg-text span {
  width: 932px;
  display: inline-block;
  flex: 0 0 auto;
  padding-left: 20px;
}
@media screen and (min-width: 920px) {
  .p-event-sec__bg-text span {
    width: 1700px;
  }
}
.p-event-sec__bg01 {
  position: absolute;
  width: 448px;
  top: 108px;
  left: -60px;
  z-index: 2;
  transform: scale(0.685);
  transform-origin: left top;
}
@media screen and (min-width: 920px) {
  .p-event-sec__bg01 {
    top: 86px;
    left: -120px;
    transform: unset;
  }
}
.p-event-sec__bg02 {
  position: absolute;
  width: 340px;
  top: 94px;
  right: -36px;
  z-index: 2;
  transform: scale(0.5147);
  transform-origin: right top;
}
@media screen and (min-width: 920px) {
  .p-event-sec__bg02 {
    top: -35px;
    right: 68px;
    transform: unset;
  }
}
.p-event-sec__badge {
  width: 240px;
  height: 240px;
  margin: 54px auto 0;
  position: relative;
  opacity: 0;
}
.p-event-sec__badge::before {
  content: "";
  width: 61px;
  height: 13px;
  display: block;
  background-image: url(/assets/images/event/top/present_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  position: absolute;
  top: 50px;
  left: 90px;
}
@media screen and (min-width: 920px) {
  .p-event-sec__badge {
    margin: 0 auto;
    position: absolute;
    top: 172px;
    right: 20px;
    z-index: 5;
  }
}
.p-event-sec__badge-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  z-index: 5;
  position: relative;
}
.p-event-sec__badge-text {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  z-index: 5;
  position: relative;
}
.p-event-sec__badge-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 84px 0 0;
}
.p-event-sec__badge-link::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background-image: url(/assets/images/event/top/present_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.p-event-sec__badge-link::after {
  content: "";
  width: 240px;
  height: 240px;
  display: block;
  background-image: url(/assets/images/event/top/present_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate_anime 10s infinite linear;
}
.p-event-sec__badge.is-inview {
  animation: presentFadein 0.5s ease forwards;
}

@keyframes presentFadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.p-event-bg-outer {
  overflow: hidden;
  margin: -72px auto 0;
  padding: 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-event-bg-outer {
    margin: -200px auto 0;
    padding: 0 0 0;
  }
}

.p-event-bg {
  margin: 0 auto 32px;
  height: auto;
  padding: 100px 0 0;
  background-image: url(/assets/images/event/top/bg_eclipce.svg);
  background-size: 220vw auto;
  background-repeat: no-repeat;
  background-position: top -7vw left 55%;
  position: relative;
}
.p-event-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background-image: url(/assets/images/event/top/bg_eclipce.svg);
  background-size: 220vw auto;
  background-repeat: no-repeat;
  background-position: bottom -7vw left 45%;
}
@media screen and (min-width: 920px) {
  .p-event-bg {
    width: 100%;
    height: auto;
    padding: 190px 0 94px;
    margin: 0 auto;
    background-size: 1988px 1228px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
  .p-event-bg::after {
    content: none;
  }
}

.p-event-slider-outer {
  width: 100%;
  margin: 48px 0 0;
  padding-bottom: 54px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-event-slider-outer {
    margin: 110px 0 0;
    padding-bottom: 70px;
  }
}

.p-event-slider {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 920px) {
  .p-event-slider {
    width: 1200px;
    margin: 86px auto 0;
  }
}
@media screen and (min-width: 920px) {
  .p-event-slider__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.p-event-slider__img {
  aspect-ratio: 3/2;
  -webkit-mask-image: url("/assets/images/common/mask_3_2.svg");
          mask-image: url("/assets/images/common/mask_3_2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.p-event-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease-out;
}
.p-event-slider__slide {
  width: 80%;
}
@media screen and (min-width: 920px) {
  .p-event-slider__slide {
    width: 280px;
  }
}
@media screen and (min-width: 920px) {
  .p-event-slider__link:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
}
.p-event-slider__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 24px 0 0;
  text-align: center;
  display: block;
}
@media screen and (min-width: 920px) {
  .p-event-slider__title {
    margin: 14px 0 0;
  }
}
.p-event-slider__text {
  margin: 16px 0 0;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .p-event-slider__text {
    margin: 8px 0 0;
  }
}
.p-event-slider__text-link .p-event-slider__title.is-external span {
  display: inline-block;
  padding-right: 25px;
  background-image: url(/assets/images/common/btn_new_window.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (min-width: 920px) {
  .p-event-slider__text-link {
    transition: color 0.3s ease-out;
  }
  .p-event-slider__text-link:hover .p-event-slider__title {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}
.p-event-slider__prev {
  top: 25vw;
  left: 8px;
  z-index: 10;
}
@media screen and (min-width: 920px) {
  .p-event-slider__prev {
    display: none;
  }
}
.p-event-slider__next {
  top: 25vw;
  right: 8px;
  z-index: 10;
}
@media screen and (min-width: 920px) {
  .p-event-slider__next {
    display: none;
  }
}

.p-event-link-list__item {
  margin-top: 16px;
}
@media screen and (min-width: 920px) {
  .p-event-link-list__item {
    margin-top: 20px;
  }
}
.p-event-link-list__link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 20px;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 8px;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-event-link-list__link:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}

.p-event-bg01 {
  width: 480px;
  height: auto;
  aspect-ratio: 480/370;
  position: absolute;
  top: 200px;
  right: -40px;
  z-index: -1;
  transform: scale(0.5);
  transform-origin: right top;
}
@media screen and (min-width: 920px) {
  .p-event-bg01 {
    top: -58px;
    right: -64px;
    transform: unset;
  }
}

.p-event-bg02 {
  width: 400px;
  height: auto;
  aspect-ratio: 400/332;
  position: absolute;
  top: 340px;
  left: -24px;
  z-index: -1;
  transform: scale(0.5);
  transform-origin: left top;
}
@media screen and (min-width: 920px) {
  .p-event-bg02 {
    top: -24px;
    left: 36px;
    transform: unset;
  }
}

.p-event-under-sec {
  position: relative;
  padding: 208px 0 0;
}
@media screen and (min-width: 920px) {
  .p-event-under-sec {
    padding: 314px 0 0;
    min-height: 1600px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 920px) {
  .p-event-under-sec--more {
    margin-top: -80px;
  }
}
@media screen and (min-width: 920px) {
  .p-event-under-sec--mail {
    margin-top: 0 !important;
  }
}
.p-event-under-sec__title {
  width: 200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.5rem;
}
.p-event-under-sec__title span {
  width: 154px;
  height: 54px;
  padding-left: 10px;
  position: absolute;
  top: -50px;
  left: -70px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 54px;
  transform: rotate(-20deg);
  background-image: url(/assets/images/event/top/steam_ttl_deco.svg);
  background-size: 154px 54px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 920px) {
  .p-event-under-sec__title span {
    left: -90px;
  }
}
.p-event-under-sec__bg {
  width: 100%;
  min-height: 1500px;
  background-image: url(/assets/images/event/top/bg_eclipce02.svg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-event-under-sec__bg {
    width: 1798px;
    min-height: 1500px;
    background-size: 100% auto;
    background-image: url(/assets/images/event/top/bg_eclipce02-pc.svg);
    background-position: center -20px;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) scale(0.7);
    transform-origin: center;
  }
}
.p-event-under-sec__bg::before {
  content: none;
}
@media screen and (min-width: 920px) {
  .p-event-under-sec__bg::before {
    content: "";
    display: block;
    width: 275px;
    height: 256px;
    background-image: url(/assets/images/event/top/steam_01.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 120px;
    left: 17.5%;
    opacity: 0;
  }
}
.p-event-under-sec__bg::after {
  content: none;
}
@media screen and (min-width: 920px) {
  .p-event-under-sec__bg::after {
    content: "";
    display: block;
    width: 230px;
    height: 227px;
    background-image: url(/assets/images/event/top/steam_02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 120px;
    right: 17.5%;
    opacity: 0;
  }
}
@media screen and (min-width: 920px) {
  .p-event-under-sec.is-inview .p-event-under-sec__bg {
    animation: under-bg-size-anime 1s ease forwards;
  }
}
@media screen and (min-width: 920px) {
  .p-event-under-sec.is-inview .p-event-under-sec__bg::before {
    animation: steam-anime 4s linear infinite;
  }
}
@media screen and (min-width: 920px) {
  .p-event-under-sec.is-inview .p-event-under-sec__bg::after {
    animation: steam-anime02 4s linear infinite;
  }
}

@keyframes steam-anime {
  0% {
    opacity: 0;
    transform: translate(0, 0px);
  }
  12.5% {
    transform: translate(8px, -80px);
  }
  25% {
    opacity: 1;
    transform: translate(0px, -140px);
  }
  37.5% {
    opacity: 1;
    transform: translate(-8px, -200px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -260px);
  }
}
@keyframes steam-anime02 {
  30% {
    opacity: 0;
    transform: translate(0, 0px);
  }
  47.5% {
    transform: translate(8px, -60px);
  }
  65% {
    opacity: 1;
    transform: translate(0px, -120px);
  }
  82.5% {
    opacity: 1;
    transform: translate(-8px, -180px);
  }
  100% {
    opacity: 0;
    transform: translate(0, -240px);
  }
}
@keyframes under-bg-size-anime {
  0% {
    transform: translate(-50%) scale(0.7);
  }
  100% {
    transform: translate(-50%) scale(1);
  }
}
.p-event-under-link-list-outer::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-image: url(/assets/images/event/top/bg_eclipce02.svg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 920px) {
  .p-event-under-link-list-outer::after {
    content: none;
  }
}

.p-event-under-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0 0;
  background-color: #FCF8F4;
}
@media screen and (min-width: 920px) {
  .p-event-under-link-list {
    margin: 80px auto 0;
    width: 960px;
    background-color: transparent;
  }
}
.p-event-under-link-list__item {
  width: auto;
  margin: 0 auto;
  padding: 0 40px;
}
.p-event-under-link-list__item:not(:first-child) {
  margin-top: 74px;
}
@media screen and (min-width: 920px) {
  .p-event-under-link-list__item {
    width: 300px;
    margin: 0;
    padding: 0 0;
  }
  .p-event-under-link-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.p-event-under-link-list__item:nth-child(n+4) {
  margin-top: 80px;
}
.p-event-under-link-list__img {
  -webkit-mask-image: url("/assets/images/common/mask_3_2.svg");
          mask-image: url("/assets/images/common/mask_3_2.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.p-event-under-link-list__img img {
  transition: all 0.3s ease-out;
}
.p-event-under-link-list__text {
  text-align: center;
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.p-event-under-link-list__text.is-external span {
  display: inline-block;
  padding-right: 16px;
  background-image: url(/assets/images/common/btn_new_window_o.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (min-width: 920px) {
  .p-event-under-link-list__link:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease-out;
  }
  .p-event-under-link-list__link:hover .p-event-under-link-list__text {
    transition: all 0.3s ease-out;
    color: #E60012;
  }
}

@media screen and (min-width: 920px) {
  .p-event__flex {
    display: flex;
    justify-content: space-between;
  }
}
.p-event__text {
  width: auto;
}
@media screen and (min-width: 920px) {
  .p-event__text {
    width: 560px;
  }
}
.p-event__img {
  margin: 24px auto 0;
  width: 248px;
}
@media screen and (min-width: 920px) {
  .p-event__img {
    margin: 24px 0 0;
  }
}
.p-event__img480 {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-event__img480 {
    width: 480px;
  }
}

.p-event-about-sec:not(:first-child) {
  padding: 54px 0 0;
}
@media screen and (min-width: 920px) {
  .p-event-about-sec:not(:first-child) {
    padding: 54px 0 0;
  }
}
@media screen and (min-width: 920px) {
  .p-event-about-sec .c-tilte-line--l {
    margin-left: 0;
  }
}

.p-event-tab {
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto 80px;
  justify-content: center;
}
@media screen and (min-width: 920px) {
  .p-event-tab {
    width: 672px;
    margin: 40px auto 56px;
  }
}
.p-event-tab__title {
  margin-top: 200px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-event-tab__item {
  height: 40px;
  display: block;
  margin: 4px 1px 0 0;
}
.p-event-tab__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 920px) {
  .p-event-tab__item {
    width: 132px;
    height: 50px;
    margin: 8px 1px 0 0;
  }
}
.p-event-tab__item:nth-child(1) {
  width: 128px;
}
@media screen and (min-width: 920px) {
  .p-event-tab__item:nth-child(1) {
    width: 150px;
  }
}
.p-event-tab__item:nth-child(2) {
  width: 164px;
}
@media screen and (min-width: 920px) {
  .p-event-tab__item:nth-child(2) {
    width: 191px;
  }
}
.p-event-tab__item:nth-child(3) {
  width: 226px;
}
@media screen and (min-width: 920px) {
  .p-event-tab__item:nth-child(3) {
    width: 262px;
  }
}
.p-event-tab__item:nth-child(n+2) {
  margin-left: 2px;
}
.p-event-tab__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E60012;
  color: #fff;
  border: 1px solid #c4c4c4;
  background-image: url(/assets/images/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 2px;
  font-size: 0.75rem;
}
@media screen and (min-width: 920px) {
  .p-event-tab__link {
    font-size: 0.875rem;
  }
}
.p-event-tab__link:link {
  color: #fff;
}
.p-event-tab__link:visited {
  color: #fff;
}
.p-event-tab__link:hover {
  color: #fff;
}
.p-event-tab__link:active {
  color: #fff;
}
.p-event-tab__link.is-active {
  color: #231815;
  background-color: #fff;
}

.p-event-second-block {
  width: auto;
  margin: 0 auto 0;
  padding: 0 0;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 920px) {
  .p-event-second-block {
    width: 960px;
    margin: 0 auto 0;
    padding: 0;
  }
}
.p-event-second-block.is-inview {
  animation: fadein 1s ease forwards;
}

.p-event-block {
  margin-top: 80px;
  width: auto;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-event-block {
    margin-top: 156px;
    width: 420px;
    margin-left: 74px;
  }
}
.p-event-block--r {
  margin-left: auto;
}
@media screen and (min-width: 920px) {
  .p-event-block--r {
    margin-right: 44px;
  }
}
.p-event-block__link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding-right: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px 43px;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-event-block__link {
    font-size: 1.75rem;
    transition: all 0.3s ease-out;
  }
  .p-event-block__link:hover {
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}
.p-event-block__title-e {
  margin-top: 8px;
  color: #E60012;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-event-block__title-e {
    margin-top: 12px;
  }
}
.p-event-block__text {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-event-block__text {
    margin-top: 36px;
  }
}

.p-event-bg-overflow {
  overflow: hidden;
  width: auto;
  margin: -56px 0 0;
  padding: 160px 15px 360px;
}
@media screen and (min-width: 920px) {
  .p-event-bg-overflow {
    width: 100%;
    min-width: 1200px;
    margin-top: -24px;
    padding: 0 0 180px;
  }
}

.p-event-about {
  padding: 0 0 180px;
  margin: 54px 0 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-event-about {
    margin: 72px 0 0;
  }
}
.p-event-about .l-page-header-tab {
  margin-top: 0;
}
.p-event-about__mv {
  width: 350px;
  margin: 62px auto 0;
}
@media screen and (min-width: 920px) {
  .p-event-about__mv {
    width: 480px;
    margin: 0;
  }
}
.p-event-about__lead {
  font-size: 1.25rem;
  margin-top: 32px;
}
@media screen and (min-width: 920px) {
  .p-event-about__lead {
    display: none;
  }
}
.p-event-about .l-page-left-title-block__lead {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-event-about .l-page-left-title-block__lead {
    display: block;
  }
}

.p-event-noren-content {
  margin: 110px auto 0;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-event-noren-content {
    margin: 60px auto 0;
    justify-content: space-between;
    flex-direction: row;
    width: 1160px;
  }
}
.p-event-noren-content__main {
  margin-top: 32px;
}
@media screen and (min-width: 920px) {
  .p-event-noren-content__main {
    width: 600px;
    margin-top: 0;
  }
}
@media screen and (min-width: 920px) {
  .p-event-noren-content__sub {
    width: 480px;
  }
}
.p-event-noren-content__img:not(:first-child) {
  margin-top: 8px;
}
.p-event-noren-content .c-normal-text:first-child {
  margin-top: 0;
}

.p-event-noren__lead {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 60px;
}
.p-event-noren__img {
  margin-top: 40px;
}
.p-event-noren .l-page-left-title-block {
  width: 100%;
}
.p-event-noren .l-page-left-title-block__lead {
  margin-top: 80px;
}
@media screen and (min-width: 920px) {
  .p-event-noren .l-page-left-title-block__lead {
    margin-top: 48px;
  }
}

.p-event-noren-under-block {
  margin: 110px 0 0;
}
@media screen and (min-width: 920px) {
  .p-event-noren-under-block {
    margin: 190px 0 0;
  }
}
.p-event-noren-under-block__inr {
  margin: 0 auto;
}
@media screen and (min-width: 920px) {
  .p-event-noren-under-block__inr {
    width: 720px;
    padding: 0 0;
  }
}
.p-event-noren-under-block__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 64px 4px;
}
.p-event-noren-under-block__lead {
  margin: 32px 0 0;
  text-align: center;
}
.p-event-noren-under-block__bg {
  margin: 84px -15px 0;
  padding: 120px 15px 100px;
  background-image: url(/assets/images/common/bg_news.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 920px) {
  .p-event-noren-under-block__bg {
    margin: 48px 0 0;
    padding: 98px 20px 158px;
    min-width: 1200px;
    background-size: 1900px 1068px;
  }
}
.p-event-noren-under-block__year {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.p-event-noren-under-block__img {
  width: 300px;
  margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
  .p-event-noren-under-block__img {
    width: 720px;
    margin: 32px auto 0;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
  }
}
.p-event-noren-under-block__img01 {
  width: 300px;
}
.p-event-noren-under-block__img02 {
  width: 300px;
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-event-noren-under-block__img02 {
    margin-top: 0;
  }
}
.p-event-noren-under-block__text {
  font-size: 0.875rem;
  margin-top: 16px;
}
.p-event-noren-under-block__note {
  font-size: 0.75rem;
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-event-noren-under-block__note::before {
  content: "※";
}

.p-noren-slider-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(252, 248, 244, 0.9);
  z-index: 1000;
  display: none;
  overflow: auto;
}
.p-noren-slider-modal__close {
  width: 50px;
  height: 40px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E60012;
  border-top: 2px solid #E60012;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 920px) {
  .p-noren-slider-modal__close {
    position: absolute;
    top: calc(50% - 468px);
    right: calc(50% - 446px);
  }
}
.p-noren-slider-modal.is-active {
  display: block;
}

.p-noren-slider {
  width: calc(100% - 30px);
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  position: absolute;
  top: 80px;
  left: 15px;
}
@media screen and (min-width: 920px) {
  .p-noren-slider {
    width: 720px;
    min-height: 874px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 920px) and (max-height: 960px) {
  .p-noren-slider {
    top: 120px;
    transform: translate(-50%, 0);
  }
  .p-noren-slider .p-noren-slider-modal__close {
    top: 120px;
  }
}
.p-noren-slider__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-noren-slider__img {
  display: flex;
  margin: 44px 0 0;
  padding: 0 40px;
  justify-content: space-between;
}
.p-noren-slider__img01 {
  width: 300px;
}
.p-noren-slider__img02 {
  width: 300px;
}
.p-noren-slider__text-block {
  margin: 16px 0 0;
}
.p-noren-slider__text {
  font-size: 0.875rem;
}
.p-noren-slider__text a {
  text-decoration: underline;
}
@media screen and (min-width: 920px) {
  .p-noren-slider__text a:hover {
    text-decoration: none;
  }
}
.p-noren-slider__text-s {
  font-size: 0.75rem;
  margin-top: 4px;
}
.p-noren-slider__text-s a {
  text-decoration: underline;
}
@media screen and (min-width: 920px) {
  .p-noren-slider__text-s a:hover {
    text-decoration: none;
  }
}
.p-noren-slider__name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 16px;
}
.p-noren-slider__note {
  margin-top: 8px;
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-noren-slider__note::before {
  content: "※";
}
.p-noren-slider__next {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
}
.p-noren-slider__prev {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
}

@media screen and (min-width: 920px) and (max-height: 960px) {
  .p-noren-slider-modal__close {
    top: 120px;
  }
}
.p-noren-select-outer {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-noren-select-outer {
    width: 100%;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    position: relative;
    display: block;
  }
  .p-noren-select-outer.is-open {
    border-radius: 6px 6px 0 0;
  }
  .p-noren-select-outer.is-open .p-noren-options {
    display: block;
  }
  .p-noren-select-outer .selected {
    cursor: pointer;
    transition: color 0.3s ease-out;
  }
  .p-noren-select-outer .selected:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}

.p-noren-select {
  max-width: 360px;
  margin: 150px auto 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-noren-select {
    margin: 90px auto 0;
  }
}
.p-noren-select__select-v {
  display: flex;
  width: 100%;
  font-weight: 700;
  text-align: center;
  height: 80px;
  align-items: center;
  justify-content: center;
  background-image: url(/assets/images/common/btn_down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.p-noren-select__select {
  display: flex;
  width: 100%;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  height: 80px;
  align-items: center;
  text-align: -webkit-center;
  justify-content: center;
  background-image: url(/assets/images/common/btn_down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #231815;
}
.p-noren-select__select option[disabled] {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-noren-select__select {
    display: none;
  }
}

.p-noren-options {
  width: calc(100% + 2px);
  height: 250px;
  overflow: auto;
  display: none;
  position: absolute;
  top: 80px;
  left: -1px;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
.p-noren-options li {
  font-size: 0.875rem;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  padding: 12px 20px;
  cursor: pointer;
}
@media screen and (min-width: 920px) {
  .p-noren-options li {
    transition: color 0.3s ease-out;
  }
  .p-noren-options li:hover {
    color: #E60012;
    transition: color 0.3s ease-out;
  }
}

.p-event__img560 {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-event__img560 {
    width: 560px;
  }
}
.p-event__img370 {
  width: 66.0714285714%;
  max-width: 370px;
  margin-top: 24px;
}
@media screen and (min-width: 920px) {
  .p-event__img370 {
    width: 370px;
  }
}
.p-event__attentionText {
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 12px;
}
.p-event__attentionText::before {
  content: "※";
}

.p-tearaisheet-section {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-tearaisheet-section {
    margin-top: 80px;
  }
}
.p-tearaisheet-section__lead {
  font-size: 1.25rem;
}
@media screen and (min-width: 920px) {
  .p-tearaisheet-section__lead {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.p-tearaisheet-section__contentsFrame {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-tearaisheet-section__contentsFrame {
    margin-top: 80px;
  }
}

.p-tearaisheet-list__item {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  font-size: 0.75rem;
}
.p-tearaisheet-list__item::before {
  content: "・";
}

.c-btn-smalll--tearaisheet {
  margin: 40px auto;
}

.l-main:has(.p-present) {
  padding-inline: 20px;
}
@media screen and (min-width: 920px) {
  .l-main:has(.p-present) {
    padding-inline: 0;
  }
}

.p-present {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-inline: 20px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
  .p-present {
    width: 100%;
    min-width: 1200px;
    margin-left: auto;
    padding-inline: 0;
  }
}

.p-present-lead {
  position: relative;
}

.p-present-lead__wrapper {
  width: 100vw;
  margin-left: -20px;
  padding-top: 24px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-present-lead__wrapper {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }
}

.p-present-lead__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 920px) {
  .p-present-lead__inner {
    align-items: center;
    max-width: unset;
    padding-inline: 0;
  }
}

.p-present-lead__heading {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  row-gap: 12px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: -26px;
  padding-block: 32px;
  background-image: url(/assets/images/event/present/bg-wavyCircle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 920px) {
  .p-present-lead__heading {
    position: absolute;
    top: 0;
    right: 45px;
    width: 180px;
    height: 180px;
    margin: 0;
  }
}

.p-present-lead__headingTitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.p-present-lead__headingSchedule {
  font-size: 0.875rem;
}

.p-present-lead__headingMain {
  font-size: 1.25rem;
}

.p-present-lead__headingLabel {
  font-size: 0.75rem;
}

.p-present-lead__product {
  order: 3;
  width: 100%;
  margin-right: auto;
}
@media screen and (min-width: 920px) {
  .p-present-lead__product {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    margin: 0;
  }
}

.p-present-lead__productName {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-present-lead__productName > span {
  display: block;
}

.p-present-lead__productSub {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-present-lead__link {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  color: #E60012;
  font-size: 0.875rem;
  padding-right: 22px;
  background-image: url(/assets/images/common/nav_btn_s.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: right 3px center;
  transition: color 0.3s ease-out;
}
.p-present-lead__link:hover {
  color: #E60012;
}

.p-present-lead__thumbnail {
  order: 2;
  width: 300px;
  height: 300px;
  margin-top: -72px;
  background-color: #FCF8F4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-present-lead__thumbnail {
    width: 320px;
    height: 320px;
    margin-top: 0;
  }
}
.p-present-lead__thumbnail picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 320px;
  min-width: 360px;
  aspect-ratio: 3/2;
  display: flex;
}
@media screen and (min-width: 920px) {
  .p-present-lead__thumbnail picture {
    height: 320px;
    min-width: 400px;
  }
}
.p-present-lead__thumbnail picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-present-lead__bg-text {
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  color: #BAFFF0;
  position: absolute;
  bottom: 6rem;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  animation: loop-text 30s infinite linear;
}
@media screen and (min-width: 920px) {
  .p-present-lead__bg-text {
    margin: 0 auto;
    font-size: 7.5rem;
    position: absolute;
    bottom: -5px;
    left: 30px;
    z-index: -1;
  }
}
.p-present-lead__bg-text span {
  width: 1150px;
  display: inline-block;
  flex: 0 0 auto;
  padding-left: 20px;
}
@media screen and (min-width: 920px) {
  .p-present-lead__bg-text span {
    width: 2285px;
  }
}

.p-present-intro {
  max-width: 720px;
  margin-top: 80px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
@media screen and (min-width: 920px) {
  .p-present-intro {
    margin-top: 32px;
  }
}

.p-present-intro__lead {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.p-present-intro__lead--num {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
}

.p-present-intro__lead--larger {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.p-present-intro__text {
  letter-spacing: 0.05em;
}

.p-present-intro__note {
  text-indent: -1em;
  padding-left: 1em;
}

.p-present-quiz {
  max-width: 720px;
  margin-top: 140px;
  margin-inline: auto;
}

.p-present-quiz__inner {
  position: relative;
}

.p-present-quiz__heading {
  width: 206px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding-block: 10px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  background-color: #FFE5A8;
  border-radius: 40px;
}

.p-present--magazine .p-present-intro {
  margin-top: 32px;
}
@media screen and (min-width: 920px) {
  .p-present--magazine .p-present-intro {
    margin-top: 52px;
  }
}

.p-present--magazine .p-present-quiz__heading {
  background-color: #FFE2E4;
}

.p-present--magazine .p-present-mv {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0;
}
@media screen and (min-width: 920px) {
  .p-present--magazine .p-present-mv {
    margin: 60px auto 0;
  }
}

.p-present-quiz__frame {
  width: 100%;
  padding-block: 32px;
  padding-inline: 35px;
  background-color: #FCF8F4;
  border-radius: 20px;
}
@media screen and (min-width: 920px) {
  .p-present-quiz__frame {
    padding-block: 40px;
  }
}

.p-present-quiz__text {
  text-align: center;
}

.p-present-ask {
  max-width: 960px;
  margin-top: 80px;
  margin-inline: auto;
  margin-bottom: 36px;
}
.p-present-ask .p-csc__linkFrame {
  margin-top: 114px;
  margin-inline: auto;
}

.p-present-ask__heading {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.p-present-ask__lead {
  margin-top: 36px;
  text-align: center;
}

.p-present-contact__lead {
  margin-top: 36px;
  text-align: center;
}

.p-present-contact-section__introLayout {
  display: grid;
  row-gap: 3.125rem;
}
@media screen and (min-width: 920px) {
  .p-present-contact-section__introLayout {
    grid-template-columns: 1fr 480px;
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
.p-present-contact-section__contentsFrame {
  margin-top: 50px;
}
@media screen and (min-width: 920px) {
  .p-present-contact-section__contentsFrame {
    margin-top: 100px;
  }
}
.p-present-contact-section__contents {
  display: grid;
  margin-bottom: 60px;
}
@media screen and (min-width: 920px) {
  .p-present-contact-section__contents {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 170px 1fr;
    margin-bottom: 90px;
  }
}
.p-present-contact-section__textFrame {
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-present-contact-section__textFrame {
    padding-top: 24px;
  }
}
.p-present-contact-section__icon {
  display: grid;
  row-gap: 20px;
  justify-content: center;
  text-align: center;
}
.p-present-contact-section__copy {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 40px;
}
.p-present-contact-section__formTextFrame {
  border-radius: 2px;
  background-color: #FCF8F4;
  padding: 30px 18px;
  margin: 53px 0;
}
@media screen and (min-width: 920px) {
  .p-present-contact-section__formTextFrame {
    padding: 48px 40px;
  }
}
.p-present-contact-section__formList {
  margin-top: 40px;
  margin-bottom: 18px;
  counter-reset: number 0;
}
.p-present-contact-section__formListItem {
  padding: 18px 0;
  position: relative;
  display: flex;
  font-size: 0.875rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.p-present-contact-section__formListItem:first-child {
  padding-top: 0;
}
.p-present-contact-section__formListItem::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.p-present-contact-section__attentionText {
  font-size: 0.875rem;
}
.p-present-contact-section__noteText {
  font-size: 0.875rem;
}

.p-present__entry {
  text-indent: -1em;
  padding-left: 1em;
}
.p-present__entry::before {
  content: "・";
  display: inline;
}

.p-packagecraft-intro {
  margin-top: 104px;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro {
    padding-inline: 20px;
  }
}

.p-packagecraft-intro__frame {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro__frame {
    grid-template-columns: 600px 1fr;
    -moz-column-gap: 56px;
         column-gap: 56px;
    row-gap: 0;
  }
}

.p-packagecraft-intro__title {
  grid-area: 1/1/2/2;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro__title {
    grid-area: 1/1/2/2;
    font-size: 1.5rem;
  }
}

.p-packagecraft-intro__text {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro__text {
    grid-area: 2/1/3/2;
    margin-top: 40px;
  }
}

.p-packagecraft-intro__premise {
  grid-area: 4/1/5/2;
  display: flex;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro__premise {
    grid-area: 3/1/4/2;
    margin-top: 32px;
  }
}
.p-packagecraft-intro__premise img {
  width: 100%;
  height: auto;
}

.p-packagecraft-intro-note {
  grid-area: 5/1/6/2;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro-note {
    grid-area: 4/1/5/2;
    margin-top: 24px;
  }
}

.p-packagecraft-intro-note__title {
  font-size: 0.875rem;
}

.p-packagecraft-intro-note__list {
  display: flex;
  flex-direction: column;
}

.p-packagecraft-intro-note__item {
  font-size: 0.875rem;
  padding-left: 20px;
  position: relative;
}
.p-packagecraft-intro-note__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-packagecraft-intro__img {
  grid-area: 3/1/4/2;
  display: flex;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-intro__img {
    grid-area: 1/2/5/3;
    margin-top: -60px;
  }
}

.p-packagecraft-process {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-process {
    padding-inline: 20px;
  }
}

.p-packagecraft-process__inner {
  background-color: #fff;
  border: 2px solid #C4C4C4;
  padding: 16px 8px;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-process__inner {
    border-width: 4px;
    padding: 16px 8px 96px;
  }
}

.p-packagecraft-process__wrapper {
  max-width: 960px;
  margin-top: 40px;
  margin-inline: auto;
}
.p-packagecraft-process__wrapper + .p-packagecraft-process__wrapper {
  margin-top: 104px;
}

.p-packagecraft-process__title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-packagecraft-process-row {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 920px) {
  .p-packagecraft-process-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
}

.p-packagecraft-process-single {
  margin-top: 80px;
}

/*--------------------------------------------
  BATH TRIVIA
--------------------------------------------*/
@media screen and (min-width: 920px) {
  .p-bathtrivia .l-content-inr {
    max-width: 1200px;
    width: 90%;
  }
}
.p-bathtrivia .l-page-left-title-block {
  width: 100%;
}
.p-bathtrivia .l-page-left-title-block__lead {
  margin-top: 48px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-bathtrivia__content {
  margin-top: 62px;
}
@media screen and (min-width: 920px) {
  .p-bathtrivia__content {
    padding: 0 20px;
  }
}
.p-bathtrivia__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 920px) {
  .p-bathtrivia__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 30px;
  }
}
.p-bathtrivia__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 28px;
  padding: 39px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
}
.p-bathtrivia__itemNum {
  display: grid;
  place-content: center;
}
.p-bathtrivia__itemNum span {
  position: relative;
  display: grid;
  place-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.05em;
  width: 85px;
  height: 74px;
  z-index: 1;
}
.p-bathtrivia__itemNum span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/images/common/number_circle.svg);
  background-repeat: no-repeat;
  background-size: 72px 54px;
  background-position: center;
  z-index: -1;
}
.p-bathtrivia__itemTitle {
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin: calc((1em - 1lh) / 2) 0;
}
.p-bathtrivia__itemTitle span {
  background-color: #faf1da;
  line-height: 2;
}
.p-bathtrivia__itemImage {
  text-align: center;
}
.p-bathtrivia__itemImage img {
  width: 100%;
  height: auto;
}
.p-bathtrivia__itemCaption {
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: left;
}
.p-bathtrivia__itemText {
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin: calc((1em - 1lh) / 2) 0;
}

/*--------------------------------------------
  EHON
--------------------------------------------*/
.p-ehon .l-page-left-title-block {
  width: 100%;
}
@media screen and (min-width: 920px) {
  .p-ehon__intro {
    padding: 0 20px;
  }
}
.p-ehon__introFrame {
  position: relative;
  margin-top: 110px;
}
@media screen and (min-width: 920px) {
  .p-ehon__introFrame {
    margin-top: 130px;
  }
}
.p-ehon__introLeadText {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.p-ehon__introLeadText .u-hiddenSP {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-ehon__introLeadText .u-hiddenSP {
    display: inline;
  }
}
.p-ehon__introLeadAnnotation {
  display: block;
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.p-ehon__introImage {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-ehon__introImage {
    margin-top: 0;
    position: absolute;
    top: -170px;
    right: 70px;
    width: 500px;
    height: 500px;
    transform: rotate(8deg);
  }
}
.p-ehon__introGallery {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
@media screen and (min-width: 920px) {
  .p-ehon__introGallery {
    margin-top: 190px;
    flex-direction: row;
    gap: 0;
  }
}
.p-ehon__introGalleryImage {
  width: min(210px, 53.8461vw);
}
@media screen and (min-width: 920px) {
  .p-ehon__introGalleryImage {
    width: 320px;
    height: 240px;
  }
}
@media screen and (min-width: 920px) {
  .p-ehon__introGalleryImage[data-order="1"] {
    transform: rotate(-5deg);
  }
}
@media screen and (min-width: 920px) {
  .p-ehon__introGalleryImage[data-order="2"] {
    transform: rotate(10deg);
    margin-left: 32px;
  }
}
@media screen and (min-width: 920px) {
  .p-ehon__introGalleryImage[data-order="3"] {
    transform: rotate(-5deg);
    margin-left: 44px;
  }
}
@media screen and (min-width: 920px) {
  .p-ehon__desc:nth-of-type(1) {
    width: 510px;
  }
}
@media screen and (min-width: 920px) {
  .p-ehon__desc:nth-of-type(2) {
    width: 600px;
  }
}
.p-ehon__desc + .p-ehon__desc {
  margin-top: 80px;
}
@media screen and (min-width: 920px) {
  .p-ehon__desc + .p-ehon__desc {
    margin-top: 0;
  }
}
.p-ehon__descFrame {
  margin-top: 72px;
}
@media screen and (min-width: 920px) {
  .p-ehon__descFrame {
    gap: 100px;
    display: flex;
    padding: 0 20px;
  }
}
.p-ehon__descTitle {
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.p-ehon__descTitle span {
  font-weight: 700;
}
.p-ehon__descTitle + .p-ehon__descText {
  margin-top: 24px;
}
.p-ehon__descText {
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
.p-ehon__descAnnotation {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 920px) {
  .p-ehon__descBtn {
    margin: 96px auto 0;
  }
}

.p-ehon-slider-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(252, 248, 244, 0.9);
  z-index: 1000;
  display: none;
  overflow: auto;
}
.p-ehon-slider-modal__close {
  width: 50px;
  height: 40px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #E60012;
  border-top: 2px solid #E60012;
  position: absolute;
  top: 40px;
  right: 20px;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider-modal__close {
    position: absolute;
    top: calc(50% - 390px);
    right: calc(50% - 446px);
  }
}
.p-ehon-slider-modal.is-active {
  display: block;
}

.p-ehon-slider {
  width: calc(100% - 30px);
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  position: absolute;
  top: 80px;
  left: 15px;
  overflow: clip;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider {
    width: 720px;
    min-height: 780px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 920px) and (max-height: 960px) {
  .p-ehon-slider {
    top: 120px;
    transform: translate(-50%, 0);
  }
  .p-ehon-slider .p-ehon-slider-modal__close {
    top: 120px;
  }
}
@media screen and (min-width: 920px) {
  .p-ehon-slider__slide.u-hiddenPC {
    display: none;
  }
}
.p-ehon-slider__wrapper {
  margin-top: 90px;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider__wrapper {
    margin-top: 0;
  }
}
.p-ehon-slider__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-ehon-slider__img {
  display: flex;
  width: calc(100vw - 30px);
  margin: 0 0 44px;
  padding: 0;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider__img {
    display: block;
    width: 720px;
    padding: 0 14px;
  }
}
.p-ehon-slider__text-block {
  margin: 16px 0 0;
}
.p-ehon-slider__text {
  font-size: 0.875rem;
}
.p-ehon-slider__text a {
  text-decoration: underline;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider__text a:hover {
    text-decoration: none;
  }
}
.p-ehon-slider__text-s {
  font-size: 0.75rem;
  margin-top: 4px;
}
.p-ehon-slider__name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 16px;
}
.p-ehon-slider__note {
  margin-top: 8px;
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
.p-ehon-slider__note::before {
  content: "※";
}
.p-ehon-slider__next {
  position: absolute;
  bottom: 18px;
  right: 15px;
  z-index: 2;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider__next {
    bottom: 200px;
  }
}
.p-ehon-slider__prev {
  position: absolute;
  bottom: 18px;
  left: 15px;
  z-index: 2;
}
@media screen and (min-width: 920px) {
  .p-ehon-slider__prev {
    bottom: 200px;
  }
}

@media screen and (min-width: 920px) and (max-height: 960px) {
  .p-ehon-slider-modal__close {
    top: 120px;
  }
}
.p-faq-sec {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .p-faq-sec {
    margin-top: 64px;
  }
}
.p-faq-sec .l-page-header-tab {
  margin-top: 0;
}
@media screen and (min-width: 920px) {
  .p-faq-sec .l-page-header-tab .c-anchor-list {
    margin-top: 64px;
  }
}
@media screen and (min-width: 920px) {
  .p-faq-sec:not(:first-child) {
    margin-top: 100px;
  }
}
.p-faq-sec .l-content__sub--narrow {
  margin-top: 0;
}

.p-faq-cat-sec {
  margin-top: 100px;
}
.p-faq-cat-sec:first-child {
  margin-top: 150px;
}
@media screen and (min-width: 920px) {
  .p-faq-cat-sec {
    margin-top: 80px;
    padding: 0 20px;
  }
  .p-faq-cat-sec:first-child {
    margin-top: 80px;
  }
}
.p-faq-cat-sec__flex {
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 920px) {
  .p-faq-cat-sec__flex {
    justify-content: space-between;
    flex-direction: row;
  }
}
.p-faq-cat-sec__title {
  font-size: 1.5rem;
  padding-bottom: 20px;
  background-image: url(/assets/images/common/title_line_l.png);
  background-size: 120px 4px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.p-faq-cat-sec__sub-title {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.p-faq-cat-sec__title + .p-faq-cat-sec__sub-title {
  margin-top: 40px;
}

.p-faq-sub-cat-sec {
  margin-top: 24px;
  padding-top: 30px;
}

.p-faq-brand-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 920px) {
  .p-faq-brand-list {
    width: 820px;
  }
}
.p-faq-brand-list__item {
  width: auto;
  margin: 40px auto 0;
}
@media screen and (min-width: 920px) {
  .p-faq-brand-list__item {
    width: 260px;
    margin: 24px 0 0;
  }
}
.p-faq-brand-list__img {
  aspect-ratio: 260/174;
}
@media screen and (min-width: 920px) {
  .p-faq-brand-list__img {
    width: 260px;
    height: 174px;
    overflow: hidden;
  }
  .p-faq-brand-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-faq-brand-list__btn {
  width: 100%;
  height: 40px;
  display: block;
}
.p-faq-brand-list__btn:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 920px) {
  .p-faq-brand-list__btn {
    width: 260px;
  }
  .p-faq-brand-list__btn:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 920px) {
  .p-faq-brand-list__img-link img {
    transition: all 0.3s ease-out;
  }
  .p-faq-brand-list__img-link:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
}
.p-faq-brand-list__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/common/btn_external.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  line-height: 1;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-faq-brand-list__link {
    font-size: 1rem;
    transition: all 0.3s ease-out;
  }
  .p-faq-brand-list__link:hover {
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}

.p-faq-list__item {
  display: block;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
@media screen and (min-width: 920px) {
  .p-faq-list__item {
    padding-bottom: 0;
    transition: border-color 0.3s ease-out;
  }
  .p-faq-list__item:hover {
    border-color: #E60012;
    transition: border-color 0.3s ease-out;
  }
}
.p-faq-list__item::before, .p-faq-list__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #E60012;
  position: absolute;
  top: 34px;
  right: 20px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media screen and (min-width: 920px) {
  .p-faq-list__item::before, .p-faq-list__item::after {
    top: 44px;
    right: 34px;
  }
}
.p-faq-list__item::after {
  transform: rotate(90deg);
}
.p-faq-list__item:not(:first-child) {
  margin-top: 16px;
}
.p-faq-list__item.is-active {
  border-color: #E60012;
}
.p-faq-list__item.is-active::after {
  transform: rotate(0);
}
.p-faq-list__item.is-active .p-faq-list__a {
  max-height: 3000px;
  padding: 0px 50px 16px 50px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-faq-list__item.is-active .p-faq-list__a {
    max-height: 2500px;
    padding: 0px 60px 30px 70px;
  }
}
.p-faq-list__q {
  width: 100%;
  padding: 18px 50px 18px 50px;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 920px) {
  .p-faq-list__q {
    padding: 30px 60px 30px 70px;
  }
}
.p-faq-list__q::before {
  content: "Q";
  color: #E60012;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 12px;
  left: 16px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__q::before {
    top: 23px;
    left: 31px;
  }
}
.p-faq-list__a {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0 50px 0 50px;
  position: relative;
  font-size: 1rem;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-faq-list__a {
    padding: 0 60px 0 70px;
  }
}
.p-faq-list__a::before {
  content: "A";
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: -7px;
  left: 16px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__a::before {
    left: 31px;
  }
}
.p-faq-list__a .p-faq-list-a-list {
  margin-top: 24px;
}
.p-faq-list__a .p-faq-list-a-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-faq-list__a .p-faq-list-a-list--point li::before {
  content: "・";
}
.p-faq-list__a ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-faq-list__link {
  text-decoration: underline;
}
.p-faq-list__link:link {
  text-decoration: underline;
}
.p-faq-list__link:visited {
  text-decoration: underline;
}
.p-faq-list__link:hover {
  color: #E60012;
  text-decoration: none;
}
.p-faq-list__link:active {
  text-decoration: underline;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--flex {
    display: flex;
  }
}
.p-faq-list__img--b07-01-01 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-01-01 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-01-02 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-01-02 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-01-03 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-01-03 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-03-01 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-03-01 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-03-02 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-03-02 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-04-01 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-04-01 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-04-02 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-04-02 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-04-03 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-04-03 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-04-04 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-04-04 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-04-05 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-04-05 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-05-01 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-05-01 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-05-02 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-05-02 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-05-03 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-05-03 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-05-04 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-05-04 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-05-05 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-05-05 {
    margin: 24px 0 48px;
  }
}
.p-faq-list__img--b07-05-06 {
  width: 250px;
  margin: 24px auto 48px;
}
@media screen and (min-width: 920px) {
  .p-faq-list__img--b07-05-06 {
    margin: 24px 0 48px;
  }
}

.l-page-left-title-block.--csc {
  width: auto;
  margin-bottom: 64px;
}
@media screen and (min-width: 920px) {
  .l-page-left-title-block.--csc {
    margin-bottom: 80px;
  }
}

.p-csc__linkFrame {
  width: 100%;
  display: grid;
  max-width: 480px;
  min-height: 80px;
  position: relative;
}
.p-csc__linkFrame.--center {
  margin: 0 auto;
}
.p-csc__link {
  display: flex;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  background-image: url(/assets/images/common/arrow_red.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-csc__link:hover {
    border-color: #E60012;
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}
.p-csc__link.is-disable {
  opacity: 0.6;
}
.p-csc__link.is-disable:hover {
  border-color: #c4c4c4;
  color: inherit;
}
.p-csc__link.is-disable:hover + .p-csc__tooltip {
  opacity: 1;
  visibility: visible;
}
.p-csc__tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  display: inline-block;
  padding: 5px 5px 5px 8px;
  white-space: nowrap;
  font-size: 0.75rem;
  background: #333333;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.p-csc__tooltip:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #333;
}

.p-csc-mail-mag-section__contentsFrame {
  display: grid;
  row-gap: 60px;
  grid-template-areas: "Text" "Img" "Link" "News";
}
@media screen and (min-width: 920px) {
  .p-csc-mail-mag-section__contentsFrame {
    grid-template-columns: 600px auto;
    row-gap: 80px;
    justify-content: space-between;
    grid-template-areas: "Text Img" "Link Img" "News .";
  }
}
.p-csc-mail-mag-section__contentsText {
  grid-area: Text;
}
.p-csc-mail-mag-section__contentsLink {
  grid-area: Link;
}
.p-csc-mail-mag-section__contentsNews {
  grid-area: News;
}
.p-csc-mail-mag-section__contentsImg {
  grid-area: Img;
}
.p-csc-mail-mag-section__copy {
  font-weight: 700;
}
.p-csc-mail-mag-section__copy--main {
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}
.p-csc-mail-mag-section__copy--sub1 {
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 920px) {
  .p-csc-mail-mag-section__copy--sub1 {
    margin-bottom: 28px;
  }
}
.p-csc-mail-mag-section__copy--sub2 {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 920px) {
  .p-csc-mail-mag-section__copy--sub2 {
    margin-bottom: 24px;
  }
}

.p-csc-contact-section__introLayout {
  display: grid;
  row-gap: 3.125rem;
}
@media screen and (min-width: 920px) {
  .p-csc-contact-section__introLayout {
    grid-template-columns: 1fr 480px;
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
  }
}
.p-csc-contact-section__contentsFrame {
  margin-top: 50px;
}
@media screen and (min-width: 920px) {
  .p-csc-contact-section__contentsFrame {
    margin-top: 100px;
  }
}
.p-csc-contact-section__contents {
  display: grid;
  margin-bottom: 60px;
}
@media screen and (min-width: 920px) {
  .p-csc-contact-section__contents {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 170px 1fr;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 920px) {
  .p-csc-contact-section__textFrame {
    padding-top: 24px;
  }
}
.p-csc-contact-section__icon {
  display: grid;
  row-gap: 20px;
  justify-content: center;
  text-align: center;
}
.p-csc-contact-section__copy {
  font-weight: 700;
}
.p-csc-contact-section__telFrame {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-weight: 700;
  line-height: 1;
}
.p-csc-contact-section__telText {
  font-size: 1rem;
  align-self: baseline;
  margin-top: auto;
}
.p-csc-contact-section__telNumber {
  font-size: 2rem;
}
.p-csc-contact-section__formTextFrame {
  border-radius: 2px;
  background-color: #FCF8F4;
  padding: 30px 20px;
  margin: 53px 0;
}
@media screen and (min-width: 920px) {
  .p-csc-contact-section__formTextFrame {
    padding: 48px 40px;
  }
}
.p-csc-contact-section__formList {
  margin-bottom: 53px;
}
.p-csc-contact-section__formListItem {
  padding: 40px 0;
  position: relative;
  display: flex;
  line-height: 2;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  border-bottom: 1px solid #000;
}
.p-csc-contact-section__formListItem::before {
  content: "□";
}
.p-csc-contact-section__attentionText {
  margin-bottom: 40px;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.p-csc-contact-section__attentionText::before {
  content: "※";
}
.p-csc-contact-section__noteText {
  line-height: 2;
}
.p-csc-contact-section__policyFrame {
  height: 350px;
  overflow-y: auto;
  background-color: #F6F6F6;
  border-radius: 2px;
  margin-top: 53px;
  margin-bottom: 53px;
  padding-block: 64px;
}
.p-csc-contact-section__policyInner {
  max-width: 840px;
  padding-inline: 20px;
  margin-inline: auto;
}
.p-csc-contact-section__policyHeading {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-csc-contact-section__policyLead {
  margin-top: 50px;
  font-size: 1rem;
}
.p-csc-contact-section__policyMain {
  margin-top: 50px;
}
.p-csc-contact-section__policyTitle {
  font-weight: 700;
}
.p-csc-contact-section__policyTitle:not(:first-child) {
  margin-top: 40px;
}
.p-csc-contact-section__policyDetail a {
  text-decoration: underline;
  transition: color 0.3s ease-out;
}
.p-csc-contact-section__policyDetail a:hover {
  color: #E60012;
}
.p-csc-contact-section__policyCheck {
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.p-csc-contact-section__otherLink {
  display: grid;
  margin-bottom: 48px;
  row-gap: 16px;
}
@media screen and (min-width: 920px) {
  .p-csc-contact-section__otherLink {
    grid-template-columns: 400px 480px;
    justify-content: space-between;
    margin-bottom: 48px;
  }
}

.c-title-underline.--cscContact {
  margin-bottom: 48px;
}

.p-faq-cat-sec__arrow {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-faq-cat-sec__arrow {
    display: block;
  }
}
.p-faq-cat-sec__arrow > ul {
  padding: 0;
}

.c-tilte-line--l:has(+ .p-csc-contact-section__contentsFrame) {
  margin-inline: 0;
}

.p-search-sec__title {
  font-size: 1.25rem;
  text-align: center;
}
.p-search-sec__no-keyword {
  margin: 200px 0 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-search-sec__no-hit {
  margin: 60px 0 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 920px) {
  .p-search-sec__no-hit {
    margin: 80px 0 0;
    font-size: 0.875rem;
  }
}
.p-search-sec__no-hit-text {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 24px;
}

.p-search-list {
  margin: 32px auto 0;
}
@media screen and (min-width: 920px) {
  .p-search-list {
    width: 840px;
  }
}
.p-search-list__item:not(:first-child) {
  margin-top: 6px;
}
.p-search-list__title {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.p-search-list__desc {
  font-size: 0.75rem;
  margin-top: 8px;
}
.p-search-list__text {
  font-size: 0.875rem;
  margin-top: 12px;
}
.p-search-list__url {
  font-size: 0.75rem;
  margin-top: 12px;
  color: #E60012;
  word-break: break-all;
}
.p-search-list__link {
  border: 1px solid #b9b9b9;
  padding: 20px;
  border-radius: 6px;
  display: block;
}
@media screen and (min-width: 920px) {
  .p-search-list__link {
    padding: 24px 40px 28px;
    transition: all 0.3s ease-out;
  }
  .p-search-list__link:hover {
    border-color: #E60012;
    transition: all 0.3s ease-out;
  }
  .p-search-list__link:hover .p-search-list__title {
    color: #E60012;
    transition: all 0.3s ease-out;
  }
}

.p-search-uder-block {
  margin: 64px 0 0;
}
@media screen and (min-width: 920px) {
  .p-search-uder-block {
    margin: 124px 0 0;
  }
}
.p-search-uder-block__lead {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.p-search-uder-block__lead + .c-under-btn-list {
  margin-top: 40px;
}
@media screen and (min-width: 920px) {
  .p-search-uder-block__lead + .c-under-btn-list {
    margin-top: 60px;
  }
}

.p-site-info-section__contents {
  max-width: 960px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (min-width: 920px) {
  .p-site-info-section__contents {
    margin-top: 80px;
  }
}

.p-site-info-table {
  counter-reset: num; /* カウンターの名前を'num'として初期化 */
}
.p-site-info-table__item {
  counter-increment: num; /* 各.list_itemでカウンターを1増やす */
  display: grid;
  -moz-column-gap: 7%;
       column-gap: 7%;
}
.p-site-info-table__item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (min-width: 920px) {
  .p-site-info-table__item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 920px) {
  .p-site-info-table__item {
    grid-template-columns: 1fr 600px;
  }
}
.p-site-info-table__item--full {
  grid-template-columns: 1fr;
}
.p-site-info-table__item--full:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (min-width: 920px) {
  .p-site-info-table__item--full:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.p-site-info-table__item--full .p-site-info-table__title {
  font-weight: 400;
}
.p-site-info-table__item--full .p-site-info-table__title--num::before {
  font-weight: 700;
}
.p-site-info-table__title {
  font-weight: 700;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.p-site-info-table__title--num::before {
  content: counter(num) ". "; /* カウンターの値を表示 */
  text-transform: full-width;
}
.p-site-info-table__text--note {
  display: inline-block;
  font-size: 0.8em;
  text-indent: -1em;
  padding-left: 1em;
}

.p-site-info-list {
  counter-reset: list-num; /* カウンターの名前を'num'として初期化 */
}
.p-site-info-list__item {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  counter-increment: list-num; /* 各.list_itemでカウンターを1増やす */
}
.p-site-info-list__item::before {
  content: counter(list-num) ". "; /* カウンターの値を表示 */
}
.p-site-info-list__item--dot::before {
  content: "・";
}
.p-site-info-list__item--hyphen {
  margin-top: 16px;
}
.p-site-info-list__item--hyphen::before {
  content: "ー";
}
.p-site-info-list__item a:not(.p-site-info-list__link) {
  display: inline;
  color: #F00;
}
.p-site-info-list__link {
  font-size: 1rem;
}
.p-site-info-list__link:visited {
  color: #F00;
}
@media screen and (min-width: 920px) {
  .p-site-info-list__link:hover {
    color: #F00;
    transition: all 0.3s ease-out;
  }
}
.p-site-info-list__link:active {
  color: #F00;
}
.p-site-info-list__link > span {
  font-weight: 700;
}
.p-site-info-list .c-external-link {
  margin-top: 0;
}

.p-site-info-name {
  font-weight: 700;
}

.p-recruit-sec {
  padding: 91px 0 0;
}
@media screen and (min-width: 920px) {
  .p-recruit-sec {
    padding: 0 0 0;
  }
  .p-recruit-sec:not(:first-child) {
    padding: 160px 0 0;
  }
}
.p-recruit-sec__positionFrame {
  position: relative;
}
.p-recruit-sec__imgFrame {
  display: grid;
  align-items: start;
  grid-template-columns: 10fr 12fr;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  margin-bottom: 50px;
}
@media screen and (min-width: 920px) {
  .p-recruit-sec__imgFrame {
    display: contents;
  }
}
.p-recruit-sec__img {
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.p-recruit-sec__img--01 {
  aspect-ratio: 292/180;
  margin-top: 8vw;
  background-image: url(/assets/images/recruit/top/img01.jpg);
}
@media screen and (min-width: 920px) {
  .p-recruit-sec__img--01 {
    margin-top: 0;
    position: absolute;
    width: 280px;
    left: 0;
    top: 80px;
  }
}
.p-recruit-sec__img--02 {
  width: 70%;
  aspect-ratio: 232/301;
  background-image: url(/assets/images/recruit/top/img02.jpg);
}
@media screen and (min-width: 920px) {
  .p-recruit-sec__img--02 {
    position: absolute;
    width: 200px;
    right: 200px;
    top: -25px;
  }
}
.p-recruit-sec__img--03 {
  width: 70%;
  margin-left: auto;
  margin-top: -30px;
  aspect-ratio: 240/160;
  background-image: url(/assets/images/recruit/top/img03.jpg);
}
@media screen and (min-width: 920px) {
  .p-recruit-sec__img--03 {
    margin: 0;
    width: 240px;
    position: absolute;
    width: 232px;
    right: 0;
    top: 130px;
  }
}

.p-bg-recruit {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 2800/2066;
  background-image: url(/assets/images/sustainability/top/bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 0;
  z-index: -1;
}
@media screen and (min-width: 920px) {
  .p-bg-recruit {
    width: 100%;
    min-width: 1440px;
  }
}

.p-recruit-lead {
  margin-top: 64px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.p-recruit-text {
  width: 280px;
  margin: 32px auto 75px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 200%;
}
@media screen and (min-width: 920px) {
  .p-recruit-text {
    width: 720px;
    margin: 24px auto 60px;
    text-align: center;
  }
}

.p-recruit-block {
  width: auto;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-recruit-block {
    width: 420px;
  }
}
.p-recruit-block--r {
  margin-left: auto;
}
.p-recruit-block__link {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding-right: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  background-image: url(/assets/images/common/nav_btn_l.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px 43px;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 920px) {
  .p-recruit-block__link {
    font-size: 1.75rem;
  }
}
.p-recruit-block__link:hover {
  color: #E60012;
}
.p-recruit-block__link.--blank {
  background-image: url(/assets/images/common/nav_btn_l-b.svg);
}
.p-recruit-block__title-e {
  margin-top: 8px;
  color: #E60012;
  font-size: 0.875rem;
}
@media screen and (min-width: 920px) {
  .p-recruit-block__title-e {
    margin-top: 12px;
  }
}

.p-recruit-linkFrame {
  max-width: 960px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (min-width: 920px) {
  .p-recruit-linkFrame {
    padding-top: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-recruit-career__contentsFrame {
  display: grid;
  row-gap: 60px;
  grid-template-areas: "Text01" "Img" "Text02" "Text03";
  margin-top: 60px;
}
@media screen and (min-width: 920px) {
  .p-recruit-career__contentsFrame {
    margin-top: 100px;
    grid-template-columns: 600px 480px;
    row-gap: 80px;
    justify-content: space-between;
    grid-template-areas: "Text01 Img" "Text02 Img" "Text03 .";
  }
}
.p-recruit-career__contentsText01 {
  grid-area: Text01;
}
.p-recruit-career__contentsText02 {
  grid-area: Text02;
}
.p-recruit-career__contentsText03 {
  grid-area: Text03;
}
.p-recruit-career__contentsImg {
  grid-area: Img;
  display: flex;
  -moz-column-gap: 8.3333333333%;
       column-gap: 8.3333333333%;
  justify-content: center;
}
.p-recruit-career__contentsImg > div:nth-of-type(1) {
  max-width: 220px;
}
.p-recruit-career__contentsImg > div:nth-of-type(2) {
  max-width: 220px;
  margin-top: 30px;
}
.p-recruit-career__mainLead {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-recruit-career__subLead {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-recruit-career__boldText {
  font-weight: 700;
}

.p-recruit-block__title-lead {
  margin-top: 40px;
  font-size: 0.875rem;
}

.p-recruit-sec__imgWrap {
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-recruit-sec__imgWrap {
    position: static;
    display: contents;
  }
}

.u-mt0 {
  margin-top: 0;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 54px;
}
@media screen and (min-width: 920px) {
  .u-mt50 {
    margin-top: 50px;
  }
}

.u-mt80 {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .u-mt80 {
    margin-top: 80px;
  }
}

.u-mt100 {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .u-mt100 {
    margin-top: 100px;
  }
}

.u-mt120 {
  margin-top: 64px;
}
@media screen and (min-width: 920px) {
  .u-mt120 {
    margin-top: 120px;
  }
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt235 {
  margin-top: 136px;
}
@media screen and (min-width: 920px) {
  .u-mt235 {
    margin-top: 235px;
  }
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 920px) {
  .u-sp-none {
    display: block;
  }
}

.u-pc-none {
  display: block;
}
@media screen and (min-width: 920px) {
  .u-pc-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */