@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  position: relative;
  color: #000000;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: 500;
  max-width: 100%;
  letter-spacing: 0.1em;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

.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;
}

/* ---------------------------------------------------------------------------
  ★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;
  line-height: 140%;
}

.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: fixed;
  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: 30px;
  right: 30px;
  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%);
}

.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: 11px;
  content: "";
  display: block;
  height: 10px;
  top: -5px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #1b1d25;
  top: 50%;
  bottom: 0;
  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: 1.6rem;
  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;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */

.color_red {
  color: red !important;
}

.color_blue {
  color: blue !important;
}

.color_white {
  color: white !important;
}

.color_black {
  color: black !important;
}

.opacity07 a:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

.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);
  }
}

/* ---------------------------------------------------------------------------
  ★ヘッダー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */

.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;
}

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
  width: calc(100% / 4);
}

.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}

.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */

.o_fL {
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
  width: 50%;
}

.o_fR {
  float: right;
  margin-bottom: 3%;
  margin-left: 3%;
  width: 50%;
}

.o_01 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o_01 .o_01Box01 .imgBox {
  width: 50%;
  margin-right: 13px;
}

.o_01 .o_01Box01 .imgBox img {
  width: 100%;
}

.o_01Box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.o_01Box02 .imgBox {
  width: 50%;
  margin-left: 13px;
}

.o_02 .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.o_03 > div {
  border: 1px solid #000;
  margin-bottom: 70px;
  padding: 20px;
  position: relative;
}

.o_03 > div:not(:last-child):before {
  position: absolute;
  content: "";
  background: url(../img/yazi.gif);
  bottom: -62px;
  width: 43px;
  height: 50px;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
}

.o_04 > .txtBOX {
  position: relative;
}

.o_04 .fuki_box {
  display: block;
}

.o_04 .fuki_box span {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  max-width: 142px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  color: #fff;
  top: -20px;
}

.o_04 .fuki_box span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o_04 .fuki_box .bk_bluex {
  background-color: #69c9f5;
}

.o_04 .fuki_box .bk_bluex::after {
  border-color: #69c9f5 transparent transparent transparent;
}

.o_05 > .txtBOX {
  position: relative;
  padding: 3%;
}

.o_06 > .imgBOX {
  position: relative;
}

.o_06 > .imgBOX > .txtBOX {
  position: absolute;
  padding: 3%;
  left: -30px;
  bottom: -30px;
  background: #e0cf6d;
  width: 80%;
}

.o_07 > .txtBOX dl {
  background: url(../img/line.png) repeat-y 20px 0;
}

.o_07 > .txtBOX dl dt {
  font-size: 22px;
  padding: 5px 70px 15px;
  background: url(../img/iconmonstr-time-6-240.png);
  background-repeat: no-repeat;
  background-position: 1px;
  background-size: 40px;
}

.o_07 > .txtBOX dl dd {
  padding: 0px 70px 30px;
}

.o_08 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o_08 dl dt {
  float: left;
  width: 25%;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #00a0b4;
}

.o_08 dl dd {
  float: right;
  width: 75%;
  border-left: solid 1px #00a0b4;
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  padding: 0 0 60px 60px;
  position: relative;
}

.o_08 dl dd .imgBOX {
  float: right;
  max-width: 400px;
  width: 45%;
  margin: 10px 80px 20px 30px;
}

.o_08 dl dd::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a0b4;
  left: -5px;
  top: 10px;
  position: absolute;
}

.o_sanplus {
  position: relative;
  border: double 10px #e60012;
  padding: 5%;
}

.o_sanplus::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #eb9a77 transparent transparent transparent;
}

.o_sanplus::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #eb9a77 transparent;
}

.o_flowBox01 li {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 4%;
}

.o_flowBox01 li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #a5a5a5;
  position: absolute;
  right: -23%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.o_flowBox01 li:nth-child(4n)::after {
  display: none;
}

.o_flowBox01 li:not(:nth-child(4n)) {
  margin-right: 6.666%;
}

.o_flowBox02 li {
  background: #006ca1;
  margin: 0 0 50px;
  position: relative;
  padding: 1%;
}

.o_flowBox02 li > div {
  width: 100%;
}

.o_flowBox02 li > div .imgBox {
  float: left;
  width: 28%;
  position: relative;
}

.o_flowBox02 li > div .imgBox figcaption {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 13px;
  font-family: "Lora", serif;
  font-size: 3rem;
  letter-spacing: 2px;
  border-bottom: solid 1px #fff;
  line-height: 1.2;
  text-shadow: 3px 1px 2px #9e9797;
}

.o_flowBox02 li > div .txtBox {
  float: right;
  width: 70.6%;
}

.o_flowBox02 li > div .txtBox em {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2px;
  display: inline-block;
}

.o_flowBox02 li > div .txtBox p {
  padding: 1%;
  background: #fff;
  /* font-size: 1.8rem; */
  font-weight: bold;
}

.o_flowBox02 li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #006ba1 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.o_flowBox02 li:last-child:after {
  display: none;
}

.o_parallax {
  position: relative;
  padding: 200px 0;
  background-image: url(../img/parallax_bk.jpg);
  background-repeat: no_repeat;
  background-position: center center;
  background-size: 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: 16px 15px;
  /* 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: 16px 21px;
  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;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:NEWS
--------------------------------------------------------------------------- */

.c_newslist_01 > a {
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_01 > a dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_01 > a dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl dd > a {
  display: block;
  color: #000;
}

.c_newslist_03 a {
  display: block;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  color: #000;
}

.c_newslist_03 dl {
  margin: 10px 0;
}

.c_newslist_03 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_03 dl dt .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}

.c_newslist_03 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_03 dl dd .days_tx,
.c_newslist_03 dl dd .news_txt {
  display: block;
}

.icon_new {
  margin-left: 15px;
  display: inline-block;
  color: #e60012;
  z-index: 3;
}

.days_txt {
  color: #000;
}

.lr_xBox .main_xBox {
  float: left;
  width: 70%;
}

.lr_xBox .aside_xBox {
  float: right;
  width: 25%;
}

.archive_xBox > dl a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.archive_xBox > dl dd {
  display: none;
}

.c_postlink li:first-child {
  float: left;
  width: 40%;
}

.c_postlink li:last-child {
  float: right;
  width: 40%;
  text-align: right;
}

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

.c_dBox img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:カテゴリ
--------------------------------------------------------------------------- */

.c_cateBox_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c_cateBox_01 > a {
  width: calc(100% / 4);
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}

.c_cateBox_01 > a .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_cateBox_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_cateBox_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_cateBox_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_cateBox_02 dl dd > a {
  display: block;
  color: #000;
}

.cate_xBox a {
  display: block;
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

/* =======================================
	★ページャー
========================================== */

.pager {
  width: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.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;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */

.c_form01 {
  margin-bottom: 50px;
}

.c_form01 table {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
  /* IE */
  /* Edge */
}

.c_form01 table tbody tr {
  border-bottom: 1px solid #afafaf;
}

.c_form01 table tbody tr th {
  vertical-align: top;
  padding: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  width: 24.5%;
}

.c_form01 table tbody tr th span {
  margin-left: 10px;
}

.c_form01 table tbody tr td {
  vertical-align: top;
  padding: 24px;
}

.c_form01 table tbody tr td select {
  padding: 0;
  font-size: 14px;
  width: 400px;
  padding: 11px;
}

.c_form01 table tbody tr td label {
  margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 5px 10px;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type="text"],
.c_form01 table .inp02 input[type="text"] {
  font-size: 1.4rem;
}

.c_form01 table .inp_txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}

.kojin_wrap {
  background: #fff;
  padding: 5%;
}

.c_form01 .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}

.c_form01 .submit_wrap .submit {
  max-width: 340px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #a9a9a9;
}

input:-ms-input-placeholder {
  color: #a9a9a9;
}

input::-ms-input-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

input.long {
  width: 90%;
}

.hissu {
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #ab4444;
  font-weight: bold;
  font-size: 11px;
}

.nini {
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #919191;
  font-weight: bold;
  font-size: 11px;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */

.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);
}

.popup_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup_Box.on {
  z-index: 1;
  opacity: 1;
}

.popup_Box.on .close {
  z-index: 1 !important;
}

.popup_Box .popup_Box_inner {
  position: relative;
  padding: 30px 60px;
  width: 100%;
}

.popup_Box .popup_Box_inner .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
}

.popup_Box .popup_Box_inner .popup_Box_cont {
  color: #fff;
}

#js_listItem .is_hidden {
  display: none;
}

#input_plural {
  margin: 10px 0;
}

#input_plural input.form-control {
  display: inline-block;
  color: #555;
}

#input_plural .btn_wrap {
  float: right;
}

#input_plural .pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:slickPage
--------------------------------------------------------------------------- */

.csl_slider_01 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_01 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_01 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_02 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_03_wp {
  margin-bottom: 20px;
  background: #00a0b4;
}

.csl_slider_03_wp .img_wrap {
  display: block;
}

.csl_slider_03_wp .img_wrap *:not(img) {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:よくあるご質問
--------------------------------------------------------------------------- */

.c_faq_box_01 .sToggle {
  counter-reset: numb2;
}

.c_faq_box_01 .sToggle dl {
  counter-increment: numb2;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #0c3380;
  background: #fff;
  margin: 0 0 30px;
}

.c_faq_box_01 .sToggle dl dt {
  padding: 5px 35px 5px 60px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  color: #0c3380;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dt::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #ff9595;
  border-right: 2px solid #de0101;
  position: absolute;
  top: 45%;
  right: 15px;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_faq_box_01 .sToggle dl dt::before {
  content: "Q" counter(numb2);
  /* content: "Q.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #008f96;
  top: 47%;
  left: 29px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Lora", serif;
}

.c_faq_box_01 .sToggle dl dt.togg::after {
  -webkit-animation: sTog 0.7s;
  animation: sTog 0.7s;
  -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
  transform: translateY(-20%) translateX(-50%) rotate(315deg);
}

.c_faq_box_01 .sToggle dl dd {
  padding: 5px 35px 5px 60px;
  display: none;
  position: relative;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dd::before {
  content: "A" counter(numb2);
  /* content: "A.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #da0000;
  top: 0;
  left: 29px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: "Lora", serif;
}

@-webkit-keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}

@keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}

a.btn_l {
  font-size: 120%;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.swiper-container a:hover span:after {
  content: "";
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left center;
}

.home01.inner {
  width: 77vw;
  margin-left: 13vw;
  display: flex;
}

.home01 > div:nth-child(1) {
  width: 14vw;
}

.home01 ul {
  margin-top: 10px;
}

.home01 li {
  margin-bottom: 23px;
}
.home01 li p {
}
.home01 li a {
  display: inline-block;
}

.home01 > div:nth-child(1) h2 {
  font-size: 1.8vw;
  letter-spacing: 0.12em;
  margin-bottom: 0.6em;
}

footer .btn02Area {
  position: absolute;
  bottom: 0;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

.open #nav-toggle:hover span:nth-child(3) {
  top: 45px;
}

.open #nav-toggle:hover span:nth-child(1) {
  top: 16px;
}

.open #nav-toggle:hover span:nth-child(3) {
  top: 18px;
}

#gloval-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

#gloval-nav .banner {
 display: block;
}

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

/* #gloval-nav .mainNav a {
  display: inline-block;
} */
.column02_main header {
  margin-left: calc(200px + 6vw);
  width: 71vw;
}

.column02_main {
  width: calc(100% - 230px);
  margin-left: 230px;
}

.column02_main .pankuzu {
  width: calc(100% - 200px);
}

#company .c_table_01 table tbody tr th,
#company .c_table_01 table tbody tr td {
  padding: 28px 0 !important;
  font-size: 120%;
}

#news a.cl3_7:hover div:nth-child(even) {
  width: calc(100% - 126px);
  padding-right: 68px;
  background: url(../img/arrow02.svg) no-repeat center right 0px;
  background-size: 40px;
}

footer .inner {
  min-width: 1000px;
}

footer .cl3_7 > div:nth-child(even) {
  min-width: 650px;
}

/*追記 20220310*/
#about {
}
.about_libox {
}
.about_libox .img_rx {
  float: right;
  margin-bottom: 2.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;
}

.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;
}
.archive_box > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
}
.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: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.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: 230px;
  height: 100vh;
  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: flex;
  justify-content: space-between;
}
.product_dl > dt {
  width: 50%;
}

.product_dl > dd {
  width: 45%;
}

.tagAreax {
  margin-bottom: 15px;
}
.tagAreax > .tags {
  display: inline-block;
  font-size: 12px;
  border-radius: 0.3em;
  color: #000;
  margin: 0 5px 5px;
  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 {
  max-width: 370px;
  margin-bottom: 30px;
  color: #fff;
  background: #121316;
  text-align: center;
}
.pro_toi_wp > a {
  color: #fff;
  text-decoration: none;
  line-height: 33.8px;
  display: block;
}
.product_dl > dd .pro_nwp {
  margin-bottom: 5px;
}
.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;
}

.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: 30px 50px 40px;
}
.prod_dtable table tbody tr th {
  width: 170px !important;
  padding: 15px !important;
  word-break: break-all;
  position: relative;
}
.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: 15px !important;
  word-break: break-all;
}
.prod_dtable table tbody tr td a {
  color: #6f521b;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.movies_wp {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.movies_wp iframe {
  max-width: 100%;
  width: 48%;
  margin: 0 1% 2%;
  height: 19vw;
}
.prd_wp_inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 96%;
}
.prd_wp_list {
}
.prd_wp_list > li {
  width: 18%;
  display: flex;
  flex-direction: column;
  margin: 0 1% 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: 10px;
}
.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.5;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  margin-bottom: 10px;
}
.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: calc(100% - 1px);
  background: #fff;
  margin: 8px;
  overflow-y: overlay;
}
.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 > dd {
  border-top: dotted 1px #837967;
  padding-top: 6px;
}
.sul > li > .oya > dd .child {
  display: flex;
  flex-direction: column-reverse;
  padding: 2px 0;
}
.sul > li > .oya > dd .child:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.sul > li > .oya > dd .child > dt {
  position: relative;
}
.sul > li > .oya > dd .child > dd {
  padding-left: 7px;
}
.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: 15px;
}
.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: 0 0 0 13px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.3;
}

.ybtnx_02::after {
  position: absolute;
  top: 5px;
  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: rotate(45deg);
  transform: rotate(45deg);
}

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

.zokusei_wp {
  margin-bottom: 20px;
}
.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 {
  cursor: pointer;
}
.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;
  margin: 10px;
}
.kkabox > span {
  margin-top: auto;
}
.ptit_wp {
}
.ptit_wp .h3Tit {
  margin-right: 20px;
}

.get_search_query_tit {
  margin: 10px;
  font-size: 2rem;
  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: 100px;
  margin-top: 40px;
  padding: 5px 0;
  background: #fff;
}
.movie_are .movie_wrap {
  padding-bottom: 490px;
  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: 60px;
}
.acce_btn {
  display: inline-block;
}
.tradition_btn {
  position: absolute;
  top: 350px;
  right: 70px;
  display: inline-block;
  background: url(../img/bg03.jpg);
  color: #faf9f7;
  padding: 17px;
  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: 2.3rem;
  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: 27px;
  text-align: center;
  letter-spacing: 0.2em;
  border: solid 1px;
  padding: 10px 0;
}
.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: 30px;
}
.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 {
  max-width: 75px;
  margin-right: 25px;
}
.top_thum > dt img {
}
.news_arc_wp {
  display: block;
  border-bottom: 1px solid #b8b09b;
  padding: 20px;
  color: #000;
}
.news_arc_wp > dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news_arc_wp > dl > dt {
  width: 100px;
}
.news_arc_wp > dl > dd {
  width: calc(100% - 120px);
  padding-right: 68px;
  position: relative;
}
.news_arc_wp > dl > dd::before {
  position: absolute;
  display: block;
  content: "";
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  transition: 0.2s;
  background: url(../img/arrow.svg) no-repeat center;
  background-size: 100%;
}
.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: 3px;
}
.news_arc_wp > dl > dd .ntitle {
  margin-bottom: 5px;
}

.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 10px 5px;
  vertical-align: middle;
}
.tagsTit {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.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: "】";
}

#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: 250px !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: 49%;
  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: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  margin: auto;
  /* background: #000; */
  z-index: 999999;
  display: flex;
  animation: mvtxtmove ease 1.2s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

.swiper-container h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 55px;
  font-size: 1.7vw;
  letter-spacing: 0.8rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.81);
  line-height: 175%;
}

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

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

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

.swiper-container a span:after {
  content: "";
  bottom: -22px;
  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;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*動き調整用*/
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;
  }
}

/* ---------------------------------------------------------------------------
  ★media Screen
--------------------------------------------------------------------------- */
@media screen and (min-width: 1920px) {
  .movies_wp iframe {
    height: 370px;
  }
}

/*hover*/
.opsw_dl_dt_list > li > a:hover,
.home01 > div:nth-child(1) a:hover,
.column02_side .search_container input[type="submit"]:hover,
#gloval-nav ul a:hover,
h1 a:hover,
.prd_wp_list > li a:hover,
.sentaku_box_x > a:hover,
.pankuzu > ul li a:hover,
a.btn:hover,
.top_ctp_ul > li a:hover {
  opacity: 0.6;
}
.home01 li a:hover {
  color: #6f521b;
  text-decoration: underline;
}
.home03 .u_home03_05 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  footer .inner {
    min-width: auto;
    width: 96%;
    margin: 0 auto;
  }
  footer .cl3_7 > div:nth-child(even) {
    min-width: unset;
    width: 67%;
  }
}
@media screen and (max-width: 1030px) {
  footer .inner {
    min-width: auto;
    width: 90%;
    margin: 0 auto;
  }
  footer .inner .cl3_7 {
    flex-direction: column;
  }
  footer .cl3_7 > div:nth-child(odd) {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .cl3_7 > div:nth-child(even) {
    width: 100%;
  }
}
/* ---------------
  ★IE
--------------- */
/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .swiper-container h2 {
    max-height: 430px;
  }
  *::-ms-backdrop,
  .swiper-container .txt {
    max-height: 520px;
  }
  *::-ms-backdrop,
  .top_ctp_ul > li a.ctb p {
    max-height: 152px;
  }
  *::-ms-backdrop,
  #gloval-nav .mainNav a {
    max-height: 350px;
    vertical-align: top;
  }
  *::-ms-backdrop,
  #gloval-nav nav {
    max-height: 500px;
  }
  *::-ms-backdrop,
  #company .u_01 > .tit h3 {
    max-height: 250px;
  }
}

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

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

#privacy .vacy_box {
  margin: 0 0 70px;
}

#privacy .vacy_box b {
  font-weight: bold;
  margin: 0 0 10px;
  display: block;
  font-size: 2rem;
}

#privacy .vacy_box p {
  margin: 0 0 30px;
}

/* ---------------
  ★safari用
--------------- */
/* safari にのみ適用される */

_::-webkit-full-page-media,
_:future,
:root #gloval-nav .mainNav a {
  max-height: 340px;
  width: 50px;
  padding: 0;
  display: inline-block;
}
/* safari 古いサファリ */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #gloval-nav .mainNav a {
    padding: 0;
    max-height: 340px;
    width: 50px;
    display: inline-block;
  }
}

/*tuiki 220401*/

.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;
}
.op_search_wp .op_search_cpx {
  background: #fff;
  padding: 1.5% 2%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  overflow-y: auto;
}
.op_search_cpx_or h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.opsw_dl {
}
.opsw_dl > dt {
  width: 200px;
  float: left;
}
.opsw_dl > dt input {
  box-sizing: border-box;
  max-width: 100%;
}
.opsw_dl > dd {
  float: right;
  width: calc(100% - 230px);
  padding: 0 20px;
  max-height: 600px;
  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 {
}
.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: #eee;
  cursor: pointer;
}
.opsw_dl_dt_list {
  margin: 20px 0 30px;
}
.opsw_dl_dt_list > li:first-child {
  border-top: 1px solid #837967;
}
.opsw_dl_dt_list > li {
  border-bottom: 1px solid #837967;
}
.opsw_dl_dt_list > li > a {
  font-weight: bold;
  color: #000;
  display: block;
  font-size: 1.5rem;
  position: relative;
  padding: 7px 5px;
}
.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: 30px;
}
.catet {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  align-items: center;
}
.catet::before {
  content: "【";
}
.catet::after {
  content: "】";
}
.cate_name_x {
  font-size: 2rem;
  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: 30px;
}

.f_bnr{
  width:max-content;
}