@charset "UTF-8";
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 3.6vw;
  position: relative;
  color: #333;
  font-weight: 400;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-weight: 500;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
}

.inner {
  width: 90%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.innerBox {
  width: 100%;
}
header h1 {
  padding-top: 15px;
}
/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.Df_mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.Df_YuGothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

.Df_Roboto {
  font-family: Roboto, sans-serif;
}

.Df_Helvetica {
  font-family: "Helvetica Neue", Helvetica, serif;
}

.Gf_JSa {
  font-family: "Josefin Sans", sans-serif;
}

.Gf_NSJ {
  font-family: "Noto Serif JP", serif;
}

.Gf_CSk {
  font-family: "Cabin Sketch", cursive;
}

.Gf_PDi {
  font-family: "Playfair Display", serif;
}

.Gf_Muk {
  font-family: "Mukta", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}

.bk_kon {
  background: #0c3380;
}

.bk_kon_str {
  background: #0c3380;
  background-size: auto auto;
  background-color: #1f4692;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #0c3380 15px, #0c3380 30px);
}

.bk_lb_str {
  background-size: auto auto;
  background-color: #dcf6fd;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, #cef2fc 15px, #cef2fc 60px);
}

.bk_gr_str {
  background-size: auto auto;
  background-color: #f3f3f3;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 25px, #e8e8e8 15px, #e8e8e8 50px);
}

.bk_kon2 {
  background: #032465;
}

.bk_white {
  background: #fff;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal > li {
  list-style-type: decimal;
}

.decimal > li:not(:last-child) {
  padding-bottom: 5px;
}

.note {
  font-size: 1.4rem;
}

.note > li {
  padding-left: 20px;
  position: relative;
}

.note > li:not(:last-child) {
  margin-bottom: 5px;
}

.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.small {
  font-size: 85%;
}

main {
  display: block;
  padding: 0px 0 0;
  margin: 0 auto;
}

#wb_wrap {
  overflow: hidden;
}

.parallax {
  width: 100%;
  background-attachment: unset;
  background-position: top center;
  background-repeat: no_repeat;
  background-color: #e6e6e6;
}

.text-shadow {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.movie_wrap {
  padding: 0 0 56.6%;
  width: 100%;
}

.movie_wrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.plmu_wrap {
  position: absolute;
  top: 7%;
  right: 10px;
  z-index: 10;
}

.plmu_wrap #music {
  color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_music_on.png);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.plmu_wrap #music span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  font-size: 1.3rem;
}

.plmu_wrap #music::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  z-index: 2;
  top: 25%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  opacity: 0;
}

.plmu_wrap #music.off::before {
  opacity: 1;
}

.plmu_wrap #play {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #fff;
  position: relative;
}

.plmu_wrap #play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 59%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.plmu_wrap .plmu_wrap .plmu_wrap #play .plmu_wrap #play.off::before {
  border: 0px;
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_tit {
  font-size: 4.4vw !important;
}

.sp_f14 {
  font-size: 14px !important;
  line-height: 180%;
}

.sp_f16 {
  font-size: 3.9vw !important;
  line-height: 180%;
}

.sp_f18 {
  font-size: 4.6vw !important;
  line-height: 180%;
}

.sp_f22 {
  font-size: 16px !important;
  margin-bottom: 10px;
}

.sp_f25 {
  font-size: 25px !important;
}

.sp_colomn1 {
  display: block;
}

.sp_colomn1 li {
  width: 100%;
  margin-right: 0 !important;
}

.yt_wrap {
  padding: 0 0 66.6%;
  width: 100%;
}

.gmap_wrap {
  padding: 0 0 55%;
  width: 100%;
}

.iframe_wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.iframe_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sToggle dl > dd {
  display: none;
}

.plus_wrap {
  position: absolute;
  right: 10px;
  width: 15px;
  content: "";
  display: block;
  height: 15px;
  top: 0px;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #1b1d25;
  top: 50%;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

.mT80 {
  margin-top: 30px !important;
}

.mT120 {
  margin-top: 50px !important;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
.color_red {
  color: red !important;
}

.color_blue {
  color: blue !important;
}

.color_white {
  color: white !important;
}

.color_black {
  color: black !important;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */
.effectFU {
  overflow: hidden;
  display: block;
}

.effectFU > div.efdiv {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.effectFU > div.efdiv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #f3f3f3;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.effectFU.isShow > div.efdiv {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effectFU.isShow > div.efdiv::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.Onfade.isShow {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadesin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadesin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */
#hnav_area {
  background: #000;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
  top: -7px;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
  bottom: -9px;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 1%;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

h1 a {
  width: 165px;
}

#nav-toggle {
  height: 34px;
  top: 4vw;
}

#nav-toggle > div {
  width: 35px;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
}

#nav-toggle span:nth-child(3) {
  top: 31px;
}

.swiper-wrapper {
  width: 100vw;
}

.swiper-container {
  height: auto;
}

.swiper-container h2 {
  /* writing-mode: inherit; */
  -ms-writing-mode: inherit;
  /* letter-spacing: 2px; */
  font-size: 3.7vw;
}

.swiper-container .txt {
  width: 85%;
  top: 41px;
}

.swiper-container a {
  font-size: 85%;
}

.swiper-container a span:before {
  bottom: -10px;
}

/* =======================================
	home
========================================== */
.home01.inner {
  width: 86%;
  margin: 10% auto 10% !important;
  display: block;
  position: relative;
  padding-bottom: 8%;
}

.home01 > div:nth-child(1) h2 {
  font-size: 21px;
}

.home01 > div:nth-child(1) a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.home01 li {
  margin-bottom: 5%;
}

.home01 li p.day {
  font-size: 3.4vw;
  letter-spacing: 0;
  margin-bottom: 3%;
}

.home01 li a {
  line-height: 140%;
  display: block;
}

.home02 h2.h2Tit01 {
  margin-bottom: 10px !important;
}

.home02 ul.cl50 {
  display: block;
}

.home02 ul.cl50 li:nth-child(1) {
  margin-bottom: 8%;
}

.home02 a:before {
  width: 30px;
  height: 30px;
}

.home02 a:after {
  height: 3px;
  bottom: -5px;
}

.home02.inner02 {
  margin-bottom: 40px !important;
}

.home03 .bg_img {
  width: 66%;
  right: 0;
  top: 5%;
  opacity: 0.7;
}

.home03 .bg_img.u_home03_02 {
  opacity: 0;
}

.home03 .cl33 > li {
  width: 30.4%;
}

.home03 .cl33 > li:nth-child(2n) {
  margin-right: 4%;
}

.home03 .cl33 > li:nth-child(3n) {
  margin-right: 0;
}

.home03 .u_home03_05 {
  width: 80%;
}

.home03 p {
  margin-bottom: 25px !important;
}

.home03 img.u_home03_04 {
  left: 0;
  top: 79%;
  width: 62%;
}

.home03 h2 {
  width: 71px;
  margin-left: 7%;
}

.home03 p {
  text-align: left !important;
  font-size: 14px !important;
  margin-right: 3%;
  margin-left: 6%;
  margin-top: 20px;
}

.home03 img.u_home03_03 {
  width: 60%;
  bottom: 52%;
}

.home04 {
  padding-bottom: 10% !important;
  padding-top: 11% !important;
  background: url(../img/kumo05.svg) no-repeat right -47px top -4px, url(../img/bg03.jpg);
  background-size: 68%;
}

.home02 p {
  font-size: 16px;
  top: -1px;
  /* height: 58px; */
}

.home04 .txtArea {
  padding: 0;
  position: relative;
}

.home04 .u_home04_02 {
  width: 67%;
}

.u_home04_01,
.u_home04_03 {
  width: 20%;
  right: 2%;
}

.u_home04_01 {
  top: -83px;
}

.home05 ul.cl50 {
  flex-direction: column;
}

.home05 {
  padding-top: 10px;
  overflow: hidden;
}

.home05 .cl33 > li {
  width: 30.3%;
}

.home05 .cl33 > li:not(:nth-child(3n)) {
  margin-right: 4% !important;
}

.home05 .cl33 > li:nth-child(3n) {
  margin-right: 0;
}

.home05 .cl33 {
  padding-top: 3% !important;
}

/* =======================================
	footer
========================================== */
footer {
  overflow: hidden;
}

footer .cl3_7 {
  display: block;
}

footer .cl3_7 > div:nth-child(1) {
  width: 200px;
}

footer .pT30 {
  padding-top: 10% !important;
}

footer .cl33 li {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 106px;
  border-bottom: 1px solid #212a37;
}

footer .cl33 li img {
  position: absolute;
  left: 0;
  padding-top: 8px;
}

.btn02Area {
  display: block;
  position: relative;
}

.formArea .btn02Area {
  top: -5px;
  height: 30px;
}

footer a.btn02 {
  position: relative;
}

footer a.btn02 span {
  top: -25px;
  margin-left: 102px;
}

footer .formArea a.btn02 span {
  margin-left: 83px;
}

footer .formArea a.btn02 {
  background: url(../img/footer05.svg) no-repeat left top 7px;
  background-size: 12px;
}

footer .cl33 li.lineArea img,
footer .cl33 li.recruitArea img {
  padding-top: 12px;
}

footer .u_01 {
  font-size: 10px !important;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 0 !important;
}

footer .u_01 ul:nth-child(2) {
  margin: auto;
  justify-content: center;
}

footer .u_01 ul:nth-child(1) {
  padding-top: 7px;
  justify-content: center;
}

/* =======================================
	footer
========================================== */
#gloval-nav {
  width: 100%;
}

#gloval-nav .mainNav a {
  font-size: 4vw;
  writing-mode: initial;
  padding: 4px 0;
}

#gloval-nav ul.subNav {
  font-size: 3.4vw;
  margin-top: 3%;
  display: block;
  width: 100%;
}

.column02_side {
  height: auto;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.column02 {
  display: flex;
  flex-direction: column-reverse;
}

.pankuzu {
  padding-top: 80px;
}

.mv_inpages .inner {
  font-size: 36px;
  margin-bottom: 7% !important;
}

.column02_side > ul {
  width: 100%;
  margin: 15px auto;
  padding: 20px 7%;
}

.h3Tit,
.h3Tit_b {
  font-size: 20px;
}

#product .u_h2 {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 2%;
}

#product h3 {
  margin-top: 10px;
}

#product ul.cl25 {
  margin-top: 20px !important;
}

.h2_08 {
  width: 6.5em;
}

.h2_img {
  width: 90vw;
}

#thought .cl3_7 {
  margin-top: 30px !important;
  width: 100%;
  display: block;
}

.h3Tit02 {
  font-size: 4.5vw;
  line-height: 150%;
}

.c_tit02 {
  font-size: 100%;
  line-height: 200%;
}

#tradition ul.cl50.mT40 {
  margin-top: 0 !important;
}

#tradition ul.reverse.cl50.mT40 {
  display: block;
}

a.btn {
  padding: 10px 20px;
  min-width: 200px;
}

#tradition ul.cl33 {
  display: block;
}

#tradition ul.cl33 li {
  width: 100%;
  margin-right: 0 !important;
}

#technique .cl7_3 {
  display: block;
  padding: 30px 10px;
}

#technique .cl7_3 p.c_tit.mB10 {
  font-size: 16px !important;
  line-height: 140%;
  margin-top: 4px;
}

.btnArea a {
  font-size: 13px;
  width: 140px;
  padding: 7px 0 27px;
  letter-spacing: 0;
  line-height: 120%;
}

.btnArea a::before,
.btnArea a::after {
  top: 16px;
}

.btnArea li {
  margin: 0 10px;
}

.historyBox > div:before {
  width: 10px;
  height: 10px;
}

.historyBox > div:after {
  left: 5px;
}

.historyBox > div {
  padding-left: 30px;
}

.historyBox p.c_tit.lh190 {
  font-size: 16px !important;
  line-height: 127% !important;
}

.history_b {
  padding-bottom: 20px;
}

.sp_c_table_01 table,
.sp_c_table_01 tr,
.sp_c_table_01 tbody,
.sp_c_table_01 th,
.sp_c_table_01 td {
  display: block;
}

.sp_c_table_01 th {
  font-size: 90% !important;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-top: 10px !important;
}

.sp_c_table_01 td {
  border-bottom: 1px solid #c5bba2;
  padding-bottom: 10px;
}

#about .inner.pB120 {
  padding-bottom: 0% !important;
}

#keisu .inner_60 {
  margin: 40px 0 0;
  max-width: 79% !important;
}

#keisu .u_01 {
  width: 49px;
  right: -67px;
}

#keisu .mB120 {
  margin-bottom: 0% !important;
}

#keisu .pB120 {
  padding-bottom: 30px !important;
}

#keisu .u_02 {
  overflow-x: scroll;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #d9d3c6;
  padding: 15px;
  border-radius: 0.2em;
}

#keisu .u_02 img {
  min-width: 800px;
}

#company .u_01 {
  display: block;
}
#company .u_01 > .tit {
  width: 100%;
  margin-bottom: 3%;
}

#company .u_01 > div:nth-child(2) {
  width: 100%;
}

#company .c_table_01 table tbody tr td {
  padding-bottom: 10px !important;
}

#company .historyBox h3.c_tit {
  font-size: 14px !important;
}

#philosophy .img_r img {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 7px;
}

#blog .u_01 {
  display: block;
  padding: 0;
  background: url(../img/arrow.svg) no-repeat center right 1px;
  background-size: 42px;
  padding: 10px 9px;
}

#blog .u_01 > .txt {
  width: 100%;
  padding-right: 41px;
}

#blog .u_01 > .tit {
  width: 100%;
}

#blog h3.h3Tit02 {
  font-size: 14px;
}

#blog .c_tit {
  font-size: 18px !important;
  line-height: 150%;
  margin-bottom: 6px;
}

#recruit .center {
  text-align: left !important;
}

#recruit p.c_tit.center.mB40.sp_f16 {
  margin-bottom: 8px !important;
}

#recruit .inner > ul.cl50 > li:nth-child(2) {
  margin-top: 25px;
}

#recruit .u_01 .c_tit {
  font-size: 16px !important;
}

#recruit ul.cl50.u_01 {
  padding: 15px;
}

.panel-group {
  padding: 15px 20px 20px;
}

#recruit .contactArea {
  padding: 15px 20px;
}

#privacyBox {
  height: 150px;
  overflow-y: scroll;
  padding: 5px;
}

.bg_hana {
  padding-top: 0px !important;
}

#news .cl3_7 {
  display: block;
  padding: 20px 10px 5px;
}

#news .cl3_7 > div.day.mincho {
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 12px;
  letter-spacing: 0.1em;
}

#news .cl3_7 > div:nth-child(even) {
  width: 100%;
  padding-right: 38px;
  background: url(../img/arrow.svg) no-repeat center right 0px;
  background-size: 33px;
}

.inner.c_table_01 {
  width: 100%;
}

#contact .u_01 {
  font-size: 16px;
}

#contact div#contact01 {
  padding: 20px 20px;
}

input.long {
  width: 100%;
}
.hissu {
  border-radius: 4px;
  display: inline-block;
  padding: 0 5px;
  width: 40px;
  text-align: center;
  color: #ab4444;
  font-weight: bold;
  font-size: 3.1vw;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  color: #222;
  font-weight: bold;
  font-size: 3.1vw;
}
#product .cl7_3 {
  display: block;
}

#product .c_table_01 {
  padding: 10px;
  margin-top: 3%;
}

#product .c_table_01 table tbody tr th {
  font-size: 3.6vw;
}
#product .c_table_01 table tbody,
#product .c_table_01 table tbody tr,
#product .c_table_01 table tbody tr td,
#product .c_table_01 table tbody tr th,
#product .c_table_01 table {
  display: block;
  width: 100%;
}

/*追記 20220310*/
#about {
}
.about_libox {
}
.about_libox .img_rx {
  /* float: right; */
  margin-bottom: 3.5%;
  /* margin-left: 2.5%; */
}
.about_libox .img_rx.long_img {
  /* max-width: 430px; */
  /* width: 33%; */
}

.about_libox .img_rx.long2_img {
  max-width: 640px;
  display: flex;
  width: 55%;
}
.about_libox .img_rx.long2_img p {
  text-align: center;
  padding-top: 5px;
}
.about_libox .img_rx.short_img {
  /* max-width: 430px; */
  /* width: 33%; */
}
.about_libox .box {
  border-bottom: 1px solid #b8b0a0;
  padding-bottom: 40px;
}

.archive_box .plus_wrap {
  display: none;
}
.archive_box > dl dt {
  position: relative;
}
.archive_box > dl dt::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  margin: auto;
  transition: 0.2s;
}

.archive_box > dl dt a {
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
  pointer-events: none;
  font-size: 4.2vw;
}

.archive_box > dl {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #837967;
  padding-bottom: 7px;
}
.archive_box > dl > dt {
  position: relative;
  cursor: pointer;
}
.archive_box > dl > dd {
  display: none;
}
.archive_box > dl > dt .plus_wrap {
  /* cursor: pointer; */
}
.column02_side_inx {
  padding: 20px;
  width: calc(100% - 1px);
  background: #fff;
  margin: 8px;
}
.nall_btn_wp {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #837967;
  padding-bottom: 7px;
}
.nall_btn_wp a {
  font-weight: bold;
  color: #000;
  font-size: 4.2vw;
}
.archive_box > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 2px;
}
.archive_box > dl > dd > ul > li {
  width: calc(100% / 3);
}
.archive_box > dl > dd a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 3.8vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 10px 15px;
}

.archive_box > dl > dd a::before,
.archive_box > dl > dd a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.archive_box > dl > dd a::before {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #bbb3a0;
}

.archive_box > dl > dd a::after {
  left: 2px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* =======================================
	★お知らせ詳細
========================================== */

.detaile_box {
  margin-bottom: 10%;
  word-break: break-all;
}

.detaile_box * {
  word-break: break-all;
}

.detaile_box h1,
.detaile_box h2,
.detaile_box h3,
.detaile_box h4,
.detaile_box h5,
.detaile_box h6,
.detaile_box b,
.detaile_box strong {
  font-weight: bold;
}

.detaile_box em {
  font-style: italic;
}

.detaile_box a {
  color: #6ac8ff;
  text-decoration: underline;
}

.detaile_box img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin-top: 3%;
  margin-bottom: 3%;
}

.archivetitle {
  font-size: 1.7rem;
  padding-top: 20px;
}
.column02 {
  position: relative;
}

.column02_side {
  display: flex;
  width: 100%;
  height: auto;
  position: sticky;
  background: url(../img/bg01.jpg);
  background-size: cover;
  border-right: 1px solid #c5bfbf;
  font-size: 90%;
  /* float: left; */
  top: 0;
}

.column02_side > ul {
  padding: 20px;
  width: calc(100% - 1px);
  background: #fff;
  margin: 8px;
}

.column02x_side a:hover {
  opacity: 0.7;
}

.column02x_side .searchArea {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.column02x_side form.search_container {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #c1c1c1;
}

.column02x_side a {
  font-weight: bold;
  color: #000;
}

.column02x_side .ful li {
  margin-bottom: 10px;
  border-bottom: 1px solid #837967;
  padding-bottom: 7px;
}

.column02x_side .toggle_area li {
  border-bottom: none;
  padding: 0 0 2px;
  margin: 0;
  font-size: 90%;
}

.column02x_side .toggle_area li a {
  font-weight: 500;
  padding-left: 8px;
}

.product_dl {
  display: block;
}
.product_dl > dt {
  width: 100%;
  margin-bottom: 7%;
}

.product_dl > dd {
  width: 100%;
}

.product_dl > dd .taxoAreax {
  margin-bottom: 5%;
}

.tagAreax {
  margin-bottom: 15px;
}
.tagAreax > .tags {
  display: inline-block;
  font-size: 3.4vw;
  border-radius: 0.3em;
  color: #000;
  margin: 0 4% 4%;
  line-height: 1.2;
  padding: 2px 3px;
}
.tagAreax > .tg_syuha {
  background: #e0f2ff;
}
.tagAreax > .tg_shincyu {
  background: #fffdcc;
}
.tagAreax > .tg_iro {
  background: #fddbc3;
}
.syohin_setumei {
  margin-bottom: 30px;
}
.onra_cyu_wp {
  max-width: 370px;
  margin-bottom: 30px;
}
.pro_toi_wp {
  color: #fff;
  background: #121316;
  text-align: center;
}
.pro_toi_wp > a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.product_dl > dd .pro_nwp {
  margin-bottom: 5%;
  font-size: 4.4vw !important;
}
.thumb-item {
  margin-bottom: 20px;
}

.thumb-item .af_lis {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  /* background: #000; */
}

.thumb-item .af_lis > div {
  display: block;
  position: relative;
  padding: 0 0 74%;
  overflow: hidden;
}
.thumb-item .af_lis > div > a {
  display: block;
}
/* .zoom_wp {
}
.zoom_wp::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  background-image: url(../img/seach_icon.png);
  background-position: center;
  background-repeat: no-repeat;
} */

.thumb-item .af_lis a img {
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.thumb-item-nav .af_lis_sum {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  /* background-color: #000; */
}

.thumb-item-nav .af_lis_sum a {
  display: block;
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}

.thumb-item-nav .af_lis_sum a img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}
#product .prod_dtable {
  background: #fff;
  padding: 3%;
}
.prod_dtable table tbody tr th {
  width: 100%;
  padding: 3% 3% 1%;
  word-break: break-all;
  position: relative;
  display: block;
}
.prod_dtable table tbody tr th > span {
  position: relative;
  padding-left: 15px;
}
.prod_dtable table tbody tr th > span::before {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  top: 4px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}

.prod_dtable table tbody tr td {
  padding: 0% 3% 3%;
  word-break: break-all;
  display: block;
}
.prod_dtable table tbody tr td a {
  color: #6f521b;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.movies_wp {
  display: block;
  padding: 30px 0;
}
.movies_wp iframe {
  max-width: 100%;
  width: 100%;
  margin: 0 0% 5%;
  height: 49vw;
}
.prd_wp_inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 96%;
}
.prd_wp_list {
}
.prd_wp_list > li {
  width: 46%;
  display: flex;
  flex-direction: column;
  margin: 0 2% 2%;
}
.prd_wp_list > li.sould_out {
}
.prd_wp_list > li.sould_out > a {
}
.prd_wp_list > li.sould_out > a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.prd_wp_list > li.sould_out > a .sales_atxt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  z-index: 3;
  width: 90%;
  text-align: center;
}

.prd_wp_list > li .img_wp {
  background: #fff;
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 5%;
}
.prd_wp_list > li .img_wp > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.prd_wp_list > li .c-tit {
  line-height: 1.3;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  margin-bottom: 4.5%;
  font-size: 3.9vw;
}
.prd_wp_list > li .c-tit > .tit_wp {
  color: #000;
}
.prd_wp_list > li .tagAreax {
  margin-top: auto;
}
.tagAreax > a {
  background: #e0f2ff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.thumb-item-nav .slide-arrow {
  width: 25px;
  padding-bottom: 25px;
  display: block;
  content: "";
  background-color: #bbb3a0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0%);
  z-index: 4;
  border: solid 0px;
  cursor: pointer;
}
.thumb-item-nav .slide-arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.thumb-item-nav .slide-arrow.slh_butoon1 {
  left: -10px;
}
.thumb-item-nav .slide-arrow.slh_butoon2 {
  right: -10px;
}
.thumb-item-nav .slide-arrow.slh_butoon1::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 40%;
}
.thumb-item-nav .slide-arrow.slh_butoon2::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 32%;
}
.product02 .pager {
  margin: 0;
  padding-top: 10px;
}

.column02_side_inx2 {
  padding: 20px;
  width: 100%;
  background: #fff;
  margin: 8px;
  overflow-y: overlay;
}
.column02_side_inx2 .ful li:last-child a {
  font-size: 4.2vw;
}
.column02_side_inx2 .sul {
}

.column02_side_inx2 .sul > li {
  margin-bottom: 10px;
  border-bottom: 1px solid #837967;
  padding-bottom: 7px;
}
.sul > li > dl dd {
  display: none;
}
.sul > li > .oya {
  display: flex;
  flex-direction: column-reverse;
}

.sul > li > .oya > dt {
  position: relative;
}
.sul > li > .oya > dt a {
  display: inline-block;
  font-size: 4.2vw;
  margin-bottom: 5px;
}
.sul > li > .oya > dd {
  border-top: dotted 1px #837967;
  padding-top: 6px;
}
.sul > li > .oya > dd .child {
  display: flex;
  flex-direction: column-reverse;
  padding: 7px 0;
}
.sul > li > .oya > dd .child:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.sul > li > .oya > dd .child > dt {
  position: relative;
  padding: 0 40px 0 0;
}
.sul > li > .oya > dd .child > dd {
  padding: 5px 0 5px 5px;
}
.sul > li > .oya > dd .child > dd .mago {
}
.sul > li > .oya > dd .child > dd .mago > li {
}
.sul > li > .oya > dd .child > dd .mago > li {
}
.togg2 > dt > .plus_wrap .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.3s;
}

.ybtnx_01 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 4vw;
}
.ybtnx_01::before,
.ybtnx_01::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ybtnx_01::before {
  background: #bbb3a0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ybtnx_01:after {
  left: 2px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ybtnx_02 {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 13px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 3.7vw;
  line-height: 1.3;
}

.ybtnx_02::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 2px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #bbb3a0;
  border-right: 1px solid #bbb3a0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*属性カテゴリ一覧*/

.zokusei_wp {
  margin-bottom: 2%;
}
.zokusei_wp > dl {
}
.zokusei_wp > dl > dt {
  align-items: center;
}
.zokusei_wp > dl > dt h4 {
  font-size: 2rem;
  margin-right: 20px;
}
.kenjo_btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 2px 10px;
  cursor: pointer;
}
.kenjo_btn span {
  padding-right: 12px;
  position: relative;
}
.kenjo_btn span::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  margin: auto;
  transition: 0.2s;
}
.zokusei_wp > dl > dd {
  margin: 10px 0px;
}
.sub_btn01 {
  border: solid 1px;
  border-radius: 2px;
  font-size: 1.3rem;
  background: #eee;
  padding: 2px 11px;
}
.zoku_form {
}
.zokusei_wp .sentaku_box {
  margin-bottom: 10px;
}
.zokusei_wp .sentaku_box > label {
  margin: 0 11px 9px;
  display: inline-block;
}
.zokusei_wp .mit_box {
  margin-bottom: 10px;
  display: flex;
}
.zokusei_wp .note {
  margin-left: 30px;
  margin-top: auto;
}
.souldout_box {
  margin-bottom: 30px;
}
.soulal {
}
.soulal input {
}
.dsould_txt {
  color: #fff;
  background: #cb0000;
  text-align: center;
  padding: 2px 10px;
  display: block;
}

.kkabox {
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
}
.kkabox > span {
  margin-top: auto;
}
.ptit_wp {
}
.ptit_wp .h3Tit {
  margin-right: 20px;
}

.get_search_query_tit {
  margin-right: 30px;
  font-size: 2.6rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
}
.get_search_query_tit > b {
}
.taxo_tytit_wp {
}
.taxo_tytit_wp > span {
}
.taxo_tytit_wp > span:not(:last-child)::after {
  content: ",";
  display: inline-block;
  margin: 0 15px;
}
.kensakun_h2_wp {
  display: flex;
  align-items: center;
}
.kensakun_h2_wp h2 {
  margin-right: 20px;
}
.kensakun_h2_wp small {
  font-size: 30%;
}
.movie_are {
  margin-bottom: 10%;
  margin-top: 6%;
  padding: 5px 0;
  background: #fff;
}
.movie_are .movie_wrap {
  padding-bottom: 40%;
  overflow: hidden;
}
.movie_are .movie_wrap video {
  height: auto;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.taxoAreax {
}
.taxoAreax > a {
  color: #6f521b;
  text-decoration: underline;
  display: inline-block;
  margin: 0 10px 5px;
}

.product_deteilx {
  padding-bottom: 10%;
}
.acce_btn {
  display: inline-block;
}
.tradition_btn {
  position: absolute;
  top: 50%;
  right: 3%;
  display: inline-block;
  background: url(../img/bg03.jpg);
  color: #faf9f7;
  padding: 3%;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  border: 6px double #f3f1ea;
}
.tradition_btn > span {
}

.non_bsyu_wp {
  text-align: center;
  padding: 60px 0 20px;
}
.non_bsyu_wp > p {
  font-size: 4.3vw;
  font-weight: bold;
}
.txt_center {
  text-align: center;
}
.b_blo {
  display: block;
}
.table_cx {
}
.table_cx .kibo_td {
}
.table_cx .kibo_td label {
  display: block !important;
}

.table_cx .file_td {
}
.table_cx .file_td input[type="file"] {
  margin: 10px;
}
.txt_link {
  color: #6f521b;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
}

.privacyBox_2 {
  padding: 20px 0 0;
}
.privacyBox_2 > p {
  margin-bottom: 10px;
  font-size: 90%;
}
.privacyBox_2 > a {
  margin-bottom: 10px;
}

.top_ctp_ul {
  display: flex;
  flex-wrap: wrap;
}
.top_ctp_ul > li {
  position: relative;
}
.top_ctp_ul > li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #4a5b45;
  position: absolute;
  z-index: 9;
  bottom: -7px;
  right: 0;
}
.top_ctp_ul > li a.ctb {
  padding-bottom: 58%;
  display: block;
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.top_ctp_ul > li a.ctb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(55, 48, 37, 0.4);
  position: absolute;
}

.top_ctp_ul > li a.ctb p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  display: inline-table;
  font-size: 4.7vw;
  text-align: center;
  border: solid 1px;
  padding: 3% 6%;
  writing-mode: unset;
}
.top_ctp_ul > li a.ctbx {
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  max-width: 50px;
  width: 50px;
  display: block;
}
.top_ctp_ul > li a.ctbx img {
  display: block;
  max-width: 50px;
  width: 50px;
  height: 50px;
}
.taxo_box {
  padding: 5%;
  max-height: 125vw;
  overflow-y: auto;
}
.taxo_box .inbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.taxo_box .sul > li > .oya > dt a {
  color: #000;
}
.taxo_box .sul > li > .oya > dd {
  display: block;
}
.taxo_box .sul > li > .oya > dd .child > dd .mago {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.taxo_box .sul > li > .oya > dd .child > dd .mago > li {
  margin: 0 20px 10px 0;
}
.taxo_box .sul > li > .oya > dd .child > dd .mago > li > a {
}
.my_home {
}
.my_home .featherlight-content {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}
.home03 .u_home03_05 a {
  display: block;
}
.mv #nav-toggle span {
  box-shadow: 1px 1px 4px #767676;
}

.top_thum {
  display: flex;
}
.top_thum > dt {
  width: 25%;
  margin-right: 5%;
}

.top_thum > dd {
  width: 70%;
}
.top_thum > dt img {
}
.news_arc_wp {
  display: block;
  border-bottom: 1px solid #b8b09b;
  padding: 4% 0;
  color: #000;
}
.news_arc_wp > dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news_arc_wp > dl > dt {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 3%;
}
.news_arc_wp > dl > dd {
  width: 65%;
  position: relative;
}
.news_arc_wp > dl > dd::before {
  position: absolute;
  display: block;
  content: "";
  right: 5px;
  top: 0;
  /* transform: translateY(-50%); */
  width: 20px;
  height: 20px;
  transition: 0.2s;
  background: url(../img/arrow.svg) no-repeat center;
  background-size: 100%;
  display: none;
}
.news_arc_wp:hover > dl > dd::before {
  background: url(../img/arrow02.svg) no-repeat center;
  right: 0px;
}
.news_arc_wp > dl > dd .day {
  margin-bottom: 1%;
}
.news_arc_wp > dl > dd .ntitle {
  margin-bottom: 2%;
}
#news .news02 > div {
  float: none;
}
.f_bnr > a {
  display: block;
  border: solid 3px;
}
.f_bnr > a:first-child {
  border-color: #07111b;
}
.f_bnr > a:last-child {
  border-color: #695e4c;
}
.f_log {
  max-width: 370px;
}

.sentaku_box_x {
}
.sentaku_box_x > a {
  color: #6f521b;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 3% 3%;
  vertical-align: middle;
}
.tagsTit {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 16px;
}

.tagsTit::before {
  content: "【";
  display: inline-block;
  margin: 0 2px;
}
.tagsTit::after {
  content: "】";
  display: inline-block;
  margin: 0 2px;
}
.sentaku_box_t {
  padding: 20px 0 0;
}
.sentaku_box_t .tagAreax {
  padding: 10px 0 0;
}
.dtages_sm::before {
  content: "【";
}
.dtages_sm::after {
  content: "】";
}

footer .formArea a.phone {
}
footer .formArea p {
  top: 0 !important;
  margin-bottom: 3px;
}
footer p.f12 {
  line-height: 160%;
  margin-top: 10px;
  margin-bottom: 5px;
}
#product .product02 {
  display: block;
  justify-content: unset;
  padding-bottom: 10% !important;
}

#product .product02 p {
  margin-bottom: 2%;
}
#product .product02 .pager {
  padding-bottom: 5%;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-align: center;
}
.wp-pagenavi {
  text-align: left;
}
.img_r img {
  float: none;
  width: 100%;
  margin: 0 0 3%;
}

#recruit .c_table_01 table tbody tr th {
  width: 100% !important;
  margin-bottom: 2%;
  font-size: 4vw !important;
}

#thanks .h2_06 {
  width: 4.5em;
}
.yubin_wp em {
  display: inline-block;
  margin-right: 5px;
}
.adress_wp input[type="text"] {
  margin-bottom: 10px;
}
#contact .c_table_01 table tbody th {
  width: 100% !important;
  letter-spacing: 0;
}
.table_cx .bathd {
  text-align: left !important;
}

/* =======================================
	仏具作りへの想い thought
========================================== */
#thought .cl3_7 {
  /* align-items: center; */
  width: 100%;
  max-width: 1087px;
  margin: auto;
}

/* =======================================
	MVスライダー
========================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  width: 100%;
}

.mv {
  overflow: hidden;
}

.wrap {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swiper-container {
  margin: 0 auto;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.swiper-wrapper {
}
.swiper-container .txt {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  /* background: #000; */
  z-index: 999999;
  display: block;
  animation: mvtxtmove ease 1.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
  width: 80%;
}

.swiper-container .txt > div {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}

.swiper-container h2 {
  /* writing-mode: vertical-rl; */
  letter-spacing: 1.7vw;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.81);
  line-height: 175%;
  margin-bottom: 5%;
}

.swiper-container a {
  color: rgba(255, 255, 255, 0.84);
  letter-spacing: 0.2em;
  font-size: 90%;
  display: block;
}

.swiper-container a span {
  position: relative;
}

.swiper-container a span:before {
  content: "";
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.33);
  position: absolute;
}

.swiper-container a span:after {
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  /* アニメーション用の設定 */
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 300ms;
}
.c_tate {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  writing-mode: unset;
}

/*動き調整用*/
div#contents {
  opacity: 0;
  animation: bodymove ease 0.8s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  padding-top: 10px;
  position: relative;
  z-index: 9;
}

@keyframes bodymove {
  0% {
    opacity: 0;
    padding-top: 10px;
  }
  100% {
    opacity: 1;
    padding-top: 0px;
  }
}

@keyframes mvtxtmove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.h2_10 {
  width: 100%;
}
.open #gloval-nav > nav {
  text-align: center;
  width: 90%;
  max-width: 630px;
}
#gloval-nav ul.subNav > li {
  margin: 0 2% 3%;
  text-align: center;
}
a.btn03 {
  font-size: 3.5vw;
}
.pankuzu > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1vw;
}
.pankuzu > ul > li {
  margin-bottom: 5px;
  margin-right: 6px;
}
#low .c_table_01 {
}
#low .c_table_01 table,
#low .c_table_01 table tbody,
#low .c_table_01 table tbody tr,
#low .c_table_01 table tbody tr th,
#low .c_table_01 table tbody tr td {
  display: block;
  width: 100%;
}
#company .c_table_01 table,
#company .c_table_01 table tbody,
#company .c_table_01 table tbody tr,
#company .c_table_01 table tbody tr th,
#company .c_table_01 table tbody tr td {
  display: block;
  width: 100%;
}

.c_table_01 {
  /* border: 2px solid #eaf1f8; */
  /* border-radius: 0.5em; */
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
}

.c_table_01 table tbody tr th {
  border-bottom: 1px solid #b8b09b;
  /* background: #f3f8fc; */
  vertical-align: top;
  padding: 3%;
  /* color: #0b3985; */
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
  border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
  border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
  border-bottom: 1px solid #b8b09b;
  vertical-align: top;
  padding: 3%;
  word-break: break-all;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

/* =======================================
	★個人情報保護方針
========================================== */
#privacy .inner_cont {
  padding-bottom: 3%;
}

#privacy .inner_cont .pp_txt {
  margin-bottom: 5%;
}

#privacy .vacy_box {
  margin: 0 0 7%;
}

#privacy .vacy_box b {
  font-weight: bold;
  margin: 0 0 3%;
  display: block;
  font-size: 4vw;
}

#privacy .vacy_box p {
  margin: 0 0 3%;
}
#product .btnArea02 li a {
  padding: 10px;
}
.kojin_wrap {
  padding: 5% 3%;
}
.kojin_checkwp label {
  white-space: normal !important;
}
#contact .c_table_01 table tbody tr:last-child th {
  border-radius: 0px;
}

#product .column02_side {
  position: relative;
  margin: 0 0 7%;
}
#product .column02 {
  flex-direction: column;
}

.column02_side .search_container input[type="submit"] {
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../img/seach_icon.png);
  background-size: 17px;
  background-position: center;
  border: none;
  background-color: #252c3f;
  color: #fff;
  outline: none;
  width: 9vw;
  height: 9vw;
  margin-bottom: 0;
}
.column02x_side form.search_container {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #c1c1c1;
  margin-bottom: 2%;
}

#product .column02 > .column02_side {
  display: none !important;
}

/*tuiki 220401*/
.close {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
}

.close::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}

.close::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.op_search_wp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  max-height: none;
}
.op_search_wp .op_search_cpx {
  background: #fff;
  padding: 4%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  max-width: 900px;
  overflow-y: auto;
}
.op_search_cpx_or h3 {
  font-size: 4.1vw;
  margin-bottom: 3%;
}
.opsw_dl {
}
.opsw_dl > dt {
  /* width: 200px; */
  /* float: left; */
  display: flex;
  flex-direction: column;
}
.opsw_dl > dt input {
  box-sizing: border-box;
  max-width: 100%;
}
.opsw_dl > dd {
  /* float: right; */
  width: 100%;
  padding: 0 3%;
  max-height: 55vw;
  overflow-y: auto;
  /* height: 28vw; */
}
.op_search_wp .op_search_cpx .close {
  right: 7px;
  top: 7px;
  border: solid 2px #fff;
}
.op_search_wp .op_search_box {
  max-width: 1600px;
}
.op_search_box label input[type="checkbox"] {
  margin: 4px 6px 4px 4px;
  cursor: pointer;
}
.op_search_cpx_or {
}
.sekyw_wp {
  margin-bottom: 3%;
}
.sekyw_wp input {
  padding: 3px 5px;
}
.submit_wp label {
  display: inline-block;
  margin-right: 10px;
}
.submit_wp input {
  border: solid 1px #837967;
  border-radius: 2px;
  padding: 2px 10px;
  background: #000;
  cursor: pointer;
  color: #fff;
}
.opsw_dl_dt_list {
  margin: 5% 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #837967;
  order: 4;
}
.opsw_dl_dt_list > li:first-child {
  /* border-top: 1px solid #837967; */
  /* width: calc(100% / 4); */
  display: block;
}
.opsw_dl_dt_list > li {
  border-bottom: 1px solid #837967;
  width: calc(100% / 2);
}
.opsw_dl_dt_list > li > a {
  font-weight: bold;
  color: #000;
  display: block;
  font-size: 3.5vw;
  position: relative;
  padding: 5%;
}
.opsw_dl_dt_list > li > a.on {
  background-color: #f3f3f3;
}
.opsw_dl_dt_list > li > a::before {
  background: #bbb3a0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.opsw_dl_dt_list > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 11px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.opsw_dl_dd ul:not(.catego_ul) {
  display: none;
}
.opsw_dl_dd .catego_ul > li {
  display: none;
}

.opsw_dl_dd ul:not(.catego_ul).on {
  display: block;
}
.opsw_dl_dd .catego_ul > li.on {
  display: block;
}
.opsw_dl_dd .child {
  padding-left: 7px !important;
}
#fukuken_btn {
  display: inline-block;
  background-color: #b8b09b;
  border: solid 1px #b8b09b;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 5%;
}
.catet {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  align-items: center;
}
.catet::before {
  /* content: "【"; */
}
.catet::after {
  /* content: "】"; */
}
.cate_name_x {
  font-size: 4vw;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-weight: 300;
  position: relative;
}
.cate_name_x span:not(:last-child):after {
  content: ",";
}
.catet > .cate_name_x:not(:last-child):after {
  content: "&";
  display: inline-block;
  margin: 0 10px;
}
.sentaku_list_wp {
}
.sentaku_list_wp h4 {
}
.sentaku_list_wp .inbox {
  border: solid 1px #837967;
  padding: 5px;
  min-height: 50px;
  margin-bottom: 5%;
}

.f_bnr{
  width:75vw;
}

#gloval-nav .banner li{
width:80%;
margin:0 auto;
}

#gloval-nav .banner > li {
  border: solid 3px;
}
#gloval-nav .banner > li:first-child {
  border-color: #07111b;
}
#gloval-nav .banner > li:last-child {
  border-color: #695e4c;
}