﻿.maindesign {
	color: #333;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.maindesign .u-mt-far {
	margin-top: 75px;
}
.maindesign .u-mt-leave {
	margin-top: 50px;
}
.maindesign .u-mt-moderate {
	margin-top: 30px;
}
.maindesign .u-mt-close {
	margin-top: 15px;
}
.maindesign .u-mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-far {
		margin-top: 50px;
	}
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
	.maindesign .u-mt-close {
		margin-top: 10px;
	}
	.maindesign .u-one-side {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .u-pc-only {
	display: block;
}
.maindesign .u-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .u-pc-only {
		display: none;
	}
	.maindesign .u-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
	text-decoration: none;
	display: inline !important;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
	font-weight: bold;
	font-size: 1.15rem;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}
@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 1.0rem;
	}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .l-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-feature-settings: "palt" 1;
    font-size: 4.0rem;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(10, 10, 10, 0.7);
    color: #FFF;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		top: 72%;
        left: 6%;
        font-size: 12vw;
	}
}

.maindesign .p-category-heading {
	font-size: 1.6rem;
    font-weight: bold;
    background-color: #e9f6fd;
    padding: 25px;
	line-height: 1.35;
}

@media screen and (max-width:767px) {
	.maindesign .p-category-heading {
		font-size: 5.0vw;
		padding: 15px;
	}
}

.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
	line-height:1.15;
}
.maindesign h3.c-checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}

.maindesign .p-indent-text {
	padding-left: 1em;
	text-indent: -1em;
}


.maindesign .p-body-design-column {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-body-design-column--left {
	width: 60%;
}
.maindesign .p-body-design-column--right {
	width: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.maindesign .p-body-design-column--right-01 {
	width: 50%;
}
.maindesign .p-body-design-column--right-02 {
	width: 100%;
	margin-top: 20px;
}
.maindesign .p-body-design-column--notes {
	margin-top: 5px;
	font-size: 0.9rem;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-body-design-column {
		flex-wrap: wrap;
	}
	.maindesign .p-body-design-column--left {
		width: 100%;
	}
	.maindesign .p-body-design-column--right {
		width: 100%;
		margin-top: 30px;
	}
}

.maindesign .p-design-list {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-design-list--item {
	width: 24%;
}
.maindesign .p-design-list--name {
	font-size: 0.9rem;
	margin-top: 5px;
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width:767px) {
	.maindesign .p-design-list {
		flex-wrap: wrap;
	}
	.maindesign .p-design-list--item {
		width: 48%;
	}
	.maindesign .p-design-list .p-design-list--item:nth-child(n+3) {
		margin-top: 20px;
	}
}



.maindesign .p-specification-column {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-specification-column--item {
	width: 30%;
}
.maindesign .p-specification-column::after {
	content: '';
	display: block;
	height: 0;
	width: 30%;
}
.maindesign .p-specification-column--name {
	font-size: 0.9rem;
}
.maindesign .p-specification-column--img {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .p-specification-column {
		flex-wrap: wrap;
	}
	.maindesign .p-specification-column--item {
		width: 100%;
	}
	.maindesign .p-specification-column .p-specification-column--item:not(:first-child) {
		margin-top: 20px;
	}
}

.maindesign .p-variations-heading {
	width: 100%;
	font-size: 1.15rem;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	background-color: #626262;
}
.maindesign .p-color-list {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-color-list--item {
	width: 18%;
}
.maindesign .p-color-list--name {
	margin-top: 10px;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-color-list {
		flex-wrap: wrap;
	}
	.maindesign .p-color-list--item {
		width: 48%;
	}
	.maindesign .p-color-list .p-color-list--item:nth-child(n+3) {
		margin-top: 20px;
	}
}

.maindesign .p-diagram-list {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-diagram-list--item {
	width: 31%;
}
@media screen and (max-width:767px) {
	.maindesign .p-diagram-list {
		flex-wrap: wrap;
	}
	.maindesign .p-diagram-list--item {
		width: 100%;
	}
	.maindesign .p-diagram-list .p-diagram-list--item:not(:first-child) {
		margin-top: 20px
	}
}

.maindesign .p-cross-section-list {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-cross-section-list--item {
	width: 48%;
}
.maindesign .p-cross-section-list--name {
	font-weight: bold;
	font-size: 1.2rem;
}
.maindesign .p-cross-section-list--img {
	margin-top: 15px;
}


@media screen and (max-width:767px) {
	.maindesign .p-cross-section-list {
		flex-wrap: wrap;
	}
	.maindesign .p-cross-section-list--item {
		width: 100%;
	}
	.maindesign .p-cross-section-list--img {
		margin-top: 10px;
	}
	.maindesign .p-cross-section-list .p-cross-section-list--item:not(:first-child) {
		margin-top: 30px;
	}
}


.maindesign .p-info {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-info--left {
	width: 57%;
}
.maindesign .p-info--right {
	width: 38%;
}
.maindesign .p-info--heading {
	width: 100%;
	font-size: 1.15rem;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	background-color: #000;
}
.maindesign .p-info--content {
	margin-top: 15px;
}
.maindesign .p-info--content .p-info--unit:not(:first-child) {
	margin-top: 15px;
}
.maindesign .p-info--text {
	font-size: 0.9rem;
	line-height: 1.35;
}
.maindesign .p-overview-content {
	margin-top: 5px;
}
.maindesign .p-overview-ttl {
	font-size: 0.95rem;
	font-weight: bold;
}
.maindesign .p-overview-content .p-overview-content--unit:not(:first-child) {
	margin-top: 3px;
}

@media screen and (max-width:767px) {
	.maindesign .p-info {
		flex-wrap: wrap;
	}
	.maindesign .p-info--left {
		width: 100%;
	}
	.maindesign .p-info--right {
		width: 100%;
		margin-top: 20px;
	}
}

.maindesign .p-sale-notes {
	color: #ff0000;
}
.maindesign .p-sale--heading {
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.15;
}
.maindesign .p-table-notes {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.15;
}

@media screen and (max-width:767px) {
	.maindesign .p-sale--heading {
		font-size: 5.5vw;
		text-align: left;
	}
	.maindesign .p-table-notes {
		font-size: 4.25vw;
		text-align: left;
	}
}



@media screen and (max-width:767px) {
	.maindesign .c-scroll-text > span {
		font-size: 0.9rem;
		padding: 5px;
		border: 2px solid #E00012;
		color: #E00012;
		display: inline-block;
		font-weight: bold;
	}
}


.maindesign .p-dimensions-table {
	width: 100%;
}
.maindesign .p-dimensions-table--content {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.maindesign .p-dimensions-table td:not(.p-dimensions-table--first-fixed):not(.p-dimensions-table--second-fixed):not(.p-dimensions-table--third-fixed),
.maindesign .p-dimensions-table th:not(.p-dimensions-table--first-fixed):not(.p-dimensions-table--second-fixed):not(.p-dimensions-table--third-fixed) {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.maindesign .p-dimensions-table--first-fixed,
.maindesign .p-dimensions-table--second-fixed,
.maindesign .p-dimensions-table--third-fixed {
	border: 1px solid #000;
}


.maindesign .p-dimensions-table td,
.maindesign .p-dimensions-table th {
	line-height: 1.15;
}

.maindesign .p-dimensions-table--category {
	text-align: left;
}
.maindesign .p-dimensions-table td:not(.p-dimensions-table--category),
.maindesign .p-dimensions-table th:not(.p-dimensions-table--category) {
	text-align: center;
}

.maindesign .p-dimensions-table--link > a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
.maindesign .p-dimensions-table--link > a:hover {
	transition: 0.25s;
	opacity: 0.75;
}
.maindesign .p-dimensions-table td:not(.p-dimensions-table--link),
.maindesign .p-dimensions-table th:not(.p-dimensions-table--link),
.maindesign .p-dimensions-table--link > a {
	padding: 10px 5px;
}
.maindesign .p-dimensions-table--outer {
	font-weight: bold;
	background-color: #ffe14d;
	font-size: 1.1em;
}
.maindesign .p-dimensions-table--size {
	font-weight: bold;
	background-color: #fff49e;
}

.maindesign .p-dimensions-table--fixed-col {
	width: 40%;
}
.maindesign .p-dimensions-table--column {
	width: 12%;
}

@media screen and (max-width:767px) {
	.maindesign .p-dimensions-table {
		overflow-x: scroll;
		font-size: 0.85rem;
	}
	.maindesign .p-dimensions-table--content {
		width: 710px;
	}
	.maindesign .p-dimensions-table--fixed-col {
		width: 210px;
	}
	.maindesign .p-dimensions-table--first,
	.maindesign .p-dimensions-table--second,
	.maindesign .p-dimensions-table--third {
		width: 70px;
	}
	.maindesign .p-dimensions-table--first-fixed,
	.maindesign .p-dimensions-table--second-fixed,
	.maindesign .p-dimensions-table--third-fixed  {
		border-left: none;
		border-right: none;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.maindesign .p-dimensions-table--first-fixed {
		position: sticky;
		top: 0;
		left: 0;
		background-color: #ffe14d;
	}
	.maindesign .p-dimensions-table--first-fixed::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.maindesign .p-dimensions-table--second-fixed {
		position: sticky;
		top: 0;
		left: 70px;
		background-color: #fff49e;
	} 
	.maindesign .p-dimensions-table--second-fixed::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-right: 1px solid #000;
	}
	.maindesign .p-dimensions-table--third-fixed {
		position: sticky;
		top: 0;
		left: 140px;
		background-color: #fff;
	}
	.maindesign .p-dimensions-table--third-fixed::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-right: 1px solid #000;
	}
	.maindesign .p-dimensions-table--column {
		width: 100px;
	}
}
