@charset "UTF-8";
/*-----------------------------------------------------
	header
-----------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px var(--sp-sec);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  z-index: 1000;
}

.header-logo {
  width: 120px;
}
.header-logo img {
  width: 120px;
}

.header-pc-nav {
  display: none;
}

.header-sp-nav .navbar-toggler {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 2000;
}
.header-sp-nav button.navbar-toggler:focus{
    outline: none;
}
.header-sp-nav .navbar-toggler-icon {
  position: absolute;
  top: 0px;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  background-image: none;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.header-sp-nav .navbar-toggler-icon:nth-child(2) {
  top: 9px;
}
.header-sp-nav .navbar-toggler-icon:nth-child(3) {
  top: 18px;
}
.header-sp-nav .navbar-toggler.active .navbar-toggler-icon:nth-of-type(1) {
  background-color: var(--black);
  -webkit-transform: rotate(45deg) translate(6.5px, 6.5px);
  transform: rotate(45deg) translate(6.5px, 6.5px);
}
.header-sp-nav .navbar-toggler.active .navbar-toggler-icon:nth-of-type(2) {
  display: none;
}
.header-sp-nav .navbar-toggler.active .navbar-toggler-icon:nth-of-type(3) {
  background-color: var(--black);
  -webkit-transform: rotate(-45deg) translate(6.5px, -6.5px);
  transform: rotate(-45deg) translate(6.5px, -6.5px);
}
.header-sp-nav .contact-block {
  padding-bottom: calc(env(safe-area-inset-bottom) + 44px);
}

.header-sp-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  overflow-y: scroll;
}
.header-sp-wrap .nav-lists {
  margin: 60px 20px;
  border-top: 1px solid var(--brown);
}
.header-sp-wrap .nav-list-item {
  padding-block: 10px;
  border-bottom: 1px solid var(--brown);
}
.header-sp-wrap .nav-list-item a {
  display: block;
  padding: 10px 20px;
  color: var(--black);
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 200px;
  }
  .header-logo img {
    width: 200px;
  }
  .header-sp-nav .contact-block {
    padding-block: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px min(1.5vw, 50px) 0;
  }
  .header-logo {
    width: min(16vw, 230px);
  }
  .header-logo img {
    width: min(16vw, 230px);
  }
  .header-pc-nav {
    display: block;
  }
  .header-pc-nav .nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    background: #fff;
    font-size: 1.6rem;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 11px -6px #303030;
    box-shadow: 0px 0px 11px -6px #303030;
  }
  .header-pc-nav .nav-list-item {
    padding-inline: min(0.8vw, 30px);
  }
  .header-pc-nav .nav-list-item a {
    color: var(--black);
  }
  .header-sp-nav {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .header-pc-nav .nav-list-item {
    padding-inline: min(1vw, 30px);
  }
}
/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
.footer {
  margin-top: var(--sp-mgt);
  color: #fff;
}

.footer-content {
  padding-block: 40px;
  background-color: var(--red);
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: var(--pc-mgt);
  }
  .footer-content {
    padding-block: 120px;
  }
}
/* ショップ情報
-----------------------------------------------------*/
.footer-shop {
  text-align: center;
}
.footer-shop .shop-right {
  margin-top: 40px;
  font-size: 1.4rem;
}
.footer-shop .footer-logo {
  margin: 0 auto;
  width: 200px;
  text-align: center;
}
.footer-shop .sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.footer-shop .sns-item {
  width: 46px;
}
.footer-shop .shop-info {
  margin-top: 20px;
}
.footer-shop .shop-info a {
  color: #fff;
}
.footer-shop .shop-info a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer-shop .shop-right {
    display: inline-block;
    font-size: 2rem;
    text-align: left;
  }
  .footer-shop .footer-logo {
    width: 280px;
  }
  .footer-shop .shop-info {
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-shop .shop-address {
    display: inline-block;
  }
  .footer-shop .shop-info-head p:after {
    display: inline-block;
    content: "：";
  }
}
@media screen and (min-width: 1024px) {
  .footer-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-shop .shop-left {
    width: 48%;
  }
  .footer-shop .shop-right {
    margin-top: 0;
    width: 48%;
    font-size: 2rem;
  }
  .footer-shop .shop-info:last-child {
    margin-top: 0;
  }
}
/* マップ
-----------------------------------------------------*/
.footer-map {
  margin: 40px auto 0;
  width: min(90%, 400px);
}
.footer-map .map-right {
  margin-top: 20px;
}
.footer-map__txt {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    width: 100%;
  }
  .footer-map .map-left, .footer-map .map-right {
    margin-top: 0;
    width: 48%;
  }
  .footer-map__txt {
    margin-bottom: 30px;
  }
}
/* バナー
-----------------------------------------------------*/
.footer-bnr {
  margin: 40px auto 0;
  width: min(90%, 440px);
}
.footer-bnr .bnr-item {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .footer-bnr {
    margin-top: 70px;
    width: 100%;
  }
  .footer-bnr .bnr-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bnr .bnr-item {
    width: calc((100% - 40px) / 3);
  }
}
/* コピーライト
-----------------------------------------------------*/
.copyright {
  padding: 5px;
  text-align: center;
  font-size: 1.1rem;
  background-color: var(--black);
}

@media screen and (min-width: 768px) {
  .copyright {
    padding: 15px;
    font-size: 1.4rem;
  }
}
/*-----------------------------------------------------
	float 予約ボタン
-----------------------------------------------------*/
.float-reserve-btn {
  position: fixed;
  right: 0;
  top: 20%;
  width: auto;
  z-index: 200;
}
.float-reserve-btn a {
  position: relative;
  display: block;
  padding: 53px 0 20px;
  font-size: 1.2rem;
  color: #fff;
  width: 40px;
  text-align: center;
  line-height: 1;
  background: var(--red);
  letter-spacing: 0.5em;
  border-radius: 10px 0 0 10px;
}
.float-reserve-btn a:hover {
  text-decoration: none;
}
.float-reserve-btn a:after {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 23px;
  height: 20px;
  content: "";
  background-image: url(/system_panel/uploads/images/icon-reserve.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: 50% 50%;
}
.float-reserve-btn p {
  display: inline-block;
  text-align: initial;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .float-reserve-btn a {
    padding: 106px 30px 50px;
    font-size: 2.2rem;
    width: auto;
  }
  .float-reserve-btn a:after {
    top: 40px;
    width: 46px;
    height: 43px;
  }
}
/*-----------------------------------------------------
	contact-block
-----------------------------------------------------*/
.contact-block {
  padding-block: 40px;
  color: #fff;
  background-image: url(/system_panel/uploads/images/footer-bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-block .contact-inner {
  margin: 0 var(--sp-sec);
}
.contact-block .contact-head {
  margin-bottom: 30px;
  text-align: center;
}
.contact-block .contact-head .head-jp {
  font-size: 3.2rem;
}
.contact-block .contact-head .head-en {
  font-size: 1.4rem;
  font-family: var(--zen);
}
.contact-block .lead-txt {
  text-align: left;
}
.contact-block .contact-cta {
  margin-top: 40px;
  text-align: center;
}
.contact-block .cta-head {
  margin-bottom: 10px;
  font-size: 2rem;
}
.contact-block .tel-num {
  margin-bottom: 20px;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
.contact-block .tel-num a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contact-block {
    padding-block: 120px;
  }
  .contact-block .contact-head .head-jp {
    font-size: 3.8rem;
  }
  .contact-block .contact-head .head-en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-block {
    padding-block: 220px;
  }
  .contact-block .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1260px;
  }
  .contact-block .contact-head {
    text-align: left;
    margin-bottom: 80px;
  }
  .contact-block .contact-head .head-jp {
    font-size: 4.8rem;
  }
  .contact-block .contact-txt {
    width: 48%;
  }
  .contact-block .contact-cta {
    margin-top: 0;
    width: 48%;
    text-align: center;
  }
  .contact-block .cta-head {
    font-size: 2rem;
  }
  .contact-block .tel-num {
    margin-bottom: 40px;
    font-size: 6rem;
  }
}
/*-----------------------------------------------------
	page-head
-----------------------------------------------------*/
.page-header {
  position: relative;
  color: #fff;
}
.page-header .page-head-fig {
  height: 250px;
}
.page-header .page-head-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-header .page-head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page-header .page-head-jp {
  text-align: center;
  font-size: 2.6rem;
  font-family: var(--zen);
  font-weight: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .page-header .page-head-fig {
    height: 500px;
  }
  .page-header .page-head-jp {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .page-head-fig {
    height: 750px;
  }
  .page-header .page-head-jp {
    font-size: 5.6rem;
  }
}
/*-----------------------------------------------------
	main-contents
-----------------------------------------------------*/
.main-contents {
  background-image: url(/system_panel/uploads/images/main-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

/*-----------------------------------------------------
	page-catch
-----------------------------------------------------*/
.catch-copy-area {
  padding-top: var(--sp-mgt);
}
.catch-copy-area .catch-head {
  margin-bottom: 20px;
  text-align: center;
}
.catch-copy-area .catch-head .head {
  color: var(--gold);
  font-size: 2.3rem;
  line-height: 1.6;
}
.catch-copy-area .catch-body p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.catch-copy-area .catch-body p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .catch-copy-area {
    padding-top: var(--pc-mgt);
  }
  .catch-copy-area .catch-head {
    margin-bottom: 30px;
  }
  .catch-copy-area .catch-head .head {
    font-size: 3.2rem;
  }
  .catch-copy-area .catch-body {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .catch-copy-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
  .catch-copy-area .catch-head {
    margin-bottom: 0;
    text-align: left;
  }
  .catch-copy-area .catch-head .head {
    font-size: 4rem;
    white-space: nowrap;
  }
  .catch-copy-area .catch-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .catch-copy-area {
    gap: 120px;
  }
}
/*-----------------------------------------------------
	page-break-img
-----------------------------------------------------*/
.break-img {
  padding-top: var(--sp-mgt);
  margin: 0 var(--sp-sec);
}
.break-img.outside-left {
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .break-img {
    padding-top: var(--pc-mgt);
    margin: 0 30px;
    width: 90vw;
    max-width: 1560px;
  }
  .break-img.outside-left {
    margin-left: calc(50% - 50vw);
  }
}
/*-----------------------------------------------------
	section
-----------------------------------------------------*/
.section {
  padding-top: var(--sp-mgt);
}

.content-inner {
  margin: 0 var(--sp-sec);
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: var(--pc-mgt);
  }
  .content-inner {
    margin: 0 auto;
    padding-inline: 30px;
    max-width: 1260px;
  }
}
/*-----------------------------------------------------
	section-head
-----------------------------------------------------*/
.section-head01 {
  margin-bottom: 20px;
  text-align: center;
}
.section-head01 .head-jp {
  font-size: 2.3rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#cdc7b4), to(#7b692a));
  background: linear-gradient(180deg, #cdc7b4 0%, #7b692a 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.section-head01 .head-en {
  margin-top: 15px;
  color: var(--red);
  font-size: 1.4rem;
}

.section-head02 {
  margin-bottom: 20px;
  text-align: center;
}
.section-head02 .head-jp {
  font-size: 2rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .section-head01 {
    margin-bottom: 80px;
  }
  .section-head01 .head-jp {
    font-size: 3.6rem;
  }
  .section-head01 .head-en {
    font-size: 1.6rem;
  }
  .section-head02 {
    margin-bottom: 70px;
  }
  .section-head02 .head-jp {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-head01 .head-jp {
    font-size: 4.4rem;
  }
  .section-head01 .head-en {
    font-size: 1.8rem;
  }
  .section-head02 .head-jp {
    font-size: 4rem;
  }
}
/*-----------------------------------------------------
	content-head
-----------------------------------------------------*/
.content-head01 {
  margin-bottom: 20px;
}
.content-head01 .head-jp {
  line-height: 1.8;
  font-size: 2.2rem;
  color: var(--gold);
}

.content-head02 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content-head02:after, .content-head02:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
}
.content-head02:after {
  width: 80px;
  background-color: var(--red);
}
.content-head02:before {
  width: 100%;
  background-color: var(--brown);
}
.content-head02 .head-jp {
  font-size: 2.2rem;
  line-height: 1.8;
}

.content-head03 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content-head03:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 6px;
  background-image: url(/system_panel/uploads/images/content-head03-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.content-head03 .head-jp {
  font-size: 2.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .content-head01 {
    margin-bottom: 40px;
  }
  .content-head01 .head-jp {
    font-size: 3.2rem;
  }
  .content-head02 {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .content-head02 .head-jp {
    font-size: 3.2rem;
  }
  .content-head03 {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .content-head03:after {
    width: 71px;
    height: 12px;
  }
  .content-head03 .head-jp {
    font-size: 3.2rem;
  }
}
/*-----------------------------------------------------
	button
-----------------------------------------------------*/
.btn-box {
  margin-top: 40px;
}

.btn-red {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-block: 17px;
  padding-right: 17px;
  color: var(--black);
  width: 86%;
  max-width: 380px;
  background-color: #fff;
  border: 2px solid var(--red);
}
.btn-red:before, .btn-red:after {
  position: absolute;
  content: "";
  right: 17px;
  height: 1px;
  background-color: var(--red);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-red:before {
  top: calc(50% - 1px);
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
}
.btn-red:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.btn-red:hover {
  color: var(--black);
  text-decoration: none;
}
.btn-red:hover:before, .btn-red:hover:after {
  right: 11px;
}

.btn-def {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding-block: 17px;
  padding-inline: 48px 65px;
  color: var(--black);
  max-width: 380px;
}
.btn-def:before, .btn-def:after {
  position: absolute;
  content: "";
  right: 17px;
  height: 1px;
  background-color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-def:before {
  top: calc(50% - 1px);
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
}
.btn-def:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.btn-def:hover {
  color: var(--black);
  text-decoration: none;
}
.btn-def:hover:before, .btn-def:hover:after {
  right: 11px;
}

@media screen and (min-width: 768px) {
  .btn-red {
    padding-block: 20px;
  }
}
/*-----------------------------------------------------
	blog
-----------------------------------------------------*/
.webgene-blog .webgene-item {
  border-bottom: 1px solid #D3CEC1;
}
.webgene-blog .webgene-item a {
  display: block;
  padding: 20px 5px;
  color: var(--black);
  text-decoration: none;
}
.webgene-blog .webgene-item a:hover {
}
.webgene-blog .webgene-item a:hover .blogttl {
}
.webgene-blog .blogdate {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.webgene-blog .blogcate {
  display: inline-block;
  padding: 0 20px 2px;
  font-size: 1.2rem;
  color: #fff;
  min-width: 95px;
  text-align: center;
  background: var(--red);
  white-space: nowrap;
  border-radius: 5px;
}
.webgene-blog .blogcate.bg-gray {
  color: var(--black);
  background: #F0F0F0;
}
.webgene-blog .blogttl {
  margin-top: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .webgene-blog .webgene-item {
    font-size: 1.8rem;
  }
  .webgene-blog .blogdate {
    margin-right: 30px;
    font-size: 1.6rem;
  }
  .webgene-blog .blogcate {
    min-width: 120px;
    font-size: 1.6rem;
  }
  .webgene-blog .blogttl {
    margin-top: 20px;
  }
}
/*-----------------------------------------------------
	lead-area
-----------------------------------------------------*/
.lead-area {
  margin-block: 40px;
}
.lead-area p {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .lead-area {
    margin-block: 80px;
    text-align: center;
  }
}
/*-----------------------------------------------------
	site-nav-area
-----------------------------------------------------*/
.site-nav-area {
  margin-top: 60px;
  padding: 60px 0 40px;
  background-image: url(/system_panel/uploads/images/content-bg.jpg);
}

.site-nav-item {
  margin-bottom: 80px;
}
.site-nav-item:last-child {
  margin-bottom: 0;
}
.site-nav-item .item-img {
  position: relative;
}
.site-nav-item .item-body {
  margin-top: 20px;
}
.site-nav-item .item-body p{
  color: #303030;
}
.site-nav-item .btn-box {
  margin-top: 20px;
}

.site-nav-head {
  position: absolute;
  top: -40px;
  left: 0;
  letter-spacing: 0.5em;
}
.site-nav-head .head {
  padding: 20px 15px;
  font-size: 2rem;
  color: #303030;
  min-height: 156px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .site-nav-area {
    position: relative;
    margin-top: 160px;
    padding: 110px 0 0;
    background-image: none;
  }
  .site-nav-area:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40%;
    background-image: url(/system_panel/uploads/images/content-bg.jpg);
    z-index: -1;
  }
  .site-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }
  .site-nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
  .site-nav-item .item-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .site-nav-head .head {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .site-nav-area:after {
    height: min(40vw, 560px);
  }
  .site-nav-lists {
    gap: 56px;
  }
  .site-nav-item {
    width: calc(100% - 37.3333333333px);
  }
  .site-nav-head .head {
    padding: 25px 20px;
    font-size: 3.2rem;
    min-height: 292px;
  }
}
/*-----------------------------------------------------
	media-block
-----------------------------------------------------*/
.media-item {
  margin-bottom: 60px;
}
.media-item:last-child {
  margin-bottom: 0;
}
.media-item.fig-pos {
  position: relative;
}
.media-item.fig-pos .media-fig {
  padding-bottom: 120px;
}
.media-item .media-fig02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.media-item .media-fig02 img {
  width: auto;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .media-item {
    margin-bottom: 170px;
  }
  .media-item.fig-pos {
    position: relative;
    margin-bottom: 200px;
  }
  .media-item .media-fig02 {
    bottom: -70px;
    right: -10px;
  }
  .media-item .media-fig02 img {
    height: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .media-item .media-fig02 {
    bottom: -100px;
    right: -20px;
  }
  .media-item .media-fig02 img {
    height: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .media-item .media-fig02 {
    right: -40px;
    bottom: -150px;
  }
  .media-item .media-fig02 img {
    height: 380px;
  }
}
.media-block {
  position: relative;
  margin-bottom: var(--sp-mgt);
}
.media-block:after {
  position: absolute;
  top: 0;
  left: calc(-1 * var(--sp-sec));
  content: "";
  width: 100vw;
  height: calc(100% + 30px);
  background-image: url(/system_panel/uploads/images/content-bg.jpg);
  z-index: -1;
}
.media-block .media-fig {
  position: relative;
  margin-inline: calc(50% - 50vw);
  z-index: 20;
}
.media-block .media-content {
  margin-top: 30px;
  line-height: 1.8;
  z-index: 10;
}
.media-block .media-content p {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .media-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5%;
    margin: 0 auto 60px;
    max-width: 1200px;
  }
  .media-block:after {
    top: 60px;
    left: auto;
    right: calc(50% - 50vw);
    content: "";
    width: 70vw;
    height: 100%;
  }
  .media-block .media-fig {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-inline: 0;
  }
  .media-block .media-fig.outside-left {
    margin-left: calc(50% - 50vw);
  }
  .media-block .media-fig.outside-right {
    margin-right: calc(50% - 50vw);
  }
  .media-block .media-content {
    margin-top: 0;
    padding-top: 90px;
    width: 48%;
  }
  .media-block.bg-short:after {
    right: 13vw;
    width: 50vw;
  }
  .media-block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .media-block.reverse:after {
    right: auto;
    left: calc(50% - 50vw);
  }
  .media-block.reverse.bg-short:after {
    left: 13vw;
  }
  .media-block.reverse .media-content {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .media-block {
    margin-bottom: 130px;
  }
  .media-block:after {
    top: 130px;
    height: calc(100% - 60px);
  }
  .media-block.bg-short:after {
    width: min(45vw, 580px);
  }
  .media-block .media-content {
    padding-top: 180px;
    padding-left: 40px;
  }
}
