@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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] {
  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 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1F2021;
  word-break: break-all;
  line-break: strict;
}
@media screen and (max-width: 960px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
  width: 100%;
  height: auto;
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1320.1px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-wrap {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .f-wrap {
    width: auto;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #1F2021;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #1F2021;
  transition: 0.3s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

.l-header {
  position: absolute;
  top: 6rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 128rem;
  width: 100%;
  height: 8rem;
  z-index: 8;
  transform: translateX(-50%);
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .l-header {
    max-width: 120rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    top: 5rem;
    left: 0;
    width: 100%;
    transform: none;
  }
  .l-header::after {
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6;
    opacity: 0;
  }
  .is-fixed .l-header::after {
    opacity: 1;
  }
}
.l-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: calc((var(--vw) * 100 - 128rem) / 2 * -1);
  width: calc(var(--vw) * 100);
  height: 8rem;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .l-header::before {
    left: calc((var(--vw) * 100 - 120rem) / 2 * -1);
  }
}
.l-header.fixed {
  align-items: center;
  top: 0;
  left: 50%;
  width: 100%;
  /*max-width: inherit;*/
  /*background: $white;*/
  position: fixed;
  /*padding: 0 5rem;*/
}
@media screen and (max-width: 960px) {
  .l-header.fixed {
    align-items: end;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 100%;
    padding: 0;
    background: none;
    transform: none;
  }
}
.l-header.fixed::before {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-header {
    min-width: inherit;
    height: 6rem;
    padding: 0;
  }
}
.l-header-select {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header-select {
    display: block;
    /*
    position: fixed;
    top: 5rem;
    right: 0;
    */
    width: 16rem;
    height: 3.6rem;
    background: #fff;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header-head {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 3rem;
  }
}
.l-header-head__ttl {
  position: relative;
  height: 8rem;
  background: url(../img/common/logo_lower_bk.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 960px) {
  .l-header-head__ttl {
    height: 6.2rem;
  }
}
.fixed .l-header-head__ttl {
  height: 5rem;
  background: url(../img/common/logo_lower_bk.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 960px) {
  .fixed .l-header-head__ttl {
    height: 6.2rem;
    background: none;
  }
}
.fixed .l-header-head__ttl img {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .fixed .l-header-head__ttl img {
    opacity: 1;
  }
}
.l-header-head__ttl img {
  width: auto;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-header-head__ttl img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .l-header-head__ttl {
    width: 7rem;
  }
}
.l-header-head-menu {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header-head-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 2rem);
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 1rem;
    height: 7rem;
    background: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  }
  .is-fixed .l-header-head-menu {
    background: none;
    box-shadow: none;
  }
  .l-header-head-menu__toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    z-index: 100;
  }
  .is-fixed .l-header-head-menu__toggle {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background: #fff;
    margin: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  }
  .l-header-head-menu__toggle.is-open {
    background: url(../img/common/icn_toggle_close.svg) center center/1.8rem auto no-repeat #fff;
  }
  .l-header-head-menu__toggle.is-open img {
    opacity: 0;
  }
  .l-header-head-menu__toggle img {
    width: 2rem;
  }
  .l-header-head-menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 7rem);
  }
  .is-fixed .l-header-head-menu-list {
    pointer-events: none;
    opacity: 0;
  }
  .l-header-head-menu-list__item {
    width: 33.3333333333%;
    border-left: 1px solid rgba(169, 169, 169, 0.6);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .l-header-head-menu-list__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .translated-ltr .l-header-head-menu-list__item a {
    padding: 0 1rem;
  }
}
.l-header-nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header-nav {
    pointer-events: none;
    opacity: 0;
    display: block;
    position: fixed;
    top: 4rem;
    left: 0;
    width: calc(100% - 3rem);
    height: calc(100% - 4rem);
    padding: 0;
    background: #fff;
    overflow-y: scroll;
    box-shadow: none;
    z-index: 10;
    border-top-right-radius: 5rem;
    padding: 0 0 6rem;
    transition: 0.3s;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header-nav::-webkit-scrollbar {
    display: none;
  }
  .is-fixed .l-header-nav {
    pointer-events: all;
    opacity: 1;
  }
}
.l-header-nav__copy {
  text-align: right;
  font-size: 1.2rem;
  color: #3B3B3B;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
  margin: 5.6rem 4rem 0;
}
.l-header-nav-head {
  padding: 7.4rem 4rem 0;
}
.l-header-nav-head__logo {
  width: 19.6rem;
}
.l-header-nav-head__txt {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2.2rem;
}
.l-header-nav-head__ig {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
  margin-top: 1.6rem;
}
.l-header-nav-head__ig a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header-nav-head__ig a img {
  width: 1.6rem;
  margin-right: 0.7rem;
}
.l-header-nav-reserve {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.8rem 4rem;
  margin: 5.7rem 0 0;
}
.l-header-nav-reserve__inner {
  width: auto;
  height: 8rem;
  border-radius: 0.5rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  margin: 0 auto;
}
.l-header-nav-reserve__inner a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(45deg, rgb(10, 32, 82) 0%, rgb(23, 72, 184) 100%);
  padding-left: 2rem;
}
.l-header-nav-reserve__inner a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  width: 2.2rem;
  height: 1.6rem;
  background: url(../img/common/icn_reserve.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.l-header-nav-sub {
  padding: 3.5rem 4rem 0;
}
.l-header-nav-sub__item {
  font-size: 1.2rem;
  font-weight: 700;
}
.l-header-nav-sub__item + .l-header-nav-sub__item {
  margin-top: 2.4rem;
}
.l-header-nav-sub__item.u-blank a {
  position: relative;
  padding-right: 2rem;
}
.l-header-nav-sub__item.u-blank a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_blank_bk.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.l-header-nav__gnavi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header-nav__gnavi {
    display: block;
  }
}
.l-header-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 3.6rem;
  margin: 0 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .l-header-nav-list {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
  }
}
.l-header-nav-list__item {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .l-header-nav-list__item {
    font-size: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.l-header-nav-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  /*color: $white;*/
  padding: 0.5rem 0;
}
@media screen and (max-width: 960px) {
  .l-header-nav-list__item a {
    color: #1F2021;
    padding: 2rem 4rem;
  }
}
.fixed .l-header-nav-list__item a {
  color: #1F2021;
}
.l-header-nav-list__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #1F2021;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav-list__item a:hover {
    opacity: 1;
  }
  .l-header-nav-list__item a:hover::before {
    width: 100%;
  }
}
.l-header-nav-btn {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28rem;
  height: 5rem;
  border-radius: 5rem;
  border: 1px solid #CECECE;
  background: #fff;
}
.fixed .l-header-nav-btn {
  border: 1px solid #CECECE;
}
@media screen and (max-width: 960px) {
  .l-header-nav-btn {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.l-header-nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 3rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0.4) 50%, rgb(255, 255, 255) 100%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.l-header-nav-btn__booking {
  width: 50%;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.translated-ltr .l-header-nav-btn__booking {
  font-size: 1.1rem;
}
.l-header-nav-btn__select {
  width: calc(50% + 1px);
  height: 5rem;
}
@media screen and (max-width: 960px) {
  .l-header-nav-btn__select {
    height: 3.6rem;
  }
}
.l-header .gtranslate_wrapper {
  background: #fff;
  border-radius: 2.5rem;
  margin: 0;
  position: relative;
  border: 1px solid #CECECE;
  margin-right: -1px;
}
.l-header .gtranslate_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: calc(5rem - 2px);
  background: #fff;
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper::before {
    content: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper {
    border: 0;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper {
    position: relative;
    height: calc(100% - 2px);
    z-index: 6;
    background: none;
    border-radius: 0;
    margin: 1px 0;
  }
}
.l-header .gtranslate_wrapper .gt_switcher {
  font-family: inherit;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper .gt_switcher {
    background: #fff;
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
  }
}
.l-header .gtranslate_wrapper .gt_switcher .gt_option {
  width: 100%;
  background: #fff;
  border: 0;
  height: calc(5rem - 2px) !important;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  overflow: hidden !important;
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper .gt_switcher .gt_option {
    height: 3.6rem !important;
  }
}
.l-header .gtranslate_wrapper .gt_switcher .gt_option a {
  width: 100%;
  height: calc(5rem - 2px) !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  border: 0;
  color: #1F2021;
  padding: 0.6rem 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper .gt_switcher .gt_option a {
    height: 3.6rem !important;
  }
}
.translated-ltr .l-header .gtranslate_wrapper .gt_switcher .gt_option .gt_current {
  display: none;
}
.l-header .gtranslate_wrapper .gt_switcher .gt_selected {
  height: calc(5rem - 2px);
  background: none;
}
@media screen and (max-width: 960px) {
  .l-header .gtranslate_wrapper .gt_switcher .gt_selected {
    height: 3.6rem;
  }
}
.l-header .gtranslate_wrapper .gt_switcher .gt_selected a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  border: 0;
  padding: 0.6rem 1.2rem;
  box-sizing: border-box;
  background-size: 1rem;
}
.l-header .gtranslate_wrapper .gt_switcher .gt_selected a::after {
  right: 2rem;
  width: 1rem;
  height: 1rem;
  background-size: auto 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
    background: none;
  }
}
.l-header .gtranslate_wrapper .gt_switcher a img {
  width: 2rem;
  height: auto;
  margin-right: 1rem;
}
.l-header.fixed .gtranslate_wrapper {
  position: relative;
  border: 1px solid #CECECE;
  margin-right: -1px;
}
@media screen and (max-width: 960px) {
  .l-header.fixed .gtranslate_wrapper {
    border: 0;
    margin: 0;
  }
}
.l-header.fixed .gtranslate_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: calc(5rem - 2px);
  background: #fff;
}
@media screen and (max-width: 960px) {
  .l-header.fixed .gtranslate_wrapper::before {
    content: none;
  }
}

@media screen and (max-width: 960px) {
  .is-fixed {
    overflow: hidden;
  }
}

.smilego_link {
  display: none !important;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 2px 4px 2px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #00b4cc;
  position: fixed;
  bottom: 160px;
  right: 0;
  z-index: 9999999;
  border-radius: 100px 0 0 100px;
  font-weight: bold;
  box-sizing: border-box;
}

.smilego_bnr {
  bottom: 10rem !important;
  transition: 0.3s;
  z-index: 99 !important;
}
@media screen and (max-width: 960px) {
  .smilego_bnr {
    bottom: 3rem !important;
  }
}

.smilego_link.is-hidden,
.smilego_bnr.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-footer {
  position: relative;
  background: url(../img/common/bg_footer.jpg) 0 0/cover no-repeat;
  padding: 0 0 12rem;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 0 0 10rem;
  }
}
.l-footer-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 960px) {
  .l-footer-head__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30rem);
    color: #fff;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 6rem 0 0 0;
  }
}
.l-footer-head__tel {
  color: #fff;
  line-height: 1;
  font-size: 1.2rem;
}
.l-footer-head__tel a {
  font-size: 2.6rem;
  color: #fff;
}
.l-footer-head__time {
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  margin: 1.6rem 0 0;
}
.l-footer-head__mail {
  line-height: 1;
  font-size: 1.2rem;
  margin: 3.2rem 0 0;
}
.l-footer-head__mail a {
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.6;
  text-decoration: underline;
}
.l-footer-head__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 3.8rem;
}
.l-footer-head__logo {
  width: 28rem;
}
.l-footer-head__txt {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin: 0 0 1rem 2rem;
}
.l-footer-head__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 36rem;
}
@media screen and (max-width: 960px) {
  .l-footer-head__left {
    display: block;
    width: 100%;
    height: auto;
    padding: 8.4rem 3.4rem;
  }
}
.l-footer-head__inner {
  display: inline-block;
  width: 46rem;
}
@media screen and (max-width: 960px) {
  .l-footer-head__inner {
    display: block;
    width: 30rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.l-footer-head-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0 0 4.6rem;
}
.l-footer-head-define__ttl {
  width: 9rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
.l-footer-head-define__txt {
  width: calc(100% - 9rem);
  color: #fff;
  line-height: 1.8;
  text-align: left;
}
.l-footer-head-define__txt a {
  text-decoration: underline;
  color: #fff;
}
.l-footer-head-define__txt a[href*="tel:"] {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-head-define__txt a:hover {
    text-decoration: none;
  }
}
.l-footer-head__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 36rem;
  font-size: 1.8rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 960px) {
  .l-footer-head__right {
    height: 22rem;
    width: 100%;
    font-size: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }
}
.l-footer-head__right a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .l-footer-head__right a {
    justify-content: flex-start;
    padding-left: 7.4rem;
  }
}
.l-footer-head__right a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  /*background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);*/
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0.4;
}
.l-footer-head__right a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9.6rem;
  width: 3.1rem;
  height: 0.9rem;
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .l-footer-head__right a::after {
    right: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-head__right a:hover {
    opacity: 1;
  }
  .l-footer-head__right a:hover::before {
    opacity: 1;
  }
  .l-footer-head__right a:hover::after {
    right: 8.6rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .l-footer-head__right a:hover::after {
    right: 2.4rem;
  }
}
.l-footer-nav {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding: 52.5rem 0 0;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .l-footer-nav {
    max-width: 120rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-nav {
    padding: 16.4rem 3rem 0;
  }
  .l-footer-nav__logo {
    width: 19rem;
  }
  .l-footer-nav__txt {
    line-height: 1;
    color: #fff;
    opacity: 0.6;
    margin-top: 0.7rem;
  }
}
.l-footer-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 2.8rem;
}
.l-footer-nav-list + .l-footer-nav-list {
  margin-top: 2rem;
}
.l-footer-nav-list__item {
  font-size: 1.4rem;
  line-height: 1;
}
.l-footer-nav-list__item a {
  position: relative;
  color: #fff;
  opacity: 0.6;
}
.l-footer-nav-list__item a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav-list__item a:hover::before {
    width: 100%;
  }
}
.l-footer-nav-list__item.u-ig {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 500;
}
.l-footer-nav-list__item.u-ig a {
  opacity: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer-nav-list__item.u-ig a::before {
  content: none;
}
.l-footer-nav-list__item.u-ig a span {
  position: relative;
}
.l-footer-nav-list__item.u-ig a span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-nav-list__item.u-ig a:hover span::before {
    width: 100%;
  }
}
.l-footer-nav-list__item.u-ig img {
  width: 1.4rem;
  margin-right: 1.2rem;
}
.l-footer-nav__copy {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 1.4rem;
  opacity: 0.6;
  line-height: 1;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .l-footer-nav__copy {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: left;
    font-size: 1.6rem;
    margin: 6rem 0 0;
    font-weight: 500;
  }
}

.c-pagetop {
  pointer-events: none;
  position: sticky;
  bottom: 3rem;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  padding: 13rem 3rem 0;
}
@media screen and (max-width: 960px) {
  .c-pagetop {
    bottom: 5.6rem;
    padding: 4.5rem 1rem 0;
  }
}
.c-pagetop.is-scroll {
  opacity: 1;
}
.c-pagetop a {
  pointer-events: all;
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .c-pagetop a {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-breadcrumb {
  max-width: 128rem;
  line-height: 1.2;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .c-breadcrumb {
    max-width: 120rem;
  }
}
@media screen and (max-width: 960px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb ol {
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb ol {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-breadcrumb ol::-webkit-scrollbar {
    display: none;
  }
}
.c-breadcrumb ol li {
  position: relative;
  display: inline;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  word-break: normal;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb ol li {
    font-size: 1.2rem;
  }
}
.c-mv .c-breadcrumb ol li {
  color: #1F2021;
}
.c-breadcrumb ol li a {
  display: inline;
  color: #fff;
}
.c-mv .c-breadcrumb ol li a {
  color: #1F2021;
}
.c-breadcrumb ol li::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background: #fff;
  margin: 0 1.5rem;
  vertical-align: middle;
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb ol li::after {
    width: 2rem;
    margin: 0 1rem;
  }
}
.c-mv .c-breadcrumb ol li::after {
  background: #1F2021;
}
.c-breadcrumb ol li:last-child {
  opacity: 0.6;
}
.c-breadcrumb ol li:last-child::after {
  content: none;
}

.c-mv {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 30.4rem 0 0 0;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .c-mv {
    max-width: 120rem;
  }
}
@media screen and (max-width: 960px) {
  .c-mv {
    padding: 16rem 0 0;
  }
}
.c-mv.u-lower {
  padding-top: 22rem;
}
@media screen and (max-width: 960px) {
  .c-mv.u-lower {
    padding-top: 16rem;
  }
}
.c-mv .c-breadcrumb {
  margin: 0 0 3rem;
}
@media screen and (max-width: 960px) {
  .c-mv .c-breadcrumb {
    display: block;
    padding: 0 3rem;
  }
}
.c-mv__wrap {
  overflow: hidden;
}
.c-mv__img {
  position: relative;
  width: calc(100% + (var(--vw) * 100 - 128rem) / 2);
  height: 72rem;
}
@media screen and (max-width: 1279.9px) {
  .c-mv__img {
    width: calc(100% + (var(--vw) * 100 - 120rem) / 2);
  }
}
@media screen and (max-width: 960px) {
  .c-mv__img {
    width: 100%;
    height: 23rem;
  }
}
.c-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-mv__copy {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 960px) {
  .c-mv__copy {
    bottom: 1rem;
    left: 1rem;
    font-size: 1rem;
  }
}
.c-mv .slick-slide {
  line-height: 0;
}
.c-mv .slick-slide img {
  height: 72rem;
}
@media screen and (max-width: 960px) {
  .c-mv .slick-slide img {
    height: 23rem;
  }
}
.c-mv .slick-dots {
  position: absolute;
  bottom: 3rem;
  right: calc(100% + 3.8rem);
}
.c-mv .slick-dots li {
  line-height: 0;
  margin-top: 2.7rem;
}
.c-mv .slick-dots li.slick-active button {
  background: #1F2021;
}
.c-mv .slick-dots button {
  font-size: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #1F2021;
  border-radius: 100%;
}

.c-intro {
  margin: 12rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-intro {
    margin: 4.3rem 0 0;
  }
}
.c-intro__inner {
  width: 58rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-intro__inner {
    width: auto;
    padding: 0 3rem;
  }
}
.c-intro__ttl {
  line-height: 1.9;
  font-weight: 400;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .c-intro__ttl {
    font-size: 2rem;
  }
}
.c-intro__txt {
  font-size: 1.4rem;
  line-height: 2;
  margin: 4rem 0 0;
}

.c-heading {
  text-align: center;
  line-height: 1.2;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-heading {
    font-size: 2.4rem;
  }
}

.c-btn {
  max-width: 30rem;
  height: 6rem;
}
@media screen and (max-width: 960px) {
  .c-btn {
    max-width: 24rem;
    height: 5.5rem;
    font-size: 1.4rem;
  }
}
.c-btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  box-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.16);
}
.c-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icn_arrow_r_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn a:hover {
    opacity: 1;
  }
}
.c-btn.u-lb a {
  background: #54A9C7;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-lb a:hover {
    border: 2px solid #54A9C7;
    background: #fff;
    color: #54A9C7;
  }
  .c-btn.u-lb a:hover::after {
    background: url(../img/common/icn_arrow_r_lb.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-bl a {
  background: #008CD6;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-bl a:hover {
    border: 2px solid #008CD6;
    background: #fff;
    color: #008CD6;
  }
  .c-btn.u-bl a:hover::after {
    background: url(../img/common/icn_arrow_r_bl.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-bl.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-bl.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_bl.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-nv a {
  background: #0075C2;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-nv a:hover {
    border: 2px solid #0075C2;
    background: #fff;
    color: #0075C2;
  }
  .c-btn.u-nv a:hover::after {
    background: url(../img/common/icn_arrow_r_nv.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-nv.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-nv.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_nv.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-rd a {
  background: #ED4041;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-rd a:hover {
    border: 2px solid #ED4041;
    background: #fff;
    color: #ED4041;
  }
  .c-btn.u-rd a:hover::after {
    background: url(../img/common/icn_arrow_r_rd.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-rd.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-rd.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_rd.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-cr a {
  background: #F48687;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-cr a:hover {
    border: 2px solid #F48687;
    background: #fff;
    color: #F48687;
  }
  .c-btn.u-cr a:hover::after {
    background: url(../img/common/icn_arrow_r_cr.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-cr.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-cr.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_pk.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-or a {
  background: #F08300;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-or a:hover {
    border: 2px solid #F08300;
    background: #fff;
    color: #F08300;
  }
  .c-btn.u-or a:hover::after {
    background: url(../img/common/icn_arrow_r_or.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-or.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-or.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_or.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-pk a {
  background: #E73562;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-pk a:hover {
    border: 2px solid #E73562;
    background: #fff;
    color: #E73562;
  }
  .c-btn.u-pk a:hover::after {
    background: url(../img/common/icn_arrow_r_pk.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-pk.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-pk.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_pk.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-aq a {
  background: #03B8DF;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-aq a:hover {
    border: 2px solid #03B8DF;
    background: #fff;
    color: #03B8DF;
  }
  .c-btn.u-aq a:hover::after {
    background: url(../img/common/icn_arrow_r_aq.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-aq.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-aq.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_aq.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-mg a {
  background: #E40077;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-mg a:hover {
    border: 2px solid #E40077;
    background: #fff;
    color: #E40077;
  }
  .c-btn.u-mg a:hover::after {
    background: url(../img/common/icn_arrow_r_mg.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-mg.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-mg.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_mg.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-vi a {
  background: #4665CB;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-vi a:hover {
    border: 2px solid #4665CB;
    background: #fff;
    color: #4665CB;
  }
  .c-btn.u-vi a:hover::after {
    background: url(../img/common/icn_arrow_r_vi.svg) 0 0/100% auto no-repeat;
  }
}
.c-btn.u-vi.u-btm a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/common/icn_arrow_b_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn.u-vi.u-btm a:hover::after {
    background: url(../img/common/icn_arrow_b_vi.svg) 0 0/100% auto no-repeat;
  }
}

.c-feature__ttl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .c-feature__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.c-feature-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 960px) {
  .c-feature-link {
    flex-wrap: wrap;
    gap: 2rem 1rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.c-feature-link__item {
  width: 23.5rem;
  height: 23.5rem;
  border: 5px solid #fff;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .c-feature-link__item {
    width: calc((var(--vw) * 100 - 5rem) / 2);
    height: calc((var(--vw) * 100 - 5rem) / 2);
  }
}
.c-feature-link__item.u-long a {
  padding-top: 9.5rem;
}
@media screen and (max-width: 960px) {
  .c-feature-link__item.u-long a {
    padding-top: 4rem;
  }
}
.c-feature-link__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
  background: #F8FCFD;
  border: 2px solid #008CD6;
  border-radius: 100%;
  padding: 8rem 0 5.5rem;
}
.u-rd .c-feature-link__item a {
  background: #FFF9F9;
  border: 2px solid #ED4041;
}
@media screen and (max-width: 960px) {
  .c-feature-link__item a {
    padding: 3rem 0 3rem;
  }
}
.c-feature-link__item a::after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  width: 1.6rem;
  height: 0.8rem;
  background: #008CD6;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
.u-rd .c-feature-link__item a::after {
  background: #ED4041;
}
@media screen and (max-width: 960px) {
  .c-feature-link__item a::after {
    bottom: 1.4rem;
    width: 1.2rem;
    height: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-feature-link__item a:hover {
    opacity: 1;
    background: #008CD6;
  }
  .u-rd .c-feature-link__item a:hover {
    background: #ED4041;
  }
  .c-feature-link__item a:hover::after {
    background: #fff;
  }
  .c-feature-link__item a:hover .c-feature-link__point {
    background: #fff;
    color: #008CD6;
  }
  .u-rd .c-feature-link__item a:hover .c-feature-link__point {
    color: #ED4041;
  }
  .c-feature-link__item a:hover .c-feature-link__txt {
    color: #fff;
  }
}
.c-feature-link__point {
  position: absolute;
  top: -2rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  width: 9.2rem;
  height: 9.2rem;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.8rem;
  background: #008CD6;
  border: 2px solid #008CD6;
  transform: translateX(-50%);
  border-radius: 100%;
  transition: 0.3s;
  padding-top: 0.5rem;
}
.u-rd .c-feature-link__point {
  background: #ED4041;
  border: 2px solid #ED4041;
}
@media screen and (max-width: 960px) {
  .c-feature-link__point {
    top: -3rem;
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}
.c-feature-link__point span {
  display: block;
  line-height: 1;
  font-size: 2.9rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-feature-link__point span {
    font-size: 2rem;
  }
}
.c-feature-link__txt {
  font-size: 1.7rem;
  color: #008CD6;
  text-align: center;
  line-height: 1.7;
  transition: 0.3s;
}
.u-rd .c-feature-link__txt {
  color: #ED4041;
}
.u-long .c-feature-link__txt {
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .u-long .c-feature-link__txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 960px) {
  .c-feature-link__txt {
    font-size: 1.35rem;
    line-height: 1.5;
  }
}
.c-feature__btn {
  margin: 0 auto;
}
.c-feature-point {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point {
    padding: 0 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .c-feature-point__caution {
    padding: 0 2rem;
  }
}
.c-feature-point-ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-ttl {
    margin-bottom: 2rem;
  }
}
.c-feature-point-ttl__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  line-height: 1;
  width: 8rem;
  height: 8rem;
  background: #008CD6;
  color: #fff;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding-top: 0.5rem;
  border-radius: 100%;
}
.u-rd .c-feature-point-ttl__num {
  background: #ED4041;
}
@media screen and (max-width: 960px) {
  .c-feature-point-ttl__num {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
}
.c-feature-point-ttl__num span {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-ttl__num span {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }
}
.c-feature-point-ttl__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 10rem);
  font-size: 2.8rem;
  line-height: 1.2;
  color: #008CD6;
}
.u-rd .c-feature-point-ttl__txt {
  color: #ED4041;
}
@media screen and (max-width: 960px) {
  .c-feature-point-ttl__txt {
    width: calc(100% - 7rem);
    font-size: 2rem;
    line-height: 1.4;
  }
}
.c-feature-point__txt {
  letter-spacing: 0.05em;
}
.c-feature-point__txt + .c-feature-point__txt {
  margin-top: 3rem;
}
.c-feature-point__mds {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 2rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
.c-feature-point__sub {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 8rem 0 3rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point__sub {
    font-size: 2.4rem;
    margin: 4rem 0 2rem;
  }
}
.c-feature-point__indent {
  position: relative;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 0 0 0 1.5em;
  margin-top: 0.5rem;
}
.c-feature-point__indent::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-feature-point__indent + .c-feature-point__indent {
  margin-top: 0.2rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point__indent {
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
.c-feature-point-num {
  counter-reset: number 0;
}
.c-feature-point-num__item {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-num__item {
    margin-top: 2rem;
  }
}
.c-feature-point-num__item:first-child {
  margin-top: 0;
}
.c-feature-point-num__ttl {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #008CD6;
  padding: 0 0 0 4.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-num__ttl {
    font-size: 1.8rem;
    padding: 0 0 0 3rem;
  }
}
.u-rd .c-feature-point-num__ttl {
  color: #ED4041;
}
.c-feature-point-num__ttl::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  background: #008CD6;
  color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .c-feature-point-num__ttl::before {
    top: 0.1rem;
    height: 2.4rem;
    width: 2.4rem;
    font-size: 1.6rem;
  }
}
.u-rd .c-feature-point-num__ttl::before {
  background: #ED4041;
}
.c-feature-point-num-dot__item {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 0 1em;
}
.c-feature-point-num-dot__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #008CD6;
}
.u-rd .c-feature-point-num-dot__item::before {
  color: #ED4041;
}
.c-feature-point-num__txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-feature-point-num__indent {
  font-size: 1.4rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
@media screen and (max-width: 960px) {
  .c-feature-point-num__indent {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-feature-point-num__notes {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-feature-point-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-column {
    display: block;
    margin-top: 4rem;
  }
}
.c-feature-point-column__block {
  width: 100%;
  background: #EAF7FF;
  border-radius: 2rem;
  padding: 3rem 0 2rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-column__block {
    padding: 2rem 0;
  }
  .c-feature-point-column__block + .c-feature-point-column__block {
    margin-top: 2rem;
  }
}
.c-feature-point-column__ttl {
  color: #54A9C7;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-column__ttl {
    font-size: 2rem;
  }
}
* + .c-feature-point-column__ttl {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  * + .c-feature-point-column__ttl {
    margin-top: 2rem;
  }
}
.c-feature-point-column__sub {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-column__sub {
    font-size: 1.6rem;
  }
  .c-feature-point-column__sub:last-child {
    margin-bottom: 0;
  }
}
* + .c-feature-point-column__sub {
  margin-top: 2.4rem;
}
.c-feature-point-column__txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-feature-point-column__txt {
    font-size: 1.2rem;
  }
}
.c-feature-point-column__txt + .c-feature-point-column__txt {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-column__txt + .c-feature-point-column__txt {
    margin-top: 2rem;
  }
}
.c-feature-point-column__free {
  display: block;
}
.c-feature-point-column__free a {
  position: relative;
  padding: 0 0 0 1.4rem;
}
.c-feature-point-column__free a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1.5rem;
  background: url(../img/common/icn_tel_bk.svg) center center/auto 100% no-repeat;
  transform: translateY(-50%);
}
.c-feature-point-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-btns {
    gap: 0 1rem;
    margin-top: 2rem;
  }
}
.c-feature-point-btns__item {
  max-width: inherit;
  width: 36rem;
  height: 8rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-btns__item {
    width: 48%;
    height: 5rem;
  }
}
.c-feature-point-btns__item a::after {
  width: 0.8rem;
  height: 1.4rem;
}
@media screen and (max-width: 960px) {
  .c-feature-point-btns__item a::after {
    width: 0.6rem;
    height: 1.2rem;
  }
}

.c-table__scroll .simplebar-placeholder {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-table__scroll {
    margin: 1.5rem 0 1rem;
  }
  .c-table__scroll .simplebar-track.simplebar-horizontal {
    height: 3vw;
    background: rgba(209, 209, 209, 0.5);
    border-radius: 2rem;
  }
  .c-table__scroll .simplebar-scrollbar {
    height: 3vw;
    background: #E40077;
    border-radius: 2rem;
  }
  .c-table__scroll .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
}
.c-table__indent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.c-table__indent + .c-table__indent {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .c-table__indent {
    font-size: 1rem;
  }
}
.c-table-label {
  padding: 1.8rem 0;
}
.c-table-label__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
  height: 3.6rem;
  text-align: center;
  border-radius: 3rem;
  background: #FDECEC;
  margin: 0 auto;
}
.c-table-label__txt + .c-table-label__txt {
  margin-top: 1rem;
}
.c-table__inner {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .c-table__inner {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .c-table__inner {
    width: 120vw;
    margin: 0 0 1rem;
  }
}
.c-table__inner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 1px solid #D1D1D1;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .c-table__inner::before {
    border-radius: 1rem;
  }
}
.c-table__inner table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.c-table__inner table tr:first-child th {
  height: 8rem;
}
@media screen and (max-width: 960px) {
  .c-table__inner table tr:first-child th {
    height: auto;
  }
}
.c-table__inner table tr:first-child th:first-child {
  position: relative;
  width: 40rem;
}
@media screen and (max-width: 960px) {
  .c-table__inner table tr:first-child th:first-child {
    width: 23rem;
  }
}
.c-table__inner table th {
  background: #E40077;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #D1D1D1;
  padding: 2rem 0;
}
@media screen and (max-width: 960px) {
  .c-table__inner table th {
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
  }
}
.u-plan2 .c-table__inner table th {
  background: #4665CB;
}
.c-table__inner table td {
  line-height: 1.5;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  border: 1px solid #D1D1D1;
  border-left: 1px solid #fff;
  padding: 1.2rem;
}
.c-table__inner table td.left {
  text-align: left;
}
.c-table__inner table td.wide2 {
  width: 41rem;
}
@media screen and (max-width: 960px) {
  .c-table__inner table td.wide2 {
    width: 24rem;
  }
}
.c-table__inner table td.u-rlnone {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .c-table__inner table td {
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
  }
}
.c-table__inner table td span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .c-table__inner table td span {
    font-size: 1rem;
  }
}
.c-table__inner table td span.center {
  display: inline-block;
  text-align: left;
}

.c-campaign-list {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 960px) {
  .c-campaign-list {
    border-bottom: 1px solid #505050;
  }
}
.c-campaign-list__item {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 960px) {
  .c-campaign-list__item {
    border-top: 1px solid #505050;
  }
}
.c-campaign-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-campaign-list__item a:hover {
    opacity: 1;
  }
  .c-campaign-list__item a:hover .c-campaign-list__txt span {
    background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
  }
}
@media screen and (max-width: 960px) {
  .c-campaign-list__item a {
    display: block;
    padding: 1.4rem 0;
  }
}
.c-campaign-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21rem;
}
@media screen and (max-width: 960px) {
  .c-campaign-list__head {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 1.2rem;
  }
}
.c-campaign-list__date {
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .c-campaign-list__date {
    width: 8rem;
  }
}
.c-campaign-list__cate {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.2rem;
  min-height: 2.8rem;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  background: #D1D1D1;
}
@media screen and (max-width: 960px) {
  .c-campaign-list__cate {
    display: inline-block;
    width: auto;
    min-height: inherit;
    line-height: 1;
    padding: 0.8rem;
  }
}
.u-campaign .c-campaign-list__cate {
  background: #ED4041;
  color: #fff;
}
.c-campaign-list__txt {
  width: calc(100% - 24.8rem);
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .c-campaign-list__txt {
    width: 100%;
    line-height: 1.6;
  }
}

.c-pager {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6rem;
  gap: 0 1rem;
}
@media screen and (max-width: 960px) {
  .c-pager {
    justify-content: center;
    gap: 0 0.5rem;
  }
}
.c-pager__current {
  position: relative;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  color: #1F2021;
  background: #D9D9D9;
}
@media screen and (max-width: 960px) {
  .c-pager__current {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.c-pager__dot {
  position: relative;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .c-pager__dot {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.c-pager__prev, .c-pager__next {
  width: 3rem;
  height: 5rem;
}
@media screen and (max-width: 960px) {
  .c-pager__prev, .c-pager__next {
    width: 3rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.c-pager__prev a, .c-pager__next a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -200%;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.c-pager__prev a::before, .c-pager__next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 1rem;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__prev a:hover:hover, .c-pager__next a:hover:hover {
    opacity: 0.8;
  }
}
.c-pager__next {
  margin-left: 2rem;
}
.c-pager__prev {
  margin-right: 2rem;
}
.c-pager__prev a::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.c-pager__item {
  width: 5rem;
  height: 5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .c-pager__item {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.c-pager__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__item a:hover {
    background: #D9D9D9;
    opacity: 1;
  }
}

.wp-pagenavi {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6rem;
  gap: 0 1rem;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi {
    justify-content: center;
    gap: 0 0.5rem;
  }
}
.wp-pagenavi .current {
  position: relative;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  color: #1F2021;
  background: #D9D9D9;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi .current {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.wp-pagenavi__dot {
  position: relative;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi__dot {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 5rem;
  /*overflow: hidden;*/
  font-size: 0;
  text-indent: -200%;
  border-radius: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 3rem;
    height: 4rem;
  }
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 1rem;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    opacity: 1;
  }
  .wp-pagenavi .previouspostslink:hover::before,
  .wp-pagenavi .nextpostslink:hover::before {
    left: calc(50% + 1rem);
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
.wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}
.wp-pagenavi .previouspostslink::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .previouspostslink:hover::before {
    left: calc(50% - 1rem);
  }
}
.wp-pagenavi .page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .page:hover {
    background: #D9D9D9;
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .wp-pagenavi .page {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }
}

.c-wire {
  position: relative;
  height: 6.4rem;
  margin-top: 5rem;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-wire {
    margin-top: 5rem;
  }
}
.c-wire__prev, .c-wire__next {
  width: 5rem;
  height: 6.2rem;
  font-size: 1.6rem;
}
.c-wire__prev a, .c-wire__next a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -200%;
  white-space: nowrap;
}
.c-wire__prev a::before, .c-wire__next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1rem;
  background: url(../img/common/icn_pager.svg) 0 0/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-wire__prev a:hover:hover, .c-wire__next a:hover:hover {
    background: rgba(31, 32, 33, 0.1);
    opacity: 1;
  }
}
.c-wire__next {
  float: right;
}
.c-wire__prev {
  float: left;
}
.c-wire__prev a::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media screen and (max-width: 960px) {
  .c-post {
    padding: 0 2rem;
  }
}
.c-post-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin-bottom: 3rem;
}
.c-post-head__time {
  font-size: 1.8rem;
  color: #008CD6;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-post-head__time {
    font-size: 1.4rem;
  }
}
.c-post-head__cat {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .c-post-head__cat {
    font-size: 1.2rem;
  }
}
.c-post-head__cat a {
  display: inline-block;
  color: #fff;
  padding: 0.6rem 2rem;
  border-radius: 3rem;
}
@media screen and (max-width: 960px) {
  .c-post-head__cat a {
    padding: 0.5rem 1.2rem;
  }
}
.c-post-head__cat.u-news a {
  background: #447FCC;
  border: 2px solid #447FCC;
}
@media (hover: hover) and (pointer: fine) {
  .c-post-head__cat.u-news a:hover {
    background: #fff;
    color: #447FCC;
  }
}
.c-post-head__cat.u-important a {
  background: #B7444A;
  border: 2px solid #B7444A;
}
@media (hover: hover) and (pointer: fine) {
  .c-post-head__cat.u-important a:hover {
    background: #fff;
    color: #B7444A;
  }
}
.c-post-head__cat.u-event a {
  background: #3DA57C;
  border: 2px solid #3DA57C;
}
@media (hover: hover) and (pointer: fine) {
  .c-post-head__cat.u-event a:hover {
    background: #fff;
    color: #3DA57C;
  }
}
.c-post__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-post__ttl {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}
.c-post__date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-post__date {
    margin: 0.5rem 0 0;
  }
}
.c-post__txt {
  margin-top: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-post__txt {
    margin-top: 2rem;
  }
}
.c-post__txt h3 {
  line-height: 1.2;
  font-size: 2.8rem;
  color: #008CD6;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .c-post__txt h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.c-post__txt h4 {
  font-size: 2rem;
  line-height: 1.2;
  background: #EAF7FF;
  color: #008CD6;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .c-post__txt h4 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
.c-post__txt h5 {
  position: relative;
  line-height: 1.2;
  font-size: 1.8rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .c-post__txt h5 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.c-post__txt h5::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.3rem;
  background: #008CD6;
}
.c-post__txt h6 {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-post__txt h1,
.c-post__txt h2,
.c-post__txt h3,
.c-post__txt h4,
.c-post__txt h5,
.c-post__txt h6 {
  line-height: 1.5;
  word-break: normal;
}
.c-post__txt * + h1,
.c-post__txt * + h2,
.c-post__txt * + h3,
.c-post__txt * + h4,
.c-post__txt * + h5,
.c-post__txt * + h6,
.c-post__txt * + p,
.c-post__txt * + ul,
.c-post__txt * + ol,
.c-post__txt * + blockquote,
.c-post__txt * + figure,
.c-post__txt * + img,
.c-post__txt * + .wp-block-image,
.c-post__txt * + .wp-block-embed {
  margin-top: 1.5rem;
}
.c-post__txt img + img,
.c-post__txt figure + img,
.c-post__txt img + figure,
.c-post__txt figure + figure {
  margin-top: 5rem;
}
.c-post__txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
  letter-spacing: 0.05em;
}
.c-post__txt strong {
  font-weight: bold;
}
.c-post__txt em {
  font-style: italic;
}
.c-post__txt blockquote {
  display: block;
  background: #D1D1D1;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
}
.c-post__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #008CD6 0%);
  color: #008CD6;
}
@media (hover: hover) and (pointer: fine) {
  .c-post__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.c-post__txt a[target=_blank] {
  background: none;
  color: #1F2021;
}
.c-post__txt a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_blank_bk.svg) 0 0/100% auto no-repeat;
  margin-left: 4rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-post__txt a[target=_blank]:hover {
    opacity: 0.8;
  }
}
.c-post__txt a[href$=".pdf"] {
  background: none;
  color: #1F2021;
}
.c-post__txt a[href$=".pdf"]::after {
  content: "PDF";
  display: inline-block;
  background: #B51515;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 1rem;
  margin-left: 4rem;
  vertical-align: text-bottom;
}
.c-post__txt a[href$=".pdf"][target=_blank]::after {
  width: auto;
  height: auto;
}
.c-post__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-post__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.c-post__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.c-post__txt .wp-block-image {
  overflow: hidden;
}
.c-post__txt img,
.c-post__txt img[class*=wp-image-],
.c-post__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-post__txt figcaption {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-post__txt ul {
  list-style: none;
}
.c-post__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 0 1em;
  word-break: normal;
}
.c-post__txt ul li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #008CD6;
}
.c-post__txt ul li + .c-post__txt ul li {
  margin-top: 1rem;
}
.c-post__txt ol {
  counter-reset: item;
  list-style-type: none;
}
.c-post__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
}
.c-post__txt ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #008CD6;
}
@media screen and (max-width: 960px) {
  .c-post__txt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-post__txt h1, .c-post__txt h2, .c-post__txt h3, .c-post__txt h4 {
    line-height: 1.6;
  }
  .c-post__txt h5, .c-post__txt h6 {
    line-height: 1.6;
  }
  .c-post__txt ul li,
  .c-post__txt ol li,
  .c-post__txt blockquote {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.c-post-back {
  text-align: center;
  margin: 5rem 0 0;
}
.c-post-back__btn {
  display: inline-block;
  width: 36rem;
  height: 8rem;
}
@media screen and (max-width: 960px) {
  .c-post-back__btn {
    line-height: 1.6;
  }
}
.c-post-back__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border: 2px solid #fff;
  background: #008CD6;
  color: #fff;
  border-radius: 5rem;
  letter-spacing: 0.05em;
  box-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.16);
  padding-left: 2rem;
}
.c-post-back__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4rem;
  width: 0.9rem;
  height: 1.5rem;
  background: url(../img/common/icn_arrow_r_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) scale(-1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-post-back__btn a:hover {
    background: #fff;
    color: #008CD6;
    border: 2px solid #008CD6;
    opacity: 1;
  }
  .c-post-back__btn a:hover::before {
    background: url(../img/common/icn_arrow_r_bl.svg) 0 0/100% auto no-repeat;
  }
}

.c-lowhead {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #1F2021;
  margin-bottom: 8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 960px) {
  .c-lowhead {
    margin-bottom: 4rem;
    padding-top: 2rem;
  }
}
.c-lowhead::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: calc((100vw - 120rem) / 2);
  height: 1px;
  background: #1F2021;
}
@media screen and (max-width: 960px) {
  .c-lowhead::after {
    width: 2rem;
  }
}
.c-lowhead.u-none {
  border-top: 0;
  padding-top: 0;
}
.c-lowhead.u-none::after {
  content: none;
}
.c-lowhead.u-white {
  color: #fff;
}
.c-lowhead__en {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 960px) {
  .c-lowhead__en {
    font-size: 3rem;
    margin-bottom: -0.4rem;
  }
}
.c-lowhead__ja {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 2rem;
}
.c-lowhead__dot {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 960px) {
  .c-lowhead__dot {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
}
.c-lowhead__dot::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #ED4041;
}
@media screen and (max-width: 960px) {
  .c-lowhead__dot::before {
    top: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-list {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .c-list {
    margin-top: 4rem;
  }
}
.c-list__item {
  background: #D1D1D1;
  padding: 3.4rem 4rem;
}
@media screen and (max-width: 960px) {
  .c-list__item {
    padding: 2rem;
  }
}
.c-list__item + .c-list__item {
  margin-top: 2rem;
}
.c-list__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 0 2rem;
}
.c-list__ttl::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #ED4041;
}
.c-list__txt {
  margin-top: 1.7rem;
}
@media screen and (max-width: 960px) {
  .c-list__txt {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.c-list__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
}
@media (hover: hover) and (pointer: fine) {
  .c-list__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.c-list__txt .u-bold {
  font-weight: 700;
}

.c-filter {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .c-filter {
    margin-bottom: 3rem;
  }
}
.c-filter__ttl {
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .c-filter__ttl {
    top: 0;
    line-height: 1.6;
  }
}
.c-filter-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-filter-list__item {
  font-weight: 500;
}
.c-filter-list__item a {
  position: relative;
  display: inline-block;
  border: 1px solid #D9D9D9;
  border-radius: 3rem;
  line-height: 1.6;
  background: #fff;
  padding: 0.5rem 1.5rem 0.5rem 2.6rem;
}
.c-filter-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #D9D9D9;
  transform: translateY(-50%);
  border-radius: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-filter-list__item a:hover {
    background: rgba(31, 32, 33, 0.1);
    opacity: 1;
  }
}
.c-filter-list__item.current-cat a {
  pointer-events: none;
  border: 1px solid #ED4041;
}
.c-filter-list__item.current-cat a::before {
  background: #ED4041;
}
.c-filter-list__item:first-child {
  margin-left: 9rem;
}

.c-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5rem;
}
.c-column__item {
  width: 26rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .c-column__item {
    width: 100%;
  }
}
.c-column__img {
  aspect-ratio: 1/1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .c-column__img {
    aspect-ratio: 335/260;
  }
}
.c-column__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-column__date {
  font-size: 1.2rem;
  line-height: 1;
}
.c-column__ttl {
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  margin: 1rem 0;
}
.c-column__cat {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  line-height: 1;
  border-radius: 2rem;
  padding: 0.8rem 1rem;
}
.c-column-list {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .c-column-list {
    margin-top: 8rem;
  }
}
.c-column-list .c-lowhead {
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .c-column-list .c-lowhead {
    display: block;
    margin-bottom: 6rem;
  }
  .c-column-list .c-lowhead .c-lowhead__ja {
    display: block;
    margin: 1rem 0 0;
  }
}
.c-column-list__inner {
  position: relative;
  padding-top: 6rem;
}
@media screen and (max-width: 960px) {
  .c-column-list__inner {
    padding: 0 0 8rem;
  }
}
.c-column-list__all {
  position: absolute;
  top: 1.3rem;
  right: 11rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .c-column-list__all {
    right: 13rem;
  }
}
@media screen and (max-width: 960px) {
  .c-column-list__all {
    top: auto;
    bottom: 1.3rem;
    right: 11rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-column-list__all a:hover {
    opacity: 1;
    background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
  }
}
@media screen and (max-width: 960px) {
  .c-column-list-slider {
    margin: 0 -2rem;
  }
}
.c-column-list-slider__item {
  width: 26.1rem !important;
  padding-right: 5.2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .c-column-list-slider__item {
    padding: 0 0 0 5rem;
  }
}
.c-column-list-slider__img {
  width: 26.1rem;
  height: 26.1rem;
  margin-bottom: 2rem;
}
.c-column-list-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-column-list-slider__date {
  font-size: 1.2rem;
  line-height: 1;
}
.c-column-list-slider__ttl {
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  margin: 1rem 0;
}
.c-column-list-slider__cat {
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  line-height: 1;
  border-radius: 2rem;
  padding: 0.8rem 1rem;
}
.c-column-list-slider .slick-arrow {
  position: absolute;
  top: -6rem;
  right: 5rem;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  border: 1px solid #1F2021;
  background: url(../img/common/icn_slider_arrow.svg) center center/0.6rem 1.1rem no-repeat;
  border-radius: 100%;
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .c-column-list-slider .slick-arrow {
    right: 7rem;
  }
}
@media screen and (max-width: 960px) {
  .c-column-list-slider .slick-arrow {
    top: auto;
    bottom: -8rem;
  }
}
.c-column-list-slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-column-list-slider .slick-arrow.slick-next {
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .c-column-list-slider .slick-arrow.slick-next {
    right: 2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-column-list-slider .slick-arrow:hover {
    background-color: rgba(31, 32, 33, 0.1);
  }
}

.c-relation {
  position: relative;
  border-top: 1px solid #1F2021;
  padding-top: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .c-relation {
    padding: 3rem 0 0;
  }
}
.c-relation::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: calc((100vw - 120rem) / 2);
  height: 1px;
  background: #1F2021;
}
@media screen and (max-width: 960px) {
  .c-relation::after {
    width: 2rem;
  }
}
.c-relation .c-lowhead {
  margin-bottom: 6rem;
}

.c-products.u-detail + .c-products, .c-products.u-info + .c-products {
  margin-top: 10rem;
}
@media screen and (max-width: 960px) {
  .c-products.u-detail + .c-products, .c-products.u-info + .c-products {
    margin-top: 8rem;
  }
}
.c-products-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.2rem;
}
.c-products-icon__item {
  font-size: 1.4rem;
  font-weight: 700;
  background: rgba(31, 32, 33, 0.7);
  line-height: 1;
  border-radius: 0.2rem;
  color: #fff;
  padding: 0.5rem;
}
.c-products-icon__item.u-new {
  background: #ED4041;
}
.c-products-icon__item.u-limited {
  background: rgba(31, 32, 33, 0.7);
}
.c-products-icon__item.u-recommend {
  background: rgba(0, 166, 151, 0.8);
}
.c-products-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .c-products-list {
    display: block;
  }
}
.c-products-list__item {
  width: calc((100% - 15rem) / 4);
}
@media screen and (max-width: 960px) {
  .c-products-list__item {
    width: 100%;
    margin-top: 5rem;
  }
  .c-products-list__item:first-child {
    margin-top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-products-list__item a:hover {
    opacity: 1;
  }
  .c-products-list__item a:hover .c-products-list__btn {
    background: rgba(31, 32, 33, 0.1);
  }
}
.c-products-list__ttl {
  font-weight: 700;
  line-height: 1.6;
  padding: 0.5rem 0 0;
}
.c-products-list__content {
  position: relative;
  padding-top: 2.4rem;
}
.c-products-list__img {
  position: relative;
  padding-top: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .c-products-list__img {
    width: 26rem;
    margin: 0 auto 2rem;
    padding-top: 26rem;
  }
}
.c-products-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-products-list__price {
  margin-top: 1rem;
}
.c-products-list__price span {
  font-size: 1.2rem;
}
.c-products-list__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #1F2021;
  border-radius: 3rem;
  margin-top: 2rem;
  transition: 0.3s;
}
.c-products-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .c-products-detail {
    display: block;
  }
}
.c-products-detail-img {
  width: 40rem;
}
@media screen and (max-width: 960px) {
  .c-products-detail-img {
    width: 100%;
  }
}
.c-products-detail-img__main {
  margin-bottom: 2rem;
}
.c-products-detail-img-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-products-detail-img-list__item {
  line-height: 1.6;
}
.c-products-detail-img-list__item a {
  display: inline-block;
  min-height: 3.6rem;
  border: 1px solid #D9D9D9;
  border-radius: 3rem;
  padding: 0.5rem 1.5rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-products-detail-img-list__item a:hover {
    background: rgba(31, 32, 33, 0.1);
    opacity: 1;
  }
}
.c-products-detail-content {
  width: 74rem;
}
@media screen and (max-width: 960px) {
  .c-products-detail-content {
    width: 100%;
    margin: 4rem 0 0;
  }
}
.c-products-detail-content .c-products-icon {
  position: relative;
  top: auto;
  left: auto;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.c-products-detail-content__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.c-products-detail-content__code {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D9D9D9;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.c-products-detail-content__code span {
  font-size: 1.4rem;
}
.c-products-detail-content__price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}
.c-products-detail-content__price span {
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
}
.c-products-detail-content__point {
  font-size: 1.4rem;
  line-height: 1;
}
.c-products-detail-content__point span {
  font-size: 1.2rem;
}
.c-products-detail-content__txt {
  margin-top: 4rem;
  padding-right: 12rem;
}
.c-products-detail-content__txt * + p,
.c-products-detail-content__txt * + ul,
.c-products-detail-content__txt * + ol,
.c-products-detail-content__txt * + blockquote,
.c-products-detail-content__txt * + figure,
.c-products-detail-content__txt * + img,
.c-products-detail-content__txt * + .wp-block-image,
.c-products-detail-content__txt * + .wp-block-embed {
  margin-top: 3rem;
}
.c-products-detail-content__txt img + img,
.c-products-detail-content__txt figure + img,
.c-products-detail-content__txt img + figure,
.c-products-detail-content__txt figure + figure {
  margin-top: 3rem;
}
.c-products-detail-content__txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
}
.c-products-detail-content__txt strong {
  font-weight: bold;
}
.c-products-detail-content__txt em {
  font-style: italic;
}
.c-products-detail-content__txt blockquote {
  display: block;
  background: #D1D1D1;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
}
.c-products-detail-content__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
}
@media (hover: hover) and (pointer: fine) {
  .c-products-detail-content__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.c-products-detail-content__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-products-detail-content__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.c-products-detail-content__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.c-products-detail-content__txt .wp-block-image {
  overflow: hidden;
}
.c-products-detail-content__txt img,
.c-products-detail-content__txt img[class*=wp-image-],
.c-products-detail-content__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-products-detail-content__txt figcaption {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-products-detail-content__txt ul {
  list-style: none;
}
.c-products-detail-content__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 0 1em;
  word-break: normal;
}
.c-products-detail-content__txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-products-detail-content__txt ol {
  counter-reset: item;
  list-style-type: none;
}
.c-products-detail-content__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
}
.c-products-detail-content__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .c-products-detail-content__txt {
    padding: 0;
  }
  .c-products-detail-content__txt p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-products-detail-content__txt h1, .c-products-detail-content__txt h2, .c-products-detail-content__txt h3, .c-products-detail-content__txt h4 {
    line-height: 1.6;
  }
  .c-products-detail-content__txt h5, .c-products-detail-content__txt h6 {
    line-height: 1.6;
  }
  .c-products-detail-content__txt ul li,
  .c-products-detail-content__txt ol li,
  .c-products-detail-content__txt blockquote {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-products-detail-content__btn {
  width: 40rem;
  height: 7rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .c-products-detail-content__btn {
    width: 100%;
  }
}
.c-products-detail-content__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00A697;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-products-detail-content__btn a:hover {
    background: #09947C;
    opacity: 1;
  }
}
.c-products-detail-content__btn a span {
  position: relative;
  padding-left: 2.8rem;
}
.c-products-detail-content__btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/products/icn_calendar.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
.c-products-bnr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #ED4041;
  margin: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-products-bnr {
    display: block;
  }
}
.c-products-bnr__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 12.7rem;
  height: 3.2rem;
  font-size: 1.6rem;
  color: #fff;
  background: #ED4041;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 960px) {
  .c-products-bnr__ttl {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 0.6rem 0 1rem;
  }
}
.c-products-bnr__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.9rem;
  height: 3.2rem;
  background: #fff;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
@media screen and (max-width: 960px) {
  .c-products-bnr__ttl::after {
    content: none;
  }
}
.c-products-bnr-content {
  padding: 0.5rem 0 1rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .c-products-bnr-content {
    padding: 0;
    margin: 0;
    padding: 1.5rem 0 1rem;
  }
}
.c-products-bnr-content__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .c-products-bnr-content__main {
    display: block;
  }
}
.c-products-bnr-content__pre {
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-products-bnr-content__pre {
    text-align: center;
    margin: 0;
  }
}
.c-products-bnr-content__pre span {
  font-size: 2.4rem;
}
.c-products-bnr-content__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .c-products-bnr-content__txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.c-products-bnr-content__zero {
  font-size: 4rem;
  line-height: 1;
  margin: -0.3rem 0.2rem -0.3rem;
}
.c-products-bnr-content__per {
  font-size: 2rem;
  line-height: 1;
}
.c-products-bnr-content__notes {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-products-bnr-content__notes {
    line-height: 1.4;
    margin: 1rem 0 0;
  }
}
.c-products-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .c-products-block {
    display: block;
    margin-top: 6rem;
  }
}
.c-products-block + .c-products-block {
  margin-top: 6rem;
}
.c-products-block__img {
  width: 40rem;
}
@media screen and (max-width: 960px) {
  .c-products-block__img {
    width: 100%;
  }
}
.c-products-block-content {
  width: 74rem;
}
@media screen and (max-width: 960px) {
  .c-products-block-content {
    width: 100%;
    margin-top: 4rem;
  }
}
.c-products-block-content__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: -0.6rem 0 2.4rem;
}
.c-products-block-content__txt * + p,
.c-products-block-content__txt * + ul,
.c-products-block-content__txt * + ol,
.c-products-block-content__txt * + blockquote,
.c-products-block-content__txt * + figure,
.c-products-block-content__txt * + img,
.c-products-block-content__txt * + .wp-block-image,
.c-products-block-content__txt * + .wp-block-embed {
  margin-top: 3rem;
}
.c-products-block-content__txt img + img,
.c-products-block-content__txt figure + img,
.c-products-block-content__txt img + figure,
.c-products-block-content__txt figure + figure {
  margin-top: 3rem;
}
.c-products-block-content__txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
}
.c-products-block-content__txt strong {
  font-weight: bold;
}
.c-products-block-content__txt em {
  font-style: italic;
}
.c-products-block-content__txt blockquote {
  display: block;
  background: #D1D1D1;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
}
.c-products-block-content__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
}
@media (hover: hover) and (pointer: fine) {
  .c-products-block-content__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.c-products-block-content__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-products-block-content__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.c-products-block-content__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.c-products-block-content__txt .wp-block-image {
  overflow: hidden;
}
.c-products-block-content__txt img,
.c-products-block-content__txt img[class*=wp-image-],
.c-products-block-content__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c-products-block-content__txt figcaption {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-products-block-content__txt ul {
  list-style: none;
}
.c-products-block-content__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 0 1em;
  word-break: normal;
}
.c-products-block-content__txt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-products-block-content__txt ol {
  counter-reset: item;
  list-style-type: none;
}
.c-products-block-content__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
}
.c-products-block-content__txt ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .c-products-block-content__txt {
    padding: 0;
  }
  .c-products-block-content__txt p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-products-block-content__txt h1, .c-products-block-content__txt h2, .c-products-block-content__txt h3, .c-products-block-content__txt h4 {
    line-height: 1.6;
  }
  .c-products-block-content__txt h5, .c-products-block-content__txt h6 {
    line-height: 1.6;
  }
  .c-products-block-content__txt ul li,
  .c-products-block-content__txt ol li,
  .c-products-block-content__txt blockquote {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.c-simulator {
  position: relative;
  border: 3px solid #54A9C7;
  background: #F8FCFD;
  border-radius: 2rem;
  padding: 6.8rem 0 3.4rem;
  margin: 10rem 0 6rem;
}
.p-kasai .c-simulator {
  border: 3px solid #F48687;
  background: #FFF9F9;
}
@media screen and (max-width: 960px) {
  .c-simulator {
    width: calc(100% - 4rem);
    margin: 0 auto 4rem;
    padding: 4rem 1.5rem 2rem;
  }
}
.c-simulator__ttl {
  position: absolute;
  top: -4rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60rem;
  height: 8rem;
  border: 3px solid #54A9C7;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #54A9C7;
  background: #F8FCFD;
  border-radius: 5rem;
  transform: translateX(-50%);
}
.p-kasai .c-simulator__ttl {
  color: #F48687;
  border: 3px solid #F48687;
  background: #FFF9F9;
}
@media screen and (max-width: 960px) {
  .c-simulator__ttl {
    top: -2.5rem;
    width: 28rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
.c-simulator__ttl img {
  width: 3.6rem;
  height: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 960px) {
  .c-simulator__ttl img {
    width: 2.4rem;
    margin-right: 1rem;
  }
}
.c-simulator__txt {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
}
.c-simulator__btn {
  margin: 2.1rem auto 0;
}

.c-important {
  border: 2px solid #008CD6;
  background: #F8FCFD;
  border-radius: 2rem;
  margin-top: 7rem;
  padding: 4rem 0 3rem;
}
.c-important.u-rd {
  border-color: #ED4041;
  background: #FFF9F9;
}
@media screen and (max-width: 960px) {
  .c-important {
    padding: 2.5rem 1.5rem;
    margin-top: 4rem;
  }
}
.c-important__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #008CD6;
}
.u-rd .c-important__ttl {
  color: #ED4041;
}
@media screen and (max-width: 960px) {
  .c-important__ttl {
    font-size: 2.4rem;
  }
}
.c-important__txt {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .c-important__txt {
    margin-top: 2rem;
  }
}
.c-important__btn {
  width: 26rem;
  margin: 3rem auto 0;
  /*a{
  	background: white;
  	border: 2px solid $blue;
  	color: $blue;
  	.u-rd &{
  		border-color: $white;
  		color: $white;
  		background: $coral;
  	}
  	&::after{
  		background: url(../img/common/icn_arrow_r_bl.svg) 0 0 / 100% auto no-repeat;
  		.u-rd &{
  			background: url(../img/common/icn_arrow_r_wh.svg) 0 0 / 100% auto no-repeat;
  		}
  	}
  	@include hover{
  		background: $blue;
  		color: $white;
  		.u-rd &{
  			border-color: $coral;
  			background: $white;
  			color: $coral;
  		}
  		&::after{
  			background: url(../img/common/icn_arrow_r_wh.svg) 0 0 / 100% auto no-repeat;
  			.u-rd &{
  				background: url(../img/common/icn_arrow_r_cr.svg) 0 0 / 100% auto no-repeat;
  			}
  		}
  	}
  }*/
}
@media screen and (max-width: 960px) {
  .c-important__btn {
    width: 100%;
    max-width: inherit;
    margin: 2rem 0 0;
  }
}
.c-important__notes {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 4rem 0 0;
}
@media screen and (max-width: 960px) {
  .c-important__notes {
    font-size: 1.2rem;
    margin: 2rem 0 0;
  }
}
.c-important__notes a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #1F2021 0%);
}
@media (hover: hover) and (pointer: fine) {
  .c-important__notes a:hover {
    background: none;
    opacity: 1;
  }
}

@media screen and (max-width: 960px) {
  .c-join {
    padding: 0 2rem;
  }
}
.c-join__intro {
  line-height: 1.5;
  border: 2px solid #008CD6;
  background: #F8FCFD;
  border-radius: 1.2rem;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 960px) {
  .c-join__intro {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 1.5rem 2rem;
  }
}
.c-join__ttl {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #008CD6;
  line-height: 1.2;
  margin: 6rem 0 2rem;
}
@media screen and (max-width: 960px) {
  .c-join__ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin: 3rem 0 0.5rem;
  }
}
.c-join__txt {
  letter-spacing: 0.05em;
}
.c-join__txt span {
  color: #008CD6;
}
.c-join__btn {
  max-width: 36rem;
  height: 8rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 960px) {
  .c-join__btn {
    max-width: 26rem;
    height: 5.5rem;
    margin: 3rem auto 0;
  }
}
.c-join__btn a::after {
  right: 4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/icn_blank_wh.svg) 0 0/100% no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .c-join__btn a:hover::after {
    background: url(../img/common/icn_blank_bl.svg) 0 0/100% no-repeat !important;
  }
}

.c-check {
  background: #F8FCFD;
  border-radius: 2rem;
  margin-top: 5rem;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .c-check {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.c-check__txt {
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-check__txt {
    line-height: 1.6;
  }
}
.c-check__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #008CD6 0%);
  color: #008CD6;
}
@media (hover: hover) and (pointer: fine) {
  .c-check__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.c-check-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-check-content {
    display: block;
  }
}
.c-check-content__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5rem;
}
@media screen and (max-width: 960px) {
  .c-check-content__ttl {
    justify-content: center;
    margin: 0 0 1rem;
  }
}
.c-check-content__ttl .required {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.8rem;
  height: 3.2rem;
  line-height: 1;
  font-size: 1.4rem;
  background: #F6D6D6;
  color: #AC0D0D;
  border-radius: 0.5rem;
  margin-left: 3rem;
}
@media screen and (max-width: 960px) {
  .c-check-content__ttl .required {
    width: 4rem;
    height: 2.4rem;
    font-size: 1.2rem;
    margin-left: 2rem;
  }
}
.c-check-content__check label {
  position: relative;
}
.c-check-content__check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-check-content__check input[type=checkbox]:checked + .btn {
  background: #F2F6F8;
}
.c-check-content__check input[type=checkbox]:checked + .btn::before {
  background: url(../img/common/icn_checkbox_on.svg) 0 0/100% auto no-repeat;
}
.c-check-content__check .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 13.2rem;
  height: 4.5rem;
  border: 1px solid #D1D1D1;
  background: #fff;
  letter-spacing: 0.05em;
  padding-left: 4.8rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .c-check-content__check .btn {
    margin: 0 auto;
  }
}
.c-check-content__check .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/icn_checkbox_off.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.c-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  border-radius: 2rem;
  overflow: hidden;
}
.c-define__ttl {
  width: 15rem;
  font-size: 1.6rem;
  color: #fff;
  background: #008CD6;
  line-height: 1.5;
  border-bottom: 1px solid #D1D1D1;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-define__ttl {
    width: 9rem;
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}
.c-define__ttl:last-of-type {
  border-bottom: 0;
}
.c-define__txt {
  width: calc(100% - 15rem);
  background: #fff;
  line-height: 1.5;
  border-bottom: 1px solid #D1D1D1;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-define__txt {
    width: calc(100% - 9rem);
    padding: 1.5rem;
  }
}
.c-define__txt:last-of-type {
  border-bottom: 0;
}
.c-define__txt .map {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-define__txt .map {
    display: block;
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }
}
.c-define__txt .map a {
  border: 1px solid #008CD6;
  padding: 0.6rem 3rem;
  border-radius: 3rem;
  color: #008CD6;
  transition: 0.3s;
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-define__txt .map a {
    display: inline-block;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-define__txt .map a:hover {
    background: #008CD6;
    color: #fff;
    opacity: 1;
  }
}

.c-hosyou {
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .c-hosyou {
    margin-top: 4rem;
    padding: 0 2rem;
  }
}
.c-hosyou__ttl {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 0 0 2rem;
}
@media screen and (max-width: 960px) {
  .c-hosyou__ttl {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }
}
.c-hosyou__txt {
  text-align: center;
}
.c-hosyou-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 90rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .c-hosyou-list {
    gap: 1rem;
  }
}
.c-hosyou-list__item {
  position: relative;
  width: 44rem;
  border-radius: 1.2rem;
  border: 2px solid #54A9C7;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 960px) {
  .c-hosyou-list__item {
    width: 100%;
    padding: 1.5rem 2rem;
  }
}
.c-hosyou-list__img {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: auto;
  height: 6.9rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .c-hosyou-list__img {
    right: 2rem;
    height: 5.2rem;
  }
}
.c-hosyou-list__ttl {
  font-size: 1.8rem;
  color: #54A9C7;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .c-hosyou-list__ttl {
    font-size: 1.6rem;
  }
}
.c-hosyou-list__txt {
  width: 28rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .c-hosyou-list__txt {
    width: calc(100% - 7rem);
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (min-width: 1320.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 1320px) and (min-width: 960.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }