@charset "UTF-8";
/* =========================================================
reset
========================================================= */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  border-style: solid;
  border-width: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* border-color: inherit; */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

/* td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
} */
/* =========================================================
style
========================================================= */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
img {
  max-width: 100%;
}

@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.3s;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}

@media (min-width: 769px) {
  .tel-link {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .tel-link {
    text-decoration: underline;
  }
}

.ff-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ff-outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  color: #363A84;
  background: url(../images/common/bg.jpg);
}

.wrapper {
  position: relative;
  padding: 90px 0 0;
  overflow: hidden;
}
@media (max-width: 910px) {
  .wrapper {
    padding: 60px 0 0;
  }
}

.g-header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 90px;
  color: #fff;
  z-index: 100;
}
@media (max-width: 910px) {
  .g-header {
    height: 60px;
  }
}
.g-header__logo {
  position: absolute;
  top: 39px;
  left: 30px;
  width: 150px;
}
@media (max-width: 910px) {
  .g-header__logo {
    top: 23px;
    left: 13px;
    width: 70.77px;
  }
}
.g-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  height: 100%;
  background: #79260E;
  margin-left: 244px;
  padding: 0 30px;
}
@media (max-width: 980px) {
  .g-header__nav {
    padding: 0 15px;
  }
}
@media (max-width: 910px) {
  .g-header__nav {
    justify-content: space-between;
    margin-left: 101px;
    padding: 0 18px;
  }
}
.g-header__nav .sp-txt {
  display: none;
}
@media (max-width: 910px) {
  .g-header__nav .sp-txt {
    display: block;
    font-size: 12px;
    font-weight: 700;
  }
}
@media (max-width: 910px) {
  .g-header__nav__in {
    display: none;
  }
}
.g-header__nav .g-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 48px;
}
@media (max-width: 1080px) {
  .g-header__nav .g-nav {
    gap: 0 24px;
  }
}
@media (max-width: 980px) {
  .g-header__nav .g-nav {
    gap: 0 12px;
  }
}
.g-header__nav .g-nav a {
  color: inherit;
}
@media (hover: hover) and (min-width: 911px) {
  .g-header__nav .g-nav a .slide-item-in {
    transition: transform 0.3s;
  }
  .g-header__nav .g-nav a:hover .slide-item-in {
    transform: translateY(-50%);
  }
  .g-header__nav .g-nav a .slide-icon-in {
    transition: transform 0.3s;
  }
  .g-header__nav .g-nav a:hover .slide-icon-in {
    transform: translateX(-50%);
  }
}
.g-header__nav .g-nav__link .slide-item-1, .g-header__nav .g-nav__link .slide-item-2 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-header__nav .g-nav__link .slide-item-1 .slide-item-in, .g-header__nav .g-nav__link .slide-item-2 .slide-item-in {
  display: flex;
  flex-direction: column;
}
.g-header__nav .g-nav__link .slide-item-1 {
  height: 1lh;
}
.g-header__nav .g-nav__link .slide-item-2 {
  height: 0.5lh;
  margin-top: 4px;
}
.g-header__nav .g-nav__link .txt-1 {
  font-size: 16px;
  font-weight: 700;
}
.g-header__nav .g-nav__link .txt-2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.27;
}
.g-header__nav .g-nav__link-en {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 149px;
  height: 48px;
  padding: 0 15px 0 24px;
  border: 1px solid;
  border-radius: 8px;
}
.g-header__nav .g-nav__link-en .slide-item-1, .g-header__nav .g-nav__link-en .slide-icon-1 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-header__nav .g-nav__link-en .slide-item-1 {
  height: 1lh;
}
.g-header__nav .g-nav__link-en .slide-item-1 .slide-item-in {
  display: flex;
  flex-direction: column;
}
.g-header__nav .g-nav__link-en .slide-icon-1 {
  width: 11.77px;
  aspect-ratio: 11.77/11.04;
}
.g-header__nav .g-nav__link-en .slide-icon-1 .slide-icon-in {
  display: flex;
  width: 25.894px;
}
.g-header__nav .g-nav__link-en .txt-1 {
  font-size: 16px;
  font-weight: 700;
}
.g-header__nav .g-nav__link-en .icon-1 {
  fill: #fff;
}

.g-header-nav-sp {
  display: none;
}
@media (max-width: 910px) {
  .g-header-nav-sp {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    background: #79260E;
    color: #fff;
    transform: translateX(120%);
    transition: transform 0.3s;
  }
  .g-header-nav-sp.is-active {
    transform: translateX(0);
  }
}
.g-header-nav-sp .sp-logo {
  display: block;
  position: absolute;
  left: 23px;
  top: 17.5px;
  width: 68.55px;
  height: 30px;
}
.g-header-nav-sp .sp-menu-close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 38.1px;
  height: 31.5px;
}
.g-header-nav-sp .g-nav {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  gap: 32px 0;
  margin: 196px 54px 0;
}
.g-header-nav-sp .g-nav a {
  color: inherit;
}
.g-header-nav-sp .g-nav__link {
  display: flex;
  align-items: flex-end;
  gap: 0 9px;
}
.g-header-nav-sp .g-nav__link .slide-item-1, .g-header-nav-sp .g-nav__link .slide-item-2 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-header-nav-sp .g-nav__link .slide-item-1 .slide-item-in, .g-header-nav-sp .g-nav__link .slide-item-2 .slide-item-in {
  display: flex;
  flex-direction: column;
}
.g-header-nav-sp .g-nav__link .slide-item-1 {
  height: 1lh;
}
.g-header-nav-sp .g-nav__link .slide-item-2 {
  height: 0.5lh;
  margin: 0 0 4px;
}
.g-header-nav-sp .g-nav__link .txt-1 {
  font-size: 18px;
  font-weight: 700;
}
.g-header-nav-sp .g-nav__link .txt-1:nth-child(2) {
  display: none;
}
.g-header-nav-sp .g-nav__link .txt-2 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.27;
}
.g-header-nav-sp .g-nav__link .txt-2:nth-child(2) {
  display: none;
}
.g-header-nav-sp .g-nav__link-en {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 0 24px;
  border: 1px solid;
  border-radius: 8px;
}
.g-header-nav-sp .g-nav__link-en .slide-item-1, .g-header-nav-sp .g-nav__link-en .slide-icon-1 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.g-header-nav-sp .g-nav__link-en .slide-item-1 {
  height: 1lh;
}
.g-header-nav-sp .g-nav__link-en .slide-item-1 .slide-item-in {
  display: flex;
  flex-direction: column;
}
.g-header-nav-sp .g-nav__link-en .slide-icon-1 {
  width: 11.77px;
  aspect-ratio: 11.77/11.04;
}
.g-header-nav-sp .g-nav__link-en .slide-icon-1 .slide-icon-in {
  display: flex;
  width: 25.894px;
}
.g-header-nav-sp .g-nav__link-en .txt-1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.g-header-nav-sp .g-nav__link-en .txt-1:nth-child(2) {
  display: none;
}
.g-header-nav-sp .g-nav__link-en .icon-1 {
  fill: #fff;
}

.sp-menu-button {
  display: none;
}
@media (max-width: 910px) {
  .sp-menu-button {
    display: block;
    position: fixed;
    right: 16px;
    top: 16px;
    z-index: 120;
    mix-blend-mode: difference;
  }
  .sp-menu-button svg {
    fill: #fff;
  }
}

body.is-scroll .g-header {
  opacity: 0;
  transition: opacity 0.6s;
}
body.is-show .g-header {
  position: fixed;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  color: #79260E;
  opacity: 1;
}
@media (max-width: 910px) {
  body.is-show .g-header {
    background-color: transparent;
    backdrop-filter: none;
  }
}
body.is-show .g-header .g-header__logo {
  left: 23px;
  top: 17px;
  width: 68px;
}
body.is-show .g-header .g-header__nav {
  background-color: transparent;
}
@media (max-width: 910px) {
  body.is-show .g-header .g-header__nav .sp-txt {
    display: none;
  }
}
body.is-show .g-header .g-nav__link .slide-item-2 {
  margin-top: 0;
}
body.is-show .g-header .g-nav__link .txt-1 {
  font-size: 14px;
}
body.is-show .g-header .g-nav__link .txt-2 {
  font-size: 10px;
}
body.is-show .g-header .g-nav__link-en {
  height: 40px;
}
body.is-show .g-header .g-nav__link-en .slide-item-1 {
  height: 0.9lh;
}
body.is-show .g-header .g-nav__link-en .slide-icon-1 {
  width: 8px;
}
body.is-show .g-header .g-nav__link-en .slide-icon-1 .slide-icon-in {
  width: 17.6px;
}
body.is-show .g-header .g-nav__link-en .txt-1 {
  font-size: 12px;
}
body.is-show .g-header .g-nav__link-en .icon-1 {
  width: 8px;
  height: 8px;
  fill: #79260E;
}

.g-footer {
  margin-top: 25px;
}
.g-footer__image {
  aspect-ratio: 1366/500;
  background: url(../images/common/footer-visual-pc.webp) no-repeat center center/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .g-footer__image {
    aspect-ratio: 375/480;
    background: url(../images/common/footer-visual-sp.webp) no-repeat center center/cover;
  }
}
.g-footer__hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 83px;
  color: #79260E;
}
@media (max-width: 768px) {
  .g-footer__hd {
    flex-direction: column;
    padding: 32px 0;
    gap: 16.3px 0;
  }
}
.g-footer__hd__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 768px) {
  .g-footer__hd__main {
    flex-direction: column;
    gap: 4px 0;
  }
}
.g-footer__hd__sitename {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .g-footer__hd__sitename {
    font-size: 16px;
  }
}
.g-footer__hd__address {
  font-weight: 400;
  font-size: 14px;
}
.g-footer__btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 83px;
  background: #79260E;
  color: #fff;
}
@media (max-width: 768px) {
  .g-footer__btm {
    flex-direction: column;
    padding: 40px 0 30px;
    gap: 24px 0;
  }
}
.g-footer__btm__main {
  text-align: right;
}
@media (max-width: 768px) {
  .g-footer__btm__main {
    text-align: center;
  }
}
.g-footer__btm__links {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .g-footer__btm__links {
    line-height: 2.3;
  }
}
.g-footer__btm__links a {
  color: inherit;
}
.g-footer__btm__copyright {
  margin-top: 12px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.09em;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .g-footer__btm__copyright {
    margin-top: 24px;
    font-size: 9px;
  }
}

.c-main {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .c-main {
    margin-top: 40px;
  }
}

.c-main-2 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .c-main-2 {
    margin-top: 40px;
  }
}

.c-txt-loop {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 200px;
  line-height: 1;
  overflow: hidden;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .c-txt-loop {
    font-size: 120px;
  }
}
.c-txt-loop__in {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.c-txt-loop__in div {
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  animation: loop 100s linear infinite;
  will-change: transform;
}
.c-txt-loop--news .c-txt-loop__in div {
  animation: loop 200s linear infinite;
}
.c-txt-loop--concept .c-txt-loop__in div {
  animation: loop 150s linear infinite;
}
.c-txt-loop--floor .c-txt-loop__in div {
  animation: loop 150s linear infinite;
}
.c-txt-loop--shop .c-txt-loop__in div {
  animation: loop 150s linear infinite;
}
.c-txt-loop--access .c-txt-loop__in div {
  animation: loop 100s linear infinite;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-txt-loop-tate {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 200px;
  line-height: 1;
  overflow: hidden;
  opacity: 0.9;
  height: 100%;
}
@media (max-width: 768px) {
  .c-txt-loop-tate {
    font-size: 120px;
  }
}
.c-txt-loop-tate__in {
  height: 100%;
  overflow: hidden;
}
.c-txt-loop-tate__in div {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  animation: loopY 100s linear infinite;
}
.c-txt-loop-tate--eventsp .c-txt-loop__in div {
  animation: loop 150s linear infinite;
}

@keyframes loopY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes loopY-home-ev1 {
  0% {
    transform: translateY(-100%) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(180deg);
  }
}
.c-bg-bloc-type1 {
  position: absolute;
  right: 0;
  width: 189px;
  height: 347px;
  background: url(../images/common/bloc-1.png) no-repeat 0 0/auto 100%;
}
@media (max-width: 768px) {
  .c-bg-bloc-type1 {
    width: 127px;
    height: 150px;
  }
}

.c-bg-bloc-type2 {
  position: absolute;
  left: 0;
  width: 255px;
  height: 347px;
  background: url(../images/common/bloc-1.png) no-repeat 100% 0/auto 100%;
}
@media (max-width: 768px) {
  .c-bg-bloc-type2 {
    width: 105px;
    height: 150px;
  }
}

.c-bg-dot {
  position: absolute;
  width: 256px;
  aspect-ratio: 1/1;
  background: url(../images/common/s-blocs-1.png) no-repeat 0 0/100% auto;
}
@media (max-width: 768px) {
  .c-bg-dot {
    width: 160px;
  }
}

.c-title-block {
  position: relative;
  padding: 102px 0 117px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-title-block {
    padding: 45px 0;
  }
}
.c-title-block__title-1, .c-title-block__title-2 {
  position: relative;
  z-index: 10;
}
.c-title-block__title-1 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .c-title-block__title-1 {
    font-size: 42px;
    line-height: 1.26;
  }
}
.c-title-block__title-2 .in {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 12px;
  background: #363A84;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-title-block__title-2 .in {
    font-size: 12px;
  }
}
.c-title-block .c-bg-dot-wrap {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 3;
  transform: translateX(-50%);
  width: 720px;
}
@media (max-width: 768px) {
  .c-title-block .c-bg-dot-wrap {
    width: auto;
    left: 11.5px;
    top: 6px;
  }
}
.c-title-block .c-txt-loop {
  position: absolute;
  top: 50px;
  z-index: 2;
  width: 100%;
}
@media (max-width: 768px) {
  .c-title-block .c-txt-loop {
    top: 10px;
  }
}
.c-title-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #F4ECDE;
  --cut-x: 243px; /* 欠けの大きさ */
  --cut-y: 150px; /* 欠けの大きさ */
  clip-path: polygon(var(--cut-x) 0%, 100% 0%, 100% calc(100% - var(--cut-y)), calc(100% - var(--cut-x)) 100%, 0% 100%, 0% var(--cut-y));
}
@media (max-width: 768px) {
  .c-title-block__bg {
    --cut-x: 102px; /* 欠けの大きさ */
    --cut-y: 65px; /* 欠けの大きさ */
  }
}

.c-btn-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  border-radius: 8px;
  background: #79260E;
  color: #fff;
}
@media (max-width: 768px) {
  .c-btn-1 {
    width: 330px;
    justify-content: flex-start;
    padding-left: 24px;
  }
}
@media (hover: hover) {
  .c-btn-1 .slide-item-in {
    transition: transform 0.3s;
  }
  .c-btn-1:hover .slide-item-in {
    transform: translateY(-50%);
  }
  .c-btn-1 .slide-icon-in {
    transition: transform 0.3s;
  }
  .c-btn-1:hover .slide-icon-in {
    transform: translateX(0) !important;
  }
}
@media (max-width: 768px) {
  .c-btn-1 {
    height: 70px;
  }
}
.c-btn-1 .slide-item, .c-btn-1 .slide-icon {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.c-btn-1 .slide-item {
  height: 1lh;
}
@media (max-width: 768px) {
  .c-btn-1 .slide-item {
    height: auto;
  }
}
.c-btn-1 .slide-item .slide-item-in {
  display: flex;
  flex-direction: column;
}
.c-btn-1 .slide-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 11.77px;
  aspect-ratio: 11.77/11.04;
}
.c-btn-1 .slide-icon .slide-icon-in {
  display: flex;
  width: 25.894px;
  transform: translateX(-50%);
}
.c-btn-1 .txt {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-btn-1 .txt {
    line-height: 1;
  }
  .c-btn-1 .txt:nth-child(2) {
    display: none;
  }
}
.c-btn-1 .icon {
  fill: #fff;
}

.c-list-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 6%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .c-list-1 {
    flex-direction: column;
    gap: 32px 0;
    padding: 0 23px;
  }
}
.c-list-1 li {
  position: relative;
  width: 46%;
}
@media (max-width: 768px) {
  .c-list-1 li {
    width: auto;
  }
}
.c-list-1 li .ico-new {
  position: absolute;
  left: 20px;
  top: -40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  aspect-ratio: 1/1;
  background: #FF0000;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 768px) {
  .c-list-1 li .ico-new {
    left: 13px;
    top: -25px;
    width: 60px;
    font-size: 15px;
  }
}
.c-list-1 li .img {
  position: relative;
  aspect-ratio: 1/1;
}
.c-list-1 li .img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.c-list-1 li .img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-list-1 li .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  margin-top: 16px;
}
.c-list-1 li .head .date {
  color: #79260E;
  font-size: 14px;
}
@media (max-width: 768px) {
  .c-list-1 li .head .date {
    font-size: 16px;
  }
}
.c-list-1 li .head .label {
  padding: 5px 8px;
  background: #79260E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.c-list-1 li .title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
@media (max-width: 768px) {
  .c-list-1 li .title {
    margin-top: 4px;
  }
}

.c-noresult-message {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
.c-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
  margin-top: 65px;
  color: #363A84;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-pager {
    margin-top: 40px;
  }
}
.c-pager li {
  width: 50px;
}
.c-pager a, .c-pager span {
  aspect-ratio: 1/1;
  background: #fff;
}
.c-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .c-pager a {
    transition: opacity 0.3s;
  }
  .c-pager a:hover {
    opacity: 0.6;
  }
}
.c-pager a.current {
  background: #363A84;
  color: #fff;
}
.c-pager span {
  display: block;
  padding: 10px;
}

.c-topicpath {
  display: flex;
  align-items: center;
  gap: 0 12px;
  max-width: 1240px;
  margin: 80px auto 0;
  padding: 0 20px;
  font-size: 13px;
  color: #A7A7A7;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .c-topicpath {
    margin-top: 55px;
  }
}
.c-topicpath a {
  color: #363A84;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-topicpath a {
    transition: opacity 0.3s;
  }
  .c-topicpath a:hover {
    opacity: 0.6;
  }
}
.c-topicpath .ico {
  width: 6px;
  aspect-ratio: 6/9;
  background: url(../images/common/arrow-2.svg) no-repeat 0 0/contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/*# sourceMappingURL=../css/maps/common.css.map */
