@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.78125vw;
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: a-otf-ryumin-pr6n, "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
}

body._no_scroll {
  overflow: hidden;
}

body._renew .kmn_header._show:not(._bk) {
  top: 3rem;
}
@media screen and (max-width: 768px) {
  body._renew .kmn_header._show:not(._bk) {
    top: 0;
  }
}

html, body {
  overflow-x: hidden;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

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

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.kmn_main {
  display: flex;
  flex-direction: column;
}

.kmn_breadcrumb {
  padding: 1rem 8rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_breadcrumb {
    order: 2;
    box-sizing: border-box;
    padding: 1.5rem 0;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    overflow-x: scroll;
    margin: 6rem 2.5rem 0;
  }
}
.kmn_breadcrumb_list {
  display: flex;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .kmn_breadcrumb_list {
    width: max-content;
    font-size: 1rem;
  }
}
.kmn_breadcrumb_list a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_breadcrumb_list a {
    transition: none;
  }
}
.kmn_breadcrumb_list a:hover, .kmn_breadcrumb_list a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_breadcrumb_list a:hover, .kmn_breadcrumb_list a:hover img {
    opacity: 1;
  }
}
.kmn_breadcrumb_list a::after {
  content: "/";
  margin: 0 0.5rem;
}

.kmn_ttl {
  width: fit-content;
  min-width: 17rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .kmn_ttl {
    min-width: 15rem;
    font-size: 1rem;
  }
}
.kmn_ttl_en, .kmn_ttl_jp {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(15px);
}
@media screen and (max-width: 768px) {
  .kmn_ttl_en, .kmn_ttl_jp {
    font-size: 1.2rem;
  }
}
.kmn_ttl_en {
  position: relative;
}
.kmn_ttl_en .underline {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5px;
  background-color: #000;
  width: 0; /* ← 最初は0で非表示 */
}

.kmn_txt {
  font-size: 1.2rem;
  line-height: 1.8;
}

.kmn_btn._bk .o-anim-sb {
  background: #000;
  color: #FFF;
}
.kmn_btn._bk .o-anim-sb:hover {
  background: none;
  color: #000;
}
.kmn_btn._bk .o-anim-sb__b {
  background-color: #FFF;
  color: #000;
}
.kmn_btn .o-anim-sb {
  cursor: pointer;
  background: none;
  color: #000;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  font-size: 1.2rem;
  width: 46rem;
  margin: 0 auto;
  border: 0.5px solid #000;
  transition: all 0.6s cubic-bezier(0.34, -0.04, 0.32, 1.01);
}
@media screen and (max-width: 768px) {
  .kmn_btn .o-anim-sb {
    width: 100%;
  }
}
.kmn_btn .o-anim-sb:hover {
  background: #000;
  color: #FFF;
}
.kmn_btn .o-anim-sb__b {
  display: none;
  background-color: #000;
  color: #FFF;
}

.kmn_pagination .nav-links {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.kmn_pagination .nav-links a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_pagination .nav-links a {
    transition: none;
  }
}
.kmn_pagination .nav-links a:hover, .kmn_pagination .nav-links a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_pagination .nav-links a:hover, .kmn_pagination .nav-links a:hover img {
    opacity: 1;
  }
}
.kmn_pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_pagination .page-numbers {
    width: 4rem;
    height: 4rem;
  }
}
.kmn_pagination .page-numbers.next, .kmn_pagination .page-numbers.prev {
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0.4rem;
}
.kmn_pagination .page-numbers.next {
  background-image: url(../img/common/next_bk.svg);
}
.kmn_pagination .page-numbers.prev {
  background-image: url(../img/common/prev_bk.svg);
}
.kmn_pagination .page-numbers.dots {
  width: auto;
  height: auto;
}
.kmn_pagination .page-numbers.current::after {
  content: "";
  position: absolute;
  bottom: 1.25rem;
  display: block;
  background: #000;
  width: 30%;
  height: 0.5px;
}
@media screen and (max-width: 768px) {
  .kmn_pagination .page-numbers.current::after {
    bottom: 1rem;
  }
}

/* ======================================================================
 header
====================================================================== */
.kmn_header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.kmn_header::after {
  content: "";
  transition: opacity 0.3s ease;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #FFF;
  height: 10.6rem;
}
@media screen and (max-width: 768px) {
  .kmn_header::after {
    height: 5.3rem;
  }
}
.kmn_header:not(._show) {
  top: -11rem;
}
@media screen and (max-width: 768px) {
  .kmn_header:not(._show) {
    top: -58rem;
  }
}
.kmn_header._show {
  top: 0;
}
.kmn_header._bk::after {
  opacity: 1;
}
.kmn_header._lp .kmn_header_menu_list_box a {
  color: #000 !important;
}
.kmn_header._lp .kmn_header_menu_list_box a:hover {
  color: #000 !important;
}
.kmn_header_cont {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 3rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_cont {
    display: block;
    padding: 1.5rem 2.5rem;
  }
  .kmn_header_cont._active {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.kmn_header_logo {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_header_logo {
    transition: none;
  }
}
.kmn_header_logo:hover, .kmn_header_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_header_logo:hover, .kmn_header_logo:hover img {
    opacity: 1;
  }
}
.kmn_header_logo {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_logo {
    width: 11.2rem;
  }
}
.kmn_header_cv {
  order: 2;
  display: flex;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_cv {
    gap: inherit;
    justify-content: space-between;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .kmn_header_cv_btn {
    width: 47.7%;
  }
}
.kmn_header_cv_btn .o-anim-sb {
  width: 9.7rem;
  height: 2.5rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_cv_btn .o-anim-sb {
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.kmn_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_header_top {
    width: 100%;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .kmn_header_btm {
    height: 0;
    position: relative;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
}
.kmn_header_menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu {
    display: block;
    padding-bottom: 20rem;
  }
}
.kmn_header_menu_list {
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list._top {
    margin-top: 2.5rem;
  }
}
.kmn_header_menu_list._btm .kmn_header_menu_list_box:not(._fav) {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list._btm .kmn_header_menu_list_box:not(._fav) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list_box {
    border-top: 0.5px solid #000;
  }
}
.kmn_header_menu_list_box a {
  display: block;
  transition: background-size 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  background-image: linear-gradient(#000, #000);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list_box a {
    background-image: none;
    font-size: 1.4rem;
    padding: 2rem 0;
  }
}
.kmn_header_menu_list_box a span {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list_box a span {
    display: inline;
  }
}
.kmn_header_menu_list_box a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list_box a:hover {
    background-position: 97% 50%;
    background-size: 0.6rem;
  }
}
.kmn_header_menu_list_box._fav {
  margin: 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list_box._fav {
    margin: 0;
    padding: 2rem 0;
  }
}
.kmn_header_menu_list_box._fav a {
  display: block;
  font-size: 0;
  background: url(../img/common/fav_off.svg) no-repeat 0 0;
  background-size: 100%;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_list_box._fav a {
    width: auto;
    height: auto;
    background: none;
    font-size: 1.4rem;
  }
}
.kmn_header_menu_sub {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_header_menu_sub {
    display: block;
  }
}
.kmn_header_menu_sub a {
  padding-left: 1em;
  padding-top: 0;
  padding-bottom: 0.5em;
}
.kmn_header_menu_sub a:not(:first-child) {
  padding-top: 1rem;
}
.kmn_header_menu_sub a:last-child {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_header_bg {
    display: block;
    position: absolute;
    z-index: 1;
    width: 260%;
    height: 250%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 40%, white 55%, white 100%);
  }
}
.kmn_header .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_header .hamburger {
    display: block;
    width: 2.4rem;
    height: 1.7rem;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99999;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .kmn_header .hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: #000;
    transition: all 0.4s ease-in-out;
  }
  .kmn_header .hamburger span:nth-child(1) {
    top: 0;
  }
  .kmn_header .hamburger span:nth-child(2) {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .kmn_header .hamburger._active span:nth-child(1) {
    transform: rotate(45deg);
    top: 0.8rem;
  }
  .kmn_header .hamburger._active span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 0.8rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.kmn_footer._lp .kmn_footer_tel,
.kmn_footer._lp .kmn_footer_menu a,
.kmn_footer._lp .kmn_footer_menu._in a {
  color: #000 !important;
}
.kmn_footer::after {
  content: "";
  display: block;
  background: #000;
  z-index: -1;
  width: 100%;
  height: 23rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer::after {
    display: none;
  }
}
.kmn_footer_cont {
  position: relative;
  margin-top: 16rem;
  padding: 0 5rem 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_cont {
    padding: 0 2.5rem;
  }
}
.kmn_footer_top {
  display: flex;
  align-items: baseline;
}
.kmn_footer_logo {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_footer_logo {
    transition: none;
  }
}
.kmn_footer_logo:hover, .kmn_footer_logo:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_footer_logo:hover, .kmn_footer_logo:hover img {
    opacity: 1;
  }
}
.kmn_footer_logo {
  width: 17.5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_logo {
    width: 13rem;
    margin-right: 2rem;
  }
}
.kmn_footer_tel {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  pointer-events: none;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_tel {
    pointer-events: inherit;
    font-size: 2rem;
  }
}
.kmn_footer_btm {
  display: flex;
  margin-top: 3rem;
  border-bottom: 0.5px solid #000;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_btm {
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.kmn_footer_menu {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu {
    margin-right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu._w100 {
    display: block;
    width: 100%;
  }
}
.kmn_footer_menu._bd {
  display: flex;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu._bd {
    display: block;
    border-top: 0.5px solid #000;
    margin-top: 1rem;
    padding-top: 2.5rem;
  }
}
.kmn_footer_menu._bd a {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu._bd a {
    margin-right: 0;
  }
}
.kmn_footer_menu._in {
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu._in {
    position: static;
    display: block;
    padding-bottom: 3rem;
  }
}
.kmn_footer_menu._in a {
  font-size: 1.4rem;
  margin-right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu._in a {
    font-size: inherit;
    margin-right: 0;
  }
}
.kmn_footer_menu._out {
  position: absolute;
  z-index: 1;
  left: 5rem;
  top: 100%;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu._out {
    position: static;
    box-sizing: border-box;
    background: #000;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 4rem 2.5rem 0;
  }
}
.kmn_footer_menu._out a {
  color: #FFF;
}
.kmn_footer_menu a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu a {
    transition: none;
  }
}
.kmn_footer_menu a:hover, .kmn_footer_menu a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu a:hover, .kmn_footer_menu a:hover img {
    opacity: 1;
  }
}
.kmn_footer_menu a {
  display: block;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_menu a {
    margin-bottom: 1.5rem;
  }
}
.kmn_footer_menu a span::before {
  content: "-";
  margin-right: 0.5rem;
}
.kmn_footer_sns {
  display: flex;
  position: absolute;
  top: 100%;
  right: 5rem;
  z-index: 1;
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_sns {
    position: static;
    box-sizing: border-box;
    background: #000;
    justify-content: flex-end;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 3rem 2.5rem 0;
    gap: 2.5rem;
  }
}
.kmn_footer_sns a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_footer_sns a {
    transition: none;
  }
}
.kmn_footer_sns a:hover, .kmn_footer_sns a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_footer_sns a:hover, .kmn_footer_sns a:hover img {
    opacity: 1;
  }
}
.kmn_footer_sns a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 2.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_sns a {
    margin-left: 0;
  }
}
.kmn_footer_sns a._line {
  background-image: url(../img/common/sns_line_wh.svg);
}
.kmn_footer_sns a._insta {
  background-image: url(../img/common/sns_insta_wh.svg);
}
.kmn_footer_sns a._x {
  background-image: url(../img/common/sns_x_wh.svg);
}
.kmn_footer_copy {
  color: #FFF;
  position: absolute;
  top: 100%;
  right: 5rem;
  font-size: 1rem;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .kmn_footer_copy {
    background: #000;
    box-sizing: border-box;
    position: static;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: right;
    padding: 2.5rem 2.5rem 9.5rem;
  }
}

.kmn_fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_fixed {
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 0.5px solid #000;
  }
}
.kmn_fixed_btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 7rem;
  font-size: 1.4rem;
}
.kmn_fixed_btn._request {
  background: #FFF;
  color: #000;
}
.kmn_fixed_btn._reserve {
  background: #000;
  color: #FFF;
}
.kmn_fixed_btn span {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  margin-top: 0.8em;
}

/* ======================================================================
 top
====================================================================== */
.kmn_top_renew {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_renew {
    margin-top: 5.5rem;
    font-size: 0.9rem;
  }
}
.kmn_top_mv {
  position: relative;
}
.kmn_top_mv_ttl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kmn_top_mv_ttl img {
  width: 50rem;
}
.kmn_top_mv_ttl video {
  width: 50rem;
  z-index: 1;
  border-radius: 8px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .kmn_top_mv_ttl video {
    width: 40rem;
  }
}
.kmn_top_mv_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_top_mv_box {
    display: block;
  }
}
.kmn_top_mv_img {
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .kmn_top_mv_img {
    width: auto;
  }
}
.kmn_top_mv_img img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center; /* ズームの基点 */
  height: 89rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kmn_top_mv_img img {
    height: auto;
  }
}
.kmn_top_mv_scroll {
  position: absolute;
  z-index: 1;
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 0; /* 上から開始 */
  background-size: 1px 0;
  animation: scrollLine 5s cubic-bezier(0.19, 1, 0.19, 1) infinite;
  font-size: 1rem;
  height: 12rem;
  padding-left: 0.5rem;
  bottom: -4rem;
  right: 10rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_mv_scroll {
    right: 3rem;
  }
}
@keyframes scrollLine {
  0% {
    background-size: 1px 0;
    background-position: 0 0;
  }
  40% {
    background-size: 1px 100%;
    background-position: 0 0;
  }
  60% {
    background-size: 1px 100%;
    background-position: 0 100%;
  }
  100% {
    background-size: 1px 0;
    background-position: 0 100%;
  }
}
.kmn_top_rental {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5rem 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental {
    padding: 4rem 2.5rem 0;
  }
}
.kmn_top_rental_cont {
  margin-top: 3rem;
  padding: 0 2rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_cont {
    padding: 0;
    margin-top: 4rem;
  }
}
.kmn_top_rental_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_menu {
    display: block;
    margin-top: 4rem;
  }
}
.kmn_top_rental_menu_box {
  position: relative;
  width: 51.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_menu_box {
    display: block;
    width: auto;
    margin-bottom: 4rem;
  }
}
.kmn_top_rental_menu_box:hover picture {
  opacity: 0.6;
}
.kmn_top_rental_menu_box picture {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  display: block;
  overflow: hidden;
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_menu_box picture {
    width: 27.5rem;
  }
}
.kmn_top_rental_menu_ttl {
  position: absolute;
  top: 0;
  right: 1.5rem;
  writing-mode: vertical-rl;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_menu_ttl {
    display: flex;
    flex-direction: column;
    right: 0;
  }
}
.kmn_top_rental_menu_ttl span {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 1.7rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_menu_ttl span {
    display: block;
    margin: 0 0.7rem 0 0;
    font-size: 1.2rem;
  }
}
.kmn_top_rental_menu_txt {
  width: 46rem;
  font-size: 1.2rem;
  margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_rental_menu_txt {
    width: 100%;
  }
}
.kmn_top_concept {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 25rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_top_concept {
    padding: 7rem 2.5rem 0;
  }
}
.kmn_top_concept_cont {
  display: flex;
  justify-content: space-between;
  margin: 7rem 0;
  padding: 0 7rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_concept_cont {
    display: block;
    margin: 4rem 0 3rem;
    padding: 0;
  }
}
.kmn_top_concept_img, .kmn_top_concept_desc {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_concept_img, .kmn_top_concept_desc {
    width: auto;
  }
}
.kmn_top_concept_desc {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .kmn_top_concept_desc {
    display: block;
  }
}
.kmn_top_concept_ttl {
  writing-mode: vertical-rl;
  order: 2;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_concept_ttl {
    writing-mode: inherit;
    margin: 4rem 0 3rem;
    font-size: 2rem;
    letter-spacing: normal;
  }
}
.kmn_top_concept_txt {
  writing-mode: vertical-rl;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kmn_top_concept_txt {
    writing-mode: inherit;
    font-size: 1rem;
  }
}
.kmn_top_concept_txt span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
}
.kmn_top_store {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16rem 12rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_store {
    padding: 11rem 2.5rem 0;
  }
}
.kmn_top_store_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_store_cont {
    display: block;
    margin: 4rem 0 0;
  }
}
.kmn_top_store_img, .kmn_top_store_desc {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_store_img, .kmn_top_store_desc {
    width: auto;
  }
}
.kmn_top_store_img {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kmn_top_store_img img {
  width: 31.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_store_img img {
    width: 23.8rem;
  }
}
.kmn_top_store_txt {
  margin: 3rem 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_store_txt {
    margin: 8rem 0 4rem;
  }
}
.kmn_top_store_txt span {
  font-size: 1rem;
}
.kmn_top_store .kmn_store_list {
  margin: 0 0 5rem 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_store .kmn_store_list {
    margin: 0 0 1rem 0;
  }
}
.kmn_top_news {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16rem 12rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_news {
    padding: 11rem 2.5rem 0;
  }
}
.kmn_top_news .kmn_news_list {
  margin: 5rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_news .kmn_news_list {
    margin: 4rem auto 1rem;
  }
}
.kmn_top_blog {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.kmn_top_blog_cont {
  padding: 16rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_cont {
    padding: 11rem 2.5rem 0;
  }
}
.kmn_top_blog_slider {
  margin: 0 0 6rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 1.5rem;
    margin: 0 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider_box {
    width: 47.5%;
  }
}
.kmn_top_blog_slider_box:hover .kmn_top_blog_slider_img {
  opacity: 0.6;
}
.kmn_top_blog_slider_img {
  position: relative;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider_img {
    margin-bottom: 1rem;
  }
}
.kmn_top_blog_slider_img::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.kmn_top_blog_slider_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.kmn_top_blog_slider_date {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider_date {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.kmn_top_blog_slider_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider_ttl {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.kmn_top_blog_slider .slick-list {
  overflow: visible;
}
.kmn_top_blog_slider .slick-list .slick-slide {
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider .slick-list .slick-slide {
    padding-right: 0.8rem;
  }
}
.kmn_top_blog_slider .slick-arrow {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider .slick-arrow {
    transition: none;
  }
}
.kmn_top_blog_slider .slick-arrow:hover, .kmn_top_blog_slider .slick-arrow:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider .slick-arrow:hover, .kmn_top_blog_slider .slick-arrow:hover img {
    opacity: 1;
  }
}
.kmn_top_blog_slider .slick-arrow {
  cursor: pointer;
  font-size: 0;
  border: none;
  padding: 0;
  background-color: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 34%;
  width: 4rem;
  height: 4rem;
  background-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider .slick-arrow {
    top: 37%;
  }
}
.kmn_top_blog_slider .slick-arrow.slick-prev {
  background-image: url(../img/common/prev_bk.svg);
  left: -11rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider .slick-arrow.slick-prev {
    left: -3.5rem;
  }
}
.kmn_top_blog_slider .slick-arrow.slick-next {
  background-image: url(../img/common/next_bk.svg);
  right: -11rem;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog_slider .slick-arrow.slick-next {
    right: -3.5rem;
  }
}
.kmn_top_blog_slider .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog .kmn_btn {
    display: none;
  }
}
.kmn_top_blog .kmn_pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_top_blog .kmn_pagination {
    display: block;
  }
}

/* ======================================================================
 under
====================================================================== */
.kmn_under {
  padding-top: 11rem;
}
.kmn_under._pd0 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .kmn_under {
    padding-top: 7rem;
    display: flex;
    flex-direction: column;
  }
}
.kmn_under_mv {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_mv {
    margin-bottom: 0;
  }
}
.kmn_under_mv_ttl {
  position: absolute;
  z-index: 1;
  width: 6rem;
  bottom: 23rem;
  left: 23rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_mv_ttl {
    width: 2.4rem;
    bottom: 13rem;
    left: 3.4rem;
  }
}
.kmn_under_mv_en {
  position: absolute;
  z-index: 1;
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  bottom: 14rem;
  right: 20rem;
  letter-spacing: 0.2rem;
  text-indent: -3em;
}
@media screen and (max-width: 768px) {
  .kmn_under_mv_en {
    font-size: 0.9rem;
    right: 5.3rem;
    bottom: 2.5rem;
  }
}
.kmn_under_mv_slider {
  overflow: hidden;
}
.kmn_under_mv_slider img {
  width: 100%;
  height: 74rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kmn_under_mv_slider img {
    height: 35rem;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.kmn_under_mv_slider .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.kmn_under_cont {
  padding: 2rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_under_cont {
    padding: 3rem 0 0;
  }
}
.kmn_under_lineup._ranking, .kmn_under_lineup._latest {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup._ranking, .kmn_under_lineup._latest {
    margin-top: 2.5rem;
  }
}
.kmn_under_lineup._ranking .kmn_under_lineup_slider .slick-list .slick-slide img, .kmn_under_lineup._latest .kmn_under_lineup_slider .slick-list .slick-slide img {
  margin-bottom: 0;
}
.kmn_under_lineup._ranking .kmn_collection_list_ttl {
  top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup._ranking .kmn_collection_list_ttl {
    top: 3rem;
  }
}
.kmn_under_lineup_wrap {
  overflow: hidden;
}
.kmn_under_lineup_cont {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_cont {
    padding: 4rem 2.5rem 0;
  }
}
.kmn_under_lineup_slider {
  position: static;
  margin: 6rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_slider {
    margin: 2rem 0 4rem;
  }
}
.kmn_under_lineup_slider .slick-list {
  overflow: visible;
}
.kmn_under_lineup_slider .slick-list .slick-slide {
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_slider .slick-list .slick-slide {
    padding-right: 0.8rem;
  }
}
.kmn_under_lineup_slider .slick-list .slick-slide a {
  font-size: 1.2rem;
}
.kmn_under_lineup_slider .slick-list .slick-slide a:hover img {
  opacity: 0.6;
}
.kmn_under_lineup_slider .slick-list .slick-slide img {
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_slider .slick-list .slick-slide img {
    margin-bottom: 1rem;
  }
}
.kmn_under_lineup_slider_arw {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5rem;
  margin: 0 calc(50% - 50vw) 3rem;
  width: 100vw;
  padding: 0 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_slider_arw {
    display: none;
  }
}
.kmn_under_lineup_slider_arw_btn {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_slider_arw_btn {
    transition: none;
  }
}
.kmn_under_lineup_slider_arw_btn:hover, .kmn_under_lineup_slider_arw_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup_slider_arw_btn:hover, .kmn_under_lineup_slider_arw_btn:hover img {
    opacity: 1;
  }
}
.kmn_under_lineup_slider_arw_btn {
  cursor: pointer;
  font-size: 0;
  border: none;
  padding: 0;
  background-color: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  background-size: 0.7rem;
}
.kmn_under_lineup_slider_arw_btn._prev {
  background-image: url(../img/common/prev_bk.svg);
}
.kmn_under_lineup_slider_arw_btn._next {
  background-image: url(../img/common/next_bk.svg);
}
.kmn_under_lineup_slider_arw_btn.slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .kmn_under_lineup .kmn_btn {
    padding: 0 2.5rem;
  }
}
.kmn_under_store {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.kmn_under_store_list {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_list {
    margin-top: 2rem;
  }
}
.kmn_under_store_list_box:not(:last-child) {
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_list_box:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.kmn_under_store_list_box .kmn_store_list {
  margin: 5rem 0 5rem !important;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_list_box .kmn_store_list {
    margin: 4rem 0 1rem !important;
  }
}
.kmn_under_store_list_box .kmn_store_event_list {
  margin-top: 0;
}
.kmn_under_store_booth {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1%;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_booth {
    margin-top: 2.5rem;
    gap: 0.8rem;
  }
}
.kmn_under_store_booth_box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid #000;
  width: 24.25%;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_booth_box {
    width: 100%;
  }
}
.kmn_under_store_booth_box:hover .kmn_under_store_booth_img {
  opacity: 0.6;
}
.kmn_under_store_booth_img {
  transition: opacity 0.2s ease-in-out;
  width: 8.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_booth_img {
    width: 8.4rem;
  }
}
.kmn_under_store_booth_desc {
  width: 15rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_booth_desc {
    width: 22rem;
    padding: 0 1rem;
  }
}
.kmn_under_store_booth_ttl {
  font-size: 2rem;
  margin-bottom: 0.7rem;
}
.kmn_under_store_booth_txt {
  line-height: 1.3;
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_store_booth_txt {
    font-size: 1.2rem;
  }
}
.kmn_under_store_booth_date {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.kmn_under_store_booth_date span {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 2.2rem;
  margin-right: 0.25rem;
}
.kmn_under_store_booth_more {
  cursor: pointer;
  display: table;
  border-bottom: 0.5px solid #000;
  margin: 4rem auto 0;
  padding-bottom: 0.5rem;
}
.kmn_under_store_booth_more:hover {
  border-bottom: 0.5px solid #FFF;
}
.kmn_under_store_booth_more span::before {
  content: "+";
  margin-right: 0.5rem;
}
.kmn_under_plan {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan {
    padding: 0 2.5rem;
    margin-top: 10rem;
  }
}
.kmn_under_plan._mt0 {
  margin-top: 0;
}
.kmn_under_plan_ttl {
  font-weight: 700;
  margin: 3rem 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_ttl {
    font-size: 1.2rem;
    margin: 4rem 0 2rem;
  }
}
.kmn_under_plan_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.kmn_under_plan_list + .kmn_under_plan_ttl {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list {
    display: block;
  }
}
.kmn_under_plan_list a {
  position: relative;
}
.kmn_under_plan_list a:hover .kmn_under_plan_list_img {
  opacity: 0.6;
}
.kmn_under_plan_list_box {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 0.5px solid #000;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_box {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
  }
}
.kmn_under_plan_list_img {
  transition: opacity 0.2s ease-in-out;
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_img {
    width: 32%;
  }
}
.kmn_under_plan_list_img img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_img img {
    height: auto;
  }
}
.kmn_under_plan_list_desc {
  box-sizing: border-box;
  width: 34.5rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_desc {
    width: 68%;
    padding: 0 4%;
  }
}
.kmn_under_plan_list_ttl {
  font-size: 2.3rem;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_ttl {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.kmn_under_plan_list_price {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_price {
    font-size: 1rem;
  }
}
.kmn_under_plan_list_price span {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_price span {
    font-size: 1.8rem;
  }
}
.kmn_under_plan_list_price._sml {
  font-size: 1rem;
  margin-top: 0.75rem;
}
.kmn_under_plan_list_price._sml + ._sml {
  border-top: 0.5px solid #000;
  padding-top: 0.75rem;
}
.kmn_under_plan_list_price._sml span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_price._sml span {
    font-size: 1.6rem;
  }
}
.kmn_under_plan_list_txt {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_txt {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.kmn_under_plan_list_tag {
  font-size: 0.8rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_tag {
    padding: 0 0.25rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .kmn_under_plan_list_tag i {
    display: none;
  }
}
.kmn_under_order {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order {
    padding: 0 2.5rem;
    margin-top: 10rem;
  }
}
.kmn_under_order._mt0 {
  margin-top: 0;
}
.kmn_under_order_tab, .kmn_under_order_list {
  margin: 6rem auto 0;
  width: 91rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_tab, .kmn_under_order_list {
    width: 100%;
    margin: 4rem auto 0;
  }
}
.kmn_under_order_tab {
  display: flex;
  justify-content: space-between;
}
.kmn_under_order_tab_btn {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_tab_btn {
    transition: none;
  }
}
.kmn_under_order_tab_btn:hover, .kmn_under_order_tab_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_tab_btn:hover, .kmn_under_order_tab_btn:hover img {
    opacity: 1;
  }
}
.kmn_under_order_tab_btn {
  cursor: pointer;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-color: #000;
  width: 43.5rem;
  border-bottom-width: 1px;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_tab_btn {
    width: 48%;
  }
}
.kmn_under_order_tab_btn._active {
  border-bottom-width: 2px;
}
.kmn_under_order_list {
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list {
    margin-bottom: 2.5rem;
  }
}
.kmn_under_order_list_box {
  display: none;
}
.kmn_under_order_list_sub_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}
.kmn_under_order_list_sub_box:not(:last-child) .kmn_under_order_list_sub_desc {
  border-bottom: 0.5px solid #000;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_sub_box:not(:last-child) .kmn_under_order_list_sub_desc {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.kmn_under_order_list_sub_box:last-child .kmn_under_order_list_sub_step::before {
  display: none;
}
.kmn_under_order_list_sub_desc {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_sub_desc {
    width: 70%;
    display: block;
  }
}
.kmn_under_order_list_sub_step {
  overflow: hidden;
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_sub_step {
    width: 30%;
  }
}
.kmn_under_order_list_sub_step::before, .kmn_under_order_list_sub_step::after {
  position: absolute;
  display: block;
  background: #000;
}
.kmn_under_order_list_sub_step::before {
  content: "";
  width: 1px;
  height: 100%;
  top: 1.7rem;
  left: 8.2rem;
}
.kmn_under_order_list_sub_step::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  left: 8rem;
  top: 1.7rem;
  margin-top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_sub_step::after {
    top: 1.5rem;
  }
}
.kmn_under_order_list_sub_ttl {
  font-size: 1.5rem;
  width: 40%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_sub_ttl {
    width: auto;
  }
}
.kmn_under_order_list_sub_txt {
  font-size: 1rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_sub_txt {
    width: auto;
  }
}
.kmn_under_order_list_flow_box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_flow_box {
    display: block;
    padding-left: 2.5rem;
  }
}
.kmn_under_order_list_flow_box:not(:last-child) {
  margin-bottom: 6rem;
}
.kmn_under_order_list_flow_box:not(:last-child)::before {
  content: "";
  width: 1px;
  height: calc(100% + 6rem);
  top: 0.7rem;
  left: 22rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_flow_box:not(:last-child)::before {
    top: 4rem;
    left: 0.2rem;
  }
}
.kmn_under_order_list_flow_box::before, .kmn_under_order_list_flow_box::after {
  position: absolute;
  display: block;
  background: #000;
}
.kmn_under_order_list_flow_box::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  left: 21.8rem;
  top: 0.7rem;
  margin-top: -0.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_flow_box::after {
    top: 4rem;
    left: 0;
  }
}
.kmn_under_order_list_flow_img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_flow_img {
    width: 12rem;
    margin-bottom: 1.5rem;
  }
}
.kmn_under_order_list_flow_desc {
  width: 72%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_flow_desc {
    width: auto;
  }
}
.kmn_under_order_list_flow_ttl {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_under_order_list_flow_ttl {
    font-size: 1.4rem;
  }
}
.kmn_under_order_list_flow_txt span {
  font-size: 1rem;
}

/* ======================================================================
 store
====================================================================== */
.kmn_store {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_store {
    padding: 0 2.5rem;
  }
}
.kmn_store_cont {
  padding: 2rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_store_cont {
    padding: 3rem 0 0;
  }
}
.kmn_store_txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
.kmn_store_txt span {
  font-size: 1rem;
}
.kmn_store_copy {
  padding: 6rem 6rem 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_copy {
    padding: 3rem 0 0;
  }
}
.kmn_store_copy span {
  font-size: 1rem;
}
.kmn_store_list {
  margin: 0 auto;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_list {
    width: 100%;
    padding-left: 0;
  }
}
.kmn_store_list_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.5rem;
}
.kmn_store_list_box:not(:first-child) {
  border-top: 0.5px solid #000;
  margin-right: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_list_box:not(:first-child) {
    margin-right: 0;
  }
}
.kmn_store_list_box:not(:first-child) .kmn_store_list_sub {
  width: 69rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_list_box:not(:first-child) .kmn_store_list_sub {
    width: 24rem;
  }
}
.kmn_store_list_ttl {
  font-size: 1.2rem;
  width: 15rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_list_ttl {
    width: 8.7rem;
  }
}
.kmn_store_list_sub {
  display: flex;
  flex-wrap: wrap;
  width: 76rem;
  gap: 0 10rem;
  margin-right: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_list_sub {
    width: 24rem;
    margin-right: 0;
  }
}
.kmn_store_list_sub_box {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.kmn_store_list_sub a {
  position: relative;
  width: 33rem;
  padding: 2rem 0 1.5rem;
  font-size: 1.2rem;
}
.kmn_store_list_sub a:hover .kmn_store_list_sub_box {
  transform: translateX(15px);
}
@media screen and (max-width: 768px) {
  .kmn_store_list_sub a:hover .kmn_store_list_sub_box {
    transform: none;
  }
}
.kmn_store_list_sub a:hover .arrow {
  opacity: 1;
}
.kmn_store_list_sub a span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_list_sub a span {
    font-size: 1.7rem;
  }
}
.kmn_store_list_sub a:not(:last-child):not(:nth-last-child(2)) {
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 768px) {
  .kmn_store_list_sub a:nth-last-child(2) {
    border-bottom: 0.5px solid #000;
  }
}
.kmn_store_studio {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_studio {
    margin-top: 10rem;
  }
}
.kmn_store_studio_list {
  display: flex;
  gap: 2.5rem;
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_store_studio_list {
    display: block;
    margin: 4rem 0 0;
  }
}
.kmn_store_studio_list_box {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .kmn_store_studio_list_box {
    width: auto;
    margin-bottom: 4rem;
  }
}
.kmn_store_studio_list_box img {
  height: auto;
}
.kmn_store_studio_list_txt {
  font-size: 1.2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_studio_list_txt {
    margin-top: 1.5rem;
  }
}
.kmn_store .kmn_store_list {
  margin: 5rem 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_store .kmn_store_list {
    margin: 4rem 0 0 0;
  }
}
.kmn_store_info {
  padding: 3rem 10.5rem 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmn_store_info {
    padding: 0;
  }
}
.kmn_store_info_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_top {
    display: block;
  }
}
.kmn_store_info_img {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_img {
    width: auto;
  }
}
.kmn_store_info_img img {
  object-fit: contain;
  height: auto;
}
.kmn_store_info_detail {
  width: 56rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_detail {
    width: auto;
    margin-top: 4rem;
  }
}
.kmn_store_info_detail table {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_detail table {
    border-bottom: 0.5px solid #000;
  }
}
.kmn_store_info_detail table th, .kmn_store_info_detail table td {
  border-top: 0.5px solid #000;
  padding: 1.25rem 0;
}
.kmn_store_info_detail table th {
  width: 30%;
}
.kmn_store_info_detail table td {
  width: 70%;
}
.kmn_store_info_detail table td a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_detail table td a {
    pointer-events: inherit;
  }
}
.kmn_store_info_detail_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kmn_store_info_detail_head_sns {
  display: flex;
  gap: 1rem;
  margin-left: 1rem;
}
.kmn_store_info_detail_head_sns a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_detail_head_sns a {
    transition: none;
  }
}
.kmn_store_info_detail_head_sns a:hover, .kmn_store_info_detail_head_sns a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_detail_head_sns a:hover, .kmn_store_info_detail_head_sns a:hover img {
    opacity: 1;
  }
}
.kmn_store_info_detail_head_sns a {
  width: 2.3rem;
}
.kmn_store_info_cv {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_cv {
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kmn_store_info_cv_btn {
    width: 49%;
  }
}
.kmn_store_info_cv .o-anim-sb {
  width: 16.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_cv .o-anim-sb {
    width: 100%;
    font-size: 1.5rem;
  }
}
.kmn_store_info_btm {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_btm {
    display: block;
  }
}
.kmn_store_info_btm_box {
  width: 47.75%;
}
@media screen and (max-width: 768px) {
  .kmn_store_info_btm_box {
    width: auto;
  }
  .kmn_store_info_btm_box:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.kmn_store_info_btm_ttl {
  border-bottom: 0.5px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.kmn_store_info_ttl {
  font-size: 1.6rem;
}
.kmn_store_event {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_event {
    margin-top: 10rem;
  }
}
.kmn_store_event_list {
  margin-top: 5rem;
}
.kmn_store_event_list_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_box {
    display: block;
  }
}
.kmn_store_event_list_box:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_box:not(:last-child) {
    margin-bottom: 9rem;
  }
}
.kmn_store_event_list_box > .kmn_store_event_list_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_box > .kmn_store_event_list_btn {
    display: block;
  }
}
.kmn_store_event_list_img {
  position: relative;
  width: 53.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_img {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.kmn_store_event_list_img_en {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  color: #FFF;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.5rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_img_en {
    font-size: 4.5rem;
  }
}
.kmn_store_event_list_desc {
  width: 46rem;
  order: 2;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_desc {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_desc > .kmn_store_event_list_btn {
    display: none;
  }
}
.kmn_store_event_list_ttl {
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
}
.kmn_store_event_list_txt {
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_txt {
    margin-bottom: 3rem;
  }
}
.kmn_store_event_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_store_event_list_date {
    margin-bottom: 2.5rem;
  }
}
.kmn_store_event_list_date_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #000;
  height: 2.5rem;
  padding: 0 1rem;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.kmn_store_event_list_date_txt {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 3.6rem;
}

/* ======================================================================
 news
====================================================================== */
.kmn_news {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_news {
    padding: 0 2.5rem;
  }
}
.kmn_news_list {
  margin: 4rem auto;
  width: 91rem;
}
@media screen and (max-width: 768px) {
  .kmn_news_list {
    margin: 2rem auto;
    width: 100%;
  }
}
.kmn_news_list a {
  position: relative;
  display: block;
}
.kmn_news_list a:not(:last-child) {
  border-bottom: 0.5px solid #000;
}
.kmn_news_list a:hover .kmn_news_list_box {
  transform: translateX(15px);
}
@media screen and (max-width: 768px) {
  .kmn_news_list a:hover .kmn_news_list_box {
    transform: none;
  }
}
.kmn_news_list a:hover .kmn_news_list_box .arrow {
  opacity: 1;
}
.kmn_news_list_box {
  display: flex;
  gap: 0 8rem;
  padding: 2.5rem 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .kmn_news_list_box {
    display: block;
    padding: 2rem 0;
  }
}
.kmn_news_list_date {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_news_list_date {
    margin-bottom: 0.7em;
  }
}
.kmn_news_list_ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .kmn_news_list_ttl {
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
}

/* ======================================================================
 favorites
====================================================================== */
.kmn_favorites {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_favorites {
    padding: 0 2.5rem;
  }
}
.kmn_favorites_cont {
  width: 83rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .kmn_favorites_cont {
    width: auto;
    margin-top: 3rem;
  }
}
.kmn_favorites_cont .kmn_collection_list {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_favorites_cont .kmn_collection_list {
    margin-bottom: 2rem;
  }
}
.kmn_favorites_sort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_favorites_sort {
    margin-bottom: 1rem;
  }
}
.kmn_favorites_sort select {
  cursor: pointer;
  background: url(../img/common/down_bk.svg) no-repeat 96% 50%;
  background-size: 0.6rem;
  font-size: 1.2rem;
  width: 28rem;
  height: 2.4rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_favorites_sort select {
    background-position: 94% 50%;
    width: 14rem;
  }
}
.kmn_favorites + .kmn_ranking {
  margin-top: 14rem;
}
.kmn_favorites_none {
  text-align: center;
}

/* ======================================================================
 collection
====================================================================== */
.kmn_collection_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_collection_list {
    gap: 0.5rem;
  }
}
.kmn_collection_list_box {
  position: relative;
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .kmn_collection_list_box {
    width: 49%;
  }
}
.kmn_collection_list_box:hover .kmn_collection_list_ttl,
.kmn_collection_list_box:hover .kmn_collection_list_price {
  opacity: 1;
}
.kmn_collection_list_fav {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  font-size: 0;
  border: none;
  background-color: inherit;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/common/fav_off_wh.svg);
  width: 1.5rem;
  height: 1.5rem;
  top: 1rem;
  right: 1rem;
}
.kmn_collection_list_fav._on {
  background-image: url(../img/common/fav_on_wh.svg);
}
.kmn_collection_list_ttl, .kmn_collection_list_price {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  letter-spacing: 0.05rem;
  position: absolute;
  z-index: 1;
  font-size: 0.9rem;
  line-height: 1.3;
}
.kmn_collection_list_ttl {
  top: 1rem;
  left: 1rem;
}
.kmn_collection_list_price {
  pointer-events: none;
  right: 1rem;
  bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_collection_list_price {
    pointer-events: auto;
  }
}
.kmn_collection_list_price_box {
  display: flex;
  justify-content: space-between;
}
.kmn_collection_list_price_ttl {
  padding-right: 2em;
}
.kmn_collection_list_price_num {
  text-align: right;
}
.kmn_collection_list_rank {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_collection_list_rank {
    font-size: 1.2rem;
  }
}

/* ======================================================================
 ranking
====================================================================== */
.kmn_ranking {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_ranking {
    padding: 0 2.5rem;
  }
}
.kmn_ranking_cont {
  width: 83rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .kmn_ranking_cont {
    width: auto;
    margin-top: 2.5rem;
  }
}
.kmn_ranking_cont .kmn_collection_list .kmn_collection_list_ttl {
  top: 3.25rem;
}
@media screen and (max-width: 768px) {
  .kmn_ranking_cont .kmn_collection_list {
    display: block;
  }
  .kmn_ranking_cont .kmn_collection_list_box {
    display: block;
    width: 100%;
  }
  .kmn_ranking_cont .kmn_collection_list_box:not(:last-child) {
    margin-bottom: 2rem;
  }
}

/* ======================================================================
 style
====================================================================== */
.kmn_style {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_style {
    padding: 0 2.5rem;
  }
}
.kmn_style_cont {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_cont {
    display: block;
    margin-top: 4rem;
  }
}
.kmn_style_cont .kmn_collection_list {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_cont .kmn_collection_list {
    margin-bottom: 2rem;
  }
}
.kmn_style_menu {
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu {
    position: relative;
    width: auto;
    transform: none !important;
  }
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_ttl {
    font-size: 1.4rem;
    position: absolute;
    z-index: 1;
    top: 0.5rem;
  }
  .kmn_style_menu_ttl::after {
    content: "＋";
    margin-left: 0.5rem;
  }
  .kmn_style_menu_ttl._active::after {
    content: "－";
  }
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_scr {
    display: none;
    position: absolute;
    background: #FFF;
    top: 2.5rem;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: 9999;
  }
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list {
    height: calc(100% - 7rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.kmn_style_menu_list_box {
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list_box {
    margin: 0 2.5rem;
  }
}
.kmn_style_menu_list_box:not(:has(+ .kmn_style_menu_list_box)) {
  border-bottom: none;
}
.kmn_style_menu_list_box._all {
  padding: 2.4rem 0 1.4rem;
}
.kmn_style_menu_list_ttl {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 2rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list_ttl {
    background-size: 1.2rem;
    background-image: url(../img/common/down_bk.svg);
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list_ttl._active {
    background-image: url(../img/common/up_bk.svg);
  }
}
.kmn_style_menu_list_btn {
  display: block;
  padding: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list_btn {
    width: 33.33%;
    padding: 0.8rem 0;
  }
}
.kmn_style_menu_list_btn input {
  display: none;
}
.kmn_style_menu_list_btn input:checked + span {
  background-image: url(../img/common/check_on.svg);
}
.kmn_style_menu_list_btn span {
  display: block;
  background-position: 0 0.1rem;
  background-repeat: no-repeat;
  background-image: url(../img/common/check_off.svg);
  background-size: 1.1rem;
  padding-left: 1.5rem;
}
.kmn_style_menu_list_sub {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list_sub {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_list_sub._w50 .kmn_style_menu_list_btn {
    width: 50%;
  }
}
.kmn_style_menu_search {
  margin-top: 3rem;
}
.kmn_style_menu_search_btn {
  transition: all 0.6s cubic-bezier(0.34, -0.04, 0.32, 1.01);
  cursor: pointer;
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  border: 0.5px solid #000;
  background: #000;
  color: #FFF;
  width: 100%;
  height: 3rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_search_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 7rem;
    font-size: 1.4rem;
  }
}
.kmn_style_menu_search_btn:hover {
  background: #FFF;
  color: #000;
}
.kmn_style_menu_search_btn span {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_style_menu_search_btn span {
    display: block;
    font-family: minion-pro, serif;
    font-style: normal;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}
.kmn_style_list {
  width: 85rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_list {
    width: auto;
  }
}
.kmn_style + .kmn_ranking {
  margin-top: 5rem;
}
.kmn_style_detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail {
    display: block;
    margin-bottom: 5rem;
  }
}
.kmn_style_detail_img {
  position: relative;
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_img {
    width: auto;
  }
}
.kmn_style_detail_img button {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_img button {
    transition: none;
  }
}
.kmn_style_detail_img button:hover, .kmn_style_detail_img button:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_img button:hover, .kmn_style_detail_img button:hover img {
    opacity: 1;
  }
}
.kmn_style_detail_img button {
  cursor: pointer;
  font-size: 0;
  border: none;
  padding: 0;
  background-color: inherit;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.kmn_style_detail_slider_arw {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.kmn_style_detail_slider_arw_btn {
  position: absolute;
  width: 2rem;
  height: 2rem;
}
.kmn_style_detail_slider_arw_btn._prev {
  background-image: url(../img/common/prev_bk.svg);
}
.kmn_style_detail_slider_arw_btn._next {
  background-image: url(../img/common/next_bk.svg);
}
.kmn_style_detail_slider_arw._top {
  top: 45%;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_slider_arw._top {
    top: 42%;
  }
}
.kmn_style_detail_slider_arw._top .kmn_style_detail_slider_arw_btn {
  background-size: 0.6rem;
}
.kmn_style_detail_slider_arw._top .kmn_style_detail_slider_arw_btn._prev {
  left: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_slider_arw._top .kmn_style_detail_slider_arw_btn._prev {
    left: 1rem;
  }
}
.kmn_style_detail_slider_arw._top .kmn_style_detail_slider_arw_btn._next {
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_slider_arw._top .kmn_style_detail_slider_arw_btn._next {
    right: 1rem;
  }
}
.kmn_style_detail_slider_arw._btm {
  bottom: 1.4rem;
}
.kmn_style_detail_slider_arw._btm .kmn_style_detail_slider_arw_btn {
  background-size: 0.4rem;
}
.kmn_style_detail_slider_arw._btm .kmn_style_detail_slider_arw_btn._prev {
  left: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_slider_arw._btm .kmn_style_detail_slider_arw_btn._prev {
    left: 1rem;
  }
}
.kmn_style_detail_slider_arw._btm .kmn_style_detail_slider_arw_btn._next {
  right: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_slider_arw._btm .kmn_style_detail_slider_arw_btn._next {
    right: 1rem;
  }
}
.kmn_style_detail_slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_slider .slick-dots {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.kmn_style_detail_slider .slick-dots li button {
  background: #FFF;
  border: 0.5px solid #000;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.kmn_style_detail_slider .slick-dots li.slick-active button {
  background: #000;
}
.kmn_style_detail_desc {
  width: 43rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_desc {
    width: auto;
    padding-right: 0;
    margin-top: 4rem;
  }
}
.kmn_style_detail_id {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_id {
    margin-bottom: 0.5rem;
  }
}
.kmn_style_detail_ttl {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.kmn_style_detail_txt {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.kmn_style_detail_cap {
  font-size: 0.8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_cap {
    font-size: 1rem;
  }
}
.kmn_style_detail_cap_box {
  line-height: 1.8;
}
.kmn_style_detail_cap_box:not(:last-child) {
  margin-bottom: 0.7rem;
}
.kmn_style_detail_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.kmn_style_detail_tag_box {
  transition: all 0.6s cubic-bezier(0.34, -0.04, 0.32, 1.01);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #000;
  height: 1.6rem;
  border-radius: 1.6rem;
  padding: 0 1rem;
  font-size: 1rem;
}
.kmn_style_detail_tag_box:hover {
  background: #000;
  color: #FFF;
}
.kmn_style_detail_price {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_price {
    margin-bottom: 2rem;
  }
}
.kmn_style_detail_price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.kmn_style_detail_price_box:not(:last-child) {
  border-bottom: 0.5px solid #000;
}
.kmn_style_detail_price_ttl {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: flex;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_price_ttl {
    font-size: 1.5rem;
  }
}
.kmn_style_detail_price_ttl span {
  min-width: 4em;
}
.kmn_style_detail_price_link {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_price_link {
    transition: none;
  }
}
.kmn_style_detail_price_link:hover, .kmn_style_detail_price_link:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_price_link:hover, .kmn_style_detail_price_link:hover img {
    opacity: 1;
  }
}
.kmn_style_detail_price_link {
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 1.1rem;
  background-image: url(../img/common/arw_bk_r.svg);
  font-size: 1.4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_style_detail_price_link {
    font-size: 1.2rem;
  }
}
.kmn_style_detail_cv_btn {
  margin-top: 1rem;
}
.kmn_style_detail_cv_btn .o-anim-sb {
  width: 100%;
}

/* ======================================================================
 concept
====================================================================== */
.kmn_concept_mv {
  overflow: hidden;
}
.kmn_concept_mv img {
  height: 74rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kmn_concept_mv img {
    height: 35rem;
  }
}
.kmn_concept_cont {
  padding: 4rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_concept_cont {
    padding: 0;
  }
}
.kmn_concept_about {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 7rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_concept_about {
    padding: 4rem 2.5rem 11rem;
  }
}
.kmn_concept_about_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_concept_about_box {
    flex-direction: column;
  }
}
.kmn_concept_about_img {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_about_img {
    width: auto;
    order: 2;
    margin-top: 4rem;
  }
}
.kmn_concept_about_img video {
  width: 100%;
  height: 100%;
}
.kmn_concept_about_desc {
  display: flex;
  justify-content: flex-end;
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_about_desc {
    display: block;
    width: auto;
  }
}
.kmn_concept_about_ttl {
  writing-mode: vertical-rl;
  order: 2;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_about_ttl {
    writing-mode: inherit;
    margin: 4rem 0 3rem;
    font-size: 2rem;
    letter-spacing: normal;
  }
}
.kmn_concept_about_txt {
  writing-mode: vertical-rl;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kmn_concept_about_txt {
    writing-mode: inherit;
    font-size: 1rem;
  }
}
.kmn_concept_about_txt span {
  display: inline-block;
  opacity: 0;
  transform: translateX(20px);
}
.kmn_concept_service {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 14rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_concept_service {
    padding: 0 2.5rem;
  }
}
.kmn_concept_service_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_concept_service_box {
    display: block;
  }
}
.kmn_concept_service_img {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_service_img {
    width: auto;
    margin-top: 4rem;
  }
}
.kmn_concept_service_desc {
  width: 48rem;
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_service_desc {
    width: auto;
    padding-top: 5rem;
  }
}
.kmn_concept_service_desc .o-anim-sb {
  width: 100%;
}
.kmn_concept_service_ttl {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_service_ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.kmn_concept_service_txt {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_service_txt {
    margin-bottom: 2rem;
  }
}
.kmn_concept_matters {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 14rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters {
    padding: 11rem 2.5rem 0;
  }
}
.kmn_concept_matters_list_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters_list_box {
    display: block;
    margin-top: 4rem;
  }
}
.kmn_concept_matters_list_box:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters_list_box:not(:last-child) {
    margin-bottom: 0;
  }
}
.kmn_concept_matters_list_img {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters_list_img {
    width: auto;
    margin-top: 4rem;
  }
}
.kmn_concept_matters_list_desc {
  width: 48rem;
  order: 2;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters_list_desc {
    width: auto;
  }
}
.kmn_concept_matters_list_num {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters_list_num {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.kmn_concept_matters_list_ttl {
  font-size: 2.3rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_matters_list_ttl {
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
  }
}
.kmn_concept_movie {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 14rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_concept_movie {
    padding: 11rem 2.5rem 0;
  }
}
.kmn_concept_movie_box {
  position: relative;
  background: #F1F1F1;
  height: 58.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_concept_movie_box {
    height: 18rem;
    margin-top: 6rem;
  }
}
.kmn_concept_movie_box video {
  width: 100%;
  height: 100%;
}
.kmn_concept_movie_play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kmn_concept_movie_play img {
  width: 6rem;
}

/* ======================================================================
 blog
====================================================================== */
.kmn_blog {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_blog {
    padding: 0 2.5rem;
  }
}
.kmn_blog_list {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem;
  gap: 6rem 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_blog_list {
    padding: 2rem 0;
    gap: 3rem 1.5rem;
  }
}
.kmn_blog_list .kmn_top_blog_slider_box {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .kmn_blog_list .kmn_top_blog_slider_box {
    width: 47.5%;
  }
}

/* ======================================================================
 post
====================================================================== */
.kmn_post {
  margin: 0 auto;
  width: 90rem;
  max-width: 1280px;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .kmn_post {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.5rem;
  }
}
.kmn_post_head {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #000;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.kmn_post h1 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.kmn_post h2, .kmn_post h3, .kmn_post h4, .kmn_post h5, .kmn_post h6 {
  font-weight: 700;
  border-bottom: 0.5px solid #000;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.kmn_post b {
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
  margin-top: 2em;
}
.kmn_post table {
  width: 100%;
}
.kmn_post table th,
.kmn_post table td {
  border: 1px solid;
  padding: 1rem;
}
.kmn_post table th b,
.kmn_post table td b {
  font-weight: 700;
  margin-top: 0;
}
.kmn_post .cat-links {
  display: flex;
}
.kmn_post .cat-links a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_post .cat-links a {
    transition: none;
  }
}
.kmn_post .cat-links a:hover, .kmn_post .cat-links a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_post .cat-links a:hover, .kmn_post .cat-links a:hover img {
    opacity: 1;
  }
}
.kmn_post .cat-links a {
  margin-left: 1em;
}
.kmn_post .alignleft {
  float: left;
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .kmn_post .alignleft {
    float: none;
    margin: 0 0 2rem 0;
  }
}
.kmn_post .alignright {
  float: right;
  margin: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .kmn_post .alignright {
    float: none;
    margin: 0 0 2rem 0;
  }
}
.kmn_post .img-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.kmn_post .custom-img {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .kmn_post .custom-img {
    width: 100%;
  }
}
.kmn_post #ez-toc-container .ez-toc-title-container {
  margin-top: 2rem;
}
.kmn_post #ez-toc-container .ez-toc-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.kmn_post #ez-toc-container nav {
  border: 0.5px solid #000;
  padding: 4rem 4rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_post #ez-toc-container nav {
    padding: 2.5rem 2.5rem 0;
  }
}
.kmn_post #ez-toc-container nav .ez-toc-list > li {
  margin-bottom: 2rem;
}
.kmn_post #ez-toc-container nav .ez-toc-list > li > a {
  margin-bottom: 0.5rem;
}
.kmn_post #ez-toc-container nav .ez-toc-list > li ul > li {
  margin-bottom: 0.5rem;
}
.kmn_post #ez-toc-container nav .ez-toc-list a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.5;
}
.kmn_post #ez-toc-container nav .ez-toc-list a:hover {
  text-decoration: none;
}
.kmn_post_btm {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .kmn_post_btm {
    margin-top: 5rem;
  }
}
.kmn_post_btm .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.kmn_post_btm .wp-block-post-terms a {
  transition: all 0.6s cubic-bezier(0.34, -0.04, 0.32, 1.01);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #000;
  padding: 0 1rem;
  height: 2.5rem;
  border-radius: 2.5rem;
}
.kmn_post_btm .wp-block-post-terms a:hover {
  background: #000;
  color: #FFF;
}

/* ======================================================================
 contact
====================================================================== */
.kmn_contact {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_contact {
    padding: 0 2.5rem;
  }
}
.kmn_contact_cont {
  margin: 3rem auto;
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .kmn_contact_cont {
    width: auto;
  }
}
.kmn_contact_info {
  margin-bottom: 3rem;
}
.kmn_contact_info_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.kmn_contact_info_txt {
  font-size: 1.2rem;
  line-height: 1.7;
}
.kmn_contact_txt {
  font-size: 1.2rem;
  line-height: 1.7;
}
.kmn_contact_txt a, .kmn_contact_txt span {
  color: #C50018;
}
.kmn_contact_txt a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_contact_txt a {
    transition: none;
  }
}
.kmn_contact_txt a:hover, .kmn_contact_txt a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_contact_txt a:hover, .kmn_contact_txt a:hover img {
    opacity: 1;
  }
}
.kmn_contact_form {
  margin-top: 5rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form {
    font-size: 1.2rem;
  }
}
.kmn_contact_form_ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.kmn_contact_form .form-item {
  display: flex;
  border-bottom: 0.5px solid #D9D9D9;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item._message {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item._message > *:first-child,
  .kmn_contact_form .form-item._message > *:last-child {
    display: block;
    width: 100%;
  }
}
.kmn_contact_form .form-item._message > *:first-child {
  margin-bottom: 1rem;
}
.kmn_contact_form .form-item:first-child {
  border-top: 0.5px solid #D9D9D9;
}
.kmn_contact_form .form-item > *:last-child {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item > *:last-child {
    width: 58%;
  }
}
.kmn_contact_form .form-item > *:last-child input,
.kmn_contact_form .form-item > *:last-child textarea,
.kmn_contact_form .form-item > *:last-child .checkbox-group {
  width: 100%;
}
.kmn_contact_form .form-item > *:first-child {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item > *:first-child {
    width: 42%;
  }
}
.kmn_contact_form .form-item > *:first-child span {
  color: #C50018;
  font-size: 1.1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item > *:first-child span {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}
.kmn_contact_form .form-item input,
.kmn_contact_form .form-item textarea,
.kmn_contact_form .form-item .checkbox-group {
  outline: none;
  width: 75%;
  border: none;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-item input,
  .kmn_contact_form .form-item textarea,
  .kmn_contact_form .form-item .checkbox-group {
    width: 58%;
    font-size: 1.2rem;
  }
}
.kmn_contact_form .form-item input[type=date] {
  width: auto;
}
.kmn_contact_form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
.kmn_contact_form .checkbox-group .checkbox-item, .kmn_contact_form .checkbox-group .wpcf7-list-item {
  margin-right: 3rem;
}
.kmn_contact_form .checkbox-group .checkbox-item input[type=checkbox], .kmn_contact_form .checkbox-group .checkbox-item input[type=radio], .kmn_contact_form .checkbox-group .wpcf7-list-item input[type=checkbox], .kmn_contact_form .checkbox-group .wpcf7-list-item input[type=radio] {
  display: none;
}
.kmn_contact_form .checkbox-group .checkbox-item input[type=checkbox]:checked + span, .kmn_contact_form .checkbox-group .checkbox-item input[type=radio]:checked + span, .kmn_contact_form .checkbox-group .wpcf7-list-item input[type=checkbox]:checked + span, .kmn_contact_form .checkbox-group .wpcf7-list-item input[type=radio]:checked + span {
  background-image: url(../img/common/check_on.svg);
}
.kmn_contact_form .checkbox-group .checkbox-item span, .kmn_contact_form .checkbox-group .wpcf7-list-item span {
  display: block;
  background-position: 0 0.5rem;
  background-repeat: no-repeat;
  background-image: url(../img/common/check_off.svg);
  background-size: 1.1rem;
  padding-left: 1.5rem;
}
.kmn_contact_form .form-policy {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-policy {
    margin-top: 1rem;
  }
}
.kmn_contact_form .form-policy i {
  color: #C50018;
  font-size: 1.1rem;
  margin-left: 1rem;
}
.kmn_contact_form .form-policy .wpcf7-list-item {
  margin-right: 0;
}
.kmn_contact_form .form-btn {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_contact_form .form-btn {
    margin-top: 2rem;
    gap: 0.7rem;
  }
}
.kmn_contact_form .form-btn .o-anim-sb:first-child {
  order: 2;
}
.kmn_contact_form .form-btn .wpcf7-submit {
  order: 2;
}
.kmn_contact_form_confirm {
  margin-bottom: 4.5rem;
}
.kmn_contact_form_confirm_ttl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.kmn_contact .screen-reader-response,
.kmn_contact .screen-reader-response a,
.kmn_contact .wpcf7-response-output {
  color: #C50018;
  line-height: 1.7;
}
.kmn_contact .wpcf7-not-valid, .kmn_contact .checkbox-groupwpcf7-not-valid .checkbox-item {
  border-bottom: 0.5px solid #C50018 !important;
}
.kmn_contact .wpcf7-not-valid-tip {
  color: #C50018;
}
@media screen and (max-width: 768px) {
  .kmn_contact .wpcf7-date {
    display: block;
    background: #FFF;
  }
}
@media screen and (max-width: 768px) {
  .kmn_contact .wpcf7-date::before {
    display: block;
    content: "ここをタップで選択してください";
    color: #adadad;
    font-size: 1.2rem;
  }
}
.kmn_contact .wpcf7-date.has-value::before {
  display: none;
}
.kmn_contact .wpcf7-not-valid-tip {
  display: none;
}

/* ======================================================================
 plan
====================================================================== */
.kmn_plan + .kmn_under_plan {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan + .kmn_under_plan {
    margin-top: 6rem;
  }
  .kmn_plan + .kmn_under_plan .kmn_under_cont {
    padding-top: 0;
  }
}
.kmn_plan_cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem 8rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_plan_cont {
    padding: 4rem 2.5rem 0;
  }
}
.kmn_plan_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kmn_plan_top > .kmn_plan_top_img {
    display: none;
  }
}
.kmn_plan_top_img, .kmn_plan_top_desc {
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_img, .kmn_plan_top_desc {
    width: 100%;
  }
}
.kmn_plan_top_desc .kmn_plan_top_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_desc .kmn_plan_top_img {
    display: block;
    margin-top: 3rem;
  }
}
.kmn_plan_top_ttl {
  font-size: 3.7rem;
  line-height: 5.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_ttl {
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }
}
.kmn_plan_top_price {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_price {
    font-size: 1.2rem;
  }
}
.kmn_plan_top_price span {
  font-family: minion-pro, serif;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_price span {
    font-size: 2.7rem;
  }
}
.kmn_plan_top_price i {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.5px solid #000;
  font-size: 1.4rem;
  height: 3.2rem;
  padding: 0 1rem;
  margin-right: 2rem;
}
.kmn_plan_top_price i span {
  font-family: inherit;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_price i span {
    display: none;
  }
}
.kmn_plan_top_price_cap {
  font-size: 1rem;
  margin: -1rem 0 2rem;
}
.kmn_plan_top_txt {
  font-size: 1.4rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_txt {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.kmn_plan_top_dtl {
  margin-top: 2.5rem;
}
.kmn_plan_top_dtl + .kmn_plan_top_txt {
  margin: 2rem 0;
}
.kmn_plan_top_dtl_ttl {
  border-left: 0.5px solid #000;
}
.kmn_plan_top_dtl_ttl span {
  font-weight: 700;
  padding-left: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_dtl_ttl span {
    font-size: 1rem;
  }
}
.kmn_plan_top_dtl_list_box {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_dtl_list_box {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.kmn_plan_top_dtl_list_box span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_top_dtl_list_box span {
    font-size: 1rem;
    margin-top: 1rem;
    margin-left: 1.5rem;
  }
}
.kmn_plan_top_dtl_cap {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 1.6;
}
.kmn_plan_top_dtl_cap + .kmn_plan_top_dtl_ttl {
  margin-top: 4rem;
}
.kmn_plan_ttl {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_ttl {
    margin-bottom: 3rem;
  }
}
.kmn_plan_ttl .underline {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5px;
  background-color: #000;
  width: 0; /* ← 最初は0で非表示 */
}
.kmn_plan_list_box {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_box {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_box:first-child {
    margin-top: 3rem;
  }
}
.kmn_plan_list_box:nth-child(2n) .kmn_plan_list_cont_img {
  order: 1;
}
.kmn_plan_list_box:nth-child(2n) .kmn_plan_list_cont_desc {
  order: 2;
}
.kmn_plan_list_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_cont {
    display: block;
  }
}
.kmn_plan_list_cont_img, .kmn_plan_list_cont_desc {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_cont_img, .kmn_plan_list_cont_desc {
    width: 100%;
  }
}
.kmn_plan_list_cont_img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_cont_img {
    margin-bottom: 2rem;
  }
}
.kmn_plan_list_cont_desc {
  order: 1;
}
.kmn_plan_list_cont_ttl {
  font-size: 2.3rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_cont_ttl {
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.kmn_plan_list_cont_ttl sub {
  font-size: 1rem;
}
.kmn_plan_list_cont_txt {
  font-size: 1.2rem;
  line-height: 2.4rem;
}
.kmn_plan_list_cont_txt span {
  font-size: 1rem;
}
.kmn_plan_list_cont_cap {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2;
}
.kmn_plan_list_cont_cap a {
  text-decoration: underline;
}
.kmn_plan_list_cont_cap a:hover {
  text-decoration: none;
}
.kmn_plan_list_set {
  margin: 4rem auto 0;
  box-sizing: border-box;
  width: 91rem;
  border: 0.5px solid #000;
  padding: 0 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_set {
    width: 100%;
    padding: 1.5rem;
  }
}
.kmn_plan_list_set_ttl {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1.5rem 0 -1rem -2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_set_ttl {
    font-size: 1rem;
    margin: 0;
  }
}
.kmn_plan_list_set_dtl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_set_dtl {
    width: 100%;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
.kmn_plan_list_set_dtl_box {
  font-size: 1.6rem;
}
.kmn_plan_list_set_cap {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_set_cap {
    text-align: left;
    margin-top: 0;
  }
}
.kmn_plan_list_set_pre {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 3rem;
  border-bottom: 0.5px solid #000;
}
.kmn_plan_list_set_pre span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  background: #FFF;
  padding: 0 2rem;
  font-size: 1.2rem;
  top: 0.65rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_list_set_pre span {
    padding: 0 1rem;
  }
}
.kmn_plan_extra {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_extra {
    margin-top: 6rem;
  }
}
.kmn_plan_extra_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  border: 0.5px solid #000;
  width: 91rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_extra_cont {
    width: 100%;
    display: block;
  }
}
.kmn_plan_extra_cont_img {
  width: 41.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_extra_cont_img {
    width: 100%;
  }
}
.kmn_plan_extra_cont_desc {
  box-sizing: border-box;
  width: 49.5rem;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_extra_cont_desc {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}
.kmn_plan_extra_cont_ttl {
  font-size: 2.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_extra_cont_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.kmn_plan_extra_cont_txt {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_extra_cont_txt {
    line-height: 3.2rem;
  }
}
.kmn_plan_extra_cont_cap {
  font-size: 1rem;
  line-height: 1.8;
}
.kmn_plan_special {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special {
    margin-top: 6rem;
  }
}
.kmn_plan_special_cont {
  margin: 0 auto;
  width: 91rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special_cont {
    width: 100%;
  }
}
.kmn_plan_special_txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special_txt {
    line-height: 3.2rem;
  }
}
.kmn_plan_special_list {
  margin-top: 4rem;
}
.kmn_plan_special_list_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid #000;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special_list_box {
    display: block;
  }
}
.kmn_plan_special_list_box:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special_list_box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.kmn_plan_special_list_img {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special_list_img {
    width: 100%;
  }
}
.kmn_plan_special_list_desc {
  box-sizing: border-box;
  width: 51rem;
  padding: 0 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.35rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kmn_plan_special_list_desc {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }
}
.kmn_plan_special_list_desc span {
  letter-spacing: normal;
  font-size: 1rem;
}
.kmn_plan_btm_cont {
  margin: 0 auto;
  box-sizing: border-box;
  width: 112rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_cont {
    width: 100%;
    padding: 0 2.5rem;
  }
}
.kmn_plan_btm_cont._top {
  border-top: 0.5px solid #000;
  margin: 9rem auto 0;
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_cont._top {
    margin-top: 6rem;
  }
}
.kmn_plan_btm_logo {
  width: 22.3rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_logo {
    width: 22rem;
    margin-top: 9rem;
  }
}
.kmn_plan_btm_ttl {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.8;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_ttl span {
    display: block;
  }
}
.kmn_plan_btm_txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_txt span {
    display: block;
  }
}
.kmn_plan_btm_slider {
  margin: 6rem 0 -2rem;
}
@media screen and (max-width: 768px) {
  .kmn_plan_btm_slider {
    margin: 4rem 0 -2rem;
  }
}
.kmn_plan_btm_slider .slick-slide {
  margin-right: 0.7rem;
}
.kmn_plan_btm .kmn_btn {
  margin-top: 6rem;
}

/* ======================================================================
 faq
====================================================================== */
.kmn_faq {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_faq {
    padding: 0 2.5rem;
  }
}
.kmn_faq_cont {
  margin: 0 auto;
  width: 90rem;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .kmn_faq_cont {
    width: 100%;
  }
}
.kmn_faq_menu {
  margin-top: 5rem;
  display: grid;
  gap: 0 5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .kmn_faq_menu {
    gap: 0 2rem;
  }
}
.kmn_faq_menu_btn {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_faq_menu_btn {
    transition: none;
  }
}
.kmn_faq_menu_btn:hover, .kmn_faq_menu_btn:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_faq_menu_btn:hover, .kmn_faq_menu_btn:hover img {
    opacity: 1;
  }
}
.kmn_faq_menu_btn {
  background-repeat: no-repeat;
  background-image: url(../img/common/arw_bk_b.svg);
  background-position: 95% 50%;
  background-size: 0.8em;
  border-bottom: 0.5px solid #000;
  padding: 2rem 0;
}
.kmn_faq_list_box {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .kmn_faq_list_box {
    margin-top: 7rem;
  }
}
.kmn_faq_list_box_ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.kmn_faq_sub_box {
  cursor: pointer;
  border-top: 0.5px solid #c8c8c9;
  padding: 2rem 0;
  line-height: 1.7;
}
.kmn_faq_sub_top {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_faq_sub_top {
    transition: none;
  }
}
.kmn_faq_sub_top:hover, .kmn_faq_sub_top:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_faq_sub_top:hover, .kmn_faq_sub_top:hover img {
    opacity: 1;
  }
}
.kmn_faq_sub_top {
  position: relative;
  padding-right: 3rem;
}
.kmn_faq_sub_top._active span {
  transform: rotate(45deg);
}
.kmn_faq_sub_top span {
  transition: transform 0.3s ease;
  display: block;
  position: absolute;
  background: url(../img/common/plus_bk.svg) no-repeat 0 0;
  background-size: 100%;
  top: 0;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.kmn_faq_sub_btm {
  display: none;
  margin-top: 1rem;
}

/* ======================================================================
 company
====================================================================== */
.kmn_company {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_company {
    padding: 0 2.5rem;
  }
}
.kmn_company_cont {
  margin: 4rem auto 0;
  width: 90rem;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .kmn_company_cont {
    width: 100%;
  }
}
.kmn_company_table {
  width: 100%;
}
.kmn_company_table tr:not(:last-child) th, .kmn_company_table tr:not(:last-child) td {
  border-bottom: 0.5px solid #000;
}
.kmn_company_table th, .kmn_company_table td {
  padding: 1.5rem 0;
  line-height: 1.7;
}
.kmn_company_table th a, .kmn_company_table td a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_company_table th a, .kmn_company_table td a {
    transition: none;
  }
}
.kmn_company_table th a:hover, .kmn_company_table th a:hover img, .kmn_company_table td a:hover, .kmn_company_table td a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_company_table th a:hover, .kmn_company_table th a:hover img, .kmn_company_table td a:hover, .kmn_company_table td a:hover img {
    opacity: 1;
  }
}
.kmn_company_table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .kmn_company_table th {
    width: 30%;
  }
}
.kmn_company_table_strong {
  color: #C50018;
}

/* ======================================================================
 policy
====================================================================== */
.kmn_policy {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_policy {
    padding: 0 2.5rem;
  }
}
.kmn_policy_cont {
  margin: 4rem auto 0;
  width: 90rem;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .kmn_policy_cont {
    width: 100%;
  }
}
.kmn_policy_table {
  width: 100%;
  margin-top: 1.5rem;
  border-top: 0.5px solid #000;
}
.kmn_policy_table th, .kmn_policy_table td {
  border-bottom: 0.5px solid #000;
  padding: 1.5rem 0;
  line-height: 1.7;
}
.kmn_policy_table th a, .kmn_policy_table td a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_policy_table th a, .kmn_policy_table td a {
    transition: none;
  }
}
.kmn_policy_table th a:hover, .kmn_policy_table th a:hover img, .kmn_policy_table td a:hover, .kmn_policy_table td a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_policy_table th a:hover, .kmn_policy_table th a:hover img, .kmn_policy_table td a:hover, .kmn_policy_table td a:hover img {
    opacity: 1;
  }
}
.kmn_policy_table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .kmn_policy_table th {
    width: 30%;
  }
}
.kmn_policy_table_strong {
  color: #C50018;
}
.kmn_policy_table_last th, .kmn_policy_table_last td {
  border-bottom: none;
}
.kmn_policy_ttl {
  font-size: 18px;
}
.kmn_policy_box {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_policy_box {
    margin-top: 5rem;
  }
}
.kmn_policy_list {
  line-height: 1.7;
  border-top: 0.5px solid #000;
  margin-top: 1.5rem;
}
.kmn_policy_list._recruit .kmn_policy_list_box {
  border-bottom: 0.5px solid #000;
}
.kmn_policy_list_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_policy_list_box {
    display: block;
  }
}
.kmn_policy_list_box_ttl {
  width: 20%;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_policy_list_box_ttl {
    width: auto;
    padding-bottom: 0;
  }
}
.kmn_policy_sub {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub {
    width: auto;
  }
}
.kmn_policy_sub_box {
  padding: 1.5rem 0;
  border-bottom: 0.5px solid #000;
}
.kmn_policy_sub_box._last {
  border-bottom: no;
}
.kmn_policy_sub_list_box {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_box {
    display: block;
  }
}
.kmn_policy_sub_list_box:not(:last-child) {
  border-bottom: 0.5px solid #000;
}
.kmn_policy_sub_list_ttl {
  width: 26%;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_ttl {
    width: auto;
    margin-bottom: 1rem;
  }
}
.kmn_policy_sub_list_desc {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc {
    width: auto;
  }
}
.kmn_policy_sub_list_desc a {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc a {
    transition: none;
  }
}
.kmn_policy_sub_list_desc a:hover, .kmn_policy_sub_list_desc a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc a:hover, .kmn_policy_sub_list_desc a:hover img {
    opacity: 1;
  }
}
.kmn_policy_sub_list_desc p {
  text-indent: -1.75em;
  padding-left: 1.75em;
}
.kmn_policy_sub_list_desc p span {
  margin-right: 1em;
}
.kmn_policy_sub_list_desc div {
  margin-left: 2rem;
}
.kmn_policy_sub_list_desc table {
  width: 100%;
  margin-top: 2rem;
}
.kmn_policy_sub_list_desc table caption {
  margin-bottom: -1px;
  padding: 0.4rem;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc table caption {
    padding: 0.6rem;
  }
}
.kmn_policy_sub_list_desc table caption, .kmn_policy_sub_list_desc table th, .kmn_policy_sub_list_desc table td {
  text-align: center;
  border: 0.5px solid #000;
}
.kmn_policy_sub_list_desc table th, .kmn_policy_sub_list_desc table td {
  padding: 0.4rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc table th, .kmn_policy_sub_list_desc table td {
    padding: 0.4rem;
  }
}
.kmn_policy_sub_list_desc table th {
  font-size: 1rem;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc table th {
    width: auto;
    font-size: inherit;
  }
}
.kmn_policy_sub_list_desc table td {
  width: 8.5%;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc table td {
    width: auto;
    font-size: inherit;
  }
}
.kmn_policy_sub_list_desc table tr:last-child td {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .kmn_policy_sub_list_desc table tr:last-child td {
    font-size: inherit;
  }
}

/* ======================================================================
 venue
====================================================================== */
.kmn_venue {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue {
    padding: 0 2.5rem;
  }
}
.kmn_venue_cont {
  padding: 2rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_venue_cont {
    padding: 3rem 0 0;
  }
}
.kmn_venue_txt {
  font-size: 1.2rem;
  line-height: 1.8;
}
.kmn_venue_wrap {
  margin: 0 auto;
  max-width: 1280px;
  width: 84rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_wrap {
    width: 100%;
  }
}
.kmn_venue_area {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_area {
    gap: 2rem 3rem;
  }
}
.kmn_venue_area_btn {
  position: relative;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_area_btn {
    font-size: 1.4rem;
  }
}
.kmn_venue_area_btn:hover span {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .kmn_venue_area_btn:hover span {
    opacity: 1;
  }
}
.kmn_venue_area_btn span {
  transition: opacity 0.2s ease-in-out;
  border-bottom: 0.5px solid #000;
  padding-bottom: 0.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_area_btn span {
    transition: none;
  }
}
.kmn_venue_area_btn:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_area_btn:not(:last-child)::after {
    right: -1.5rem;
  }
}
.kmn_venue_list_box {
  margin-top: 6rem;
}
.kmn_venue_list_box_ttl {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kmn_venue_list_box_ttl {
    font-size: 1.4rem;
  }
}
.kmn_venue_sub {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub {
    display: block;
  }
}
.kmn_venue_sub_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub_box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.kmn_venue_sub_img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub_img {
    width: 35%;
  }
}
.kmn_venue_sub_desc {
  box-sizing: border-box;
  width: 55%;
  padding-left: 2.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub_desc::after {
    content: "";
    display: block;
    clear: both;
  }
  .kmn_venue_sub_desc {
    width: 65%;
    padding-left: 2rem;
  }
}
.kmn_venue_sub_ttl {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub_ttl {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub_txt {
    font-size: 1.2rem;
  }
}
.kmn_venue_sub_btn {
  transition: all 0.6s cubic-bezier(0.34, -0.04, 0.32, 1.01);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.5px solid #000;
  width: 12rem;
  height: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .kmn_venue_sub_btn {
    float: right;
    height: 2.6rem;
  }
}
.kmn_venue_sub_btn:hover {
  color: #FFF;
  background: #000;
}

/* ======================================================================
 cancel
====================================================================== */
.kmn_cancel {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .kmn_cancel {
    padding: 0 2.5rem;
  }
}
.kmn_cancel_cont {
  padding: 2rem 4rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_cancel_cont {
    padding: 3rem 0 0;
  }
}
.kmn_cancel_list_box:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .kmn_cancel_list_box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.kmn_cancel_list_ttl {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.kmn_cancel_list_num {
  list-style-type: decimal;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-left: 1em;
  margin-top: 1em;
}
.kmn_cancel_list_num_box:not(:last-child) {
  margin-bottom: 1em;
}
.kmn_cancel_list_table {
  width: 100%;
}
.kmn_cancel_list_table_cap {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.kmn_cancel_list_table thead th {
  background: #000;
  color: #FFF;
  font-size: 1rem;
  padding: 0.75rem 0;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .kmn_cancel_list_table thead th {
    width: 100%;
    padding: 0.75rem 1rem;
  }
}
.kmn_cancel_list_table thead th:not(:first-child) {
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .kmn_cancel_list_table thead th:not(:first-child) {
    width: 100%;
  }
}
.kmn_cancel_list_table tbody th, .kmn_cancel_list_table tbody td {
  border-bottom: 0.5px solid #000;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .kmn_cancel_list_table tbody td:last-child {
    text-align: right;
  }
}
.kmn_cancel_list_table tbody td sup {
  font-size: 1rem;
}
.kmn_cancel_list_cap {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1rem;
}

/* ======================================================================
 GSAP
====================================================================== */
.arrow {
  opacity: 0;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1.3rem;
  height: 1.8rem;
}

.arrow__left {
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  background-color: #000;
  width: 1px;
  height: 0.8rem;
  transform-origin: top;
  transform: rotate(45deg);
}

.arrow__right {
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  background-color: #000;
  width: 1px;
  height: 0.8rem;
  transform-origin: top;
  transform: rotate(-45deg);
}

.arrow__center {
  height: 1.6rem;
  width: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.img_mask {
  position: relative;
  overflow: hidden;
}
.img_mask img {
  opacity: 0;
  will-change: opacity;
}
.img_mask__cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 100%);
}

.anim_rl {
  display: inline-block;
  opacity: 0;
  transform: translateX(40px);
}

.bg_lp {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  .bg_lp {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=style.css.map */