.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;
	}
}
.mgt20{margin-top: 20px!important;}
.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 .p-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 .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 .p-pc-inline {
	display: inline;
}
.maindesign .p-pc-inline {
	display: none;
}

.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;
}
.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 {
	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-lead-text {
		font-size: 0.95rem;
	}
}

.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: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    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.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
 	padding: 0.35rem 2rem 0.35rem 1.75rem;
	min-height: 3.0em;
}
.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-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	padding: 25px 0;
	transform: translate(-50%,-50%);
	background-color: rgba(0, 0, 0, 0.15);
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 1px 2px 5px #000000, 2px 3px 8px #ffffff;
}
.maindesign .l-title--inner > span {
	font-size: 0.5em;
	display: inline-block;
	margin-top: 10px;
	line-height: 1.15;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 8.0vw;
		width: 90%;
		padding: 15px 0;
	}
}

.maindesign .p-half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-half-column--item {
	width: 49%;
}
.maindesign .p-half-column::after {
	content: '';
	display: block;
	height: 0;
	width: 49%;
}
.maindesign .p-half-column .p-half-column--item:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-half-column--item {
		width: 100%;
	}
	.maindesign .p-half-column .p-half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.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: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-quarter-column--item {
		width: 49%;
	}
	.maindesign .p-quarter-column::before,
	.maindesign .p-quarter-column::after {
		width: 49%;
}
	.maindesign .p-quarter-column .p-quarter-column--item:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .p-card {
	border: 1px solid #ccc;
}
.maindesign .p-card--link {
	text-decoration: none;
	color: #000;
	transition: 0.25s;
}
.maindesign .p-card--inner {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.maindesign .p-card--link:hover {
	opacity: 0.75;
}
.maindesign .p-card--name {
	height: 2.5em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	white-space: nowrap;
}
.maindesign .p-card--name__large {
	font-weight: bold;
	font-size: 1.1rem;
}
.maindesign .p-card--img {
	margin-top: 10px;
}
.maindesign .p-card--text {
	flex-grow: 1;
	margin-top: 10px;
	font-size: 0.95rem;
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .p-card--name {
		font-size: 0.95rem;
	}
	.maindesign .p-card--name__large {
		font-size: 1.0rem;
	}
	.maindesign .p-card--img {
		margin-top: 5px;
	}
	.maindesign .p-card--text {
		font-size: 0.9rem;
		margin-top: 5px;
	}
}

.maindesign .p-category-list .p-category-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .p-accordion.open {
	border-bottom: 1px solid #999;
}
.maindesign .p-accordion--header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0 15px 10px;
	position: relative;
	transition: border-bottom 0.5s;
	border-bottom: 1px solid rgba(205,205,205,0.7);
}
.maindesign .p-accordion--header:hover {
	cursor: pointer;
}
.maindesign .p-accordin--header-text {
	font-size: 1.35rem;
	font-weight: bold;
	line-height: 1.3;
	width: calc(100% - 150px);
	display: flex;
}
.maindesign .p-accordin--header-unit {
	width: 2.5em;
}
.maindesign .p-accordin--header-lead {
	width: calc(100% - 2.5em);
}
.maindesign .p-accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
	width: 25px;
	height: 25px;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .p-accordion.open .p-accordion--icon-box {
	transform: translateY(-50%) rotate(-180deg);
}

.maindesign .p-accordion--inner {
	display: none;
	margin-top: 50px;
	padding-bottom: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-accordion--inner {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.maindesign .p-accordion--header {
		padding: 15px 0;
	}
	.maindesign .p-accordin--header-text {
		font-size: 1.1rem;
		width: calc(100% - 50px);
		flex-wrap: wrap;
	}
	.maindesign .p-accordin--header-unit {
		width: auto;
	}
	.maindesign .p-accordin--header-lead {
		margin-top: 5px;
		width: 100%;
	}
	.maindesign .p-accordion--icon-box {
		width: 20px;
		height: 20px;
	}
}

.maindesign .p-overview .p-overview--item:not(:first-child) {
	margin-top: 40px;
}
.maindesign .p-overview--list {
	margin-top: 20px;
}
.maindesign .p-overview--category {
	font-weight: bold;
	font-size: 1.25rem;
}
.maindesign .p-overview--list-content {
	display: flex;
	align-items: flex-start;
}
.maindesign .p-overview--list .p-overview--list-content:not(:first-child) {
	margin-top: 10px;
}
.maindesign .p-overview--list-tag {
	width: 6.0em;
	position: relative;
	margin-right: 1.0em;
	font-weight: bold;
}
.maindesign .p-overview--list-lead {
	width: calc(100% - 7.0em);
}
.maindesign .p-overview--list-tag::after {
	content: ':';
	position: absolute;
	top: 0;
	right: 0;
}


@media screen and (max-width:767px) {
	.maindesign .p-overview--list {
		margin-top: 15px;
	}
	.maindesign .p-overview .p-overview--item:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .p-overview--category {
		font-size: 1.1rem;
	}
	.maindesign .p-overview--list-content {
		flex-wrap: wrap;
	}
	.maindesign .p-overview--list-tag {
		width: auto;
	}
	.maindesign .p-overview--list-tag::after {
		right: -10px;
	}
	.maindesign .p-overview--list-lead {
		width: 100%;
	}
}

.maindesign .l-relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .l-relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .l-relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.maindesign .l-relation-text {
	width: 70%;
	order: 1;
}
.maindesign .l-relation-text--title {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
}
.maindesign .l-relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .l-relation-img > img {
	width: 100%;
	height: auto;
}


@media screen and (max-width:767px) {
	.maindesign .l-relation .l-relation--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .l-relation--item {
		width: 100%;
	}
	.maindesign .l-relation-inner {
		padding: 15px 10px;
		height: 120px;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}


/*250331*/
#main .border_box li {
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
#main .goods_name {
        font-weight: bold;
        line-height: 1.2;
        display: flex;
        min-height: 40px;
    }
    #main .goods_txt {
        line-height: 1.5;
        min-height: 80px;
		flex: 1;
    }
#main .border_box .cover-btn {
        position: static;
        margin: 10px auto 5px;
        width: 100%;
    }

/*250630*/

/*  250708 更新  */
#main .goods_name{
	margin-top: 10px;
}
#main .goods_txt li{
	line-height: 1.3;
	text-indent: -1em;
	padding: 0 0 0 1em;
	margin: 5px 0 0;
	border: none;
	width: auto;
}


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
#main .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
#main .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
#main .menu-btn-list li:last-child {
margin-right: 0 
} 
#main .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
/* ----pc1列表示 sp1列表示----*/
#main .menu-btn-list.col-3 li { 
width: calc( 33% - 10px);
margin-right: 10px;
}
#main .menu-btn-list.col-3 li:last-child {
margin-right: 0 
}
#main .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */
/* ----pc  ボタン組み合わせ---- */
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .flatbtn.disabled,
#main .flatbtn[disabled],
#main .flatbtn.disabled:hover,
#main .flatbtn[disabled]:hover,
#main .flatbtn.disabled:active,
#main .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
#main .default-btn{
background:#979797;
}
#main .orange-btn{
background:#EA6D0D;
}
#main .red-btn{
background:#E50012;
}
#main .blue-btn{
background:#19499c;
}
#main .mustard-btn{
background:#d7ab1a;
}
#main .default-btn,#main .orange-btn,#main .red-btn,#main .blue-btn,#main .mustard-btn {
color: #fff; 
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
#main .arrow-r,#main .arrow-d {
position: relative
}
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-r-gray::after {
border-color: #B6B6B6;
}
#main .arrow-r-orange::after {
border-color: #EA6D0D;
}
#main .arrow-r-red::after {
border-color: #E5002D;
}

#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .arrow-d-red::after {
border-color: #E5002D;
}
#main .arrow-d-orange::after {
border-color: #EA6D0D;
}
#main .mwbtn{
max-width: 480px;
margin: 0 auto
}
#main .etcbtn{
font-size: 1.2rem
}
#main .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
#main .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
#main .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */

/*251130*/
#main .campaign-announce span {
	font-size: 1rem;
    background: #ff0000;
    bottom: -32px;
    left: -4px;
    color: #fff;
    padding: 5px 15px 7px 20px;
    width: fit-content;
    font-weight: normal;
    line-height: 1;
	display: block;
    margin-top: 5px;
}

#main .p-card--name.campaign-announce {
	flex-direction: column;
	height: auto;
}

@media screen and (max-width:767px) {
	#main .campaign-announce span {
		margin-bottom: 5px;
	}
}