@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*add font-family*/
/*grid settings*/
/* PC、SP兼用　font-size 使い方： @include fontsize(16,14); ←　PCで16px, SPで14px */
/*mixin*/
/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

/* ==========================================================
   reseting
========================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

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

hr {
  display: block;
  border: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

button {
  all: unset;
  font: inherit;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "YakuHanJPs", YakuHanJPs, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "YakuHanJPs", YakuHanJPs, "Noto Sans JP", Arial, メイリオ, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  cursor: pointer;
  margin: 0em;
  border: none;
  outline: none;
  border-radius: 0px;
}

label {
  cursor: pointer;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a:hover {
  color: inherit;
}

a:hover img {
  opacity: 1;
}

/* ==========================================================
base style
========================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.015em;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #231815;
  overflow-x: hidden;
  min-width: 100%;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

/* ==========================================================
 スクロールエフェクト
========================================================== */
.is-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=right] {
  transform: translate(10%);
}
.is-animate.-show[data-type=right] {
  transform: translate(10%);
}
.is-animate.-show[data-type=left] {
  transform: translate(-10%);
}
.is-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-show[data-type=fade] {
  opacity: 0;
  transition: 1.4s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-show.-slow1[data-type=fade] {
  transition: 2s cubic-bezier(0.7, 0, 0.41, 0.99) 1s;
}
.is-animate.-show.-slow2[data-type=fade] {
  transition: 2s cubic-bezier(0.7, 0, 0.41, 0.99) 2s;
}
.is-animate.-show[data-type=img] {
  opacity: 0;
  transition: 0.7s cubic-bezier(0.7, 0, 0.41, 0.99);
  overflow: hidden;
  display: block;
}
.is-animate.-show[data-type=img] img {
  transform: scale(1.2);
  transition: 2s 0.5s;
}
.p-concept__gall__2 .is-animate.-show[data-type=img] img {
  transform: scale(1.2) translateY(-50%);
  transition: 2s 0.5s;
}
.is-animate.-show.active {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.is-animate.-show.active img {
  transform: scale(1);
}

/* header color （赤が色々あるみたいですが・・settingで統一していただいても大丈夫です） */
.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
  display: block;
  /* ----------------------------------------
      Top Navigation
  ---------------------------------------- */
  /* ----------------------------------------
      Sub Navigation
  ---------------------------------------- */
  /* ----------------------------------------
      menu btn
  ---------------------------------------- */
  /* ----------------------------------------
      Content Menu (Hamburger)
  ---------------------------------------- */
}
.header .header-topNav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 30px 35px 30px;
  width: 100%;
}
@media (max-width: 960px) {
  .header .header-topNav {
    padding: 20px 35px 20px 20px;
  }
}
.header .header-topNav .header-topNav__title {
  display: inline-block;
}
.header .header-topNav .header-topNav__title .header-title {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 40px;
}
@media (max-width: 959px) {
  .header .header-topNav .header-topNav__title .header-title {
    height: auto;
  }
}
.header .header-topNav .header-topNav__title .header-title img {
  vertical-align: initial;
  height: 100%;
  width: auto;
  max-width: 500px;
}
@media (max-width: 960px) {
  .header .header-topNav .header-topNav__title .header-title img {
    width: 90%;
    height: auto;
  }
}
.header .header-topNav__guide {
  display: flex;
  align-items: center;
  margin-left: 17px;
  /* ----------------------------------------
      Contact Area
  ---------------------------------------- */
}
.header .header-topNav__guide .header-subNav {
  align-items: center;
  display: flex;
  gap: 15px;
}
.header .header-topNav__guide .header-subNav .header-subNav__link {
  align-items: center;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
.header .header-topNav__guide .header-subNav .header-subNav__link .arrow {
  margin-right: 10px;
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  transform: rotate(45deg);
}
.header .header-topNav__guide .header-cvArea {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: 20px;
  width: 100%;
}
.header .header-topNav__guide .header-cvArea .header-cvArea__item {
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.header .header-topNav__guide .header-cvArea .header-cvArea__item a {
  display: grid;
  place-content: center;
  background-color: #625a44;
  border: 1px solid #625a44;
  color: #fff;
  width: 170px;
  height: 45px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-topNav__guide .header-cvArea .header-cvArea__item a:hover {
    background: #fff;
    color: #625a44;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-topNav__guide .header-cvArea .header-cvArea__item a:hover {
    background: #fff;
    color: #625a44;
  }
}
.header .header-topNav__guide .header-cvArea .header-cvArea__item:nth-child(3) a {
  background-color: #7f3021;
  border: 1px solid #7f3021;
}
@media (hover: hover) and (pointer: fine) {
  .header .header-topNav__guide .header-cvArea .header-cvArea__item:nth-child(3) a:hover {
    background: #fff;
    color: #7f3021;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-topNav__guide .header-cvArea .header-cvArea__item:nth-child(3) a:hover {
    background: #fff;
    color: #7f3021;
  }
}
.header .header-topNav__menu {
  cursor: pointer;
  position: relative;
  width: 19.5px;
  height: 25px;
  z-index: 999;
}
.header .header-topNav__menu.is-active .menu-icon .border:nth-child(1) {
  transform: rotate(45deg) translate(5px, 0);
}
.header .header-topNav__menu.is-active .menu-icon .border:nth-child(2) {
  transform: scale(0, 1);
}
.header .header-topNav__menu.is-active .menu-icon .border:nth-child(3) {
  transform: rotate(-45deg) translate(0, 5px);
}
.header .header-topNav__menu.is-active .menu-txt .open {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.header .header-topNav__menu.is-active .menu-txt .close {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.header .header-topNav__menu .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .header-topNav__menu .menu-icon .border {
  background-color: #333333;
  display: block;
  height: 3px;
  transform-origin: left;
  transition: transform 0.4s ease;
  width: 100%;
}
.header .header-topNav__menu .menu-icon .border + .border {
  margin-top: 4px;
}
.header .header-topNav__menu .menu-txt span {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  position: absolute;
  bottom: -12px;
  transform: translate(-50%, 0);
  transition: opacity 0.4s ease, transform 0.4s ease 0.1s;
}
.header .header-topNav__menu .menu-txt .close {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 100%);
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu {
    background-color: rgba(255, 255, 255, 0.95);
    height: 100dvh;
    height: 100vh;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: -100%;
    transform: scale(1, 0);
    transform-origin: top;
    transition: transform 0.6s ease 0.2s;
    width: 100%;
    z-index: 99;
  }
  .header .header-contMenu .contentMenu.is-open {
    top: 0;
    transform: scale(1, 1);
  }
  .header .header-contMenu .contentMenu.is-open .contentMenu__list {
    opacity: 1;
  }
  .header .header-contMenu .contentMenu.is-open .contentCV {
    opacity: 1;
  }
  .header .header-contMenu .contentMenu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentMenu__inner {
    padding: 100px 30px 100px;
  }
}
@media (max-width: 960px) {
  .header .header-contMenu .contentMenu .contentMenu__inner {
    padding: 70px 20px 100px;
  }
}
.header .header-contMenu .contentMenu .contentMenu__list {
  width: min(100%, 840px);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentMenu__list {
    opacity: 0;
    transition: opacity 0.4s ease 0.8s;
    grid-template-columns: auto;
  }
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__item {
  text-align: center;
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentMenu__list .contentMenu__item:last-child .contentMenu__link {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 14px 0;
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link {
    display: block;
    padding: 20px 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link:hover:hover:after {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link:hover:hover:after {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link:after {
  content: "";
  bottom: 2px;
  left: 38%;
  transform: scale(0, 1);
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #9fa0a0;
  transform-origin: right;
  transition: transform 0.6s ease;
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link:after {
    display: none;
  }
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link .en {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 0.8;
  display: block;
  width: 100%;
  border-left: 1px solid rgba(153, 153, 153, 0.5);
  padding: 8px 0;
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link .en--last {
  border-right: 1px solid rgba(153, 153, 153, 0.5);
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link .en {
    border-left: none;
    border-right: none;
  }
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link.is-off {
  pointer-events: none;
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link.is-visible {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link.is-visible .contentMenu__list,
.header .header-contMenu .contentMenu .contentMenu__list .contentMenu__link.is-visible .contentCV {
  opacity: 1;
  transition-delay: 0.6s;
}
.header .header-contMenu .contentMenu .contentCV {
  display: none;
}
@media (max-width: 1200px) {
  .header .header-contMenu .contentMenu .contentCV {
    width: min(100%, 840px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    margin: 24px auto 0;
    opacity: 0;
    transition: opacity 0.4s ease 0.8s;
  }
  .header .header-contMenu .contentMenu .contentCV .contentCV__item {
    width: min(100%, 400px);
    margin: 0 auto;
  }
  .header .header-contMenu .contentMenu .contentCV .contentCV__item .cvBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 60px;
    background: #625a44;
    color: #fff;
    font-size: clamp(18px, 17.037037037px + 0.2469135802vw, 20px);
    font-weight: bold;
  }
  .header .header-contMenu .contentMenu .contentCV .contentCV__item .cvBtn--tel {
    background: linear-gradient(to bottom, #007c8b, #639d6f);
  }
  .header .header-contMenu .contentMenu .contentCV .contentCV__item .cvBtn--vacant {
    background: #7f3021;
  }
  .header .header-contMenu .contentMenu .contentCV .contentCV__item .cvBtn .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .header .header-contMenu .contentMenu .contentCV .contentCV__item .cvBtn span {
    line-height: 1;
  }
}

.cvBtn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #ccc !important;
  color: #666 !important;
  border-color: #ccc !important;
  cursor: not-allowed;
  transition: none;
}

/* ----------------------------------------
    Fixed CV (SP)：pagetop.htmlに記載しています。
---------------------------------------- */
.fixedCV {
  display: none;
}
@media (max-width: 960px) {
  .fixedCV {
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 98;
  }
}
.fixedCV .fixedCV__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.fixedCV .fixedCV__list li {
  height: 70px;
}
.fixedCV .fixedCV__list li .fixedCvBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #007c8b, #639d6f);
  color: #fff;
  font-size: clamp(18px, 17.037037037px + 0.2469135802vw, 20px);
}
.fixedCV .fixedCV__list li .fixedCvBtn--vacant {
  background: #7f3021;
}
.fixedCV .fixedCV__list li .fixedCvBtn .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.fixedCV .fixedCV__list li .fixedCvBtn .ttl {
  font-size: 18px;
  line-height: 1.2;
}
.fixedCV .fixedCV__list li .fixedCvBtn .ttl--L {
  font-size: 1.3em;
}
.fixedCV .fixedCV__list li .fixedCvBtn .ttl i {
  display: block;
}
.fixedCV .fixedCV__list li .fixedCvBtn .ttl i:first-child {
  letter-spacing: 0.07em;
}
.fixedCV .fixedCV__list li .fixedCvBtn .ttl i:nth-child(2) {
  font-size: 14px;
}
.fixedCV .fixedCV__list li .fixedCvBtn .ttl i:last-child {
  font-size: 15px;
  letter-spacing: 0.4em;
}

.footer {
  /* SP時 下部固定CVボタン分のパディング */
}
@media (max-width: 960px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer .footer__nav {
  background: #e3e3d8;
}
.footer .footer__nav ul {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
@media (max-width: 960px) {
  .footer .footer__nav ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.footer .footer__nav ul li {
  padding: clamp(10px, 5.1851851852px + 1.2345679012vw, 20px) 0;
}
@media (max-width: 960px) {
  .footer .footer__nav ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .footer .footer__nav ul li:nth-child(even) {
    border-right: 1px solid #fff;
  }
  .footer .footer__nav ul li:first-child {
    width: 100%;
  }
}
.footer .footer__nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.footer .footer__contact {
  width: min(90%, 710px);
  margin: 0 auto;
}
.footer .footer__contact .lead {
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #253c59;
  padding: clamp(5px, 2.5925925926px + 0.6172839506vw, 10px) 0;
  margin: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px) auto clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
}
.footer .footer__contact .tel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 960px) {
  .footer .footer__contact .tel-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.footer .footer__contact .tel-wrap .txt {
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .footer .footer__contact .tel-wrap .txt {
    text-align: center;
  }
}
.footer .footer__contact .tel-wrap .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 960px) {
  .footer .footer__contact .tel-wrap .tel {
    width: 100%;
    background: #efeeee;
    padding: 15px;
  }
}
.footer .footer__contact .tel-wrap .tel .svgIcon {
  display: none;
}
@media (max-width: 960px) {
  .footer .footer__contact .tel-wrap .tel .svgIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
}
.footer .footer__contact .tel-wrap .tel span {
  font-size: clamp(30px, 21.3333333333px + 2.2222222222vw, 48px);
  line-height: 1;
}
.footer .footer__contact .link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(15px, 7.7777777778px + 1.8518518519vw, 30px);
  margin: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px) auto;
}
@media (max-width: 960px) {
  .footer .footer__contact .link {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.footer .footer__contact .link li {
  width: min(60%, 292px);
}
.footer .footer__contact .link li .link-btn {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background: #a72126;
  border: 1px solid #a72126;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .footer .footer__contact .link li .link-btn {
    height: 65px;
  }
}
.footer .footer__contact .link li .link-btn span {
  color: #fff;
  font-size: clamp(20px, 18.0740740741px + 0.4938271605vw, 24px);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__contact .link li .link-btn:hover {
    background: #fff;
  }
  .footer .footer__contact .link li .link-btn:hover span {
    color: #a72126;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer__contact .link li .link-btn:hover {
    background: #fff;
  }
  .footer .footer__contact .link li .link-btn:hover span {
    color: #a72126;
  }
}
.footer .footer__contact .corp {
  display: flex;
  justify-content: center;
  gap: clamp(15px, 7.7777777778px + 1.8518518519vw, 30px);
  margin: 0 auto clamp(30px, 25.1851851852px + 1.2345679012vw, 40px);
}
@media (max-width: 960px) {
  .footer .footer__contact .corp {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 960px) {
  .footer .footer__contact .corp li {
    width: min(100%, 260px);
  }
}
.footer .footer__contact .corp li a {
  display: block;
}
.footer .footer__contact .corp li a p {
  font-size: 12px;
}
.footer .footer__contact .corp li a img {
  width: auto;
  height: 50px;
}
@media (max-width: 960px) {
  .footer .footer__contact .corp li a img {
    height: 40px;
  }
}
.footer .footer__copyright {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #efeeee;
}

.c-breadcrumb {
  font-size: clamp(10px, 1.2vw, 12px);
  color: #231815;
  margin: 5px 0;
}
@media (max-width: 1200px) {
  .c-breadcrumb {
    margin: 7px 0 0;
  }
}
.c-breadcrumb .c-breadcrumb__list {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .c-breadcrumb .c-breadcrumb__list {
    overflow-x: scroll;
  }
}
.c-breadcrumb .c-breadcrumb__list li {
  display: inline;
}
.c-breadcrumb .c-breadcrumb__list li a {
  display: inline-block;
}

/* 注釈 */
.c-caption {
  font-size: clamp(10px, 1.2vw, 12px);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 0.6rem;
  padding-left: 2rem;
  background: linear-gradient(to right, transparent, black);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

/* 文章内の上付き文字 */
.c-sup {
  font-size: 0.6em;
  vertical-align: super;
}

.c-ftcap {
  background-color: #ffffff;
}
.c-ftcap small {
  display: block;
  margin: 4rem auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: normal;
}
@media (max-width: 768px) {
  .c-ftcap small {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .c-ftcap small {
    font-size: 1rem;
  }
}

.c-pagetop {
  aspect-ratio: 1/1;
  background-color: #5b4e4b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 20px;
  width: 50px;
}
.c-pagetop#js-pagetop {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-pagetop#js-pagetop.is-show {
  opacity: 1;
}
@media (max-width: 960px) {
  .c-pagetop {
    bottom: 70px;
    right: 0;
    width: 37.5px;
  }
}

.u-btn-arw {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.3em 3rem 0.1em;
  justify-content: space-between;
  position: relative;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
.u-btn-arw .u-arw-right {
  position: absolute;
  right: 2rem;
  background: currentColor;
  transition: 0.3s;
}
.u-btn-arw .u-arw-right::before {
  color: currentColor;
}
.u-btn-arw .txt {
  font-size: 24px;
  font-size: 2.4rem;
  color: currentColor;
}
@media (max-width: 768px) {
  .u-btn-arw .txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .u-btn-arw .txt {
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-btn-arw:hover .u-arw-right {
    width: 6rem;
    right: -1rem;
    color: currentColor;
    transition: 0.3s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .u-btn-arw:hover .u-arw-right {
    width: 6rem;
    right: -1rem;
    color: currentColor;
    transition: 0.3s;
  }
}

.u-arw-right {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 3rem;
  height: 0.1em;
  background: currentColor;
}
.u-arw-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

/* ヘッダー分の高さをコンテンツ上部に設定 */
/* ------------------------------------------------------------
　※※※各ページ内コンテンツを以下のクラスで囲んでください※※※
------------------------------------------------------------ */
.content-wrapper {
  margin-top: 16rem;
}
@media (max-width: 1200px) {
  .content-wrapper {
    margin-top: 10rem;
  }
}
@media (max-width: 960px) {
  .content-wrapper {
    margin-top: 6.5rem;
  }
}

.u-noclick {
  pointer-events: none;
  color: #999;
  opacity: 0.3;
  cursor: default;
}
.u-noclick:hover {
  text-decoration: none;
  color: #999;
  opacity: 0.6;
}
.u-noclick .top-coming {
  color: #ccc;
}

.u-banner {
  max-width: 800px;
  padding-bottom: 3rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.u-banner.is-animate.-show:hover {
  opacity: 0.7;
}

/* ==========================================================
  rwd
========================================================== */
.u-pc {
  display: block;
}

.u-tb {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-pctb {
  display: block !important;
}

.u-tbsp {
  display: none !important;
}

@media (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-pctb {
    display: block !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-pctb {
    display: none !important;
  }
  .u-tbsp {
    display: block !important;
  }
}
/* 游ゴシック Bold */
.u-font-JP_B {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体 Pr6N", "Yu Gothic Pr6N", sans-serif;
  font-weight: bold;
}
@supports (-webkit-hyphens: none) {
  .u-font-JP_B {
    font-weight: 600;
  }
}

/* Prelude Pro */
.u-font-EN_L {
  font-family: "Prelude Pro Light", "Prelude Pro", sans-serif;
  font-weight: 100;
}

.u-font-EN_M {
  font-family: "Prelude Pro Medium", "Prelude Pro", sans-serif;
  font-weight: 500;
}

.u-font-EN_B {
  font-family: "Prelude Pro Bold", "Prelude Pro", sans-serif;
  font-weight: bold;
}

.u-font-bodoni {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* コンテンツ幅1080px */
.u-inner, .u-inner--590w, .u-inner--media, .u-inner--960w {
  width: min(90%, 1080px);
  position: relative;
  display: block;
  margin: 0 auto;
}

/* コンテンツ幅1200px */
.u-inner--wide {
  width: min(90%, 1200px);
  position: relative;
  display: block;
  margin: 0 auto;
}

/* コンテンツ幅960px */
.u-inner--960w {
  width: min(90%, 960px);
}

/* コンテンツ幅800px */
.u-inner--media {
  width: min(90%, 800px);
}

/* コンテンツ幅590px */
.u-inner--590w {
  width: min(90%, 590px);
}/*# sourceMappingURL=common.css.map */