.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .p-page--item-leave {
	margin-top: 50px;
}
.maindesign .p-page--item-moderate {
	margin-top: 30px;
}
.maindesign .p-page--item-close {
	margin-top: 30px;
}
.maindesign .p-page--item-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .p-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .p-page--item-close {
		margin-top: 15px;
	}
}

.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 .c-pc-only {
	display: block;
}
.maindesign .c-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-pc-only {
		display: none;
	}
	.maindesign .c-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;
}
.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;
	text-align: center;
}
.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);
}


.maindesign img {
	max-width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-komeri-btn--inner {
		font-size: 0.9rem;
	}
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}


.maindesign .p-content-column {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.maindesign .p-content-column {
		margin: 0 10px;
		width: calc(100% - 20px);
	}
}



.maindesign .p-heading-area {
	background-color : #f0b900;
}
.maindesign .p-title--heading {
	height: 2.5rem;
	display: flex;
	align-items: center;
}
.maindesign .p-heading-area--primary {
	font-weight: bold;
	font-size: 1.25rem;
}


@media screen and (max-width:767px) {
	.maindesign .p-title--heading {
		height: 4.0rem;
	}
	.maindesign .p-page-title--inner {
		font-size: 1.15rem;
		padding: 10px 5px;
		line-height: 1.15;
	}
}

.maindesign .p-loader {
	position: relative;
}
.maindesign .p-loader--scroll {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 120px;
	display: none;
	bottom: 2%;
	right: 0;
	display: none;
}
.maindesign .p-loader--scroll-inner {
	animation: arrowmove 1.25s ease-in-out infinite;
	position: absolute;
	bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes arrowmove {
	0%{bottom:2%;}
	50%{bottom:17%;}
	100%{bottom:2%;}
}

.maindesign .p-loader--scroll-inner span{
	position: absolute;
	left: -35px;
	bottom: 1px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.maindesign .p-loader--scroll-inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -6px;
	width: 2px;
	height: 20px;
	background: #fff;
	transform: skewX(-31deg);
	-webkit-transform: skewX(-31deg);
	-ms-transform: skewX(-31deg); 
}

.maindesign .p-loader--scroll-inner::after {
	content:"";
	position: absolute;
	bottom:0;
	right:0;
	width:2px;
	height: 100px;
	background:#fff;
}

@media screen and (max-width: 767px){
	.maindesign .p-loader--scroll {
		height: 85px;
	}
	.maindesign .p-loader--scroll-inner span {
		font-size: 0.9rem;
		left: -25px;
	}
	.maindesign .p-loader--scroll-inner::before {
		right: -6px;
		width: 1px;
		height: 20px;
	}
	.maindesign .p-loader--scroll-inner::after {
		height: 75px;
		width: 1px;
	} 
} 

.maindesign .p-img-title {
	position: relative;
	height: calc(100vh - 2.5rem);
	padding-bottom: 30px;
}
.maindesign .p-img-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;
	background-color: #f0b900;
}
.maindesign .p-img-title--back img {
	object-fit: cover;
	object-position: 50% 80%;
	width: 100%;
	height: 100%;
}
.maindesign .p-title--logo {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	padding: 10px 15px;
	background-color : #f0b900;
}
.p-title--logo-line{
	position: relative;
}
.p-title--logo-line::before,
.p-title--logo-line::after{
	position: absolute;
	content:"";
	width:0;
	height:4px;
	background:#333;
}

.p-title--logo-line2::before,
.p-title--logo-line2::after{
position: absolute;
content:"";
width: 4px;
height:0;
background:#333;
}

.p-title--logo-line::before {
top:0;
left:0;
animation: lineAnime .3s linear 0s forwards;
}

.p-title--logo-line2::before{ 
top:0;
right:0;
animation: lineAnime2 .3s linear .3s forwards;
}
.p-title--logo-line::after { 
bottom:0;
right:0;
animation: lineAnime .3s linear 0.6s forwards;
}


.p-title--logo-line2::after{ 
bottom:0;
left:0;
animation: lineAnime2 .3s linear 0.9s forwards;
}

@keyframes lineAnime {
	0% {width:0%;}
	100%{width:100%;}
}

@keyframes lineAnime2 {
	0% {height:0%;}
	100%{height:100%;}
}

.p-title--logo-line .p-title--logo-lineinappear{
	animation: lineInnerAnime .4s linear 1.2s forwards;
	opacity: 0;
}

@keyframes lineInnerAnime{
	0% {opacity:0;}
	100% {opacity:1;}
}
.maindesign .p-title--logo-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
}
@media screen and (max-width:767px) {
	.maindesign .p-title--logo {
		padding: 10px;
	}
	.p-title--logo-line::before,
	.p-title--logo-line::after {
		height: 3px;
	}

	.p-title--logo-line2::before,
	.p-title--logo-line2::after {
		width: 3px;
	}
}





@media screen and (max-width:767px) {
	.maindesign .p-img-title {
		padding-bottom: 15px;
		height: calc(100vh - 4.0rem);
	}
	.maindesign .p-img-title::after {
		height: 15px;
	}

	.maindesign .p-title--logo {
		width: 55%;
	}
}

.maindesign .p-heading-area--secondary {
	text-align: center;
	font-weight: bold;
	font-size: 1.75rem;
	padding: 10px 0;
	font-style: italic;
}

@media screen and (max-width:767px) {
	.maindesign .p-heading-area--secondary {
		font-size: 6.5vw;
	}
}

.maindesign .p-content-area {
	background-color: #fff2cc;
	padding: 30px 0 75px;
}
.maindesign .p-content-area__narrow {
	padding:10px 0 30px !important;
}
.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 75%;
	margin: auto;
}
/*.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;s
}*/
.maindesign .l-nav-list--btn {
	position: relative;
	/*border: 1px solid #B6B6B6;*/
	width: 20%;
	font-size: 1.2rem;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
	/*background-color: #fff;*/
}
.maindesign .l-nav-list--btn::after {
	content: "";
    position: absolute;
	/*top: 50%;*/
    right: 50%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	padding: 0.75rem 2rem 0.5rem 1.75rem;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
.maindesign .l-nav-list {
	width: 100%;
}
	.maindesign .l-nav-list--btn {
		/*width: 49%;*/
		font-size: 0.9rem;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	/*.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}*/
.maindesign .l-nav-list--btn::after {
    right: 45%;
}
}


.maindesign .p-half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-half-column--item {
	width: 32%;
}
.maindesign .p-half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 32%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n+6) {
	margin-top: 50px;
}

@media screen and (max-width:767px) {
	.maindesign .p-half-column--item {
		width: 49%;
	}
	.maindesign .p-half-column .p-half-column--item:nth-child(n+4) {
		margin-top: 30px;
	}
}

.maindesign .p-product {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.maindesign .p-product--name {
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.maindesign .p-product--lead {
	width: fit-content;
	margin: 15px auto 0;
}
.maindesign .p-product--lead > p {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
} 
.maindesign .p-product--lead > p:not(:first-child) {
	margin-top: 10px;
}
.maindesign .p-product--btn {
	width: 80%;
	margin: 20px auto 0;
}
@media screen and (max-width:767px) {
	.maindesign .p-product--name {
		font-size: 1.1rem;
	}
	.maindesign .p-product--lead {
		font-size: 0.95rem;
	}
	.maindesign .p-product--btn {
		width: 100%;
    	margin: 15px auto 0;
	}
}

/*
.maindesign .p-boundary .p-boundary--line:nth-of-type(odd) {
	display: none;
}
*/
.maindesign .p-boundary .p-boundary--line:nth-child(3n+1) {
	display: none;
}
.maindesign .p-boundary .p-boundary--line:nth-child(3n+2) {
	display: none;
}
.maindesign .p-boundary .p-boundary--line:nth-child(3n+3) {
	display: block;
}

.maindesign .p-boundary--line {
	width: 100%;
	border: none;
    border-top: 3px dotted #000;
	transform: translateY(35px);
}

@media screen and (max-width:767px) {
/*
	.maindesign .p-boundary .p-boundary--line:nth-of-type(odd) {
		display: block;
	}
*/
.maindesign .p-boundary .p-boundary--line:nth-child(3n+1) {
	display: block;
}
.maindesign .p-boundary .p-boundary--line:nth-child(3n+2) {
	display: block;
}
.maindesign .p-boundary .p-boundary--line:nth-child(3n+3) {
	display: block;
}
.maindesign .p-boundary .p-boundary--line:nth-of-type(odd) {
	display: none;
}

	.maindesign .p-boundary--line {
		transform: translateY(25px);
		width: 100%;
		text-align: center;
	}
}

.maindesign .p-category-list {
	margin-top: 50px;
}
.maindesign .p-category-list .p-category-list--unit:not(:first-child) {
	margin-top: 100px;
}
.maindesign .p-heading-category {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	padding-bottom: 30px;
	letter-spacing: 0.05em;
	border-bottom: 3px dotted #000;
}


@media screen and (max-width:767px) {
	.maindesign .p-category-list {
		margin-top: 30px;
	}
	.maindesign .p-category-list .p-category-list--unit:not(:first-child) {
		margin-top: 75px;
	}
	.maindesign .p-heading-category {
		font-size: 6.0vw;
	}
}

.maindesign .p-quarter-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-quarter-column--item {
	width: 24%;
}
.maindesign .p-quarter-column::before,
.maindesign .p-quarter-column::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .p-quarter-column::before {
	order: 1;
}
.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+5) {
	margin-top: 50px;
}

@media screen and (max-width:767px) {
	.maindesign .p-quarter-column--item {
		width: 48%;
	}
	.maindesign .p-quarter-column::before,
	.maindesign .p-quarter-column::after {
		width: 48%;
	}
	.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+3) {
		margin-top: 30px;
	}
}

.maindesign .p-card--link {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
}
.maindesign .p-card--inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.maindesign .p-card--name {
	font-weight: bold;
	font-size: 1.35rem;
	text-align: center;
	margin-top: 15px;
	flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	line-height: 1.15;
}
.maindesign .p-card--img {
	overflow: hidden;
}
.maindesign .p-card--img img {
	transition: 0.8s;
}
.maindesign .p-card:hover .p-card--img img {
	transform: scale(1.15, 1.15);
	opacity: 1;
}

@media screen and (max-width:767px) {
	.maindesign .p-card--name {
		font-size: 1.25rem;
		margin-top: 10px;
	}
}

.maindesign .p-catch-text {
	line-height: 1.7;
	text-align: center;
	font-size: 1.25rem;
}
@media screen and (max-width:767px) {
	.maindesign .p-catch-text {
		line-height: 1.5;
		text-align: left;
		font-size: 1.0rem;
	}
}



.maindesign .p-modal-list {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .p-modal-list {
		margin: 30px 0;
	}
}
.maindesign .p-modal-card {
	overflow: hidden;
}
.maindesign .p-modal-card  img {
	transition: 0.8s;
}
.maindesign .p-modal-card:hover img {
	transform: scale(1.15, 1.15);
	opacity: 1;
}


.maindesign .modal {
	display:none;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}

.maindesign .modal__bg {
	height:100vh;
	position:absolute;
	width:100%;
}

.maindesign .modal__content {
	background:rgba(0,0,0,0.8);
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	width:80%;
	max-width:900px;
	overflow-y:scroll;
	height:90%;
	max-height:740px;
	padding:10px;
}

.maindesign .modal_txtbox {
	max-width:350px;
}

.maindesign .modal_txtbox .item-name {
	font-size:1.2rem;
	font-weight:700;
}

.maindesign .close-right {
	display:flex;
	justify-content:flex-end;
	color:#fff;
	text-decoration:none;
}
.maindesign .modal_imgbox {
	max-width:600px;
	margin:20px auto 0;
}

@media screen and (max-width:767px) {
	.maindesign .modal__content {
		background:rgba(0,0,0,0.8);
		left:50%;
		position:absolute;
		top:50%;
		transform:translate(-50%,-50%);
		width:90%;
		padding:10px;
	}
		
	.maindesign .modal_imgbox {
		margin:20px auto 0;
	}
}

.maindesign .activity_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .activity_container::before,
.maindesign .activity_container::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.maindesign .activity_container::before {
	order: 1;
}
.maindesign .activity_content {
	box-sizing: border-box;
	width: 24%;
	display: block;
	padding: 30px 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000 !important;
	background-color: #fff;
}
.maindesign .activity_container p {
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .activity_container::before,
	.maindesign .activity_container::after {
		width: 49%;
	}
	.maindesign .activity_content {
		width: 49%;
	}
}
.maindesign .color_wh {
	color: #fff;
}
.maindesign .feature-hdg3 {
    font-size: 1.75rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
    padding-bottom: 0.5rem;
}
@media screen and (max-width:767px) {
	.maindesign .feature-hdg3 {
		font-size: 1.25rem;
		margin-top: calc(50px - 0.6rem);
		margin-bottom: calc(30px - 0.75rem);
		line-height: 1.3;
	}
}

.maindesign .bnr-container {
	margin-top: 30px;
}
.maindesign .bnr-container img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .bnr-container {
		margin-top: 15px;
	}
}

.maindesign .c-lead-text-intro {
	text-align: center;
}
.maindesign .c-lead-text-past {
	font-size: 0.95rem !important;
	text-align: center;
}
.maindesign .p-movie-btn {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:767px) {
	.maindesign .c-lead-text-intro {
		text-align: left;
	}
	.maindesign .c-lead-text-past {
		font-size: 0.85rem !important;
	}
	.maindesign .p-movie-btn {
		width: 100%;
	}
}


.maindesign section:last-of-type .p-content-area {
	padding-bottom: 100px;
}

@media screen and (max-width:767px) {
	.maindesign section:last-of-type .p-content-area {
		padding-bottom: 50px;
	}
}

/*240711*/

.maindesign .logo-container {
    margin: 30px auto 50px;
    max-width: 400px;
}
.maindesign .intro-text {
    margin: 50px auto 100px;
    font-weight: bold;
    line-height: 2.0;
    font-size: 1.75rem;
    width: fit-content;
}
.maindesign .intro-text .intro-text--item {
    margin: 20px auto 40px;
}
.maindesign .intro-text .intro-text--item .b-text {
	font-size: 1.8em;
	font-weight: bold;
}
.maindesign .movie-container {
    width: 1200px;
    margin: 50px auto 0;
}
.maindesign .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.2%;
    margin-bottom: 20px;
}
.maindesign .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width:767px) {
.maindesign .logo-container {
        padding: 0 5px;
        width: 75%;
        box-sizing: border-box;
    }
	.maindesign .movie-container {
        padding: 0 5px;
        width: 100%;
        box-sizing: border-box;
    }
	.maindesign .intro-text {
        padding: 0 5px;
        font-size: 5.0vw;
    }
}

/*  250211 更新  */

.maindesign .l-nav-list{
	display:block;
	width: 100%;
	
}
.maindesign .l-nav-list--btn{
	width: 100%;
	font-size: 1.8rem;
	margin-top: 10px;
}
.maindesign .l-nav-list--btn:first-child{
	margin-top: 0;
}
.maindesign .l-nav-list--btn::after{
	top: 50%;
	right: 5px;
	border-top: 2px solid #000;
    border-right: 2px solid #000;
	width: 15px;
    height: 15px;
}
.maindesign .l-nav-list--btn::before{
	content: "";
	display: block;
	width: 96%;
	border-bottom: 1px solid #000;
	position: absolute;
    top: 50%;
}
.maindesign .l-nav-list--btn:hover {
	transition: none;
	opacity: 1;
}
.maindesign .l-nav-list--btn:hover span {
	transform: scale(1.2);
    transform-origin: left;
}
.maindesign .l-nav-list--inner{
	width: 100%;
	padding: 5px 0 5px 0px;
    z-index: 1;
	position: relative;
	justify-content: flex-start;
}
.maindesign .l-nav-list--inner span{
	background: #fff2cc;
	padding-right: 1em;
	display: block;
	transition: 0.4s;
}

.maindesign .p-product--img a:hover img{
	background: none;
}
.maindesign .p-product--btn{
	width: 100%;
/*	min-height: 4em;*/
}

.maindesign .bnr-mt{
	margin-top: 5em;
}

@media screen and (max-width:767px) {
.maindesign .l-nav-list--btn{
	font-size: 1.25rem;
}
.maindesign .l-nav-list--btn::before{
	width: 90%;
}
.maindesign .p-product--btn{
/*	min-height: 5em;*/
}
.maindesign .bnr-mt{
	margin-top: 3em;
}

}

.maindesign .mt1em{
	margin-top: 1em;
}
.maindesign .mt2em{
	margin-top: 2em;
}.maindesign .mb1em{
	margin-bottom: 1em;
}
.maindesign .mb2em{
	margin-bottom: 2em;
}
@media screen and (min-width:768px) {

 .catalog-link{
	position: absolute;
    z-index: 99;
    right: 20px;
    top: 16px;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	
}
 .catalog-link .sp-only{
	 display: none;
	}

}
@media screen and (max-width:767px) {

 .catalog-link{
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	display: flex;
	justify-content: center;
	margin-top: -2.5em;
	line-height: 1.2;
}
 .catalog-link .sp-only{
	 display: block;
	}
}

/*  260205 更新  */
@media screen and (max-width:767px) {
.p-mv__logo{
    height: auto;
    top: 150px;
}
.p-mv__logo img{
    width: 180px;
}
.p-mv .slide .slide-title {
    height: auto;
    top: 36px;
}
}

.maindesign .p-heading-subarea--tertiary {
	text-align: center;
	font-weight: bold;
	font-size: 1.75rem;
	padding: 10px 0;
    margin-top: 10px;
    line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-heading-subarea--tertiary {
		font-size: 6.5vw;
	}
}
.maindesign .p-heading-subarea{
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;  
}
.maindesign .p-heading-subarea--catch-text{
    line-height: 1.7;
    text-align: left;
    font-size: 1.25rem;
}
.maindesign .p-heading-subarea--list li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    font-size: 1.35rem;
}
.maindesign .p-heading-subarea--list h4{
 	font-weight: bold;
    line-height: 1.3;
}
.maindesign .p-heading-subarea--list h4::after{
    content: "：";
    
}
.maindesign .p-heading-subarea--list p{
    font-size: 1.15rem;
    line-height: 1.3;
}

@media screen and (max-width:767px) {
.maindesign .p-heading-subarea--catch-text{
    line-height: 1.5;
    font-size: 1.0rem;
}

.maindesign .p-heading-subarea--list li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    font-size: 1.15rem;
}
.maindesign .p-heading-subarea--list p{
    font-size: 1.0rem;
}

}


@media screen and (max-height:667px) {
.p-mv .slide-media img {
    height: 667px;
}
}