@charset "UTF-8";
/*bootstrap対策*/
:is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-family: inherit;
  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: #2f2e2d;
  font-size: 1.5rem;
  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: #2f2e2d;
}





/*汎用*/
.inner {
  width: 80%;
  max-width: 120rem;
  margin: auto;
}
.titleA {
  width: fit-content;
  display: grid;
  gap: 3rem;
  margin: 0 auto 5rem;
}
.titleA h3 {
  font-size: 3.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #2f2e2d;
}
.titleA p {
  grid-row: 1;
  font-size: 3.7rem;
  font-family: "Darumadrop One", sans-serif;
  text-align: center;
  color: #fff;
  -webkit-text-stroke: #2f2e2d 0.1rem;
  position: relative;
  z-index: 1;
}
.titleA p::after {
  content: "";
  background: url(/system_panel/uploads/images/bean_typeA.png) no-repeat;
  width: 4.2rem;
  min-width: 4.2rem;
  height: 2rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
  z-index: -1;
}
[class^="button"] {
  width: fit-content;
  height: 4.2rem;
  border-radius: 2.1rem;
}
[class^="button"] :is(a, span) {
  width: 100%;
  height: inherit;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 0 4em;
  position: relative;
  color: inherit;
}
[class^="button"] :is(a, span)::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
}
.buttonA {
  background: #efdea1;
}
.buttonA :is(a, span)::after {
  background: url(/system_panel/uploads/images/arrowA.png) no-repeat;
  width: 1.4rem;
  height: 1.5rem;
}
.buttonB {
  background: #c6c3a5;
}
.buttonB :is(a, span) {
  color: #fff;
}
.buttonB :is(a, span)::after {
  background: url(/system_panel/uploads/images/arrowB.png) no-repeat;
  width: 1.2rem;
  height: 1.3rem;
}




/*header*/
#wrapper .header {
  background: rgba(0, 0, 0, 0.4);
}
.header {
  width: 100%;
  height: 9rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .logo {
  width: fit-content;
  max-width: 30.4rem;
  position: absolute;
  left: 13.02vw;
  /*25*/
  top: 2rem;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  width: 45%;
  max-width: 80rem;
  height: inherit;
  display: flex;
  margin: 0 0 0 auto;
}
.header .nav>.ul {
  width: calc(100% - 13.02vw);
  height: inherit;
  display: flex;
  align-items: center;
}
.header .nav>.ul>.li {
  list-style: none;
  flex-grow: 1;
}
.header .nav>.ul>.li:first-of-type {
  display: none;
}
.header .nav>.ul>.li {
  font-size: 1.3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.header .nav>.ul>.li>p {}
.header .nav>.ul>.li>p>a {
  color: inherit;
  text-decoration: none;
  display: grid;
  gap: 1rem;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}
.header .nav>.ul>.li>p>a::before {
  display: inline-block;
  font-size: 1.7rem;
}
.header .nav>.ul>.li:nth-of-type(1)>p>a:before {
  content: "HOME";
}
.header .nav>.ul>.li:nth-of-type(2)>p>a:before {
  content: "ABOUT";
}
.header .nav>.ul>.li:nth-of-type(3)>p>a:before {
  content: "BLOG";
}
.header .nav>.ul>.li:nth-of-type(4)>p>a:before {
  content: "ACCESS";
}
.header .nav .info {
  width: fit-content;
  min-width: 13.02vw;
  /*25*/
}
.header .nav .info .li {
  width: 100%;
  height: 4rem;
  list-style: none;
}
.header .nav .info .li:nth-of-type(1) {
  background: #ec9a95;
}
.header .nav .info .li:nth-of-type(1) a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_cart.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.6rem;
}
.header .nav .info .li:nth-of-type(2) {
  background: #77c1bc;
  border-radius: 0 0 0 1rem;
}
.header .nav .info .li:nth-of-type(2) a::before {
  content: "";
  background: url(/system_panel/uploads/images/icon_mail.png) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.1rem;
}
.header .nav .info .li p {
  width: 100%;
  height: inherit;
}
.header .nav .info .li a {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
}
/*-----ハンバーガーメニュー-----*/
.navToggle {
  display: none;
}









/*main*/
.mainimg {
  width: 100%;
  height: 40rem;
  border-bottom: 0.4rem solid #ffeea3;
  position: relative;
}
.mainimg .pic {
  width: 100%;
  height: inherit;
}
.mainimg .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mainimg h2 {
  font-size: 4.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  left: 13.02vw;
  /*25*/
  bottom: 2.6vw;
  /*5*/
  z-index: 1;
}
.bottom {
  padding: 9rem 0;
}
.bottom .col2 {
  width: 80%;
  max-width: 85rem;
  margin: auto;
  display: flex;
  gap: 2.08vw;
  /*4*/
}
.bottom .col2 :is(.left, .right) {
  width: 50%;
}
.bottom .col2 :is(.left, .right) img {
  width: 100%;
}
.bottom .col2 :is(.left, .right):hover {
  opacity: 0.7;
  transition: 0.5s;
}












/*ブロマル用*/
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h2 {
  font-weight: bold;
  margin: 2.5rem 0 1rem;
  padding: .8rem 2rem;
  border-left: 5px solid #192c56;
  /*要変更*/
  background: #f4f4f4;
  line-height: 1.3;
}

:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3 {
  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;
}
:is(.blogdetail, .worksdetail, .casesdetail, .topicsdetail) .webgene-blog .webgene-item .cmt h3::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #192c56;
  /*要変更*/
  min-width: 50px;
}


/*blur*/
.blur {
  animation: blur 1s linear forwards;
}
@keyframes blur {
  0% {
    filter: blur(1rem);
  }
  100% {
    filter: blur(0);
  }
}


/*footer*/
.footer {
  background: url(/system_panel/uploads/images/bg_footer.jpg);
  padding: 10rem 0 3rem;
}
.footer .col2 {
  display: flex;
  gap: 5.2vw;
  margin: 00 auto 13rem;
}
.footer .col2 .left {
  width: 52%;
}
.footer .col2 .left .logo {
  width: 18.75vw;
  min-width: 33rem;
}
.footer .col2 .left .logo img {
  width: 100%;
}
.footer .col2 .right {
  width: 48%;
}
.footer .col2 .right p {
  color: #fff;
  line-height: 2.4;
}
.footer .copyright {
  text-align: center;
}
.footer .copyright a {
  color: #fff;
}



/*追加ライブラリ*/
/*スムーススクロール*/
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.4);
}
/* 「.scroll-nav」付与時の.logo,.ul,aデザイン用*/
.header.scroll-nav :is(.logo, .ul .li a) {}





/*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;
}





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