
/*====================================================
//// id 　nav
====================================================*/
#favorite .innerBox {
	padding-bottom: 30px;
}
#favorite .itemBox {
	grid-gap: 4px;
}
#favorite .itemBox a {
	border: solid 1px;
}
#favorite .itemBox a::before {
	content: '';
	display: block;
	padding-top: 100%;
}
#favorite .itemBox a .box-inner {
	flex-direction: column;
	grid-gap: 5px;
	padding: 10px;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}
#favorite .itemBox a .en {
	font-size: 2.4rem;
	line-height: .9;
}
#favorite .itemBox a .jp {
	font-size: 1.0rem;
	line-height: 1.6;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#favorite .itemBox {
		grid-template-columns: repeat(3, 1fr);
		margin: auto;
			max-width: 500px;
	}
}

@media screen and (max-width:540px) {
	#favorite .itemBox a .en {
		font-size: 4.2vw;
		letter-spacing: 0.05em;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#favorite {
		margin: auto;
		max-width: calc(100% - 340px);
	}
	#favorite .innerBox {
		width: 100%;
	}
	#favorite .itemBox {
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
		margin: auto;
		max-width: 500px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#favorite .itemBox {
		grid-template-columns: repeat(3, 1fr);
	}
	#favorite .itemBox a .en {
		font-size: 2.7vw;
	}
}

@media screen and (min-width:1080px) {
}

@media screen and (min-width:1280px) {
}

@media screen and (min-width:1550px) {
	#favorite .itemBox {
		display: flex;
			flex-wrap: wrap;
		max-width: none;
	}
	#favorite .itemBox li {
		width: calc(100% / 8 - 2px);
	}
	#favorite .itemBox a .en {
		font-size: 1.4vw;
	}
}

@media screen and (min-width:1800px) {
	#favorite .itemBox a .en {
		font-size: 2.4rem;
	}
}

/*====================================================
//// id 　nav
====================================================*/
#nav {
	position: -webkit-sticky;
	position: sticky;
		top: 65px;
	z-index: 10;
}
#nav .accordion {
	background: #fff;
	border: solid 1px #000;
}
.accordion .accordion_arrow {
	display: inline-block;
	margin-left: 1em;
	position: relative;
	width: .6em;
	height: 1em;
}
.accordion .accordion_arrow::before {
    border: solid #000;
    border-width: 0 1px 1px 0;
    content: '';
    margin: auto;
    position: absolute;
    top: .1em;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    transition: .2s ease-in-out;
    width: 0.6em;
    height: 0.6em;
}
.accordion.open .accordion_arrow::before {
	top: .5em;
	transform: rotate(-135deg);
}
#nav .accordion .accordion-inner {
	padding: 0 5px 5px;
}
#nav .itemBox {
	grid-gap: 4px;
}
#nav .itemBox a {
	background: rgba(60, 60, 60, 0.6);
	border: solid 1px;
	color: #fff;
	height: 100%;
	padding: 8px;
}
#nav .itemBox a .en {
	font-size: 1.8rem;
	line-height: .9;
}
#nav .itemBox a .jp {
	font-size: 1.0rem;
	line-height: 1.6;
	margin-top: .2em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#nav .accordion {
		margin: auto;
		max-width: 500px;
	}
	#nav .itemBox {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width:540px) {
	#nav .itemBox {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#nav {
		margin: auto;
		max-width: calc(100% - 340px);
		top: 20px;
	}
	#nav .innerBox {
		width: 100%;
	}
	#nav .accordion {
		margin: auto;
		max-width: 500px;
	}
	#nav .accordion-inner .itemBox-outer {
	}
	#nav .itemBox {
		grid-template-columns: repeat(2, 1fr);
	}
	#nav .item {
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
	#nav .accordion {
		max-width: none;
	}
	#nav .accordion-inner .itemBox-outer {
		display: inline-block;
	}
	#nav .itemBox {
		display: flex;
			flex-wrap: wrap;
	}
	#nav .item {
		min-width: 180px;
	}
}

/*====================================================
//// id list
====================================================*/
#list .item {
	border-top: solid 1px #707070;
}
#list .item:last-child {
	border-bottom: solid 1px #707070;
}
#list .item .open dt {
	background: #f6f6f6;
}
#list .item dt .accordion_arrow {
	margin: auto;
	position: absolute;
		top: calc(50% - .6em);
		right: 20px;
}
#list .item dd .accordion-inner {
	border-top: solid 1px #e0e0e0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#list .headBox .en {
		font-size: 3.6rem;
	}
	#list .headBox.en_jp .jp {
		font-size: 1.3rem;
	}
	#list .item dt {
		padding: 1.2em 50px 1.2em .5em;
	}
	#list .item dd .accordion-inner {
		padding: 1.2em .5em 2.5em;
	}
}

@media screen and (max-width:540px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#list .headBox .en {
		font-size: 4.2rem;
	}
	#list .headBox.en_jp .jp {
		font-size: 1.4rem;
	}
	#list .item dt {
		padding: 1.2em 50px 1.2em 1.5em;
	}
	#list .item dd .accordion-inner {
		padding: 1.2em 1.5em 2.5em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id 　
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:540px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}
