@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  color: inherit
}
:is(.dl, dt, dd, ul, ol, label, figure, figcaption, p) {
  margin: 0;
  padding: 0;
}
/****************************/
*,
::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: #0b0c0c;
  font-size: 1.6rem;
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
}

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





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  display: grid;
  gap: 5rem;
  margin: 0 0 3rem;
}
.titleA h3 {
  font-size: 4.3rem;
  color: #fff;
  line-height: 1.44;
}
.titleA p {
  grid-row: 1;
  font-size: 2.5rem;
  color: #a8a8a8;
  line-height: 1 !important;
}
[class^="button"] {
  width: fit-content;
  min-height: 4.5rem;
  background: none;
  border: none;
  line-height: 1 !important;
}
[class^="button"] :is(a, span) {
  width: 100%;
  min-height: inherit;
  display: grid;
  align-items: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
[class^="button"] :is(a, span)::after {
  content: "";
  width: 3.4rem;
  min-width: 3.4rem;
  height: 3.4rem;
  display: inline-block;
  position: absolute;
  right: -4rem;
}
[class^="button"] :is(a, span):hover::after {
  right: -5rem;
  transition: 0.5s;
}
.buttonA :is(a, span) {
  color: #fff;
}
.buttonA :is(a, span)::after {
  background: url(/system_panel/uploads/images/arrowA.png) no-repeat;
}
.buttonB :is(a, span) {
  color: #0b0c0c;
}
.buttonB :is(a, span)::after {
  background: url(/system_panel/uploads/images/arrowB.png) no-repeat;
}




/*header*/
.header {
  width: 100%;
  height: 11rem;
  padding: 0 3.125vw 0 12.23vw;
  /*6 23.5*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 9;
}
.header .logo {
  width: 11rem;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  width: 55%;
}
.header .nav>.ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav>.ul>.li {
  width: auto;
  height: 3rem;
  flex-grow: 1;
  list-style: none;
  text-align: center;
  color: #fff;
  display: grid;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .nav>.ul>.li:first-of-type {
  display: none;
}
.header .nav>.ul>.li:last-of-type {
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
}
.header .nav>.ul>.li>p {
  width: 100%;
  height: inherit;
        text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
}
.header .nav>.ul>.li>p>a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.header .nav>.ul>.li>.ul {
  width: 100%;
  display: none;
}
.header .nav>.ul>.li:hover .ul {
  display: block;
  position: absolute;
  top: 3rem;
  padding: 1rem;
}
.header .nav>.ul>.li>.ul>.li {
  list-style: none;
  width: 100%;
  height: 3rem;
  background: rgba(255, 255, 255, 0.7);
  top: 3rem;
  margin: 0 0 0.1rem;
}
.header .nav>.ul>.li>.ul>.li p {
  width: 100%;
  height: inherit;
        text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
}
.header .nav>.ul>.li>.ul>.li a {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  color: #0b0c0c !important;
  text-decoration: none !important;
}



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









/*main*/
.mainimg {
  width: 100%;
  height: 50rem;
  position: relative;
}
.maintitle {
  display: grid;
  gap: 2.5rem;
  position: absolute;
  left: 13vw;
  /*25*/
  bottom: 6rem;
}
.maintitle h2 {
  font-size: 2rem;
  color: #fff;
}
.maintitle p {
  grid-row: 1;
  font-size: 10rem;
  color: #fff;
}
.bottom {
  width: 100%;
}
.bottom .col2 {
  width: 100%;
  margin: auto;
  display: flex;
}
.bottom .col2 :is(.left, .right) {
  width: 50%;
}
.bottom .col2 .left {
  background: url(/system_panel/uploads/images/bottom_bg1.jpg) no-repeat center rgba(23, 41, 40, 0.9);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 10rem 3.9vw 10rem 15.1vw;
  /* 7.5 29*/
}
.bottom .col2 .right {
  background: url(/system_panel/uploads/images/bottom_bg2.jpg) no-repeat center rgba(73, 47, 6, 0.9);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 10rem 10vw 10rem 3.9vw;
  /*29 7.5*/
}
.bottom .col2 :is(.left, .right)>p:not(.buttonA) {
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 5rem;
}




/*ブロマル用*/
.columndetail_cnt1 .inner .col2 .right .webgene-blog .webgene-item .cmt h4 {
  width: 100%;
  height: 5rem;
  display: grid;
  align-items: center;
  background: #fff;
  font-weight: bold;
  margin: 2.5rem 0 1rem;
  border-left: 5px solid #19100c;
  /*要変更*/
  padding: 0 1.5625vw;
  /*3*/
}

.columndetail_cnt1 .inner .col2 .right .webgene-blog .webgene-item .cmt h5 {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin: 2rem 0 .5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #dadada;
  position: relative;
  line-height: 1.3;
  padding: 0 1.5625vw;
  /*3*/
}
.columndetail_cnt1 .inner .col2 .right .webgene-blog .webgene-item .cmt h5::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #192c56;
  /*要変更*/
  min-width: 50px;
}






/*footer*/
.footer {
  width: 100%;
  background: #131315;
  padding: 13rem 0 10rem;
}
.footer * {
  color: #999999;
}
.footer .inner {
  max-width: 100rem;
}
.footer .inner .col2 {
  display: flex;
  margin: 0 0 12rem;
}

.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 .sns {
  display: flex;
  gap: 1.5625vw;
  /*3*/
  margin: 0 0 4rem;
}
.footer .inner .col2 .left .onlinestore {
  width: fit-content;
  height: 3.3rem;
  border: 0.1rem solid #999999;
  display: grid;
  align-items: center;
  font-size: 1.5rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
  padding: 0 2em;
}
.footer .inner .col2 .right {
  width: 50%;
}
.footer .inner .col2 .right .nav {
  width: auto;
  max-width: 32rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer .inner .col2 .right .nav .ul {}
.footer .inner .col2 .right .nav .li {
  width: 100%;
  height: 5rem;
  list-style: none;
}
.footer .inner .col2 .right .nav .li a {
  display: inline-block;
  width: 100%;
  height: inherit;
  color: inherit;
}



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





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





/*.headerSwitch.js用*/
/*「.scroll-nav」付与時のヘッダーデザイン */
.header.scroll-nav {
  background: rgba(0, 0, 0, 0.5);
}
/* 「.scroll-nav」付与時の.logo,.ul,aデザイン用*/
.header.scroll-nav :is(.logo, .ul .li a) {}





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





/*アコーディオン*/
.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;
}





/*animate.css用*/
/*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;
}
.animate__delay-7s {
  animation-delay: calc(var(--animate-delay)*3.5) !important;
}
.animate__delay-8s {
  animation-delay: calc(var(--animate-delay)*4) !important;
}
.animate__delay-9s {
  animation-delay: calc(var(--animate-delay)*4.5) !important;
}
.animate__delay-10s {
  animation-delay: calc(var(--animate-delay)*5) !important;
}