@charset "utf-8";
/* -----------------------------------------------------------
    about
-------------------------------------------------------------- */

.no-wrap{
    white-space: nowrap;
}

#wrapper {
    overflow: clip;
}

.fukidashi-icon{
	display: grid;
	place-items: center;
	width: 90px;
	height: 90px;
	color: #ffffff;
	background-color: #D64E00;
	position: absolute;
	font-size: 1.2rem;
	line-height: 1.2;
	top: -40px;
	left: 0;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
}
.grade .fukidashi-icon{
	left: 150px;
}

.fukidashi-icon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #D64E00;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px){
	.fukidashi-icon{
		width: 50px;
		height: 50px;
		font-size: .8rem;
		left: -20px;
		top: -30px;
	}
	.grade .fukidashi-icon{
		left: -20px;
	}

	.fukidashi-icon:before {
	  bottom: -2px;
	  right: -2px;
	  margin-top: -15px;
	  border: 6px solid transparent;
	  border-left: 6px solid #c75b4f;
	}
}


/* -----------------------------
	intro-area
-------------------------------- */
.intro-area{
	margin: 100px 0 0;
}
.intro-area .block01,
.intro-area .block02{
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.intro-area .inner:nth-child(2){
	align-items: center;
}
.intro-area .inner figure{
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: 100px;
}

.intro-area .txt-area .catch-s{
	padding: 30px 0 0;
}
.intro-area .txt-area .catch-l{
	padding: 30px 0 0;
}
.intro-area .txt-area .basic-txt{
	padding: 30px 0 0;
}
.intro-area .point{
	background: var(--light-gold);
	padding: 20px;
	margin: 20px 0 0;
	position: relative;
}
.intro-area .point .en{
	font-family: var(--en);
	color: var(--gold);
	font-size: 2.2rem;
	position: absolute;
	top: -20px;
}
.intro-area .point .catch{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.intro-area .point .basic-txt{
	padding: 0;
}

/* table */
.intro-area .table-block{
	margin: 100px auto 0;
}
.intro-area .table-title{
	font-size: 2rem;
}

/* standard-block */
.standard-block{
	margin: 100px 0 0;
}

@media screen and (max-width: 1600px){
	.intro-area .block01, .intro-area .block02{
	}
	.intro-area .inner figure{
		width: 50vw;
		margin-left: 50px;
	}
}

@media screen and (max-width: 768px){
	.intro-area{
		margin: 50px 0 0;
	}
	.intro-area .inner{
		flex-direction: column;
		gap: 20px;
	}
	.intro-area .inner:nth-child(2){
		flex-direction: column;
		gap: 40px;
	}
	.intro-area .inner figure{
		margin: 0;
	}
	.intro-area .inner figure{
		width: 100%;
	}
	.intro-area .inner:nth-child(2) figure{
	}

	.intro-area .txt-area .catch-s{
		padding: 20px 0 0;
	}
	.intro-area .txt-area .catch-l{
		padding: 10px 0 0;
	}
	.intro-area .txt-area .basic-txt{
		padding: 10px 0 0;
	}
	.intro-area .table-title{
		font-size: 1.8rem;
	}
	.intro-area .table-block{
		margin: 30px 0 0;
	}
	/* standard-block */
	.standard-block{
		margin: 30px 0 0;
	}
}
/* -----------------------------
	comparison-area
-------------------------------- */

.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;

  overflow: hidden;
  text-align: center;
	margin: 30px 0 0;
}
.table_design09 tr {
  background-color: var(--light-gold);
	    border-bottom: solid 1px var(--border1);
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 th, .table_design09 td {
  padding: 20px;
	font-size: 1.6rem;
}
.table_design09 th {
  font-weight: bold;
  text-align: center;

	line-height:1.5; 
}
.table_design09 tbody th {
  color: var(--gold);
}
.table_design09 td {
	line-height: 2;	
}
@media screen and (max-width: 768px){
	.table_design09 {
	border-radius: 0;
	text-align: left;
	}
	.table_design09 thead {
	display:none;
	}
	.table_design09 tr {
	background-color: unset;
		border-bottom: none;
	}
	.table_design09 th, .table_design09 td {
	display: block;
	border: 0;
	border-bottom: 1px solid var(--gold);
		padding: 10px;
	}
	.table_design09 td {
		padding: 10px 0 10px 0;	
	}
	.table_design09 td:last-of-type{
		border-bottom: none;
	}
	.table_design09 td span{
		text-align: center;
	}
	.table_design09 tbody th{
	background: var(--gold);
	color:#fff;
	text-align: center;
	}
	.table_design09 td::before{
	content: attr(data-label);
	background-color: var(--light-gold);
	font-weight: bold;
	display: inline-block;
	width: 100%;
	min-width: 4em;
	text-align: center;
	margin: 0 0 5px;
	border-radius: 100vh;
	}
}

/* -----------------------------
	performance-area
-------------------------------- */
.performance-area{
	margin: 150px 0 0;
	background: var(--light-gray);
	padding: 100px 0;
}
.performance-area .block{
	padding: 50px;
	background: #fff;
}
.performance-area .block:nth-child(n + 2){
	margin: 50px 0 0;
}
.performance-area .block .ttl-s{
	position: relative;
}
.performance-area .block .jp{
	color: var(--gold);
	background: #fff;
	position: relative;
	display: inline;
	padding: 0 20px 0 0;
}
.performance-area .block .ttl-s::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	border-top: 1px dashed var(--gold);
}
.performance-area .block .catch-l{
	padding: 30px 0 0;
}
.performance-area .block .catch-m{
	padding: 80px 0 0;
	border-bottom: solid 1px var(--gold);
	color: var(--gold);
	margin: 0 0 20px;
}
.performance-area .block .txt-area .basic-txt{
	padding: 30px 0 0;
}
.performance-area .block img{
	width: 100%;
}

.performance-area .block ul{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 30px 0 0;
}
.performance-area .block ul li{
	width: calc((100% / 3) - 20px);
	background: var(--light-gold);
	padding: 20px;
}
.performance-area .block ul li .basic-txt{
	padding: 20px 0 0;
}

/* .performance-table */
.performance-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: center;
	margin: 20px 0 0;
}
.performance-table tr {
  background-color: var(--light-gold);
	    border-bottom: solid 1px var(--border1);
}
.performance-table tr:nth-child(even) {
  background-color: #fff;
}
.performance-table th, .performance-table td {
  padding: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
}
.performance-table th {
  font-weight: bold;
  text-align: center;
}
.performance-table tbody th {
  color: var(--gold);
}
.performance-table td {
	line-height: 2;	
}

.insulation-block .ua-box{
	display: flex;
	align-items: center;
	margin: 50px 0 0;
}
.insulation-block .ua-box img{
	width: 50%;
}
.insulation-block .ua-box .catch-m{
	padding: 0;
}

@media screen and (max-width: 768px){
	.performance-area{
		margin: 50px 0 0;
		padding: 50px 0;
	}
	.performance-area .block{
		padding: 15px;
	}
	.performance-area .block:nth-child(n + 2){
		margin: 20px 0 0;
	}
	.performance-area .block .ttl-s{
	}
	.performance-area .block .jp{
	}
	.performance-area .block .ttl-s::before{
	}
	.performance-area .block .catch-l{
		padding: 10px 0 0;
	}
	.performance-area .block .catch-m{
		padding: 20px 0 10px;
		margin: 0;
	}
	.performance-area .block .basic-txt{
		padding: 10px 0 0;
	}
	.performance-area .block .txt-area .basic-txt{
		padding: 10px 0 0;
	}
	.performance-area .block img{
	}

	.performance-area .block ul{
		flex-direction: column;
	}
	.performance-area .block ul li{
		width: 100%;
	}
	.performance-area .block ul li .basic-txt{
		padding: 10px 0 0;
	}
	
	/* .performance-table */
	.performance-table {
		margin: 10px 0 0;
	}
	.performance-table tr {
	}
	.performance-table tr:nth-child(even) {
	}
	.performance-table th, .performance-table td {
		padding: 5px;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.performance-table thead th {
	}
	.performance-table tbody th {
	}
	.performance-table td {
	}
	
	/* grade */
	.performance-table.grade tr th:first-of-type,
	.performance-table.grade tr td:first-of-type{
		width: 30%;
	}
	
	.insulation-block .ua-box{
		flex-direction: column;
	}
	.insulation-block .ua-box img{
		width: 100%;
	}
	.insulation-block .ua-box .catch-m{
		padding: 0;
	}

}

