@charset "UTF-8";
/*bootstrap対策*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit
}
p {
  margin: 0;
}
dl,
ol,
.ul {
  margin: 0;
}
dt,
.dd {
  margin: 0;
}
label,
.figure {
  margin: 0;
  padding: 0;
}
/****************************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
a,
span,
address,
blockquote,
table,
tr,
th,
.td {
  /*transform: rotate(0.03deg);*/
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*overflow-x: hidden;*/
  /*横スクロールが出るのを隠すため*/
}
html {
  font-size: 62.5%;
  /*font-size: 0.390625vw*/
  /*期値を10pxとする場合：10/2560*100=0.396（表示させたい文字サイズ÷width×100*/
  /*transform: rotate(0.03deg);*/
}
html {
  scroll-padding-top: 70px;
  /* 固定ヘッダの高さ分 */
}
body {
  color: #1d1d1d;
  font-size: 1.7rem;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  /*5*/
  background: url(/system_panel/uploads/images/bgA.png);
  position: relative;
  padding: 2.6vw 0;
  /*5*/
  letter-spacing: 0.2em;
}

/*iphone対策*/
button {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
}





/*汎用*/
[class*="_cnt"] {
  width: calc(100% - 5.2vw);
  margin: auto;
}
.inner {
  width: 90%;
  max-width: 164rem;
  margin: auto;
}
.titleA {
  display: flex;
  align-items: baseline;
  gap: 1.5625vw;
  /*3*/
  margin: 0 0 5rem;
}
.titleA h3 {
  font-size: 4rem;
}
.titleA p {}
.titleB {
  margin: 0 0 8rem;
}
.titleB h3 {
  font-size: 4rem;
  text-align: center;
  margin: 0 auto 1rem;
}
.titleB p {
  text-align: center;
}
.buttonA {
  width: fit-content;
  min-width: 24rem;
  height: 4.7rem;
  background: #fff;
  border: 0.1rem solid #1d1d1d;
  border-radius: 2.35rem;
  text-align: center;
  line-height: 1 !important;
}
.buttonA :is(a, span) {
  width: 100%;
  height: inherit;
  padding: 0 2em;
  display: grid;
  align-items: center;
  position: relative;
  color: #1f1f1d;
  text-decoration: none;
}
.buttonA :is(a, span)::after {
  content: "";
  background: url(/system_panel/uploads/images/arrow.png) no-repeat;
  width: 0.8rem;
  height: 1.1rem;
  display: inline-block;
  position: absolute;
  right: 1.5rem;
}
.buttonA :is(a, span):hover::after {
  right: 1rem;
  transition: 0.5s;
}


/*header*/
.header {
  width: fit-content;
  position: relative;
  z-index: 9;
}
.header2 {
  width: 100%;
  /*height: 11.5rem;*/
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 12.23vw;
  /*23.5*/
  margin: 0;
  position: absolute;
  /*top: 5.98vw;*/
  top: 3.9vw;
  /*7.5*/
  z-index: 9;
}
.header2 .logo {
  width: fit-content;
  max-width: 16.5rem;
}
.header2 .logo img {
  width: 100%;
}
.header2>.ul {
  width: 57%;
  min-width: 60rem;
  max-width: 82rem;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header2>.ul .li {
  list-style: none;
  font-size: 1.6rem;
}
.header2>.ul .li a {
  color: #fff;
  text-decoration: none;
}
.header2>.ul .li:first-of-type {
  display: none;
}
.header2>.ul .li:nth-of-type(5) a::after {
  content: "";
  background: url(/system_panel/uploads/images/icon_jump.png) no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin: 0 0 0 1rem;
}
/* luxy用
.container01 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  width: 100%;
}
.container02 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.luxy-img01 {
  margin-inline: auto;
  width: 30%;
}
.luxy-img02 {
  left: 40px;
  position: relative;
  width: 30%;
}
.luxy-img03 {
  position: relative;
  right: 40px;
  width: 30%;
}
.luxy-img04 {
  position: relative;
  left: 40%;
  top: 100px;
  width: 30%;
}
.luxy-img05 {
  position: relative;
  width: 30%;
}
.luxy-img06 {
  position: relative;
  right: 40%;
   top: 100px;
  width: 30%;
}
img {
  height: auto;
  width: 100%;
}
*/

/*main*/

.mainimg {
  width: calc(100% - 2.6vw);
  /*5*/
  margin: auto;
  height: 50rem;
  background-blend-mode: darken;
  background-size: cover;
  clip-path: polygon(3.125vw 0, 0 3.125vw, 0 calc(100% - 3.125vw), 3.125vw 100%, calc(100% - 3.125vw) 100%, 100% calc(100% - 3.125vw), 100% 3.125vw, calc(100% - 3.125vw) 0);
  position: relative;
}
.maintitle {
  display: flex;
  align-items: baseline;
  gap: 1.5625vw;
  /*3*/
  padding: 0 12.23vw;
  position: absolute;
  bottom: 7rem;
}
.maintitle h2 {
  font-size: 4rem;
}
.maintitle * {
  color: #fff;
}
.bottom {
  width: calc(100% - 5.2vw);
  margin: auto;
}
.bottom .col2 {
  width: 100%;
  display: flex;
}
.bottom .col2 :is(.left, .right) {
  width: 50%;
  height: 40rem;
  background-size: cover;
  background-blend-mode: darken;
  display: grid;
  align-content: center;
}
.bottom .col2 :is(.left, .right) .titleA {
  color: #fff;
}
.bottom .col2 .left {
  background: url(/system_panel/uploads/images/bottom_1.jpg) no-repeat center rgba(29, 29, 29, 0.5);
  background-size:cover;
  padding: 5.2vw 5.2vw 5.2vw 16.14vw;
  /*10 31*/
}
.bottom .col2 .right {
  background: url(/system_panel/uploads/images/bottom_2.jpg) no-repeat center rgba(29, 29, 29, 0.5);
  background-size:cover;
  padding: 5.2vw;
}




/*footer*/
.footer {
  width: calc(100% - 5.2vw);
  margin: auto;
  padding: 13rem 0 0;
}
.footer .inner {
  max-width: 120rem;
}
.footer .inner .col2 {
  display: flex;
}
.footer .inner .col2 .left {
  width: 50%;
}
.footer .inner .col2 .left .logo {
  width: fit-content;
  margin: 0 0 4rem;
}
.footer .inner .col2 .left .logo img {
  width: 100%;
}
.footer .inner .col2 .left>p {
  margin: 0 0 5rem;
}
.footer .inner .col2 .left .ul {
  display: grid;
  gap: 3.5rem;
  margin: 0 0 8rem;
}
.footer .inner .col2 .left .li {
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: baseline;
}
.footer .inner .col2 .left .li::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(/system_panel/uploads/images/icon_x.png) no-repeat center #1d1d1d;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}
.footer .inner .col2 .left .li a {
  color: inherit;
  border-bottom: 0.1rem dotted #1d1d1d;
}
.footer .inner .col2 .right {
  width: 50%;
}
.footer .inner .col2 .right .ul {}
.footer .inner .col2 .right .li {
  list-style: none;
  margin: 0 0 4rem;
}
.footer .inner .col2 .right .li a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer .inner .col2 .right .li a::before {
  content: "";
  background: url(/system_panel/uploads/images/arrow.png) no-repeat;
  width: 0.8rem;
  height: 1.1rem;
  display: inline-block;

}







/*ページ遷移時のフェードイン効果*/
html {
  animation: fadein 3s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}




/*スムーススクロール*/
html {
  /*scroll-behavior: smooth;※smoooothでの使用は不可*/
}




/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}




/*pagetopボタン用*/
.pagetop {
  position: fixed;
  bottom: 5rem;
  right: 10%;
  background: #000;
  color: #fff;
  width: 7rem;
  height: 7rem;
  z-index: 4;
}
.pagetop a {
  width: inherit;
  height: inherit;
  display: inline-grid;
  place-items: center;
  color: #fff;
}




/*.headerSwitch用*/
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.header {}
.header.scroll-nav {}
/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
.header.scroll-nav :is(.logo, .ul .li a) {}




/*アコーディオン*/
.aco2 {
  display: none;
  /*初期状態で開いておく場合はinitialに変更*/
}
#wrapper .aco2 {
  display: initial;
  /*初期状態で開いておく場合はinitialに変更*/
}
.aco-open {
  position: relative;
}
.aco-open::after {
  /* 閉じている時 */
  content: "×";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  color: #b6e0c2;
}
.aco-open.active::after {
  /* 開いている時 */
  content: "＋";
  font-size: 5rem;
  color: #b6e0c2;
  top: 1.5rem;
}




/*========= 流れるテキストslideAnime ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}




/*wow.js（animate.cssのスクロールのタイミングに発動させるライブラリ）用*/
.box {
  animation-fill-mode: forwards;
}




/*animate.cssの追加css*/
.animate__delay-1s {
  animation-delay: calc(var(--animate-delay)*0.5) !important;
}
.animate__delay-2s {
  animation-delay: calc(var(--animate-delay)*1) !important;
}
.animate__delay-3s {
  animation-delay: calc(var(--animate-delay)*1.5) !important;
}
.animate__delay-4s {
  animation-delay: calc(var(--animate-delay)*2) !important;
}
.animate__delay-5s {
  animation-delay: calc(var(--animate-delay)*2.5) !important;
}
.animate__delay-6s {
  animation-delay: calc(var(--animate-delay)*3) !important;
}