@charset "UTF-8";
:root {
  --color-accent: #B7F616;
  --color-main: #000000;
  --color-sub: #333333;
  --color-sub2: #f1f1f1;
  --color-sub3: #525252;
  --color-sub4: #cfcfcf;
  --color-sub5: #F2F2F2;
  --color-base: #fff;
  --color-link: #73ceab;
  --color-hover: rgb(98 177 57);
  --color-hover2: #aee4c0;
  --color-btn: var(--color-gra);
  --color-btn-h: var(--color-gra2);
  --color-btn2: var(--color-accent);
  --color-btn2-h: var(--color-sub4);
  --color-btn3: #fff;
  --color-btn3-h: var(--color-gra2);
  --color-flow: #25b3ce;
  --color-bw: #fff;
  --color-scroll: var(--color-filter-w);
  --color-blk: #333;
  --color-fsv: var(--color-filter-w);
  --color-top-menu: var(--color-filter-w);
  --color-title-line: var(--color-gra2);
  --color-leaf: #0f778f;
  --color-contact: var(--color-btn);
  --color-gra: linear-gradient(90deg, var(--color-main), var(--color-sub));
  --color-gra2: linear-gradient(90deg, var(--color-sub), var(--color-sub3));
  --color-gra3: linear-gradient(90deg, var(--color-main), var(--color-accent));
  --color-gra4: linear-gradient(90deg, var(--color-sub5), #f0f0f0);
  --color-filter-w: brightness(0%) contrast(300%) hue-rotate(360deg) invert(100%);
  --color-filter-m: invert(15%) sepia(84%) saturate(2833%) hue-rotate(214deg) brightness(84%) contrast(98%);
  --color-mark: linear-gradient(transparent 70%, rgba(95, 240, 240, 0.7) 30%);
  --shadow: -5px 10px 35px -20px rgba(77, 77, 77, 0.7);
  --shadow2: 5px 5px 10px -5px rgba(0, 0, 0, .1), -5px -5px 10px #fff;
  --shadow3: -5px 10px 35px -20px rgba(77, 77, 77, 0.3);
  --shadow4: 7px 10px 35px -20px rgba(77, 77, 77, 0.7);
  --text-shadow: 1px 1px 15px rgba(58, 58, 58, 0.7);
  --text-shadow2: 1px 1px 15px rgba(58, 58, 58, 0.3);
  --font-swap: sans-serif;
  --font-swap-min: serif;
  --font-swap-menu: var( --font-swap);
  --font-main: "Gothic", sans-serif;
  --font-min: "Mincho", serif;
  --font-hand: "Hand", cursive;
  --font-cat: "Cat", serif;
  --font-cat2: "Cat2", sans-serif;
  --font-eng: "Eng", sans-serif;
  --font-menu: var( --font-main);
  --font-menu-weight: normal;
  --font-size-min: 12px;
  --font-size-sml: 14px;
  --font-size-reg: 16px;
  --font-size-big: 20px;
  --font-size-max: 32px;
  --text-tra: uppercase;
  --width-pc: 1200px;
  --width-tb: 768px;
  --width-sp: 430px;
  --width-scroll: calc(100vw - 100%);
  --height-main: 100vh;
  --height-menu: 100px;
  --height-menu-sp: 70px;
  --ratio-golden: 1.618 / 1;
  --ratio-silver: 1.414 / 1;
  --ratio-golden-v: 1 / 1.618;
  --ratio-silver-v: 1 / 1.414;
  --amin-base: all 0.6s;
  --amin-sub: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  --img-hover: scale(1.1);
  --btn-move: scale(0.99, 0.99) translateY(2px);
  --slant: matrix(1, 0, -0.42, 1, 0, 0);
  --slant2: matrix(1, 0, 0.42, 1, 0, 0);
  --radius: 0;
  --radius-max: 40px;
  --radius-min: 10px;
  --z-back: -1;
  --z-header: 100;
  --z-open-btn: 101;
  --z-menu: 999;
  --z-fix: 9998;
  --z-front: 9999;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes circleMove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirleMoveHide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes PageSlant {
  0% {
    transform-origin: left;
    transform: translateX(-300%) skewX(-45deg);
  }
  100% {
    transform-origin: left;
    transform: translateX(500%) skewX(-45deg);
  }
}
@keyframes PageCircle {
  0% {
    transform: scale(100);
  }
  100% {
    transform: scale(0);
    display: none;
  }
}
@keyframes PageCenter {
  99.9% {
    border-width: 0px;
  }
  100% {
    z-index: var(--z-back);
    border-width: 0px;
  }
}
@keyframes PageLeft {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  51% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes PageOpenLeft {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes PageRight {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes PageOpenRight {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes PageTop {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  51% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
@keyframes PageOpenTop {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
@keyframes PageBottom {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes PageOpenBottom {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes circle {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
  }
}
@keyframes wobblingX {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 10px;
  }
}
@keyframes wobblingY {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes wobblingTopX {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 15px;
  }
}
@keyframes wobblingTopY {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 20px;
  }
}
@keyframes wobblingTopX2 {
  0% {
    margin-left: 0px;
    width: 220px;
  }
  100% {
    margin-left: 15px;
    width: 250px;
  }
}
@keyframes wobblingTopY2 {
  0% {
    margin-bottom: 0px;
    height: 440px;
  }
  100% {
    margin-bottom: 20px;
    height: 350px;
  }
}
@keyframes lost {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAppear {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/* アニメーショントリガー */
.bgRight::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-btn-h);
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
}
.bgRight:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.bgCenterX::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-btn-h);
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: top;
}
.bgCenterX:hover::before {
  transform: scale(1, 1);
}

.bgSlant::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  background: var(--color-btn-h);
  z-index: 1;
  transform: skewX(-25deg);
}
.bgSlant:hover::before {
  animation: bgSlant 0.5s forwards;
}
@keyframes bgSlant {
  100% {
    left: -10%;
  }
}

.bgCenterOut::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-btn-h);
  transition: ease 0.2s;
  z-index: 1;
  transform: scale(0, 0);
  transform-origin: center;
}
.bgCenterOut:hover::before {
  transform: scale(1, 1);
}

.bgCercle::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 100%;
  height: 0;
  background: var(--color-btn-h);
  padding-top: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.3s;
}
.bgCercle:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.7s, transform 0.5s ease-in-out;
}

.textRandomAnm span {
  opacity: 0;
}
.textRandomAnm.textRandom span {
  animation: fade 0.5s ease-out forwards;
}
.textRandomAnm.textRandom span:nth-child(2n) {
  animation-delay: 0.5s;
}
.textRandomAnm.textRandom span:nth-child(3n+1) {
  animation-delay: 0.15s;
}
.textRandomAnm:hover::before {
  transform: scale(1, 1);
}

.textOneByAnm span {
  opacity: 0;
}
.textOneByAnm.textOneBy span {
  animation: fade 1s ease-out forwards;
}

.textOneByUpAnm {
  overflow: hidden;
  margin: 0 auto;
}
.textOneByUpAnm span {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
}
.textOneByUpAnm.textOneByUp span {
  animation: textOneByUpOn 0.6s cubic-bezier(0.5, 0.5, 0, 1) forwards;
}

@keyframes textOneByUpOn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.typingAnm span {
  display: none;
}
.typingAnm::after {
  content: "|";
  animation: fade 0.8s ease infinite;
}

.timeline li {
  list-style: none;
  padding: 0 0 20px 0;
}
.timeline li::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}
.timeline dl {
  margin: 0 0 20px 3em;
}
.timeline .border-line {
  position: absolute;
  width: 100%;
  height: 150%;
  left: -25px;
  top: 18px;
}
.timeline .border-line::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

/*== ボタン共通設定 */
.w-btn {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
  background: var(--color-btn);
  box-shadow: var(--shadow);
  border-radius: var(--radius-max);
  padding: 16px 40px;
  overflow: hidden;
}
.w-btn span {
  z-index: 2;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
.w-btn:hover {
  box-shadow: none;
  transform: var(--btn-move);
}
.w-btn:hover span {
  color: #fff;
}

a[rel=nofollow].w-btn span {
  display: block;
  padding-right: 26px;
  width: -moz-fit-content;
  width: fit-content;
  background: url("/wp-content/themes/swell_child/img/ico/ico_link_out_w.svg") no-repeat right 1px center;
  background-size: 20px 20px;
}

.w-btn-o {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 80px auto 0 auto;
  transition: ease 0.2s;
}
.w-btn-o img {
  position: absolute;
  width: 40px;
  height: 10px;
  margin-top: 30px;
  margin-left: -20px;
  z-index: 3;
  transition: ease 0.2s;
}
.w-btn-o .bgCenterX::before {
  background: var(--color-btn-h);
}
.w-btn-o:hover {
  transform: var(--btn-move);
}
.w-btn-o:hover img {
  margin-top: 30px;
  margin-left: -23px;
}

.circle span.mask::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
}
.circle span.mask:hover::before {
  animation: circle 0.75s;
}

.bgExtend, .bgAppear {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}

.bgExtend {
  animation: fade 1s forwards;
}

.bgAppear {
  animation: fade 1s forwards 0.6s;
}

.bgRight::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  animation: bgRight 1s forwards;
}

@keyframes bgRight {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bg-stay .bgRight::before {
  animation: bgRightStay 1s forwards;
  z-index: 0;
}
.bg-stay .bgAppearAnm {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0 6px 0 9px;
}
.bg-stay .bgAppear {
  animation: fade 1s forwards 1s;
}
.bg-stay.white .bgRight::before {
  background: #fff;
}
.bg-stay.white .bgAppearAnm {
  color: var(--color-main);
}

@keyframes bgRightStay {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.bgOpenAnm::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.bgOpenAnm.bgOpen::before {
  animation: bgRightOpen 1s forwards 1s;
}

@keyframes bgRightOpen {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.rotateRightZ {
  animation: rotateRightZ 1s forwards;
}

@keyframes rotateRightZ {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.fadeIn {
  animation: fade 1s forwards;
  opacity: 0;
}

.fadeUp {
  animation: fadeUp 0.7s forwards;
  opacity: 0;
}

.fadeLeft {
  animation: fadeLeft 0.7s forwards;
  opacity: 0;
}

.fadeRight {
  animation: fadeRight 0.7s forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.flipLeftTop {
  animation: flipLeftTop 0.5s forwards;
  opacity: 0;
}

.flipRightTop {
  animation: flipRightTop 0.5s forwards;
  opacity: 0;
}

.flipDown {
  animation: flipDown 1s forwards;
  opacity: 0;
}

@keyframes flipLeftTop {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes flipRightTop {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes flipDown {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
.zoomIn {
  animation: zoomIn 0.5s forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.blur {
  animation: blur 1s forwards;
}

@keyframes blur {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.slideIn {
  display: inline-block;
  overflow: hidden;
}

.slideInInner {
  display: inline-block;
}

.slideAnmLeftRight {
  animation: slideTextX100 0.8s forwards 1s;
  opacity: 0;
}

.slideAnmRightLeft {
  animation: slideTextX-100 0.8s forwards 1s;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.lineAnm {
  /*左右線*/
}
.lineAnm.line {
  animation: fade 0.5s forwards;
}
.lineAnm::before, .lineAnm::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: var(--color-main);
}
.lineAnm::before {
  top: 0;
  right: 0;
}
.lineAnm::after {
  bottom: 0;
  right: 0;
}
.lineAnm .line2 {
  max-width: 100%;
}
.lineAnm .line2::before, .lineAnm .line2::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  background: var(--color-main);
}
.lineAnm .line2::before {
  top: 0;
  right: 0;
}
.lineAnm .line2::after {
  bottom: 0;
  left: 0;
}
.lineAnm.line::before {
  animation: line 0.5s linear 0s forwards;
}
.lineAnm.line::after {
  animation: line 0.5s linear 1s forwards;
}
.lineAnm.line .line2::before {
  animation: line2 0.5s linear 0.5s forwards;
}
.lineAnm.line .line2::after {
  animation: line2 0.5s linear 1.5s forwards;
}

@keyframes line {
  0% {
    width: 0%;
  }
  99% {
    width: 100%;
    opacity: 0.2;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes line2 {
  0% {
    height: 0%;
  }
  99% {
    height: 100%;
    opacity: 0.2;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
.lineAnm.line .lineAppear {
  animation: fade 0.5s linear 1.5s forwards;
  opacity: 0;
  max-width: 100%;
}

.bg-img .lineAnm.line .lineAppear {
  animation: lost 0.5s linear 1.6s forwards;
  opacity: 0.8;
  background: #fff;
}

.bgRightAnm, .bgAppearAnm, .zoomInAnm,
.fadeInAnm, .fadeUpAnm, .fadeLeftAnm, .fadeRightAnm,
.flipLeftTopAnm, .flipRightTopAnm, .blurAnm, .slideAnm, .lineAnm {
  opacity: 0;
}

.glowAnm span {
  opacity: 0;
}

.glowAnm.glow span {
  animation: glow 1s ease-out forwards;
}

@keyframes glow {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 rgb(245, 255, 189), 0 0 0 rgb(245, 255, 189);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px rgb(245, 255, 189), 0 0 15px rgb(245, 255, 189);
  }
  100% {
    opacity: 1;
    text-shadow: none;
  }
}
span.smoothTextOuter {
  display: block;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}

span.smoothTextAnm {
  display: block;
  transition: 1.2s ease-in-out 2s;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
}
span.smoothTextAnm.smoothText {
  transform: translate3d(0, 0, 0) skewY(0);
}

.rollAnm.roll span {
  display: inline-block;
  transform: rotateY(360deg);
  transition-property: opacity, transform;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

@font-face {
  font-family: "Mincho";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/ShipporiMinchoYakuHan-Regular.woff2?ver=00") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gothic";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/NotoSansYakuHanJP-Regular.woff2?ver=00") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gothic";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/NotoSansYakuHanJP-Bold.woff2?ver=00") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Eng";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/RobotoCondensed-Bold.woff2?ver=00") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Hand";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/highlander.woff2?ver=00") format("woff2");
}
@font-face {
  font-family: "Cat";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/cat/ShipporiMinchoYakuHan-Regular.woff2?ver=00") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cat2";
  font-display: swap;
  src: url("/wp-content/themes/swell_child/font/cat/NotoSansYakuHanJP-Bold.woff2?ver=00") format("woff2");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background: var(--color-base) !important;
  color: var(--color-blk);
  font-size: var(--font-size-reg);
  font-family: var(--font-swap);
  text-decoration: none;
  line-height: 1.85;
  letter-spacing: 0.2em;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body.appear {
  font-family: var(--font-main);
}

div, span, p, section, ul, li, dl, dt, dd, a, h1, h2, h3, h4, figure {
  position: relative;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.base a {
  color: var(--color-link);
  text-decoration: none;
}
.base a:hover {
  color: var(--color-hover);
  text-decoration-color: var(--color-sub);
  opacity: 0.9;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.not-display, .not-disp {
  display: none !important;
}

.screen-reader-text, .meta-nav, .vk-mobile-nav-menu-btn,
#site-header, .page_top_btn, #page_top, .vk-mobile-nav,
body.home .site-body-bottom, .site-footer, .site-footer-copyright {
  display: none !important;
}

.border-yellow {
  background: linear-gradient(none 60%, #f1f18b 60%);
}

.arkb-marker {
  color: "";
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: normal;
  background: none;
  padding: 0;
}
.arkb-marker::after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-accent);
  bottom: -5px;
}

del.line-through {
  background-image: linear-gradient(#000, #000);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  text-decoration: none;
  margin: 0 0.4em;
}

.grecaptcha-badge {
  visibility: hidden;
}

.entry-body > p {
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
}

.text-center, .txt-cen {
  text-align: center;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-pc) !important;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 16px;
    margin: 0;
  }
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100% !important;
  height: 101%;
  clip: rect(0, auto, auto, 0);
  background: #fff;
  z-index: -1;
  top: -1px;
}
.bg-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img.fix::before {
  position: fixed;
}
.bg-img .scrollAnm, .bg-img .bgAnm {
  width: 100%;
  height: 100%;
}
.bg-img .lineAnm, .bg-img .line2, .bg-img .lineAppear {
  height: 100%;
}

.img-cover {
  display: block;
  overflow: hidden;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--amin-sub);
}

.sp, .sp-br, span.sp-br {
  display: none;
}

.pc {
  display: inline-block;
}

.tb-br {
  display: none;
}

.not-sp {
  display: block;
}

.pc-text-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .tb-br {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .sp-br, span.sp-br, p span.sp-br, h3.sp {
    display: block;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
  .sp {
    display: inline-block;
  }
  .pc, .not-sp {
    display: none;
  }
}
#g-nav {
  position: fixed;
  width: 100%;
  height: var(--height-main);
  top: 0;
  left: 0;
  display: none;
  z-index: var(--z-menu);
  transition: var(--amin-sub);
}
#g-nav #g-nav-list {
  position: fixed;
  width: 100%;
  height: var(--height-main);
  top: 0;
  left: 0;
  display: none;
  z-index: var(--z-front);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .menu-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: var(--z-front);
  max-width: 860px !important;
}
@media screen and (max-width: 800px) {
  #g-nav .menu-detail {
    flex-flow: column-reverse;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    transform: translate(-50%, 0);
    padding-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  #g-nav .menu-detail {
    width: 100%;
  }
}
#g-nav.panel-active {
  display: block;
  z-index: var(--z-fix);
}
#g-nav.panel-active #g-nav-list {
  display: block;
}
#g-nav.panel-active .menu-detail {
  opacity: 1;
}
#g-nav.panel-active .menu-detail li {
  animation: fade 1s forwards 0.2s;
  opacity: 0;
}
#g-nav.down, #g-nav.up, #g-nav.right, #g-nav.left, #g-nav.fade, #g-nav.blur {
  background: var(--color-gra);
  transition: all 0.6s;
}
#g-nav.down {
  top: -120%;
  bottom: auto;
}
#g-nav.down.panel-active {
  top: 0;
}
#g-nav.up {
  top: auto;
  bottom: -120%;
}
#g-nav.up.panel-active {
  bottom: 0;
}
#g-nav.right {
  top: auto;
  left: -120%;
}
#g-nav.right.panel-active {
  left: 0;
}
#g-nav.left {
  top: auto;
  right: -120%;
}
#g-nav.left.panel-active {
  right: 0;
}
#g-nav.fade {
  display: none;
}
#g-nav.fade.panel-active {
  display: block;
}
#g-nav.blur {
  transition: all 0.1s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
#g-nav.blur.panel-active {
  background: none;
}
#g-nav.blur.panel-active::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gra);
  opacity: 0.8;
}

.circle-bg {
  display: block;
  position: fixed;
  z-index: var(--z-fix);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--color-gra);
  transform: scale(0);
  transition: all 0.6s;
}
.circle-bg.right-down {
  right: -50px;
  bottom: -50px;
}
.circle-bg.right-up {
  right: -50px;
  top: -50px;
}
.circle-bg.left-down {
  left: -50px;
  bottom: -50px;
}
.circle-bg.left-up {
  left: -50px;
  top: -50px;
}
.circle-bg.down {
  top: -50px;
  left: calc(50% - 50px);
}
.circle-bg.up {
  bottom: -50px;
  left: calc(50% - 50px);
}
.circle-bg.right {
  left: -50px;
  top: calc(50% - 50px);
}
.circle-bg.left {
  right: -50px;
  top: calc(50% - 50px);
}
.circle-bg.center {
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
.circle-bg.circle-active {
  transform: scale(50);
}

#top-header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--height-menu);
  background: var(--color-main);
  transition: var(--amin-sub);
  z-index: var(--z-header);
}
#top-header h2 {
  position: absolute;
  left: 0;
  padding: 0 !important;
  margin: 0;
  z-index: 1;
  transition: var(--amin-sub);
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#top-header h2 img.main-logo {
  display: block;
  height: 60px;
  transition: var(--amin-sub);
  margin: 0;
}
@media screen and (max-width: 768px) {
  #top-header h2 img.main-logo {
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #top-header h2 {
    left: 10px;
  }
}
#top-header .inner, #top-header .menu-right {
  height: 100%;
}
#top-header .sns-list-detail {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 4px 0 auto;
  height: 40px;
}
#top-header .sns-list-detail li {
  padding: 8px 8px 4px 8px;
}
@media screen and (max-width: 768px) {
  #top-header .sns-list-detail {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #top-header .inner {
    max-width: 1000px !important;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #top-header {
    height: var(--height-menu-sp);
  }
}

.header-nav {
  justify-content: flex-end;
  gap: 0;
}
.header-nav, .header-nav li, .header-nav li > a {
  display: flex;
  align-items: center;
  height: 60px;
}
.header-nav > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: var(--font-menu-weight);
  font-family: var(--font-swap-menu);
  text-transform: var(--text-tra);
  text-align: center;
  padding: 0 20px;
}
.appear .header-nav > li > a {
  font-family: var(--font-menu);
}
.header-nav > li > a span {
  width: 100%;
}
.header-nav .child-title {
  padding-top: 4px;
}
.header-nav .child-title .e {
  font-family: var(--font-eng);
  font-size: 1.2rem;
  line-height: 1;
}
.header-nav .child-title .j {
  font-size: var(--font-size-min);
  margin-top: -3px;
}
.header-nav.bottom-right li > a {
  text-decoration: none;
}
.header-nav.bottom-right li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: calc(50% - 16px);
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: var(--amin-base);
}
.header-nav.bottom-right li > a:hover {
  text-decoration: none;
  color: var(--color-blk);
}
.header-nav.bottom-right li > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-nav.top-right li > a {
  text-decoration: none;
}
.header-nav.top-right li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: calc(50% - 16px);
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: var(--amin-base);
}
.header-nav.top-right li > a:hover {
  text-decoration: none;
  color: var(--color-blk);
}
.header-nav.top-right li > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-nav.top-right li > a::after {
  top: calc(50% - 16px);
}
.header-nav.bg-right li > a {
  text-decoration: none;
}
.header-nav.bg-right li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--color-gra2);
  opacity: 0;
  z-index: -1;
  transition: var(--amin-base);
}
.header-nav.bg-right li > a:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
}
.header-nav.bg-right li > a:hover::after {
  width: 100%;
  opacity: 1;
}
.header-nav.bg-top li > a {
  text-decoration: none;
}
.header-nav.bg-top li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--color-gra2);
  opacity: 0;
  z-index: -1;
  transition: var(--amin-base);
}
.header-nav.bg-top li > a:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
}
.header-nav.bg-top li > a:hover::after {
  width: 100%;
  opacity: 1;
  animation: bgAppear 0.5s forwards;
}
.header-nav.bg-top-down li > a {
  text-decoration: none;
  transition: var(--amin-base);
  overflow: hidden;
}
.header-nav.bg-top-down li > a::before, .header-nav.bg-top-down li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-gra2);
  transition: var(--amin-base);
}
.header-nav.bg-top-down li > a::before {
  transform: translateX(-100%);
}
.header-nav.bg-top-down li > a::after {
  bottom: 0;
  transform: translateX(100%);
}
.header-nav.bg-top-down li > a:hover {
  z-index: 1;
  background: var(--color-gra2);
  color: #fff !important;
  text-decoration: none;
  transition-delay: 0.5s;
}
.header-nav.bg-top-down li > a:hover::before, .header-nav.bg-top-down li > a:hover::after {
  transform: translateX(0);
}
.header-nav.circle li > a {
  text-decoration: none;
}
.header-nav.circle li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: calc(50% - 20px);
  width: 100%;
  height: 5px;
  background: var(--color-accent);
  border-radius: 50%;
  transition: var(--amin-base);
  transform: scale(0.035, 1);
  transform-origin: center bottom;
}
.header-nav.circle li > a:hover {
  text-decoration: none;
  color: var(--color-blk);
}
.header-nav.circle li > a:hover::after {
  height: 2px;
  border-radius: 0;
  transform: scale(0.8, 1);
}
.header-nav.border-surround li > a {
  text-decoration: none;
  transition: var(--amin-base);
  overflow: hidden;
  height: 60%;
}
.header-nav.border-surround li > a::before, .header-nav.border-surround li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: all 0.2s linear;
}
.header-nav.border-surround li > a::before {
  bottom: 0;
  right: 0;
}
.header-nav.border-surround li > a span {
  display: block;
}
.header-nav.border-surround li > a span::before, .header-nav.border-surround li > a span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: var(--color-accent);
  transition: all 0.1s linear;
}
.header-nav.border-surround li > a span::before {
  bottom: 0;
}
.header-nav.border-surround li > a span::after {
  right: 0;
}
.header-nav.border-surround li > a:hover {
  color: var(--color-blk);
  text-decoration: none;
  transition-delay: 0.5s;
}
.header-nav.border-surround li > a:hover::before, .header-nav.border-surround li > a:hover::after {
  width: 100%;
}
.header-nav.border-surround li > a:hover::before {
  transition-delay: 0;
}
.header-nav.border-surround li > a:hover::after {
  transition-delay: 0.3s;
}
.header-nav.border-surround li > a:hover span::before, .header-nav.border-surround li > a:hover span::after {
  height: 100%;
}
.header-nav.border-surround li > a:hover span::before {
  transition-delay: 0.5s;
}
.header-nav.border-surround li > a:hover span::after {
  transition-delay: 0.2s;
}
.header-nav.border-side li > a {
  text-decoration: none;
  transition: var(--amin-base);
  overflow: hidden;
  height: 60%;
}
.header-nav.border-side li > a::before, .header-nav.border-side li > a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: all 0.2s linear;
  transition-delay: 0.2s;
}
.header-nav.border-side li > a::before {
  right: 0;
}
.header-nav.border-side li > a::after {
  bottom: 0;
}
.header-nav.border-side li > a span {
  display: block;
}
.header-nav.border-side li > a span::before, .header-nav.border-side li > a span::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 1px;
  height: 0;
  background: var(--color-accent);
  transition: all 0.2s linear;
}
.header-nav.border-side li > a span::after {
  right: 0;
  bottom: 0;
}
.header-nav.border-side li > a:hover {
  text-decoration: none;
  color: var(--color-blk);
}
.header-nav.border-side li > a:hover::before, .header-nav.border-side li > a:hover::after {
  width: 100%;
}
.header-nav.border-side li > a:hover span::before, .header-nav.border-side li > a:hover span::after {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .scrolled.not-home .header-nav, .scrolled .not-home .header-nav {
    display: none;
  }
}
.header-nav ul ul {
  display: block;
}
.header-nav ul ul li a {
  padding: 20px;
}
.header-nav li.has-child {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  padding: 0;
}
.header-nav li.has-child > a {
  padding-right: 20px;
}
.header-nav li.has-child > a::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: var(--color-bw);
  transform: rotate(135deg);
}
.header-nav li.has-child img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
  margin: 0;
  transition: all 0.5s;
}
.header-nav li.has-child dt {
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
}
.header-nav li.has-child ul {
  position: fixed;
  top: var(--height-menu);
  visibility: hidden;
  z-index: var(--z-fix);
  opacity: 0;
}
.header-nav li.has-child ul li {
  transition: all 0.5s;
}
.header-nav li.has-child ul li a {
  display: block;
  padding: 0;
}
.header-nav li.has-child ul li a:hover::after, .header-nav li.has-child ul li a:active::after {
  display: none;
}
.header-nav li.has-child ul li a:hover dt::before, .header-nav li.has-child ul li a:active dt::before {
  background: var(--color-main);
}
.header-nav li.has-child ul li:hover dt::after {
  background: var(--color-main);
}
.header-nav li.has-child ul li:hover img {
  transform: var(--img-hover);
}
.header-nav li.has-child ul::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
}
.header-nav li.has-child.img .child-info {
  position: fixed;
  top: var(--height-menu);
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: opacity 1.8s;
  z-index: var(--z-fix);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none;
}
.header-nav li.has-child.img .child-info::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
}
.header-nav li.has-child.img .child-info .inner {
  display: flex;
}
.header-nav li.has-child.img .child-info .child-title {
  width: 200px;
  max-width: 25%;
  color: #fff;
  text-align: left;
  margin-top: 33px;
}
.header-nav li.has-child.img .child-info .child-title .e {
  font-family: var(--font-eng);
  font-size: 2rem;
  line-height: 1;
}
.header-nav li.has-child.img .child-info .child-title .j {
  font-family: var(--font-swap-sub);
  font-size: 1.1rem;
  margin-top: -6px;
}
.appear .header-nav li.has-child.img .child-info .child-title .j {
  font-family: var(--font-sub);
}
.header-nav li.has-child.img .child-info ul dd .child-title {
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 0;
}
.header-nav li.has-child.img ul {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 33px;
  width: 100%;
  max-width: 1000px;
  position: relative;
  padding: 33px 0;
  display: none;
}
.header-nav li.has-child.img ul li {
  width: 311px;
  height: auto;
}
.header-nav li.has-child.img ul li dt img {
  transition: all 0.3s;
}
.header-nav li.has-child.img ul li dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.header-nav li.has-child.img ul li dd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px 16px;
  z-index: 1;
  text-align: center;
  font-family: var(--font-swap-sub);
}
.appear .header-nav li.has-child.img ul li dd {
  font-family: var(--font-sub);
}
.header-nav li.has-child.img ul li a {
  color: #fff;
}
.header-nav li.has-child.img ul::before {
  display: none;
}
.header-nav li.has-child.img:hover ul, .header-nav li.has-child.img:hover .child-info {
  display: flex;
}
.header-nav li.has-child.no-img ul {
  width: auto;
  min-width: 150px;
}
.header-nav li.has-child.no-img ul .e {
  font-family: var(--font-eng);
  font-size: 1.2rem;
  line-height: 1;
}
.header-nav li.has-child.no-img ul .j {
  font-size: var(--font-size-min);
  margin-top: -3px;
}
.header-nav li.has-child.no-img ul li, .header-nav li.has-child.no-img ul li a {
  height: auto;
}
.header-nav li.has-child.no-img ul li a {
  width: 100%;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.header-nav li.has-child.no-img ul li a:hover span {
  z-index: 1;
}
.header-nav li.has-child.no-img ul li a:hover::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-sub3);
  transition: var(--amin-sub);
  opacity: 1;
}
.header-nav li.has-child.no-img ul li a[rel=nofollow] span {
  display: block;
  padding-right: 26px;
  width: -moz-fit-content;
  width: fit-content;
  background: url("/wp-content/themes/swell_child/img/ico/ico_link_out_w.svg") no-repeat right 1px center;
  background-size: var(--font-size-reg) var(--font-size-reg);
}
.header-nav li.has-child.no-img ul.category {
  -moz-columns: 3;
       columns: 3;
  margin-left: -150px;
}
.header-nav li.has-child.no-img ul::before {
  opacity: 0.8;
}
.header-nav li.has-child:hover ul, .header-nav li.has-child:hover .child-info {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.open-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  border-left: none;
  transition: all 0.5s;
  z-index: var(--z-open-btn);
  cursor: pointer;
  filter: var(--color-scroll);
}
.open-btn.active {
  z-index: var(--z-front);
}
.open-btn span {
  display: inline-block;
  position: absolute;
  width: 40px;
  transition: all 0.4s;
}
.open-btn span:nth-of-type(1), .open-btn span:nth-of-type(3) {
  top: 15px;
  left: 15px;
  height: 1px;
  background: var(--color-blk);
  opacity: 1;
}
.open-btn span:nth-of-type(2) {
  top: 42px;
  left: 0;
  height: 18px;
  color: var(--color-blk);
  padding-left: 0;
  margin-left: 15px;
  background: url("/wp-content/themes/swell_child/img/base/menu_b_g2.svg") center/contain no-repeat;
}
.open-btn span:nth-of-type(2)::before {
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--color-blk);
  opacity: 1;
}
.open-btn span:nth-of-type(3) {
  top: 25px;
}
.open-btn.active span:nth-of-type(1), .open-btn.active span:nth-of-type(3) {
  opacity: 1;
  left: 20px;
  filter: var(--color-scroll);
}
.open-btn.active span:nth-of-type(1) {
  top: 28px;
  transform: translateY(6px) rotate(-45deg);
}
.open-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.open-btn.active span:nth-of-type(3) {
  top: 40px;
  transform: translateY(-6px) rotate(45deg);
}

#js-mouse {
  position: fixed;
  top: -15px;
  left: -15px;
  width: 20px;
  height: 20px;
  background: var(--color-main);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: all 0s ease-out;
  z-index: var(--z-front);
  pointer-events: none;
  opacity: 0;
}
#js-mouse.js-hover {
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  background: var(--color-accent);
}

h2 {
  color: var(--color-blk);
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px solid var(--color-main);
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  background: none;
}

.h2-cat {
  display: contents;
  text-align: center;
  color: var(--color-blk);
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
  background: none;
}
.h2-cat h2 {
  border: none;
  margin: 0;
}
.h2-cat .sub-e, .h2-cat .sub-e span {
  display: inline-block;
  font-size: 4rem;
  font-family: var(--font-eng);
  font-style: normal;
  line-height: 1;
  text-transform: var(--text-tra);
  background: var(--color-main);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .h2-cat .sub-e, .h2-cat .sub-e span {
    font-size: 2.6rem;
  }
}
.h2-cat .bgExtend .sub-e {
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .h2-cat .bgExtend .sub-e, .h2-cat .sub-e span {
    margin-bottom: 0;
  }
}
.h2-cat .sub-e.textOneByUpAnm {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .h2-cat .sub-e.textOneByUpAnm {
    margin-bottom: -10px;
  }
}
.h2-cat .sub-e span {
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.03em;
  background: var(--color-accent);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2-cat .sub-e span::after {
  display: none;
}
.h2-cat .sub-j {
  color: var(--color-blk);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: var(--font-swap-sub);
  padding: 0 !important;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.appear .h2-cat .sub-j {
  font-family: var(--font-sub);
}
.h2-cat .bgExtend .sub-j {
  margin-top: -20px;
}
.h2-cat.line .sub-e::after {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-main);
  bottom: 0;
}
.h2-cat.line .sub-j {
  margin-top: 0;
}
.h2-cat.line .textOneByUpAnm::after {
  background: var(--color-title-line);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 1s;
  animation-delay: 5s;
}
.h2-cat.line .textOneByUpAnm.textOneByUp::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.h2-cat .noneAnm {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
}
.h2-cat.slant {
  padding: 0 0 70px 0 !important;
}
.h2-cat.slant::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 10px);
  width: 50px;
  height: 2px;
  background: var(--color-title-line);
  bottom: 10px;
  transform: scale(1, 0) rotate(300deg);
  transform-origin: right top;
  transition: transform 1s;
  animation-delay: 4s;
}
.h2-cat.slant.view::after {
  transform-origin: left top;
  transform: scale(1, 1) rotate(300deg);
}
.base .h2-cat, #contact .h2-cat {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.base .h2-cat .bgRight::before, #contact .h2-cat .bgRight::before {
  background: var(--color-gra);
}
.h2-cat.back::before {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  color: var(--color-main);
  font-size: 8rem;
  text-transform: var(--text-tra);
  font-family: var(--font-eng);
  white-space: pre;
  letter-spacing: -7px;
  margin-top: -70px;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}
.h2-cat.back.hand::before {
  font-size: 6rem;
  font-family: var(--font-hand);
  text-transform: lowercase;
  margin-top: -70px;
  transform: translate(-50%, -50%) rotate(-3deg);
}
.h2-cat.page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  display: inline-flex;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.h2-cat.page::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-gra2);
}
.h2-cat.page .sub-e {
  font-size: 1rem;
  font-weight: bold;
}
.h2-cat.page .sub-j {
  font-size: 1rem;
  margin: auto auto auto 10px;
}
@media screen and (max-width: 768px) {
  .h2-cat {
    font-size: 1.1rem;
  }
  .h2-cat span {
    font-size: 3rem;
  }
  .h2-cat.back::before {
    font-size: 5rem;
    margin-top: -55px;
  }
  .h2-cat.slant .sub-j {
    margin-top: 10px;
  }
  .h2-cat.slant .bgExtend .sub-j {
    margin-top: -5px;
  }
}

h3 {
  font-size: 1.17em;
}
.page h3 {
  font-weight: bold;
  padding-bottom: 6px;
  margin-top: 0;
}
.page h3::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--color-sub) 0%, var(--color-sub) 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
  bottom: 0;
}
.page h3::after {
  display: none;
}

.page h4 {
  font-size: 1rem;
  padding-left: 40px;
  border-radius: 0%;
  background-color: var(--color-sub);
}

.home h2, .home h3 {
  padding: 0;
  margin: 0;
  background: none;
}
.home h2::before, .home h3::before {
  display: none;
}
.home h2 {
  border: none;
}
.home .veu_socialSet {
  display: none;
}

.flex-list {
  max-width: var(--width-pc);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px auto 60px auto;
}
.flex-list .flex-item {
  width: 380px;
  backface-visibility: hidden;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  transition: var(--amin-sub);
}
.flex-list .flex-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
}
.flex-list .flex-item figure .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--color-main);
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.flex-list .flex-item .cap {
  text-align: center;
}
.flex-list .flex-item .cap h3 {
  color: #fff;
  font-weight: normal;
  font-size: 0.9rem;
  white-space: nowrap;
  border: none;
  width: 100%;
}
.flex-list .flex-item .cap h3::before, .flex-list .flex-item .cap h3::after {
  display: none;
}
.flex-list .flex-item .cap span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8rem;
  white-space: nowrap;
}
.flex-list .flex-item a {
  display: block;
}
.flex-list .flex-item:nth-child(1) {
  animation-delay: 0.4s;
}
.flex-list .flex-item:nth-child(2) {
  animation-delay: 0.6s;
}
.flex-list .flex-item:nth-child(3) {
  animation-delay: 0.8s;
}
.flex-list .flex-item:nth-child(4) {
  animation-delay: 1s;
}
.flex-list .flex-item:nth-child(5) {
  animation-delay: 1.2s;
}
.flex-list .flex-item:nth-child(6) {
  animation-delay: 1.4s;
}
@media screen and (max-width: 1200px) {
  .flex-list {
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .flex-list {
    display: contents;
    width: 100%;
  }
  .flex-list .flex-item {
    width: auto;
    max-width: 350px;
    margin: 0 auto 30px auto;
  }
  .flex-list .flex-item:last-child {
    margin-bottom: 30px !important;
  }
}
.flex-list.ver, .flex-list.dtl {
  gap: 45px;
}
.flex-list.ver .flex-item, .flex-list.dtl .flex-item {
  width: 370px;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}
.flex-list.ver .flex-item figure, .flex-list.dtl .flex-item figure {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: var(--radius);
}
.flex-list.ver .flex-item img.main-img, .flex-list.dtl .flex-item img.main-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-shadow: var(--shadow);
  transition: var(--amin-sub);
}
.flex-list.ver .flex-item a:hover img.main-img, .flex-list.dtl .flex-item a:hover img.main-img {
  transform: var(--img-hover);
}
.flex-list.ver .item-area, .flex-list.dtl .item-area {
  background: #fff;
  width: 100%;
  max-width: 80%;
  min-height: 230px;
  padding: 0px 30px 30px;
  margin: 0 auto;
  color: var(--color-blk);
  text-align: center;
  opacity: 0.9;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.flex-list.ver .item-area .title, .flex-list.dtl .item-area .title {
  background: var(--color-gra);
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 6px 16px;
  margin-left: -30px;
  margin-right: -30px;
  font-family: var(--font-swap-sub);
}
.appear .flex-list.ver .item-area .title, .appear .flex-list.dtl .item-area .title {
  font-family: var(--font-sub);
}
.flex-list.ver .item-area .exp, .flex-list.dtl .item-area .exp {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 30px;
}
.flex-list.ver .item-area .dtl, .flex-list.dtl .item-area .dtl {
  display: block;
  color: var(--color-main);
  font-size: 0.8rem;
  width: 180px;
  padding: 10px;
  margin: 20px auto 0 auto;
  border: 1px var(--color-main) solid;
  border-radius: var(--radius-max);
  overflow: hidden;
  text-decoration: none;
}
.flex-list.ver .item-area .dtl span, .flex-list.dtl .item-area .dtl span {
  z-index: 1;
}
.flex-list.ver .item-area .dtl::after, .flex-list.dtl .item-area .dtl::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--color-gra2);
  opacity: 0;
  z-index: -1;
  transition: var(--amin-base);
}
.flex-list.ver .item-area .dtl:hover, .flex-list.dtl .item-area .dtl:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
}
.flex-list.ver .item-area .dtl:hover::after, .flex-list.dtl .item-area .dtl:hover::after {
  width: 100%;
  opacity: 1;
}
.flex-list.ver.ver .flex-item img.main-img, .flex-list.dtl.ver .flex-item img.main-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver-v);
  vertical-align: bottom;
}
.flex-list.ver.ver .flex-item .item-area, .flex-list.dtl.ver .flex-item .item-area {
  margin-top: -200px;
}
.flex-list.ver.dtl .flex-item img.main-img, .flex-list.dtl.dtl .flex-item img.main-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
}
.flex-list.ver.dtl .flex-item .item-area, .flex-list.dtl.dtl .flex-item .item-area {
  margin-top: -93px;
}
.flex-list.ver .flex-item a:hover .dtl, .flex-list.dtl .flex-item a:hover .dtl {
  border: none;
  color: #fff;
}
.flex-list.ver .flex-item a:hover .dtl::after, .flex-list.dtl .flex-item a:hover .dtl::after {
  width: 100%;
  opacity: 1;
}
.flex-list.ver .flex-item.no-link .item-area, .flex-list.dtl .flex-item.no-link .item-area {
  margin-top: -24px;
  min-height: auto;
}

.img-left {
  width: 100vw;
  max-width: 100vw;
  padding: 130px 0 130px 0;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
  overflow: hidden;
  overflow: visible;
  width: auto;
  max-width: 100% !important;
  padding: 100px 0;
}
.img-left .sub-title {
  text-align: center;
  margin: 30px auto 60px auto;
}
@media screen and (max-width: 768px) {
  .img-left {
    padding: 60px 0 60px 0;
  }
}
.img-left .img-left-img {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--radius);
}
.img-left .img-left-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
  border-radius: var(--radius);
}
.img-left .img-left-img-out {
  max-width: 508px;
}
.img-left h2, .img-left .h2-cat {
  text-align: left;
  margin-left: 0;
}
.img-left h2 span, .img-left .h2-cat span {
  width: auto;
}
.img-left .h2-cat.back::before {
  left: 60%;
}
.img-left .h2-cat .sub-j {
  text-align: left;
}
.img-left h3 {
  font-size: 2rem;
  color: var(--color-main);
  margin-bottom: 50px;
  font-family: var(--font-swap-sub);
}
.appear .img-left h3 {
  font-family: var(--font-sub);
}
.img-left h3::before {
  display: none;
}
.img-left .img-left-btn a {
  min-width: 240px;
}
@media screen and (max-width: 1200px) {
  .img-left .wp-block-columns .wp-block-columns {
    display: block;
  }
  .img-left .wp-block-columns .wp-block-columns .wp-block-column {
    margin-top: 20px;
  }
  .img-left .img-left-btn {
    text-align: right;
  }
  .img-left .img-left-btn a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 781px) {
  .img-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .img-left .img-left-img-out {
    margin: 0 auto;
  }
  .img-left h2, .img-left h3, .img-left .h2-cat, .img-left .h2-cat .sub-j {
    margin: 0 auto;
    text-align: center;
  }
  .img-left .h2-cat.back::before {
    left: 50%;
  }
  .img-left .img-left-info {
    padding-top: 60px;
    padding-left: 0;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .img-left figure.img-left-img {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .img-left .img-left-btn {
    text-align: center;
  }
}

.img-right {
  width: 100vw;
  max-width: 100vw;
  padding: 130px 0 130px 0;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
  overflow: hidden;
  overflow: visible;
  width: auto;
  max-width: 100% !important;
  padding: 100px 0;
}
.img-right .sub-title {
  text-align: center;
  margin: 30px auto 60px auto;
}
@media screen and (max-width: 768px) {
  .img-right {
    padding: 60px 0 60px 0;
  }
}
.img-right .img-right-img {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--radius);
}
.img-right .img-right-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
  border-radius: var(--radius);
}
.img-right .img-right-img-out {
  max-width: 508px;
}
.img-right h2, .img-right .h2-cat {
  text-align: left;
  margin-left: 0;
}
.img-right h2 span, .img-right .h2-cat span {
  width: auto;
}
.img-right .h2-cat.back::before {
  left: 60%;
}
.img-right .h2-cat .sub-j {
  text-align: left;
}
.img-right h3 {
  font-size: 2rem;
  color: var(--color-main);
  margin-bottom: 50px;
  font-family: var(--font-swap-sub);
}
.appear .img-right h3 {
  font-family: var(--font-sub);
}
.img-right h3::before {
  display: none;
}
.img-right .img-right-btn a {
  min-width: 240px;
}
@media screen and (max-width: 1200px) {
  .img-right .wp-block-columns .wp-block-columns {
    display: block;
  }
  .img-right .wp-block-columns .wp-block-columns .wp-block-column {
    margin-top: 20px;
  }
  .img-right .img-right-btn {
    text-align: right;
  }
  .img-right .img-right-btn a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 781px) {
  .img-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .img-right .img-right-img-out {
    margin: 0 auto;
  }
  .img-right h2, .img-right h3, .img-right .h2-cat, .img-right .h2-cat .sub-j {
    margin: 0 auto;
    text-align: center;
  }
  .img-right .h2-cat.back::before {
    left: 50%;
  }
  .img-right .img-right-info {
    padding-top: 60px;
    padding-left: 0;
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .img-right figure.img-right-img {
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .img-right .img-right-btn {
    text-align: center;
  }
}

.img-left .img-left-img {
  box-shadow: 10px 50px 55px -10px rgba(0, 0, 0, 0.7);
}
.img-left .img-left-img img {
  box-shadow: 20px 60px var(--color-main);
}
.img-left .img-left-img-out {
  margin-right: 60px !important;
}
.img-left .img-left-info {
  margin-top: 130px !important;
}
@media screen and (max-width: 781px) {
  .img-left {
    flex-direction: column-reverse;
  }
  .img-left figure.img-left-img {
    margin: 20px auto 0 auto;
  }
  .img-left .img-left-img-out {
    margin: 0 auto !important;
  }
  .img-left .img-left-info {
    margin-top: 0 !important;
  }
}

.img-right {
  padding-top: 50px;
}
.img-right .img-right-img {
  box-shadow: -20px 60px var(--color-accent), -10px 20px 55px -5px rgba(0, 0, 0, 0.7);
}
.img-right .img-right-info {
  margin-top: 130px !important;
  margin-right: 60px !important;
}
@media screen and (max-width: 781px) {
  .img-right .img-right-info {
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .img-right figure.img-right-img {
    margin: 0 auto 100px auto !important;
  }
}

.corner::before, .corner::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
}
.corner::before {
  top: -0.8rem;
  left: -1rem;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: var(--color-sub);
}
.corner::after {
  bottom: -0.8rem;
  right: -1rem;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: var(--color-accent);
}
@media screen and (max-width: 1200px) {
  .img-left-info .corner {
    margin-right: 16px;
  }
  .img-right-info .corner {
    margin-left: 16px;
  }
}
@media screen and (max-width: 781px) {
  .img-left-info .corner {
    margin-left: 16px;
  }
  .img-right-info .corner {
    margin-right: 16px;
  }
}

.fix-list {
  margin-bottom: 90px;
  box-shadow: var(--shadow);
}
.fix-list .img-left {
  max-height: 470px;
  padding: 0;
  margin: 0;
  gap: 0;
}
.fix-list .img-left h2 {
  max-width: 100%;
  padding-bottom: 20px;
  margin: 0;
}
.fix-list .img-left .img-left-info {
  max-width: 555px;
  padding: 26px;
  margin: 0 !important;
}
.fix-list .img-left .img-left-img {
  box-shadow: none;
  margin: 0;
}
.fix-list .img-left .img-left-img img {
  box-shadow: none;
}
@media screen and (max-width: 781px) {
  .fix-list .img-left {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
  }
  .fix-list .img-left .img-left-info {
    max-width: 100%;
  }
  .fix-list .img-left figure.img-left-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .fix-list .img-left figure.img-left-img {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
}
.fix-list .img-right {
  max-height: 470px;
  padding: 0;
  margin: 0;
  gap: 0;
}
.fix-list .img-right h2 {
  max-width: 100%;
  padding-bottom: 20px;
  margin: 0;
}
.fix-list .img-right .img-right-info {
  max-width: 555px;
  padding: 26px;
  margin: 0 !important;
}
.fix-list .img-right .img-right-img {
  box-shadow: none;
  margin: 0;
}
.fix-list .img-right .img-right-img img {
  box-shadow: none;
}
@media screen and (max-width: 781px) {
  .fix-list .img-right {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
  }
  .fix-list .img-right .img-right-info {
    max-width: 100%;
  }
  .fix-list .img-right figure.img-right-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .fix-list .img-right figure.img-right-img {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
}
.fix-list .img-right {
  background: var(--color-base);
}
@media screen and (max-width: 781px) {
  .fix-list .img-left {
    flex-direction: column-reverse;
  }
}

.list-num.icon {
  display: inline-block;
  font-family: var(--font-eng);
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(75, 75, 75, 0.3882352941);
  background: var(--color-gra2);
  border-radius: 50%;
  padding-top: 18px;
  padding-left: 6px;
  margin-right: 16px;
  width: 80px;
  height: 80px;
}
.list-num.icon span {
  display: block;
  font-size: 2.5rem;
}
.list-num.icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .list-num.icon {
    font-size: var(--font-size-min);
    width: 50px;
    height: 50px;
    padding-top: 14px;
  }
  .list-num.icon span {
    font-size: 1.3rem;
  }
}

.point-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: var(--width-pc) !important;
}
.point-list .point-detail {
  background: #fff;
  box-shadow: var(--shadow);
  width: 33%;
  padding: 20px;
  border-radius: var(--radius);
}
.point-list .point-detail .list-num.icon {
  position: absolute;
  left: -25px;
  margin-top: -50px;
}
@media screen and (max-width: 900px) {
  .point-list .point-detail .list-num.icon {
    left: -15px;
  }
}
.point-list .point-detail .img {
  margin-top: 30px;
}
.point-list .point-detail .img img {
  height: 90px !important;
  width: auto !important;
}
@media screen and (max-width: 900px) {
  .point-list .point-detail .img img {
    height: 70px !important;
  }
}
.point-list .point-detail .title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 4px var(--color-main);
  margin: 20px auto;
  font-family: var(--font-swap-sub);
}
.appear .point-list .point-detail .title {
  font-family: var(--font-sub);
}
.point-list .point-detail .text {
  font-size: 0.9rem;
  padding-bottom: 10px;
}
.point-list .point-detail:nth-child(1) {
  animation-delay: 0.4s;
}
.point-list .point-detail:nth-child(2) {
  animation-delay: 0.6s;
}
.point-list .point-detail:nth-child(3) {
  animation-delay: 0.8s;
}
.point-list .point-detail:nth-child(4) {
  animation-delay: 1s;
}
.point-list .point-detail:nth-child(5) {
  animation-delay: 1.2s;
}
.point-list .point-detail:nth-child(6) {
  animation-delay: 1.4s;
}

.scroll-anm {
  width: -moz-fit-content;
  width: fit-content;
}

.bgAnm .bgextend {
  overflow: visible;
}
.bgAnm .bgextend::before {
  background-color: #ccc;
}

.g-btn-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .g-btn-list {
    display: block;
    margin-top: 40px;
  }
  .g-btn-list .w-btn-o {
    margin-top: 20px;
  }
}

.bottom-cta {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 296px;
  height: 58px;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 3;
  background: var(--color-gra);
  transition: all 1.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.bottom-cta a.cta-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.bottom-cta a.cta-item::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--color-gra2);
  opacity: 0;
  z-index: -1;
  transition: var(--amin-base);
}
.bottom-cta a.cta-item:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
}
.bottom-cta a.cta-item:hover::after {
  width: 100%;
  opacity: 1;
}
.bottom-cta a.cta-item .text {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  text-shadow: var(--text-shadow2);
  padding-left: 22px;
}
.bottom-cta a.cta-item img {
  position: absolute;
  right: 26px;
  max-width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom-cta a.cta-item.cta-tel {
  display: none;
  width: 50%;
}
.bottom-cta a.cta-item.cta-tel img {
  max-width: 24px;
}
.bottom-cta a.cta-item.cta-mail {
  width: 100%;
}
.scrolled .bottom-cta {
  display: flex;
  opacity: 1;
}
.scroll-contact .bottom-cta, .scroll-footer .bottom-cta {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 430px) {
  .bottom-cta {
    width: 100%;
  }
  .bottom-cta a.cta-item {
    justify-content: center;
  }
  .bottom-cta a.cta-item .text {
    padding-left: 0;
  }
  .bottom-cta.set-tel a.cta-item {
    font-size: var(--font-size-min);
  }
  .bottom-cta.set-tel a.cta-item .text {
    padding-left: 0;
  }
  .bottom-cta.set-tel a.cta-item.cta-tel {
    display: flex;
  }
  .bottom-cta.set-tel a.cta-item.cta-tel img {
    right: 36px;
  }
  .bottom-cta.set-tel a.cta-item.cta-mail {
    width: 50%;
  }
  .bottom-cta.set-tel a.cta-item.cta-mail .text {
    padding-right: 30px;
  }
  .bottom-cta.set-tel a.cta-item.cta-mail img {
    right: 16px;
  }
}

#contact {
  width: 100vw;
  max-width: 100vw;
  padding: 130px 0 130px 0;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
  overflow: hidden;
  background: #fff;
  width: 100vw;
}
#contact .sub-title {
  text-align: center;
  margin: 30px auto 60px auto;
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 60px 0 60px 0;
  }
}
#contact .h2-cat span {
  font-weight: normal;
  color: #fff;
  border-bottom: none;
}
#contact .h2-cat .sub-e {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
}
#contact .h2-cat .sub-e span {
  background: #fff;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contact .h2-cat .sub-e::after {
  background: var(--color-title-line);
}
#contact .h2-cat .sub-j {
  color: #fff !important;
}
#contact .h2-cat .bgRight::before {
  background: #fff;
}
#contact .h2-cat.slant::after {
  background: var(--color-title-line);
}
#contact .h2-cat.back::before {
  color: #fff;
  opacity: 0.1;
}
#contact h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: none;
  font-family: var(--font-swap-sub);
}
.appear #contact h3 {
  font-family: var(--font-sub);
}
#contact h3::before {
  display: none;
}
@media screen and (max-width: 460px) {
  #contact h3 {
    font-size: 1.2rem;
  }
  #contact h3 .sp-br {
    display: block;
  }
}
#contact ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
}
@media screen and (max-width: 900px) {
  #contact ul {
    display: grid;
    gap: 0;
  }
}
#contact p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 650px) {
  #contact p .sp-br {
    display: block;
  }
}
#contact .bg-img::before {
  opacity: 0;
}
#contact.view .bg-img::before {
  background: url("/wp-content/themes/swell_child/img/base/contact_00.png") center/cover no-repeat;
  animation: fade 1s forwards 0.2s;
}
@media screen and (max-width: 430px) {
  #contact.view .bg-img::before {
    background: url("/wp-content/themes/swell_child/img/base/contact_sp_00.png") center/cover no-repeat;
  }
}

.contact-btn a.w-btn {
  display: inline-flex;
  padding: 20px 20px 8px 20px;
  background: var(--color-contact);
  border: none;
}
.contact-btn a.w-btn:hover {
  color: #fff;
  transform: var(--btn-move);
}
.contact-btn i {
  width: 50px;
  height: 50px;
}
.contact-btn img {
  position: absolute;
  bottom: 36px;
  width: 40px;
  height: 10px;
  margin: 30px auto auto -20px;
}
.contact-btn .main-disp, .contact-btn .sub-disp {
  color: #fff;
  text-shadow: var(--text-shadow2);
}
.contact-btn .main-disp {
  font-weight: bold;
  font-size: 20px;
  margin-left: 7px;
}
.contact-btn .sub-disp {
  font-size: 17px;
  line-height: 1.1;
  margin: -5px auto -5px 5px;
}

.contact-img {
  max-width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .contact-img {
    margin-left: 100px;
  }
}
@media screen and (max-width: 930px) {
  .contact-img {
    margin: 30px auto 20px auto;
  }
}

.menu-detail {
  font-size: var(--font-size-sml);
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  gap: 20px;
}
.menu-detail .menu-left .menu-sub {
  color: #fff;
  text-align: left;
  margin: 10px 0;
}
.menu-detail .menu-left .menu-sub div {
  color: #fff;
  margin-bottom: 8px;
}
.menu-detail .menu-left .menu-sub a {
  color: #fff;
}
.menu-detail .menu-left .menu-sub a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.menu-detail .menu-left .menu-sub .tel-link {
  padding-left: 26px;
}
.menu-detail .menu-left .menu-sub .tel-link::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 18px;
  height: 18px;
}
.menu-detail .menu-right .menu-link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.menu-detail .menu-right .menu-link ul li {
  padding: 0 0 6px 20px;
}
.menu-detail .menu-list-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  color: #fff;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 30px;
}
.menu-detail .menu-list-detail li {
  padding: 0 12px;
}
.menu-detail .menu-list-detail li a {
  color: #fff;
}
.menu-detail .menu-list-detail li a:hover {
  color: var(--color-hover2);
  text-decoration: none;
}
.menu-detail .menu-list-detail li a {
  display: block;
  width: 100%;
  text-transform: var(--text-tra);
  font-family: var(--font-swap-menu);
}
.appear .menu-detail .menu-list-detail li a {
  font-family: var(--font-menu);
}
.menu-detail .menu-list-detail li a[rel=nofollow] span {
  display: block;
  padding-right: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: url("/wp-content/themes/swell_child/img/ico/ico_link_out_w.svg") no-repeat right 1px center;
  background-size: var(--font-size-sml) var(--font-size-sml);
}
.menu-detail .menu-list-detail > li {
  font-family: var(--font-eng);
  text-transform: var(--text-tra);
  padding: 0;
}
.menu-detail .menu-list-detail ul li {
  padding: 0 0 0 20px;
}
.menu-detail .menu-list-detail ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.9rem;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
}
#g-nav-list .menu-detail .menu-list-detail {
  padding-top: 0;
}
#g-nav-list .menu-detail .menu-list-detail .sns-list-detail {
  margin-top: 6px;
}
.menu-detail .menu-list-detail .category {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 800px) {
  .menu-detail .menu-list-detail {
    display: block;
  }
  .menu-detail .menu-list-detail li {
    padding: 0;
  }
}
.scrolled .menu-detail .menu-left .menu-sub .tel-link::before, .menu-detail.view .menu-left .menu-sub .tel-link::before {
  background: url("/wp-content/themes/swell_child/img/ico/ico_tel.svg") center/contain no-repeat;
}
@media screen and (max-width: 500px) {
  .menu-detail {
    flex-direction: column-reverse;
  }
  .menu-detail .menu-left .logo, .menu-detail .menu-left .menu-sub, .menu-detail .menu-left .menu-sns {
    justify-content: center;
    text-align: center;
  }
  .menu-detail .menu-right .menu-link {
    display: block;
  }
  .menu-detail .menu-right .menu-link > li {
    margin-bottom: 16px;
  }
}
#g-nav-list .menu-detail .menu-right {
  margin: 0 auto;
}

.sns-list-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.sns-list-detail li {
  padding: 0 8px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.sns-list-detail li:hover {
  opacity: 0.9;
  transform: var(--btn-move);
}
.sns-list-detail li a {
  display: block;
}
.sns-list-detail img {
  width: 23px !important;
}
.sns-list-detail.user-sns {
  margin-top: 1rem;
}
.sns-list-detail.user-sns img {
  filter: var(--color-filter-m);
}

.main-footer {
  background: var(--color-main);
}
.main-footer #return-top a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: var(--amin-sub);
  text-decoration: none;
}
.main-footer #return-top a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: var(--color-gra2);
  opacity: 0;
  z-index: -1;
  transition: var(--amin-base);
}
.main-footer #return-top a:hover {
  z-index: 1;
  color: #fff !important;
  text-decoration: none;
}
.main-footer #return-top a:hover::after {
  width: 100%;
  opacity: 1;
  animation: bgAppear 0.5s forwards;
}
.main-footer #return-top a .icon {
  width: 100%;
  height: 100%;
}
.main-footer #return-top a .icon::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_to_top_btn.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--amin-sub);
}
.main-footer #return-top a:hover::after {
  opacity: 0.3;
}
.main-footer #return-top a:hover .icon::before {
  margin-top: -6px;
}
.main-footer #return-top span {
  display: none;
}
.main-footer .footer-sns {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.main-footer .logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.main-footer .logo img {
  width: 100%;
  height: auto;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 430px) {
  .main-footer .logo img {
    width: auto;
    height: 40px;
  }
}
.main-footer .copyright {
  color: #fff;
  text-align: center;
  font-size: var(--font-size-min);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}
.main-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: var(--font-size-min);
}
.main-footer .footer-bottom ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.main-footer .footer-bottom ul li a {
  color: #fff;
}
.main-footer .footer-bottom ul li a:hover {
  color: var(--color-hover2);
  text-decoration: none;
}
@media screen and (max-width: 430px) {
  .main-footer .footer-bottom ul {
    flex-direction: column;
    gap: 0;
  }
}
.main-footer .footer-bottom .copyright {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .main-footer .footer-bottom {
    padding: 10px;
  }
}

.up-img {
  width: 10px;
  height: auto;
}

input, button, textarea, select {
  position: relative;
}

.wpcf7-form .flex .title {
  display: block;
  width: 310px;
  text-align: left;
  padding-top: 13px;
}
.wpcf7-form .flex .input, .wpcf7-form .flex .box {
  display: block;
  width: calc(100% - 310px);
  text-align: left;
}
.wpcf7-form .flex .box br {
  display: none;
}
.wpcf7-form .flex br {
  display: none;
}
.wpcf7-form .flex .desc {
  display: block;
  font-size: 0.9rem;
  margin: -15px 0 10px 0;
}
.wpcf7-form .flex .wpcf7-radio {
  display: block;
  margin-top: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form .flex {
    display: block;
  }
  .wpcf7-form .flex .title, .wpcf7-form .flex .input, .wpcf7-form .flex .box {
    width: 100%;
  }
}

input[type=date], input[type=email],
input[type=number], input[type=password],
input[type=tel], input[type=text],
input[type=url], input[type=checkbox],
textarea, select {
  border-radius: var(--radius) !important;
  border: 1px solid var(--color-main) !important;
  outline-color: var(--color-main) !important;
  background: #fff;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]::before {
  border: 1px solid var(--color-main) !important;
}
input[type=checkbox] + label {
  display: inline-block;
  padding: 0 10px 0 25px;
  cursor: pointer;
}
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  margin-top: -10px;
  border: 1px solid var(--color-sub2);
}
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 3px;
  width: 18px;
  height: 9px;
  background: none;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: var(--color-main);
  margin-top: -9px;
  transform: rotate(-45deg);
}

input[type=submit] {
  border: none !important;
  font-weight: bold;
  border-radius: 30px !important;
  padding: 16px;
  margin: 20px 0;
  background: var(--color-btn);
  box-shadow: var(--shadow);
  transition: ease 0.2s;
}
input[type=submit]:hover:not(:disabled) {
  background: var(--color-btn-h);
  transform: var(--btn-move);
  box-shadow: none;
}

.error404 .page-header-title::before {
  content: "404 NOT FOUND";
}
.error404 .c-pageTitle::before {
  content: "404 NOT FOUND";
}
.error404 main {
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  min-height: 370px;
  padding: 20px;
}
.error404 main .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error404 main .not-find-btn {
  margin-top: 30px;
}
@media screen and (max-width: 430px) {
  .error404 main {
    font-size: 1rem;
  }
}
.error404 #contact {
  display: none;
}

.hide-area {
  display: none;
}

.modaal-image .modaal-gallery-prev:after, .modaal-image .modaal-gallery-prev:before, .modaal-image .modaal-gallery-next:after, .modaal-image .modaal-gallery-next:before {
  width: 2px;
}
.modaal-image .modaal-gallery-prev:before {
  margin: 7px 0 0;
}
.modaal-image .modaal-gallery-next:before {
  margin: -7px 0 0;
}
.modaal-image .modaal-close:after, .modaal-image .modaal-close:before {
  width: 2px;
  height: 30px;
  background: #fff;
  top: 10px;
}
.modaal-image .modaal-close:focus:after, .modaal-image .modaal-close:focus:before, .modaal-image .modaal-close:hover:after, .modaal-image .modaal-close:hover:before {
  background: var(--color-blk) !important;
}

#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .modaal-video .modaal-inner-wrapper {
    overflow: auto;
  }
}

.info-list dl, .gallery-list {
  display: flex;
}

.info-list dt {
  margin: 0 10px 0 0;
}

.gallery-list li {
  margin: 0 10px 0 0;
}

.post-detail {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow2);
}
.post-detail .post-media {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: var(--ratio-silver);
}
.post-detail .post-media img {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
  width: 101%;
  max-width: 101%;
}
.post-detail .post-media::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -30px 40px -10px rgba(0, 0, 0, 0.8);
  opacity: 0.1;
}
.post-detail .post-content {
  padding: 20px;
  color: var(--color-blk);
  background: #fff;
  width: 100%;
}
.post-detail .post-content .category {
  position: absolute;
  top: -20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 0.9rem;
  text-align: center;
  background: #fff;
  min-width: 120px;
  margin-left: 0;
}
.post-detail .post-content .post-date {
  display: block;
  font-size: var(--font-size-min);
  line-height: 1;
  padding-left: 24px;
  margin-top: 10px;
  opacity: 0.7;
}
.post-detail .post-content .post-date::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_clock_b.svg") center/contain no-repeat;
}
.post-detail .post-content .post-title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  height: 2rem;
  padding: 0 0 16px 0;
}
.post-detail .post-content .post-title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-detail .post-content .exp {
  line-height: 1.3;
  font-size: var(--font-size-min);
  height: 80px;
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .post-detail img, .post-detail {
    transition: var(--amin-sub), opacity 1s;
  }
  a .post-detail:hover {
    transform: translateY(-16px);
  }
  a .post-detail:hover .post-content .post-title {
    color: var(--color-hover);
  }
}

.swiper {
  padding: 50px 0;
  margin-top: 60px;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  display: grid;
  place-content: center;
  width: 54px;
  height: 54px;
  transition: var(--amin-sub);
  cursor: pointer;
}
.swiper .swiper-button-prev::before, .swiper .swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: var(--shadow2);
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 10px);
  width: 14px;
  height: 14px;
  background: none;
  border: solid var(--color-main);
  border-width: 3px 3px 0 0;
}
.swiper .swiper-button-prev:hover::after, .swiper .swiper-button-next:hover::after {
  border-color: var(--color-accent);
}
.swiper .swiper-button-prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
.swiper .swiper-button-next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
.swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.swiper [class*=swiper]:focus {
  outline: none;
}

.swiper-slider.swiper {
  overflow: visible;
}
.swiper-slider .swiper-controller {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.swiper-slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin: 0 auto 0 10px;
  text-align: center;
  bottom: 30px !important;
}
.swiper-slider .swiper-pagination-bullet {
  width: 1.6rem;
  height: 14px;
  transition: var(--amin-sub);
  vertical-align: top;
  background: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
.swiper-slider .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-sub);
  margin: 5px 0;
}
.swiper-slider .swiper-pagination-bullet-active {
  width: 4rem;
}
.swiper-slider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-accent);
}
.swiper-slider .swiper-button-prev, .swiper-slider .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.swiper-slider .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper-slider .swiper-button-disabled::before {
  box-shadow: var(--shadow2);
}
.swiper-slider .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.swiper-slider.cut .swiper-slide:not(.swiper-slide-visible) .post-detail {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  .swiper-slider .tab-sp {
    display: none !important;
  }
  .swiper-slider .swiper-button-prev::before, .swiper-slider .swiper-button-next::before {
    transition: var(--amin-sub);
  }
  .swiper-slider .swiper-button-prev:hover::before, .swiper-slider .swiper-button-next:hover::before {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .swiper-slider.swiper {
    margin-left: 16px;
    margin-right: 16px;
  }
  .swiper-slider .swiper-pagination {
    bottom: 0 !important;
  }
  .swiper-slider .swiper-button-prev, .swiper-slider .swiper-button-next {
    margin-bottom: 30px;
  }
}

.article-slider {
  max-width: 1200px;
  margin: 100px auto 100px auto;
  margin-top: 100px !important;
}
.article-slider .article-slider-wrapper {
  width: calc(100% + (100vw - 1200px) / 2);
  overflow: hidden;
  z-index: 2;
}
.article-slider .article-slider-main {
  max-width: 1200px;
  margin-left: 0 !important;
}
.article-slider .article-slider-main .swiper-wrapper .swiper-slide {
  width: 380px !important;
}
.article-slider .article-slider-main .swiper-wrapper .swiper-slide .slide {
  box-shadow: var(--shadow);
  border: 1px solid var(--color-main);
}
.article-slider .article-slider-main .swiper-wrapper .swiper-slide .post-detail {
  box-shadow: var(--shadow4);
}
@media screen and (max-width: 430px) {
  .article-slider .article-slider-main .swiper-wrapper .swiper-slide {
    width: 90% !important;
  }
}
.article-slider .article-slider-main .swiper-pagination-bullet::before {
  background: #fff;
}
.article-slider .article-slider-main .swiper-pagination-bullet-active::before {
  background: var(--color-accent);
}
.article-slider .article-slider-main .swiper-button-prev::before, .article-slider .article-slider-main .swiper-button-next::before, .article-slider .article-slider-main .swiper-button-disabled::before {
  box-shadow: var(--shadow);
}
@media screen and (max-width: 1200px) {
  .article-slider .article-slider, .article-slider .article-slider-main {
    max-width: 800px;
  }
  .article-slider .article-slider-wrapper {
    width: calc(100% + (100vw - 800px) / 2);
    padding: 0 16px;
  }
}
@media screen and (max-width: 800px) {
  .article-slider .article-slider, .article-slider .article-slider-main {
    max-width: 400px;
  }
  .article-slider .article-slider-wrapper {
    width: calc(100% + (100vw - 400px) / 2);
  }
}

.photo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.photo-slider .post-detail {
  box-shadow: var(--shadow);
}
.photo-slider img, .photo-slider .post-detail .post-media img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: var(--ratio-silver);
  vertical-align: bottom;
  width: auto;
  height: 300px;
}
.photo-slider .post-media img {
  position: relative;
}

.search-form .search-form-wrapper {
  display: flex;
}
.search-form label {
  display: none;
}
.search-form input[name=s] {
  width: calc(100% - 50px);
  padding-left: 12px;
  border: none;
  border-radius: 30px 0 0 30px;
}
.search-form input[name=s]:focus, .search-form input[name=s]:active {
  outline: none;
}
.search-form button[type=submit] {
  width: 50px;
  height: 41px;
  margin: 0;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 0 30px 30px 0;
}
.search-form button[type=submit]::before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_search.svg") center/contain no-repeat;
}
.search-form button[type=submit]:hover {
  opacity: 0.7;
}

.post-list-tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 !important;
}
.post-list-tag li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 120px;
  padding: 4px 2px;
  font-size: var(--font-size-min);
  color: var(--color-main);
  border: 1px solid var(--color-main);
  background: #fff;
}

.date-info {
  display: flex;
  justify-content: flex-end;
}

.post-date {
  width: 120px;
  font-size: var(--font-size-min);
  white-space: nowrap;
  opacity: 0.8;
  padding-left: 24px;
}
.post-date::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_clock_b.svg") center/contain no-repeat;
  top: 5px;
}

.article-list {
  padding: 0;
}
.article-list > li {
  padding: 0.5rem 0;
  font-weight: normal;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.article-list > li a {
  color: var(--color-blk);
}
.article-list > li a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.article-list > li a {
  width: 100%;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.article-list > li a:hover .post-title {
  color: var(--color-hover);
  text-decoration: none;
}
.article-list > li a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: calc(50% - 16px);
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: var(--amin-base);
}
.article-list > li a:hover {
  text-decoration: none;
  color: var(--color-blk);
}
.article-list > li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.article-list > li a:hover::after {
  bottom: calc(50% - 20px);
}
.article-list.side > li {
  counter-increment: count;
  margin: 0 0 16px 0;
}
.article-list.side > li a {
  flex-wrap: nowrap;
  text-decoration: none !important;
}
.article-list.side > li a:hover img {
  transform: var(--img-hover);
}
.article-list.side > li a:hover::after {
  display: none;
}
.article-list.side > li:last-child {
  margin: 0;
}
.article-list.side > li .img-cover {
  width: 110px;
  height: 110px;
}
.article-list.side .post-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 126px);
  height: 110px;
  border: none;
  font-size: var(--font-size-min);
  line-height: 1.6;
}
.article-list.side .post-title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.article-list.side.ranking .img-cover .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 37px;
  overflow: hidden;
}
.article-list.side.ranking .img-cover .no div {
  width: 30px;
  height: 30px;
}
.article-list.side.ranking .img-cover .no div::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  content: counter(count);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-family: var(--font-eng);
  padding-top: 3px;
  padding-left: 2px;
  z-index: 1;
}
.article-list.side.ranking .img-cover .no:before, .article-list.side.ranking .img-cover .no:after {
  content: "";
  position: absolute;
  bottom: 4px;
  width: 23px;
  height: 23px;
  background: var(--color-main);
}
.article-list.side.ranking .img-cover .no:before {
  transform: rotate(160deg);
  left: -5px;
}
.article-list.side.ranking .img-cover .no:after {
  transform: rotate(-160deg);
  right: -5px;
}
.article-list.side.ranking li:nth-child(n+4) .img-cover .no div::before {
  background: var(--color-sub4);
}
.article-list.side.ranking li:nth-child(n+4) .img-cover .no:before, .article-list.side.ranking li:nth-child(n+4) .img-cover .no:after {
  display: none;
}
.article-list.relate {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.article-list.relate > li {
  width: calc(50% - 8px);
  margin: 0 0 16px 0;
}
.article-list.relate > li a {
  flex-wrap: nowrap;
  gap: 16px;
  text-decoration: none !important;
}
.article-list.relate > li a:hover img {
  transform: var(--img-hover);
}
.article-list.relate > li a:hover::after {
  display: none;
}
.article-list.relate > li:last-child {
  margin: 0;
}
.article-list.relate .img-cover {
  width: 130px;
  height: 130px;
}
.article-list.relate .post-content {
  width: calc(100% - 130px);
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article-list.relate .post-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 80px;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
.article-list.relate .post-title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .article-list.relate {
    gap: 0;
  }
  .article-list.relate li {
    width: 100%;
  }
}

.arkb-tabBody .post-date {
  width: 100px;
  padding-left: 0;
}
.arkb-tabBody .post-date::before {
  display: none;
}
.arkb-tabBody .post-list-tag li {
  justify-content: center;
  flex-direction: inherit;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: var(--width-pc) !important;
    padding: 0 !important;
  }
}
.base .page-header {
  margin-top: 0;
  color: #fff;
  background: var(--color-gra);
  min-height: 12rem;
}

.not-home .site-body {
  background: #fff;
}

.page-header {
  font-family: var(--font-swap-sub);
}

.appear .page-header {
  font-family: var(--font-sub);
}

.breadcrumb, .site-body {
  background: #fff;
}
.home .breadcrumb, .home .site-body {
  background: transparent;
}

#commentform img, .comment-author img, .post img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

.site-body-bottom, .page .veu_socialSet, .single .veu_followSet {
  display: none;
}

table td, table th {
  border: none;
}

.breadcrumb {
  display: none;
}

.base .page-header-title, .base h1.page-header-title {
  color: #fff;
  font-weight: normal;
}

.sl-wrapper .sl-image .sl-caption {
  background: var(--color-gra) !important;
}

.page-header-title {
  font-size: 1.2rem !important;
}
.page-header-title::before {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: var(--font-eng);
  font-size: 2.8rem;
  text-transform: var(--text-tra);
  border-bottom: var(--page-line);
  padding: 16px 10px 10px 10px;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 768px) {
  .page-header-title::before {
    font-size: 2.4rem;
  }
}

.blog .site-body, .blog .breadcrumb, .blog.scrolled #top-header, .archive .site-body, .archive .breadcrumb, .archive.scrolled #top-header, .single .site-body, .single .breadcrumb, .single.scrolled #top-header {
  background: var(--color-base);
}
.blog .page-header-title::before, .archive .page-header-title::before, .single .page-header-title::before {
  content: "News";
}
.blog .c-pageTitle::before, .archive .c-pageTitle::before, .single .c-pageTitle::before {
  content: "News";
}
.blog .entry-meta-data-list, .archive .entry-meta-data-list, .single .entry-meta-data-list {
  display: none !important;
}
.blog .l-mainContent__inner > .post_content, .blog .date-info, .archive .l-mainContent__inner > .post_content, .archive .date-info, .single .l-mainContent__inner > .post_content, .single .date-info {
  margin: 0;
}
.blog .main-section .vk_posts, .archive .main-section .vk_posts, .single .main-section .vk_posts {
  gap: 30px 0;
}
.blog .main-section .vk_posts .vk_post .dammy, .blog .main-section .vk_posts .vk_post .media-title, .blog .main-section .vk_posts .vk_post .media-img, .archive .main-section .vk_posts .vk_post .dammy, .archive .main-section .vk_posts .vk_post .media-title, .archive .main-section .vk_posts .vk_post .media-img, .single .main-section .vk_posts .vk_post .dammy, .single .main-section .vk_posts .vk_post .media-title, .single .main-section .vk_posts .vk_post .media-img {
  display: none !important;
}
.blog .main-section .vk_posts.next-prev, .archive .main-section .vk_posts.next-prev, .single .main-section .vk_posts.next-prev {
  display: none;
}
.blog .main-section .post-bottom-title, .archive .main-section .post-bottom-title, .single .main-section .post-bottom-title {
  font-size: 1.1rem;
  margin-top: 60px !important;
  font-weight: bold;
}
.blog .main-section .post-bottom-title::after, .archive .main-section .post-bottom-title::after, .single .main-section .post-bottom-title::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--color-gra2);
}
.blog .main-section .post-bottom-title.top, .archive .main-section .post-bottom-title.top, .single .main-section .post-bottom-title.top {
  margin-top: 100px !important;
}
.blog .main-section .post-bottom-title, .blog .main-section .veu_socialSet-position-after, .archive .main-section .post-bottom-title, .archive .main-section .veu_socialSet-position-after, .single .main-section .post-bottom-title, .single .main-section .veu_socialSet-position-after {
  margin-bottom: 40px !important;
}
.blog .sub-section .sub-section-title, .archive .sub-section .sub-section-title, .single .sub-section .sub-section-title {
  font-size: 1.2rem;
  padding-left: 12px;
  margin-bottom: 20px !important;
}
.blog .sub-section .sub-section-title::after, .archive .sub-section .sub-section-title::after, .single .sub-section .sub-section-title::after {
  content: "";
  position: absolute;
  display: block;
  left: -7px;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--color-gra2);
}
@media screen and (max-width: 991px) {
  .blog .sub-section .sub-section-title, .archive .sub-section .sub-section-title, .single .sub-section .sub-section-title {
    padding-left: 0;
  }
}
.blog .sub-section a, .archive .sub-section a, .single .sub-section a {
  color: var(--color-blk);
}
.blog .sub-section .vk_post .vk_post_title a:hover, .archive .sub-section .vk_post .vk_post_title a:hover, .single .sub-section .vk_post .vk_post_title a:hover {
  color: var(--color-hover);
}
.blog .sub-section .vk_post_date, .archive .sub-section .vk_post_date, .single .sub-section .vk_post_date {
  display: none;
}
.blog .sub-section .widget_nav_menu > ul li a:hover, .blog .sub-section .widget_archive > ul li a:hover,
.blog .sub-section .widget_categories > ul li a:hover, .archive .sub-section .widget_nav_menu > ul li a:hover, .archive .sub-section .widget_archive > ul li a:hover,
.archive .sub-section .widget_categories > ul li a:hover, .single .sub-section .widget_nav_menu > ul li a:hover, .single .sub-section .widget_archive > ul li a:hover,
.single .sub-section .widget_categories > ul li a:hover {
  background: none !important;
  color: var(--color-hover) !important;
}

.blog .page-header, .archive .page-header {
  background: url("/wp-content/themes/swell_child/img/blog_00.png") center/cover no-repeat;
}

.main-section .vk_post .vk_post_date {
  font-size: var(--font-size-min);
}
.main-section .vk_post .vk_post_btn, .main-section .vk_post .vk_post_btn:hover {
  color: #fff;
}
.main-section .vk_post .vk_post_btn:hover {
  opacity: 0.8;
}
.main-section .vk_post .vk_post_title a:hover {
  color: var(--color-hover);
}
.main-section .vk_post .vk_post_body.media-body {
  display: none !important;
}
.main-section .vk_post.media {
  border-bottom: none !important;
  width: calc(100% - 30px);
  max-width: 380px;
  padding: 0 !important;
  margin-top: 0;
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--amin-sub), opacity 1s;
  box-shadow: none;
}
.main-section .vk_post.media:hover {
  opacity: 0.9;
}
.main-section .vk_post.media > a {
  flex: 1;
}
.main-section .vk_post .media-img {
  background-image: none !important;
}
.main-section .vk_post .media-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: var(--amin-sub);
}
.main-section .vk_post .media-img:hover img {
  transform: var(--img-hover);
}

.main-section, .sub-section .vk_post.media {
  border-bottom: none !important;
}
.main-section:first-child, .sub-section .vk_post.media:first-child {
  border-top: none !important;
}
.main-section .vk_post_date, .sub-section .vk_post.media .vk_post_date {
  font-size: var(--font-size-min) !important;
}

.main-section > .vk_posts > .media.vk_post-col-sm-12:first-child {
  border-top: none !important;
}

.entry-meta-data-list dt {
  font-size: var(--font-size-min) !important;
}

.vk_post .vk_post_btn,
.vk_post_imgOuter_singleTermLabel,
.vk_post .vk_post_title a,
.entry-title,
.breadcrumb,
.entry-meta,
.entry-footer,
.card-body,
.veu_socialSet,
.veu_socialSet .sb_icon .sb_icon_inner .sns_txt,
.comment-respond,
.archive-header-title,
input[type=submit],
.comment-author,
.comment-meta,
.comment-reply-link {
  font-family: var(--font-swap);
}
.appear .vk_post .vk_post_btn,
.appear .vk_post_imgOuter_singleTermLabel,
.appear .vk_post .vk_post_title a,
.appear .entry-title,
.appear .breadcrumb,
.appear .entry-meta,
.appear .entry-footer,
.appear .card-body,
.appear .veu_socialSet,
.appear .veu_socialSet .sb_icon .sb_icon_inner .sns_txt,
.appear .comment-respond,
.appear .archive-header-title,
.appear input[type=submit],
.appear .comment-author,
.appear .comment-meta,
.appear .comment-reply-link {
  font-family: var(--font-main);
}

.vk_post_imgOuter_singleTermLabel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 90px;
  font-size: var(--font-size-min);
  display: none;
}

.veu_socialSet ul {
  gap: 10px;
}
.veu_socialSet ul li {
  margin: 0 !important;
}
.veu_socialSet .sb_icon a, .veu_socialSet .sb_copy .sb_icon_inner {
  color: var(--color-main) !important;
  letter-spacing: initial;
  background: #fff;
  box-shadow: none;
  border-radius: var(--radius-min) !important;
  border: 1px solid var(--color-main) !important;
  height: 35px;
  margin-bottom: 10px;
  transition: var(--amin-sub);
}
.veu_socialSet .sb_icon a:hover, .veu_socialSet .sb_copy .sb_icon_inner:hover {
  color: #fff !important;
  background: var(--color-main);
}

.single .breadcrumb {
  display: block;
}
.single .breadcrumb a {
  color: var(--color-blk);
}
.single .breadcrumb a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.single .breadcrumb .breadcrumb-list__item:last-child {
  display: none;
}
.single .entry-body .post-list-tag {
  padding-bottom: 20px;
}
.single .author-profile {
  display: flex;
  gap: 30px;
  background: var(--color-sub2);
  border: 2px solid var(--color-blk);
  border-radius: var(--radius);
  padding: 16px;
}
.single .author-profile .user-img .img-cover, .single .author-profile .user-img img {
  width: 130px;
  height: 130px;
}
.single .author-profile .user-img .img-cover {
  border-radius: 50%;
}
.single .author-profile .user-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single .author-profile .user-name {
  display: flex;
  gap: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.single .author-profile .user-name .user-post {
  font-weight: bold;
}
.single .author-profile .user-desc {
  font-size: var(--font-size-sml);
}
@media screen and (max-width: 500px) {
  .single .author-profile {
    display: block;
  }
  .single .author-profile .img-cover {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .single .author-profile .user-name {
    display: block;
    text-align: center;
  }
  .single .author-profile .user-name .user-post {
    display: block;
  }
}
.single .entry-body .author-profile {
  margin-top: 60px !important;
}
.single .side-author .author-profile {
  display: block;
  background: #fff;
  padding: 16px;
  border-radius: 20px;
}
.single .side-author .author-profile .img-cover {
  margin: 0 auto;
  margin-bottom: 10px;
}
.single .side-author .author-profile .user-name {
  display: block;
  text-align: center;
}
.single .side-author .author-profile .user-name .user-post {
  display: block;
}
.single .side-author .author-profile .user-desc {
  font-size: var(--font-size-min);
}
.single .side-author .author-profile .sns-list-detail img {
  width: 20px !important;
}
@media screen and (max-width: 991px) {
  .single .side-author.none {
    display: none;
  }
}

.widget_link_list > ul li a:hover {
  color: var(--color-hover);
}
.widget_link_list > div > ul li a, .widget_link_list.widget_link_list > ul li a {
  border-bottom: none !important;
  background: transparent !important;
}

.btn-primary, input[type=submit] {
  background-color: var(--color-main) !important;
  border-color: transparent !important;
}

.entry-body {
  font-size: 1rem;
}

.entry-title {
  font-size: 1.5rem;
}

.entry-meta {
  display: none;
}

.vk_post_title_new {
  color: var(--color-main) !important;
  padding: 2px;
}

.card-intext .card-intext-inner .vk_post_body {
  background: var(--color-sub3) !important;
  opacity: 0.7;
}
.card-intext .card-intext-inner .vk_post_body::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: var(--z-back);
}

#comments a {
  color: var(--color-blk);
}
#comments a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
#comments ol.comment-list > .comment {
  border: none;
}
#comments .comment-author cite, #comments .comment-author span {
  font-style: normal;
}
#comments .comment-author img {
  border: none;
}
#comments p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#comments .required, #comments #email-notes, #comments .required-field-message,
#comments .comments-title, #comments .comment-form-cookies-consent {
  display: none;
}
#comments .comment-list {
  background: #fff;
}
#comments #reply-title {
  font-size: 1.1rem;
  margin-bottom: 40px !important;
}
#comments #reply-title::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--color-gra2);
}
#comments #reply-title small {
  display: block;
  margin-top: 10px;
  font-size: var(--font-size-min);
}
#comments .comment-form-email label::after {
  content: "※ 公開させません";
  font-size: var(--font-size-min);
}

.archive-description {
  display: none;
}

ul.page-numbers li a, ul.page-numbers li a:hover, ul.page-numbers li span.page-numbers {
  background: #fff !important;
}
ul.page-numbers li .page-numbers {
  text-align: center;
}
ul.page-numbers li .page-numbers:hover {
  color: var(--color-hover) !important;
}
ul.page-numbers li .page-numbers.dots {
  color: var(--color-blk) !important;
}
ul.page-numbers li .page-numbers.current {
  background: var(--color-main) !important;
  color: #fff !important;
}
ul.page-numbers li:first-child > .page-numbers {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
ul.page-numbers li:last-child > .page-numbers {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.post-type-archive .pagination .page-numbers {
  display: block;
  overflow: hidden;
  float: left;
  padding: 6px 12px;
  margin: 0;
  margin-left: -1px;
  color: var(--color-blk);
  text-decoration: none;
  border: 1px solid var(--vk-color-border-hr);
  background: #fff;
}
.post-type-archive .pagination .page-numbers:hover {
  color: var(--color-hover);
}
.post-type-archive .pagination .page-numbers.dots {
  color: var(--color-blk);
}
.post-type-archive .pagination .page-numbers.current {
  background: var(--color-main);
  color: #fff;
}

.blog-side-tab .arkb-tabList {
  width: 100%;
}
.blog-side-tab .arkb-tabList .arkb-tabList__item {
  width: 50%;
}
.blog-side-tab .arkb-tabList .arkb-tabList__item .arkb-tabList__button {
  background: #fff;
  cursor: pointer;
}
.blog-side-tab .arkb-tabList .arkb-tabList__item .arkb-tabList__button[aria-selected=true] {
  border: none;
}
.blog-side-tab .arkb-tabList .arkb-tabList__item .arkb-tabList__button[aria-selected=false] {
  background: #eeecec;
}
.blog-side-tab .arkb-tabList .arkb-tabList__item .arkb-tabList__button[aria-selected=false]:hover {
  opacity: 0.7;
}
.blog-side-tab .arkb-tabBody {
  background: #fff;
  padding: 16px;
}
.blog-side-tab .article-list {
  padding: 0;
  margin: 0;
}
.blog-side-tab .arkb-tabBody__content > p {
  margin: 0;
}

.sub-section .ark-block-toc {
  padding: 0;
}
.sub-section .ark-block-toc .ark-block-toc__title {
  display: none;
  background: #fff;
  text-align: left;
  border-radius: 16px 16px 0 0;
  padding: 16px 0 0 16px;
  margin: 0;
}
.sub-section .ark-block-toc .ark-block-toc__title.disp {
  display: block;
}
.single .sub-section .ark-block-toc {
  padding: 0;
  margin: 0 !important;
}

.page h4.sub-section-title:after {
  display: none;
}

.ark-block-toc::marker {
  font-family: var(--font-swap);
}
.appear .ark-block-toc::marker {
  font-family: var(--font-main);
}

#toc_container, .ark-block-toc {
  display: none;
  width: 100% !important;
  border: none;
  border-radius: var(--radius);
  background: #fff;
  background-image: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  #toc_container.disp, .ark-block-toc.disp {
    display: block;
  }
}
#toc_container::before, .ark-block-toc::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
}
#toc_container a, .ark-block-toc a {
  color: var(--color-blk);
}
#toc_container a:hover, .ark-block-toc a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
#toc_container p.toc_title, .ark-block-toc p.toc_title {
  text-align: left;
  padding-left: 18px;
}

.ark-block-toc .ark-block-toc__list {
  padding: 10px 6px 10px 52px;
  background: #fff;
}
.ark-block-toc .ark-block-toc__list[data-level="3"] {
  list-style: none;
}
.ark-block-toc .ark-block-toc__list[data-level="3"]::before {
  height: 80%;
}

.sub-section .toc_widget, .sub-section .ark-block-toc {
  margin-top: 40px;
  transition: var(--amin-base);
}
.sub-section .toc_widget .toc_widget_list a, .sub-section .toc_widget .ark-block-toc__list a, .sub-section .ark-block-toc .toc_widget_list a, .sub-section .ark-block-toc .ark-block-toc__list a {
  color: var(--color-blk);
}
.sub-section .toc_widget .toc_widget_list a:hover, .sub-section .toc_widget .ark-block-toc__list a:hover, .sub-section .ark-block-toc .toc_widget_list a:hover, .sub-section .ark-block-toc .ark-block-toc__list a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.sub-section .toc_widget .toc_widget_list a, .sub-section .toc_widget .ark-block-toc__list a, .sub-section .ark-block-toc .toc_widget_list a, .sub-section .ark-block-toc .ark-block-toc__list a {
  font-size: var(--font-size-sml);
}
.sub-section .toc_widget .toc_widget_list a.no_bullets, .sub-section .toc_widget .ark-block-toc__list a.no_bullets, .sub-section .ark-block-toc .toc_widget_list a.no_bullets, .sub-section .ark-block-toc .ark-block-toc__list a.no_bullets {
  font-size: 0.9rem;
}
.sub-section .ark-block-toc {
  display: block;
  background: none;
  padding-top: 18px;
  margin-top: 0;
}
.sub-section .ark-block-toc::before {
  display: none;
}
.scrolled .sub-section .ark-block-toc {
  margin-top: 40px;
}
.sub-section .ark-block-toc .ark-block-toc__list {
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 768px) {
  .sub-section .ark-block-toc a.toc-highlight {
    font-weight: bold;
    color: var(--color-link);
  }
}
.post-name-industry-ma .sub-section .ark-block-toc a.toc-highlight {
  font-weight: normal;
  color: var(--color-blk);
}

.ark-block-toc[data-target=h2] [data-level="3"], .ark-block-toc[data-target=h3] [data-level="4"] {
  display: block;
  list-style: disc;
  padding-right: 6px;
  margin-left: -16px;
  font-size: var(--font-size-min);
}

.ark-block-toc .ark-block-toc__list[data-level="3"]:before {
  display: none;
}

.post-name-about {
  background: var(--color-base);
}
.post-name-about .page-header {
  background: url("/wp-content/themes/swell_child/img/about_00.png") center/cover no-repeat;
}
.post-name-about #top_title_area {
  background: url("/wp-content/themes/swell_child/img/about_00.png") center/cover no-repeat;
}
.post-name-about .u-obf-cover {
  display: none;
}
.post-name-about .veu_autoEyeCatchBox {
  display: none;
}
.post-name-about .page-header-title::before {
  content: "About";
}
.post-name-about .c-pageTitle::before {
  content: "About";
}

.profile-list {
  width: 100%;
  padding: 40px 50px;
  margin: 80px auto 20px auto;
  list-style: none;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: -1px 10px 25px -20px rgba(52, 77, 35, 0.7);
}
.profile-list li {
  border-bottom: 1px solid #ccc;
}
.profile-list li:last-child {
  border-bottom: none;
}
.profile-list dl {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.profile-list dt {
  width: 35%;
  padding: 0 10px 0 40px;
  margin-bottom: 8px;
}
.profile-list dd {
  width: 65%;
  margin-bottom: 8px;
}
.profile-list .access {
  margin-top: 16px;
}
.profile-list a {
  text-decoration: none;
}
.profile-list .history-content .timeline {
  padding-left: 0;
}
.profile-list .history-content .timeline li {
  padding: 0 0 20px 0;
  border: none;
}
.profile-list .history-content .timeline li .dtl {
  margin: 0px 0px 0 30px;
}
.profile-list .history-content .timeline li .info {
  width: auto;
  flex-grow: 1;
}
.profile-list .history-content .timeline li .year {
  display: inline-flex;
  padding: 0;
  width: 100%;
  max-width: 160px;
}
.profile-list .history-content .timeline li:last-child .border-line {
  height: 80%;
}
@media screen and (max-width: 1200px) {
  .profile-list {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .profile-list {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .profile-list .history-content .timeline li .dtl {
    margin: 0px 0px 0 16px;
  }
  .profile-list .history-content .timeline li .year {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .profile-list dt {
    padding-left: 0;
  }
  .profile-list .access iframe {
    height: 250px;
  }
}

.post-name-contact {
  background: var(--color-main);
}
.post-name-contact .page-header {
  background: url("/wp-content/themes/swell_child/img/base/contact_00.png") center/cover no-repeat;
}
.post-name-contact #top_title_area {
  background: url("/wp-content/themes/swell_child/img/base/contact_00.png") center/cover no-repeat;
}
.post-name-contact .u-obf-cover {
  display: none;
}
.post-name-contact .veu_autoEyeCatchBox {
  display: none;
}
.post-name-contact .page-header-title::before {
  content: "Contact";
}
.post-name-contact .c-pageTitle::before {
  content: "Contact";
}
.post-name-contact #body_wrap {
  background: var(--color-sub2);
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=date], .wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  padding: 0.6em 0.8em;
  margin: 10px 0 1.1rem 0;
}
.wpcf7-form .wpcf7-checkbox, .wpcf7-form .res-type-info {
  margin: 10px 0 1.1rem 0;
}
.wpcf7-form .wpcf7-list-item {
  position: relative;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox], .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  display: block;
  background: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  border: none !important;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]::before, .wpcf7-form .wpcf7-acceptance input[type=checkbox]::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: var(--radius-min);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]::after, .wpcf7-form .wpcf7-acceptance input[type=checkbox]::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 4px);
  left: 5px;
  width: 11px;
  height: 6px;
  background: none;
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: var(--color-main);
  transform: rotate(-45deg);
  opacity: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked::after, .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  opacity: 1;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 28px;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  width: auto;
}
.wpcf7-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-form .select-info.single .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form .select-info.single .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  right: 16px;
  width: 8px;
  height: 8px;
  background: none;
  border-top: 2px solid var(--color-main);
  border-left: 2px solid var(--color-main);
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}
.wpcf7-form input[type=submit] {
  position: relative;
  display: block;
  width: 200px;
  padding: 16px 0;
  margin: 60px auto 0 auto;
  color: #fff;
}
.wpcf7-form .confirm {
  display: block;
  font-size: 0.9rem;
  cursor: pointer;
  padding-left: 30px;
}
.wpcf7-form .confirm a {
  font-weight: bold;
}
.wpcf7-form .req {
  background: var(--color-main);
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 5px 4px 7px;
  margin-right: 10px;
  border-radius: var(--radius);
}
.wpcf7-form .any {
  display: inline-block;
  width: 54px;
  height: 21px;
  opacity: 0;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .name {
  padding-bottom: 0;
}
.wpcf7-form .name-info {
  margin-bottom: 8px;
}
.wpcf7-form .name-info label .sub {
  width: 60px;
}
.wpcf7-form .half-info {
  width: 50%;
}
@media screen and (max-width: 430px) {
  .wpcf7-form .half-info {
    width: 100%;
  }
}
.wpcf7-form div[data-id=reserve] {
  margin-top: 16px;
}
.wpcf7-form .type-note {
  margin-top: 16px;
  font-size: 14px;
}
.wpcf7-form .type-note th, .wpcf7-form .type-note td, .wpcf7-form .type-note tr:last-child > td {
  border: none;
}
.wpcf7-form .type-note th {
  width: 126px;
  padding-right: 0;
}
.wpcf7-form .sex-note {
  margin-left: 16px;
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
  background: #fff;
  color: var(--color-blk);
  font-weight: 700;
  text-align: center;
  border: solid 1px var(--color-main);
  padding: 20px 10px;
  margin-top: 100px;
}

.wp-block-contact-form-7-contact-form-selector, .wpcf7-form, .form-info {
  max-width: 768px;
  margin: auto;
}

.page p.form-info {
  text-align: center;
  margin: 80px auto 30px auto;
}

.form-info.recap {
  margin-top: 30px;
  font-size: var(--font-size-min);
}

@media screen and (max-width: 430px) {
  .wpcf7-form .name-info label .sub {
    line-height: 20px;
  }
  .form-info.recap {
    font-size: 0.7rem;
  }
}
.type-info .wpcf7-form-control-wrap .wpcf7-form-control {
  display: grid;
}

.post-name-privacy {
  background: #fff;
}
.post-name-privacy .page-header {
  background: url("/wp-content/themes/swell_child/img/privacy_00.png") center/cover no-repeat;
}
.post-name-privacy #top_title_area {
  background: url("/wp-content/themes/swell_child/img/privacy_00.png") center/cover no-repeat;
}
.post-name-privacy .u-obf-cover {
  display: none;
}
.post-name-privacy .veu_autoEyeCatchBox {
  display: none;
}
.post-name-privacy .page-header-title::before {
  content: "Privacy Policy";
}
.post-name-privacy .c-pageTitle::before {
  content: "Privacy Policy";
}
.post-name-privacy h2 {
  margin-left: 0;
  text-align: left;
}
@media screen and (max-width: 430px) {
  .post-name-privacy h2 {
    font-size: 1.1rem;
  }
}

#body_wrap, .comm-part {
  animation: fade 1s forwards 1.7s;
}
#body_wrap.not-home, .comm-part.not-home {
  animation: fade 1s forwards 1.5s;
}

.comm-part {
  z-index: 1;
}

#before_footer_widget.w-beforeFooter {
  margin: 0;
}
#before_footer_widget.w-beforeFooter .l-container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

#body_wrap {
  overflow: hidden;
}
#body_wrap.not-home {
  margin-top: var(--height-menu);
}
@media screen and (max-width: 768px) {
  #body_wrap.not-home {
    margin-top: var(--height-menu-sp);
  }
}
#body_wrap.top {
  margin-top: 50px;
}

.alignfull > .wp-block-cover__inner-container, .alignfull > .wp-block-group__inner-container {
  max-width: var(--width-pc) !important;
}

.top #content {
  padding-top: 0;
}

#header, #fix_header, .l-footer {
  display: none;
}

#breadcrumb {
  display: none;
}

.c-filterLayer.-texture-dot:after {
  display: none;
}

.img-left, .img-right {
  margin: 0 auto;
}

.main-footer {
  z-index: 1;
}

#recruit > .wp-block-group__inner-container {
  display: contents;
}

.img-half > .wp-block-group__inner-container {
  display: contents;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=date], .wpcf7-form select, .wpcf7-form textarea {
  padding: 4px 12px;
}

#top_title_area {
  background: var(--color-main);
}
#top_title_area .u-obf-cover {
  display: none;
}
#top_title_area .c-pageTitle {
  font-size: 1.2rem !important;
  line-height: 0.8;
  position: relative;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-family: var(--font-swap-sub);
}
.appear #top_title_area .c-pageTitle {
  font-family: var(--font-sub);
}
#top_title_area .c-pageTitle::before {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: var(--font-eng);
  font-size: 2.8rem;
  text-transform: var(--text-tra);
  border-bottom: var(--page-line);
  padding: 16px 10px 10px 10px;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 768px) {
  #top_title_area .c-pageTitle::before {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 600px) {
  .l-topTitleArea {
    min-height: 180px;
    padding: 1em 0;
  }
}
h2 {
  background: none !important;
  color: var(--color-blk) !important;
  padding: 0 0 10px 0 !important;
}
h2::before {
  display: none !important;
}

h3::before {
  background: repeating-linear-gradient(90deg, var(--color-main) 0%, var(--color-main) 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%) !important;
}

.page .l-article {
  max-width: var(--width-pc);
}

.icon-modified:before {
  content: "\e931";
}

.menu-detail .search-form {
  max-width: 300px;
  padding-bottom: 30px;
  margin: 0 auto;
  opacity: 0;
}
.panel-active .menu-detail .search-form {
  animation: fade 1s forwards 0.3s;
}

#post_slider {
  width: calc(100vw + 200px);
  margin: 0 auto 0 -100px;
}
#post_slider .swiper-pagination {
  position: relative;
}
#post_slider .swiper-pagination::before {
  content: "PICK UP";
  display: block;
  font-family: var(--font-eng);
  font-size: 1.8rem;
  letter-spacing: initial;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0 20px 0;
  margin: 0 auto;
}
#post_slider .swiper-pagination::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 30%;
  border-bottom: 50px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform: translate(-50%, 0);
  z-index: -1;
}
#post_slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 4px;
}
@media screen and (max-width: 768px) {
  #post_slider .swiper-pagination-bullet {
    width: 20px;
  }
}
#post_slider.-ps-style-img .p-postList__body {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 12px 16px 8px 16px;
  margin-bottom: 30px;
  max-width: 80%;
}
#post_slider.-ps-style-img .p-postList__title {
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;
  padding: 0 !important;
  color: #fff !important;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#post_slider.-ps-style-img .p-postList__body:before {
  display: none;
}

#fix_sidebar, .p-toc, .p-toc.-double {
  max-width: 100%;
  width: 100% !important;
  padding: 10px 6px 10px 16px;
  border-radius: 0 !important;
  background: var(--color-sub2);
  border: 1px solid var(--color-blk);
}
#fix_sidebar .c-widget__title.-side, .p-toc .c-widget__title.-side, .p-toc.-double .c-widget__title.-side {
  margin-bottom: 10px;
}
#fix_sidebar .c-widget__title.-side::before, #fix_sidebar .c-widget__title.-side::after, .p-toc .c-widget__title.-side::before, .p-toc .c-widget__title.-side::after, .p-toc.-double .c-widget__title.-side::before, .p-toc.-double .c-widget__title.-side::after {
  display: none;
}
#fix_sidebar li, .p-toc li, .p-toc.-double li {
  text-align: left;
}
#fix_sidebar li a, .p-toc li a, .p-toc.-double li a {
  color: var(--color-blk);
}
#fix_sidebar li a:hover, .p-toc li a:hover, .p-toc.-double li a:hover {
  color: var(--color-hover);
  text-decoration: none;
}

.p-toc.-modal {
  background: none;
  border: none;
}

#main_content .p-toc {
  max-width: 100%;
}

.p-fixBtnWrap .c-fixBtn {
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
.p-fixBtnWrap .c-fixBtn.hov-bg-main:hover {
  background: var(--color-main) !important;
}
.scroll-footer .p-fixBtnWrap {
  display: none;
}

.is-opened > .p-indexModal__inner {
  border-radius: var(--radius) !important;
}

[class*=page-numbers] {
  letter-spacing: normal;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
  background: var(--color-main) !important;
}

#top_title_area .p-articleMetas.-top {
  display: none;
}

#main_content .p-postList {
  gap: 30px;
  justify-content: flex-start;
  margin-left: 0;
}
#main_content .p-postList .p-postList__item {
  position: relative;
  border-bottom: none !important;
  width: calc(100% - 30px);
  max-width: 390px;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
  transition: var(--amin-sub), opacity 1s;
  box-shadow: none;
}
#main_content .p-postList .p-postList__item:hover {
  opacity: 0.9;
}
#main_content .p-postList .p-postList__item:hover .p-postList__title {
  color: var(--color-hover) !important;
}
#main_content .p-postList .p-postList__item > a {
  flex: 1;
}
#main_content .p-postList .p-postList__item .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 20px;
}
#main_content .p-postList .p-postList__item .c-postThumb {
  overflow: visible;
}
#main_content .p-postList .p-postList__item .c-postThumb__cat {
  top: -10px;
  right: auto;
  left: 20px;
  background: #fff;
  background-image: none;
  border: 1px solid #000;
  min-width: 130px;
  color: var(--color-blk);
  font-weight: bold;
  text-align: center;
}
#main_content .p-postList .p-postList__item .c-postThumb__cat::before {
  display: none;
}
#main_content .p-postList .p-postList__item .c-postTimes__posted, #main_content .p-postList .p-postList__item .c-postTimes__modified {
  color: var(--color-sub);
}
#main_content .p-postList .p-postList__item .p-postList__excerpt {
  display: none;
}
#main_content .p-postList .p-postList__item .p-postList__title {
  text-align: left;
}
#main_content .p-postList .p-postList__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: var(--color-main);
}
@media screen and (max-width: 900px) {
  #main_content .p-postList .p-postList__item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  #main_content .p-postList {
    max-width: 1000px !important;
    padding: 0;
  }
}
#main_content .post-bottom-title {
  font-size: 1.1rem;
  margin-top: 60px !important;
  font-weight: bold;
}
#main_content .post-bottom-title::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--color-gra2);
}
#main_content .post-bottom-title.top {
  margin-top: 100px !important;
}
#main_content .post-bottom-title, #main_content .veu_socialSet-position-after {
  margin-bottom: 40px !important;
}
#main_content .post_content ul {
  padding-left: 0;
}
#main_content .p-articleMetas.-top {
  display: none;
}
#main_content .c-categoryList {
  color: var(--color-main);
}
#main_content .c-categoryList .c-categoryList__link {
  color: #fff;
  background: var(--color-main);
}
#main_content .post-list-tag.cat {
  padding-bottom: 20px;
}
#main_content .c-secTitle {
  border-left: none;
  text-align: left;
}
#main_content .l-articleBottom__section.-author,
#main_content .l-articleBottom__section.-related {
  display: none;
}
#main_content .p-pnLinks .p-pnLinks__link {
  color: var(--color-blk);
  background: #fff;
}
#main_content .p-pnLinks .-prev .p-pnLinks__link {
  border-left: 1.25em solid var(--color-main);
}
#main_content .p-pnLinks .-next .p-pnLinks__link {
  border-right: 1.25em solid var(--color-main);
}
#main_content .c-tagList a {
  display: inline-block;
  font-size: var(--font-size-min);
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius-max);
  padding: 8px 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-blk);
  color: var(--color-blk);
}
#main_content .c-tagList a span {
  z-index: 2;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
#main_content .c-tagList a:hover {
  box-shadow: none;
  transform: var(--btn-move);
}
#main_content .c-tagList a:hover span {
  color: #fff;
}
#main_content .c-tagList a::before {
  content: "#";
}
#main_content .c-tagList a:hover {
  color: var(--color-blk);
}

.single #main_content .p-articleThumb {
  margin: 0;
}
.single #main_content .date-info {
  padding: 10px 0 20px 0;
}
.single #main_content .post_content h2 {
  color: #fff !important;
  text-align: left;
  padding: 16px 30px !important;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 34px);
  border: none;
}
.single #main_content .post_content h2::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  transform: skewX(-30deg);
  z-index: -1;
}
.single #main_content .post_content h3 {
  border-bottom: 1px solid var(--color-sub);
  padding-bottom: 6px;
}
.single #main_content .post_content h4 {
  background: var(--color-sub2);
  padding: 10px 16px;
}
@media screen and (max-width: 430px) {
  .single #main_content .post-bottom-title.relate, .single #main_content .article-list.relate {
    display: none;
  }
}

.head-dtl {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
.head-dtl a {
  color: var(--color-blk);
}
.head-dtl a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.head-dtl a.link {
  font-weight: bold;
  padding-right: 40px;
}
.head-dtl a.link .mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.head-dtl a.link .mark::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-main);
  border-radius: 50%;
  border: 1px solid var(--color-main);
}
.head-dtl a.link .mark::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: calc(50% - 5px);
  width: 13px;
  height: 13px;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  transform: rotate(-135deg);
}
.head-dtl a.link .mark::before, .head-dtl a.link .mark::after {
  transition: var(--amin-base);
}
.head-dtl a.link:hover .mark::before {
  background: #fff;
  transform: scale(1.15);
}
.head-dtl a.link:hover .mark::after {
  border-color: var(--color-main);
}
@media screen and (max-width: 600px) {
  .head-dtl {
    flex-direction: column;
  }
  .head-dtl a.link {
    margin: 16px 0 0 auto;
  }
}

.top-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  list-style: none;
  padding-bottom: 80px;
}
.top-cat-list li {
  margin: 0;
  max-width: 390px;
}
@media screen and (max-width: 900px) {
  .top-cat-list li {
    width: calc(50% - 20px);
    font-size: var(--font-size-sml);
  }
}
@media screen and (max-width: 430px) {
  .top-cat-list li {
    font-size: var(--font-size-min);
  }
}
.top-cat-list a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.top-cat-list a img {
  aspect-ratio: var(--ratio-silver);
  max-width: 100%;
  transition: all 0.5s;
}
.top-cat-list a dt {
  display: flex;
  overflow: hidden;
}
.top-cat-list a dd {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-main);
  padding: 10px;
  min-width: 160px;
}
.top-cat-list a dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  display: inline-block;
  width: 40px;
  border-bottom: 44px solid var(--color-main);
  border-left: 40px solid transparent;
}
@media screen and (max-width: 900px) {
  .top-cat-list a dd {
    min-width: auto;
  }
}
.top-cat-list a:hover img {
  transform: var(--img-hover);
}

#main_content .post_content h2.top-tag-cat {
  color: var(--color-blk) !important;
  text-align: left;
  padding: 0 0 6px 0 !important;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-sub4);
}
#main_content .post_content h2.top-tag-cat::after {
  display: none;
}

.top-tag-list.wp-block-tag-cloud {
  padding-bottom: 80px;
}
.top-tag-list.wp-block-tag-cloud a {
  display: inline-block;
  font-size: var(--font-size-min);
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius-max);
  padding: 8px 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-blk);
}
.top-tag-list.wp-block-tag-cloud a span {
  z-index: 2;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
.top-tag-list.wp-block-tag-cloud a:hover {
  box-shadow: none;
  transform: var(--btn-move);
}
.top-tag-list.wp-block-tag-cloud a:hover span {
  color: #fff;
}
.top-tag-list.wp-block-tag-cloud a::before {
  content: "#";
}

.-body-solid .p-commentArea {
  box-shadow: none;
}

.l-sidebar .p-postList__item a, .l-sidebar .cat-item a, .l-sidebar .widget_archive li a {
  color: var(--color-blk);
}
.l-sidebar .p-postList__item a:hover, .l-sidebar .cat-item a:hover, .l-sidebar .widget_archive li a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.l-sidebar input {
  background: #fff;
}
.l-sidebar .side-bnr a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 304px;
  height: 304px;
}
.l-sidebar .side-bnr a img {
  transition: all 0.5s;
}
.l-sidebar .side-bnr a:hover img {
  transform: var(--img-hover);
}
.l-sidebar .side-bnr img {
  width: 100%;
}
.l-sidebar .widget_swell_popular_posts .c-widget__title.-side {
  padding-left: 40px;
}
.l-sidebar .widget_swell_popular_posts .c-widget__title.-side::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_rnk.svg") center/contain no-repeat;
  top: 7px;
}
.l-sidebar .widget_swell_new_posts .c-widget__title.-side {
  padding-left: 40px;
}
.l-sidebar .widget_swell_new_posts .c-widget__title.-side::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_doc_m.svg") center/contain no-repeat;
  top: 7px;
}
.l-sidebar #categories-2 .c-widget__title.-side {
  padding-left: 40px;
}
.l-sidebar #categories-2 .c-widget__title.-side::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_ctg.svg") center/contain no-repeat;
  top: 7px;
}
.l-sidebar #categories-2 ul > .cat-item:last-child a {
  border-bottom: none;
}
.l-sidebar .widget_tag_cloud .c-widget__title.-side {
  padding-left: 40px;
}
.l-sidebar .widget_tag_cloud .c-widget__title.-side::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/swell_child/img/ico/ico_tag_m.svg") center/contain no-repeat;
  top: 7px;
}
.l-sidebar .widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: var(--font-size-min);
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: ease 0.2s;
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius-max);
  padding: 8px 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-blk);
  font-size: var(--font-size-min) !important;
}
.l-sidebar .widget_tag_cloud .tagcloud a span {
  z-index: 2;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
.l-sidebar .widget_tag_cloud .tagcloud a:hover {
  box-shadow: none;
  transform: var(--btn-move);
}
.l-sidebar .widget_tag_cloud .tagcloud a:hover span {
  color: #fff;
}
.l-sidebar .widget_tag_cloud .tagcloud a::before {
  content: "#";
}
.l-sidebar .c-widget {
  background: var(--color-sub5);
  padding: 4px 10px 20px 10px;
}
.l-sidebar .c-widget:first-child {
  background: none;
  padding: 0;
}
.l-sidebar .c-widget:last-child {
  margin-bottom: 60px;
}

.c-widget__title.-side::before {
  display: none;
}
.c-widget__title.-side::after {
  background: var(--color-gra3);
  height: 2px;
}

.p-postList.-w-ranking li:before {
  background: var(--color-sub3);
}

.-w-ranking .p-postList__item:first-child:before,
.-w-ranking .p-postList__item:nth-child(2):before,
.-w-ranking .p-postList__item:nth-child(3):before {
  background-image: none;
  background: var(--color-gra);
}

a.c-shareBtns__btn {
  color: var(--color-main);
}

.archive .l-topTitleArea.c-filterLayer::before {
  opacity: 1;
}
.archive .c-pageTitle__subTitle {
  display: none;
}
.archive #top_title_area .c-pageTitle::before {
  content: "Category";
}

#main_content .c-tabBody__item .p-postList {
  margin-left: 16px;
}

.post-name-category #top_title_area .c-pageTitle::before {
  content: "Category";
}

.archive.tag #top_title_area .c-pageTitle::before {
  content: "Keyword";
}

.swell-block-button.is-style-btn_normal .swell-block-button__link, .swell-block-button.is-style-btn_solid .swell-block-button__link, .swell-block-button.is-style-btn_shiny .swell-block-button__link {
  color: #fff;
}
.swell-block-button.is-style-btn_normal .swell-block-button__link:hover, .swell-block-button.is-style-btn_solid .swell-block-button__link:hover, .swell-block-button.is-style-btn_shiny .swell-block-button__link:hover {
  color: #fff;
}
.swell-block-button.is-style-btn_line .swell-block-button__link {
  color: var(--color-blk);
}
.swell-block-button.is-style-more_btn .swell-block-button__link {
  color: var(--color-blk);
}
.swell-block-button.is-style-more_btn .swell-block-button__link:hover {
  color: #fff;
}

.error404 .page-header {
  background: none;
}
.error404 .page-header .page-header-title {
  color: transparent;
}
.error404 .page-header .page-header-title::before {
  color: var(--color-blk);
}/*# sourceMappingURL=style.css.map */