﻿@media screen and (max-width:767px) {
    .pc-only#html2{
        display: block !important;
    }
}

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}

.maindesign .mt-far {
	margin-top: 90px;
}
.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 35px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-far {
		margin-top: 70px;
	}
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-moderate {
		margin-top: 25px;
	}
	.maindesign .mt-close {
		margin-top: 15px;
	}
}


.content-txt {
	line-height: 1.7;
	font-size: 0.95rem;
}
@media screen and (max-width:767px) {
	.content-txt {
		font-size: 3.5vw;
	}
}


.maindesign .catch-area {
	background-color: #4196C6;
}
.maindesign .catch-area--main {
	position: relative;
}
.maindesign .catch-area--main-txt {
	position: absolute;
	width: 500px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	padding: 50px;
	background-color: rgba(252, 252, 252, 0.8);
	color: #333;
}
.maindesign .catch-area--main-ttl {
	font-size: 2.35rem;
	font-weight: bold;
	line-height: 1.5;
}
.maindesign .catch-area--main-lead {
	line-height: 2.0 !important;
	font-size: 0.95rem;
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .catch-area--main {
		position: static;
	}
	.maindesign .catch-area--main-txt {
		position: static;
		width: 100%;
		transform: translateY(0);
		padding: 30px 10px 0;
		color: #fff;
		background-color: transparent;
	}
	.maindesign .catch-area--main-ttl {
		font-size: 7.0vw;
	}
	.maindesign .catch-area--main-lead {
		font-size: 4.0vw;
		margin-top: 15px;
	}
}


.maindesign .catch-area--sub {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 70px;
	max-width: 100%;
}
.maindesign .box-column {
	display: flex;
	justify-content: space-between;
}
.maindesign .box-column--left {
	position: relative;
	padding-right: 25px;
	width: 25%;
}
.maindesign .box-column--right {
	width: 75%;
	padding-left: 25px;
}
.maindesign .box-column--left::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	transform: translateX(50%);
	background-color: #fff;
}
.maindesign .box-column--ttl {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
}
.maindesign .box-column--content {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.maindesign .box-column--item {
	width: 250px;
}
.maindesign .box-column--txt {
	color: #fff;
	margin-top: 10px;
	font-size: 0.9rem;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.maindesign .catch-area--sub {
		width: 100%;
		padding: 40px 10px 60px;
	}
	.maindesign .box-column {
		flex-wrap: wrap;
	}
	.maindesign .box-column--left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 25px;
	}
	.maindesign .box-column--left::after {
		top: 100%;
		right: 0;
		width: 100%;
		height: 1px;
		transform: translateY(-50%);
	}
	.maindesign .box-column--right {
		width: 100%;
		padding-left: 0;
		padding-top: 25px;
	}
	.maindesign .box-column--ttl {
		font-size: 4.5vw;
	}
	.maindesign .box-column--txt {
		font-size: 4.25vw;
	}
	.maindesign .box-column--content {
		flex-wrap: wrap;
	}
	.maindesign .box-column--item {
		width: 100%;
	}
	.maindesign .box-column--content .box-column--item:not(:first-child) {
		margin-top: 25px;
	}
}

.maindesign .poster {
	position: relative;
	height: 500px;
}
.maindesign .poster--txt {
	position: absolute;
	top: 50%;
	height: 85%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 10;
}
.maindesign .section-heading {
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}
.maindesign .section-heading__blue {
	color: #00B1B5;
}
.maindesign .poster-course .poster-course--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .poster-course--item {
	font-size: 1.1rem;
	line-height: 1.7;
	font-weight: bold;
}
.maindesign .poster--img {
	position: absolute;
    right: 0;
    top: 0;
    width: 65.8%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-image: url('/include_html/commodities_insert/koukoku/241130_gadgets/goods-07/img/poster-wm2.png');
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


@media screen and (max-width:767px) {
	.maindesign .poster {
		position: static;
		height: auto;
	}
	.maindesign .poster--txt {
		position: static;
		transform: translateY(0);
	}
	.maindesign .poster--img {
		position: static;
		background: none;
	}
	.maindesign .section-heading {
		font-size: 7.5vw;
		text-align: center;
		line-height: 1.7;
	}
	.maindesign .poster-course{
		margin-top: 25px;
	}
	.maindesign .poster-course--item {
		font-size: 4.0vw;
		text-align: center;
	}
	.maindesign .poster--img {
		width: 100%;
		height: auto;
		margin-top: 25px;
	}
}


.maindesign .explanation {
	display: flex;
	position: relative;
}
.maindesign .explanation::before {
	content: '';
	position: absolute;
	display: block;
	background: #C3C3C3;
	left: 32.75%;
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
}
.maindesign .explanation::after {
	content: '';
	position: absolute;
	display: block;
	background: #C3C3C3;
	right: 32.75%;
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(50%);
}
.maindesign .explanation--item {
	width: 31%;
	position: relative;
}
.maindesign .explanation .explanation--item:not(:last-child) {
	margin-right: 3.5%;
}
.maindesign .explanation-card {
	display: flex;
	flex-direction: column;
}
.maindesign .explanation-card--name {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2rem;
}
.maindesign .explanation-card--lead {
	margin-top: 20px;
}


@media screen and (max-width:767px) {
	.maindesign .explanation {
		flex-wrap: wrap;
	}
	.maindesign .explanation::before {
		content: none;
	}
	.maindesign .explanation::after {
		content: none;
	}
	.maindesign .explanation--item {
		width: 100%;
	}
	.maindesign .explanation .explanation--item:not(:first-child) {
		margin-top: 40px;
	}
	.maindesign .explanation .explanation--item:not(:last-child) {
		margin-right: 0;
	}
	.maindesign .explanation .explanation--item:not(:last-child)::after {
		content: '';
		position: absolute;
		display: block;
		background: #C3C3C3;
		top: calc(100% + 20px);
		left: 0;
		width: 100%;
		height: 1px;
		transform: translateY(-50%);
	}
}

.maindesign .course {
	position: relative;
}
.maindesign .course-list {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
}
.maindesign .course-list--item {
	padding: 15px 30px;
	background-color: #fff;
	border: 3px solid #00B1B5;
	border-radius: 15px;
	height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.maindesign .course-list .course-list--item:not(:first-child) {
	margin-top: 15px;
}
.maindesign .course-list--name {
	font-weight: bold;
	font-size: 1.1rem;
}
.maindesign .course-list--lead {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .course {
		position: static;
	}
	.maindesign .course-list {
		position: static;
		margin-top: 25px;
		width: 100%;
	}
	.maindesign .course-list--name {
		font-size: 4.25vw;
	}
}	


.maindesign .pc-only .select-column {
	display: flex;
}
.maindesign .pc-only .select-column--images {
	width: 250px;
	margin-right: 30px;
}
.maindesign .pc-only .select-column--images .select-column--img:not(:first-child) {
	margin-top: 10px;
}
.maindesign .pc-only .select-column--txt {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 250px);
}
.maindesign .pc-only .select-course--name {
	color: #00B1B5;
	font-size: 1.2rem;
	font-weight: bold;
}
.maindesign .pc-only .select-course--lead {
	margin-top: 15px;
	font-weight: bold;
}



@media screen and (max-width:767px) {
	.maindesign .sp-only .select-course-list {
		margin-top: 30px;
	}
	.maindesign .sp-only .select-course-list--item {
		display: flex;
		justify-content: space-between;
	}
	.maindesign .sp-only .select-course-list .select-course-list--item:not(:first-child) {
		margin-top: 20px;
	}
	.maindesign .sp-only .select-course--img {
		width: 49%;
	}
	.maindesign .sp-only .select-course--txt {
		width: 49%;
	}
	.maindesign .sp-only .select-course--name {
		color: #00B1B5;
		font-size: 4.25vw;
		font-weight: bold;
	}
	.maindesign .sp-only .select-course--lead {
		margin-top: 10px;
		font-weight: bold;
	}
}


.maindesign .other-bg {
	background: #F5F5F5;
	padding: 50px 0 60px;
}
.maindesign .other-heading {
	font-weight: bold;
	font-size: 2.25rem;
	text-align: center;
}
.maindesign .other-function {
	width: 900px;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.maindesign .other-function .other-function--item:not(:first-child) {
	margin-top: 10px;
}
.maindesign .other-function--item {
	background-color: #fff;
	display: flex;
}
.maindesign .other-function--img {
	width: 220px;
}
.maindesign .other-function--content {
	width: calc(100% - 220px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 15px;
}
.maindesign .other-function--heading {
	width: 10em;
	font-weight: bold;
	line-height: 1.3;
	font-size: 1.2rem;
}
.maindesign .other-function--lead {
	width: calc(100% - 9em);
}

@media screen and (max-width:767px) {
	.maindesign .other-heading {
		font-size: 6.25vw;
	}
	.maindesign .other-bg {
		padding: 30px 10px 40px;
	}
	.maindesign .other-function {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.maindesign .other-function--item {
		display: block;
		width: 49%;
		background-color: transparent;
	}
	.maindesign .other-function .other-function--item:not(:first-child) {
		margin-top: 0;
	}
	.maindesign .other-function .other-function--item:nth-child(n+3) {
		margin-top: 10px;
	}
	.maindesign .other-function--img {
		width: 100%;
	}
	.maindesign .other-function--content {
		width: 100%;
		display: block;
		padding: 0;
	}
	.maindesign .other-function--heading {
		width: 100%;
		margin-top: 15px;
		font-size: 4.25vw;
	}
	.maindesign .other-function--lead {
		width: 100%;
		margin-top: 15px;
	}
}