﻿.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px !important;
	overflow: hidden;
}
#main .red{color: #f00;}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px !important;
	}
}

.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-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 .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-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	width: 90%;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*background-color: rgba(255,255,255,0.4);*/
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 1px 2px 5px #000000, 3px 3px 4px #000000;
	text-align: center;
	/*backdrop-filter: blur(2px);*/
	line-height: 1.3;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 8vw;
		line-height: 1.3;
		padding: 12px 0;
		text-shadow: 1px 2px 3px #000000, 2px 3px 2px #000000;
	top: 40%;
	}
}


.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.0rem;
    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 1.75rem 0.35rem 1.5rem;
	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--inner {
		padding: 0.35rem 1.55rem 0.35rem 1.25rem;
	}
	.maindesign .l-nav-list--btn {
		width: 49%;
		font-size: 0.85rem;
	}
	.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 .p-period {
	display: flex;
}
.maindesign .p-period--ttl {
	display: inline-block;
	width: 5.5em;
	position: relative;
}
.maindesign .p-period--ttl::after {
	content: ':';
	position: absolute;
	right: 0;
	bottom: 0;
}
.maindesign .p-period--content {
	margin-left: 15px;
}



.maindesign .p-accordion__boundary {
	border-top: 1px solid #fff;
}
.maindesign .p-accordion--header {
    color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding: 17px 0;
	text-align: center;
	transition: 0.2s;
}
.maindesign .p-accordion--header__dark {
	background-color: #002060;
}
.maindesign .p-accordion--header__light {
	background-color: #15429d;
}
.maindesign .p-accordion--header:hover {
	cursor: pointer;
	opacity: 0.8;
}
.maindesign .p-icon {
	width: 1.75em;
	height: 1.75em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	margin-right: 15px;
}
.maindesign .p-accordion--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 2%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.maindesign .p-accordion--plus {
	display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.maindesign .p-accordion--plus::before {
	content: '';
	position: absolute;
	background-color: #fff;
    border-radius: 10px;
	transform: rotate(0deg);
    transform-origin: center center;
	width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.maindesign .p-accordion--plus::after {
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}
.maindesign .p-accordion--header.js-open .p-accordion--icon-box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.maindesign .p-accordion--header.js-open .p-accordion--plus:before {
	content: none;
}
.maindesign .p-accordion--header.js-open .p-accordion--plus:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maindesign .p-accordion--inner {
	display: none;
	padding: 25px 15px 15px 15px;
}
.maindesign .p-accordion--inner__dark {
	border-left: 1px solid #002060;
    border-right: 1px solid #002060;
    border-bottom: 1px solid #002060;
}
.maindesign .p-accordion--inner__light {
	border-left: 1px solid #15429d;
	border-right: 1px solid #15429d;
	border-bottom: 1px solid #15429d;
}
.maindesign .p-close {
	width: 180px;
    margin: 0 auto;
	background-color: #969494;
	padding: 15px 15px 15px 20px;
	line-height: 1.3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
	text-align: center;
	margin-top: 50px;
}
.maindesign .p-close:hover {
	opacity: 0.5;
}
.maindesign .p-close--icon-box {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
.maindesign .p-close--plus {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 18px;
    height: 18px;
}
.maindesign .p-close--plus::before,
.maindesign .p-close--plus::after {
	content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    transform-origin: center center;
}
.maindesign .p-close--plus::after {
	width: 18px;
    height: 4px;
    top: 7px;
    left: 0;
}
.maindesign .p-close--plus::before {
	width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}



@media screen and (max-width:767px) {
	.maindesign .p-accordion--header {
		font-size: 1.0rem;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
	.maindesign .p-icon {
		width: 1.5em;
		height: 1.5em;
		font-size: 1.25em;
	}
	.maindesign .p-accordion--icon-box {
		right: 0%;
	}
	.maindesign .p-accordion--inner {
		padding: 15px 10px 15px 10px;
	}
	.maindesign .p-close {
		font-size: 0.95rem;
	}
}


.maindesign .p-store-list dl {
	display: grid;
	grid-template-columns: 1fr 2fr;
	border-bottom: 1px solid #ccc;
	align-items: center;
	justify-items: center;
	padding: 15px 0;
}
.maindesign .p-store-list dd {
	position: relative;
}
.maindesign .p-store-list a {
	text-decoration: none;
	color: #005FC3;
}
.maindesign .p-store-list dl:first-child {
	background-color: #efefef;
	font-weight: bold;
}
.maindesign .p-store-list dd,
.maindesign .p-store-list dt {
	line-height: 1.35;
}


@media screen and (max-width:767px) {
	.maindesign .p-store-list dl {
		grid-template-columns: 1fr 2.5fr;
	}
	.maindesign .p-store-list dd {
		font-size: 0.85rem;
	}
	.maindesign .p-store-list dt {
		font-size: 0.85rem;
	}
	.maindesign .p-store-list dd,
	.maindesign .p-store-list dt {
		line-height: 1.5;
		margin-left: 0;
	}
}



.maindesign .p-catch {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 50px 30px;
}
.maindesign .p-catch--item {
	display: grid;
	grid-template-rows: subgrid;
  	grid-row: span 3;
	gap: 0;
}
.maindesign .p-catch--name {
	font-size: 1.35rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .p-catch--price {
	margin-top: 15px;
	color: #ee221a;
	font-weight: bold;
	font-size: 2.75rem;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
.maindesign .p-catch--tax {
	font-size: 0.5em;
	display: inline-block;
	margin-right: 5px;
}
.maindesign .p-catch--yen {
	font-size: 0.5em; 
	display: inline-block;
	margin-left: 3px;
}
.maindesign .p-catch--btn {
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .p-catch {
		grid-template-columns: repeat(1,1fr);
	}
}

.maindesign .p-toys-column {
	display: flex;
	justify-content: space-between;
}
.maindesign .p-toys-column--item {
	width: 49%;
}

.maindesign .p-solo-btn {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:767px) {
	.maindesign .p-solo-btn {
		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;
	margin-bottom: 10px;
	line-height: 1.15;
}
.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-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}


.maindesign .p-special-hdg2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .p-special-hdg2--word {
	display: block;
	font-size: 1.25rem;
}
.maindesign .p-special-hdg2--word > span {
	font-weight: bold;
	font-size: 1.5em;
}

@media screen and (max-width:767px) {
	.maindesign .p-special-hdg2--word {
		font-size: 0.9rem;
	}
}

/*250930*/
.mgb50{margin-bottom: 50px!important;}
.maindesign .tbl01 {
    border-collapse: collapse;
    margin: 10px auto 20px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.maindesign .tbl01 th, .maindesign .tbl01 td {
    padding: 20px 5px;
    border: 1px solid #ccc;
}
.maindesign .tbl01 th {
    background-color: #ebebeb;
    color: #000;
    padding: 15px;
}
.maindesign .tbl01 td {
    text-align: left;
	line-height: 1.5em;
}
.maindesign .tbltac td, .maindesign .tbltac th {
    text-align: center;
}
@media screen and (max-width:767px) {
.maindesign .tbl01 th, .maindesign .tbl01 td {
		font-size: 0.75rem;
}
}
