/* Scss Document */
body {
  font-family: "Noto Serif JP", serif;
  position:relative;
  z-index:1;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  color: #382b25;
}

a:hover {
  color: #382b25;
  text-decoration: none;
}

h2 {
  padding-right: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 769px) {
  a.sp_click {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }
}

/*----------------.gMenu----------------*/
.gMenu>li:last-child {
  border-right: none;
}

.gMenu>li .gMenu_name {
  font-weight: 500;
}

.device-pc .gMenu>li>a {
  padding: 14px 0;
}

.device-pc .gMenu>li>a strong {
  padding: 0 1.2em;
  border-right: #b7b7b7 1px solid;
  color: #333333;
  font-family: "Noto Serif JP", serif;
}

.device-pc .gMenu>li:last-child a strong {
  border-right: none;
  padding-right: 0;
}

@media (min-width: 992px) {
  .header_scrolled .gMenu>li {
    border-left: none;
  }

  .header_scrolled .gMenu>li:last-child {
    border-right: none;
  }

  .header_scrolled .gMenu>li:last-child a strong {
    padding-right: 1.8em;
  }
}

.siteHeader {
  box-shadow: none;
}

@media (max-width: 767px) {
  .siteHeader {
    /*position: fixed;
      top:0;
      z-index: 1;*/
  }
}

/*----------------.footerMenu----------------*/
@media (min-width: 768px) {
  .footerMenu li {
    float: none;
    display: table-cell;
    position: relative;
  }

  .footerMenu li a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footerMenu li:last-child a {
    border-right: none;
  }

  .footerMenu li:first-child a {
    border-left: none;
  }

  .footerMenu .sub-menu {
    list-style: none;
    padding-left: 0;
    display: block;

    position: absolute;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: 1;
    display: block;
    background-color: #191919;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    left: 50%;
    margin-left: -120px;
    width: 240px;
    transition: all .5s ease-in;
  }

  .footerMenu .sub-menu::after {
    content: '';
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    content: "";
    position: absolute;
    padding: 0;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    z-index: 1000;
    opacity: 0;
    border-bottom-color: #382b25;
  }

  .footerMenu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    max-height: 1000px;
  }

  .footerMenu .menu-item-has-children:hover .sub-menu::after {
    opacity: 1;
    bottom: 1px;
  }

  .footerMenu .sub-menu a {
    display: block;
    color: #fff;
    overflow: hidden;
    padding: 14px 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    height: 100%;
  }




  .footerMenu .sub-menu li {
    display: block;
  }

  .footerMenu .sub-menu li a {
    border: none;
    text-align: left;
    margin-left: 15%;
  }

  .footerMenu .sub-menu li:last-child a {
    border: none;
  }

  .footerMenu .menu-main-menu-container>ul {
    display: table;
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .footerMenu {
    display: none;
  }
}

.copySection {
  border-top: none;
}

.siteFooter {
  border-top: none;
  background-color: #ffffff;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .gotop_block a:hover {
    color: #ffffff;
  }
}

.gotop {
  background-color: #392d27;
  color: #ffffff;
  padding: 18px 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.9375rem;
}

.gotop span {
  background-image: url("../images/icon_gotop.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1em;
  display: inline-block;
  background-size: 12px auto;
}

.footer_logo {
  text-align: center;
  margin: 134px 0 80px;
}

.fotter_address {
  border-top: #b7b7b7 1px solid;
  border-bottom: #b7b7b7 1px solid;
  margin: 0 auto;
  width: 295px;
  padding: 34px 0;
}

.fotter_address p {
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.fotter_address p.tel {
  font-size: 2.25rem;
}

.footer_pr_link {
  text-align: center;
  font-size: 0.9375rem;
  margin: 70px 0 0;
}

/* ********
********コラムページ***************** */

.category-column .tag-search {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  border-top: solid 1px #999;
  border-right: 1px solid #999;
  padding: 0;
  margin: 1.5em 0 3.5em;
}

.category-column .tag-search li {
  width: 25%;
  display: flex;
  border: solid 1px #999999;
  border-width: 0 0 1px 1px;
  margin: 0;
}

.category-column .tag-search li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 1.2em 0.5em;
}

.category-column .tag-search .current a {
  background-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-column .tag-search li {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .category-column .tag-search li {
    width: 50%;
  }
}

.entry-meta-dataList a:not(:last-of-type)::after {
  content: "、";
}

/* よくある質問 */
.post-427 .card-header {
  position: relative;
  padding-left: 40px;
}

.post-427 .card-header::before {
  content: "";
  background: url(../images/plus.png) no-repeat center;
  width: 34px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.wpcf7-form .submit-button {
  display: flex;
  margin-top: 2em;
  justify-content: space-between;
}

/* コラムページ */
.category-column a:not(.has-background) {
  /*color: #337ab7;
  text-decoration: underline;*/
}

/* コラムページ */

/* フッター固定CTA */
.footer-cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .55);
  padding: 8px 0;
  z-index: 99999;
}

.footer-cta a {
  background-color: #382b25;
  color: #fff;
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-cta a:hover {
  color: #fff;
}

.footer-cta a .small {
  font-size: 70%;
}

@media (max-width: 767px) {
  .footer-cta {
    background-color: transparent;
    padding: 0;
  }

  .footer-cta .container {
    width: auto;
    padding: 0;
  }

  .footer-cta .row,
  .footer-cta .row>div {
    padding: 0;
    margin: 0;
  }

  .footer-cta .row>div {
    position: relative;
  }

  .footer-cta .row>div+div::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
  }
}

/* フッター固定CTA */

/* コラム */
.table,
table,
table td,
table th {
  border-color: rgba(0, 0, 0, .3) !important;
}

table tr td:first-child {
  border-right: 1px solid;
}

/* コラム */

.post-type-archive-p-magazine .featured-image img {
  aspect-ratio: 51/70;
  object-fit: contain;
  object-position: center;
}

/*-----staff-------*/

table.staff{
	/*margin-top: 50px;*/
}


table.staff td{
	width: 25%;
	vertical-align: top;
}

table.staff tr td:first-of-type{
	border-right: none;
}

table.bioimages{
	/*margin-bottom: 50px;*/
}
table.bioimages td{
	width: 25%;
	vertical-align: top;
}

table.bioimages tr td:first-of-type{
	border-right: none;
}
@media (max-width: 767px) {
	table.staff{
		display: block;
	}
	table.staff tr{
		display: flex;
		flex-wrap: wrap;
	}
	table.staff td{
		width: 50%;
	}
	table.bioimages{
		display: block;
	}
	table.bioimages tr{
		display: flex;
		flex-wrap: wrap;
	}
	table.bioimages td{
		width: 50%;
	}
	

}

.staff_block{
	margin-bottom: 100px;
}

/*-------mv_contact-------*/
.mv_contact {
    position: fixed;
    z-index: 1001;
	opacity: 0;
	transform: translate(0,0);
    transition: all 1.5s;
}

.mv_contact .mb10 {
    margin-bottom: 10px;
}

.mv_contact.cta_fade{
	opacity: 1;
    
}

@media (min-width: 768px) {
    .mv_contact {
        width: 220px;
        bottom: 120px;
        right: 0px;
    }

    .admin-bar .mv_contact {
        top: 85px
    }
}

@media (max-width: 767px) {
    .mv_contact {
        width: 35%;
        bottom: 120px;
        right: 0px;
		/*display: none;*/
    }
}
.banner{
	
}


.banner {
    position: relative;
    margin-top: 15px;
	transition: all 0.2s ease;
    pointer-events: all;
	  
  }
  .mv_contact a {
    position: relative;
  }
  .mv_contact .close {
    position: absolute;
    top: -12px;
    /*right: -12px;*/
	left: -12px;
    font-size: 30px;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    z-index: 999;
    cursor: pointer;
  }
  .mv_contact .close .fa{
    display: block;
  }
  .mv_contact .banner.opa0:hover img,
  .mv_contact .opa0 img {
    /*opacity: 1;*/
  }
  .mv_contact .close:hover {
    /*opacity: 1;*/
  }
  
  .mv_contact .banner:hover:before {
    /*opacity: 1;*/
  }
  .mv_contact .banner.opa0:hover:before {
    /*opacity: 0;*/
  }


.banner.close-bnr .close_txt{
	display: flex;
	position: absolute;
	bottom:0;
	right: 0;
	background-color: #382b25;
	color: #ffffff;
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/*text-align: center;*/
	line-height: 2.5em;
	height: 220px;
	width: 2.5em;
	align-items: center;
	justify-content: center;
	    font-weight: normal;
	font-size: 1rem;
}
  .banner.close-bnr {
    /*display: none;*/
	right:-190px;
	transition: all 0.2s ease;
    pointer-events: all;
  }

.banner.close-bnr .close{
	background-color: transparent;
	height: auto;
	/*left:auto;
	right:0;*/
	left:0;
	bottom:0;
}

.banner.close-bnr .fa{
	display: none;
}

.banner .close_txt{
	display: none;
	right:-190px;
}
@media (max-width: 767px) {
	.banner .close_txt{
		
	}
	.banner.close-bnr .close_txt{
		height: 150px;
		right:80px;
	}
}
@media screen and (min-width: 769px) {
  .cta_pc {
    display: block;
  }

  .cta_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cta_pc {
    display: none;
  }

  .cta_sp {
    display: block;
  }
	.cta_sp a{
		font-size: 0.875rem;
	}
}

img.ft_icon {
    width: 20%;
}
/* 202410 */
/* スマホハンバーガメニューのCSS */
.vk-mobile-nav-menu-btn {
  display: none !important;
}
.vk-mobile-nav {
  display: none !important;
}
.header_sp_menu{
  position:relative;
}
@media screen and (min-width:991.99px) {
  .header_sp_menu{
    display:none;
  }
  .menu-trigger{
    display:none;
  }
}
.navbar-brand .logo-text{
  display:none;
}

@media screen and (max-width:991.98px) {
  .header_scrolled .navbar-header {
    display: block !important;
 }

 .siteHeader{
  position:fixed;
  top:0;
  left:0;
  z-index:999999;
  background-color:transparent;
 }
 .siteHeader .container.siteHeadContainer {
  position:relative;
  z-index:2;
  padding-top: 5px;
  padding-bottom: 4px;
  background:#382b25;
  height:56px;
  max-width:100%;
}
.gMenu_outer{
  position:relative;
  z-index:1;
 }
.navbar-brand .logo-img{
  display:none;
}
.navbar-brand .logo-text{
  display:block;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:1.4;
}
.header_sp_menu{
  width:100%;
  height:calc(100vh - 56px);
  transition: .5s all ease-in;
  transform: translateY(calc(-100% - 56px));
  overflow: hidden;
}
.header_sp_menu.open{
  transform: translateY(0);
}
/* Trigger */
.menu-trigger {
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 0;
  right: 10px;
}

.menu-trigger span:not(.trig-text) {
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

/* .menu-trigger.active span {
  background: #000;
} */
.menu-trigger .trig-text{
  display:block;
  color:#fff;
  text-align:center;
  font-size:14px;
  padding-top:5px;
}
.menu-trigger span:nth-child(2) {
  top: 60%;
}

/* .menu-trigger span:nth-child(2) {
  top: 50%;
} */

.menu-trigger span:nth-child(3) {
  top: 75%;
}

.menu-trigger.active span:nth-child(2) {
  -webkit-transform: translatex(-50%) translateY(6px) rotate(-45deg);
          transform: translatex(-50%) translateY(6px) rotate(-45deg);
  width: 25px;
  top: 52%;
}

/* .menu-trigger.active span:nth-child(2) {
  display: none;
} */

.menu-trigger.active span:nth-child(3) {
  -webkit-transform: translatex(-50%) translateY(-7px) rotate(45deg);
          transform: translatex(-50%) translateY(-7px) rotate(45deg);
  width: 25px;
  top: 75%;
}

}

@media screen and (max-width:991.98px) {
.header_sp_menu_inner{
  padding:1.5vw;
  background:#fff;
  width:100%;
  height: 100%;
  overflow-y: auto;
}
.header_sp_magazineInfo{
  margin-bottom:1vw;
}
.header_sp_magazineInfo a{
  display:flex;
  align-items:center;
  padding:3.5vw 3vw;
  background:#eee;
  border-top-left-radius: 10vw;
}
.magazineInfo_desc{
  width:50%;
  text-align:center;
}
.magazineInfo_desc_text01{
  margin-bottom:1vw;
}
.magazineInfo_desc_text01 span{
  display:block;
}
.magazineInfo_desc_text01 span img{
  width:16vw;
  height:auto;
}
.magazineInfo_desc_text01 span.desc_text02{
  font-size:4vw;
  letter-spacing: 0.8vw;
}
.magazineInfo_desc_text02{
  font-size:2.5vw;
  margin-bottom:0;
}
.magazineInfo_img {
  width: 50%;
  text-align:center;
}
.magazineInfo_img img {
  width: 33vw;
  height:auto;
}
.header_sp_works{
  display:flex;
}
.header_sp_worksLink{
  width:33.33%;
}
.header_sp_worksList{
  width:66.66%;
}
.header_sp_worksLink img {
  width: 100%;
  height: 41.5vw;
}
#slick_sp_header .slick-slide img {
  width: 100%;
  height: 41.7vw;
  border:0.3vw solid #fff;
}
#slick_sp_header .slick-list {
  padding-bottom: 0;
}
.case_header_title{
  padding:1vw 0.6vw;
  margin-bottom:0;
  font-size:2.2vw;
}
#slick_sp_header .slick-dots {
  position: absolute;
  top: 44vw;
  left: -21vw;
}
#slick_sp_header .slick-dots li {
  margin: 0px 1vw;
}
}

/* ヘッダーメニューCTA */
.header_sp_cta {
  width: 100%;
}

.header_sp_cta a {
  background-color: #382b25;
  color: #fff;
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 2.5vw;
}

.header_sp_cta a:hover {
  color: #fff;
}

.header_sp_cta a .small {
  font-size: 2.1vw;
}

@media (max-width: 991.98px) {
  .header_sp_cta {
    background-color: transparent;
    padding: 0;
  }

  .header_sp_cta .container {
    width: auto;
    padding: 0;
  }

  .header_sp_cta .row,
  .header_sp_cta .row>div {
    padding: 0;
    margin: 0;
  }

  .header_sp_cta .row>div {
    position: relative;
  }

  .header_sp_cta .row>div+div::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
  }
}

/* メニューリスト */
@media screen and (max-width: 991.98px) {
  #menu-sp-header-menu{
    padding:0;
    display:flex;
    flex-wrap:wrap;
  }
  #menu-sp-header-menu .sub-menu{
    padding:0;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  #menu-sp-header-menu li a{
    display:block;
    text-align:center;
    font-size:3.5vw;
    font-weight:bold;
  }
  #menu-sp-header-menu > li{
    list-style: none;
    width:50%;
    margin:0;
    padding:4vw 0;
    border-bottom:1px solid #ccc;
  }
  #menu-sp-header-menu > li:nth-child(odd){
    border-right:1px solid #ccc;
  }
  #menu-sp-header-menu > li:nth-last-child(1),#menu-sp-header-menu > li:nth-last-child(2){
    border-bottom:0;
  }

  #menu-sp-header-menu > li{
    list-style: none;
    width:50%;
    margin:0;
    padding:4vw 0;
    border-bottom:1px solid #ccc;
    position:relative;
  }
  #menu-sp-header-menu > li a{
    position:relative;
  }
  #menu-sp-header-menu > li.menu-item-has-children > a .toggle-icon{
    width:6vw;
    height:100%;
    position:absolute;
    right:1vw;
    top:50%;
    transform:translateY(-50%);
  }
  #menu-sp-header-menu > li.menu-item-has-children > a .toggle-icon::before{
    content:"";
    background:url(../images/arrow-dw.png) no-repeat center center/cover;
    width:4vw;
    height:2.5vw;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
  }
  #menu-sp-header-menu .sub-menu li{
    list-style: none;
    margin-bottom:2vw;
    line-height: 4vw;
  }
  #menu-sp-header-menu .sub-menu{
    display:none;
  }
}
/* //スマホハンバーガメニューのCSS */