﻿.maindesign {
	color: #333;
		max-width: 1200px;
		margin: auto;
	margin-block-end: 100px;
}
@media screen and (max-width: 767px) {
	.maindesign {
		width: 100%;
		margin-block-end: 50px;
	}
}
.maindesign *,
.maindesign *:before,
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign .l-main-inner {
	width: 1200px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.maindesign .l-main-inner {
		width: 100%;
		padding-inline: 15px;
	}
	.maindesign .l-main-inner:has(.c-breadcrumb) {
		padding-inline: 0;
	}
}

.maindesign .u-mt-far {
	margin-block-start: 70px;
}
.maindesign .u-mt-leave {
	margin-block-start: 50px;
}
.maindesign .u-mt-moderate {
	margin-block-start: 30px;
}
.maindesign .u-mt-close {
	margin-block-start: 20px;
}
.maindesign .u-mt-thin {
	margin-block-start: 8px;
}
@media screen and (max-width: 767px) {
	.maindesign .u-mt-far {
		margin-block-start: 50px;
	}
	.maindesign .u-mt-leave {
		margin-block-start: 30px;
	}
	.maindesign .u-mt-moderate {
		margin-block-start: 20px;
	}
	.maindesign .u-mt-close {
		margin-block-start: 15px;
	}
	.maindesign .u-mt-thin {
		margin-block-start: 6px;
	}
}

.maindesign .p-main-title {
	font-weight: bold;
	margin: 10px auto;
	font-size: 1.25rem;
	line-height: 1.35;
}
@media screen and (max-width: 767px) {
	.maindesign .p-main-title {
		margin: 10px;
		font-size: 1.1rem;
	}
}

.maindesign .p-mv {
	height: 750px;
	overflow: hidden;
	position: relative;
	max-width: 1430px;
	margin-inline: auto;
}
.maindesign .p-mv__back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maindesign .p-mv__back img {
	height: 100% !important;
	object-fit: cover;
}
.maindesign .p-mv__logo {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 708px;
}
.maindesign .p-mv__logo img {
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 767px) {
	.maindesign .p-mv {
		height: auto;
	}
	.maindesign .p-mv__back {
		position: static;
	}
	.maindesign .p-mv__back img {
		height: auto !important;
		width: 100% !important;
	}
	.maindesign .p-mv__logo {
		top: 20%;
		width: 55%;
	}
}

.maindesign .p-boundary--narrow {
	margin-block-start: 10px !important;
}

.maindesign .c-feature-hdg2 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 1.25rem;
	border-bottom: 3px solid #b6b6b6;
	font-size: 1.75rem;
	margin-top: calc(70px - 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(50px - 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;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .c-komeri-btn__link {
	text-decoration: none;
}
.maindesign .c-komeri-btn__inner {
	font-feature-settings: 'palt';
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.2rem;
}
.maindesign .c-komeri-btn--orange {
	background-color: #ea6d0d;
}
.maindesign .c-komeri-btn--gray {
	background-color: #979797;
}
.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: 0.8rem;
	}
}

.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;
		line-height: 1.6;
	}
}


.maindesign .p-boundary-line {
	background-image: url(../images/260131/line-red.jpg);
	border: none;
    height: 80px;
    background-size: 150px;
    background-repeat: repeat-x;
    background-position: left top;
	margin-block: 50px;
}

@media screen and (max-width: 767px) {
	
	.maindesign .p-boundary-line {
		background-image: url(../images/260131/line-red.jpg);
	    border: none;
        height: 60px;
        background-size: 125px;
        background-repeat: repeat-x;
        background-position: left top;
		margin-block: 30px;
	}
}

.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.maindesign .l-nav-list .l-nav-list__btn:nth-child(n + 5) {
	margin-top: 15px;
}

.maindesign .l-nav-list__btn {
	position: relative;
	border: 1px solid #b6b6b6;
	width: 24%;
	font-size: 1em;
	font-feature-settings: 'palt';
	line-height: 1.3;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
}
.maindesign .l-nav-list__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #b6b6b6;
	border-right: 2px solid #b6b6b6;
	width: 8px;
	height: 8px;
	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;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 1.75rem 0.35rem 1.5rem;
	min-height: 3em;
	color: #333;
	text-decoration: none;
}
.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__btn {
		width: 49%;
	}
	.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__inner {
		font-size: 0.9rem;
	}
}

.maindesign .p-intro-txt {
	text-align: center;
	line-height: 1.95;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	.maindesign .p-intro-txt {
		line-height: 1.75;
		font-size: 4.5vw;
		text-align: left;
	}
}

.maindesign .p-lr-heading {
	font-size: 1.5rem;
	border-left: 4px solid #e5002d;
	padding: 0.3rem 1rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.maindesign .p-lr-heading {
		font-size: 1.25rem;
	}
}

.maindesign .p-logo-box {
	margin-inline: auto;
	width: 400px;
}
@media screen and (max-width: 767px) {
	.maindesign .p-logo-box {
		width: 90%;
	}
}

.maindesign .etc{
	background-color: #EEEEEE;
	padding: 40px 40px 10px 40px;
	box-sizing: border-box
}
.maindesign .etc h2{font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: bold
}
.maindesign .menu{	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;}
.maindesign .menu__item {
  background: #FFF;
	border: 1px solid #CCC;
	border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
	box-sizing: border-box;

		width: 48%;
	margin-bottom:30px
}
.maindesign .menu__item__link {
	font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
  color: #000;
	font-weight: bold;
	font-size: 24px;
  display: block;
  padding: 0.8em 1rem 0.8em 5rem;
  position: relative;
		text-decoration: none;
	box-sizing: border-box;
	width: 100%
}
.maindesign .menu__item__link:before {
  content: '';
	background-image: url(/contents/appli/all/images/2004/howtoicon.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
  position: absolute;
  left: 15px;
  text-align: center;
  top: 20%;
 background-size: 80%;
}
.maindesign .menu__item__link:after {
  content: '';
	background-image: url(/contents/appli/all/images/2004/arow.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 31%;
  width: 21px;
}
.maindesign .menu__item__link.on:after {
  content: '';
	background-image: url(/contents/appli/all/images/2004/arow_on.png);
	width: 21px;

}

.maindesign .submenu {
  background: #fff;
	border-radius: 6px;
  display: none;
}
.maindesign .submenu__item {
 
  color: #000;
  padding: 1rem;
	line-height: 1.6
}
.footerImg{
	    background-image: url(/contents/appli/all/images/2004/foot.png) ;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
		display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: center;
	align-items: center;

}
.footBtn{
		position: relative
}
.footerImg .twoBtn{display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 515px;
    position: absolute;
    bottom: 19%;
    left: 4%;

}
p.bnr{
	margin: 60px auto;
	text-align: center
}
footer p{
	text-align: center;
	margin: 20px auto
}
.appli_store,.appli_store2{
	font-size: 1em;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
.maindesign .etc{
	padding: 20px 10px 20px 10px;
}
.maindesign .etc h2{
	font-size: 1.25em;
	margin-bottom: 20px;
}
.maindesign .menu__item {
		width: 100%;
	margin-bottom:20px
}
.maindesign .menu__item__link {
	font-size: 1.1em;
  padding: 0.8em 1rem 0.8em 4rem;
}
.maindesign .menu__item__link:before {
top: 10%;
background-size: 70%;
}
.footerImg .appImg img{
	width: 100%
}
.footerImg .twoBtn{display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 53%;
    position: absolute;
    bottom: 19%;
    left: 4%;

}
.footerImg .twoBtn{
	bottom: 5%;	
	width: 58%;
	left: 2%;
}
.footerImg .twoBtn p{
	width: 48%
}
.footerImg .twoBtn p img{
	width: 100%
}
	.appli_store2 {
        font-size: 0.6em;
        line-height: 1.2;
    }
}