@charset "UTF-8";
/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginBL{
 margin-bottom:30px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:50px!important;
}

#sections .text-center {
	text-align: center!important;
	}
#sections .text-right {
	text-align: right!important;
	}
#sections strong {
	font-weight: bold;
	}

/* contact_us
-----------------------------------------*/ 
#contact_us{
 margin-bottom:60px;
}

@media screen and (max-width: 640px) {
#contact_us{
 margin-bottom:0;
}
}

/* nav_wrap.nav_wrap_cal4 .nav_list
-----------------------------------------*/ 
.nav_wrap .nav_list a:after{
  bottom: 10px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .nav_wrap.nav_wrap_cal4 .nav_list {
	  border-bottom: 1px solid #FFF;
  }  
  .nav_wrap.nav_wrap_cal4 .nav_list:nth-child(even) {
	  border-left: 1px solid #FFF;
  } 
}
/* .ttl_sec_type01
-----------------------------------------*/ 
.ttl_sec_type01 span{
	display: inline-block;
	font-size: 50%;
	border: 1px solid #000;
	padding: 4px 10px;
}

/*-------------------------
   mv
-------------------------*/
.sec_mv_area{
  position:relative;
  box-sizing: border-box;
}
.sec_mv_area .mv{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  overflow:hidden;
  z-index:1;
  transition:left .5s ease;
}
.sec_mv_area .mv .slider{
  width:100%;
}
.sec_mv_area .mv .slider .slick-slide img {
  transform: scale(1) rotate(0.001deg);
}
.sec_mv_area .mv .slider .slick-active.slick-slide img {
  animation-name: mvslide;
  animation-delay: 0s;
  animation-duration: 10.9s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transform: scale(1) rotate(0.001deg);
}
@keyframes mvslide {
  0% {
    transform: scale(1) rotate(0.001deg);
  }
  100% {
   transform: scale(1) rotate(0.001deg);
  }
}
.sec_mv_area .mv .slider button{
  display:none !important;
}
.sec_mv_area .slider .sp_only{
    display:none !important;
 }
.sec_mv_area .mv_inner{
}
.sec_mv_area .mv_inner::before{
  position:relative;
  content: "";
  display: block;
  top:0;
  left:0;
  padding-top: 40%;
  opacity: 0.7;
  z-index: 3;
  box-sizing: border-box;
}
.sec_mv_area .mv_logo {
  position: absolute;
  top: 4.5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 42%;
  z-index: 4;
}
.sec_mv_area .mv_logo img {
  width: 100%;
}
.sec_mv_area .mv img{
  width:100%;
}
.mv_inner .btn_sec_type02 {
  position: absolute;
  top: 41.8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 470px;
  border: 1px solid #ffffff;
  z-index: 4;
}
.mv_inner .btn_sec_type02 a{
  display: block;
  padding: 18px 12px;
  background-color: rgba(0,0,0,.7);
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}
.mv_inner .btn_sec_type02 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  transform: rotate(90deg);
  background-size: 100%;
  transition: all .4s ease;
}
.mv_inner .btn_sec_type02 a:hover:after{
  top: calc(50% + 35px);
}
.mv .btn_sec_type02 a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}
.mv_catch{
  position: relative;
  width: 75%;
  height: 376px;
  left:0;
  right:0;
  padding: 70px 45px 0;
  max-width: 1200px;
  min-width: 970px;
  margin: -70px auto 0;
  background:#fff url(/toilet/alauno/hijyutaku/img/2020/bg_ttl01.png) no-repeat center bottom;
  background-size: 100%;
  z-index:2;
  text-align: center;
  box-sizing: border-box;
  transition:all .5s ease;
}
.mv_catch .copy {
  margin-top: 5px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
}
.mv_catch .copy::after{
  content:"／";
  color:#B2B2B2;
  display:block;
  width:32px;
  height:32px;
  margin: 20px auto 0;
  font-size: 30px;
  font-weight: normal;
}
.mv_catch .copy span {
  display: inline-block;
  background: linear-gradient(transparent 60%, #FFF947 60%);
}
.mv_catch .copy2 {
  font-weight: bold;
  font-size: 24px;
}
.mv_nav {
  display: flex;
  margin-top: 30px;
  justify-content: space-around;
}
.mv_nav li {
  background-color: #333333;
  box-shadow: 5px 8px 10px 0 rgba(0,0,0,.15);
}
.mv_nav li a{
  position: relative;
  display: block;
  width: 280px;
  padding: 30px 10px 70px;
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
}
.mv_nav li a:after{
  content: "";
  position: absolute;
  top: 84%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  transform: rotate(90deg);
  background-size: 100%;
  transition: all .4s ease;
}
.mv_nav li a:hover:after{
  top: calc(84% + 35px);
}

.mv_nav .mv_nav_txt {
  font-size: 14px;
}
.mv_nav .mv_nav_ttl {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1190px) {
  .mv_inner .btn_sec_type02 {
    top: 37%;
  }
}
@media screen and (max-device-width: 1280px) and (max-width: 640px) {
  .sec_mv_area .mv{
    left:0;
    min-width: auto;
  }
  .sec_mv_area .mv_inner{
    margin-bottom:auto;
  }
  .sec_mv_area .mv_logo {
    width: 70%;
    top: 2.5%;
  }
  .mv_inner .btn_sec_type02 {
    width: 70%;
    top: 24%;
    line-height: 1.5;
  }
  .mv_inner .btn_sec_type02 a:after {
    right: 7px;
  }
  .sec_mv_area .mv_inner::before{
    padding-top: 126%;
    min-height: auto;
  }
  #flowMvs {
    width:100%;
    padding-top:126%;
    overflow:hidden;
    position:relative;
  }
  #flowMvs .flowMv {
    position:absolute;
    z-index:1;
    top:0;
    height:100%;
    width: 100%;
    opacity:1;
    transition:opacity 0.8s;
    overflow:hidden;
  }
  #flowMvs .flowMv img {
    height:100%;
    width: auto;
    object-fit: cover;
    transition: transform 30s linear;
    max-width: initial;
  }
  #flowMvs .flowMv.out{
    z-index:3;
    opacity:0;
  }
  #flowMvs .flowMv.active{
    z-index:2;
  }
  #flowMvs .flowMv.active{
    z-index:2;
  }
  .mv_catch{
    position: relative;
    width: calc(100% - 40px);
    max-width: none;
    min-width: auto;
    top: 0;
    padding: 2em 0 1px;
    margin: -37px auto 0;
    background-size: 300%;
    box-sizing: border-box;
  }
  .mv_catch .copy2 {
    font-size: 14px;
  }
  .mv_catch .copy{
    font-size: 30px;
    line-height: 1.5;
  }
  .mv_catch .copy:after{
    width:30px;
    height:30px;
    font-size:26px;
    margin: 5px auto 0;
  }
  .mv_catch .btn_sec_type01{
    width: 84%;
    font-size: 15px;
    margin:1.5em auto 0;
  }
  .mv_nav {
    display: block;
    width: calc(100% - 40px);
    margin: 20px auto -60px;
  }
  .mv_nav li {
    margin-bottom: 20px;
  }
  .mv_nav li:last-of-type {
    margin-bottom: 0;
  }
  .mv_nav li a {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .mv_nav li a {
    padding: 20px 10px 55px;
  }
  .mv_nav .mv_nav_txt {
    font-size: 11px;
  }
  .mv_nav .mv_nav_ttl {
    font-size: 16px;
  }
  .mv_catch .copy2 {
    font-size: 12px;
  }
}


/* ------------------------

.ttl_sec_type02

------------------------ */
.ttl_sec_type02 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_sec_type02 {
    font-size: 20px;
  }
}

/* ------------------------

.ttl_h4

------------------------ */
.ttl_h4 {
	font-weight: bold;
	font-size: 118%;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_h4 {
    font-size: 4vw;
  }
}

/* ------------------------

.ttl_h5

------------------------ */
.ttl_h5 {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 1em;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_h5 {
    font-size: 4.4vw;
  }
}

/* catalog_wrap
-----------------------------------------*/ 
ul.catalog_wrap {
	align-content: flex-start;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
	ul.catalog_wrap li {
		margin-right: 20px;
		text-align: center;
		width: 200px;
	}
	ul.catalog_wrap li img {
		border: #ddd solid 1px;
		box-sizing: border-box;
	}
	ul.catalog_wrap li a {
		color: #333;
		display: block;
		text-decoration: none;
	}
			ul.catalog_wrap li a:hover {
				color: #777;
				text-decoration: none;
			}
			ul.catalog_wrap li a:hover img {
				opacity:0.7;
			}
	p.link_catalog {
		border: #ccc solid 1px;
		box-sizing: border-box;
	}
	p.link_catalog a {
		color: #333;
		display: block;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 15px 0;
	}
		p.link_catalog a:hover {
			background: #efefef;
			color: #777;
			text-decoration: none;
		}
		p.link_catalog a:after {
			color: #666;
			content: " \f105";
			font-family: FontAwesome;
			font-size: 21px;
			padding-left: 5px;
		}
		
@media screen and (max-width: 640px) {
	ul.catalog_wrap {
	align-content: flex-start;
	display: flex;
	flex-flow: row wrap;
}
	ul.catalog_wrap li {
		margin-right: 2%;
		text-align: center;
		width: 32%;
	}
		ul.catalog_wrap li:nth-child(3n) {
			margin-right: 0;
		}
	p.link_catalog {
		margin-bottom: -10px;
	}
}


/* ------------------------

.sec_series

------------------------ */
.series_wrap{
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 60px;
}
.series_box{
  position: relative;
}
.series_block{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60%;
  margin: auto 0;
  padding: 20px 0 60px;
  width: 386px;
  height: 440px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.05);
}
.series_block .series_sub_ttl{
  font-size: 20px;
  font-weight: bold;
}
.series_block .series_ttl{
  margin-top: 10px;
  line-height: 1.1;
  font-size: 36px;
  font-weight: bold;
}

.series_block .series_ttl_s {
  font-weight: bold;
  font-size: 30px;
    line-height: 1.4;
}

.series_block .series_ttl_s span {
    font-size: 63%;
    line-height: 1.2;
  }
.series_block .series_txt{
  margin-top: 15px;
  line-height: 2;
}
.series_block table{
	width:80%;
	margin: 0 auto;
	border-spacing: 10px;
	 border-collapse: separate;
}

.series_block table tr th{
	border: 1px solid #000;
	padding: 6px;
}
.series_block table tr td{
	padding: 6px;
}

.series_btn.btn_sec_type01 {
  margin-top: 30px;
}
.series_btn.btn_sec_type01 a{
  width: 310px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.series_box_R .series_thum{
  text-align: right;
}
.series_box .series_thum img{
  width: 77.5%;
}
.series_box_L .series_block{
  left: 60%;
  right: auto;
}
.series_box_full {
  padding-bottom: 250px;
  margin-bottom: 60px;
}
.series_box_full .series_block{
  width: 660px;
  height: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 60px;
}
.series_box_full .series_thum{
  width: 95%;
  margin: 0 auto;
}
.series_box_full .series_thum img{
  width: 100%;
}
.series_block.series_block_2row {
  padding-top: 50px;
}
.series_block.series_block_2row .btn_sec_type01 {
  margin-top: 20px;
}
.sec_series .colum3_wrap{
  margin: 60px auto 0;
}

.sec_series .btn_sec_type01.btn_sec_type01_white a {
  background: #000;
}

.sec_series .btn_sec_type01.btn_sec_type01_white a:hover{
  background-color: rgba(0,0,0,.6);
}

.sec_series .btn_sec_type01 a:hover:after{
  right: 4px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .series_box {
    margin-top: 20px;
  }
  .series_box:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
  }
  .series_thum{
     width: 100%;
  }
  .series_box .series_thum img {
    width: 100%;
  }
  .series_box_R .series_thum {
    margin-left: 0;
  }
  .series_block {
    position: relative;
    left: 20px;
    margin-top: -8.5%;
    padding: 34px 0 30px;
    width: 90%;
    height: auto;
  }
  .series_box_L .series_block {
    left: auto;
    float: right;
    margin-right: 20px;
    height: auto;
  }
.series_block table{
	font-size: 3vw;
}
  .series_box_full {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .series_box_full .btn_sec_type01 {
    margin-top: 35px;
  }
  .series_box_full .series_block{
    width: 74.66%;
    margin-top: -8.5%;
    padding-top: 34px;
  }
  .series_box_full .series_thum{
    width: 95%;
    margin: 0 auto;
  }
  .series_box_full .series_thum img{
    width: 100%;
  }

  .series_block .series_ttl {
    font-size: 26px;
    line-height: 1.2;
  }
  .series_block .series_sub_ttl {
    font-size: 16px;
  }
  .series_block .btn_sec_type01 {
    margin-top: 16px;
  }
  .series_btn.btn_sec_type01 {
    width: 100%;
  }
  .series_btn.btn_sec_type01 a {
    padding: 10px 40px 10px 20px;
    text-align: left;
    width: 79.28%;
    box-sizing: border-box;
  }
  .series_block.series_block_2row {
    padding-top: 34px;
  }
  .sec_business_customer .btn_area li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px){
  .ttl_sec_type01 {
    font-size: 21px;
  }
  .sec_business_customer .btn_area li a {
    font-size: 12px;
  }
}

/* ------------------------

.indicationsList

------------------------ */
.indicationsList {
width:964px;
margin: 10px 0 10px;
border-collapse: collapse;
border: 1px #999 solid;
line-height:140%;
vertical-align:middle;
}
.indicationsList th {
padding: 5px 10px;
background: #cccccc;
border: 1px #999 solid;
vertical-align:middle;
text-align:center;
}
.indicationsList th.usage {
background: #EFEEE8;
}
.indicationsList td {
padding: 5px 10px;
border: 1px #999 solid;
background: #fff;
text-align:center ;
vertical-align:middle;
}

@media screen and (max-width: 640px) {
.indicationsList {
width:240vw!important;
}
}


/* ------------------------

.colorList

------------------------ */
.colorList {
width:964px;
margin: 10px 0 10px;
border-collapse: collapse;
border: 1px #999 solid;
line-height:140%;
vertical-align:middle;
}
.colorList th {
padding: 5px 10px;
background: #EFEEE8;
border: 1px #999 solid;
vertical-align:middle;
text-align:center;
background-clip: padding-box!important;
}
.colorList td {
padding: 5px 2px;
border: 1px #999 solid;
background: #fff;
text-align:center ;
vertical-align:middle;
font-size:18px;
background-clip: padding-box!important;
}

.colorList td span {
font-size:12px;
}
@media screen and (max-width: 640px) {
.colorList {
width:240vw!important;
}
.colorList tbody td:first-of-type {/*最初の要素を固定する*/
  position: -webkit-sticky;
  position: sticky;
  left: 0vw;
  width:30vw;
}
}

/* ------------------------

.floorList

------------------------ */	


.floorList a {
	color:#000;
}
.floorList a:hover {
text-decoration: underline;
}

.floorList {
width:964px !important;
margin: 10px 0 10px !important;
border-collapse: collapse !important;
border: 1px #999 solid !important;
font-size:12px !important;
line-height:140% !important;
vertical-align:middle !important;
}
.floorList th {
padding: 5px 10px !important;
background: #EFEEE8 !important;
border: 1px #999 solid !important;
vertical-align:middle !important;
text-align:center !important;
}
.floorList th.noline {
border: none!important;
background:#EFEEE8!important;
}
.floorList td {
padding: 5px 2px !important;
border: 1px #999 solid !important;
background: #fff !important;
text-align:center !important;
vertical-align:middle !important;
}

.floorList th.thickness {
padding: 5px 5px !important;
background: #EFEEE8 !important;
border: 1px #999 solid !important;
width:70px !important;
text-align:center !important;
}

.floorList th.price {
padding: 5px 5px !important;
background: #EFEEE8 !important;
border: 1px #999 solid !important;
width:70px !important;
text-align:left !important;
}

.floorList th.price dl {
margin: 5px 0 0 0 !important;
padding: 0 !important;
font-size:10px !important;
line-height:120% !important;
font-weight:normal !important;
}
.floorList th.price dl dt {
float: left !important;
width: 12px !important;
margin: 0 !important;
padding: 0 !important;
clear:both !important;
}
.floorList th.price dl dd {
margin: 0 !important;
padding: 0 0 0 12px !important;
}

.priceCaution{
font-size:10px !important;
text-align:left !important;
font-weight:normal !important;
}

.floorList th.health {
padding: 5px 10px !important;
background: #0056A8 !important;
border: 1px #999 solid !important;
color:#FFF !important;
}

.floorList th.performance {
padding: 5px 2px !important;
background: #F39800 !important;
border: 1px #999 solid !important;
color:#FFF !important;
text-align:center !important;
}

.floorList th.use {
padding: 5px 5px !important;
background: #C9C8B5 !important;
border: 1px #999 solid !important;
width:12px !important;
text-align:center !important;
}

.floorList th.archispec {
padding: 5px 5px !important;
background: #f5f5e9 !important;
border: 1px #999 solid !important;
width:12px !important;
text-align:center !important;
}

.floorList th.veritis {
padding: 5px 5px !important;
background: #ece4cd !important;
border: 1px #999 solid !important;
width:12px !important;
text-align:center !important;
}

.floorList th.reform {
padding: 5px 5px !important;
background: #f5f0eb !important;
border: 1px #999 solid !important;
width:12px !important;
text-align:center !important;
}

.floorList th.lmark {
margin:0;
width:38px !important;
padding: 5px 0 5px 0 !important;
background: #FEF2E1 !important;
border: 1px #999 solid !important;
text-align:center !important;
vertical-align: top !important;
}
.floorList th.lmark a,
.floorList th.lmarkBlue{
margin:0;
padding:0;
}

.floorList th.lmarkBlue {
margin:0;
width:38px !important;
padding: 5px 0 5px 0 !important;
background: #E9F4FC !important;
border: 1px #999 solid !important;
text-align:center !important;
}

.floorList td.productName {
padding: 5px 10px !important;
border: 1px #999 solid !important;
background: #fff !important;
text-align:left !important;
line-height:180% !important;
}

.floorList td.priceTd {
text-align:center!important;
font-size:8px !important;
white-space: nowrap;
}

.floorList td.priceTd em {
color:#1375a4;
font-weight: bold;
}

.floorList td.productName img {
margin: 3px 0 0 0 !important;
}

.floorList tr.mouseover td{
background-color: #F5F5DC !important;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {

.table-wrapper {
  max-width: 100vw;
  overflow: scroll;
}
 
.table-wrapper table {
  position: relative;
  width: 100vw;
  font-size: 3vw!important;
}
.mod_headerbar{
  z-index: 10000!important;
}

.floorList .productNameTitle{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 100;
}

.floorList tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
}

.floorList tbody td:first-of-type {/*最初の要素を固定する*/
  position: -webkit-sticky;
  position: sticky;
  left: 6vw;
  width:30vw;
}
}

.performance_box{
	padding: 9px;
	border: 1px solid #CCC;
	width: 126px!important;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
.performance_box {
	margin: 0 2vw 2vw 0;
	width: 24.8vw!important;
	padding: 2vw;
	}
}

.colum3_thum img {
    width: 100%;
  }

/*-------------------------
   two_column
-------------------------*/
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 0em;
}

.two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_column .column{
    width: 48%;
    margin: 0 0 1em;
	line-height: 1.8;
}
.two_column .column img {
    width: 100%;
  }

@media screen and (max-width: 640px) {
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 0em;
}

.two_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}

/*-------------------------
   five_column
-------------------------*/
.five_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 0em;
}

.five_column::after{
    content:"";
    display: block;
    width: 18%;
}

.five_column .column{
    width: 18%;
    margin: 0;
	line-height: 1.8;
}
.five_column .column img {
    width: 100%;
  }
.five_column .column p {
	font-size: 75%;
  }

/*-------------------------
   ten_column
-------------------------*/
.ten_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 0em;
}

.ten_column::after{
    content:"";
    display: block;
    width: 8.6%;
}

.ten_column .column{
    width: 8.6%;
    margin: 0;
	line-height: 1.8;
}
.ten_column .column img {
    width: 100%;
  }
.ten_column .column p {
	font-size: 75%;
  }

@media screen and (max-width: 640px) {
.ten_column .column{
    width: 18%;
    margin: 0 0 1em;
}
}
/*-------------------------
   inquery_box
-------------------------*/
.inquery_box {
  width: 100%;
  background-color: #ccdfef;
  padding: 24px 40px;
	box-sizing: border-box;
margin-bottom: 48px;}
  .inquery_box h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px; }
  .inquery_box .inquery_box_inner02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .inquery_box .inquery_box_inner02 > div {
      max-width: 410px;
      width: 100%;
      height: auto; }
      .inquery_box .inquery_box_inner02 > div h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px; }
      .inquery_box .inquery_box_inner02 > div a {
        background-color: #007ab4;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        height: 72px; }


@media all and (max-width: 640px) {
  .title_h2 {
    font-size: 16px;
    border: none;
    margin-bottom: 0; }

  .main-visual__sp {
    width: calc(100% + 20px);
    margin-left: -10px; }

  .section_top h2 {
    font-size: 16px;
    margin-bottom: 72px; }
  .section_top .top_movies {
    flex-direction: column; }
    .section_top .top_movies > div h2 {
      font-size: 14px; }
    .section_top .top_movies > div + div {
      margin-top: 20px; }

  .inquery_box {
    padding: 24px 16px 16px;
    box-sizing: border-box; }
    .inquery_box h2 {
      font-size: 4vw;
      margin-bottom: 20px; }
    .inquery_box .inquery_box_inner02 {
      flex-direction: column;
      max-width: 260px;
      margin: 0 auto 12px; }
      .inquery_box .inquery_box_inner02 > div h3 {
        font-size: 12px;
        margin-bottom: 4px; }
      .inquery_box .inquery_box_inner02 > div + div {
        margin-top: 8px; }
      .inquery_box .inquery_box_inner02 > div a {
        height: 48px;
        font-size: 14px; }
    .inquery_box .alert {
      font-size: 10px; } }

/*====================================================================
.accordion_one
====================================================================*/
.accordion_one {
	width: 100%;
	margin: 0 auto;
	line-height: 1.6;
}
.accordion_one .accordion_header {
	border: 1px solid #000;
	font-size: 113%;
	color: #000;
	font-weight: bold;
	padding: 10px 0 6px;
	text-align: center;
	position: absolute;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
	width: 240px;
	margin: 0 auto;
	background-color:rgba(255,255,255,0.75);
}

.accordion_one .accordion_right {
	top: 260px;
	right: 240px;
}

.accordion_one .accordion_left {
	top: 260px;
	left: 240px;
}

.accordion_one .accordion_center {
	top: 150px;
	left: 360px;
}

.accordion_one .accordion_header:hover {
	opacity: .8;
}
.accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30%;
	right: 10%;
	margin-top: -20px;
	box-sizing: border-box;
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
	display: block;
	content: "";
	font-family: FontAwesome;
    font-weight: 700;
	transition-duration: 0.2s;
	position: relative;
}
.accordion_one .accordion_header.open .i_box {
}
.accordion_one .accordion_header .i_box .one_i:before {
	content: " \f107";
	font-family: FontAwesome;
    font-weight: 100;
	font-size: 36px;
	color: #000;
}
.accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
	content: " \f106";
	font-family: FontAwesome;
    font-weight: 100;
	font-size: 36px;
	color: #000;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
}
.accordion_one .accordion_inner {
	display: none;
	padding: 0 0 0;
	box-sizing: border-box;
	margin: 2em 0;
	font-size: 93%;
}
.accordion_one .accordion_inner h4 {
	margin-bottom: 1em;
}
.accordion_one .accordion_inner h4 a {
	color: #000;
}

.accordion_one .accordion_inner .box_one {
	height: auto;
}
.accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.accordion_one .accordion_inner .closeArea {
	width: 500px;
	margin: 0 auto;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	line-height: 1.3;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	font-size: 113%;
	font-weight: bold;
	padding: 14px 0 10px;
	margin: 2em auto 3em;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 2%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}

@media screen and (max-width: 1024px) { 

.accordion_one .accordion_right {
	top: 22vw;
	right: 16vw;
}
.accordion_one .accordion_left {
	top: 22vw;
	left: 16vw;
}
}
@media screen and (max-width: 640px) {
.accordion_one .accordion_header {
	font-size: 3.6vw;
	width: 50vw;
	padding: 6px 0 6px;
}

.accordion_one .accordion_right {
	top: 110vw;
	right: 25vw;
}
	
.accordion_one .accordion_left {
	top: 110vw;
	left: 25vw;
}
	
.accordion_one .accordion_center {
	top: 32vw;
	left: 23vw;
}
	
.accordion_one .accordion_header .i_box {
	top: 42%;
	right: 10%;
}
.accordion_one .accordion_header .i_box .one_i:before {
	font-size: 7vw;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
	font-size: 7vw;
}
.accordion_one .accordion_inner .closeArea {
	width: 80vw;
	padding: 10px 0 10px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	font-size: 4vw;
}
	
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	font-size: 7vw;
}
}

/*-------------------------
   block_one
   block_two
   block_three
   block_four
-------------------------*/

.block_one{
	background: url("../img/img_block_01_main.jpg") no-repeat;
}

.block_two{
	background: url(../img/img_block_02_main.jpg) no-repeat;
}

.block_three{
	background: url(../img/img_block_03_main.jpg) no-repeat;
}

.block_four{
	background: url(../img/img_block_04_main.jpg) no-repeat;
}

.block_five{
	background: url(../img/img_block_05_main.jpg) no-repeat;
}
.block_six{
	background: url(../img/img_block_06_main.jpg) no-repeat;
}

.block_one,
.block_two,
.block_three,
.block_four,
.block_five,
.block_six {
	background-size:contain;
	padding-top: 390px;
	position: relative;
}
.block_one_copy,
.block_two_copy,
.block_three_copy,
.block_four_copy,
.block_five_copy,
.block_six_copy{
	width: 30%;
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
}

.block_one_copy h3,
.block_two_copy h3,
.block_three_copy h3,
.block_four_copy h3,
.block_five_copy h3,
.block_six_copy h3{
	font-size: 138%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 6px;
}

.block_one_copy p,
.block_two_copy p,
.block_three_copy p,
.block_four_copy p,
.block_five_copy p,
.block_six_copy p{
	font-size: 100%;
}

.block_one_copy,
.block_three_copy,
.block_five_copy{
	position: absolute;
	top: 80px;
	right: 180px;
}

.block_two_copy,
.block_four_copy,
.block_six_copy{
	position: absolute;
	top: 80px;
	left: 180px;
}

@media screen and (max-width: 1024px) { 

.block_one,
.block_two,
.block_three,
.block_four,
.block_five,
.block_six{
	background-size:contain;
	padding-top: 32.5%;
	position: relative;
	width: 100%;
}
.block_one_copy,
.block_three_copy,
.block_five_copy{
	position: absolute;
	top: 5vw;
	right: 11vw;
	width: 36vw;
}
	
.block_two_copy,
.block_four_copy,
.block_six_copy{
	position: absolute;
	top: 5vw;
	left: 11vw;
	width: 36vw;
}
	
.block_one_copy h3,
.block_two_copy h3,
.block_three_copy h3,
.block_four_copy h3,
.block_five_copy h3,
.block_six_copy h3{
	font-size: 115%;
}
}

@media screen and (max-width: 640px) {
.block_one{
	background: url(../img/img_block_01_main_sp.jpg) no-repeat;
}
	
.block_two{
	background: url(../img/img_block_02_main_sp.jpg) no-repeat;
}
	
.block_three{
	background: url(../img/img_block_03_main_sp.jpg) no-repeat;
}

.block_four{
	background: url(../img/img_block_04_main_sp.jpg) no-repeat;
}
	
.block_five{
	background: url(../img/img_block_05_main_sp.jpg) no-repeat;
}
.block_six{
	background: url(../img/img_block_06_main_sp.jpg) no-repeat;
}	
	
.block_one,
.block_two,
.block_three,
.block_four,
.block_five,
.block_six{
	background-size:contain;
	padding-top: 133.3333333%;
	position: relative;
	width: 100%;
}
	
.block_one_copy h3,
.block_two_copy h3,
.block_three_copy h3,
.block_four_copy h3,
.block_five_copy h3,
.block_six_copy h3{
	font-size: 4.4vw;
}
.block_one_copy,
.block_three_copy,
.block_five_copy{
	position: absolute;
	top: 78vw;
	right: 16vw;
	font-size: 3.4vw;
	width: 66vw;
	padding: 0;
}
.block_two_copy,
.block_four_copy,
.block_six_copy{
	position: absolute;
	top: 78vw;
	left: 17vw;
	font-size: 3.4vw;
	width: 66vw;
	padding: 0;
}
}

/*-------------------------
   w_title_block
-------------------------*/
.type_text{
	margin: 2em;
	line-height: 1.8;
}

.w_title_block{
	background: #604120;
	padding: 2em;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s_title_block{
	background: #25445a;
	padding: 2em;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4em;
}

.w_title_block h3{
	color: #fff;
	font-size: 150%;
	width: 860px;
	margin-left: 20px;
}
.s_title_block h3{
	color: #fff;
	font-size: 150%;
	width: 1004px;
	margin-left: 20px;
}
.w_title_block h3 span,
.s_title_block h3 span{
	display: block;
	font-size: 75%;
}
@media screen and (max-width: 640px) {
.w_title_block{
	padding: 1em;
}

.w_title_block h3,
.s_title_block h3{
	font-size: 5vw;
	width: auto;
}

.w_title_block h3 span{
	display: block;
	font-size: 3vw;
}
.img_w,
.img_s{
	width: 16vw;
}
.img_mw_gd{
	width: 20vw;
}
}


/* ------------------------

.ttl_sec_type03

------------------------ */
.ttl_sec_type03 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
	background: #000;
	color: #FFF;
	padding: 10px 0;
	margin-bottom: 1em;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_sec_type03 {
    font-size: 4.6vw;
  }
}

/* ------------------------

.ttl_product_name

------------------------ */
.ttl_product_name {
  position: relative;
  display: block;
	margin: 0 auto 1em;
	text-align: center;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.6;
}

.ttl_product_name span {
  display: block;
  font-size: 63%;
}
.ttl_product_name :before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 160px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_product_name {
	font-size: 6vw;
  }
}

/* ------------------------

.lead_product

------------------------ */
.lead_product{
	margin: 0 auto 1em;
	text-align: center;
	font-size: 118%;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
.lead_product{
	font-size: 4vw;
	text-align: left;
}
}
	
/* ------------------------

.ttl_clear_type

------------------------ */

.ttl_clear_type{
	margin: 0 auto 1em;
	text-align: center;
	font-size: 118%;
	background: #e2c499;
	color: #000;
	padding: 0.4em 0 0.2em;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
.ttl_clear_type{
	font-size: 4vw;
	padding: 0.4em 0;
}
}
/* ------------------------

.ttl_colored_type

------------------------ */

.ttl_colored_type{
	margin: 0 auto 1em;
	text-align: center;
	font-size: 118%;
	background: #986f44;
	color: #FFF;
	padding: 0.4em 0 0.2em;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
.ttl_colored_type{
	font-size: 4vw;
}
}

/* ------------------------

.ttl_archi_strong

------------------------ */

.ttl_archi_strong{
	margin: 0 auto 1em;
	text-align: center;
	font-size: 118%;
	background: #604121;
	color: #FFF;
	padding: 0.4em 0 0.2em;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
.ttl_archi_strong{
	font-size: 4vw;
}
}


/* ------------------------

.ttl_general

------------------------ */

.ttl_general{
	margin: 0 auto 1em;
	text-align: center;
	font-size: 118%;
	background: #9fa0a0;
	color: #FFF;
	padding: 0.4em 0 0.2em;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
.ttl_general{
	font-size: 4vw;
}
}


/* ------------------------

.ttL_table

------------------------ */
.ttL_table{
	font-size: 118%;
	font-weight: bold;
	margin: 2em 0 0.4em;
	line-height: 1.6;
  }
@media screen and (max-width: 640px) {
.ttL_table{
	font-size: 4vw;
}
}

/*-------------------------
   mw_column
-------------------------*/
.mw_column{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
	background: #604121;
	padding: 1em 2em;
}

.mw_column .column:first-child{
    width: 75%;
    margin: 0;
    display:flex;
    align-items:center;
}
	
.mw_column .column:last-child{
    width: 25%;
    margin: 0;
    display:flex;
    justify-content:center;
    align-items:center;
}

.mw_column .column h4{
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
}

.mw_column .column h4 span{
	font-size: 75%;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
.mw_column{
	padding: 0.5em 1em 1em;
}

.mw_column .column:first-child{
    width: 100%;
    margin: 0 0 0.4em;
}
	
.mw_column .column:last-child{
    width: 100%;
	text-align: center;
}

.mw_column .column:last-child img{
    width: 40vw;
}
.mw_column .column h4{
	font-size: 5vw;
	margin: 0;
}

.mw_column .column h4 span{
	font-size: 2.9vw;
}
}

/*-------------------------
   ss_column
-------------------------*/
.ss_column{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
	background: #25445a;
	padding: 1em 2em;
}

.ss_column .column:first-child{
    width: 100%;
    margin: 0;
}

.ss_column .column h4{
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
	margin: 0.2em 0 0.4em 0;
	text-align: left;
}

.ss_column .column h4 span{
	font-size: 75%;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
.ss_column{
	padding: 0.5em 1em 0.5em;
}

.ss_column .column:first-child{
    width: 100%;
    margin: 0 0 0.4em;
}

.ss_column .column h4{
	font-size: 5vw;
	margin: 0;
}

.ss_column .column h4 span{
	font-size: 2.9vw;
}
}

/* ------------------------

.productList

------------------------ */	


.product_list a {
	color:#000;
}
.product_list a:hover {
text-decoration: underline;
}

.product_list {
width:968px;
margin: 10px 0 10px;
border-collapse: collapse;
border: 1px #999 solid;
font-size:12px;
line-height:140%;
vertical-align:middle ;
}
.product_list th {
padding: 5px 5px;
background: #FFF;
border: 1px #999 solid;
vertical-align:top;
text-align:center;
background-clip: padding-box!important;
}
.product_list th.productNameTitle {
padding: 5px 10px;
background: #EFEEE8;
border: 1px #999 solid;
vertical-align:middle;
text-align:center;
}

.product_list th span.vw {
writing-mode: vertical-rl;
white-space: pre;
display:inline-block;
}

.product_list th.noline {
border-top:  none;
border-bottom:  none;
}
.product_list th img {
	width: 30px;
}
.product_list td {
padding: 5px 10px;
border: 1px #999 solid;
background: #fff;
text-align:center;
vertical-align:middle;
background-clip: padding-box!important;
}

.product_list td.product_name {
text-align:left;
padding: 5px 6px;
}

.product_list td.features {
	color: #ce7d7e;
	font-size:16px;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.product_list td.facility {
	color: #0075a9;
	font-size:16px;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {

.table-wrapper {
  max-width: 200vw;
  overflow: scroll;
}
.mod_headerbar{
  z-index: 10000!important;
}
	
.product_list {
	width: 100vw;
}
.product_list th img {
	width: 40vw!important;
}
.product_list .productNameTitle{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 100;
}

.product_list tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
}

.product_list tbody td:first-of-type {/*最初の要素を固定する*/
  position: -webkit-sticky;
  position: sticky;
  left: 0vw;
  width:30vw;
}
}

/* ------------------------

.boissix_table

------------------------ */	

.boissix_table {
	width:968px;
	margin: 10px 0 10px;
	border-collapse: collapse;
	border: 1px #999 solid;
	line-height: 1.4;
}
.boissix_table th {
	padding: 10px;
	background: #e6e6e2;
	border: 1px #999 solid;
	text-align:center;
	vertical-align:middle;
	position: relative!important;
	background-clip: padding-box!important;
}
.boissix_table td{
	padding: 10px;
	border: 1px #999 solid;
	text-align:center;
	vertical-align:middle;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-clip: padding-box!important;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
.boissix_table {
	width: 120vw!important;
	font-size: 3vw!important;
}
.boissix_table th {
	position: relative!important;
}
.boissix_table td{
	position: relative!important;
	z-index: 0!important;
}
.boissix_table tbody td:first-of-type {
  position: relative!important;
  left: 0vw;
  width:20vw;
}
}

/* ------------------------

.archi_strong_table_one

------------------------ */	

.archi_strong_table_one,
.archi_strong_table_two {
	width:968px;
	margin: 10px 0 10px;
	border-collapse: collapse;
	border: 1px #999 solid;
	line-height: 1.4;
}
.archi_strong_table_one th,
.archi_strong_table_two th {
	padding: 10px;
	background: #e6e6e2;
	border: 1px #999 solid;
	text-align:center;
	vertical-align:middle;
	background-clip: padding-box!important;
}
.archi_strong_table_one th.evaluation {
	text-align:left;
	width: 240px;
	font-size: 88%;
}
.archi_strong_table_two th.type {
	width: 110px;
	font-size: 88%;
}
.archi_strong_table_two th.type span {
	font-size: 88%;
}
.archi_strong_table_one td,
.archi_strong_table_two td{
	padding: 10px;
	border: 1px #999 solid;
	text-align:center;
	vertical-align:middle;
	background-clip: padding-box!important;
}

.archi_strong_table_one td img {
	width: 220px;
}

.archi_strong_table_two td img {
	width: 90px;
}

.archi_strong_table_one td.archi_strong,
.archi_strong_table_two td.archi_strong{
	background: #604121;
	color: #FFF;
}

.archi_strong_table_one td.general,
.archi_strong_table_two td.general{
	background: #9fa0a0;
	color: #FFF;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
.archi_strong_table_one,
.archi_strong_table_two {
	width: 200vw!important;
}

.archi_strong_table_one th,
.archi_strong_table_two th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.archi_strong_table_one th.fixed,
.archi_strong_table_two th.fixed,
.archi_strong_table_one td.fixed,
.archi_strong_table_two td.fixed{/*最初の要素を固定する*/
  position: -webkit-sticky;
  position: sticky;
  left: 0vw;
  width:40vw;
	z-index: 100;
}
}

/*-------------------------
   lineup_column
-------------------------*/
.lineup_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.lineup_column .column::after{
    content:"";
    display: block;
    width: 30%;
}

.lineup_column .column{
    width: 30%;
    margin: 0;
	line-height: 1.8;
	border: 1px solid #000;
	transition: 0.3s;
}

.lineup_column .column:hover{
    opacity: 0.7;
}

.lineup_column .column_inner{
	padding: 1.4em 1em;
}

.lineup_column .column a{
	color: #000;
	text-decoration: none;
}

.lineup_column .column h3{
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0.4em;
}

.lineup_column .column h3 span{
	font-size: 75%;
	display: block;
}

.lineup_column .column p{
	margin: 0 0 1em;
	font-size: 88%;
}

.lineup_column table{
	margin: 0 0 1em;
	border-spacing: 10px;
	 border-collapse: separate;
	font-size: 82%;
	width: 100%;
}

.lineup_column table tr th{
	border: 1px solid #000;
	padding: 4px;
}
.lineup_column table tr td{
	padding: 4px;
}

.lineup_column .btn_lineup{
	text-align: center;
	border: 1px solid #000;
	padding: 0.6em 0;
	position: relative;
}

.lineup_column .btn_lineup:after {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	content: " \f107";
	font-family: FontAwesome;
	font-size: 200%;
	transition: all .4s ease;
}

.lineup_column .btn_lineup:hover:after{
	top: 60%;
}

@media screen and (max-width: 640px) {
.lineup_column .column::after{
    content:"";
    display: block;
    width: 100%;
}
	
.lineup_column .column{
    width: 100%;
	margin-bottom: 2em;
}
.lineup_column table tr th{
	width: 10vw;
}
}

/*-------------------------
   catalog_column
-------------------------*/
.catalog_column{
    display:table-cell;
	background: #e7e7e7;
	padding: 1em 2em;
}

.catalog_column .column:first-child{
    width: 55%;
    margin: 0;
    display:table-cell;
	vertical-align: middle;
	text-align: center;
}
	
.catalog_column .column:last-child{
    width: 40%;
    margin: 0;
    display:table-cell;
	vertical-align: middle;
}

.catalog_column .column p{
	font-weight: bold;
	line-height: 1.6;
	font-size: 175%;
}

.catalog_column .column p span{
	font-size: 75%;
	display: block;
}


@media screen and (max-width: 640px) {
.catalog_column{
	padding: 2em 1em ;
	width: 90vw;
}

.catalog_column .column:first-child{
    width: 100%;
    display:block;
}
	
.catalog_column .column:last-child{
    width: 100%;
	text-align: center;
    display:block;
}

.catalog_column .column:last-child img{
    width: 70vw;
}
.catalog_column .column p{
	font-size: 6vw;
}

.catalog_column .column p span{
	font-size: 5vw;
}
}

.catalog_column .column .btn_catalog a {
  margin: 10px auto 20px;
  width: 320px;
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #FFF;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
	background: #000;
}
.catalog_column .column .btn_catalog a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background: url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.catalog_column .column .btn_catalog a:hover:after{
  right: -11px;
}

@media screen and (max-width: 640px) {
.catalog_column .column .btn_catalog a {
  width: auto;
}
}

/* youtube_block ----------------------- */
.youtube_block {
	width: 800px;
	margin: 0 auto 2em;
}
.youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 640px) {
.youtube_block {
	width: auto;
	margin: 0 auto;
}
}