@charset "UTF-8";
/* ==========================================================
 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;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  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 {
  font-family: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", 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: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  cursor: text;
  margin: 0em;
  border: none;
  outline: none;
  border-radius: 0px;
}

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

a:hover {
  color: inherit;
}

a:hover img {
  opacity: 1;
}

/*main color*/
/*secondary colors*/
/*accent*/
/*addcolor*/
/*font-family*/
/*font-weight*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*grid settings*/
/* media query */
@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1);
  }
  75% {
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}
a {
  text-decoration: none;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Shippori Mincho", "YakuHanMP", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  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: #333;
  overflow-x: hidden;
  min-width: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  width: 100%;
}

.contents {
  font-family: "Shippori Mincho", serif;
}

button {
  font-family: "Shippori Mincho", serif;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

:focus {
  outline: none;
}

/* ==========================================================
 アニメーションエフェクト
========================================================== */
.is-animate.-mvfade {
  opacity: 0;
  transition: 2s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-mvfade.active {
  opacity: 1;
  filter: blur(0);
}

.is-animate.-mvfade.--2 {
  opacity: 0;
  transition: 2s 1s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-mvfade.--2.active {
  opacity: 1;
  filter: blur(0);
}

.is-animate.-mvdrop {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s cubic-bezier(0.7, 0, 0.41, 0.99), transform 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-mvdrop.active {
  opacity: 1;
  transform: translate(0);
}

/* ==========================================================
 スクロールエフェクト
========================================================== */
.js-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.js-animate.-show[data-type=right] {
  transform: translate(5%);
}
.js-animate.-show[data-type=left] {
  transform: translate(-10%);
}
.js-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.js-animate.-show.active {
  opacity: 1;
  transform: translate(0);
}
@media only screen and (max-width: 768px) {
  .js-anipc .js-animate.-show {
    transform: translate(0);
    opacity: 0;
  }
}

.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: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-show[data-type=img] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.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[data-type=imgsalon] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=imgsalon] img {
  transform: scale(1.2) translateY(-50%) !important;
  transition: 2s 0.5s;
}
.is-animate.-show.active {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.is-animate.-show.active img {
  transform: scale(1);
}
#salon-full .is-animate.-show.active .p-concept__gall__2 img {
  transform: scale(1) translateY(-50%) !important;
}

.fade-in-content {
  opacity: 0;
  transform: translateY(50px); /* 下から上にフェードインする場合 */
}

/* ------------------------------------------------------------
    header common
------------------------------------------------------------ */
/* ==========================================================
   スクロールバーの設定
========================================================== */
::-webkit-scrollbar {
  width: 5px;
  position: relative;
  z-index: 9999;
}

::-webkit-scrollbar-track {
  background-color: rgba(40, 40, 40, 0.8);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.header .l-navMenu-sp__inner nav {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.header .l-navMenu-sp__inner nav::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

body.l-menu-open,
body.l-news-open {
  overflow: hidden;
}

main {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 5rem;
  }
}

#bukken__header {
  font-weight: 400;
  font-style: normal;
  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: #282828;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #bukken__header {
    height: 50px;
  }
}
#bukken__header .l-header__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 5px #c9c9c9;
}
body.l-menu-open #bukken__header .l-header__wrap, body.l-news-open #bukken__header .l-header__wrap {
  box-shadow: none;
  background: transparent;
}
#bukken__header .l-header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  height: 7rem;
  background: #fff;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in {
    width: 100%;
    padding: 0 0 0 0.5rem;
    height: unset;
  }
}
body.l-menu-open #bukken__header .l-header__in, body.l-news-open #bukken__header .l-header__in {
  box-shadow: none;
  background: transparent;
}
#bukken__header .l-header__in .l-headerLogo {
  display: inline-block;
  z-index: 2;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-header__in .l-headerLogo:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in .l-headerLogo {
    margin-left: 10px;
  }
}
#bukken__header .l-header__in .l-headerLogo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
#bukken__header .l-header__in .l-headerLogo a img {
  width: auto;
  height: 30px;
  margin: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in .l-headerLogo a img {
    height: 5.5vw;
    min-height: 15px;
    max-height: 30px;
  }
}
#bukken__header .l-header__in__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in__right {
    gap: 0.5rem;
  }
}
#bukken__header .l-header__in__right__btns {
  display: flex;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in__right__btns {
    display: none;
  }
}
#bukken__header .l-header__in__right__btns__li {
  margin-right: 1rem;
}
#bukken__header .l-header__in__right__btns__li:last-of-type {
  margin-right: 0rem;
}
#bukken__header .l-header__in__right__btns__li__a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: min(1.4vw, 1.6rem);
  letter-spacing: 0;
  padding-block: 1rem;
  line-height: 1;
  transition: 0.3s;
  position: relative;
}
#bukken__header .l-header__in__right__btns__li__a__new {
  position: absolute;
  top: -3px;
  right: 0;
  color: #683A3F;
  line-height: 1;
  font-size: 0.7em;
  font-weight: 700;
  animation: glow 4s linear infinite;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-header__in__right__btns__li__a:hover {
    opacity: 0.8;
  }
}
#bukken__header .l-header__in__right__btns__li__a-shiryo {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  background: #982124;
  padding: 1rem 1rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-header__in__right__btns__li__a-shiryo:hover {
    opacity: 1;
    background: #42010f;
  }
}
#bukken__header .l-header__in__right__openBtn {
  width: 70px;
  height: 70px;
  background: #3C5064;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  display: none;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in__right__openBtn {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-header__in__right__openBtn:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in__right__openBtn {
    width: 50px;
    height: 50px;
  }
}
#bukken__header .l-header__in__right__openBtn__in {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bukken__header .l-header__in__right__openBtn__in__hamburg {
  display: block;
  width: 40px;
  height: 10px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in__right__openBtn__in__hamburg {
    width: 25px;
    height: 8px;
  }
}
#bukken__header .l-header__in__right__openBtn__in__hamburg i {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
}
#bukken__header .l-header__in__right__openBtn__in__hamburg i:first-child {
  top: 0;
  left: 0;
}
body.l-menu-open #bukken__header .l-header__in__right__openBtn__in__hamburg i:first-child, body.l-news-open #bukken__header .l-header__in__right__openBtn__in__hamburg i:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
#bukken__header .l-header__in__right__openBtn__in__hamburg i:last-child {
  bottom: 0;
  left: 0;
}
body.l-menu-open #bukken__header .l-header__in__right__openBtn__in__hamburg i:last-child, body.l-news-open #bukken__header .l-header__in__right__openBtn__in__hamburg i:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
#bukken__header .l-header__in__right__openBtn__in__hamburg__txt {
  line-height: 1;
  margin-top: 5px;
  transition: 0.3s;
}
#bukken__header .l-header__in__right__openBtn__in__hamburg__txt::before {
  content: attr(data-menu);
  font-size: 11px;
  color: #fff;
  font-family: "Marcellus", serif;
  letter-spacing: 0.15em;
}
body.l-menu-open #bukken__header .l-header__in__right__openBtn__in__hamburg__txt::before, body.l-news-open #bukken__header .l-header__in__right__openBtn__in__hamburg__txt::before {
  content: attr(data-close);
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-header__in__right__openBtn__in__hamburg__txt::before {
    font-size: 10px;
  }
}
#bukken__header .l-head__btn-arw {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3C5064;
  border-bottom: 1px solid #3C5064;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}
#bukken__header .l-head__btn-arw-wh {
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-pc {
    display: none;
  }
}
#bukken__header .l-navMenu-pc__list {
  display: grid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
#bukken__header .l-navMenu-pc__list__item {
  width: calc(12.5% - 1.125px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  position: relative;
}
#bukken__header .l-navMenu-pc__list__item__new {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 125%;
  right: 3px;
  color: #982124;
  line-height: 1;
  font-size: 0.7em;
  font-weight: 700;
}
#bukken__header .l-navMenu-pc__list__item__a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 1.4rem;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
  position: relative;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-navMenu-pc__list__item__a:hover {
    color: #3C5064;
    opacity: 0.8;
  }
}
#bukken__header .l-navMenu-pc__list__item__a i {
  display: inline-block;
}
#bukken__header .l-navMenu-pc__list__item__a.is-active {
  /*pointer-events: none;*/
}
#bukken__header .l-navMenu-pc__list__item__a.is-active::after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  display: inline-block;
  transform-origin: center;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
#bukken__header .l-navMenu-pc__list__line {
  width: 1px;
  height: 1em;
  background: #333;
}
#bukken__header .l-navMenu-sp {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: url(../../images/common/bg_stone.png) center repeat-y;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  overflow-y: scroll;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp {
    display: block;
  }
}
body.l-menu-open #bukken__header .l-navMenu-sp {
  opacity: 1;
  visibility: visible;
}
#bukken__header .l-navMenu-sp .l-navMenu-sp__outer {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp .l-navMenu-sp__outer {
    gap: 0px;
    top: 0rem;
    left: 0%;
    position: static;
    transform: translate(0%, 80px);
    height: 80%;
    overflow-y: scroll;
    padding: 2rem 1rem 15rem 1rem;
  }
}
#bukken__header .l-navMenu-sp__inner {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#bukken__header .l-navMenu-sp__inner:first-of-type {
  margin-bottom: 8.5rem;
}
@media only screen and (max-width: 1080px) {
  #bukken__header .l-navMenu-sp__inner {
    width: 100%;
    gap: 0px;
  }
}
#bukken__header .l-navMenu-sp__list a {
  position: relative;
}
#bukken__header .l-navMenu-sp__list__item {
  border-bottom: 1px solid #a8b1ab;
  position: relative;
}
#bukken__header .l-navMenu-sp__list__item-btn-sumai {
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4rem;
  border: 1px solid #333;
}
#bukken__header .l-navMenu-sp__list__item-btn-shiryo {
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4rem;
  color: #fff !important;
  background: #982124;
}
#bukken__header .l-navMenu-sp__list__item-btn-shiryo:hover {
  color: #fff !important;
}
#bukken__header .l-navMenu-sp__list__item__ttl {
  font-size: 20px;
  display: block;
  width: 100%;
  padding: 8px 0;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1080px) {
  #bukken__header .l-navMenu-sp__list__item__ttl {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__list__item__ttl {
    font-size: 18px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-navMenu-sp__list__item__ttl:hover:hover {
    opacity: 0.6;
  }
}
#bukken__header .l-navMenu-sp__list__item__ttl__new {
  position: absolute;
  top: 0.8em;
  left: 0;
  color: #982124;
  line-height: 1;
  font-size: 0.6em;
  font-weight: 700;
}
@media only screen and (max-width: 1080px) {
  #bukken__header .l-navMenu-sp__list .l-navMenu-sp__acd-menu {
    display: none;
  }
  #bukken__header .l-navMenu-sp__list .l-navMenu-sp__acd-menu.is-active {
    display: block;
  }
}
#bukken__header .l-navMenu-sp__list .navSearchBtn {
  text-align: center;
  margin-top: 20px;
}
#bukken__header .l-navMenu-sp__list .navSearchBtn .txt {
  font-size: 14px;
  color: #8E8D5C;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__list .navSearchBtn .txt {
    font-size: 13px;
  }
}
#bukken__header .l-navMenu-sp__list .navSearchBtn a {
  display: block;
  font-size: 16px;
  color: #282828;
  background: #bdbda9;
  border: 1px solid #bdbda9;
  width: 100%;
  padding: 5px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__list .navSearchBtn a {
    font-size: 14px;
    line-height: 42px;
    padding: 0 5px;
  }
}
#bukken__header .l-navMenu-sp__list .navSearchBtn a .l-head__btn-arw {
  border-right: 1px solid #282828;
  border-bottom: 1px solid #282828;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-navMenu-sp__list .navSearchBtn a:hover:hover {
    color: #8e8d5c;
    background: #fff;
  }
  #bukken__header .l-navMenu-sp__list .navSearchBtn a:hover:hover .l-head__btn-arw {
    border-right: 1px solid #8e8d5c;
    border-bottom: 1px solid #8e8d5c;
  }
}
#bukken__header .l-navMenu-sp__navDetail {
  background: #fff;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__navDetail {
    padding: 10px;
  }
}
#bukken__header .l-navMenu-sp__navDetail__quality {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3px;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__navDetail__quality {
    flex-direction: column;
  }
}
#bukken__header .l-navMenu-sp__navDetail__quality li {
  width: calc((100% - 3px) / 2 - 1%);
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__navDetail__quality li {
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
  }
}
#bukken__header .l-navMenu-sp__navDetail__quality li a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 3px 3rem 0 3px;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp__navDetail__quality li a {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #bukken__header .l-navMenu-sp__navDetail__quality li a:hover:hover {
    opacity: 0.6;
  }
}
#bukken__header .l-navMenu-sp__navDetail__quality li a .l-head__btn-arw {
  width: 7px;
  height: 7px;
}
#bukken__header .l-navMenu-sp-btm {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
  border-top: #d6dade solid 1px;
  display: none;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-navMenu-sp-btm {
    display: block;
  }
}
#bukken__header .l-navMenu-sp-btm__list {
  display: grid;
  grid-template-columns: 1fr 20% 20% 1fr;
  width: 100%;
  margin: 0 auto;
}
#bukken__header .l-navMenu-sp-btm__list-evenly {
  grid-template-columns: repeat(4, 1fr);
}
#bukken__header .l-navMenu-sp-btm__list__item__a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #3C5064;
  padding: 0.8rem 0 1rem;
}
#bukken__header .l-navMenu-sp-btm__list__item__a__img {
  width: auto;
  height: 3rem;
  display: block;
}
#bukken__header .l-navMenu-sp-btm__list__item__a__fig {
  width: 100%;
  height: 100%;
  display: block;
}
#bukken__header .l-navMenu-sp-btm__list__item__a__txt {
  display: block;
  text-align: center;
  font-size: min(2.7vw, 13px);
  letter-spacing: 0;
}
#bukken__header .l-navMenu-sp-btm__list__item:first-of-type .l-navMenu-sp-btm__list__item__a {
  padding: 0.8rem 0 1rem 2.75rem;
}
#bukken__header .l-navMenu-sp-btm__list__item:last-of-type {
  background: #3C5064;
}
#bukken__header .l-navMenu-sp-btm__list__item:last-of-type .l-navMenu-sp-btm__list__item__a {
  color: #fff;
  padding: 0.8rem 1rem 1rem 0;
}
#bukken__header .l-navMenu-sp-btm__list__item-shiryo .l-navMenu-sp-btm__list__item__a {
  padding: 0.8rem 2.75rem 1rem 0 !important;
}
#bukken__header .u-crimsonText {
  font-family: "Crimson Text", serif;
}
#bukken__header .u-marcellus {
  font-family: "Marcellus", serif;
  line-height: 1;
  letter-spacing: 0.2em;
}
#bukken__header .u-bold {
  font-weight: 500;
}
#bukken__header .u-colorWH {
  color: #fff;
}
#bukken__header .l-nav-inf {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 10rem;
  visibility: hidden;
  opacity: 0;
  background: url(../../images/common/bg_stone.png) center repeat-y;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 5.5rem;
  transition: 0.5s;
  z-index: 2 !important;
}
#bukken__header .l-nav-inf__inner {
  overflow-y: scroll;
  padding: 2rem 1rem 15rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 75vh;
}
body.l-news-open #bukken__header .l-nav-inf {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
#bukken__header .l-nav-inf__ttl {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  background: #A9A995;
}
#bukken__header .l-nav-inf__infbox {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3rem 5rem;
  max-width: 1080px;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox {
    padding: 2rem 1rem;
  }
}
#bukken__header .l-nav-inf__infbox__txt-wrap {
  border-bottom: 1px solid #E9EBEB;
  padding-bottom: 2rem;
}
#bukken__header .l-nav-inf__infbox__txt-wrap:last-of-type {
  border: none;
}
#bukken__header .l-nav-inf__infbox__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 2rem 0;
  margin-left: 1rem;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox__ttl {
    font-size: 2rem;
  }
}
#bukken__header .l-nav-inf__infbox__ttl::after {
  content: "";
  width: 5px;
  height: 1lh;
  height: 100%;
  background-color: #3C5064;
  position: absolute;
  left: -1rem;
  top: 0;
}
#bukken__header .l-nav-inf__infbox__dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox__dl {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
#bukken__header .l-nav-inf__infbox__dt {
  padding: 0.2rem 0.5rem;
  background-color: #D4D4CA;
}
#bukken__header .l-nav-inf__infbox__dd em {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox__dd em {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__infbox__dd em {
    font-size: 1.6rem;
  }
}
#bukken__header .l-nav-inf__infbox__dd__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
#bukken__header .l-nav-inf__infbox__dd__item .p-cont__detail-dot {
  min-width: 1.2rem;
  margin-top: 0.3lh;
}
#bukken__header .l-nav-inf__chu {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__chu {
    font-size: 1rem;
  }
}
#bukken__header .l-nav-inf__chu i {
  margin-right: 0.5em;
}
#bukken__header .l-nav-inf__ttl {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  margin: 4rem auto;
  font-weight: 400;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__ttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-nav-inf__ttl {
    margin: 2rem auto;
    line-height: 1.3;
  }
}
#bukken__header .l-nav-inf__ttl-h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #982124;
  margin: 2.5rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__ttl-h3 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__ttl-h3 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-nav-inf__ttl-h3 {
    margin: 3rem 0 1rem;
  }
}
#bukken__header .l-nav-inf__ttl-underline {
  width: 100%;
  max-width: 10rem;
  margin: 0 auto;
  height: 1px;
  background-color: #282828;
}
#bukken__header .l-nav-inf__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-nav-inf__txt {
    margin: 1rem 0;
  }
}
#bukken__header .l-nav-inf__txt-M {
  font-weight: 500;
}
#bukken__header .l-nav-inf__btn-wrap--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #bukken__header .l-nav-inf__btn-wrap--2 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#bukken__header .l-nav-inf__btn a {
  font-size: 25px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__btn a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #bukken__header .l-nav-inf__btn a {
    font-size: 2rem;
  }
}
#bukken__header .l-btn-acdIcon {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
#bukken__header .l-btn-acdIcon i {
  width: 100%;
  height: 1px;
  background: #282828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
#bukken__header .l-btn-acdIcon i:last-child {
  transform: translateY(-50%) rotate(90deg);
}
#bukken__header .l-btn-acdIcon i:last-child.is-active {
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 1199px) {
  #bukken__header .l-btn-acdIcon {
    right: 0.7rem;
  }
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
#l-footer_bukken {
  width: 100%;
}
#l-footer_bukken .page-top {
  background-color: #3C5064;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #l-footer_bukken .page-top:hover {
    opacity: 0.8;
  }
}
#l-footer_bukken .page-top a {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  #l-footer_bukken .page-top a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .page-top a {
    font-size: 2.2rem;
  }
}
#l-footer_bukken .page-top__icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken footer {
    padding-bottom: 5rem;
  }
}
#l-footer_bukken .f-toi {
  background-color: #E9EBEB;
  text-align: center;
}
#l-footer_bukken .f-toi .u-container {
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken .f-toi .u-container {
    padding: 1.5rem 0 2rem;
  }
}
#l-footer_bukken .f-toi h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi h3 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi h3 {
    font-size: 1.5rem;
  }
}
#l-footer_bukken .f-toi p {
  line-height: 2;
}
#l-footer_bukken .f-toi .tel_Link {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .tel_Link {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .tel_Link {
    font-size: 1.5rem;
  }
}
#l-footer_bukken .f-toi .tel_Link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#l-footer_bukken .f-toi .tel_Link em {
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .tel_Link em {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .tel_Link em {
    font-size: 4rem;
  }
}
#l-footer_bukken .f-toi .tel_Link2 a {
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .tel_Link2 a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .tel_Link2 a {
    font-size: 1.8rem;
  }
}
#l-footer_bukken .f-toi .tel_Link2 a .small {
  font-size: 0.8em;
}
#l-footer_bukken .f-toi .det {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .det {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-toi .det {
    font-size: 1.4rem;
  }
}
#l-footer_bukken .f-toi .det .small {
  font-size: 0.8em;
}
#l-footer_bukken .f-name {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
  text-align: center;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-name {
    font-size: 1.8rem;
  }
}
#l-footer_bukken .f-bot {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken .f-bot {
    margin-top: 4rem;
  }
}
#l-footer_bukken .f-bot__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken .f-bot__list {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#l-footer_bukken .f-bot__list li {
  border-left: 1px solid;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken .f-bot__list li {
    border-left: unset;
    border-top: 1px solid;
    padding: 1rem 0;
  }
}
#l-footer_bukken .f-bot__list li a {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 2rem;
  height: 1lh;
  display: block;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-bot__list li a {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-bot__list li a {
    font-size: 1rem;
  }
}
#l-footer_bukken .f-bot__list li:last-of-type {
  border-right: 1px solid;
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken .f-bot__list li:last-of-type {
    border-right: unset;
    border-bottom: 1px solid;
  }
}
#l-footer_bukken .f-bot .footer_logo {
  width: 13rem;
  margin: 2rem auto;
}
#l-footer_bukken .f-bot .copyright {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  margin: 1rem auto 4rem;
}
@media (max-width: 768px) {
  #l-footer_bukken .f-bot .copyright {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  #l-footer_bukken .f-bot .copyright {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  #l-footer_bukken .p-cont-bg {
    margin-bottom: 10rem;
  }
}

/* ------------------------------------------------------------
	icon
------------------------------------------------------------ */
.c-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

/* ------------------------------------------------------------
	dotlist
------------------------------------------------------------ */
.c-dotlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-dotlist .c-dot {
  min-width: 1.2rem;
  margin-top: 0.3lh;
}

.c-dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #3C5064;
}

.c-breadcrumb-n {
  color: #fff;
  font-size: 1.2rem;
}
.c-breadcrumb-n a {
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: 0.1s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .c-breadcrumb-n a:hover {
    opacity: 0.6;
  }
}
.c-breadcrumb-n.black {
  color: #333;
}
.c-breadcrumb-n.black a {
  border-bottom: 1px solid #000;
  color: #333;
}

.c-infbox {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3rem 5rem;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .c-infbox {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .c-infbox {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-infbox {
    padding: 2rem 1rem;
  }
}
.c-infbox__txt-wrap {
  border-bottom: 1px solid #E9EBEB;
  padding-bottom: 2rem;
}
.c-infbox__txt-wrap:last-of-type {
  border: none;
}
.c-infbox__txt-wrap a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .c-infbox__txt-wrap a:hover {
    color: #3C5064;
    opacity: 0.5;
  }
}
.c-infbox__ttl {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 2rem 0;
  margin-left: 1rem;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  .c-infbox__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-infbox__ttl {
    font-size: 2rem;
  }
}
.c-infbox__ttl::after {
  content: "";
  width: 5px;
  height: 1lh;
  height: 100%;
  background-color: #3C5064;
  position: absolute;
  left: -1rem;
  top: 0;
}
.c-infbox__dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-infbox__dl {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.c-infbox__dt {
  padding: 0.2rem 0.5rem;
  background-color: #D4D4CA;
}
.c-infbox__dd em {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .c-infbox__dd em {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-infbox__dd em {
    font-size: 1.6rem;
  }
}
.c-infbox__dd__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-infbox__dd__item .p-cont__detail-dot {
  min-width: 1.2rem;
  margin-top: 0.3lh;
}

.u-arw-next {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 0.65em;
  height: 0.65em;
  transform: translateX(-25%) rotate(45deg);
}
.u-arw-next::after, .u-arw-next::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw-next::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.u-arw-next::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.09em;
}
.u-arw-next--nav {
  transform: translateX(0) rotate(135deg);
}
.u-arw-right {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 3em;
  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-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

/* ------------------------------------------------------------
    block
------------------------------------------------------------ */
.u-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.u-container-85 {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------
    flex layout
------------------------------------------------------------ */
.u-flex {
  width: 100%;
  display: flex;
}
.u-flex.flex-btw {
  justify-content: space-between;
}
.u-flex.flex-btw-basis {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .u-flex.flex-btw-basis {
    flex-direction: column;
  }
}
.u-flex.flex-ard {
  justify-content: space-around;
}
.u-flex.flex-row {
  flex-direction: row;
}
.u-flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.u-flex.flex-col {
  flex-direction: column;
}
.u-flex.flex-col-reverse {
  flex-direction: column-reverse;
}
.u-flex.flex-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .u-flex.sm_flex-row {
    flex-direction: row;
  }
  .u-flex.sm_flex-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex.sm_flex-col {
    flex-direction: column;
  }
  .u-flex.sm_flex-col-reverse {
    flex-direction: column-reverse;
  }
  .u-flex.sm_flex-wrap {
    flex-wrap: wrap;
  }
}

/* ------------------------------------------------------------
    margin
------------------------------------------------------------ */
.u-mrg__t1 {
  margin-top: 1rem;
}
.u-mrg__t2 {
  margin-top: 2rem;
}
.u-mrg__t-10 {
  margin-top: -10rem;
}
.u-mrg__b1 {
  margin-bottom: 1rem;
}
.u-mrg__b2 {
  margin-bottom: 2rem;
}
.u-mrg__l-05 {
  margin-left: -0.5rem;
}
.u-mrg__l-1 {
  margin-left: -1rem;
}
@media only screen and (max-width: 768px) {
  .u-mrgsp__t0 {
    margin-top: 0;
  }
  .u-mrgsp__l2 {
    margin-left: 2rem;
  }
  .u-mrgsp__l3 {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp-mrg__l5 {
    margin-left: 5rem;
  }
}
/* ------------------------------------------------------------
    「　や　（　の左揃え
------------------------------------------------------------ */
.u-brac {
  display: inline-block;
  margin-left: -1rem;
}
.u-brac--R {
  margin-left: 0;
  margin-right: -1rem;
}

.u-btn-next {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .u-btn-next {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .u-btn-next {
    font-size: 1.5rem;
  }
}
.u-btn-next .u-arw-next {
  position: absolute;
  right: 2.2rem;
}
.u-btn-next .u-arw-next--cmpt {
  right: 1rem;
}
.u-btn-next--red {
  background-color: #982124;
  color: #fff;
  justify-content: center;
  transition: 0.3s;
}
.u-btn-next--red .u-arw-next::before, .u-btn-next--red .u-arw-next::after {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .u-btn-next--red:hover {
    opacity: 1;
    color: #fff;
    background-color: #42010f;
  }
}
.u-btn-next--red:visited {
  color: #fff;
}
.u-btn-next--blue {
  background-color: #3C5064;
  color: #fff;
  justify-content: center;
  transition: 0.3s;
}
.u-btn-next--blue .u-arw-next::before, .u-btn-next--blue .u-arw-next::after {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .u-btn-next--blue:hover {
    color: #fff;
    opacity: 0.7;
  }
}
.u-btn-next--blue:visited {
  color: #fff;
}
.u-btn-next--grn {
  background-color: #A9A995;
  color: #fff;
  justify-content: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .u-btn-next--grn:hover {
    background-color: #A9A995;
    color: #fff;
    opacity: 0.7;
  }
}
.u-btn-next--grn:visited {
  color: #fff;
}
.u-btn-next--wh {
  background-color: #fff;
  color: #333;
  justify-content: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .u-btn-next--wh:hover {
    background-color: #3C5064;
    color: #fff;
  }
  .u-btn-next--wh:hover:visited {
    color: #fff;
  }
}
.u-btn-next--wh:visited {
  color: #333;
}
.u-btn-arw {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.7em 2.5em;
  font-size: 15px;
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid;
  justify-content: center;
  position: relative;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .u-btn-arw {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .u-btn-arw {
    font-size: 1.5rem;
  }
}
.u-btn-arw .u-arw-right {
  position: absolute;
  right: -1.5em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .u-btn-arw:hover .u-arw-right {
    width: 6rem;
    right: -2.4em;
    transition: 0.3s;
  }
}
.u-btn-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.7em 2.5em;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .u-btn-link {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .u-btn-link {
    font-size: 1.5rem;
  }
}
.u-btn-play {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: url("../../images/common/pause.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.u-btn-play.js-pause {
  background-image: url("../../images/common/play.svg");
}

.u-planbtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  font-weight: 500;
  background-color: rgba(212, 212, 202, 0.2);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .u-planbtn {
    padding: 2rem 1rem;
  }
}
.u-planbtn--long {
  background-color: #fff;
  padding: 0 5% 0 0;
}
.u-planbtn__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.u-planbtn--long .u-planbtn__ttl {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.u-planbtn--long .u-planbtn__ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.u-planbtn__r {
  min-width: 13rem;
}
@media only screen and (max-width: 768px) {
  .u-planbtn__r {
    display: none;
  }
}
.u-planbtn__no {
  font-size: 20px;
  font-size: 2rem;
  background-color: #3C5064;
  color: #fff;
  padding: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .u-planbtn__no {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .u-planbtn__no {
    font-size: 1.8rem;
  }
}
.u-planbtn--long .u-planbtn__no {
  padding: 1rem 2rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-planbtn__madori {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .u-planbtn__madori {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-planbtn__madori {
    font-size: 1.4rem;
  }
}
.u-planbtn__madori em {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .u-planbtn__madori em {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .u-planbtn__madori em {
    font-size: 2.4rem;
  }
}
.u-planbtn--long .u-planbtn__madori {
  padding: 1rem;
  font-size: 25px;
  font-size: 2.5rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .u-planbtn--long .u-planbtn__madori {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .u-planbtn--long .u-planbtn__madori {
    font-size: 2rem;
  }
}
.u-planbtn__det {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .u-planbtn__det {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .u-planbtn__det {
    font-size: 1.4rem;
  }
}
.u-planbtn__det em {
  font-size: 1.5em;
}
.u-planbtn .u-arw-next {
  position: absolute;
  right: 2rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .u-planbtn:hover {
    background: #c8d3de;
    opacity: 0.8;
  }
}

/* ------------------------------------------------------------
    display
------------------------------------------------------------ */
.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-pcf {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .u-pcf {
    display: none;
  }
}

.u-spf {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spf {
    display: flex;
  }
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.u-highlight::before {
  content: "";
  width: 100%;
  height: 0.5lh;
  background-color: #EAD9A5;
  position: absolute;
  bottom: -0.2rem;
  z-index: -1;
}
.u-highlight::before {
  content: "";
  width: 0; /* 最初は非表示 */
  height: 0.5lh;
  background-color: #EAD9A5;
  position: absolute;
  bottom: -0.2rem;
  left: 0; /* 左から開始 */
  z-index: -1;
  transition: width 0.8s ease-out; /* アニメーションの速度とイージング */
}
.u-highlight.animated::before {
  width: 100%;
}

.obj--hide {
  display: none;
}

.obj--noLink {
  pointer-events: none;
}

.obj--noFocus:focus, .obj--noFocus:hover {
  background-color: inherit;
}/*# sourceMappingURL=common.css.map */