/***************************************************************************************************************
       　　　　　　　　　　　　　　　　　　　　　　   全体
****************************************************************************************************************/
html {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
  width: 100%;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
a {
  text-decoration: none;
  color: #274496;
}
a:hover {
  text-decoration: underline;
  color: #274496;
}
#midashi_waku a:hover {
  text-decoration: none;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
/* Larger than desktop */
/*@media (min-width: 1200px) {*/
@media (min-width: 750px) {
  .container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/*============　共通部品　===========*/
/* バーガーメニュー */
.navi_wrap {
  float: right;
}
.navi-btn {
  width: 50px;
  height: 76px;
  position: relative;
  cursor: pointer;
}
/* 1本目 */
.navi-btn span {
  position: absolute;
  display: block;
  width: 36px;
  height: 2px;
  background: #252525;
  border-radius: 5px;
  transition: all .3s;
  right: 10px;
  top: 28px
}
/* 2本目 */
.navi-btn span:nth-of-type(2) {
  top: 38px;
  opacity: 1;
  transition: all .3s;
}
/* 3本目 */
.navi-btn span:last-of-type {
  top: 48px;
}
.navi-btn p {
  color: #252525;
  text-align: center;
  position: absolute;
  /*top: 45px;
  left: 2px;*/
}
/* 3本の回転 */
.navi-btn-on span:first-of-type {
  transform: rotate(-45deg) translateY(12px) translateX(-3px);
}
.navi-btn-on span:nth-of-type(2) {
  transform: translateX(0);
  opacity: 0;
}
.navi-btn-on span:last-of-type {
  transform: rotate(45deg) translateY(-12px) translateX(-3px);
}
/* メニュー内容 */
.navi-menu {
  top: 80px;
  display: none;
  background: #252525;
  width: 96%;
  position: fixed;
  padding: 10px 2%;
  z-index: 99999;
  overflow-y: auto;
}
.navi-menu li {
  list-style-type: none;
}
.navi-menu li a {
  display: block;
  color: #e7efe7;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 2%;
}
.navi-menu li a:hover {
  background-color: #2180C4;
  display: block;
}
#kiji_waku ul {
  list-style: none;
  margin: 0;
  padding: 0;
	flex-wrap: wrap;
}
.kiji_flexleft .groupprofimg li {
    height: inherit!important;
	margin-bottom: 20px!important;
}
.kiji_flexleft .groupprofimg li a {
    display: block;
}
.kiji_flexleft .groupprofimg li img {
    min-height: 180px;
}
/*.kiji_flexleft ul li h4 {
    min-height: 80px;
}*/
.fas_spaceleft {
  padding-left: 10px;
  font-size: 0.8em;
}
.fas_spaceright {
  padding-right: 10px;
  font-size: 0.8em;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/*============　topに戻る　===========*/
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
}
.pagetop text {
  color: #fff;
}
.pagetop a {
  display: block;
  background-color: #333;
  padding: 20px, 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 60px;
  padding: 10px 0;
}
.pagetop a:hover {
  background-color: #7e6b5a;
  color: #fff;
}
/***************************************************************************************************************
       　　　　　　　　　　　　　　　　　　　　　   ヘッダー
****************************************************************************************************************/
.h_wrap {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 0;
  width: 100%;
}
/* h1 */
.h1sp {
  display: block !important;
  position: absolute;
  /*top:-10px;*/
  left: 20px;
  z-index: 9999 !important;
}
.h1sp img {
  width: 80%;
  height: auto;
}
.h_flexwrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
}
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');*/
.h_flexleft {
  position: relative;
  /*font-family: 'Noto Sans JP', sans-serif;
			font-weight: 600;
			 font-size: 30px;*/
  width: 220px;
  height: 40px;
}
/*.h_flexleft span{
				color: #BC272A; }*/
.sr_rogo {
  width: 154px;
  height: auto;
}
.h_flexleft img {
  width: 100%;
}
.h_flexright {
  flex: 1;
  width: 100%;
}
.h_flexright ul {
  font-size: 1.0em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  margin-left: auto;
}
.h_flexright ul li {
  font-weight: 600;
  margin-left: 10px;
  display: inline-block;
}
/*親メニュー*/
.nav {
  width: 100%;
  height: 40px;
  padding: 0;
  top: 0;
  position: relative;
  display: flex;
  flex-direction: row;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
  display: block;
  height: 40px;
  text-align: center;
  color: #333;
  font-size: 14px;
  transition: 0.5s;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px 0px 10px 18px;
}
.is_current {
  color: #2584e5 !important;
}
.nav > li:hover > a { /*layer-1*/
  color: #2584e5;
  background: #FFF;
}
.nav > li li:hover > a { /*layer-2*/
  color: #2584e5;
  background: rgba(0, 0, 0, 0.6);
}
/*子メニュー*/
.nav li ul {
  position: absolute;
  width: 200px;
  /*left: -80px;*/
  z-index: 9999;
  flex-direction: column;
  display: flex;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  /*left: -40px;*/
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  width: 200px;
  right: 60px;
}
.nav li ul li a {
  width: 200px;
  text-align: left;
  /*padding-left: 20px;*/
  color: #fff;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
/* sp-pc */
.spmenu {
  display: block;
  height: 80px;
}
.pcmenu {
  display: none;
}
/* Larger than desktop */
@media (min-width: 1200px) {
  /*@media (min-width: 750px) {*/
  /* sp-pc */
  .spmenu {
    display: none;
  }
  .pcmenu {
    display: flex;
  }
  /* h1 */
  .h1sp {
    top: -10px;
  }
  .sr_rogo {
    margin-top: 0px;
  }
}
/***************************************************************************************************************
       　　　　　　　　　　　　　　　　　　　　　   フッター
****************************************************************************************************************/
footer {
  background-color: #fff;
}
.footer_wrap {
  text-align: center;
  padding: 40px 0 20px;
}
.footer_wrap img {
  width: 120px;
}
.fmenu {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 1rem !important;
  text-align: center;
  padding: 0;
}
.fmenu li {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.fmenu li a {
  color: #333;
  text-decoration: none;
}
.fmenu li a:hover {
  color: #1BA1E6;
}
.footer_copy {
  border-top: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  margin: 0 !important;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
/*2024リニューアル*/
.anotherrepo_flexwrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}
	.anotherrepo_flexleft {
	  width: 100px;
	  height: 70px;
	  margin-right: 1em;
	}
		.anotherrepo_flexleft img {
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		}
	.anotherrepo_flexright {
	  width: 100%;
	  flex: 1;
	  align-items: center;
	  display: flex;
	}
		.anotherrepo_flexright .column_title {
			height: inherit !important;
			font-size: 1.0em !important;
		}
.samecate_flexwrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}
	.samecate_flexleft {
	  width: 100px;
	  height: 70px;
	  margin-right: 1em;
	}
		.samecate_flexleft img {
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		}
	.samecate_flexright {
	  width: 100%;
	  flex: 1;
	  align-items: center;
	  display: flex;
	}
	.samecate_flexright.noflex {
	  width: 100%;
	  flex: 1;
	  align-items: center;
	  display:block !important;
	}
		.samecate_flexright .column_name_title {
			display: block;
			color: #333;
			font-size: 0.7em;
			padding: 0px 4px 0px 4px;
		}
		.samecate_flexright .column_title {
			height: inherit !important;
			font-size: 1.0em !important;
			font-weight: 600!important;
			margin-top: 4px !important;
			line-height: 21px;
		}
		/*div ul a .samecate_flexright .column_titlea {
			text-decoration: none;
		}*/




.toverflow {
  width: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 40px;
	line-height: 1.4;
}
.sidenamecontents {
	font-size: 0.7em;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	background-color: #333;
	padding: 0.2em 0.5em;
	display: inline-block;
}
.sidenametitle {
	font-size: 0.85em;
  width: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 20px;	
}
/***************************************************************************************************************
       　　　　　　　　　　　　　　　　　　　　　   サイド
****************************************************************************************************************/
/*2024リニューアル*/
.categoryarea_wrap {
  width: 100%;
  margin-top: 40px;
}
.categoryarea_title {
  width: 100%;
  font-size: 1.0rem;
  font-weight: 600;
  padding: 20px 0 4px;
  text-align: left;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
}
.categoryarea_subtitle {
  width: 100%;
  font-size: 1.0rem;
  font-weight: 600;
  padding: 0 0 0;
  text-align: left;
}
.categoryarea_liwrap {
	width: 100%;
	margin-bottom: 1em;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	text-align: left;
}
.categoryarea_liitem {
	width: auto;
	display: inline;
	font-size: 0.75rem;
}
.categoryarea_liitem a {
	display: inline-block;
	border: 1px solid #666666;
	color: #333;
	padding: 2px 10px;
	border-radius: 20px;
	margin: 0 3px 5px 0;
}
/***************************************************************************************************************
       　　　　　　　　　　　　　　　　　　　　　   トップページ
****************************************************************************************************************/
.m_wrap {
  background-color: #f3f3f3;
  margin-top: 80px;
}
/*--- スライダーエリア ---*/
#column_slider ul {
  padding: 0;
}
.slider_list_box {
  position: relative;
}
.slider_textwaku {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.slider_category {
  color: #fff;
  background-color: #333;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 12px;
  margin-bottom: 4px;
  display: inline-block;
}
.slider_title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
}
.slider_title p {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slider_first {}
.slider_first img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.top_slider {
  width: 100%;
}
.top_slider .arrow_leftright {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 99;
  cursor: pointer;
}
.top_slider .arrow_left {
  /*margin-left: -600px;*/
  left: 20px !important;
}
.top_slider .arrow_right {
  /*margin-right: -600px;*/
  right: 20px !important;
}
.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
/* サイドグレースケール */
/*.top_slider .slick-slide:not(.slick-center) {
	  -webkit-filter: grayscale(100%);
	  -moz-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  filter: grayscale(100%);
	  transition: 0.2s linear;
	}*/
/* サイド透過 */
.top_slider .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(30%);
  -moz-filter: opacity(30%);
  -o-filter: opacity(30%);
  -ms-filter: opacity(30%);
  filter: opacity(30%);
  transition: 0.2s linear;
}
/* 記事見出し */
#popular_waku {
  width: 100%;
  margin: 40px 0px 0px 0px;
  text-align: center;
  padding: 60px 0;
  /*background-color: #fff;*/
}
.popular_title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0 !important;
  color: #333;
}
.popular_box {
  width: 100%;
}
.popular_flexwrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popular_flexitem {
  position: relative;
  width: 49%;
  /*height: 320px;*/
  padding-bottom: 20px;
}
.pullmenu_midashi {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.popular_kiji_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.popular_kiji_img img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}
/*.popular_kiji_img:hover img{
					  transform: scale(1.2);
					  transition-duration: 0.5s;}	*/
.popular_kiji_category {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #555555;
}
.popular_kiji_title {
  padding-top: 4px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  text-align: left;
}
/* Reset */
.tiles {
  width: 1040px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tile {
  display: inline-block;
  text-align: left;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.tile:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tile .popular_kiji_img img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.tile .details .title {
  line-height: 1;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
.tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.tile:focus:before, .tile:focus span, .tile:hover:before, .tile:hover span {
  opacity: 1;
}
.tile:focus:before, .tile:hover:before {
  top: 50%;
}
.tile:focus span, .tile:hover span {
  top: 0;
}
.tile:focus .title, .tile:hover .title {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.tile:focus .info, .tile:hover .info {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* プルダウン */
.fasicon {
  margin-right: 10px;
  color: #555;
}
#pullmenu {
  background-color: #fff;
  padding: 30px 20px;
  z-index: 999999;
  text-align: center;
}
.pullmenu_title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0 !important;
  color: #333;
}
.pullmenu_flexwrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 9;
}
.pullmenu_flexitem {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 999;
}
.pullmenu_top {
  position: relative;
  z-index: 9999;
}
.pullmenu_middle {
  position: relative;
  z-index: 999;
}
.pullmenu_down {
  position: relative;
  z-index: 99;
}
.pullmenu_defaulttxt {
  font-weight: 600;
}
.active .pullmenu_defaulttxt {
  font-weight: 600;
  color: #2584e5;
}
/** Custom Select **/
.custom-select-wrapper {
  /*position: absolute;*/
  display: inline-block;
  display: block;
  user-select: none;
  z-index: 9;
}
.custom-select-wrapper select {
  display: none;
}
.sources {
  width: 100%;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  /*padding: 0 84px 0 22px;*/
  font-size: 14px;
  color: #333;
  line-height: 60px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #333;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  /*border: 1px solid rgba(255,255,255,0.50);*/
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #333;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  width: 100%;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  width: 100% !important;
  padding: 20px;
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  background: #333;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #111;
}
.custom-option {
  position: relative;
  display: block;
  padding: 6px 2%;
  /*border-bottom: 1px solid #111;*/
  text-align: left;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover, .custom-option.selection {
  background: #111;
}
.pullmenu_column_floatleft {
  float: left;
  width: 46%;
}
/*--- 記事一覧 ---*/
#midashi_waku {
  width: 100%;
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.midashi_flexwrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.midashi_flexwrap::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.midashi_flexwrap::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.kiji_all .midashi_flexwrap::before {
  width: 32.5%;
}
.kiji_all .midashi_flexwrap::after {
  width: 32.5%;
}
.kiji_all .midashi_flexitem_l {
  background-color: #fff;
  width: 49%;
  height: 420px;
  margin-bottom: 14px;
}
.midashi_flexitem {
  background-color: #fff;
  position: relative;
  width: 49%;
  height: 420px;
  margin-bottom: 20px;
}
.midashi_thum_l {
  height: 260px;
  overflow: hidden;
}
	.midashi_thum_l img {
	  width: 100%;
	  height: 260px;
	  object-fit: cover;
	}
	.midashi_thum_l:hover img {
	  transform: scale(1.2);
	  transition-duration: 0.5s;
	}
.midashi_thum {
  height: 200px;
  overflow: hidden;
}
	.midashi_thum img {
	  width: 100%;
	  height: 200px;
	  object-fit: cover;
	}
	.midashi_thum:hover img {
	  transform: scale(1.2);
	  transition-duration: 0.5s;
	}
.midashi_txtbox {
  padding: 20px 20px;
}
.midashi_category {
  font-size: 12px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  color: #666;
}
.midashi_category a {}
.midashi_category:hover {
  text-decoration: underline;
}
.midashi_title {
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  margin: 0px !important;
  font-family: "游ゴシック";
  font-weight: bold;
  color: #333;
}
.midashi_nameTitle {
  padding-top: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin: 8px 0 2px 0;
  font-weight: 500;
  color: #333;
}
.midashi_message_l {
  position: relative;
  padding-top: 10px;
  font-size: 12px;
  height: 20px;
  text-align: left;
  overflow: hidden;
  color: #666;
}
	.midashi_message_l::after {
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	  bottom: 0;
	  content: "";
	  position: absolute;
	  left: 0;
	  height: 20px;
	  width: 100%;
	}
.midashi_message {
  position: relative;
  padding-top: 10px;
  font-size: 12px;
  height: 60px;
  text-align: left;
  overflow: hidden;
  color: #666;
}
.midashi_message::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 60px;
  width: 100%;
}
/*202407: NEW TOP*/
.articleTitle {
  font-weight: 500;
  font-size: 180%;
  margin: 40px 0 10px 0;
  font-family: "Oswald", sans-serif;
}
.articleTitle span {
  font-size: 50%;
  display: inline-block;
  border-left: 1px solid #333333;
  margin: -5px 0 0 15px;
  padding: 0 0 0 15px;
  vertical-align: middle;
  font-family: "游ゴシック";
}
.articleWrap {
  margin: 0 0 80px 0;
}
.articleWrap .articleBox {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.articleBox {
  margin: 0 0 40px 0 !important;
}
.articleBox li {
  width: 24%;
  margin: 0 0 15px 0;	
}
.articleBox.articleBox_ss li {
  width: 32.5%;
  margin: 0 0 15px 0;	
}
.articleBox.articleBox_ss .midashi_thum  {
	height: 250px;
}
.articleBox.articleBox_ss .midashi_thum img {
	height: 250px;
}
.btnWrap {
  text-align: center;
}
.moreBtn {
  background: #333333;
  color: #ffffff !important;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 5px 40px;
}
.articleBox .midashi_title {
  font-weight: 600;
  line-height: 1.6;
  height: inherit;
  font-size: 84%;
	margin: 5px 0 0 0 !important;
}
.articleBox .midashi_txtbox {
  padding: 0;
}
@media print, screen and (max-width: 750px) {
  .articleTitle span {
    display: block;
    border-left: none;
    margin: 2px 0 15px 0px;
    padding: 0;
  }
  .articleWrap .articleBox {
    flex-wrap: wrap;
  }
  .articleBox li {
    width: 48%;
    margin: 0 0 30px 0;
  }
	
.articleBox.articleBox_ss li {
  width: auto;
  margin: 0 0 20px 0;	
}
.articleBox.articleBox_ss .midashi_thum  {
	height: 250px;
}
.articleBox.articleBox_ss .midashi_thum img {
	height: 250px;
}	
}


/* Larger than desktop */
/*@media (min-width: 1200px) {*/
/*@media (min-width: 750px) {*/
@media (min-width: 600px) {
  #pullmenu {
    padding: 30px 20px;
  }
  .popular_flexitem {
    position: relative;
    width: 32%;
    /*height: 300px;*/
  }
  .pullmenu_flexitem {
    position: relative;
    width: 32%;
    height: 100px;
    z-index: 99;
  }
  .midashi_flexitem {
    background-color: #fff;
    position: relative;
    width: 32.5%;
    height: 420px;
    margin-bottom: 20px;
  }
  .kiji_all .midashi_flexitem_l {
    background-color: #fff;
    width: 49.5%;
    height: 400px;
    margin-bottom: 14px;
  }
  .kiji_all .midashi_flexitem {
    background-color: #fff;
    width: 32.5%;
    height: 380px;
    margin-bottom: 14px;
  }
}
@media (min-width: 750px) {
  /*#pullmenu {
		padding: 40px; }*/
  .midashi_flexitem {
    width: 24%;
  }
  .kiji_all .midashi_flexitem_l {
    background-color: #fff;
    width: 49.5%;
    height: 400px;
    margin-bottom: 14px;
  }
  .kiji_all .midashi_flexitem {
    background-color: #fff;
    width: 32.5%;
    height: 380px;
    margin-bottom: 14px;
  }
}
@media(max-width:750px) {
	.midashi_txtbox {
		padding: 10px;
	}
}
/********************************* サイドお問い合わせ（赤） **********************************/
/* sidecontact */
#sidecontact_red {
  display: none;
}
@media (min-width: 1100px) {
  /* sidecontact */
  #sidecontact_red {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 80px;
    z-index: 999999;
  }
  #sidecontact_red a {
    background: #333;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 600;
    height: 160px;
    line-height: 1;
    padding: 40px 20px;
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 20px;
  }
  .sidecontact_non {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  #sidecontact_red a:hover {
    background: #000;
    color: #fff;
    /*transition: 1.0s;*/
  }
  #sidecontact_red span {
    padding-top: 10px;
  }
  #sidecontact_red div {
    display: flex;
    align-items: center;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sidecontact_non {
    width: 12px;
  }
}
@media (min-width: 1300px) {}
@media (min-width: 1450px) {}
@media (min-width: 1600px) {}
/***************************************************************************************************************
　　　　　　　　　　　　　　　　　　 下層ページ共通　（コラム、設計士、メーカー、ストーリー）
****************************************************************************************************************/
/*============　記事枠　===========*/
#kiji_waku {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 0;
  text-align: left;
}
.kiji_flexwrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.kiji_flexleft {
  background-color: #fff;
  position: relative;
  flex: 1;
  padding: 40px;
  text-align: left;
}
.kiji_flexleft .groupimg img {
    width: 100%;
}
.kiji_all .kiji_flexleft {
  background-color: inherit;
  padding: 0;
}
.author_flexwrap {
  padding: 10px 0 2px 0;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.author_flexleft {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
.author_flexleft img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.author_flexright {
  flex: 1;
  margin-left: 20px;
}
.author_title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.author_text {
  font-size: 14px;
  padding-top: 2px;
}
.author_space {
  padding-left: 10px;
}
.kiji_flexright {
  position: relative;
  width: 300px;
  margin-left: 40px;
  display: flex;
  align-items: flex-end;
}
/*　youtubeレスポンシブ */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*============　記事フッター　===========*/
#columnfooter_title {
	font-size: 1.0em!important;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
	padding-top: 1em;
	border-bottom: 2px solid #666;
    padding-left: 0!important;
    border-left: 0!important;
}
#columnfooter_block {}
#columnfooter_block ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#columnfooter_block ul li {
  width: 32%;
  background-color: #fff;
  border: 0px #ddd solid;
  margin: 0 0 20px;
  ;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
#columnfooter_block .column_thum {
  border: 0px solid #efefef;
  /*width:190px;
			height:160px;*/
  overflow: hidden;
  margin-bottom: 10px;
}
#columnfooter_block .column_thum img {
  width: 225px;
  height: auto;
}
#columnfooter_block .column_title {
  padding: 0px 4px 0px 4px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  margin-bottom: 8px;
  margin: 0px !important;
  /*font-family: "游ゴシック";*/
}
/*============　ライトナビ（サイドナビ）　===========*/
/*　途中で固定　*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 100px;
  width: 300px;
}
.side_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 4px solid #111;
  padding: 10px 0 10px 0;
  color: #333;
}
.side_list {
  width: 100%;
}
/*　サイドインデックス　*/
.right_index {
  width: 100%;
  /*height: 450px;*/
  background-color: #fff;
  text-align: center;
  margin-top: 20px;
}
.right_index01 {
  width: 100%;
  height: 420px;
  height: auto;
  margin: 0 auto;
  padding: 0px 0 0;
  overflow: hidden;
}
.right_index01 img {
  width: 100%;
  height: 420px;
  height: auto;
  object-fit: cover;
}
.right_index02 {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 0;
}
.right_index02s {
  font-size: 12px;
  font-weight: 600;
  padding: 0;
  margin-top: -4px;
}
.right_index03 {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 40px 30px;
  text-align: left;
}
/*　おすすめ　*/
.right_recommend {
  width: 100%;
  margin-top: 40px;
}
.recommned_title {
  width: 100%;
  font-size: 1.0rem;
  font-weight: 600;
  padding: 20px 0 10px;
  text-align: left;
}
.recommned_title:before {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(/column/imgbtn/category/001-target.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}
.recommned_flexwrap {
  width: 100%;
  border-top: 1px solid #333;
}
.recommned_flexitem {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  position: relative;
}
.recommned_flexitem a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.recommned_flexleft {
  width: 100px;
  height: 90px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.recommned_flexleft img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.recommned_flexright {
  flex: 1;
  text-align: left;
  font-size: 12px;
}
/*　ランキング 　*/
.right_rank {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.rank_title {
  width: 100%;
  font-size: 1.0rem;
  font-weight: 600;
  padding: 20px 0 10px;
  text-align: left;
  border-bottom: 1px solid #333;
}
/*.rank_title:before {
  content: '';
  display: inline-block; 
  width: 38px;
  height: 38px; 
  background-image: url(/column/imgbtn/category/002-ranking.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}*/
.rank_flexwrap {
  width: 100%;
  /*border-top: 1px solid #333;*/
  display: block !important;
  margin-top: 10px;
}
.rank_flexitem {
  width: 100%;
  height: 70px;
  margin: 6px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  /*border-bottom: 1px solid #333;*/
  position: relative;
}
.rank_flexitem a {
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  position: absolute;
}
.rank_flexleft {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.rank_flexleft img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}
.popular_kiji_no {
  position: absolute;
  z-index: 60;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  transition: 0.2s transform ease;
  background-color: rgba(0, 0, 0, 0.70);
}
.popular_kiji_no1 {
  position: absolute;
  z-index: 60;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  transition: 0.2s transform ease;
  background-color: #d6b60c !important;
}
.popular_kiji_no2 {
  position: absolute;
  z-index: 60;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  transition: 0.2s transform ease;
  background-color: #9c9c9c !important;
}
.popular_kiji_no3 {
  position: absolute;
  z-index: 60;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  transition: 0.2s transform ease;
  background-color: #9c8140 !important;
}
.no01 {
  background-color: #d6b60c !important;
}
.no02 {
  background-color: #9c9c9c !important;
}
.no03 {
  background-color: #9c8140 !important;
}
.rank_flexright {
  flex: 1;
  text-align: left;
  font-size: 12px;
  display: block !important;
}
.tab-group {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  /*border: solid 1px #333;*/
}
	.tab {
	  flex: 1;
	  /*padding: 5px;*/
	  padding: 4px 0;
	  /*width: 30%;*/
	  font-size: 12px;
	  list-style: none;
	  /*border: solid 1px #ccc;*/
	  text-align: center;
	  cursor: pointer;
	  background-color: #fff;
	}
	.tab:hover {
	  background-color: #333;
	  color: #fff;
	  transition: 1.0s;
	}
		.panel-group {
		  /*height: 100px;
				  border: solid 1px #ccc;*/
		  border-top: none;
		  /*background: #eee;*/
		}
			.panel {
			  display: none;
			}
				.tab.is-active {
				  background: #333;
				  color: #fff;
				  transition: all 0.2s ease-out;
				}
				.panel.is-show {
				  display: flex;
				  transition: 1.0s;
				}
		/*.kanren-group {
		  border-top: none;
		}
			.kanren {
			  display: none;
			}
				.tab.is-active {
				  background: #333;
				  color: #fff;
				  transition: all 0.2s ease-out;
				}
				.kanren.is-show {
				  display: flex;
				  transition: 1.0s;
				}*/




/*mailmagacap*/
	.mailmaga_flexwrap {
		display: flex!important;
		flex-wrap: wrap;
		flex-direction: row;
		margin-top: 10px;
	}
		.mailmaga_flexleft {
			width: 290px;
			/*height: 400px;*/
			margin-right: 40px;
		}
			.mailmaga_flexleft img {
				width: 100%;
			}
		.mailmaga_flexright {
			flex: 1;
			text-align: left;
		}

/*kukancap*/
	.kukan_flexwrap {
		display: flex!important;
		flex-wrap: wrap;
		flex-direction: row;
		margin-top: 0px;
	}
		.kukan_flexleft {
			flex: 1;
		}
		.kukan_flexright {
			width: 100px;
			text-align: right;
			margin-left: 50px;
		}
			.kukan_flexright img {
				width: 100%;
			}

/*バナー*/
.banner_wrap {
  width: 100%;
  height: 250px;
  margin: 20px auto 0;
  overflow: hidden;
}
.banner_wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
/*PRバナー*/
.bannerpr_wrap {
  width: 100%;
  height: auto;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}
.bannerpr_wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.bannerpr_button {
  /*position: absolute;*/
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.bannerpr_button a {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}
.bannerpr_button a:hover {
  background-color: #910A2D;
  text-decoration: none;
}
.entame_sidepr {
  width: 250px;
  margin: 0px 0px 20px 0px;
}
.entame_sidepr img {
  width: 250px;
  height: auto;
}
/*202407:ページング*/
.pageTitle {
  font-family: "Oswald", sans-serif;
  font-size: 250%;
  padding: 20px 0 40px 0;
}
.pageTitle span {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #333333;
  margin: -5px 0 0px 15px;
  padding: 0 0 0 15px;
  vertical-align: middle;
  font-family: "游ゴシック";
}
.pager {
  display: flex;
  list-style: none;
}
.count {
  font-size: 14px;
}
.newses-pager-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.newses-pager-wrapper .link a {
  line-height: 44px;
  display: inline-block;
}
.newses-pager span {
  display: block;
  border: 1px solid #666666;
  border-radius: 20px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 3px;
  font-size: 14px;
}
.newses-pager span.current {
  background: #333333;
  color: #ffffff;
}
.newses-pager span a {
  display: block;
  width: 32px;
  height: 32px;
  color: #666666;
}
.newses-pager span a:hover {
  background: #f5f5f5;
  text-decoration: none;
  border-radius: 20px;
}
.dots {
  border: none !important;
}
@media print, screen and (max-width: 750px) {
  .pageTitle {
    font-size: 220%;
  }
  .pageTitle span {
    display: block;
    border-left: none;
    margin: 0;
    padding: 0;
  }
	.newses-pager {
		margin: 0 0 40px 0;
	}
.newses-pager span {
  display: block;
  border: 1px solid #666666;
  border-radius: 20px;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 3px;
  font-size: 13px;
}	
.newses-pager span a {
	width: 28px;
	height: 28px;
}	
	.newses-pager-wrapper .link a {
line-height: 38px;

	}
}
@media print, screen and (max-width: 1000px) {
  /*============　記事枠　===========*/
  #kiji_waku {}
  .kiji_flexwrap {
    display: flex;
    flex-direction: column;
  }
  .kiji_flexleft {
    background-color: #fff;
    position: relative;
    flex: 1;
    padding: 40px 20px;
    text-align: left;
  }
  .kiji_flexright {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .author_space {
    padding-left: 0px;
    display: block;
  }
  /*============　記事フッター　===========*/
  #columnfooter_block ul li {
    width: 48%;
  }
  /*============　ライトナビ（サイドナビ）　===========*/
  .sticky {
    position: static;
    top: 100px;
    width: 100%;
    box-sizing: border-box;
  }
}
/***************************************************************************************************************
       　　　　　　　　　　　　　　　　　　　　　 下層ページ
****************************************************************************************************************/
/*==============================　下層ページ（コラム（基本））　==============================*/
/* プルダウン */
.secoudpulldown {
  padding-top: 20px;
}
/* パンくず */
.breadcrumbs_bg {
  /*border-bottom: 1px solid #d9d7cd;
	background-color:rgba(255,255,255,1.00);*/
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.breadcrumbs {
  font-size: 14px;
  width: 100%;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
}
.breadcrumbs li {
  float: left;
  list-style: none;
}
.breadcrumbs li:after {
  content: ">";
  margin: 10px;
}
.breadcrumbs li:last-child:after {
  content: none;
}
@media print, screen and (max-width: 750px) {
  /*ボックス枠線*/
  .breadcrumbs {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
  }
  .main_wrap {
    width: 100% !important;
  }
  .main_left {
    width: 100% !important;
    float: left;
  }
  .main_right {
    width: 100% !important;
    float: right;
  }
  .column_1000waku {
    width: 100% !important;
  }
}
/* アイコン　メディアリンク */
#news_topbox_media {
  /*width: 250px;*/
  float: right;
  margin-top: 10px;
}
#news_googlep {
  float: left;
  width: 60px !important;
}
#news_twitter {
  float: left;
  margin-right: 10px;
}
#news_facebook {
  float: left;
  margin-right: 10px;
  margin-top: -4px;
}
/****************************************
          ヘッダー
*****************************************/
#header_bar {
  width: 100%;
  background-color: #fff;
  height: 120px;
  z-index: 99999;
}
#header_titlebar {
  width: 1000px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999;
}
#header_bar .header_rogowaku {
  float: left;
}
#header_bar h1 {
  /*height:80px;*/
  color: #333;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 30px 0 0 0 !important;
  font-size: 12px;
  /*width:600px;*/
  /*float:left;*/
  /*background-color: #fff !important;*/
  background-color: none !important;
}
#header_bar .header_rogo {
  /*float:left;*/
  background-color: none !important;
  margin-top: 10px !important;
}
#header_bar .header_rogo img {
  height: 40px;
  width: auto;
  /*margin-top:20px;
				margin-right:10px;*/
}
#header_bar .header_snsarea {
  margin-top: 50px;
  float: right;
}
#header_bar .header_images {
  float: right;
  /*margin-top: -37px;*/
  font-size: 30px;
}
#header_bar .header_images .header_fb {
  float: left;
}
#header_bar .header_images .header_fb a {
  color: #3B5998;
}
#header_bar .header_images .header_fb a:hover {
  text-decoration: none;
}
#header_bar .header_images .header_tw {
  float: left;
  margin-left: 10px;
}
#header_bar .header_images .header_tw a {
  color: #00B6F1;
}
#header_bar .header_images .header_tw a:hover {
  text-decoration: none;
}
#header_bar .header_images .header_insta {
  float: left;
  margin-left: 10px;
}
#header_bar .header_images .header_insta a {
  color: #EA204B;
}
#header_bar .header_images .header_insta a:hover {
  text-decoration: none;
}
/* カテゴリリスト */
.categorylist_wrap {
  width: 100%;
  height: 50px;
  background-color: #fcfcfc;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
.categorylist {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}
.categorylist ul {
  padding: 15px 0 15px 0;
  height: 20px;
  font-size: 14px;
}
.categorylist li {
  float: left;
  /*width:20%;*/
  text-align: center;
  margin-right: 40px;
}
/* タイトル */
.titlearea_wrap {
  width: 100%;
  height: 50px;
  background-color: #F8F8F8;
}
.titlearea {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}
.titlearea_text {
  padding-top: 20px;
  font-size: 34px;
  color: #333;
  text-align: center;
}
.titlearea_text a {
  color: #666;
}
/*---- スマイリングメニュー ----*/
/* サブメニュー */
#submenu_obi {
  width: 100%;
  height: 40px;
  background-color: #333;
  display: block;
  color: #fff;
}
.submenu {
  display: block;
  width: 1010px;
  height: 40px;
  margin: 0 auto;
  padding: 0 10px;
}
.submenu li {
  position: relative;
  list-style: none;
  float: left;
  width: 14.2%;
}
.submenu li a {
  display: block;
  /*width: 130px;*/
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  text-decoration: none !important;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 14px 20px 10px;
}
.submenu > li:hover > a { /*layer-1*/
  color: #fff;
  background: #CC3335;
  text-decoration: none;
}
.submenu > li li:hover > a { /*layer-2*/
  color: #fff;
  background: #CC3335;
  text-decoration: none;
}
/*子メニュー*/
.submenu li ul {
  position: absolute;
  font-size: 12px;
  width: 200px;
  /*left: -80px;*/
  z-index: 9999;
}
.submenu li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  /*left: -40px;*/
  /*background: #DFDFDF;*/
  background: rgba(0, 0, 0, 0.8);
  width: 300px;
  color: #fff;
}
.submenu li ul li a {
  width: 300px;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
  color: #fff;
}
.submenu li:hover > ul > li {
  overflow: visible;
  height: 40px;
  color: #333;
}
@media print {
  #header_wrap {
    display: none !important;
  }
  #header_guestarea_sumairing {
    display: none !important;
  }
  .breadcrumbs_bg {
    display: none !important;
  }
  #submenu_obi {
    display: none !important;
  }
  .headerSearchCont {
    display: none !important;
  }
  .snsbox {
    display: none !important;
  }
  .pagetop {
    display: none !important;
  }
  .dl-trigger {
    display: none !important;
  }
  .main_right {
    display: none !important;
  }
  #footer_link_wrap {
    display: none !important;
  }
  .taglink {
    display: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/****************************************
          メイン（一覧）
*****************************************/
/* カタログエリア */
.main_left ul li {
  float: left;
  width: 225px;
  background-color: #fff;
  border: 0px #ddd solid;
  margin: 0px 7px 7px 0px;
  padding: 8px;
  /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);*/
}
.column_thum {
  border: 0px solid #efefef;
  width: 225px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
  /*box-shadow:0 0 0 1px #efefef inset;*/
}
.column_thum img {
  width: 225px;
  height: auto;
}
.column_title {
  padding: 0px 4px 0px 4px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  margin: 0px !important;
  font-family: "游ゴシック";
  font-weight: bold;
  color: #333;
}
.column_desp {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  height: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
  color: #666;
}
.column_category {
  padding: 0px 4px 0px 4px;
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  color: #666;
  margin-bottom: 10px;
}
.column_category a {}
.column_category:hover {
  text-decoration: underline;
}
.kennavi_category {
  padding: 0px 4px 0px 4px;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  color: #666;
  margin-bottom: 10px;
}
.kennavi_category a {}
.kennavi_category:hover {
  text-decoration: underline;
}
/* viewmore */
.viewmore {
  display: inline-block;
  padding: 10px 30px;
  color: #FFF;
  text-align: center;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: .1rem;
  margin-top: 60px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #212121;
  border-radius: 4px;
  border: 1px solid #212121;
  cursor: pointer;
  box-sizing: border-box;
}
.viewmore:hover, .viewmore:hover {
  color: #FFF;
  background-color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
.pagenation_noclick {
  border: 1px solid #CECECE;
  font-size: 30px;
  margin: 0 3px;
  padding: 3px 7px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ccc;
  background: #fff;
}
.pagenation a {
  border: 1px solid #CECECE;
  font-size: 30px;
  margin: 0 3px;
  padding: 3px 7px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #666666;
  background: #fff;
}
.pagenation .active a, .pagenation a:hover {
  border: solid 1px #666666;
  color: #FFFFFF;
  background: #3399FF;
}
/*==============================　下層ページ（コラム）　==============================*/
/* わく*/
.typebg_column {
  background-color: #cecece !important;
}


/* 共通タイトル */
.commontitle_wrap {
	margin-top: 0.2em;
	margin-bottom: 1.0em;
}
	.commontitle_en {
		font-size: 1.4em;
		text-align: center;
		/*font-family: 'Open Sans', sans-serif;*/
		font-weight: 600;
		color: #333;
	}
	.commontitle_jp {
		font-size: 0.8em;
		text-align: center;
		/*font-family: 'Noto Sans JP', sans-serif;*/
		font-weight: 600;
		color: #333;
		line-height: 1.0;
	}

/* 執筆者 */
.author_waku {
  padding: 6px 0 10px;
  font-size: 16px;
  color: #999;
  height: 20px;
	margin-top: 2.0em;
	/*margin-bottom: 20px !important;*/
}
.author_waku ul {
  justify-content: flex-start !important;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.author_waku ul li {
  float: left;
  margin-right: 10px !important;
  width: auto;
  box-shadow: none;
  padding: 0;
}

/* h1タイトル */
.h1title {
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
    font-weight: 500;
	text-align: left;
	margin-top: 0.2em;
}
/* グループタグ */
.grouptag {
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	line-height: 1.0;
	padding: 4px 10px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	/*margin-top: -10px;*/
}
	.grouptag a {
		text-decoration: none;
		color: #333;
	}
/* SNS */
.snsbox {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
	.snsbox ul li {
	  width: 22.5% !important;
	  /*height: 50px!important;*/
	  float: left;
	  margin-right: 4px;
	  width: auto;
	  box-shadow: none;
	  padding: 0 1%;
	  text-align: center;
	  background-color: none;
	  border-radius: 4px;
	}
	.snsbox ul li:last-child {
	  margin-right: 0px;
	  color: #fff;
	}
	.snsbox ul li a {
	  display: block !important;
	  text-decoration: none !important;
	  color: #fff;
	  padding: 10px 0;
	}
	.sns_br {
	  display: none;
	}
	.bg_fb {
	  background-color: #3b5998 !important;
	}
	.bg_tw {
	  background-color: #55acee !important;
	}
	.bg_hb {
	  background-color: #008fde !important;
	}
	.bg_po {
	  background-color: #ed4055 !important;
	}
	.fab {
	  font-family: "Font Awesome 5 Brands";
	}
	.fa-facebook-f {
	  content: "\f39e";
	  padding-right: 4px;
	}
	.fa-twitter {
	  content: "\f099";
	  padding-right: 4px;
	}
	.fa-hatena:before {
	  content: "B!";
	  font-family: Verdana;
	  font-weight: bold;
	  padding-right: 4px;
	}
	.fa-get-pocket {
	  content: "\f265";
	  padding-right: 4px;
	}

.sns_flexwrap {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 40px;
    align-items: center;
}
	.sns_flexitem {
		height: 40px;
		width: auto;
		margin-left: 10px;
		display: flex;
		align-items: center;
	}
		.sns_flexitem a {
			height: 40px;
		}
		.sns_x{
			height: 34px!important;
		}
			.sns_flexitem a img {
				width: auto;
				height: 100%;
			}
			.sns_share{
				display: inline-block;
				font-size: 0.8em;
				height: 20px;		
			}


/* カタログエリア */
.main_desc {
  float: left;
  /*width:702px;*/
  width: 720px !important;
  background-color: #fff;
  border: 0px #ddd solid;
  margin: 0px 7px 7px 0px;
  /*padding:20px;*/
  /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);*/
}
/* ページタイトル （h1）*/
.desc_title {
  font-size: 26px;
  line-height: 36px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  /*margin-top:20px;*/
  /*margin-bottom:20px;*/
  font-family: "游ゴシック";
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: bold;
  color: #333;
}
.desc_title_for_arc {
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
  font-weight: 500;
  margin: 40px 0 30px;
}
/* 大見出し（h2） */
.desc_midashi {
  font-size: 1.4rem;
  /*line-height: 1.3rem;*/
  padding: 14px 10px 12px 20px;
  background: #333;
  color: #FFF;
  margin: 40px 0 6px;
  font-weight: 600;
  position: relative;
  border: none;
  display: block;
  text-align: left;
}
.desc_midashi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0px 0px 16px 16px;
  border-style: solid;
  border-color: #FFF #666 #666 #FFF;
  background: #333;
  display: block;
  width: 0;
}
.desc_midashi_column {
  font-size: 1.2rem;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
  position: relative;
  border: none;
  display: block;
}
/* 小見出し（h3） */
.desc_midashi_s {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  padding-left: 0.8em;
  border-left: 14px solid #333;
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* 小見出し（h4） */
.desc_midashi_ss {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0;
  border-left: 2px solid #333;
  padding-left: 0.8em;
}
.desc_cate_sns {
  width: 100%;
}
.desc_titleline {
  font-size: 14rem;
  margin: 0 0;
  height: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #E6E6E6;
}
/* テキスト */
.desc_text {
  font-size: 16px;
  line-height: 1.85em;
  text-align: left;
  color: #666;
  letter-spacing: .02em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.desc_text a {
  color: #274496;
  text-decoration: none;
}
.desc_text a:hover {
  text-decoration: underline;
}
.desc_text_cap {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #999;
  /*padding-top: 1em;*/
  padding-bottom: 1em;
}
.desc_text_sansyo {
  font-size: 16px;
  text-align: left;
  color: #999;
  padding-top: 0.6em;
  padding-bottom: 2em;
}
.desc_text_buzz {
  font-size: 16px;
  line-height: 1.85em;
  text-align: left;
  color: #666;
  letter-spacing: .02em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.focus_text {
  color: #CC3335;
  font-weight: bold;
}
.focus_twitter {
  background-color: #efefef;
  padding: 1.4em !important;
}
.focus_twitter_stxt {
	background-color: #efefef;
	padding: 1.4em !important;
	font-size: 0.8em;
	margin-top: 0.5em;
}

.focus_look {
  background-color: #f8f9ff;
  padding: 1.4em !important;
  border: dashed 1px #4865b2;
}
.focus_twitter table {
  width: 100%;
}
table.desc_table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 1px;
  line-height: 1.2;
  font-size: 12px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  text-align: center;
}
table.desc_table tbody tr th {
  padding: 6px;
  vertical-align: middle;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #B7DEB3;
}
table.desc_table tbody tr td {
  padding: 4px;
  vertical-align: middle;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
}
table.desc_table02 {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 1px;
  line-height: 1.2;
  font-size: 12px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  text-align: center;
}
table.desc_table02 tbody tr th {
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #B7DEB3;
}
table.desc_table02 tbody tr td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
}
/* ボタン */
.showroom_buttonwrap {
  width: 100%;
  text-align: center;
}
.showroom_button {
  display: inline-block;
  width: 60%;
  margin: 0 auto;
  padding: 16px 0px;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  background: #333;
}
.showroom_button:hover {
  background: #910A2D;
  transition: 1.0s;
}
/* 写真 */
.photo_flexwrap {
  margin-top: 2px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo_flexwrap::before {
  content: "";
  display: block;
  width: 49%;
  height: 0;
  order: 1;
}
.photo_flexwrap::after {
  content: "";
  display: block;
  width: 49%;
  height: 0;
}
.photo2_flexitem {
  position: relative;
  margin-bottom: 1%;
  width: 49%;
}
.photo2_flexitem img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.photo3_flexwrap {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo3_flexwrap::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}
.photo3_flexwrap::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.photo3_flexitem {
  position: relative;
  margin-bottom: 1%;
  width: 32%;
}
.photo3_flexitem img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.photo4_flexwrap {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo4_flexwrap::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.photo4_flexwrap::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.photo4_flexitem {
	position: relative;
	width: 24%;
	height: 170px;
	margin-bottom: 1%;
}
.photo4_flexitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*ボックス枠線*/
.ib_border {
  border: 1px solid #E6E6E6;
  padding: 1em 2em;
  font-size: 16px;
  margin-bottom: 3em;
}
.ib_border a {
  text-decoration: none !important;
}
.mokuji_titele {
  text-align: center;
  width: 100%;
  padding-bottom: 1em;
}
.mokuji_txt {
  padding-top: 0.5em;
}

.taglink {
  padding-top: 0.5em;
}
.taglink li {
  padding: 0.5em 1em !important;
  width: inherit !important;
  background-color: #efefef !important;
  color: #333;
  margin: 0px 7px 7px 0px;
  box-shadow: 0 0 0 #fff !important;
  border-radius: 10px;
  font-size: 0.8em;
  display: inline-block;
}
/* 写真 */
.desc_photo {
  width: 100%;
  margin-top: 1em;
}
.desc_photo img {
  width: 100%;
  height: auto;
}
.mokuji_indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.mokuji_indent2 {
  padding-left: -2em !important;
  text-indent: 2em !important;
}
/* youtube動画 */
.desc_movie {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 1rem;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* box */
.desc_box {
  display: flex;
  flex-flow: column;
  background-color: #e9e5d7;
  border-radius: 2%;
  margin: 1vw;
  padding: 1vw;
}
.desc_box-wrap {
  display: flex;
  flex-direction: row;
  margin: 1vw;
}
.catalog {
  width: 50%;
  margin-right: 40px;
}
.catalog img {
  width: 100%;
}
.desc_box-text {
  width: 50%;
}
.strong {
  color: #D10A29;
  font-size: 20px;
  font-weight: 600;
}
/* 特設ボタン */
.columnbtn_button {
  /*position: absolute;*/
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  bottom: 30px;
  box-sizing: border-box;
}
.columnbtn_button a {
  width: 100%;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 20px;
  box-sizing: border-box;
  background-color: #111;
  color: #fff;
}
.columnbtn_button a:hover {
  background-color: #910A2D;
  text-decoration: none;
}
.desc_pdf-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 32px 0;
}
.desc_pdf_content {
  width: calc(40% - 10px);
  height: auto;
  object-fit: cover;
}
.desc_pdf_content img {
  width: 100%;
}
.desc_pdf_content p {
  text-align: center;
  margin: 10px 0;
}
.desc_btn {
  width: 70%;
  height: auto;
  display: block;
  background-color: #cc3335;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
.desc_btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #a5191b;
}


/*.specklist {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap!important;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
}
	.specklist dt{
		width: calc(50% - 200px);
		background-color: #c0ddff;
		margin-bottom: 10px;
		padding: 10px;
	}
	.specklist dd{
		width: calc(50% + 200px);
		margin: 0;
		background-color: #e5f1ff;
		margin-bottom: 10px;
		padding: 10px;
	}*/

.specklist{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch;
    width: 100% !important;
    flex-direction: row;
}
	dl.specklist dt{
		padding: 5px;
		width: 100px;
		border-bottom: 1px solid #eee;
		font-weight: 600;
	}
	dl.specklist dd{
		padding: 5px;
		width: calc(100% - 130px) !important;
		margin-left: 0;
		flex: none;
    border-bottom: 1px solid #eee;
	}

@media print, screen and (max-width: 750px) {
  #sp_headerSearch_Box {
    padding: 60px 0 20px !important;
  }
	
/* h1タイトル */
.h1title {
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
    font-weight: 500;
	text-align: left;
}

	
	/* h1 */
  .desc_title {
    font-size: 21px;
    font-family: 'Noto Sans JP', sans-serif;
  }
	/* h2 */
  .desc_midashi {
	 font-size: 1.2rem;
  }
	/* h3 */
	.desc_midashi_s {
		font-size: 1.1rem;
	}
	
  /* 執筆者 */
  .author_waku {
    padding: 6px 0 10px !important;
    font-size: 14px;
    height: 18px;
    color: #999;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .author_waku ul {
    justify-content: flex-start !important;
  }
  .author_waku ul li {
    float: left !important;
    margin-right: 2px !important;
    box-shadow: none !important;
    padding: 0;
    width: auto !important;
    padding: 2px !important;
  }
  /* SNS */
  .snsbox {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .snsbox ul {
    display: flex;
    flex-wrap: nowrap !important;
    //justify-content: space-between !important;
	  justify-content: center;
  }
  .snsbox ul li {
    /*max-width: 70px!important;*/
    /*height: 50px!important;*/
    /*float: left;*/
    margin-right: 0px;
    width: 20% !important;
    box-shadow: none !important;
    padding: 0 1%;
    text-align: center;
    background-color: none;
    border-radius: 4px;
  }
  .snsbox ul li:last-child {
    margin-right: 0px;
    color: #fff;
  }
  .snsbox ul li a {
    display: block !important;
    text-decoration: none !important;
    color: #fff;
    padding: 4px 0;
  }
  .sns_br {
    display: block !important;
  }
  /* 写真 */
  .photo2_flexitem {
    position: relative;
    margin-bottom: 1%;
    width: 49%;
  }
  .photo2_flexitem img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .photo3_flexitem img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  /*ボックス枠線*/
  .ib_border {
    border: 1px solid #E6E6E6;
    padding: 20px 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .ib_border a {
    text-decoration: none !important;
  }
  .mokuji_txt {
    padding-left: 2em;
    text-indent: -2em;
  }
  /* カタログエリア */
  .main_desc {
    padding: 20px;
    width: auto !important;
  }
  .main_left ul li {
    float: left;
    width: 45%;
    background-color: #fff;
    border: 0px #ddd solid;
    margin: 0px 7px 7px 0px;
    padding: 8px;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);*/
  }
  .column_thum {
    border: 0px solid #efefef;
    width: 225px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 10px;
    /*box-shadow:0 0 0 1px #efefef inset;*/
  }
  /* サブメニュー */
  #submenu_obi {
    display: none;
  }
  .submenu {
    width: 100%;
  }
  .catalog {
    margin-right: 0;
  }
  .desc_box-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw;
    padding: 1rem;
    flex-flow: column;
  }
  .desc_box-text {
    width: 90%;
  }
}
/*=======================　プロフィールページ　======================*/
.writer_wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.00) !important;
  padding: 0 !important;
}
/*プロフィールタイトル*/
.writer_profile {
  background-color: #fff;
  position: relative;
  /*flex: 1;*/
  padding: 2em 2em;
  text-align: left;
}
.writer_wrap .writer_profile .desc_text {
  padding-top: 0 !important;
}
.writer_phototitle_flexwrap {
  padding: 10px 0 20px 0;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.writer_phototitle_flexleft {
  width: 100px;
  height: 100px;
}
.writer_phototitle_flexleft img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.writer_phototitle_flexright {
  flex: 1;
  margin-left: 20px;
}
.phototitle_title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.phototitle_text {
  font-size: 14px;
  padding-top: 6px;
}
/*執筆記事*/
.writer_kijilist {
  position: relative;
  flex: 1;
  text-align: left;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.00) !important;
}
.writer_kijilist .midashi_flexwrap::before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}
.writer_kijilist .midashi_flexwrap::after {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}
.writer_kijilist .midashi_flexwrap .midashi_flexitem {
  width: 32% !important;
}
@media print, screen and (max-width: 750px) {
  .writer_kijilist .midashi_flexwrap .midashi_flexitem {
    width: 49% !important;
  }
}
/*=======================　ライター一覧ページ　======================*/
/*　ライター一覧タイトル　*/
.writers_titlewrap {
  background-color: #fff;
  position: relative;
  padding: 20px 40px;
  text-align: left;
}
.writers_title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.writers_text {
  font-size: 14px;
  padding-top: 6px;
}
/*　ライター一覧　*/
.writers_list {
  position: relative;
  flex: 1;
  text-align: left;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.00) !important;
}
.writers_list .midashi_flexwrap::before {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}
.writers_list .midashi_flexwrap::after {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}
.writers_list .midashi_flexwrap .midashi_flexitem {
  width: 32% !important;
}
.writers_thum {
  height: 200px;
  overflow: hidden;
}
.writers_thum img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.writers_thum:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.writers_txtbox {
  padding: 20px 20px;
}
.writers_license {
  font-size: 12px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  color: #666;
}
.writers_license a {}
.writers_license:hover {
  text-decoration: underline;
}
.writers_name {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  margin: 0px !important;
  font-family: "游ゴシック";
  font-weight: bold;
  color: #333;
}
.writers_message {
  position: relative;
  padding-top: 10px;
  font-size: 12px;
  height: 80px;
  text-align: left;
  overflow: hidden;
  color: #666;
}
.writers_message::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 80px;
  width: 100%;
}
@media print, screen and (max-width: 750px) {
  .writers_list .midashi_flexwrap .midashi_flexitem {
    width: 49% !important;
  }
}
.architect_flexright {
  width: 100% !important;
}
.architect_flexright {
  flex-wrap: wrap !important;
}
.architectbtn_flexleft {
  width: calc(50% - 2px) !important;
}
.architectbtn_flexright {
	width: calc(50% - 2px)!important;
}
/*==============================　下層ページ（ライター募集）　==============================*/
.recruit_wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
}
.recruit_mainwrap {
  max-width: 900px;
  text-align: left;
  margin: 0 auto;
}
.recruit_mainwrap .desc_title {
  text-align: center !important;
}
.recruit_midashi {
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding: 14px 10px 12px 20px;
  background: #333;
  color: #FFF;
  margin: 40px 0 6px;
  font-weight: 600;
  position: relative;
  border: none;
  border-radius: 10px;
  display: block;
  text-align: left;
}
/*==============================　下層ページ（設計士インタビュー）　==============================*/
/* わく*/
.typebg_arch {
  background-color: #cecece !important;
}
/* ページタイトル （h1）*/
.arch_title {
  font-size: 26px;
  line-height: 36px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  font-family: "游ゴシック";
  font-weight: bold;
  color: #333;
}
/* 　インデント　*/
.indent_one {
  padding-left: 1em !important;
  text-indent: -1em !important;
}
.indent_two {
  padding-left: 2em !important;
  text-indent: -2em !important;
}
/* 大見出し（h2） */
.arch_midashi {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 40px 0 6px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
  font-weight: 500;
}
/*	.arch_midashi::before {
		display: inline-block;
		width: 15px;
		height: 3px;
		margin-right: 10px;
		content: "";
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
		vertical-align: middle;
		background-color: #CC3335;
	}*/
/* 小見出し（h3） */
.arch_midashi_s {
  font-size: 1.0em;
  font-weight: 600;
  text-align: left;
  margin-top: 2.0em;
  margin-bottom: -1em;
}
/* 小見出し（h4） */
.arch_midashi_ss {
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
}

/* プロフィール */
.architect_flexwrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 20px auto;
}
	.architect_flexleft {
	  width: 240px;
	  margin-right: 20px;
	}
		.architect_flexleft img {
		  width: 100%;
		  height: auto;
		}
		.usetool_wrap {
			width: 100%;
			margin-top: 2em;
		}
		.usetool_title {
			width: 100%;
			display: inline-block;
			font-size: 1.2em;
			font-weight: 600;
			margin-top: 0.8em;
			padding-bottom: 0.5em;
			/*border-bottom: 1px solid #ccc;*/
		}
		.usetool_photo {
			width: 100%;
			height: auto;
			/*margin-top: 1em;*/
			position: relative;
		}
		.usetool_photo img {
			width: 100%;
		}
		.usetool_txt {
			width: 100%;
			display: inline-block;
			line-height: 1.6;
			margin-top: -8px;
		}
			.usetool_tb {
				width: 100%;
				border-collapse: collapse;
			}
				.usetool_tb tr:nth-child(1) {
					border-top: 1px solid #000;
					/*vertical-align: top;*/
				}
				.usetool_tb tr:nth-child(3n) {
					border-bottom: 1px solid #000;
					/*vertical-align: top;*/
				}
				.usetool_tb tr {
					border-bottom: 1px solid #ccc;
					/*vertical-align: top;*/
				}
					.usetool_tb tr th {
						width: 100%;
						padding: 0.8em 0 0;
						text-align: left;
						display: block;
						font-weight: 600;
						margin-right: 0;
						font-size: 0.8em;
					}
					.usetool_tb tr td {
						padding: 0.1em 0 0.8em;
						text-align: left;
						display: block;
						font-size: 1em;
						font-weight: 500;
					}

@media(min-width:1000px) {
					.usetool_tb tr th {
						width: 20%;
						padding: 0.5em 0;
						text-align: left;
						display: table-cell;
						margin-right: 60px;
						font-size: 1em;
					}
					.usetool_tb tr td {
						padding: 0.5em 0;
						text-align: left;
						display: table-cell;
						font-size: 1em;
					}
}



	.architect_flexright {
	  flex: 1;
	  text-align: left;
	}
		.architect_company {
		  font-size: 1.0em;
		  font-weight: 600;
		}
		.architect_name {
		  padding-top: 2px;
		  font-size: 1.0em;
		  font-weight: 600;
		}
		.architect_license {
		  padding-top: 10px;
		  font-size: 0.8em;
		  font-weight: 500;
			text-align: left;
		}
		.architect_address {
		  padding-top: 10px;
		  font-size: 0.8em;
		  font-weight: 500;
		}
		.architect_tel {
		  padding-top: 2px;
		  font-size: 0.8em;
		  font-weight: 500;
		}
		.architect_desc {
		  padding-top: 10px;
		  font-size: 0.8em;
		  font-weight: 500;
		}
		.architect_hp {
		  padding-top: 10px;
		  font-size: 14px;
		  font-weight: 500;
		}
		.architect_contact {
		  margin-top: 20px;
		  font-size: 14px;
		  font-weight: 600;
		}
		.architect_contact a {
		  text-align: center;
		  border-radius: 4px;
		  display: inline-block;
		  padding: 10px 20px;
		  box-sizing: border-box;
		  background-color: #111;
		  color: #fff;
		}
/* コンタクトボタン */
.architectbtn_flexwrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	box-sizing: border-box;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.architectbtn_flexleft {
	  margin-right: 0px;
	}
	.architectbtn_flexright {
	  text-align: left;
	}
		.architectbtn_button {
		  /*position: absolute;*/
		  margin-top: 4px;
		  font-size: 16px;
		  font-weight: 600;
		  width: 100%;
		  bottom: 30px;
		  box-sizing: border-box;
		}
		.architectbtn_button a {
		  width: 100%;
		  text-align: center;
		  border-radius: 4px;
		  display: inline-block;
		  padding: 6px 20px;
		  box-sizing: border-box;
		  background-color: #111;
		  color: #fff;
		}
		.architectbtn_button a:hover {
		  background-color: #910A2D;
		  text-decoration: none;
		}

@media print, screen and (max-width: 750px) {
  .architect_flexwrap {
    flex-direction: column;
  }
  .architect_flexleft {
    width: 100%;
    margin-right: 20px;
  }
}

@media(max-width:550px) {
	.architectbtn_flexwrap {
		flex-wrap: wrap;
	}
}







/*==============================　下層ページ（メーカーインタビュー）　==============================*/
/* わく*/
.typebg_maker {
  background-color: #cecece !important;
}
/* ページタイトル （h1）*/
#manufacturer .desc_title {
  text-align: left;
  color: #333;
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
  font-weight: 600;
  margin: 40px 0 30px;
}
/* 大見出し（h2） */
#manufacturer h2 {
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #333;
  margin: 4rem 0 2rem;
  padding: 0;
  font-weight: 600;
  border: none;
  display: block;
  text-align: left;
  background: none;
}
.desc_midashi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0;
  border-style: solid;
  border-color: none;
  background: none;
  display: block;
  width: 0;
}
/* 小見出し（h3） */
#manufacturer h3 {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: left;
  padding-left: 0.8em;
  border-left: 8px solid #333;
  margin: 1rem 0 1rem;
}
/* 小見出し（h4） */
#manufacturer h4 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* テキスト */
#manufacturer .desc_text {
  font-size: 16px;
  line-height: 1.85em;
  text-align: left;
  color: #666;
  letter-spacing: .02em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.desc_text a {
  color: #274496;
  text-decoration: none;
}
.desc_text a:hover {
  text-decoration: underline;
}
#manufacturer .name {
  font-weight: bold;
  color: #333;
}
.photo_cap {
  padding-top: 6px;
  color: #666;
  font-size: 14px;
}
/* 写真 */
#manufacturer .photo_flexwrap {
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#manufacturer .photo2_flexitem {
  position: relative;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 49%;
}
#manufacturer .photo2_flexitem img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#manufacturer .photo3_flexitem {
  position: relative;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 49%;
}
#manufacturer .photo3_flexitem img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#manufacturer .photo_cap {
  padding-top: 6px;
  line-height: 1.4;
  font-size: 12px;
}
/* プロフィール */
.aboutmaker_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#aboutmaker {
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 2em;
	box-sizing: inherit;
}
	.aboutmaker_flexwrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
		#aboutmaker .aboutmaker_flexleft {
			width: 300px;
			height: 400px;
			margin-right: 40px;
		}
			#aboutmaker .aboutmaker_flexleft img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		#aboutmaker .aboutmaker_flexleft_s {
			width: 220px;
			height: 250px;
			margin-right: 40px;
		}
			#aboutmaker .aboutmaker_flexleft_s img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		#aboutmaker .aboutmaker_flexright {
			flex: 1;
			text-align: left;
		}
			#aboutmaker .aboutmaker_flexright dl {
				margin: 0;
				padding: 0;
			}
			#aboutmaker .aboutmaker_flexright dd {
				margin: 0;
				padding: 0;
			}
			#aboutmaker .maker_title {
				font-size: 20px;
				font-weight: 600;
				line-height: 1.4;
				padding: 5px 0;
				border-bottom: none !important;
				color: #000;
				margin: 0 0px 1em;
			}
			#aboutmaker .p_makername {
				font-size: 1.0em;
				padding: 0;
				color: #333;
				font-weight: 600;
				margin-bottom: 0.4em!important;
			}
			#aboutmaker .p_name {
				font-size: 1.4em;
				padding: 0 0 10px;
				display: inline-block;
			}
			#aboutmaker .p_text {
				font-size: 0.8em;
				line-height: 1.4;
				padding: 0.2em 0 0 !important;
				color: #333;
				display: block;
			}
		#aboutmaker .prof_text {
			font-size: 14px;
			padding-top: 1em;
			color: #333;
		}

/*外部リンクボタン*/
.makerproduct_button {
	/*position: absolute;*/
	margin-top: 20px;
	font-size: 0.9em;
	font-weight: 500;
	width: 100%;
	bottom: 30px;
	box-sizing: border-box;
}
	.makerproduct_button a {
		width: 100%;
		text-align: center;
		border-radius: 4px;
		display: inline-block;
		padding: 12px 20px;
		box-sizing: border-box;
		background-color: #111;
		color: #fff;
	}
	.makerproduct_button a:hover {
		background-color: #910A2D;
		text-decoration: none;
	}


.desc_text_bggray {
  background-color: #efefef;
  padding: 2em;
}
@media print, screen and (max-width: 750px) {
	.aboutmaker_wrap {
		display: block;
	}
	#aboutmaker {
		width: auto;
		width: 100%;
		box-sizing: border-box;
	}
		#aboutmaker .aboutmaker_flexleft_s {
			width: 100%;
			height: auto;
			margin-right: 0;
		}
		#story #aboutmaker {
			width: 100%!important;
			box-sizing: border-box;
		}
	#manufacturer .photo2_flexitem {
		width: 100%;
	}
}




/*==============================　下層ページ（ストーリー）　==============================*/
/* わく*/
.typebg_story {
  background-color: #cecece !important;
}
/* ページタイトル （h1）*/
#story .desc_title {
  text-align: left;
  color: #333;
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
  font-weight: 600;
  margin: 40px 0 30px;
}
/* 大見出し（h2） */
#story h2 {
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin: 4rem 0 2rem;
  padding: 0.6em 1em;
  box-sizing: border-box;
  font-weight: 600;
  border: none;
  display: block;
  text-align: left;
  background: #333;
  color: #FFF;
}
.desc_midashi:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0;
  border-style: solid;
  border-color: none;
  background: none;
  display: block;
  width: 0;
}
/* 小見出し（h3） */
#story h3 {
  font-size: 1.1em;
  font-weight: bold;
  /*line-height: 2.5rem;*/
  text-align: left;
  padding-left: 0.8em;
  border-left: 8px solid #333;
  margin: 1rem 0 1rem;
}
/* 小見出し（h4） */
#story h4 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0;
}


/* 担当者写真 */
#story #aboutmaker {
	width: 40%;
}
	#story #aboutmaker .aboutmaker_flexleft {
		width: 100%;
	}
		#story .aboutmaker_flexleft {
			width: 300px;
			height: 300px;
			margin-right: 0;
		}
			#story .aboutmaker_flexleft img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}


/* テキスト */
#story .p_makername {
	padding-top: 1em!important;
}
#story .prof_text {
	font-size: 14px;
	padding-top: 1em!important;
	color: #333;
}





#story .desc_text {
  font-size: 16px;
  line-height: 1.85em;
  text-align: left;
  color: #666;
  letter-spacing: .02em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.desc_text a {
  color: #274496;
  text-decoration: none;
}
.desc_text a:hover {
  text-decoration: underline;
}
#story .name {
  font-weight: bold;
  color: #333;
}

/* 写真 */
#story .photo_flexwrap {
  /*margin-top: 10px;*/
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#story .photo_flexwrap img {
  width: 100%;
}
#story .photo1_flexitem {
  position: relative;
  /*margin-top: 1%;*/
  /*margin-left: auto;
	margin-right: auto;*/
  /*margin-bottom: 20px;*/
  width: 100%;
}
#story .photo1_flexitem img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
#story .photo2_flexitem {
  position: relative;
  /*margin-top: 1%;*/
  /*margin-left: auto;
	margin-right: auto;*/
  /*margin-bottom: 20px;*/
  width: 49%;
}
#story .photo2_flexitem img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#story .photo3_flexitem {
  position: relative;
  /*margin-top: 1%;*/
  /*margin-left: auto;
	margin-right: auto;*/
  margin-bottom: 20px;
  width: 49%;
}
#story .photo3_flexitem img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#story .photo_cap {
  padding-top: 6px;
  line-height: 1.4;
  font-size: 12px;
}
/* プロフィール */
.profile_flexwrap {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.profile_flexleft {
  width: 240px;
  margin-right: 20px;
}
.profile_flexleft img {
  width: 100%;
  height: auto;
}
.profile_flexright {
  flex: 1;
  text-align: left;
}
.profile_name {
  font-size: 20px;
  font-weight: 600;
}
.profile_address {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 500;
}
.profile_tel {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
}
.profile_desc {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.profile_hp {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
}


/* 編集後記（写真付） */
.aftertxt_flexwrap {
	margin-top: 2px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.aftertxt_flexleft {
		position: relative;
		margin-right: 20px;
		width: 100px;
	}
		.aftertxt_flexleft img {
			width: 100%;
			height: 100px;
			object-fit: cover;
			border-radius: 50px;
		}
	.aftertxt_flexright {
		flex: 1;
		width: 100%;
	}


@media print, screen and (max-width: 750px) {
	#story .aboutmaker_flexleft {
		width: 100%;
		margin-right: 0;
	}
	#story .photo1_flexitem {
		width: 100%;
	}
	#story .photo2_flexitem {
		width: 100%;
	}
	
	/* 編集後記（写真付） */
	/*.aftertxt_flexwrap {
		flex-direction: row;
	}
		.aftertxt_flexleft {
		}
			.aftertxt_flexleft img {
			}
		.aftertxt_flexright {
			flex: 1;
			width: 100%;
		}*/
	
	
}



/*==============================　下層ページ（special）　==============================*/

/*JCDジャーナル連動*/
/*#jcdbook {
	padding-top: 140px;
	margin-top: -140px;
}*/
/*#jcdbook:before {
	content: "";
	display: block;
	height: 100px;
	margin-top: -100px;
	visibility: hidden;
}*/
#jcdbook_text {
	display: block;
	background-color: #cf2079;
	padding: 4px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.0;
	margin-bottom: 10px;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
/*#jcdbook_text::after {
  content: "";
  position: absolute;
  right: -40px;
  border-left: 20px solid;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}*/


.mb-40 {
  margin-bottom: 40px;
}
.mb-72 {
  margin-bottom: 72px;
}
.fs-14 {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-top: -4px;
  line-height: 1.5;
}
.sp {
  display: none;
}
.special_photocap_b {
	line-height: 1.4;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.special_photocap_w {
	line-height: 1.4;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.desc_title_special {
  margin: 30px 0 !important;
}
.special_flexleft {
  background-color: #fff;
  position: relative;
  flex: 1;
  padding: 40px 0;
  text-align: left;
}
.special_flexleftWrap {
  padding: 0 40px;
}
.special_focus {
  padding: 20px !important;
}
.sticky_special {
  position: sticky;
  bottom: 185px;
  width: 100%;
  ;
}
.date_wrap {
  font-size: 16px;
  color: #999;
  height: 20px;
  margin-top: 0px;
}
	.date_wrap ul li span {
	  border-bottom: 1px solid #999;
	  margin-left: 30px;
	}
		.special_midashi {
			background-color: #E4E5E9;
			border-left: 6px solid #1E1E1E;
			border-left: 10px solid #1E1E1E;
			padding: 16px 20px 16px 14px;
			letter-spacing: 0.1em;
			line-height: 1.4;
			font-size: 1.2em;
		}
		.special_submidashi {
			background-color: #fff;
			/*border-left: 18px solid #1E1E1E;*/
			border-left: 10px solid #1E1E1E;
			/*padding: 6px 20px 6px 14px;*/
			padding: 4px 20px 4px 14px;
			letter-spacing: 0.1em;
			font-size: 1.2em;
			font-weight: 600;
		}
		.special_subsubmidashi {
			background-color: #fff;
			/*border-left: 18px solid #1E1E1E;*/
			border-left: 4px solid #1E1E1E;
			/*padding: 6px 20px 6px 14px;*/
			padding: 4px 10px 4px 10px;
			letter-spacing: 0.1em;
			font-size: 1.2em;
			font-weight: 600;
		}
		.lead-title {
		  color: #666;
		  font-size: 18px;
		  font-weight: 600;
		  margin: 0 0 1em;
		}
			.sub_photo {
			  width: 100%;
			  height: auto;
			  margin-top: 1em;
			}
				.sub_photo img {
				  width: 100%;
				}

/*トピック01*/
.topic01_wrap {
  background-color: #FDEEE7;
  padding: 20px;
  margin: 6px 0 72px;
}
	.topic01_wrap p {
	  color: #666;
	}
	.topic01_title {
	  color: #1e1e1e !important;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 24px;
	  font-weight: 600;
	  margin: 0 0 24px 0;
	}
		.topic01_title i {
		  color: #E33F3F;
		  transform: rotate(-90deg);
		  margin: 0 10px 0;
		}
	.topic01_items {
	  display: flex;
	  justify-content: space-between;
	}
		.topic01_item {
		  width: calc(50% - 5px);
		}
			.topic01_item img {
			  width: 100%;
			}
		.topic01_item p {
		  margin: 0;
		}
		.topic01_item p span {
		  color: #AF6674;
		  font-weight: 600;
		}

/*トピック02*/
.topic02 {
  margin: 6px 0 52px;
}
	.topic02_banner {
	  color: #fff;
	  background-color: #60221F;
	  padding: 10px 20px;
	  font-size: 18px;
	  font-weight: 600;
	  margin: 0;
	}
	.topic02_wrap {
	  background-color: #f6f8f9;
	  padding: 20px;
	}
	.topic02_photos {
	  display: flex;
	  justify-content: space-between;
	}
	.topic02_photo-wrap {
	  width: calc(50% - 10px);
	}
		.topic02_photo-wrap img {
		  width: 100%;
		  object-fit: cover;
		}
	.topic02_text {
	  margin-bottom: 20px;
	}
	.editors-note {
	  padding: 0 20px;
	}
	.editors-note p {
	  margin-bottom: 32px;
	}

/*fancybox用*/
.fancybox_uptext_l {
	margin-top: 1.0em;
	line-height: 1.4;
	font-size: 1.4em;
	font-weight: 600;
}
.fancybox_uptext_m {
	margin-top: 0.2em;
	line-height: 1.2;
	font-size: 1.0em;
}
.fancybox_foottext_l {
	line-height: 1.4;
	font-size: 1.0em;
	font-weight: 600;
}
.fancybox_foottext_m {
	line-height: 1.2;
	font-size: 0.8em;
}
.fancybox_foottext_s {
	line-height: 1.2;
	font-size: 0.8em;
}

.syorei .photo2_flexitem{
	margin-top: 0.8em;
}



/*他記事へ内部リンク*/
.articles_otherlink_pretxt {
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.4;
}
.articles_otherlink_flexwrap {
  position: relative;
  border: 1px solid #ccc;
  display: flex;
  margin: 20px 0 20px;
  padding: 20px;
  flex-direction: row;
}
.articles_otherlink_flexwrap:hover {
  background-color: #ededed;
}
.articles_otherlink_flexwrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.articles_otherlink_flexleft {
  line-height: 1;
  width: 200px;
  margin-right: 20px;
}
.articles_otherlink_flexleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles_otherlink_flexright {
  position: relative;
  margin-top: 0;
  line-height: 1;
  flex: 1;
}
.articles_otherlink_midashi {
  display: block;
  padding-top: 0px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.articles_otherlink_text {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 8px;
  letter-spacing: 0;
}
@media screen and (max-width:750px) {
  .articles_otherlink_flexwrap {
    flex-direction: column;
  }
  .articles_otherlink_flexleft {
    width: 100%;
    margin-right: 0px;
  }
  .articles_otherlink_flexright {
    margin-top: 10px;
    width: 100%;
  }
  .articles_otherlink_midashi {
    font-size: 1.2rem;
  }
}


/*テーブル*/
.detailinfo_tbl {
	width: 100%;
}
	.detailinfo_tbl tr:nth-child(1) {
		vertical-align: top;
	}
	.detailinfo_tbl tr {
		vertical-align: top;
		line-height: 1.2;
	}
		.detailinfo_tbl tr th {
			width: 100%;
			padding: 0;
			text-align: left;
			display: block;
			font-weight: 600;
			margin-right: 0;
			font-size: 1em;
		}
		.detailinfo_tbl tr td {
			padding: 0.1em 0 0.8em;
			text-align: left;
			display: block;
			font-size: 1em;
			font-weight: 500;
		}

@media(min-width:751px) {
	.detailinfo_tbl tr th {
		width: 20%;
		padding: 0.3em 0;
		text-align: left;
		display: table-cell;
		margin-right: 60px;
		font-size: 1em;
	}
	.detailinfo_tbl tr td {
		padding: 0.3em 0;
		text-align: left;
		display: table-cell;
		font-size: 1em;
	}
}

/*テーブル02*/
.kukandesign_tbl {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
	.kukandesign_tbl tr {
	}
		.kukandesign_tbl th {
			padding: 10px;
			font-weight: 600;
			width: 150px;
			border-bottom: 1px solid #ccc;
		}
		.kukandesign_tbl .last th {
			border-bottom: 0;
		}
		.kukandesign_tbl td {
			text-align: left;
			padding: 10px;
			border-bottom: 1px solid #ccc;
		}
		.kukandesign_tbl .last td:last-child {
			border-bottom: 0;
		}
 
@media screen and (max-width: 640px) {
	.last td:last-child {
		width: 100%;
	}
	.kukandesign_tbl {
	}
	.kukandesign_tbl th,
	.kukandesign_tbl td {
		display: block;
		width: 100%;
	}
	.kukandesign_tbl th {
		border-bottom: 0;
		padding-bottom: 0;
	}
	.kukandesign_tbl td {
		padding-top: 0;
	}
}



/*Google マップ*/
.detailinfo_map {
}
	.detailinfo_map iframe {
		margin-top: 20px;
		height: 500px;
		width: 100%;
	}
@media(min-width:751px) {
}


.detailinfo_flexwrap {
	display: flex;
}
	.detailinfo_flexleft {
		text-align: left;
	}
	.detailinfo_flexright {
		width: 100%;
		flex: 1;
		text-align: left;
	}
@media(min-width:751px) {
	.detailinfo_flexleft {
		text-align: left;
	}
	.detailinfo_flexright {
		text-align: right;
	}
}


/*================================　サイドメニュー　================================*/

.right_profile {
	margin-bottom: 40px;
    background-color: #e7e7e7;
    padding: 1em;
}
	.right_profile img {
		object-fit: cover;
		width: 100%;
	}
	.right_profile-title {
		position: relative;
		font-size: 1.0em;
		border-bottom: 1px solid #1e1e1e;
		padding-bottom: 0.2em;
		font-weight: 600;
	}
		/*.right_profile-title:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: -2px;
			width: 70px;
			height: inherit;
			border-bottom: 3px solid #EC3F3F;
		}
		.right_profile-title span {
			font-size: 0.8em;
		}*/

	.typebg_arch {
		margin: 0;
	}
	.right_profile-imgWrap {
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
		border-radius: 50%;
		margin: 0 auto 5px;
	}
		.right_profile-imgWrap img {
			object-fit: cover;
			width: 100%;
			/*border-radius: 50%;*/
		}

	.right_profile-name {
		width: 100%;
		font-size: 1.0em;
		font-weight: 600;
		text-align: center;
		margin: 0 auto 15px;
	}
		.right_profile-name span {
			font-size: 1.0em;
			font-weight: 600;
		}
	.right_profile-text {
		width: 100%;
		margin: 0 auto;
		font-size: 0.8em;
		font-weight: 500;
	}

	.profile_wrap {
		display: block;
	}

	.prof_tbl01 {
		width: 100%;
		margin: 0.5em 0 1em;
		font-size: 0.8em;
		font-weight: 600;
	}
		.prof_tbl01 th {
			width: 40px;
			margin-right: 40px;
			vertical-align: top;
		}
		.prof_tbl01 td {
			vertical-align: top;
		}


	.right_mokuji {
	  background-color: #fff;
	  border: 1px solid #bbb;
	  padding: 25px 30px;
	}
	.right_mokuji-title {
	  font-size: 16px;
	  text-align: center;
	}
	.right_mokuji ul li {
	  margin-bottom: 16px;
	  padding: 0 0 8px 2em;
	  text-indent: -2em;
	  letter-spacing: 0.02em;
	  border-bottom: 1px solid #e7e7e7;
	}
	.sp_mokuji {
	  display: none;
	}


@media screen and (max-width:767px) {
  .date_wrap {
    font-size: 12px;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .desc_title-sp {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho" !important;
    font-weight: 500;
    margin: 0 0 20px !important;
  }
  .special_flexleft {
    background-color: #fff;
    position: relative;
    flex: 1;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .special_flexleftWrap {
    padding: 0 20px;
  }
  .special_focus {
    padding: 15px !important;
  }
  .desc_photo {
    width: 100%;
    /*height: 80vw;*/
    margin-top: 1em;
  }
  .desc_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .special_midashi {
    padding: 15px 6px 15px 9px;
    letter-spacing: 0.1em !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho" !important;
  }
  .special_submidashi {
    padding: 6px 6px 6px 9px;
    letter-spacing: 0.1em !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho" !important;
  }
  .special_subsubmidashi {
    padding: 6px 6px 6px 9px;
    letter-spacing: 0.1em !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho" !important;
  }
  .desc_text {
    font-size: 14px;
  }
.right_profile {
	margin: 40px 0;
}
	.right_profile-name {
		font-size: 20px;
	}
	.right_profile-name span {
		font-size: 18px;
		font-weight: 600;
	}
	.right_profile-text {
		width: 100%;
		font-size: 0.7em;
		font-weight: 500;
	}
	.right-text {
		width: 100%;
	}
	.right_profile-name {
		margin: 15px auto;
	}
	.right_profile-imgWrap {
		width: 100%;
		aspect-ratio: auto;
	}
	
  .right_mokuji {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 25px 15px;
  }
  .right_mokuji-title {
    font-size: 16px;
    text-align: center;
  }
  .right_mokuji ul a li {
	font-size: 14px;
    text-align: left;
    margin-bottom: 16px;
	border-bottom: none!important;
  }
  .sp {
    display: block;
  }
  .arch_midashi {
    font-size: 16px;
    margin: 40px 0 6px;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho";
  }
  .sub_photo {
    width: 100%;
    height: auto;
    margin-top: 1em;
  }
  .sub_photo img {
    height: auto;
  }
  .fs-14 {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
  }
  /*トピック01*/
  .topic01_wrap {
    background-color: #FDEEE7;
    padding: 20px;
  }
  .topic01_title {
    font-size: 16px;
  }
  .topic01_items {
    display: flex;
    flex-flow: column;
  }
  .topic01_item {
    width: 100%;
  }
  .topic01_item:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .topic01_item img {
    width: 100%;
  }
  .topic01_item p {
    font-size: 14px;
    margin: 0;
  }
  .topic01_item p span {
    color: #AF6674;
    font-weight: 600;
  }
  /*サイド*/
  .kiji_flexright {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*トピック02*/
  .topic02 {
    margin: 0;
  }
  .topic02_banner {
    color: #fff;
    background-color: #60221F;
    padding: 10px;
    font-weight: 600;
    margin: 0;
  }
  .topic02_wrap {
    background-color: #f6f8f9;
    padding: 20px 10px;
  }
  .topic02_title {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 600;
  }
  .topic02_photos {
    display: flex;
    flex-flow: column;
  }
  .topic02_photo-wrap {
    width: 100%;
  }
  .topic02_text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .arch_midashi-sp {
    margin-top: 0;
  }
  .editors-note {
    padding: 28px 15px 15px;
  }
  .editors-note p {
    font-size: 14px;
  }
}


@media screen and (max-width:1000px) {
	
	.right_profile, .right_mokuji {
		display: none;
	}
	/*.profile_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	}*/
	.right-text {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.right_profile-imgWrap {
		aspect-ratio: auto;
	}
	.right_mokuji ul a li {
		border-bottom: none!important;
	}
	.sp {
		display: block !important;
	}
	/*.right_profile-title {
	font-size: 20px;
	}
	.right_profile-title span {
	font-size: 18px;
	}*/
	.right_profile-imgWrap {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*.right_profile-imgWrap img {
	object-fit: cover;
	width: 70%;
	border-radius: 50%;
	}*/
	
}


/*==============================　この記事を見た方はこんな製品に興味があります　==============================*/
/*  この記事を見た方はこんな製品に興味があります  */
#interest_block {
  margin-top: 40px;
}
#interest_block ul li {
  float: left;
  width: 22%;
  background-color: #fff;
  border: 0px #ddd solid;
  margin: 0px !important;
  padding: 10px !important;
  box-shadow: none !important;
}
#interest_block .column_thum {
  border: 0px solid #efefef;
  width: inherit !important;
  height: inherit !important;
  overflow: hidden;
  margin-bottom: 10px;
}
#interest_block .column_thum img {
  width: 154px;
  height: auto;
}
#interest_block .column_title {
  padding: 0px 4px 0px 4px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 1.00);
  text-align: left;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20;
  margin-bottom: 8px;
  margin: 0px !important;
  font-family: "游ゴシック";
}
#columnfooter_block .column_thum {
  width: 100%;
}
#columnfooter_block .column_thum img {
  width: 100%;
}
@media print, screen and (max-width: 750px) {
  #interest_block ul li {
    width: 44%;
  }
}



/*関連コラムタブ切替*/
.tab-wrap {
	background: White;
	/*box-shadow: 0 0 5px rgba(0,0,0,.1);*/
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}
	.tab-label {
		color: #bfbfbf;
		cursor: pointer;
		flex: 1;
		font-weight: bold;
		order: -1;
		padding: 12px 24px;
		position: relative;
		text-align: center;
		transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
		user-select: none;
		white-space: nowrap;
		-webkit-tap-highlight-color: transparent;
		font-size: 0.8em;
		background-color: #9c9c9c;
		line-height: 1.2;
	}
		.tab-label:hover {
			background: rgba(0, 191, 255,.1);
			background-color: #333;
		}
		.tab-switch:checked + .tab-label {
			color: #333;
			background-color: #fff;
		}
		.tab-label::after {
			background: #333;
			bottom: 0;
			content: '';
			display: block;
			height: 3px;
			left: 0;
			opacity: 0;
			pointer-events: none;
			position: absolute;
			transform: translateX(100%);
			transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
			width: 100%;
			z-index: 1;
		}
		.tab-switch:checked ~ .tab-label::after {
			transform: translateX(-100%);
		}
		.tab-switch:checked + .tab-label::after {
			opacity: 1;
			transform: translateX(0);
		}

	.tab-content {
		height:0;
		opacity:0;
		padding: 0 20px;
		pointer-events:none;
		transform: translateX(-30%);
		transition: transform .3s 80ms, opacity .3s 80ms;
		width: 100%;
	}
		.right_kanren {
		  width: 100%;
		  margin-top: 0;
		  margin-bottom: 10px;
		}
			.kanren-midashi{
				font-size: 0.8em;
				font-weight: 500!important;
				margin-bottom: 2em;
				text-align: center;
			}
			.tab-switch:checked ~ .tab-content {
				transform: translateX(30%);
			}
			.tab-switch:checked + .tab-label + .tab-content {
				height: auto;
				opacity: 1;
				order: 1;
				pointer-events:auto;
				transform: translateX(0);
			}
			.tab-wrap::after {
				content: '';
				height: 20px;
				order: -1;
				width: 100%;
			}
			.tab-switch {
				display: none;
			}

	/* ============================== */

	body {
		background: WhiteSmoke;
	  /*font-family: sans-serif;*/
		margin: 10px;
	}

