@charset "UTF-8";
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

img, picture, svg {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: "Zen Old Mincho", serif;
}

time {
  font-family: "Lato", sans-serif;
}

a, a:hover {
  color: inherit;
  text-decoration: unset;
  transition: 0.3s all ease-in-out;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, ol {
  list-style: none;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}
.uk-container-small {
  max-width: 375px;
}
.uk-container-large {
  max-width: 1240px;
}
.uk-container-xlarge {
  max-width: 1460px;
}
.uk-container-expand {
  max-width: none;
}
.uk-container-1120 {
  max-width: 1120px;
}

/* media query
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-primary {
  color: #4A225D !important;
}

.com-bg-primary {
  background-color: #4A225D !important;
}

.com-txt-color-black {
  color: #000 !important;
}

.com-bg-black {
  background-color: #000 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-bg_01 {
  color: #EEEEE9 !important;
}

.com-bg-bg_01 {
  background-color: #EEEEE9 !important;
}

.com-txt-color-bg_02 {
  color: #9F88BE !important;
}

.com-bg-bg_02 {
  background-color: #9F88BE !important;
}

.com-txt-color-txt_01 {
  color: #000 !important;
}

.com-bg-txt_01 {
  background-color: #000 !important;
}

.com-txt-color-txt_02 {
  color: #0D0D0C !important;
}

.com-bg-txt_02 {
  background-color: #0D0D0C !important;
}

.com-txt-color-txt_03 {
  color: #483729 !important;
}

.com-bg-txt_03 {
  background-color: #483729 !important;
}

.com-txt-color-txt_04 {
  color: #333333 !important;
}

.com-bg-txt_04 {
  background-color: #333333 !important;
}

.com-txt-color-tit_01 {
  color: #43096C !important;
}

.com-bg-tit_01 {
  background-color: #43096C !important;
}

.com-txt-color-border_01 {
  color: #707070 !important;
}

.com-bg-border_01 {
  background-color: #707070 !important;
}

.com-txt-color-purple_bg {
  color: #EFEAF5 !important;
}

.com-bg-purple_bg {
  background-color: #EFEAF5 !important;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.header-link-01 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #4A225D;
  padding-bottom: 8px;
  position: relative;
  margin-right: 32px;
}
.header-link-01::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}

.header-contact-01 {
  position: relative;
  display: inline-block;
  margin-right: 60px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #4A225D;
}
.header-contact-01 > .tit {
  padding: 0.5em 0.2em;
  position: relative;
  display: inline-block;
}
.header-contact-01 > .tit:hover {
  background-color: #EFEAF5;
}
.header-contact-01 > .tit::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}
.header-contact-01 > .sub-menu {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.header-contact-01 > .sub-menu li {
  border-bottom: 1px solid #4A225D;
}
.header-contact-01 > .sub-menu a {
  display: block;
  padding: 0.5em 0.2em;
  background-color: #fff;
}
.header-contact-01 > .sub-menu a:hover {
  background-color: #EFEAF5;
}
.header-contact-01:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.header-btn-01 {
  border: none;
  background-color: transparent;
  outline: none;
  padding: 1px 6px;
}

.header-list-01 a {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.header-list-01 a:hover {
  color: #4A225D;
}

#header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 25px;
  z-index: 9;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 960px) {
  #header {
    padding: 20px 55px;
  }
}
#header.frontpage {
  position: fixed;
}
@media (max-width: 959px) {
  #header.frontpage .header-01 .logo {
    display: none;
  }
}
#header.frontpage.js-wedding-header {
  transform: translateY(-100%);
}
@media (min-width: 960px) {
  #header.frontpage.js-wedding-header {
    transform: translateY(0) !important;
  }
}
#header.header-recruit {
  padding: 0;
}

.header-01 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 960px) {
  .header-01 {
    padding-bottom: 37px;
  }
}
.header-01 .logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40%;
}
@media (min-width: 960px) {
  .header-01 .logo {
    transform: translate(-50%, -85%);
  }
}

.header-02 .menu {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0;
}
.header-02 .menu li:not(:last-child) {
  margin-right: 40px;
}
.header-02 .menu a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
}
.header-02 .menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: currentColor;
  height: 1px;
  width: 0;
  transition: inherit;
  transform: translateX(-50%);
}
.header-02 .menu a:hover {
  color: #4A225D;
}
.header-02 .menu a:hover::before {
  width: 100%;
}

.header-03 .logo {
  margin: 0;
  position: static;
  top: 50%;
  left: 0;
  max-width: 40%;
}

@media (max-width: 959px) {
  .header-03 .logo {
    position: absolute;
    margin: 0 0 0 40px;
    top:auto
  }
  .header-03 .logo .img {
    width: 150px;
  }
}

.header-04 .wrapper {
  background-color: #EEEEE9;
  padding: 1em;
}
@media (min-width: 960px) {
  .header-04 .wrapper {
    padding: 1.5em 1em;
  }
}
.header-04 .toggle-btn {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
@media (min-width: 960px) {
  .header-04 .toggle-btn {
    display: none;
  }
}
.header-04 .toggle-btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background-color: #43096C;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.header-04 .toggle-cont {
  display: none;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .header-04 .toggle-cont {
    display: block !important;
    margin-top: 0;
  }
}
.header-04 .menu {
  display: flex;
  gap: 10px 30px;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .header-04 .menu {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .header-04 .menu {
    gap: 10px 50px;
  }
}
.header-04 .menu a {
  position: relative;
  display: block;
}
.header-04 .menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: currentColor;
  height: 1px;
  width: 0;
  transition: inherit;
  transform: translateX(-50%);
}
.header-04 .menu a:hover {
  color: #4A225D;
}
.header-04 .menu a:hover::before {
  width: 100%;
}
.header-04 .menu a.btn {
  background-color: #43096C;
  border: 1px solid #43096C;
  color: #fff;
  padding: 0.3em 1.5em;
}
.header-04 .menu a.btn::before {
  display: none;
}
.header-04 .menu a.btn:hover {
  background-color: #fff;
  color: #43096C;
}

.header-produce {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #fff;
  padding-block: 40px;
  z-index: 8;
}
@media (min-width: 960px) {
  .header-produce {
    padding-block: 50px 25px;
  }
}
.header-produce .wrapper {
  display: flex;
  justify-content: space-between;
}
.header-produce .wrapper > :first-child {
  width: 50%;
}
.header-produce .logo {
  display: block;
  width: 230px;
  max-width: 100%;
}
.header-produce .logo img {
  width: 100%;
}
.header-produce .menu {
  display: flex;
  gap: 40px;
  align-items: baseline;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  color: #0D0D0C;
  margin-block: 30px 0;
  padding: 0;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
}
.header-produce .menu a {
  display: inline-block;
  position: relative;
}
.header-produce .menu a::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
  transition: 0.3s all ease-in-out;
}
.header-produce .menu a:hover {
  color: #43096C;
}
.header-produce .menu a:hover::before {
  width: 100%;
}

.header-produce-btn-01 {
  text-align: center;
}
.header-produce-btn-01 .contact {
  display: block;
  color: #43096C;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  padding-inline: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}
.header-produce-btn-01 .contact::after {
  content: url(../img/common/ico_mail.svg);
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.header-produce-btn-01 .tel {
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  color: #0D0D0C;
}
.header-produce-btn-01 .tel span {
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 20px;
}

.header-recruit {
  background-color: unset !important;
}

/* Main menu
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
#footer {
  padding: 40px 15px 50px;
  background-color: #EEEEE9;
  position: relative;
  z-index: 5;
}
@media (min-width: 960px) {
  #footer {
    display: flex;
    flex-direction: column;
    padding: 60px 0 35px;
  }
}

.footer-wrapper {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 960px) {
  .footer-wrapper {
    max-width: calc(100% - var(--sidebar) * 2);
  }
}

.footer-01 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .footer-01 {
    margin-top: 60px;
  }
}

.footer-02 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .footer-02 {
    margin: 0;
  }
}
@media (min-width: 960px) {
  .footer-02 .footer-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 960px) {
  .footer-02 .footer-wrapper > * {
    flex: 1;
  }
}

.footer-03 {
  padding-block: 20px;
  background-color: #fff;
  text-align: center;
}

.footer-02-btns {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-02-btns .com-btn-02 {
  flex-shrink: 0;
}

.footer-02-infor {
  margin-top: 40px;
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (min-width: 960px) {
  .footer-02-infor {
    display: flex;
    align-items: flex-end;
    gap: 45px;
    margin-top: 0;
  }
}
.footer-02-infor .logo {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .footer-02-infor .logo {
    flex-shrink: 0;
    margin: 0;
  }
}
.footer-02-infor .panel {
  color: #0D0D0C;
  text-align: center;
}
@media (min-width: 960px) {
  .footer-02-infor .panel {
    flex: 1;
    text-align: left;
  }
}
.footer-02-infor .infor {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .footer-02-infor .infor {
    font-size: 1.6rem;
  }
}
.footer-02-infor .infor + .infor {
  margin-top: 30px;
}
.footer-02-infor .link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
  position: relative;
  margin-top: 35px;
}
.footer-02-infor .link::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.footer-02-infor .link:hover {
  color: #4A225D;
}

.footer-btn-01 {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  background-color: #fff;
  padding: 0.5em 1em;
}

.footer-txt-01 {
  font-size: 1.4rem;
  margin-bottom: 28px;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .footer-txt-01 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}

.footer-txt-02 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
}

.footer-lp .footer-02 .footer-wrapper {
  max-width: 1120px;
  padding-inline: 30px;
}
@media (min-width: 960px) {
  .footer-lp .footer-02 .footer-wrapper {
    padding-inline: 40px;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.footer-lp .footer-02-btns {
  flex-direction: column;
  max-width: 400px;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .footer-lp .footer-02-btns {
    max-width: 266px;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .footer-lp .footer-02-infor {
    max-width: 640px;
  }
}

/* layout
------------------------------------------------------------*/
body {
  --sidebar: 40px;
  font-family: "yu-mincho-pr6n", sans-serif;
  min-width: 320px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.857;
  overflow-x: hidden;
}
@media (min-width: 960px) {
  body {
    --sidebar: 135px;
    font-size: 1.4rem;
  }
}

main {
  position: relative;
}

#offcanvas {
  --h: 100vh;
  --h: 100dvh;
  position: fixed;
  width: calc(100% - var(--sidebar));
  height: var(--h);
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 25px;
  box-sizing: border-box;
  z-index: 9;
  transform: translate(100%, 0);
  transition: 0.3s all;
  overflow-y: scroll;
}
@media (min-width: 960px) {
  #offcanvas {
    width: 100%;
    padding: 50px 0 0;
    transition: 0.6s all;
  }
}
#offcanvas.is-active {
  transform: translate(0, 0);
  transition: 0.4s all ease-in-out;
}
@media (min-width: 960px) {
  #offcanvas.is-active {
    transition: 0.8s all ease-in-out;
  }
}
#offcanvas .offcanvas-02 {
  margin-top: 30px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  #offcanvas .offcanvas-02 {
    width: calc(100% - var(--sidebar) * 2);
    margin: 80px auto 0;
  }
}

.offcanvas-close {
  background-color: transparent;
  border: none;
  display: block;
  width: 45px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 960px) {
  .offcanvas-close {
    width: 50px;
  }
}

.offcanvas-menu {
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .offcanvas-menu {
    max-width: 400px;
    margin-bottom: 46px;
  }
}
.offcanvas-menu .item {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .offcanvas-menu .item {
    border-bottom: 1px solid currentColor;
    align-items: center;
    justify-content: space-between;
    padding: 15px 19px 10px;
    font-size: 1.8rem;
    letter-spacing: 0.16em;
  }
}
@media (min-width: 960px) {
  .offcanvas-menu .item:hover {
    background-color: rgba(74, 34, 93, 0.1);
  }
}
@media (max-width: 959px) {
  .offcanvas-menu .item:not(:first-child) {
    margin-top: 9px;
  }
}
.offcanvas-menu .item span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #4A225D;
  margin-left: 9px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .offcanvas-menu .item span {
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}

.offcanvas-wrapper {
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .offcanvas-wrapper {
    margin-left: 0;
  }
}

.offcanvas-news {
  max-width: 400px;
}
@media (min-width: 960px) {
  .offcanvas-news {
    padding-top: 15px;
  }
}
.offcanvas-news .tit {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #0D0D0C;
  margin-bottom: 32px;
}

.offcanvas-01 {
  position: relative;
}
@media (min-width: 960px) {
  .offcanvas-01 {
    text-align: right;
    padding: 0 55px 0;
  }
}
.offcanvas-01 .logo {
  margin-top: 25px;
}
@media (min-width: 960px) {
  .offcanvas-01 .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media (max-width: 959px) {
  .offcanvas-01 .logo img {
    max-width: 190px;
  }
}

.offcanvas-02 {
  padding-left: 20px;
}
@media (min-width: 960px) {
  .offcanvas-02 {
    padding-left: 0;
  }
}
.offcanvas-02 .info, .offcanvas-02 .contact {
  color: #0D0D0C;
}
.offcanvas-02 .info {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
}
@media (min-width: 960px) {
  .offcanvas-02 .info {
    letter-spacing: 0.16em;
    line-height: 1.64;
  }
}
.offcanvas-02 .info .tit {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.offcanvas-02 .info .time-serving {
  margin-top: 25px;
}
@media (min-width: 960px) {
  .offcanvas-02 .info .time-serving {
    margin-top: 15px;
  }
}
.offcanvas-02 .contact {
  margin-top: 22px;
}
.offcanvas-02 .contact .tit {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  font-family: "yu-mincho-pr6n", sans-serif;
}
.offcanvas-02 .contact .tel {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.offcanvas-02 .contact .tel span {
  font-size: 2.4rem;
  display: inline-block;
  margin-left: 17px;
}
.offcanvas-02 .offcanvas-btn {
  width: 345px;
  max-width: 100%;
  background-image: url(../img/common/btn_01_03.svg);
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
}
@media (max-width: 959px) {
  .offcanvas-02 .offcanvas-btn {
    font-size: 1.2rem;
  }
}
.offcanvas-02 .offcanvas-btn-02 {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #0D0D0C;
  padding: 0.7em 0.6em;
}
.offcanvas-02 .offcanvas-btn-02:hover {
  color: #fff;
  background-color: #4A225D;
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  writing-mode: vertical-lr;
  height: 100vh;
  height: 100dvh;
  width: var(--sidebar);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}
@media (min-width: 960px) {
  #sidebar {
    padding-bottom: 40px;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 1200px) {
    .wedding #sidebar {
    justify-content: space-between;
  }
}
#sidebar .txt {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.2rem;
  color: #0D0D0C;
}
#sidebar, .wedding-02-sidebar {
  justify-content: flex-end;
}
@media (min-width: 960px) {
  #sidebar .txt {
    font-size: 1.4rem;
  }
}
@media (max-height: 550px) {
  #sidebar .txt {
    font-size: 0.8rem;
  }
}
#sidebar .social {
  flex-shrink: 0;
  padding-bottom: 30px;
}
@media (max-height: 550px) {
  #sidebar .social {
    display: none;
  }
}
#sidebar .social a {
  display: inline-block;
}
#sidebar .social a + a {
  margin-top: 15px;
}
@media (max-width: 959px) {
  #sidebar.is-active {
    background-color: #EFEAF5;
  }
}

@media (max-width: 959px) {
  .sidebar-01 {
    transition: 0.3s transform;
    transform: translate(-100%, 0);
  }
}
@media (max-width: 959px) {
  .sidebar-01.is-active {
    transition: 0.4s transform ease-in-out;
    transform: translate(0, 0);
  }
}

@media (max-width: 959px) {
  .sidebar-02 {
    transition: 0.3s all;
  }
}
@media (max-width: 959px) {
  .sidebar-02 .txt {
    transition: inherit;
    color: #AF98C6 !important;
  }
}
@media (max-width: 959px) {
  .sidebar-02.is-active {
    transition: 0.4s all ease-in-out;
  }
}
@media (max-width: 959px) {
  .sidebar-02.is-active .txt {
    color: #0D0D0C !important;
  }
}

#scrollDown {
  position: fixed;
  left: 50%;
  bottom: 0;
  writing-mode: vertical-lr;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
  z-index: 4;
  color: #fff;
  transform: translate(-50%, 40px);
  font-family: "Lato", sans-serif;
  mix-blend-mode: difference;
}
#scrollDown .line {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 80px;
  margin-top: 10px;
}
#scrollDown .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  animation: scrollIndicatorAnimation 3s infinite cubic-bezier(0.83, 0, 0.17, 1);
}

@keyframes scrollIndicatorAnimation {
  0% {
    transform: scaleY(0);
  }
  5% {
    transform: scaleY(0);
  }
  45% {
    transform: scaleY(1);
  }
  55% {
    transform: translateY(0) scaleY(1);
  }
  95% {
    transform: translateY(100%) scaleY(1);
  }
  100% {
    transform: translateY(100%) scaleY(1);
  }
}
#scroll-top {
  position: fixed;
  bottom: 9em;
  z-index: 6;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 959px) {
  #scroll-top {
    right: 0;
    transform: translateX(100%);
  }
}
@media (min-width: 960px) {
  #scroll-top {
    right: 45px;
    bottom: 50px;
    writing-mode: vertical-lr;
    font-size: 1.4rem;
    font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: #0D0D0C;
  }
}
@media (min-width: 960px) {
  #scroll-top:hover::before {
    transform: translateY(-10px);
  }
}
@media (min-width: 960px) {
  #scroll-top::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 60px;
    background: url(../img/common/arrow_02.svg) no-repeat center;
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
  }
}
@media (max-width: 959px) {
  #scroll-top.is-active {
    right: 1em;
    transform: translateX(0);
  }
}

#contactPanel {
  padding: 40px 0;
}
@media (min-width: 960px) {
  #contactPanel {
    padding: 70px 0 60px;
  }
}

#pageTit {
  text-align: left;
  margin-bottom: 40px;
}
#pageTit .thumb {
  width: 100%;
  min-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 10/2.2;
}

.com-breadcrumb-01 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  margin: 0 0 15px;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 959px) {
  .com-breadcrumb-01 {
    display: none;
  }
}
.com-breadcrumb-01 li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-inline: 5px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.com-panel-01 .img {
  display: block;
  margin-bottom: 22px;
}
.com-panel-01 .img img {
  aspect-ratio: 5/3;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-panel-01 .date {
  color: #4A225D;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-top: 13px;
}
.com-panel-01 .excerpt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.78;
  font-family: Yu Mincho, YuMincho, "yu-mincho-pr6n", sans-serif;
  margin-top: 13px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.com-panel-01 .com-btn-01 {
  margin-top: 33px;
}

.com-panel-02 {
  color: #0D0D0C;
}
.com-panel-02 .thumb {
  width: 100%;
  aspect-ratio: 10/7.3;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-panel-02 .thumb {
    aspect-ratio: 1/1.03;
  }
}
.com-panel-02 .tit {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-top: 18px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .com-panel-02 .tit {
    font-size: 1.8rem;
    margin: 30px 0;
  }
}
.com-panel-02 .excerpt {
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.com-panel-02 .com-btn-01 {
  margin-top: 30px;
}
@media (max-width: 959px) {
  .com-panel-02 .com-btn-01 {
    margin-left: 20px;
  }
}
@media (min-width: 960px) {
  .com-panel-02 .com-btn-01 {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .com-panel-03 .map {
    max-width: 400px;
    margin-inline: auto;
  }
}
.com-panel-03 .map figcaption {
  margin-top: 5px;
  text-align: center;
  color: #000;
}
@media (min-width: 960px) {
  .com-panel-03 .map figcaption {
    text-align: left;
    margin-top: 20px;
  }
}
.com-panel-03 .map figcaption a {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.com-panel-03 .map figcaption a::after {
  --s: 13px;
  content: "";
  display: inline-block;
  width: var(--s);
  height: var(--s);
  background: url(../img/common/ico_blank.svg) no-repeat center;
  vertical-align: middle;
  margin-left: 15px;
}
.com-panel-03 .tit {
  font-size: 1.9rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .com-panel-03 .tit {
    text-align: left;
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
}
.com-panel-03 .tit span {
  padding: 0 8px;
  display: block;
  border-bottom: 1px solid #707070;
}
@media (min-width: 960px) {
  .com-panel-03 .tit span {
    display: inline-block;
  }
}
.com-panel-03 .sub {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 0 0 16px;
}
@media (min-width: 960px) {
  .com-panel-03 .sub {
    margin-bottom: 20px;
  }
}
.com-panel-03 .phone a {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.com-panel-03 .phone a span {
  display: inline-block;
  margin-left: 30px;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .com-panel-03 .phone a span {
    font-size: 2.4rem;
  }
}
.com-panel-03 .btn {
  text-align: center;
  margin-top: 33px;
}
@media (min-width: 960px) {
  .com-panel-03 .btn {
    text-align: left;
    margin-top: 40px;
  }
}

.com-panel-04 {
  max-width: 795px;
  margin: 0 auto;
  text-align: center;
}
.com-panel-04 .tit {
  margin-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.785;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .com-panel-04 .tit {
    font-size: 1.8rem;
  }
}
@media (max-width: 959px) {
  .com-panel-04 .uk-grid > .uk-grid-margin {
    margin-top: 10px;
  }
}

.com-panel-05 {
  color: #0D0D0C;
  display: block;
  padding-bottom: 15px;
}
.com-panel-05:hover {
  background-color: rgba(74, 34, 93, 0.1);
}
.com-panel-05:hover .btn {
  transform: translate(10px, 0);
}
.com-panel-05 .thumb {
  aspect-ratio: 10/6.6;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-panel-05 .cont {
  padding: 0 15px;
}
.com-panel-05 .date {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.com-panel-05 .tit {
  margin: 14px 0 10px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .com-panel-05 .tit {
    margin-bottom: 25px;
  }
}
.com-panel-05 .btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  transition: transform 0.3s ease-in-out;
}
.com-panel-05 .btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_03.svg) no-repeat center;
}

.com-panel-06 .thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.39;
  position: relative;
}
@media (min-width: 960px) {
  .com-panel-06 .thumb {
    aspect-ratio: 1/0.41;
  }
}
.com-panel-06 .cat, .com-panel-06 .date {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 375px) {
  .com-panel-06 .cat, .com-panel-06 .date {
    font-size: 1rem;
  }
}
.com-panel-06 .cont {
  margin-top: 7px;
}
.com-panel-06 .tit {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.785;
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
}
.com-panel-06 .btn {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.com-panel-06 .btn::after {
  content: "";
  display: inline-block;
  transition: 0.3s all ease-in-out;
  width: 46px;
  height: 5px;
  background: url(../img/common/arrow_01.svg) no-repeat center;
  background-size: 100%;
  margin-left: 8px;
}
.com-panel-06 .btn:hover {
  padding-left: 46px;
}
.com-panel-06 .btn:hover::after {
  transform: translate(50%, 0);
  margin-left: 0;
}

.com-panel-07 {
  color: #0D0D0C;
  display: block;
  padding-bottom: 15px;
}
.com-panel-07:hover {
  opacity: 0.6;
}
.com-panel-07 .cats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin-bottom: 10px;
}
.com-panel-07 .thumb {
  aspect-ratio: 1/0.67;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-panel-07 .cont {
  padding: 0 15px;
}
.com-panel-07 .date {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.16em;
}
.com-panel-07 .tit {
  margin: 14px 0 10px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.64;
}
@media (min-width: 960px) {
  .com-panel-07 .tit {
    margin-bottom: 25px;
  }
}
.com-panel-07 .btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  transition: transform 0.3s ease-in-out;
}
.com-panel-07 .btn::after {
  content: "";
  display: inline-block;
  width: 19px;
  aspect-ratio: 19/3;
  background: url(../img/common/arrow_01_small.svg) no-repeat center;
  background-size: 100%;
}

.com-panel-08 {
  color: #333333;
  display: block;
  padding-bottom: 15px;
}
.com-panel-08:hover {
  opacity: 0.6;
}
.com-panel-08 .thumb {
  aspect-ratio: 1/0.45;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-panel-08 .head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 10px;
}
.com-panel-08 .type, .com-panel-08 .date {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: 300;
}
.com-panel-08 .tit {
  margin: 20px 0;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.64;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .com-panel-08 .tit {
    margin-top: 15px;
  }
}
.com-panel-08 .btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  transition: transform 0.3s ease-in-out;
}
.com-panel-08 .btn::after {
  content: "";
  display: inline-block;
  width: 19px;
  aspect-ratio: 19/3;
  background: url(../img/common/arrow_01_small.svg) no-repeat center;
  background-size: 100%;
}

.com-panel-09 {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/0.65;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .com-panel-09 {
    aspect-ratio: 1/0.39;
    padding: 30px;
    top: 57%;
  }
}
.com-panel-09 .panel-image {
  position: absolute;
  width: 1120px;
  max-width: 200%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.com-panel-09 .panel-tit-01 {
  line-height: 1.7;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (min-width: 960px) {
  .com-panel-09 .panel-tit-01 {
    font-size: 2.9rem;
    padding-left: 60px;
    line-height: 1.56;
  }
}
.com-panel-09 .panel-tit-01 > strong {
  display: block;
  font-size: 2rem;
}
@media (min-width: 960px) {
  .com-panel-09 .panel-tit-01 > strong {
    font-size: 4.3rem;
  }
}
.com-panel-09 .panel-tit-01 .large-01,
.com-panel-09 .panel-tit-01 .large-02 {
  display: block;
}
.com-panel-09 .panel-tit-01 .large-01 {
  font-size: 2.4rem;
}
@media (min-width: 960px) {
  .com-panel-09 .panel-tit-01 .large-01 {
    font-size: 4.3rem;
  }
}
.com-panel-09 .panel-tit-01 .large-02 {
  font-size: 2.2rem;
  margin-block: 8px 10px;
}
@media (min-width: 960px) {
  .com-panel-09 .panel-tit-01 .large-02 {
    font-size: 4rem;
  }
}
.com-panel-09 .panel-text-box-01 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
}
@media (min-width: 640px) {
  .com-panel-09 .panel-text-box-01 {
    left: 3%;
  }
}
.com-panel-09.black-left-gradient::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 60%;
  background-image: linear-gradient(to right, #000, rgba(69, 69, 69, 0.73), rgba(255, 255, 255, 0));
  top: 0;
  left: 0;
}
.com-panel-09.white-right-bottom-gradient::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right bottom, transparent, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8), #fff);
}

.com-panel-10 {
  position: relative;
  width: 100%;
  min-height: 400px;
  max-height: 600px;
  aspect-ratio: 1/1.44;
  overflow: hidden;
  z-index: 2;
}
.com-panel-10 .panel-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media (min-width: 640px) {
  .com-panel-10 .panel-image {
    width: 1120;
    max-width: 200%;
  }
}
.com-panel-10 .panel-cont {
  position: absolute;
  width: 85.5%;
  box-sizing: border-box;
  max-width: 460px;
  left: 0;
  bottom: 6%;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 306px;
  padding: 4em;
  padding-right: 2em;
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .com-panel-10 .panel-cont {
    left: 3.5%;
    bottom: 17.5%;
    padding: 2.5em 3.5em 3.5em 4em;
  }
}
.com-panel-10 .panel-tit {
  color: #000;
  margin-bottom: 30px;
}
.com-panel-10 .panel-tit .eng {
  font-size: 2rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .com-panel-10 .panel-tit .eng {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
}
.com-panel-10 .panel-tit .jp {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin: 0;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .com-panel-10 .panel-tit .jp {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
}
.com-panel-10 .panel-btn {
  margin-top: 18px;
  color: #000;
}
@media (min-width: 640px) {
  .com-panel-10 .panel-btn {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .com-panel-10.content-right .panel-cont {
    left: unset;
    right: 4%;
    bottom: 17%;
  }
}

.com-panel-11 {
  position: relative;
  color: #0D0D0C;
}
.com-panel-11 .panel-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.6;
  z-index: 2;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 2;
}
@media (min-width: 640px) {
  .com-panel-11 .panel-image {
    aspect-ratio: 1/0.38;
    padding: 30px;
  }
}
.com-panel-11 .panel-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 60%;
}
.com-panel-11 .panel-image img {
  position: absolute;
  width: 1120px;
  max-width: 200%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.com-panel-11 .panel-cont {
  margin-top: 75px;
  padding-inline: 60px;
}
@media (min-width: 960px) {
  .com-panel-11 .panel-cont {
    position: absolute;
    z-index: 2;
    width: 49%;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
  }
}
.com-panel-11 .panel-catch-01 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .com-panel-11 .panel-catch-01 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}
.com-panel-11 .panel-catch-02 {
  letter-spacing: 0.2em;
  font-size: 3rem;
  line-height: 1.67;
}
@media (min-width: 960px) {
  .com-panel-11 .panel-catch-02 {
    font-size: 4.7rem;
  }
}
.com-panel-11 .panel-catch-02 > small {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.64;
  display: block;
}
@media (min-width: 960px) {
  .com-panel-11 .panel-catch-02 > small {
    font-size: 2.3rem;
    line-height: 2.5;
  }
}
.com-panel-11 .panel-text-01 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
@media (min-width: 960px) {
  .com-panel-11 .panel-text-01 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}
.com-panel-11 .panel-text-02 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.64;
}
@media (min-width: 960px) {
  .com-panel-11 .panel-text-02 {
    font-size: 2.3rem;
    line-height: 1.6;
  }
}
.com-panel-11.black-right-gradient .panel-image::before {
  background-image: linear-gradient(to left, #000, rgba(69, 69, 69, 0.73), rgba(255, 255, 255, 0));
  top: 0;
  right: 0;
}
@media (min-width: 960px) {
  .com-panel-11.black-right-gradient .panel-cont {
    color: #fff;
  }
}
.com-panel-11.white-left-gradient .panel-image::before {
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0.84) 50%, rgba(255, 255, 255, 0) 100%);
}

.com-btn-01 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 8px;
  text-align: right;
  transition: 0.3s all ease-in-out;
}
.com-btn-01::before, .com-btn-01::after {
  content: "";
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.com-btn-01::before {
  position: absolute;
  height: 24px;
  width: 24px;
  border: 1px solid currentColor;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.com-btn-01::after {
  width: 46px;
  height: 5px;
  background: url(../img/common/arrow_01.svg) no-repeat center;
  background-size: 100%;
  margin-left: 8px;
}
.com-btn-01:hover {
  padding-left: 46px;
}
.com-btn-01:hover::before {
  aspect-ratio: unset;
  width: calc(100% + 8px);
  height: 100%;
}
.com-btn-01:hover::after {
  transform: translate(50%, -50);
  margin-left: 0;
}
.com-btn-01.com-btn-01-white {
  color: #fff;
}
.com-btn-01.com-btn-01-white::after {
  background-image: url(../img/common/arrow_01_w.svg);
}

.com-btn-02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 51px;
  max-width: 80%;
  background: url(../img/common/btn_01.svg) no-repeat center;
  background-size: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #000;
  transition: 0.3s all ease-in-out;
  border: none;
  outline: none;
}
.com-btn-02:hover {
  color: #4A225D;
}
.com-btn-02--purple {
  background-image: url(../img/common/btn_01_02.svg);
  color: #fff;
}
.com-btn-02--purple:hover {
  opacity: 0.5;
  color: #fff;
}

.com-btn-03 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 250px;
  height: 51px;
  max-width: 80%;
  background: url(../img/common/btn_01.svg) no-repeat center;
  background-size: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #000;
  transition: 0.3s all ease-in-out;
  border: none;
  outline: none;
  z-index: 2;
}
.com-btn-03::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  background: url(../img/common/btn_01_02.svg) no-repeat center;
  background-size: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.com-btn-03 span {
  position: relative;
}
.com-btn-03:hover {
  color: #fff;
}
.com-btn-03:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.com-btn-04 {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #0D0D0C;
  border: 1px solid #707070;
  line-height: 1;
  padding: 0.5em 1em;
  background-color: #fff;
}
@media (min-width: 960px) {
  .com-btn-04 {
    padding-inline: 1.5em;
  }
}
.com-btn-04:hover {
  color: #fff;
  background-color: #4A225D;
}

.com-btn-05 {
  --border: #43096C;
  --hover: #EEEEE9;
  display: block;
  background-color: var(--border);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  min-width: 250px;
  text-align: center;
  padding: 1em 0.5em;
  -webkit-clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%);
}
.com-btn-05:hover {
  color: #000;
  background-color: var(--hover);
}
.com-btn-05.border {
  position: relative;
  z-index: 2;
}
.com-btn-05.border::before, .com-btn-05.border::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: inherit;
  clip-path: inherit;
  transition: inherit;
}
.com-btn-05.border::before {
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--border);
}
.com-btn-05.border::after {
  z-index: -1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--border);
}
.com-btn-05.border:hover {
  --border: #333;
}
.com-btn-05.border:hover::after {
  background-color: var(--hover);
}

.com-list-01 {
  padding: 0;
  border-top: 1px solid #0D0D0C;
}
.com-list-01 .item {
  border-bottom: 1px solid #0D0D0C;
}
.com-list-01 .link {
  padding: 20px 10px;
  display: block;
}
@media (min-width: 960px) {
  .com-list-01 .link {
    padding: 12.5px 10px;
  }
}
.com-list-01 .link:hover {
  background-color: rgba(74, 34, 93, 0.1);
}
.com-list-01 .link:hover .tit::after {
  transform: translate(10px, 0);
}
.com-list-01 .date {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #43096C;
  display: block;
  margin-bottom: 10px;
}
.com-list-01 .tit {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.78;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (min-width: 960px) {
  .com-list-01 .tit {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.com-list-01 .tit span {
  width: 100%;
  display: inline-block;
  flex: 1;
}
.com-list-01 .tit::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 5px;
  background: url(../img/common/arrow_01.svg) no-repeat center;
  background-size: 100%;
  transition: 0.3s all ease-in-out;
  margin-left: 18px;
  flex-shrink: 0;
}

.com-list-02 {
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 960px) {
  .com-list-02 {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}
.com-list-02 li {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .com-list-02 li {
    align-items: baseline;
    flex-direction: row;
  }
}
.com-list-02 li:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .com-list-02 li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.com-list-02 li h5 {
  font-family: "yu-mincho-pr6n", sans-serif;
  margin: 0;
  margin-bottom: 14px;
  font-weight: 400;
  flex-shrink: 0;
  font-size: 1.2rem;
  min-width: 55px;
}
.com-list-02 li p {
  margin-left: 20px;
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .com-list-02 li p {
    margin-left: 23px;
  }
}
.com-list-02 .phone a {
  display: inline-flex;
  align-items: baseline;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.com-list-02 .phone a span {
  display: inline-block;
  margin-left: 30px;
  font-size: 2.4rem;
}

.com-list-03 {
  --tit-w: min(30%, 115px);
}
.com-list-03 .row {
  position: relative;
  border-bottom: 1px solid #C7C7C7;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0.7em 0;
}
@media (min-width: 640px) {
  .com-list-03 .row {
    gap: 0 40px;
  }
}
.com-list-03 .row::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #43096C;
  width: var(--tit-w);
  height: 1px;
  transform: translate(0, 50%);
}
.com-list-03 .tit {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  width: var(--tit-w);
  text-align: center;
}
.com-list-03 .cont {
  letter-spacing: 0.2em;
  line-height: 1.4;
  flex: 1;
}
@media (min-width: 960px) {
  .com-list-03 .cont {
    line-height: 2;
  }
}
.com-list-03 a[target=_blank]::after {
  content: url(../img/common/ico_new_tab.svg);
  display: inline-block;
  margin-left: 10px;
}

.com-tit-01 {
  color: inherit;
}
.com-tit-01 > :last-child {
  margin-bottom: 0;
}
.com-tit-01 .eng {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 960px) {
  .com-tit-01 .eng {
    font-size: 2.8rem;
  }
}
.com-tit-01 .jp {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-top: 0;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .com-tit-01 .jp {
    font-size: 1.8rem;
    margin-top: 13px;
  }
}
.com-tit-01.white .eng, .com-tit-01.white .jp {
  color: #fff;
}

.com-tit-02 {
  writing-mode: vertical-rl;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
}
.com-tit-02 .jp, .com-tit-02 .eng {
  line-height: 1;
}
.com-tit-02 .jp {
  margin-bottom: 45px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  padding: 0 5px;
}
.com-tit-02 .eng {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #0D0D0C;
}

.com-tit-03 {
  color: #000;
}
.com-tit-03 .head {
  display: inline-flex;
  align-items: center;
  padding: 0 3px 5px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.com-tit-03 .head > * {
  margin: 0;
  line-height: 1;
}
.com-tit-03 .eng, .com-tit-03 .floor {
  font-weight: 500;
  letter-spacing: 0.16em;
}
.com-tit-03 .jp {
  font-size: 1.2rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.2em;
  margin-left: 10px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-tit-03 .jp {
    margin-left: 20px;
    font-size: 1.8rem;
  }
}
.com-tit-03 .eng {
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .com-tit-03 .eng {
    font-size: 2.4rem;
  }
}
.com-tit-03 .floor {
  margin: 0;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .com-tit-03 .floor {
    font-size: 2rem;
  }
}
.com-tit-03 .floor span {
  display: inline-block;
  margin-left: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .com-tit-03 .floor span {
    font-size: 1.8rem;
  }
}

.com-tit-04 {
  writing-mode: vertical-rl;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .com-tit-04 {
    flex-direction: column;
  }
}
.com-tit-04 .jp, .com-tit-04 .eng {
  line-height: 1;
}
.com-tit-04 .jp {
  margin-bottom: 45px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  background: url(../img/common/triangle_01.svg) #EFEAF5 no-repeat center bottom;
  background-size: 100% auto;
  padding: 26px 5px 48px;
}
.com-tit-04 .eng {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #0D0D0C;
}
@media (max-width: 959px) {
  .com-tit-04 .eng {
    margin-right: 10px;
  }
}

.com-tit-05 {
  font-size: 1.6rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.56;
  color: #0D0D0C;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .com-tit-05 {
    font-size: 1.8rem;
  }
}

.com-tit-06 {
  writing-mode: vertical-rl;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  color: #0D0D0C;
}
.com-tit-06 .jp, .com-tit-06 .eng {
  line-height: 1;
}
.com-tit-06 .jp {
  font-size: 1.2rem;
  letter-spacing: 0;
  letter-spacing: 0.5em;
  margin: 0;
  margin-top: 27px;
}
.com-tit-06 .eng {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
}

.com-tit-07 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.72;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .com-tit-07 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2;
  }
}
.com-tit-07 ruby rt {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.com-tit-08 {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 9px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .com-tit-08 {
    font-size: 2rem;
  }
}

.com-tit-09 {
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  font-weight: 400;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .com-tit-09 {
    margin-bottom: 60px;
  }
}
.com-tit-09 .sub {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  display: inline-block;
  margin-left: 30px;
}

.com-tit-10 {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  font-family: "yu-mincho-pr6n", sans-serif;
  text-align: center;
  color: #0D0D0C;
  line-height: 1.875;
  font-weight: 400;
}
@media (min-width: 960px) {
  .com-tit-10 {
    line-height: 2;
    letter-spacing: 0.2em;
    font-size: 2rem;
  }
}

.com-tit-11 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.68;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .com-tit-11 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.com-tit-12 {
  text-align: center;
  margin-bottom: 15px;
}
.com-tit-12 > :last-child {
  margin-bottom: 0;
}
.com-tit-12 .eng {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
  line-height: 1.6;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .com-tit-12 .eng {
    font-size: 2.5rem;
  }
}
.com-tit-12 .jp {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .com-tit-12 .jp {
    font-size: 3.5rem;
  }
}

.com-tit-13 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .com-tit-13 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.67;
  }
}

.com-tit-14 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  color: #0D0D0C;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 16px;
  line-height: 1.44;
}
@media (min-width: 960px) {
  .com-tit-14 {
    font-size: 2.5rem;
  }
}
.com-tit-14::before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 1px;
  background-color: #707070;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .com-tit-14::before {
    width: 180px;
  }
}

.com-pagination-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Lato", sans-serif;
  padding: 30px 0 10px;
}
@media (min-width: 960px) {
  .com-pagination-01 {
    gap: 15px;
    padding-top: 75px;
  }
}
.com-pagination-01 .page-numbers {
  --s: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: var(--s);
  aspect-ratio: 1/1;
  font-size: 0.7rem;
  background-color: #EFEAF5;
  border-radius: 50%;
  color: #4A225D;
}
@media (min-width: 960px) {
  .com-pagination-01 .page-numbers {
    --s: 31px;
    font-size: 1.1rem;
  }
}
.com-pagination-01 .page-numbers.current, .com-pagination-01 .page-numbers:hover {
  background-color: #4A225D;
  color: #fff;
}
.com-pagination-01 .prev, .com-pagination-01 .next {
  --s: 17px;
}
@media (min-width: 960px) {
  .com-pagination-01 .prev, .com-pagination-01 .next {
    --s: 26px;
  }
}

.com-pagination-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  font-family: "Lato", sans-serif;
  padding: 30px 0 10px;
}
@media (min-width: 960px) {
  .com-pagination-02 {
    gap: 30px;
    padding-top: 75px;
  }
}
.com-pagination-02 .page-numbers {
  font-size: 1.4rem;
  font-weight: 700;
  color: #707070;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: 0 5px;
}
.com-pagination-02 .page-numbers:hover, .com-pagination-02 .page-numbers.current {
  color: #43096C;
  border-color: currentColor;
}
.com-pagination-02 .page-numbers.next:hover, .com-pagination-02 .page-numbers.prev:hover {
  border-color: transparent;
}

.com-form-01 {
  color: #0D0D0C;
}
.com-form-01 .label {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #0D0D0C;
}
.com-form-01 .label.require::after {
  content: "必須";
  font-size: 1rem;
  background-color: #43096C;
  color: #fff;
  display: inline-block;
  padding: 2px 7px;
  line-height: 1;
}
.com-form-01 .input {
  margin-top: 15px;
}
.com-form-01 .notice, .com-form-01 .error {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.com-form-01 .notice {
  color: #777474;
  margin-top: 5px;
}
.com-form-01 .error {
  margin-bottom: 5px;
  color: #43096C;
}
.com-form-01 .text {
  width: 100%;
  font-size: 1.6rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.1em;
  border: 1px solid #A7A6A6;
  outline: none;
  padding: 9px 10px;
  box-sizing: border-box;
  color: #333;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-form-01 .text {
    max-width: 600px;
    font-size: 1.4rem;
  }
}
.com-form-01 select.text {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url(../img/common/arrow_04.svg) no-repeat;
  background-position: 98% 50%;
  padding: 16px 10px;
  padding-right: 20px;
}
@media (min-width: 960px) {
  .com-form-01 select.text {
    max-width: 440px;
  }
}
.com-form-01 .row + .row {
  margin-top: 35px;
}
@media (min-width: 960px) {
  .com-form-01 .row + .row {
    margin-top: 30px;
  }
}
.com-form-01 .row + .tit {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .com-form-01 .row + .tit {
    margin-top: 100px;
  }
}
.com-form-01 .tit {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .com-form-01 .tit {
    margin-bottom: 40px;
  }
}
.com-form-01 .acceptance {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 960px) {
  .com-form-01 .acceptance {
    text-align: left;
  }
}
.com-form-01 .acceptance a {
  display: inline-block;
  color: #43096C;
  border-bottom: 1px solid currentcolor;
  font-weight: 500;
}
.com-form-01 .btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 960px) {
  .com-form-01 .btns {
    gap: 30px;
    justify-content: flex-start;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.com-banner-01 {
  color: #fff;
  background: url(../img/common/banner_01_s.jpg) no-repeat center;
  background-size: cover;
  padding: 35px 15px;
}
@media (min-width: 960px) {
  .com-banner-01 {
    background-image: url(../img/common/banner_01.jpg);
  }
}
@media (min-width: 960px) {
  .com-banner-01 {
    padding: 65px 50px;
  }
}
@media (min-width: 1200px) {
  .com-banner-01 {
    padding: 60px 95px;
  }
}
.com-banner-01 .content {
  text-align: center;
}
@media (min-width: 960px) {
  .com-banner-01 .content {
    text-align: left;
    min-width: 590px;
    width: 60%;
  }
}
.com-banner-01 .tit {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.67;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .com-banner-01 .tit {
    font-size: 2.4rem;
  }
}
.com-banner-01 .text {
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}
.com-banner-01 .foot {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (min-width: 960px) {
  .com-banner-01 .foot {
    width: 85%;
    flex-direction: row;
    justify-content: space-between;
  }
}

.com-banner-02 {
  border: 1px solid #707070;
  background: url(../img/common/banner_02_s.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 50px;
}
@media (min-width: 960px) {
  .com-banner-02 {
    background-image: url(../img/common/banner_02.jpg);
  }
}
@media (min-width: 1200px) {
  .com-banner-02 {
    padding: 60px 90px;
  }
}
.com-banner-02 .tit {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 0;
}
.com-banner-02 .text {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}

.com-text-01 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.785;
}

.com-text-02 {
  font-size: 1.4rem;
  letter-spacing: 0.6em;
  line-height: 1.7;
}

.com-container-01 {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: var(--sidebar);
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 960px) {
  .com-container-01 {
    width: calc(100% - var(--sidebar) * 2);
    min-width: 700px;
    max-width: calc(900px + var(--sidebar) * 2);
    padding: 0;
  }
}
@media (max-width: 959px) {
  .com-container-01--expand {
    padding: 0;
  }
}
@media (max-width: 959px) {
  .com-container-01--expand .com-layout-02 .right-02 {
    padding: 0 var(--sidebar);
  }
}

.com-container-02 {
  box-sizing: border-box;
  margin: 0 0 0 auto;
  max-width: calc(100% - var(--sidebar));
}

.com-container-03 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding-right: var(--sidebar);
  padding-left: var(--sidebar);
}
@media (min-width: 960px) {
  .com-container-03 {
    width: calc(100% - var(--sidebar) * 4);
    min-width: 700px;
    max-width: 900px;
    padding: 0;
  }
}
.com-container-03.no-pad {
  padding: 0;
}
@media (min-width: 960px) {
  .com-container-03.com-container-03-large {
    max-width: 1100px;
  }
}

.com-container-04 {
  box-sizing: border-box;
  margin: 0 0 0 auto;
  max-width: calc(100% - var(--sidebar));
}

.com-container-05 {
  box-sizing: border-box;
  max-width: 100%;
}
@media (min-width: 960px) {
  .com-container-05 {
    margin: 0 0 0 auto;
    max-width: calc(900px + (100% - 900px) / 2);
    width: calc(100% - var(--sidebar) * 2);
  }
}
@media (max-width: 959px) {
  .com-container-05 .container-inner-01 {
    margin: 0 0 0 auto;
    max-width: calc(100% - var(--sidebar));
  }
}
@media (max-width: 959px) {
  .com-container-05 .container-inner-02 {
    margin: 0 auto;
    max-width: calc(100% - var(--sidebar) * 2);
  }
}

.com-container-06 {
  padding-inline: 0;
}

.com-container-07 {
  padding-inline: 60px;
}

.com-layout-01 {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.com-layout-01 .left {
  box-sizing: border-box;
  padding: 0 13px;
  width: var(--sidebar);
}
.com-layout-01 .left .tit {
  position: sticky;
  top: 100px;
}
@media (min-width: 960px) {
  .com-layout-01 .left .tit {
    top: 180px;
  }
}
.com-layout-01 .right {
  width: calc(100% - var(--sidebar));
}
@media (max-width: 959px) {
  .com-layout-01--full-width {
    flex-direction: column;
  }
}
@media (max-width: 959px) {
  .com-layout-01--full-width .left, .com-layout-01--full-width .right {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .com-layout-02 {
    padding-top: 20px;
    display: grid;
    grid-template-areas: "left right-01" "left right-02";
    grid-template-columns: var(--sidebar) 1fr;
  }
}
@media (min-width: 960px) {
  .com-layout-02 .left {
    grid-area: left;
    width: var(--sidebar);
  }
}
@media (min-width: 960px) {
  .com-layout-02 .right-01 {
    grid-area: right-01;
  }
}
@media (min-width: 960px) {
  .com-layout-02 .right-02 {
    grid-area: right-02;
  }
}

.com-layout-03 {
  display: grid;
  grid-template-columns: var(--sidebar) auto;
  grid-template-areas: "left center-01" "left right" "left center-02";
}
@media (min-width: 960px) {
  .com-layout-03 {
    grid-template-columns: var(--sidebar) 1fr var(--sidebar);
    grid-template-areas: "left center-01 right" "left center-02 right";
  }
}
.com-layout-03 > * {
  box-sizing: border-box;
}
.com-layout-03 .left {
  grid-area: left;
  width: var(--sidebar);
}
.com-layout-03 .left .tit {
  position: sticky;
  top: 90px;
}
@media (min-width: 960px) {
  .com-layout-03 .left .tit {
    top: 140px;
  }
}
@media (min-width: 960px) {
  .com-layout-03 .left, .com-layout-03 .right {
    width: var(--sidebar);
  }
}
@media (max-width: 959px) {
  .com-layout-03 .right, .com-layout-03 .center-02 {
    margin-top: 40px;
  }
}
.com-layout-03 .center-01 {
  grid-area: center-01;
}
.com-layout-03 .center-02 {
  grid-area: center-02;
  margin-top: 50px;
  max-width: 100%;
  box-sizing: border-box;
  padding-right: var(--sidebar);
}
@media (min-width: 960px) {
  .com-layout-03 .center-02 {
    padding-right: 0;
  }
}
.com-layout-03 .right {
  grid-area: right;
}

.com-img-01 {
  width: 100%;
  aspect-ratio: 10/7.29;
  max-height: 300px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .com-img-01 {
    aspect-ratio: 10/4.95;
    max-height: unset;
  }
}
.com-img-01 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.com-img-01:hover > img {
  transform: scale(1.1);
  filter: blur(1px);
}

.com-img-02 {
  width: 100%;
  aspect-ratio: 1/0.67;
  -o-object-fit: cover;
  object-fit: cover;
}

.com-img-03 {
  width: 100%;
  aspect-ratio: 1/0.65;
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-img-03 {
    max-height: 343px;
  }
}

.page-img-01 {
  width: 100%;
  aspect-ratio: 1/0.8;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 500px;
}
@media (min-width: 960px) {
  .page-img-01 {
    aspect-ratio: 1/0.54;
    max-height: 635px;
  }
}

.page-footer-bg-01 {
  width: 100%;
  aspect-ratio: 1/0.29;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 640px) {
  .page-footer-bg-01 {
    display: none;
  }
}

.page-tit-01 {
  box-sizing: border-box;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
@media (min-width: 960px) {
  .page-tit-01 {
    padding-left: 0;
    max-width: calc(100% - var(--sidebar));
  }
}

.page-wedding-config {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.785;
}

.com-catch-01 {
  writing-mode: vertical-rl;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.4em;
  margin: 0 auto;
}

.com-catch-02 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 960px) {
  .com-catch-02 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.67;
  }
}

.com-nav-01 {
  margin-top: 15px;
  display: flex;
  padding: 0;
}
.com-nav-01 > :not(:last-child) {
  margin-right: 15px;
}
.com-nav-01 a {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #BABABA;
}
@media (min-width: 960px) {
  .com-nav-01 a {
    width: 65px;
    height: 6px;
  }
}
.com-nav-01 .uk-active a {
  background-color: #707070;
}

.com-close-01 {
  border: none;
  outline: none;
  background-color: transparent;
}

.com-leader-01 {
  margin: 0;
}
@media (min-width: 640px) {
  .com-leader-01 .row {
    display: grid;
    align-items: baseline;
    grid-template-columns: 1fr max(130px, 35%);
  }
}
@media (min-width: 960px) {
  .com-leader-01 .row {
    gap: 20px 40px;
    grid-template-columns: 1fr 35%;
  }
}
.com-leader-01 .row + .row {
  margin-top: 20px;
}
.com-leader-01 .head {
  color: #000;
}
@media (max-width: 639px) {
  .com-leader-01 .head .uk-leader-fill::after {
    display: none;
  }
}
.com-leader-01 .cnt {
  text-align: right;
  font-size: 1.6rem;
  overflow: hidden;
}
@media (max-width: 639px) {
  .com-leader-01 .cnt::before {
    display: inline-block;
    margin-right: 15px;
    width: 0;
    content: "......................................................................................................................................................................";
    white-space: nowrap;
    transform: rotate(180deg);
  }
}
.com-leader-01 .small-txt {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.com-service-list-01 {
  font-size: 1rem;
  color: #0D0D0C;
  max-width: 520px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 960px) {
  .com-service-list-01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.com-service-list-01 .service-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
.com-service-list-01 .service-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  border-radius: 3px;
  flex-shrink: 0;
}
.com-service-list-01 .service-img img {
  max-width: 80%;
  max-height: 80%;
}
.com-service-list-01 .service-caption {
  flex: 1;
}

.com-card-01 .image {
  width: 100%;
  aspect-ratio: 1/0.72;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-01 .caption {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  color: #0D0D0C;
  margin-top: 15px;
}

.com-card-02 .img {
  width: 100%;
  aspect-ratio: 1/0.54;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-card-02 .img {
    aspect-ratio: 1/0.75;
  }
}
.com-card-02 .cont {
  padding-top: 20px;
}
@media (min-width: 960px) {
  .com-card-02 .cont {
    padding: 25px 10px 0;
  }
}
.com-card-02 .tit {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 10px;
  line-height: 1.67;
}
@media (min-width: 960px) {
  .com-card-02 .tit {
    letter-spacing: 0.1em;
  }
}
.com-card-02 .desc {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .com-card-02 .desc {
    letter-spacing: 0.1em;
  }
}

.com-card-03 .panel-img {
  width: 100%;
  aspect-ratio: 1/0.54;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-03 .panel-cont {
  padding: 20px 10px 0;
}
@media (min-width: 960px) {
  .com-card-03 .panel-cont {
    padding: 25px 20px 0;
  }
}
.com-card-03 .panel-case {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: #000;
}
@media (min-width: 640px) {
  .com-card-03 .panel-case {
    font-size: 1.5rem;
  }
}
.com-card-03 .panel-tit {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-block: 5px 25px;
}
.com-card-03 v .panel-desc {
  line-height: 1.64;
  font-size: 1.4rem;
}

.com-card-04 {
  position: relative;
}
.com-card-04 .panel-img {
  width: 100%;
  aspect-ratio: 1/0.72;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-card-04 .panel-img {
    aspect-ratio: 1/0.7;
  }
}
.com-card-04 .panel-cont {
  padding: 50px 10px 0;
}
@media (min-width: 960px) {
  .com-card-04 .panel-cont {
    padding: 30px 20px 40px;
  }
}
.com-card-04 .panel-tit {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  color: #000;
}
.com-card-04 .panel-desc {
  letter-spacing: 0.06em;
  line-height: 1, 7;
  font-size: 1.4rem;
}
.com-card-04 .panel-time {
  margin-top: 30px;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
@media (min-width: 960px) {
  .com-card-04 .panel-time {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}
.com-card-04 .panel-time .time {
  display: inline-block;
  margin-left: 15px;
}

.com-card-05 {
  color: #0D0D0C;
}
.com-card-05 .card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.com-card-05 .card-tags-list {
  flex: 1;
  padding: 0;
  display: flex;
  gap: 5px;
  align-items: baseline;
  flex-wrap: wrap;
}
.com-card-05 .card-tag {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 0.5em 1.3em;
  line-height: 1;
}
.com-card-05 .card-label {
  flex-shrink: 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.com-card-05 .card-img {
  width: 100%;
  aspect-ratio: 1/0.69;
  -o-object-fit: cover;
  object-fit: cover;
}
.com-card-05 .card-cont {
  padding: 35px 20px 0;
}
.com-card-05 .card-tit {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .com-card-05 .card-tit {
    font-size: 2.3rem;
  }
}
.com-card-05 .card-desc {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.com-card-05:hover {
  opacity: 0.7;
}

.com-card-06 {
  display: flex;
  flex-wrap: wrap;
  background-color: #EEEEE9;
  color: #0D0D0C;
  position: relative;
}
.com-card-06[href]:hover {
  opacity: 0.7;
}
.com-card-06 .card-image {
  width: 94px;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-card-06 .card-image {
    width: 43.66%;
  }
}
.com-card-06 .card-cont {
  flex: 1;
  padding: 15px 10px 5px;
}
@media (min-width: 960px) {
  .com-card-06 .card-cont {
    padding: 35px 15px 60px;
  }
}
.com-card-06 .card-cont > :last-child {
  margin-bottom: 0;
}
.com-card-06 .card-en-job {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background-color: #9F88BE;
  padding: 6px 15px 4px;
  line-height: 1;
}
@media (min-width: 960px) {
  .com-card-06 .card-en-job {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 51%;
    min-width: 200px;
    font-size: 1.7rem;
    padding: 10px 15px 15px;
  }
}
.com-card-06 .card-jp-job {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .com-card-06 .card-jp-job {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}
.com-card-06 .card-catch {
  font-size: 1.3rem;
  line-height: 1.38;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .com-card-06 .card-catch {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin-top: 25px;
  }
}
.com-card-06 .card-infor {
  padding: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .com-card-06 .card-infor {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-top: 55px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    max-width: calc(100% - min(200px, 56%));
  }
}

.com-card-07 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .com-card-07 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.com-card-07 .card-image {
  width: 100%;
  aspect-ratio: 1/0.36;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .com-card-07 .card-image {
    aspect-ratio: 1/0.34;
  }
}
@media (max-width: 959px) {
  .com-card-07 .card-tit,
  .com-card-07 .card-cont {
    padding-inline: 60px;
  }
}
.com-card-07 .card-tit {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.16em;
  color: #9F88BE;
  text-transform: uppercase;
  line-height: 1.23;
  margin: 0;
}
@media (min-width: 960px) {
  .com-card-07 .card-tit {
    width: 27%;
    text-align: right;
    align-self: center;
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
.com-card-07 .card-catch {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .com-card-07 .card-catch {
    font-size: 2.1rem;
  }
}
.com-card-07 .card-desc {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media (min-width: 960px) {
  .com-card-07 .card-desc {
    font-size: 1.4rem;
    flex: 1;
  }
}

.com-item-01 {
  display: flex;
  gap: 8px;
}
.com-item-01::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background-color: #707070;
  margin-top: 1em;
  flex-shrink: 0;
}

.com-tag-01 {
  line-height: 1;
  font-size: 1.2rem;
  border: 1px solid #707070;
  padding: 0.6em 1.3em;
  display: inline-block;
}

.com-font-cormorand {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif !important;
}

.com-font-lato {
  font-family: "Lato", sans-serif !important;
}

.com-fz-20 {
  font-size: 2rem !important;
}

.js-wrapper {
  position: relative;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  max-height: 100svh;
  min-height: 650px;
}
@media (min-width: 960px) {
  .js-wrapper {
    min-height: 500px;
  }
}
.js-wrapper .js-box {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.js-header {
  transition: 0.3s all ease-in-out;
}

.js-fullHeight {
  height: 100svh !important;
  min-height: 500px;
  box-sizing: border-box;
}

.mw_wp_form_confirm .com-form-01 .notice,
.mw_wp_form_confirm .com-form-01 .acceptance {
  display: none;
}

.js-fade-text span {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fade-text.js-active span {
  opacity: 1;
}

.uk-scrollspy-inview {
  animation-duration: 1.5s;
}

.uk-text-medium {
  font-weight: 500;
}

.com-mt-01 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 60px;
  }
}

.com-mt-02 {
  margin-top: 150px;
}
@media (min-width: 960px) {
  .com-mt-02 {
    margin-top: 200px;
  }
}

.com-mt-03 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-03 {
    margin-top: 50px;
  }
}

.com-mt-04 {
  margin-top: 70px;
}
@media (min-width: 960px) {
  .com-mt-04 {
    margin-top: 100px;
  }
}

.com-mt-05 {
  margin-top: 35px;
}
@media (min-width: 960px) {
  .com-mt-05 {
    margin-top: 70px;
  }
}

@media (min-width: 960px) {
  .com-sec-01 {
    padding-top: 80px;
  }
}

.com-sec-02 {
  padding-block: 50px;
}
@media (min-width: 960px) {
  .com-sec-02 {
    padding-block: 100px;
  }
}

.com-sec-03 {
  padding-block: 40px;
}
@media (min-width: 960px) {
  .com-sec-03 {
    padding-block: 60px;
  }
}

.com-sec-04 {
  padding-block: 80px 100px;
}
@media (min-width: 960px) {
  .com-sec-04 {
    padding-block: 200px;
  }
}

.com-sec-05 {
  padding-block: 80px 100px;
}
@media (min-width: 960px) {
  .com-sec-05 {
    padding-block: 150px 80px;
  }
}

.com-bg-01 {
  background: url(../img/common/bg_left_01.png) repeat-y top left, url(../img/common/bg_right_01.png) repeat-y top right;
  background-size: min(35%, 380px);
}

.com-card-faq-01 .row {
  display: flex;
  gap: 30px;
  letter-spacing: 0.2em;
}
.com-card-faq-01 .row > p {
  align-self: center;
}
.com-card-faq-01 .row::before {
  font-size: 3rem;
  letter-spacing: 0.16em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #43096C;
  text-transform: uppercase;
  line-height: 1;
}
.com-card-faq-01 .row.question {
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.com-card-faq-01 .row.question::before {
  content: "Q";
}
.com-card-faq-01 .row.answer {
  font-size: 1.4rem;
  line-height: 1.64;
}
.com-card-faq-01 .row.answer::before {
  content: "A";
  color: #9F88BE;
}
.com-card-faq-01 + .com-card-faq-01 {
  margin-top: 40px;
}

/*
------------------------------------------------------------*/
.recruit .sidebar-01 {
  transform: unset;
  transition: 0.3s background-color;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.top-section {
  min-height: 500px;
  height: calc(100vh - 90px);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.top-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.top-section .com-container-01 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .top-section .com-container-01 {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .top-section .com-container-01 {
    padding-left: 70px;
    padding-right: 40px;
  }
}

@media (min-width: 960px) {
  .top-sec-01 {
    padding: 60px 0 100px;
  }
}

.top-panel-01 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .top-panel-01 {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 959px) {
  .top-panel-01 .tit {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    background: no-repeat center;
    background-image: var(--bgi);
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .top-panel-01 .tit {
    margin-right: 156px;
  }
}
@media (max-width: 959px) {
  .top-panel-01 .tit::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.top-panel-01 .cnt {
  margin-top: 40px;
  writing-mode: vertical-rl;
  text-align: left;
}
@media (max-width: 959px) {
  .top-panel-01 .cnt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 960px) {
  .top-panel-01 .cnt {
    margin-top: 0;
  }
}
.top-panel-01 p + p {
  margin-top: 0;
  margin-right: 1em;
}

.top-bg-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}
@media (min-width: 960px) {
  .top-bg-01 {
    width: calc(100% - var(--sidebar));
  }
}

#top-01 {
  z-index: 2;
}
#top-01::before {
  background-color: #000;
  opacity: 0.22;
}

.top-01-tit {
  margin: 0;
}

.top-catch-01 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

#top-02 {
  color: #000;
}
@media (min-width: 960px) {
  #top-02 {
    padding-top: 160px;
    padding-bottom: 75px;
  }
}
@media (min-width: 960px) {
  #top-02::before {
    background-color: #000;
    opacity: 0.22;
  }
}
@media (min-width: 960px) {
  #top-02 .top-panel-01 {
    text-align: right;
    flex-direction: row-reverse;
  }
}
#top-02 .top-panel-01 .tit {
  color: #000;
}
@media (min-width: 960px) {
  #top-02 .top-panel-01 .tit {
    margin: 0;
    margin-left: 145px;
  }
}
@media (max-width: 959px) {
  #top-02 .top-panel-01 .tit::before {
    background-color: rgba(255, 255, 255, 0.55);
  }
}
@media (min-width: 960px) {
  #top-02 .top-panel-01 .cnt {
    margin: 0;
  }
}
#top-02 .top-02-btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}
@media (min-width: 960px) {
  #top-02 .top-02-btn {
    left: unset;
    transform: unset;
    right: 40px;
    bottom: 30px;
  }
}

@media (min-width: 960px) {
  #top-03 {
    padding-top: 160px;
  }
}
@media (min-width: 960px) {
  #top-03::before {
    background-image: linear-gradient(90deg, rgba(13, 35, 36, 0.59) 0%, rgba(32, 57, 53, 0.53) 38%, rgba(79, 96, 94, 0.52) 56.7%, rgba(103, 123, 118, 0.21) 74%, rgba(255, 255, 255, 0) 101%);
  }
}
@media (min-width: 960px) {
  #top-03 {
    color: #fff;
  }
}
@media (max-width: 959px) {
  #top-03 .top-panel-01 .tit::before {
    background-image: linear-gradient(0deg, rgba(13, 35, 36, 0.59) 0%, rgba(12, 14, 18, 0.53) 37%, rgba(103, 123, 118, 0.21) 71.7%, rgba(255, 255, 255, 0) 94%);
  }
}
#top-03 .top-03-btn {
  color: inherit;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}
@media (min-width: 960px) {
  #top-03 .top-03-btn {
    left: calc(70px + var(--sidebar));
    transform: unset;
    bottom: 30px;
  }
}
@media (min-width: 960px) {
  #top-03 .top-03-btn::after {
    background-image: url(../img/common/arrow_01_w.svg);
  }
}

@media (min-width: 960px) {
  #top-04 {
    color: #fff;
    padding-top: 160px;
  }
}
@media (min-width: 960px) {
  #top-04::before {
    background-image: linear-gradient(45deg, rgba(101, 49, 5, 0.28) 0, rgba(34, 39, 65, 0.28) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 960px) {
  #top-04 .top-panel-01 {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  #top-04 .top-panel-01 .tit {
    text-align: right;
    margin: 0;
  }
}
@media (max-width: 959px) {
  #top-04 .top-panel-01 .tit::before {
    background-image: linear-gradient(45deg, rgba(101, 49, 5, 0.28) 0, rgba(34, 39, 65, 0.28) 60%, rgba(255, 255, 255, 0) 100%);
  }
}
#top-04 .top-04-btn {
  color: inherit;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0);
}
@media (min-width: 960px) {
  #top-04 .top-04-btn {
    left: unset;
    transform: unset;
    right: 40px;
    bottom: 30px;
  }
}
@media (min-width: 960px) {
  #top-04 .top-04-btn::after {
    background-image: url(../img/common/arrow_01_w.svg);
  }
}

#top-05 {
  padding: 70px 0 30px;
  text-align: center;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  #top-05 {
    padding: 87px 0 104px;
  }
}

.top-05-tit {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}

.top-05-panel {
  border-radius: 4px;
  border: 1px solid #707070;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.top-05-panel h3 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 960px) {
  .top-05-panel h3 {
    font-size: 1.8rem;
  }
}

.top-05-list {
  margin-top: 55px;
}

#top-06 {
  padding: 20px 0;
  background-color: #EEEEE9;
}
@media (min-width: 960px) {
  #top-06 {
    padding: 60px 0;
  }
}

.top-06-panel {
  color: #0D0D0C;
  background-color: #fff;
  padding: 37px;
}
@media (min-width: 960px) {
  .top-06-panel {
    padding: 90px 80px 30px;
  }
}

#top-07 {
  padding: 50px 0 40px;
}
#top-07 .com-tit-01 {
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  #top-07 .com-tit-01 {
    margin-bottom: 40px;
  }
}

@media (min-width: 960px) {
  .top-07-wrapper {
    padding-left: 100px;
  }
}

.top-07-btn {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .top-07-btn {
    text-align: left;
    margin-top: 0;
  }
}

.top-07-banner {
  display: inline-block;
  margin-top: 22px;
}
.top-07-banner + .top-07-banner {
  margin-top: 15px;
}

@keyframes slideshow_active {
  to {
    transform: scale(1.3);
  }
}
#business-01 {
  color: #000;
  padding-bottom: 50px;
}
@media (max-width: 959px) {
  #business-01 .com-container-01 {
    padding: 0;
  }
}
@media (min-width: 960px) {
  #business-01 p {
    letter-spacing: 0.2em;
  }
}
@media (min-width: 960px) {
  #business-01 .com-tit-01 {
    margin-bottom: 150px;
  }
}
@media (min-width: 960px) {
  #business-01 .com-tit-01 .eng {
    color: #43096C;
  }
}

@media (max-width: 959px) {
  .business-01-cont {
    padding: 0 15px;
  }
}

.business-01-thumb {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 10/7;
}
@media (min-width: 960px) {
  .business-01-thumb {
    aspect-ratio: 1/1.08;
    height: 100%;
  }
}
.business-01-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.business-01-tit {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.875;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .business-01-tit {
    font-size: 2rem;
    line-height: 2;
  }
}

#business-02 {
  background: url(../img/business/02_01_s.jpg) repeat center;
  background-size: 100%;
  padding: 60px 0 40px;
}
@media (min-width: 960px) {
  #business-02 {
    padding: 116px 0 53px;
    background-image: url(../img/business/02_01.jpg);
  }
}
#business-02 .com-tit-01 {
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  #business-02 .com-tit-01 {
    text-align: right;
  }
}

#business-03 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  #business-03 {
    padding: 100px 0 70px;
  }
}

#business-04 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  #business-04 {
    padding: 160px 0 75px;
  }
}

#business-05 {
  padding: 40px 0;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  #business-05 {
    padding: 160px 0;
  }
}

.business-05-panel .thumb {
  width: 100%;
  aspect-ratio: 1/1.2;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .business-05-panel .thumb {
    margin-bottom: 30px;
  }
}
.business-05-panel .tit {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 960px) {
  .business-05-panel .tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
  }
}
.business-05-panel .desc {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

#business-06 {
  padding: 40px 0;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  #business-06 {
    margin-top: 160px;
  }
}
#business-06 .com-btn-01 {
  margin-top: 25px;
}
@media (max-width: 959px) {
  #business-06 .com-btn-01 {
    margin-left: 20px;
  }
}
@media (min-width: 960px) {
  #business-06 .com-btn-01 {
    margin-top: 0;
  }
}

.business-06-slider {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .business-06-slider {
    margin-bottom: 70px;
  }
}
.business-06-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.business-06-tit {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin: 0;
}
@media (min-width: 960px) {
  .business-06-tit {
    font-size: 2rem;
  }
}

.business-06-desc {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.78;
}

@media (min-width: 960px) {
  .business-06-cnt {
    padding-right: var(--tit);
  }
}

#business-07 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  #business-07 {
    padding-top: 160px;
  }
}
@media (max-width: 959px) {
  #business-07 .uk-grid > .uk-grid-margin {
    margin-top: 10px;
  }
}
#business-07 .com-btn-01 {
  margin-top: 35px;
}
@media (min-width: 960px) {
  #business-07 .com-btn-01 {
    margin-top: 80px;
  }
}

.business-07-panel {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  aspect-ratio: 10/3.7;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
  background: url(../img/business/07_01.jpg) no-repeat center;
  background-size: cover;
  z-index: 2;
}
@media (min-width: 960px) {
  .business-07-panel {
    font-size: 2rem;
  }
}
.business-07-panel:hover {
  color: #fff;
}
.business-07-panel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.33);
}

#business-08 {
  padding: 20px 0;
}
@media (max-width: 959px) {
  #business-08 {
    background-color: #EEEEE9;
  }
}
@media (min-width: 960px) {
  #business-08 {
    padding: 140px 0 80px;
  }
}

@media (max-width: 959px) {
  .business-08-panel {
    background-color: #fff;
    padding: 30px 40px 35px;
  }
}

.banquet-01-txt-01 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin: 0 0 35px 0;
  line-height: 2.25;
}
@media (min-width: 960px) {
  .banquet-01-txt-01 {
    font-size: 1.6rem;
  }
}

.banquet-01-txt-02 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media (min-width: 960px) {
  .banquet-01-txt-02 {
    font-size: 1.6rem;
  }
}

.banquet-01-list {
  margin-top: 40px;
}

.banquet-01-panel {
  text-align: center;
}
@media (max-width: 639px) {
  .banquet-01-panel {
    max-width: 270px;
    margin: 0 auto;
  }
}
.banquet-01-panel img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .banquet-01-panel img {
    margin-bottom: 20px;
  }
}
.banquet-01-panel figcaption {
  color: #0D0D0C;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

#banquet-01 {
  padding-bottom: 40px;
}

#banquet-02 {
  padding: 40px 0;
  background-color: #EEEEE9;
}
@media (min-width: 960px) {
  #banquet-02 {
    padding: 160px 0 80px;
  }
}

.banquet-02-panel {
  color: #0D0D0C;
}
.banquet-02-panel .thumb {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
  max-height: 420px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .banquet-02-panel .thumb {
    aspect-ratio: 10/6.7;
    margin-bottom: 40px;
  }
}
.banquet-02-panel .tit {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.banquet-02-panel .desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .banquet-02-panel .desc {
    max-width: 475px;
  }
}
.banquet-02-panel .time {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-family: "yu-mincho-pr6n", sans-serif;
}

.banquet-02-list {
  margin-top: 20px;
}

#banquet-03 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  #banquet-03 {
    padding: 160px 0;
  }
}

.banquet-03-list {
  margin-top: 20px;
  text-align: center;
}

.banquet-03-list-02 {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .banquet-03-list-02 {
    margin-top: 150px;
  }
}

.banquet-03-panel img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
}
@media (min-width: 960px) {
  .banquet-03-panel img {
    aspect-ratio: 10/8.8;
  }
}
.banquet-03-panel figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .banquet-03-panel figcaption {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

.banquet-03-panel-02 + .banquet-03-panel-02 {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .banquet-03-panel-02 + .banquet-03-panel-02 {
    margin-top: 60px;
  }
}
.banquet-03-panel-02 .tit {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #000;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .banquet-03-panel-02 .tit {
    font-size: 1.8rem;
  }
}
.banquet-03-panel-02 .tit span {
  font-family: "yu-mincho-pr6n", sans-serif;
  display: inline-block;
  margin-left: 20px;
}
.banquet-03-panel-02 .desc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.4;
}

.plan-panel-01 {
  border: 1px solid #707070;
  padding: 35px 25px 40px;
}
@media (min-width: 960px) {
  .plan-panel-01 {
    padding: 40px;
  }
}
.plan-panel-01 > .body {
  padding-top: 40px;
  color: #000;
  display: none;
}
.plan-panel-01 + .plan-panel-01 {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .plan-panel-01 + .plan-panel-01 {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .plan-panel-02 {
    padding: 0 50px 0;
  }
}
.plan-panel-02 .thumb {
  width: 100%;
  aspect-ratio: 10/4.6;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}
.plan-panel-02 .tit, .plan-panel-02 .sub {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.plan-panel-02 .tit {
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 0;
}
.plan-panel-02 .sub {
  font-size: 1.8rem;
  line-height: 1.38;
  margin: 0 0 30px;
}
.plan-panel-02 .desc {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.785;
}
.plan-panel-02 .btn {
  font-family: Yu Mincho, YuMincho, "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4A225D;
  display: inline-block;
  margin-top: 30px;
}
.plan-panel-02 .btn::before {
  content: "▶︎▶︎";
  display: inline-block;
  letter-spacing: 0;
}
.plan-panel-02 + .plan-panel-02 {
  margin-top: 20px;
}

.plan-panel-03 {
  background-color: #EEEEE9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  padding: 0 50px;
}
.plan-panel-03 .pdf {
  display: inline-flex;
  gap: 10px;
}
.plan-panel-03 .pdf::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/ico_pdf.svg) no-repeat center;
}
.plan-panel-03 .infor {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.plan-panel-03 .amount {
  font-size: 1.6rem;
}
.plan-panel-03 .amount span {
  font-size: 2.5rem;
  font-family: "Optima", "Lato", sans-serif;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
}
.plan-panel-03 .price {
  font-size: 3.1rem;
  font-family: "Optima", "Lato", sans-serif;
}
.plan-panel-03 .price span {
  font-size: 1.9rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  display: inline-block;
  margin-left: 10px;
}

.plan-img-01 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 10/6.6;
}

.plan-tit-01 {
  --s: 26px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 7px;
}
.plan-tit-01::before {
  content: "";
  display: inline-block;
  width: var(--s);
  aspect-ratio: 1/1;
  background: url(../img/plan/tit_01.png) no-repeat center;
  background-size: contain;
  margin-right: 3px;
}

.plan-tit-02 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  font-family: Yu Mincho, YuMincho, "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .plan-tit-02 {
    font-size: 2.1rem;
  }
}

.plan-tit-03 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  font-family: Yu Mincho, YuMincho, "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .plan-tit-03 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.plan-tit-04 {
  font-family: Yu Mincho, YuMincho, "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .plan-tit-04 {
    font-size: 2.1rem;
    margin-bottom: 40px;
  }
}

.plan-text-01 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .plan-text-01 {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.4;
  }
}

.plan-btn {
  font-size: 1.4rem;
  font-weight: 300;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #EEEEE9;
  border: none;
  outline: none;
  color: #483729;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-top: 15px;
  transition: 0.3s all ease-in-out;
  padding: 8px;
}
@media (min-width: 960px) {
  .plan-btn {
    font-size: 1.8rem;
    margin-top: 35px;
  }
}
.plan-btn:hover {
  opacity: 0.5;
}

.plan-contact {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  margin: 40px auto 0;
  gap: 20px;
  color: #000;
}
.plan-contact a {
  display: flex;
  width: 100%;
  border: 1px solid currentColor;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .plan-contact a {
    flex: 1;
  }
}
.plan-contact a:hover {
  opacity: 0.5;
}
.plan-contact a img {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .plan-contact a img {
    width: 50%;
  }
}
.plan-contact a span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .plan-contact a span {
    padding: 20px;
  }
}

.report-list-01 .row {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.report-panel-01 {
  margin-top: 50px;
}
.report-panel-01 > p {
  margin-top: 40px;
}
.report-panel-01 > [class^=image-] {
  margin-top: 60px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media (min-width: 960px) {
  .report-panel-01 > [class^=image-] {
    margin-top: 80px;
    gap: 10px;
  }
}
.report-panel-01 > [class^=image-] > .item {
  display: block;
  aspect-ratio: 1/0.62;
}
.report-panel-01 > [class^=image-] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.report-panel-01 .image-3-items-01 > .item:first-child {
  grid-column: 1/span 2;
  aspect-ratio: 1/0.5;
}
.report-panel-01 .image-3-items-02 > .item:nth-child(2) {
  grid-row: 1/span 2;
  grid-column: 2;
  aspect-ratio: unset;
}
.report-panel-01 .image-3-items-03 > .item:first-child {
  grid-row: 1/span 2;
  aspect-ratio: unset;
}

.report-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .report-mt-01 {
    margin-top: 120px;
  }
}

#news-01 {
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  #news-01 {
    padding-bottom: 60px;
  }
}

#single {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  #single {
    padding-bottom: 80px;
  }
}

.single-head {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .single-head {
    margin-bottom: 30px;
  }
}

.single-tit {
  font-size: 2.1rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1.7;
}

.single-date {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .single-date {
    font-size: 1rem;
  }
}

.single-cont {
  padding-bottom: 60px;
  font-size: 1.4rem;
}
@media (min-width: 960px) {
  .single-cont {
    padding-bottom: 80px;
  }
}
.single-cont > * {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .single-cont > * {
    margin-bottom: 30px;
  }
}
.single-cont > :last-child {
  margin-bottom: 0;
}
.single-cont h1, .single-cont h2, .single-cont h3, .single-cont h4, .single-cont h5, .single-cont h6 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "yu-mincho-pr6n", sans-serif;
}

#contact-01 {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  #contact-01 {
    padding-bottom: 90px;
  }
}
#contact-01 .com-form-01 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  #contact-01 .com-form-01 {
    margin-top: 50px;
  }
}

/* #wedding-01
===================================================*/
.wedding-01 {
  position: relative;
}
.wedding-01 > .logo, .wedding-01 > .off-canvas-button {
  position: absolute;
}
.wedding-01 > .logo {
  top: 40px;
  left: var(--sidebar);
  margin: 0;
}
.wedding-01 > .off-canvas-button {
  top: 25px;
  right: 25px;
  background-color: transparent;
  border: none;
  outline: none;
}

.wedding-01-panel {
  position: absolute;
  width: 257px;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 13px;
  background-color: #fff;
  bottom: 40px;
  right: 100px;
}
.wedding-01-panel .thumb {
  width: 100%;
  aspect-ratio: 10/5.87;
  overflow: hidden;
}
.wedding-01-panel .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.wedding-01-panel p {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
}
.wedding-01-panel .com-btn-02 {
  margin-top: 10px;
}
.wedding-01-panel:hover .thumb img {
  transform: scale(1.1);
  filter: blur(2px);
}

/* #wedding-02
===================================================*/
.wedding-02 {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .wedding-02 {
    padding: 120px 0 70px;
  }
}

.wedding-02-sidebar {
  position: sticky;
  top: 80px;
  left: 0;
  z-index: 10;
  writing-mode: vertical-lr;
  width: var(--sidebar);
  height: -moz-max-content;
  height: max-content;
  max-height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: transparent;
  padding-top: 0px;
  transform: translateX(-100%);
}
.wedding-02-sidebar .txt {
  color: #AF98C6;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .wedding-02-sidebar .txt {
    font-size: 1.4rem;
  }
}
@media (max-height: 550px) {
  .wedding-02-sidebar .txt {
    font-size: 0.8rem;
  }
}
.wedding-02-sidebar .social {
  flex-shrink: 0;
}
@media (max-height: 550px) {
  .wedding-02-sidebar .social {
    display: none;
  }
}
.wedding-02-sidebar .social a {
  display: inline-block;
}
.wedding-02-sidebar .social a + a {
  margin-top: 15px;
}

/* #wedding-03
===================================================*/
.wedding-03 {
  position: relative;
  box-sizing: border-box;
  background-color: #EEEEE9;
  z-index: 2;
}
@media (min-width: 960px) {
  .wedding-03 {
    color: #fff;
    background-color: #fff;
    height: 100svh;
    min-height: 600px;
    box-sizing: border-box;
    padding: 160px 0 55px;
  }
}
@media (min-width: 1200px) {
  .wedding-03 {
    min-height: 900px;
  }
}
@media (min-width: 960px) {
  .wedding-03::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - var(--sidebar));
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, #03131D 0%, transparent 57%);
    z-index: -1;
  }
}
@media (min-width: 960px) {
  .wedding-03 .com-tit-06 {
    color: inherit;
  }
}
@media (max-width: 959px) {
  .wedding-03 .com-layout-01 {
    padding: 60px 0;
    gap: 30px;
  }
}

.wedding-03-wrapper {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
}
@media (min-width: 960px) {
  .wedding-03-wrapper {
    padding: 180px 0 57px;
  }
}

.wedding-03-bg {
  width: 100%;
  aspect-ratio: 10/6.2;
  max-height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .wedding-03-bg {
    width: calc(100% - var(--sidebar));
    position: absolute;
    z-index: -2;
    aspect-ratio: unset;
    max-height: unset;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.wedding-03-tit {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .wedding-03-tit {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
    line-height: 1.9;
  }
}

.wedding-03-btn {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .wedding-03-btn {
    margin-top: 150px;
    color: inherit;
  }
}
@media (min-width: 1200px) {
  .wedding-03-btn {
    margin-top: 290px;
  }
}
@media (min-width: 960px) {
  .wedding-03-btn::after {
    background-image: url(../img/common/arrow_01_w.svg);
  }
}

/* #wedding-04
===================================================*/
.wedding-04 {
  padding: 60px 0 40px;
}
@media (min-width: 1200px) {
  .wedding-04 {
    padding: 160px 0 40px;
  }
}
@media (max-width: 1199px) {
  .wedding-04 .com-container-01 {
    padding-right: 0;
  }
}

.wedding-04-text {
  letter-spacing: 0.08em;
}
@media (min-width: 960px) {
  .wedding-04-text {
    letter-spacing: 0.1em;
  }
}

.wedding-04-btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .wedding-04-btn {
    margin-top: 45px;
    text-align: right;
  }
}

/* #wedding-05
===================================================*/
.wedding-05 {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .wedding-05 {
    padding: 160px 0 40px;
  }
}
@media (max-width: 1199px) {
  .wedding-05 .com-container-01 {
    padding-right: 0;
  }
}

.wedding-05-slider img {
  width: 100%;
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .wedding-05-slider img {
    aspect-ratio: 1/0.54;
  }
}

/* #wedding-06
===================================================*/
.wedding-06 {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .wedding-06 {
    padding: 160px 0 30px;
  }
}

/* #wedding-07
===================================================*/
.wedding-07 {
  padding: 60px 0;
}

.wedding-07-slideshow {
  overflow: hidden;
}
.wedding-07-slideshow .uk-slideshow-items {
  aspect-ratio: 1/1.2 !important;
}
@media (min-width: 1200px) {
  .wedding-07-slideshow .uk-slideshow-items {
    aspect-ratio: 1/0.54 !important;
  }
}
.wedding-07-slideshow li {
  width: 100%;
  height: 100%;
}
.wedding-07-slideshow li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wedding-07-slideshow + .wedding-07-slider {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .wedding-07-slideshow + .wedding-07-slider {
    margin-top: 50px;
  }
}

.wedding-07-slider {
  max-width: 100%;
  overflow: hidden;
  margin-left: -15px;
}

.wedding-07-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 14px 2px;
}
.wedding-07-gallery > img {
  width: calc((100% - 6px) / 3);
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
  object-fit: cover;
}

/* #wedding-08
===================================================*/
.wedding-08 {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .wedding-08 {
    padding: 160px 0 140px;
  }
}

.wedding-08-panel {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.92;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 960px) {
  .wedding-08-panel {
    aspect-ratio: 1/1.4;
    max-height: 600px;
  }
}
.wedding-08-panel .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s all ease-in-out;
}
.wedding-08-panel .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.2em;
}
.wedding-08-panel .tit .eng {
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.16;
}
@media (min-width: 960px) {
  .wedding-08-panel .tit .eng {
    font-size: 2.8rem;
  }
}
.wedding-08-panel .tit .jp {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media (min-width: 960px) {
  .wedding-08-panel .tit .jp {
    font-size: 1.8rem;
  }
}
.wedding-08-panel .btn {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  max-width: 250px;
}
@media (min-width: 960px) {
  .wedding-08-panel .btn {
    bottom: 30px;
    max-width: 300px;
  }
}
.wedding-08-panel:hover .thumb {
  transform: scale(1.1);
  filter: blur(2px);
}

/* #wedding-09
===================================================*/
.wedding-09 {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .wedding-09 {
    padding-top: 160px;
  }
}

.wedding-09-tit {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .wedding-09-tit {
    font-size: 1.8rem;
  }
}

.wedding-09-text {
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  line-height: 1.857;
}
@media (min-width: 960px) {
  .wedding-09-text {
    letter-spacing: 0.1em;
  }
}

.wedding-09-btn {
  margin-top: 24px;
}
@media (min-width: 960px) {
  .wedding-09-btn {
    margin-top: 30px;
  }
}

.wbanquet-panel-01 .thumb {
  position: relative;
  display: block;
  width: 100%;
  max-height: 530px;
  aspect-ratio: 1/0.58;
}
.wbanquet-panel-01 .tit {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  .wbanquet-panel-01 .tit {
    font-size: 3rem;
  }
}
.wbanquet-panel-01 .area, .wbanquet-panel-01 .seats {
  font-size: 1.4rem;
}
.wbanquet-panel-01 .area {
  font-weight: 0.16em;
  font-weight: 500;
}
@media (min-width: 960px) {
  .wbanquet-panel-01 .area {
    font-size: 1.6rem;
  }
}
.wbanquet-panel-01 .cont {
  margin-top: 60px;
  padding: 0 var(--sidebar);
}
@media (min-width: 960px) {
  .wbanquet-panel-01 .cont {
    margin-top: 40px;
    padding: 0;
  }
}
.wbanquet-panel-01 .seats {
  letter-spacing: 0.1em;
}
.wbanquet-panel-01 .text {
  margin-top: 30px;
  font-weight: 500;
}
.wbanquet-panel-01 .com-btn-01 {
  margin-top: 40px;
}
.wbanquet-panel-01 + .wbanquet-panel-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .wbanquet-panel-01 + .wbanquet-panel-01 {
    margin-top: 100px;
  }
}

.wbanquet-tit-01 {
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .wbanquet-tit-01 {
    margin-bottom: 75px;
  }
}

.wbanquet-tit-02 {
  color: inherit;
  margin-bottom: 40px;
}
.wbanquet-tit-02 > :last-child {
  margin-bottom: 0;
}
.wbanquet-tit-02 .eng {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
  color: #0D0D0C;
}
.wbanquet-tit-02 .jp {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin: 0;
}
@media (min-width: 960px) {
  .wbanquet-tit-02 .jp {
    letter-spacing: 0.2em;
  }
}

.wbanquet-img-01 {
  max-width: 50%;
}
@media (min-width: 960px) {
  .wbanquet-img-01 {
    max-width: 100%;
  }
}

.wbanquet-card-01 .image {
  width: 100%;
  aspect-ratio: 1/0.62;
  -o-object-fit: cover;
  object-fit: cover;
}
.wbanquet-card-01 .caption {
  margin-top: 20px;
  letter-spacing: 0.2em;
}

.wbanquet-02 {
  padding: 80px 0 55px;
}

.wbanquet-03 {
  padding: 55px 0;
}
@media (min-width: 960px) {
  .wbanquet-03 {
    padding: 45px 0 100px;
  }
}

.wbanquet-04 {
  padding: 50px 0;
}
@media (min-width: 960px) {
  .wbanquet-04 {
    padding-top: 70px;
  }
}

.sing-wbanquet-panel-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.58;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .sing-wbanquet-panel-01 .thumb {
    aspect-ratio: 1/0.54;
    margin-bottom: 60px;
  }
}
.sing-wbanquet-panel-01 .head {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .sing-wbanquet-panel-01 .head {
    margin-bottom: 30px;
  }
}
.sing-wbanquet-panel-01 .head > *:not(:last-child) {
  margin-bottom: 12px;
}
.sing-wbanquet-panel-01 .head .tit {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .sing-wbanquet-panel-01 .head .tit {
    font-size: 3rem;
  }
}
.sing-wbanquet-panel-01 .head .area, .sing-wbanquet-panel-01 .head .seats {
  display: block;
  line-height: 1;
}
.sing-wbanquet-panel-01 .head .area {
  text-transform: uppercase;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  line-height: 1.31;
}
.sing-wbanquet-panel-01 .head .seats {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.785;
}
.sing-wbanquet-panel-01 .text {
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.785;
  margin-top: 1em;
}
.sing-wbanquet-panel-01 .slideshow {
  margin: 60px 0;
}
.sing-wbanquet-panel-01 .slideshow img {
  width: 100%;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
  object-fit: cover;
}
.sing-wbanquet-panel-01 .img {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .sing-wbanquet-panel-01 .img {
    margin-top: 100px;
  }
}
@media (min-width: 960px) {
  .sing-wbanquet-panel-01 .com-tit-07 {
    margin-top: 60px;
  }
}
.sing-wbanquet-panel-01 + .sing-wbanquet-panel-01 {
  margin-top: 100px;
}
@media (min-width: 960px) {
  .sing-wbanquet-panel-01 + .sing-wbanquet-panel-01 {
    margin-top: 180px;
  }
}

.sing-wbanquet-01 {
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  .sing-wbanquet-01 {
    padding-bottom: 60px;
  }
}

.sing-wbanquet-02 {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .sing-wbanquet-02 {
    padding-bottom: 100px;
  }
}

.caseSingle-panel-01 {
  color: #0D0D0C;
}
.caseSingle-panel-01 .cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.caseSingle-panel-01 .tit {
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .caseSingle-panel-01 .tit {
    font-size: 2.1rem;
    order: 1;
  }
}
.caseSingle-panel-01 .date {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 960px) {
  .caseSingle-panel-01 .date {
    order: 2;
  }
}
.caseSingle-panel-01 .catch {
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  order: 3;
}

.caseSingle-panel-02 {
  color: #000;
}
.caseSingle-panel-02 > .tit {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .caseSingle-panel-02 > .tit {
    margin-bottom: 45px;
    font-size: 2.1rem;
  }
}
.caseSingle-panel-02 > .cont {
  font-size: 1.4rem;
  line-height: 1.78;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.caseSingle-panel-02 > .cont > * + * {
  margin-top: 30px;
}
.caseSingle-panel-02 > .cont h1, .caseSingle-panel-02 > .cont h2, .caseSingle-panel-02 > .cont h3, .caseSingle-panel-02 > .cont h4, .caseSingle-panel-02 > .cont h5, .caseSingle-panel-02 > .cont h6 {
  font-weight: 500;
  line-height: 1.4;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 0;
}
.caseSingle-panel-02 > .cont h1 + h1,
.caseSingle-panel-02 > .cont h1 + h2,
.caseSingle-panel-02 > .cont h1 + h3,
.caseSingle-panel-02 > .cont h1 + h4,
.caseSingle-panel-02 > .cont h1 + h5,
.caseSingle-panel-02 > .cont h1 + h6, .caseSingle-panel-02 > .cont h2 + h1,
.caseSingle-panel-02 > .cont h2 + h2,
.caseSingle-panel-02 > .cont h2 + h3,
.caseSingle-panel-02 > .cont h2 + h4,
.caseSingle-panel-02 > .cont h2 + h5,
.caseSingle-panel-02 > .cont h2 + h6, .caseSingle-panel-02 > .cont h3 + h1,
.caseSingle-panel-02 > .cont h3 + h2,
.caseSingle-panel-02 > .cont h3 + h3,
.caseSingle-panel-02 > .cont h3 + h4,
.caseSingle-panel-02 > .cont h3 + h5,
.caseSingle-panel-02 > .cont h3 + h6, .caseSingle-panel-02 > .cont h4 + h1,
.caseSingle-panel-02 > .cont h4 + h2,
.caseSingle-panel-02 > .cont h4 + h3,
.caseSingle-panel-02 > .cont h4 + h4,
.caseSingle-panel-02 > .cont h4 + h5,
.caseSingle-panel-02 > .cont h4 + h6, .caseSingle-panel-02 > .cont h5 + h1,
.caseSingle-panel-02 > .cont h5 + h2,
.caseSingle-panel-02 > .cont h5 + h3,
.caseSingle-panel-02 > .cont h5 + h4,
.caseSingle-panel-02 > .cont h5 + h5,
.caseSingle-panel-02 > .cont h5 + h6, .caseSingle-panel-02 > .cont h6 + h1,
.caseSingle-panel-02 > .cont h6 + h2,
.caseSingle-panel-02 > .cont h6 + h3,
.caseSingle-panel-02 > .cont h6 + h4,
.caseSingle-panel-02 > .cont h6 + h5,
.caseSingle-panel-02 > .cont h6 + h6 {
  margin-top: 0;
}
.caseSingle-panel-02 > .cont h1, .caseSingle-panel-02 > .cont h2, .caseSingle-panel-02 > .cont h3 {
  font-size: 2.1rem;
}
.caseSingle-panel-02 > .cont h4, .caseSingle-panel-02 > .cont h5, .caseSingle-panel-02 > .cont h6 {
  font-size: 1.8rem;
}
.caseSingle-panel-02 > .cont a {
  display: inline-block;
  color: #4A225D;
}
.caseSingle-panel-02 > .cont a::before {
  content: "▶︎▶︎";
}

.caseSingle-panel-03 .tit {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  font-family: "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .caseSingle-panel-03 .tit {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}

.caseSingle-panel-04 {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (min-width: 960px) {
  .caseSingle-panel-04 {
    padding: 95px 0 70px;
  }
}
.caseSingle-panel-04::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: calc(100vw + var(--sidebar));
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #EEEEE9;
  z-index: -1;
}
.caseSingle-panel-04 > .tit {
  text-align: center;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .caseSingle-panel-04 > .tit {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}

.caseSingle-gallery-01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 30px;
}
@media (min-width: 960px) {
  .caseSingle-gallery-01 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.caseSingle-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .caseSingle-mt-01 {
    margin-top: 140px;
  }
}

@media (min-width: 960px) {
  .ceremony-container-01 {
    padding-left: calc(var(--sidebar) * 2);
  }
}

@media (min-width: 960px) {
  .ceremony-panel-01 {
    width: 61%;
    margin-left: auto;
    margin-right: 0;
  }
}
.ceremony-panel-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .ceremony-panel-01 .thumb {
    aspect-ratio: 1/0.68;
  }
}
.ceremony-panel-01 .content {
  display: flex;
  gap: 40px;
  padding-right: 30px;
  margin-top: 100px;
}
.ceremony-panel-01 .content .obj {
  flex-shrink: 0;
  transform: translateY(-45px);
  width: 31.88%;
  max-width: 360px;
  padding: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .ceremony-panel-01 .content .obj {
    transform: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    left: calc(var(--sidebar) * 2);
    max-width: 25%;
    min-width: 100px;
  }
}
.ceremony-panel-01 .content .obj li:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .ceremony-panel-01.ceremony-panel-01-left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  .ceremony-panel-01.ceremony-panel-01-left .obj {
    left: unset;
    right: 0;
  }
}
.ceremony-panel-01.ceremony-panel-01-left .content {
  padding-right: 0;
  padding-left: 30px;
}

.ceremony-gallery-01 {
  margin: 80px auto 0;
  max-width: 77%;
}
@media (min-width: 960px) {
  .ceremony-gallery-01 {
    margin-top: 80px;
    margin-left: 0;
    max-width: 1108px;
  }
}

.ceremony-02 {
  padding: 80px 0 100px;
}
@media (min-width: 960px) {
  .ceremony-02 {
    padding: 155px 0 90px;
  }
}
.ceremony-02 .com-container-03 {
  padding: 0;
}
.ceremony-02 .com-layout-03 {
  grid-template-columns: 0px 1fr;
}
@media (min-width: 960px) {
  .ceremony-02 .com-layout-03 {
    grid-template-columns: 0px 1fr var(--sidebar);
  }
}
@media (max-width: 959px) {
  .ceremony-02 .com-layout-03 .center-02 {
    padding-left: var(--sidebar);
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .ceremony-02 .com-layout-03 .center-02 {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .ceremony-02 .com-layout-03 .right {
    margin-top: 100px;
  }
}

.ceremony-02-img {
  width: 90%;
  aspect-ratio: 1/0.54;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 300px;
}
@media (min-width: 960px) {
  .ceremony-02-img {
    width: 100%;
    max-height: 490px;
  }
}

.ceremony-03 .ceremony-container-01 {
  position: relative;
}

.ceremony-04 {
  padding: 120px 0 80px;
}
@media (min-width: 960px) {
  .ceremony-04 {
    padding: 90px 0 100px;
  }
}
.ceremony-04 .ceremony-container-01 {
  position: relative;
}

.access-tit-01 {
  font-size: 2rem;
  letter-spacing: 0.16em;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 9px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  text-transform: uppercase;
}

.access-catch-01 {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .access-catch-01 {
    margin-bottom: 70px;
  }
}

.access-img-02 {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .access-img-02 {
    max-width: 100%;
    margin-left: 0;
  }
}

.access-item-01 {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.access-item-01 span {
  flex-shrink: 0;
}

.access-map-01 {
  width: 100%;
  aspect-ratio: 1/1.06;
}
@media (min-width: 960px) {
  .access-map-01 {
    aspect-ratio: 1/0.4;
  }
}

.access-phone-01 {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  gap: 30px;
  letter-spacing: 0.2em;
}
.access-phone-01 a {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.access-text-01 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.857;
}

.access-text-02 {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 1.625;
}
@media (min-width: 960px) {
  .access-text-02 {
    font-size: 1.6rem;
  }
}

/* #access-02
==================================*/
.access-02 {
  padding: 30px 0;
}
@media (min-width: 960px) {
  .access-02 {
    padding-top: 60px;
  }
}

/* #access-03
==================================*/
.access-03 {
  padding: 30px 0 60px;
}

/* #access-04
==================================*/
.access-04 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  .access-04 {
    padding: 70px 0 40px;
  }
}

/* #access-05
==================================*/
.access-05 {
  padding: 40px 0;
}

/* #access-06
==================================*/
.access-06 {
  padding: 40px 0 60px;
}
@media (min-width: 960px) {
  .access-06 {
    padding-bottom: 95px;
  }
}

.wplan-accent-01 {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  line-height: 1;
  background-color: #4A225D;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  box-sizing: border-box;
  min-width: 120px;
  text-align: center;
  position: relative;
}
.wplan-accent-01::before {
  content: url(../img/common/ico_flower_02.svg);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.wplan-accent-01::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.wplan-img-01 {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wplan-row-01 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (min-width: 640px) {
  .wplan-row-01 {
    gap: 20px;
  }
}
@media (min-width: 960px) {
  .wplan-row-01 {
    gap: 30px;
  }
}
.wplan-row-01 .image {
  width: 35%;
  max-width: 200px;
}
.wplan-row-01 .text {
  flex: 1;
}

.wplan-row-02 {
  display: flex;
  flex-direction: column;
  gap: 30px 15px;
}
@media (min-width: 960px) {
  .wplan-row-02 {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
  }
}

.wplan-tit-01 {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.44;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .wplan-tit-01 {
    font-size: 1.8rem;
    margin-bottom: 26px;
  }
}

.wplan-tit-02 {
  font-size: 1.6rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.625;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 15px;
}

.wplan-text-01 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .wplan-text-01 {
    font-size: 1.6rem;
  }
}

.wplan-price-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  letter-spacing: 0.1em;
}
.wplan-price-01 > * {
  flex-shrink: 0;
}
.wplan-price-01 .amount, .wplan-price-01 .price {
  font-family: "Optima", "Lato", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
  margin-right: 10px;
}
.wplan-price-01 .unit-01, .wplan-price-01 .unit-02 {
  font-weight: 300;
}
.wplan-price-01 .amount {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 2.5rem;
  border: 1px solid currentColor;
}
.wplan-price-01 .unit-01 {
  font-size: 1.7rem;
}
.wplan-price-01 .price {
  font-size: 3.3rem;
}
.wplan-price-01 .unit-02 {
  font-size: 2rem;
}

.wplan-panel-01 .section:not(:first-child) {
  margin-top: 25px;
}
.wplan-panel-01 + .wplan-panel-01 {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .wplan-panel-01 + .wplan-panel-01 {
    margin-top: 60px;
  }
}

.wplan-panel-02 {
  margin-top: 10px;
  padding: 20px 15px;
  display: none;
}
.wplan-panel-02 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}

.wplan-list-01 {
  padding: 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.wplan-list-01 li {
  display: flex;
  gap: 15px;
}
.wplan-list-01 li span {
  flex-shrink: 0;
}

.wplan-list-02 {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 10px;
  font-size: 1.2rem;
}
.wplan-list-02 > * {
  background-color: #fff;
  padding: 10px 8px;
}
.wplan-btn-01 {
  font-size: 1.5rem;
  padding: 0.8em 1em;
  background-color: #EFEAF5;
}
.wplan-btn-01 span {
  display: block;
  padding-bottom: 11px;
  background: url(../img/common/underline_01.svg) no-repeat center bottom;
}

.wplan-navigation-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px 30px;
  margin: 30px auto 0;
  max-width: 660px;
}
@media (min-width: 640px) {
  .wplan-navigation-01 {
    flex-direction: row;
    margin-top: 50px;
  }
}
.wplan-navigation-01 a {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border: 1px solid #4A225D;
  padding: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #483729;
}
.wplan-navigation-01 a img {
  width: 42%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.66;
}
.wplan-navigation-01 a span {
  flex: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.wplan-cat-01 {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.2em;
  color: #000;
  border: 1px solid currentColor;
  padding: 0.3em 2.1em;
  box-sizing: border-box;
}

/* #wplan-02
=================================*/
.wplan-02 {
  padding: 60px 0;
}

@media (max-width: 959px) {
  .concept-inner-01 {
    padding-left: var(--sidebar);
  }
}

.concept-container-01 {
  box-sizing: border-box;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 960px) {
  .concept-container-01 {
    max-width: calc(100% - var(--sidebar) * 2);
  }
}

.concept-img-01 {
  display: block;
  aspect-ratio: 1/0.49;
  width: 65%;
  margin-left: auto;
  margin-right: 0;
  max-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 640px) {
  .concept-img-01 {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 1/0.45;
  }
}

.concept-img-02 {
  width: 100%;
  aspect-ratio: 1/0.34;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 639px) {
  .concept-img-02 {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .concept-img-02 {
    aspect-ratio: 1/0.548;
  }
}

@media (min-width: 960px) {
  .concept-img-03 {
    margin-top: max(-160px, -18%);
  }
}

@media (min-width: 960px) {
  .concept-img-04 {
    margin-top: max(-167px, -21.5%);
  }
}

.concept-text-01 {
  margin: 60px 0;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .concept-text-01 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.concept-text-01.title {
  text-align: center;
}
@media (max-width: 959px) {
  .concept-text-01.title {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 960px) {
  .concept-text-01.title {
    text-align: left;
  }
}

.concept-text-02 {
  margin-top: 80px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 960px) {
  .concept-text-02 {
    margin-top: 100px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
}

.concept-tit-02 {
  font-weight: 500;
  border-bottom: 1px solid #707070;
  max-width: 290px;
  padding-bottom: 20px;
  color: #0D0D0C;
  margin-bottom: 60px;
}
.concept-tit-02 > span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
}
.concept-tit-02 > span:nth-child(1) {
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}
.concept-tit-02 > span:nth-child(2) {
  font-size: 3.3rem;
}

#concept .com-text-01 + .com-text-01 {
  margin-top: 30px;
}
@media (min-width: 960px) {
  #concept .com-text-01 + .com-text-01 {
    margin-top: 25px;
  }
}

/* #concept-02
======================================*/
.concept-02 {
  padding: 80px 0 40px;
}
@media (min-width: 960px) {
  .concept-02 {
    padding: 60px 0 20px;
  }
}

/* #concept-03
======================================*/
.concept-03 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  .concept-03 {
    padding: 20px 0 60px;
  }
}
@media (max-width: 639px) {
  .concept-03 .com-container-04 {
    max-width: 100%;
  }
}

/* #concept-04
======================================*/
.concept-04 {
  padding: 60px 0;
}

#wcuisine .com-container-01 {
  padding: 0;
}

.wcuisine-img-01 {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.wcuisine-img-02 {
  display: block;
  width: 65%;
  max-width: 80%;
  margin-left: auto;
  margin-right: 0;
  max-height: 330px;
}
@media (min-width: 960px) {
  .wcuisine-img-02 {
    width: auto;
  }
}

.wcuisine-img-03 {
  width: 100%;
  min-height: 250px;
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .wcuisine-img-03 {
    aspect-ratio: 1/0.54;
  }
}

.wcuisine-panel-01 {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-areas: "center right";
}
@media (min-width: 960px) {
  .wcuisine-panel-01 {
    grid-template-columns: var(--sidebar) 1fr var(--sidebar);
    grid-template-areas: "left center right";
  }
}
.wcuisine-panel-01 .left {
  display: none;
  grid-area: left;
}
.wcuisine-panel-01 .center {
  grid-area: center;
}
.wcuisine-panel-01 .right {
  grid-area: right;
}

.wcuisine-panel-02 {
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 14px;
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .wcuisine-panel-02 {
    gap: 90px 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 959px) {
  .wcuisine-panel-02 {
    padding-left: var(--sidebar);
  }
}
@media (max-width: 959px) {
  .wcuisine-panel-02 > .text-02 {
    padding-right: 35px;
  }
}
@media (min-width: 960px) {
  .wcuisine-panel-02 > .img-01 img,
  .wcuisine-panel-02 > .img-02 img {
    display: block;
    max-width: 84%;
    margin-inline: auto;
  }
}
@media (min-width: 960px) {
  .wcuisine-panel-02 > .img-01 {
    grid-row: 1/span 2;
    grid-column: 2/span 1;
  }
}
@media (min-width: 960px) {
  .wcuisine-panel-02 > .img-01 img {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .wcuisine-panel-02 > .img-02 {
    grid-row: 2/span 2;
    grid-column: 1/span 1;
  }
}
@media (min-width: 960px) {
  .wcuisine-panel-02 > .img-02 img {
    margin-left: 0;
  }
}

@media (max-width: 959px) {
  .wcuisine-panel-03 {
    padding-left: var(--sidebar);
  }
}

/* #wcuisine-02
=======================*/
.wcuisine-02 {
  padding: 80px 0 30px;
}
@media (min-width: 960px) {
  .wcuisine-02 {
    padding: 60px 0 40px;
  }
}

/* #wcuisine-02
=======================*/
.wcuisine-03 {
  padding: 30px 0 80px;
}
@media (min-width: 960px) {
  .wcuisine-03 {
    padding: 50px 0 60px;
  }
}
@media (max-width: 959px) {
  .wcuisine-03 .com-catch-01 {
    font-size: 1.6rem;
  }
}
.wcuisine-03 .wcuisine-panel-02 {
  margin-top: 60px;
}
.wcuisine-03 .wcuisine-img-04 {
  margin-top: 45px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .wcuisine-03 .wcuisine-img-04 {
    margin: 90px 0;
  }
}

.wguest-container-01 {
  padding: 0 15px;
}
@media (min-width: 960px) {
  .wguest-container-01 {
    max-width: calc(100% - var(--sidebar));
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .wguest-container-01 {
    max-width: calc(100% - var(--sidebar) * 2);
  }
}

.wguest-sec-01 + .wguest-sec-01 {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .wguest-sec-01 + .wguest-sec-01 {
    margin-top: 90px;
  }
}

.wguest-anchor-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .wguest-anchor-01 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.wguest-catch-01 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .wguest-catch-01 {
    font-size: 2rem;
  }
}

.wguest-map-01 {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.07;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .wguest-map-01 {
    aspect-ratio: 1/0.4;
  }
}

.wguest-list-01 {
  margin: 0;
}
@media (min-width: 960px) {
  .wguest-list-01 {
    display: grid;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 110px 1fr;
    gap: 60px 40px;
    align-items: baseline;
  }
}
.wguest-list-01 > :last-child {
  margin-bottom: 0 !important;
}
.wguest-list-01 .tit {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.wguest-list-01 .tit span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.wguest-list-01 .tit span::before {
  content: "〈 ";
}
.wguest-list-01 .tit span::after {
  content: " 〉";
}
.wguest-list-01 .cont {
  margin-bottom: 40px;
}

.wguest-phone-01 {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 15px;
}
@media (min-width: 960px) {
  .wguest-phone-01 {
    gap: 25px;
  }
}
.wguest-phone-01 .intro {
  display: none;
}
@media (min-width: 960px) {
  .wguest-phone-01 .intro {
    display: block;
  }
}
.wguest-phone-01 .phone-number {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
@media (min-width: 960px) {
  .wguest-phone-01 .phone-number {
    gap: 20px;
  }
}
.wguest-phone-01 .phone-number a {
  font-size: 2.4rem;
  font-weight: 400;
  display: inline-block;
}

.wguest-phone-02 {
  background-color: #EEEEE9;
  padding: 11px 30px;
  margin-top: 40px;
}
.wguest-phone-02 .phone-number {
  margin: 0;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
.wguest-phone-02 .phone-number a {
  margin-left: 20px;
  font-size: 2.4rem;
}

.wguest-panel-01 {
  max-width: 585px;
  margin-top: 80px;
}
@media (min-width: 960px) {
  .wguest-panel-01 {
    margin-top: 60px;
  }
}
.wguest-panel-01 .tit {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  padding: 0.5em 1em;
  margin-bottom: 40px;
}

.wguest-tit-01 {
  position: relative;
  padding-top: 40px;
}
.wguest-tit-01::before {
  content: "事前予約制";
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: center;
  display: inline-block;
  border: 1px solid #707070;
  position: absolute;
  line-height: 1;
  padding: 0.4em 1em;
  top: 0;
}

.wguest-tit-02 {
  margin-bottom: 40px;
}
.wguest-tit-02 .wrapper {
  padding: 0;
}
@media (min-width: 960px) {
  .wguest-tit-02 .wrapper {
    background-color: #EEEEE9;
    display: flex;
    align-items: baseline;
    gap: 30px;
    padding: 11px 40px;
  }
}
.wguest-tit-02 .tit {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0;
  padding: 0.5em var(--sidebar);
  background-color: #EEEEE9;
}
@media (min-width: 960px) {
  .wguest-tit-02 .tit {
    padding: 0;
  }
}
.wguest-tit-02 .wguest-tag-01 {
  margin-top: 40px;
  margin-left: var(--sidebar);
}
@media (min-width: 960px) {
  .wguest-tit-02 .wguest-tag-01 {
    flex-shrink: 0;
    margin: 0;
  }
}

.wguest-tag-01 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  display: inline-block;
  border: 1px solid #707070;
  line-height: 1;
  padding: 0.4em 1em;
}

.bcuisine-sec-01 {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .bcuisine-sec-01 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.bcuisine-sec-02 {
  padding: 40px 0;
}
@media (min-width: 960px) {
  .bcuisine-sec-02 {
    padding-bottom: 135px;
  }
}

.bcuisine-sec-03 {
  padding: 35px 0;
}
@media (min-width: 960px) {
  .bcuisine-sec-03 {
    padding: 75px 0 60px;
  }
}
.bcuisine-sec-03 .bcuisine-btn-01 {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 640px) {
  .bcuisine-sec-03 .bcuisine-btn-01 {
    margin-top: 50px;
    text-align: left;
  }
}

.bcuisine-panel-01 .row {
  display: flex;
  flex-direction: column;
  gap: 40px 65px;
}
@media (min-width: 640px) {
  .bcuisine-panel-01 .row {
    flex-direction: row;
  }
}
.bcuisine-panel-01 .row + .row {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .bcuisine-panel-01 .row + .row {
    margin-top: 30px;
  }
}
.bcuisine-panel-01 .row + .row .img-list {
  position: relative;
}
@media (min-width: 1350px) {
  .bcuisine-panel-01 .row + .row .img-list img:first-child {
    position: absolute;
    transform: translateY(calc(-100% - 30px));
  }
}
@media (min-width: 1350px) {
  .bcuisine-panel-01 .row + .row .img-list img:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .bcuisine-panel-01 .row + .row .cont {
    padding-top: 80px;
  }
}
@media (min-width: 640px) {
  .bcuisine-panel-01 .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.bcuisine-panel-01 .img-list {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .bcuisine-panel-01 .img-list {
    max-width: unset;
    width: 44%;
  }
}
.bcuisine-panel-01 .img-list img + img {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .bcuisine-panel-01 .img-list img + img {
    margin-top: 30px;
  }
}
.bcuisine-panel-01 .cont {
  flex: 1;
}

.bcuisine-tit-01 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (min-width: 960px) {
  .bcuisine-tit-01 {
    font-size: 2rem;
  }
}

.bcuisine-text-01 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media (min-width: 960px) {
  .bcuisine-text-01 {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}

.baccess-sec-01 {
  padding: 40px 0;
}

.baccess-sec-02 {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .baccess-sec-02 {
    padding: 60px 0 130px;
  }
}

.baccess-panel-01 {
  position: relative;
}
.baccess-panel-01 .image {
  width: 100%;
  aspect-ratio: 1/0.57;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 80px 0 40px;
}
@media (min-width: 960px) {
  .baccess-panel-01 .image {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    aspect-ratio: 1/0.74;
  }
}
@media (min-width: 960px) {
  .baccess-panel-01 .cont {
    width: 45%;
  }
}
.baccess-panel-01 .com-tit-09 {
  margin-top: 0;
}
@media (min-width: 960px) {
  .baccess-panel-01 .com-tit-09 {
    margin-top: 80px;
  }
}

.baccess-map-01 {
  width: 100%;
  aspect-ratio: 1/0.36;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 260px;
}

.bcompany-sec-01 {
  padding: 40px 0;
  background: url(../img/business-company/01_01.png) no-repeat top left, url(../img/business-company/01_02.png) no-repeat bottom right;
  background-size: max(250px, 25%);
}
@media (min-width: 960px) {
  .bcompany-sec-01 {
    padding: 70px 0 60px;
    background-size: min(25%, 360px);
  }
}

.bcompany-sec-02 {
  background: url(../img/business-company/02_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .bcompany-sec-02 {
    padding: 125px 0;
  }
}

.bcompany-tit-01 {
  text-align: center;
  margin-bottom: 40px;
}
.bcompany-tit-01 .jp {
  letter-spacing: 0.3em;
}
@media (min-width: 960px) {
  .bcompany-tit-01 .jp {
    margin-top: 19px;
  }
}

.bcompany-catch-01 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.67;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .bcompany-catch-01 {
    font-size: 2.4rem;
  }
}

.bculture-sec-01 {
  color: #fff;
  text-align: center;
}
.bculture-sec-01 .inner {
  background: url(../img/business-culture/01_01.jpg) no-repeat center;
  background-size: cover;
  padding: 60px var(--sidebar);
}
@media (min-width: 960px) {
  .bculture-sec-01 .inner {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .bculture-sec-01 .inner {
    padding: 230px 0 85px;
  }
}

.bculture-sec-02 {
  counter-reset: culture_count;
  padding: 60px 0;
}
@media (min-width: 960px) {
  .bculture-sec-02 {
    padding-bottom: 120px;
  }
}

.bculture-list-01 {
  max-width: 541px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  border-left: 1px solid currentColor;
  counter-reset: list_order;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .bculture-list-01 {
    padding: 16px 0;
    padding-left: 60px;
    margin-top: 95px;
  }
}
.bculture-list-01 li {
  counter-increment: list_order;
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.bculture-list-01 li::before {
  content: "0" counter(list_order) ".";
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (min-width: 960px) {
  .bculture-list-01 li::before {
    font-size: 2.4rem;
  }
}
.bculture-list-01 li:not(:first-child) {
  margin-top: 15px;
}

.bculture-tit-01 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.67;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .bculture-tit-01 {
    font-size: 2.4rem;
  }
}

.bculture-text-01 {
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}

.bculture-panel-01 {
  background-color: #EEEEE9;
  color: #0D0D0C;
  width: 980px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  counter-increment: culture_count;
  padding: 30px 15px 45px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  position: relative;
}
@media (min-width: 640px) {
  .bculture-panel-01 {
    max-width: 85%;
  }
}
@media (min-width: 960px) {
  .bculture-panel-01 {
    padding: 40px 35px 60px;
  }
}
@media (min-width: 1200px) {
  .bculture-panel-01 {
    padding: 70px 75px 100px;
  }
}
.bculture-panel-01 .tit {
  color: #000;
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .bculture-panel-01 .tit {
    font-size: 1.8rem;
    gap: 15px;
  }
}
.bculture-panel-01 .tit::before {
  content: "0" counter(culture_count) ".";
  font-size: 3rem;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media (min-width: 960px) {
  .bculture-panel-01 .tit::before {
    font-size: 5rem;
  }
}
@media (min-width: 640px) {
  .bculture-panel-01 .tit::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #707070;
    vertical-align: middle;
    transform: translateY(-5px);
  }
}
.bculture-panel-01 .tit span {
  order: 99;
}
.bculture-panel-01 .list {
  list-style: decimal;
  line-height: 1.7;
}
.bculture-panel-01 .list li:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .bculture-panel-01 .list li:not(:first-child) {
    margin-top: 25px;
  }
}
.bculture-panel-01 .panel {
  margin: 0;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .bculture-panel-01 .panel {
    margin-top: 40px;
  }
}
.bculture-panel-01 .panel dt {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.bculture-panel-01 .catch {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  line-height: 1.54;
}
@media (min-width: 960px) {
  .bculture-panel-01 .catch {
    font-size: 2.6rem;
  }
}
.bculture-panel-01 .catch.topic-head::before {
  content: attr(data-count) ".";
  display: inline-block;
  margin-right: 5px;
}
.bculture-panel-01 .catch-02 {
  margin-bottom: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (min-width: 960px) {
  .bculture-panel-01 .catch-02 {
    text-align: left;
  }
}
.bculture-panel-01 .slider {
  position: static;
  margin-bottom: 0;
}
.bculture-panel-01 .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5em;
}
@media (min-width: 960px) {
  .bculture-panel-01 .slick-dots {
    bottom: 2em;
  }
}
.bculture-panel-01 .slick-dots li:only-child {
  display: none;
}
.bculture-panel-01 .slick-prev,
.bculture-panel-01 .slick-next {
  width: unset;
  height: unset;
}
.bculture-panel-01 .slick-prev {
  left: 0;
  transform: translate(calc(-100% - 15px), -50%);
}
@media (min-width: 1200px) {
  .bculture-panel-01 .slick-prev {
    transform: translate(calc(-100% - 30px), -50%);
  }
}
.bculture-panel-01 .slick-prev::before {
  content: url(../img/common/arrow_05_prev.svg);
}
.bculture-panel-01 .slick-next {
  right: 0;
  transform: translate(calc(100% + 15px), -50%);
}
@media (min-width: 1200px) {
  .bculture-panel-01 .slick-next {
    transform: translate(calc(100% + 30px), -50%);
  }
}
.bculture-panel-01 .slick-next::before {
  content: url(../img/common/arrow_05_next.svg);
}
.bculture-panel-01 .slick-dots li {
  width: unset;
  height: unset;
}
.bculture-panel-01 .slick-dots li button {
  width: unset;
  height: unset;
  padding: 0;
}
.bculture-panel-01 .slick-dots li button::before {
  position: static;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  border-radius: unset;
  background-color: #ACACAC;
  opacity: 1;
  transition: 0.3s all;
}
@media (min-width: 960px) {
  .bculture-panel-01 .slick-dots li button::before {
    width: 60px;
  }
}
.bculture-panel-01 .slick-dots li.slick-active button::before {
  background-color: #43096C;
}
@media (min-width: 960px) {
  .bculture-panel-01 .slick-dots li.slick-active button::before {
    height: 4px;
  }
}
.bculture-panel-01 + .bculture-panel-01 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .bculture-panel-01 + .bculture-panel-01 {
    margin-top: 60px;
  }
}

.produce #sidebar {
  transition: 0.3s all ease-in-out;
  transform: translateX(-100%);
}
.produce #sidebar.is-active {
  transform: translateX(0);
}

[id^=produce-] {
  color: #0D0D0C;
}

.produce-panel-01 {
  text-align: center;
  color: #0D0D0C;
  position: relative;
  padding-block: 60px 120px;
  min-height: 400px;
  height: calc(100svh - 110.28px);
  box-sizing: border-box;
  background: url(../img/produce/keyvisual_s.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 960px) {
  .produce-panel-01 {
    height: auto;
    min-height: 576px;
    background-image: url(../img/produce/keyvisual.jpg);
    padding-block: 90px 210px;
  }
}
.produce-panel-01 .catch-01,
.produce-panel-01 .catch-02,
.produce-panel-01 .catch-03 {
  letter-spacing: 0.2em;
}
.produce-panel-01 .catch-01 {
  font-size: 1.5rem;
}
.produce-panel-01 .catch-02 {
  margin-top: 10px;
  font-size: 1.6rem;
}
.produce-panel-01 .catch-01,
.produce-panel-01 .catch-02 {
  margin-top: 0;
}
@media (min-width: 960px) {
  .produce-panel-01 .catch-01,
  .produce-panel-01 .catch-02 {
    font-size: 2.6rem;
  }
}
.produce-panel-01 .catch-03 {
  margin-top: 5px;
  font-size: 0.9rem;
}
@media (min-width: 960px) {
  .produce-panel-01 .catch-03 {
    font-size: 1.4rem;
  }
}
.produce-panel-01 .tit {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  margin-block: 50px 0;
}
@media (min-width: 960px) {
  .produce-panel-01 .tit {
    font-size: 4.7rem;
    margin-top: 55px;
  }
}
.produce-panel-01 .tit .sub {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .produce-panel-01 .tit .sub {
    font-size: 2.3rem;
  }
}
.produce-panel-01 .btn {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #43096C;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 100%);
  min-width: 213px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 960px) {
  .produce-panel-01 .btn {
    bottom: 100px;
    transform: translate(-50%, 0);
    font-size: 1.9rem;
    min-width: 290px;
    padding-block: 0.3em;
  }
}
.produce-panel-01 .btn:hover {
  opacity: 0.6;
}

.produce-panel-02 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "aside";
  gap: 50px;
}
@media (min-width: 1120px) {
  .produce-panel-02 {
    grid-template-columns: 68% 1fr;
    grid-template-areas: "main aside";
  }
}
@media (min-width: 1120px) {
  .produce-panel-02.reverse {
    grid-template-areas: "aside main";
    grid-template-columns: 1fr 68%;
  }
}
@media (min-width: 1120px) {
  .produce-panel-02.reverse .panel-img > img {
    right: unset;
    left: 0;
  }
}
.produce-panel-02 > .panel-main {
  grid-area: main;
}
.produce-panel-02 > .panel-aside {
  padding-inline: 20px;
  grid-area: aside;
}
@media (min-width: 1120px) {
  .produce-panel-02 > .panel-aside {
    padding: 80px 0 0;
  }
}
.produce-panel-02 .panel-img {
  position: relative;
  aspect-ratio: 1/0.72;
}
@media (min-width: 960px) {
  .produce-panel-02 .panel-img {
    aspect-ratio: 1/0.675;
    max-height: 516px;
  }
}
.produce-panel-02 .panel-img > img {
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1120px) {
  .produce-panel-02 .panel-img > img {
    width: calc(100% + 40px + (100vw - 1120px) / 2);
    right: 0;
    left: unset;
    transform: translateX(0);
  }
}
.produce-panel-02 .panel-tit-01 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  color: #000;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-block: 50px 20px;
}
@media (min-width: 960px) {
  .produce-panel-02 .panel-tit-01 {
    font-size: 2.5rem;
    margin-block: 30px 25px;
  }
}
.produce-panel-02 .panel-tit-01 > span {
  display: inline-block;
  margin-left: 1.2em;
}
.produce-panel-02 .panel-tit-02 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  border-bottom: 1px solid #707070;
  padding: 0 5px 4px;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
  color: #333333;
}
@media (min-width: 960px) {
  .produce-panel-02 .panel-tit-02 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.produce-panel-02 .panel-txt-01 {
  letter-spacing: 0.05em;
  line-height: 1.85;
}
@media (min-width: 960px) {
  .produce-panel-02 .panel-txt-01 {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.produce-panel-02 .panel-txt-02 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .produce-panel-02 .panel-txt-02 {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.produce-panel-02 .panel-txt-02 > .date {
  display: inline-block;
  margin-left: 20px;
}

.produce-panel-03 .panel-img {
  width: 100%;
  aspect-ratio: 1/0.38;
  position: relative;
}
@media (min-width: 960px) {
  .produce-panel-03 .panel-img {
    aspect-ratio: unset;
    height: 100%;
  }
}
.produce-panel-03 .panel-img > img {
  position: absolute;
  max-width: unset;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .produce-panel-03 .panel-img > img {
    left: unset;
    right: 0;
    transform: unset;
    width: calc(100% + 40px);
    height: 100%;
  }
}
@media (min-width: 1120px) {
  .produce-panel-03 .panel-img > img {
    width: calc(100% + 40px + (100vw - 1120px) / 2);
  }
}

.produce-sec-01 {
  padding-block: 30px;
}
@media (min-width: 960px) {
  .produce-sec-01 {
    padding-block: 70px;
  }
}

.produce-sec-02 {
  padding-block: 100px 75px;
}
@media (min-width: 960px) {
  .produce-sec-02 {
    padding-block: 140px;
  }
}

.produce-sec-03 {
  padding-block: 30px;
}
@media (min-width: 960px) and (min-width: 960px) {
  .produce-sec-03 {
    padding-block: 70px 150px;
  }
}

.produce-sec-04 {
  padding-block: 0 80px;
}
@media (min-width: 960px) {
  .produce-sec-04 {
    padding-block: 60px 150px;
  }
}
@media (min-width: 960px) {
  .produce-sec-04 .panel-cont {
    padding-block: 150px;
  }
}

.produce-txt-01 {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .produce-txt-01 {
    letter-spacing: 0.2em;
    line-height: 2.14;
    font-size: 1.4rem;
  }
}

.produce-txt-02 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (min-width: 960px) {
  .produce-txt-02 {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.785;
  }
}

.produce-txt-03 {
  letter-spacing: 0.05em;
  line-height: 1.785;
}
@media (min-width: 960px) {
  .produce-txt-03 {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
}

.produce-grid-01 > .uk-grid-margin {
  margin-top: 50px;
}

.produce-grid-02 > .uk-grid-margin {
  margin-top: 75px;
}

@media (min-width: 1200px) {
  .produce-grid-03, .produce-panel-03 {
    margin-left: -130px;
  }
}
@media (min-width: 1200px) {
  .produce-grid-03 > *, .produce-panel-03 > * {
    padding-left: 130px;
  }
}
.produce-grid-03 > .uk-grid-margin, .produce-panel-03 > .uk-grid-margin {
  margin-top: 50px;
}

.produce-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .produce-mt-01 {
    margin-top: 100px;
  }
}

.produce-tag-01 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding: 0.3em 0.8em;
  background-color: #EEEEE9;
  border-radius: 11px;
  line-height: 1;
}
@media (min-width: 960px) {
  .produce-tag-01 {
    font-size: 2rem;
    gap: 25px;
  }
}
.produce-tag-01 > span {
  font-size: 1.8rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.2em;
  display: inline-block;
}
.produce-tag-01.white {
  background-color: #fff;
}

.produce-hr-01 {
  border-top-color: #707070;
  margin: 100px auto;
  max-width: 80%;
}
@media (min-width: 960px) {
  .produce-hr-01 {
    max-width: 63%;
  }
}

.produce-flow-01 {
  counter-reset: counter_item;
  overflow: hidden;
}
.produce-flow-01 > .flow-item {
  counter-increment: counter_item;
  display: flex;
  align-items: baseline;
  gap: 15px;
}
@media (min-width: 960px) {
  .produce-flow-01 > .flow-item {
    gap: 70px;
  }
}
.produce-flow-01 > .flow-item + .flow-item {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .produce-flow-01 > .flow-item + .flow-item {
    margin-top: 80px;
  }
}
.produce-flow-01 > .flow-item:last-child .flow-step {
  position: relative;
}
.produce-flow-01 > .flow-item:last-child .flow-step::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 1000vh;
  background-color: #707070;
  z-index: -1;
}
.produce-flow-01 .flow-step {
  border: 1px solid #707070;
  text-align: center;
  background-color: #fff;
  min-width: 72px;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
@media (min-width: 960px) {
  .produce-flow-01 .flow-step {
    min-width: 133px;
    padding: 0.5em;
  }
}
.produce-flow-01 .flow-step::after {
  content: counter(counter_item);
  display: inline-block;
  margin-left: 5px;
}
.produce-flow-01 .flow-cont {
  flex: 1;
}
.produce-flow-01 .flow-tit {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  letter-spacing: 0.16em;
  margin-bottom: 30px;
  color: #000;
}
@media (min-width: 960px) {
  .produce-flow-01 .flow-tit {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.produce-flow-01 .flow-txt-01 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: Yu Mincho, YuMincho, "yu-mincho-pr6n", sans-serif;
}
@media (min-width: 960px) {
  .produce-flow-01 .flow-txt-01 {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}
.produce-flow-01 .flow-txt-02 {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .produce-flow-01 .flow-txt-02 {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.produce-flow-01 .flow-txt-03 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.produce-flow-01 .flow-btn-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #43096C;
  padding: 6px 30px;
  letter-spacing: 0.2em;
  width: 230px;
  max-width: 100%;
  box-sizing: border-box;
}
.produce-flow-01 .flow-btn-01:hover {
  opacity: 0.7;
}
.produce-flow-01 .flow-btn-01 > span {
  display: block;
  width: 100%;
}
.produce-flow-01 .flow-btn-01 .eng {
  font-size: 1.2rem;
}
.produce-flow-01 .flow-btn-01 .jp {
  font-size: 1.3rem;
}
.produce-flow-01 .flow-btn-01.light {
  background-color: #EFEAF5;
  color: #0D0D0C;
}
.produce-flow-01 .flow-table-01 {
  border: 1px solid #707070;
  border-collapse: collapse;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .produce-flow-01 .flow-table-01 {
    font-size: 1.2rem;
  }
}
.produce-flow-01 .flow-table-01 tr, .produce-flow-01 .flow-table-01 th, .produce-flow-01 .flow-table-01 td {
  border: 1px solid #707070;
  border-collapse: collapse;
}
.produce-flow-01 .flow-table-01 th, .produce-flow-01 .flow-table-01 td {
  padding: 1.5em;
}
.produce-flow-01 .flow-table-01 th {
  font-weight: 400;
  background-color: #EEEEE9;
}

.produce-tab-01 .tab-head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding: 0;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-head {
    gap: 15px;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }
}
.produce-tab-01 .tab-head a {
  background-color: #fff;
  padding: 1em 0.5em;
  cursor: pointer;
  display: block;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-head a {
    padding: 1.3em 0.5em;
  }
}
.produce-tab-01 .tab-head a:hover {
  opacity: 0.7;
}
.produce-tab-01 .tab-head > .uk-active a {
  color: #fff;
  background-color: #43096C;
}
.produce-tab-01 .tab-cont {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-cont {
    margin-top: 100px;
  }
}
.produce-tab-01 .tab-item {
  background-color: #fff;
  border: 1px solid #707070;
  padding-inline: 10px;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-item {
    padding-inline: 65px;
  }
}
.produce-tab-01 .tab-item + .tab-item {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-item + .tab-item {
    margin-top: 40px;
  }
}
.produce-tab-01 .tab-quest {
  display: flex;
  gap: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  cursor: pointer;
  padding: 10px;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-quest {
    font-size: 1.6rem;
    padding: 30px 65px;
    gap: 28px;
  }
}
.produce-tab-01 .tab-quest > span {
  flex: 1;
  align-self: center;
}
.produce-tab-01 .tab-quest::before, .produce-tab-01 .tab-quest::after {
  font-family: "Lato", sans-serif;
  color: #43096C;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-quest::before, .produce-tab-01 .tab-quest::after {
    font-size: 3rem;
  }
}
.produce-tab-01 .tab-quest::before {
  content: "Q";
}
.produce-tab-01 .tab-quest::after {
  content: "＋";
  transition: 0.3s all ease-in-out;
}
.produce-tab-01 .tab-quest.is-actived::after {
  transform: rotate(45deg);
}
.produce-tab-01 .tab-ans {
  display: none;
  border-top: 1px solid #707070;
  padding: 10px;
}
.produce-tab-01 .tab-ans .wrapper {
  display: flex;
  gap: 12px;
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-ans .wrapper {
    padding: 30px 65px;
    gap: 28px;
    font-size: 1.4rem;
  }
}
.produce-tab-01 .tab-ans .wrapper::before {
  content: "A";
  font-family: "Lato", sans-serif;
  color: #9F88BE;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 300;
}
@media (min-width: 960px) {
  .produce-tab-01 .tab-ans .wrapper::before {
    font-size: 3rem;
  }
}
.produce-tab-01 .tab-ans .cont {
  align-items: center;
}

.produce-map-01 .map {
  aspect-ratio: 1/0.43;
}
.produce-map-01 .map > iframe {
  width: 100%;
  height: 100%;
}
.produce-map-01 .link {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #000;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .produce-map-01 .link {
    font-size: 1.6rem;
    margin-top: 30px;
    margin-right: 40px;
  }
}
.produce-map-01 .link[target=_blank]::after {
  content: url(../img/common/ico_blank.svg);
  line-height: 1;
}

.produce-wrapper-01 {
  max-width: 760px;
  margin-inline: auto;
}

.produce-card-01 {
  background-color: #EEEEE9;
  display: flex;
  flex-direction: column;
  gap: 40px 80px;
  margin-inline: -15px;
  padding: 70px 40px;
}
@media (min-width: 960px) {
  .produce-card-01 {
    flex-direction: row;
    margin-inline: 0;
    padding: 100px;
  }
}
@media (min-width: 960px) {
  .produce-card-01 .img {
    width: 44%;
  }
}
.produce-card-01 .card-cont {
  flex: 1;
}

.produce-tit-01 {
  font-size: 2rem;
}

.recruit-card-01 {
  background-color: #EEEEE9;
  color: #0D0D0C;
  padding: 80px 24px 75px;
}
@media (min-width: 960px) {
  .recruit-card-01 {
    padding: 60px;
    display: flex;
  }
}
.recruit-card-01 .card-tit {
  text-align: left;
}
@media (min-width: 960px) {
  .recruit-card-01 .card-tit {
    width: 32%;
    box-sizing: border-box;
    align-self: center;
    padding-right: 60px;
  }
}
@media (max-width: 959px) {
  .recruit-card-01 .card-tit .eng {
    font-size: 2.2rem;
    line-height: 1.59;
  }
}
@media (max-width: 959px) {
  .recruit-card-01 .card-tit .jp {
    margin-top: 15px;
  }
}
.recruit-card-01 .card-cont {
  margin-top: 40px;
  letter-spacing: 0.2em;
  border-top: 1px solid #707070;
  padding-top: 30px;
  line-height: 1.785;
}
@media (min-width: 960px) {
  .recruit-card-01 .card-cont {
    flex: 1;
    padding-block: 55px 25px;
    padding-left: 60px;
    border-top: unset;
    border-left: 1px solid #707070;
    margin-top: 0;
  }
}
.recruit-card-01 .card-cont p + p {
  margin-top: 1.8em;
}
.recruit-card-01 .card-catch {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.94;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .recruit-card-01 .card-catch {
    line-height: 1.6;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
  }
}

.recruit-card-02 {
  background-color: rgba(255, 255, 255, 0.87);
  text-align: center;
  color: #0D0D0C;
  padding: 80px 15px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .recruit-card-02 {
    padding-block: 85px 50px;
  }
}
.recruit-card-02 .panel-tit-01 {
  letter-spacing: 0.1em;
  font-size: 2.2rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  line-height: 1.1;
  margin-bottom: 50px;
  font-weight: 400;
}
@media (min-width: 960px) {
  .recruit-card-02 .panel-tit-01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.recruit-card-02 .panel-tit-01 > span {
  font-size: 1.3rem;
}
.recruit-card-02 .panel-tit-02 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "yu-mincho-pr6n", sans-serif;
  margin-bottom: 70px;
}
@media (min-width: 960px) {
  .recruit-card-02 .panel-tit-02 {
    margin-bottom: 50px;
  }
}
.recruit-card-02 .panel-desc-01 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.64;
}
@media (min-width: 960px) {
  .recruit-card-02 .panel-desc-01 {
    letter-spacing: 0.2em;
  }
}
.recruit-card-02 .panel-catch-01 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-top: 35px;
}
@media (min-width: 960px) {
  .recruit-card-02 .panel-catch-01 {
    line-height: 1.75;
    margin-top: 15px;
  }
}
.recruit-card-02 .panel-desc-02 {
  font-size: 1.3rem;
  line-height: 1.9;
  margin-top: 35px;
  letter-spacing: 0;
}
@media (min-width: 960px) {
  .recruit-card-02 .panel-desc-02 {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1.785;
    margin-top: 10px;
  }
}

.recruit-panel-01 {
  position: relative;
  z-index: 2;
  background: #EEEEE9;
}
@media (min-width: 640px) {
  .recruit-panel-01 {
    padding-block: 50px;
  }
}
@media (min-width: 960px) {
  .recruit-panel-01 {
    padding-block: 85px 100px;
  }
}
.recruit-panel-01 .panel-head {
  aspect-ratio: 1/0.46;
  width: 100%;
  max-height: 300px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .recruit-panel-01 .panel-head {
    position: static;
    aspect-ratio: unset;
    max-height: unset;
  }
}
.recruit-panel-01 .panel-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/recruit/02_01.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.recruit-panel-01 .panel-body {
  padding-block: 80px 70px;
}
@media (min-width: 640px) {
  .recruit-panel-01 .panel-body {
    padding: 0;
    margin-top: 45px;
  }
}

.recruit-slider-01.slick-slider {
  width: 100%;
  max-width: calc(100% - 120px);
  margin-inline: auto;
}
@media (min-width: 960px) {
  .recruit-slider-01.slick-slider {
    max-width: 87.5%;
  }
}
.recruit-slider-01 .slick-prev,
.recruit-slider-01 .slick-next {
  width: auto;
  height: auto;
}
.recruit-slider-01 .slick-prev {
  transform: translate(-100%, -50%);
  left: -25px;
}
.recruit-slider-01 .slick-prev::before {
  content: url(../img/common/arrow_05_prev_white.svg);
}
.recruit-slider-01 .slick-next {
  transform: translate(100%, -50%);
  right: -25px;
}
.recruit-slider-01 .slick-next::before {
  content: url(../img/common/arrow_05_next_white.svg);
}
.recruit-slider-01 .slick-dots {
  transform: translateY(100%);
  bottom: -25px;
}
@media (min-width: 960px) {
  .recruit-slider-01 .slick-dots {
    bottom: -20px;
  }
}
.recruit-slider-01 .slick-dots li {
  width: unset;
  height: unset;
}
.recruit-slider-01 .slick-dots li button {
  width: unset;
  height: unset;
  padding: 0;
}
.recruit-slider-01 .slick-dots li button::before {
  position: static;
  display: block;
  content: "";
  width: 57px;
  height: 2px;
  border-radius: unset;
  background-color: #ACACAC;
  opacity: 1;
  transition: 0.3s all;
}
@media (min-width: 960px) {
  .recruit-slider-01 .slick-dots li button::before {
    width: 60px;
  }
}
.recruit-slider-01 .slick-dots li.slick-active button::before {
  background-color: #43096C;
}
@media (min-width: 960px) {
  .recruit-slider-01 .slick-dots li.slick-active button::before {
    height: 4px;
  }
}

.recruit-sec-01 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .recruit-sec-01 {
    margin-top: 30px;
  }
}

.recruit-sec-02 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .recruit-sec-02 {
    padding-block: 137px 30px;
  }
}

.recruit-sec-03 {
  padding-block: 70px 0;
}
@media (min-width: 960px) {
  .recruit-sec-03 {
    padding-block: 80px;
  }
}

.recruit-list-btns-01 {
  display: flex;
  flex-direction: column;
  gap: 40px 60px;
}
@media (min-width: 640px) {
  .recruit-list-btns-01 {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
  }
}

.recruit-text-01 {
  letter-spacing: 0.2em;
  line-height: 1.785;
}
@media (min-width: 960px) {
  .recruit-text-01 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.recruit-tit-01 .eng {
  font-size: 2.6rem;
  letter-spacing: 0.16em;
}
@media (min-width: 960px) {
  .recruit-tit-01 .eng {
    font-size: 2.6rem;
  }
}
.recruit-tit-01 .jp {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .recruit-tit-01 .jp {
    margin-top: 15px;
    font-size: 2rem;
  }
}

.reCompany-text-01 {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media (min-width: 640px) {
  .reCompany-text-01 {
    letter-spacing: 0.2em;
    line-height: 2.5;
    text-align: center;
  }
}
.reCompany-text-01 + .reCompany-text-01 {
  margin-top: 1.9em;
}
@media (min-width: 960px) {
  .reCompany-text-01 + .reCompany-text-01 {
    margin-top: 2.5em;
  }
}

.reCompany-width-01 {
  max-width: 670px;
  margin-inline: auto;
}

.reStaff-container-01 {
  max-width: 1035px;
}

.reStaffDetail-panel-01 {
  color: #000;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.reStaffDetail-panel-01 .panel-tit {
  text-align: center;
  font-size: 2.6rem;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-tit {
    width: 100%;
    font-size: 2.1rem;
    letter-spacing: 0.16em;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
  }
}
.reStaffDetail-panel-01 .panel-tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  left: 0;
  bottom: 0;
  max-width: 660px;
}
.reStaffDetail-panel-01 .panel-tit > span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.reStaffDetail-panel-01 .panel-img {
  width: 100%;
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-img {
    width: 51.4%;
    order: 990;
  }
}
.reStaffDetail-panel-01 .panel-cont {
  margin-top: 80px;
  padding-inline: 60px;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-cont {
    flex: 1;
    margin-top: 0;
    padding: 0;
    align-self: center;
  }
}
.reStaffDetail-panel-01 .panel-catch {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.56;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-catch {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.67;
  }
}
.reStaffDetail-panel-01 .panel-job-tit {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.reStaffDetail-panel-01 .panel-job-tit > span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.reStaffDetail-panel-01 .panel-infor {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px 20px;
}
.reStaffDetail-panel-01 .panel-infor .graduate {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.reStaffDetail-panel-01 .panel-infor .time {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.reStaffDetail-panel-01 .panel-infor .name {
  font-size: 1.6rem;
}
.reStaffDetail-panel-01 .panel-infor .name h1 {
  margin: 0;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

.reStaffDetail-panel-02 {
  display: flex;
  flex-direction: column;
  gap: 40px 50px;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-02 {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .reStaffDetail-panel-02 .panel-image {
    width: 35.4%;
  }
}
.reStaffDetail-panel-02 .panel-image img {
  width: 100%;
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
  object-fit: cover;
}
.reStaffDetail-panel-02 .panel-image img + img {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-02 .panel-cont {
    flex: 1;
  }
}

.reStaffDetail-sec-01 {
  padding-block: 60px 40px;
  background-color: #EEEEE9;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .reStaffDetail-sec-01 {
    padding-block: 100px 40px;
    background-color: unset;
  }
}

.reStaffDetail-container-01 {
  max-width: 860px;
}

.reStaffDetail-panel-01 {
  color: #000;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.reStaffDetail-panel-01 .panel-tit {
  text-align: center;
  font-size: 2.6rem;
  font-family: "Cormorant Garamond", "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-tit {
    width: 100%;
    font-size: 2.1rem;
    letter-spacing: 0.16em;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
  }
}
.reStaffDetail-panel-01 .panel-tit::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  left: 0;
  bottom: 0;
  max-width: 660px;
}
.reStaffDetail-panel-01 .panel-tit > span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.reStaffDetail-panel-01 .panel-img {
  width: 100%;
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-img {
    width: 51.4%;
    order: 990;
  }
}
.reStaffDetail-panel-01 .panel-cont {
  margin-top: 80px;
  padding-inline: 60px;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-cont {
    flex: 1;
    margin-top: 0;
    padding: 0;
    align-self: center;
  }
}
.reStaffDetail-panel-01 .panel-catch {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.56;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-01 .panel-catch {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.67;
  }
}
.reStaffDetail-panel-01 .panel-job-tit {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.reStaffDetail-panel-01 .panel-job-tit > span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.reStaffDetail-panel-01 .panel-infor {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px 20px;
}
.reStaffDetail-panel-01 .panel-infor .graduate {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.reStaffDetail-panel-01 .panel-infor .time {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.reStaffDetail-panel-01 .panel-infor .name {
  font-size: 1.6rem;
}
.reStaffDetail-panel-01 .panel-infor .name h1 {
  margin: 0;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

.reStaffDetail-panel-02 {
  display: flex;
  flex-direction: column;
  gap: 40px 50px;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-02 {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .reStaffDetail-panel-02 .panel-image {
    width: 35.4%;
  }
}
.reStaffDetail-panel-02 .panel-image img {
  width: 100%;
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
  object-fit: cover;
}
.reStaffDetail-panel-02 .panel-image img + img {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .reStaffDetail-panel-02 .panel-cont {
    flex: 1;
  }
}

.reStaffDetail-sec-01 {
  padding-block: 60px 40px;
  background-color: #EEEEE9;
  color: #0D0D0C;
}
@media (min-width: 960px) {
  .reStaffDetail-sec-01 {
    padding-block: 100px 40px;
    background-color: unset;
  }
}

.reStaffDetail-container-01 {
  max-width: 860px;
}

.reJob-panel-01 .panel-image::before {
  display: none;
}
@media (min-width: 960px) {
  .reJob-panel-01 .panel-image::before {
    display: block;
  }
}
@media (min-width: 960px) {
  .reJob-panel-01 .panel-cont {
    right: unset;
    left: 4%;
    padding-block: 30px;
    padding-left: 50px;
    box-sizing: border-box;
    max-height: 100%;
  }
}
@media (min-width: 1200px) {
  .reJob-panel-01 .panel-cont {
    padding-block: 45px;
  }
}
@media (min-width: 960px) {
  .reJob-panel-01 .panel-cont::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 116.5px;
    aspect-ratio: 1/1.04;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-left-color: #707070;
    border-bottom-color: #707070;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*# sourceMappingURL=style.css.map */
