@charset "UTF-8";
/* CSS Document */
body{margin: 0px !important;}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
}
#ch{
    font-family: "Roboto", sans-serif;
    margin: 0 auto;
    line-height: 2.0;
    font-size: 11px;
	font-weight: 400;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #2b2b2b;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#ch a {
	text-decoration: none;
	color: #2b2b2b;
}
#ch p {
    margin: 0;
}
#ch　a:hover {
	opacity: 1;
}
#ch .clear{
	clear: both;
}
#ch img{
    width: 100%;
    line-height: 0;
}
#ch ul,#ch li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media only screen and (min-width: 769px)  {
	#ch {
		font-size: 12px;
		padding-bottom: 0%;
	}
}
/***************************************************
                ch_header
***************************************************/
#ch #ch_header {
	width: 100%;
    margin: 0 auto;
}
#ch .ttl {
    width: 68%;
	margin: 25% auto 15%;
}

@media only screen and (min-width: 769px)  {
	#ch #ch_header {
		width: 1200px;
		margin: 0 auto;
	}
	#ch .ttl {
		width: 42%;
		max-width: 380px;
		margin: 120px auto 120px;
	}
}
/***************************************************
                content
***************************************************/
#ch #content  {
	margin: 4% auto;
	padding-bottom: 4%;
}
#ch #content section {
	margin-bottom: 20%;
}
#ch #content section .midashi {
	width: 100%;
	padding: 0 2%;
	margin: 0 0 8%;
	display: flex;
	align-items: end;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: solid 1px;
}
#ch #content section .midashi span {
	font-size: 11px;
	letter-spacing: .8px;
}
#ch #content section .midashi span:nth-of-type(2) {
	font-size: 12px;
}
/*******a*******/
#ch #content section .grid-a {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 2px;
	grid-row-gap: 2px;
}
#ch #content section .grid-a div:nth-of-type(1) {
	grid-area: 1 / 1 / 3 / 2;
	transition: 1.5s all 0.3s ease;
}
#ch #content section .grid-a div:nth-of-type(2) {
	grid-area: 1 / 2 / 2 / 3;
	transition: 1.5s all 0.6s ease;
}
#ch #content section .grid-a div:nth-of-type(3) {
	grid-area: 2 / 2 / 3 / 3;
	transition: 1.5s all 0.9s ease;
}
#ch #content section .grid-a div {
	position: relative;
}
#ch #content section .grid-a div span {
	position: absolute;
}
@media only screen and (min-width: 768px)  {
	#ch #content section .grid-a {
		width: 90%;
		margin: 0 auto;
		grid-template-columns: 1.685fr 1fr;
	}
}
/*******b*******/
#ch #content section .grid-b {
	display: grid;
	grid-template-columns: 1fr 1.81fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 1px;
}
#ch #content section .grid-b div:nth-of-type(1) {
	grid-area: 1 / 2 / 4 / 3;
	transition: 1.5s all 0.3s ease;
}
#ch #content section .grid-b div:nth-of-type(2) {
	grid-area: 1 / 1 / 2 / 2;
	transition: 1.5s all 0.6s ease;
}
#ch #content section .grid-b div:nth-of-type(3) {
	grid-area: 2 / 1 / 3 / 2;
	transition: 1.5s all 0.9s ease;
}
#ch #content section .grid-b div:nth-of-type(4) {
	grid-area: 3 / 1 / 4 / 2;
	transition: 1.5s all 1.2s ease;
}
#ch #content section .grid-b div {
	position: relative;
}
#ch #content section .grid-b div span {
	position: absolute;
}
@media only screen and (min-width: 768px)  {
	#ch #content section .grid-b {
		width: 90%;
		margin: 0 auto;
		grid-template-columns: 1fr 1.61fr;
	}
}
/*******c*******/
#ch #content section .grid-c {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 1px;
}
#ch #content section .grid-c div:nth-of-type(1) {
	grid-area: 1 / 2 / 3 / 3;
	transition: 1.5s all 0.3s ease;
}
#ch #content section .grid-c div:nth-of-type(2) {
	grid-area: 1 / 1 / 2 / 2;
	transition: 1.5s all 0.6s ease;
}
#ch #content section .grid-c div:nth-of-type(3) {
	grid-area: 2 / 1 / 3 / 2;
	transition: 1.5s all 0.9s ease;
}
#ch #content section .grid-c div {
	position: relative;
}
#ch #content section .grid-c div span {
	position: absolute;
}
@media only screen and (min-width: 768px)  {
	#ch #content section .grid-c {
		width: 90%;
		margin: 0 auto;
		grid-template-columns: 1fr 1.685fr ;
	}
}
/*******d*******/
#ch #content section .grid-d {
	display: grid;
	grid-template-columns: 1.81fr 1fr;
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 1px;
	grid-row-gap: 1px;
}
#ch #content section .grid-d div:nth-of-type(1) {
	grid-area: 1 / 1 / 4 / 2;
	transition: 1.5s all 0.3s ease;
}
#ch #content section .grid-d div:nth-of-type(2) {
	grid-area: 1 / 2 / 2 / 3;
	transition: 1.5s all 0.6s ease;
}
#ch #content section .grid-d div:nth-of-type(3) {
	grid-area: 2 / 2 / 3 / 3;
	transition: 1.5s all 0.9s ease;
}
#ch #content section .grid-d div:nth-of-type(4) {
	grid-area: 3 / 2 / 4 / 3;
	transition: 1.5s all 1.2s ease;
}
#ch #content section .grid-d div {
	position: relative;
}
#ch #content section .grid-d div span {
	position: absolute;
}
@media only screen and (min-width: 768px)  {
	#ch #content section .grid-d {
		width: 90%;
		margin: 0 auto;
		grid-template-columns: 1.61fr 1fr;
	}
}


#ch #content section .credit {
	margin: 5% auto 0 5%;
	color: #fff;
}
#ch #content section .credit a {
	display: block;
	text-decoration: underline;
}
#ch #content section div span {
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: .6px;
	font-family: "ivyora-display", serif;
	font-weight: 400;
	font-style: normal;
}

@media only screen and (min-width: 768px) {
	#ch #content {
		width: 1080px;
		margin: 0 auto 0;
	}
	#ch #content section {
		width: 86%;
		max-width: 1100px;
		margin: 0 auto 100px;
		padding-top: 0%;
	}
	#ch #content section:last-of-type {
		margin: 0 auto 100px;
	}
	#ch #content section .midashi span {
		font-size: 12px;
	}
	#ch #content section .midashi span:nth-of-type(2) {
		font-size: 13px;
	}
	#ch #content section .credit {
		margin: 3% auto 0 5%;
	}
	#ch #content section .grid-a,.grid-b div span {
		font-size: 15px;
	}
	#ch #content section div span {
		font-size: 16px;
		line-height: 1.5;
	}
}
/*******1*******/
#ch #content section:nth-of-type(1) .grid-a div:nth-of-type(2) span {
	top: 37%;
	right: 5%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(1) .grid-a div:nth-of-type(2) span {
		top: 37%;
		right: 18%;
	}
}
/*******2*******/
#ch #content section:nth-of-type(2) .grid-b div:nth-of-type(2) span {
	top: 26%;
	left: 5%;
	color: #222;
}
#ch #content section:nth-of-type(2) .grid-b div:nth-of-type(3) span {
	bottom: 42%;
	left: 20%;
	color: #222;
}
#ch #content section:nth-of-type(2) .grid-b div:nth-of-type(4) span {
	top: 45%;
	left: 6%;
	color: #222;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(2) .grid-b div:nth-of-type(2) span {
		top: 22%;
		left: 24%;
	}
	#ch #content section:nth-of-type(2) .grid-b div:nth-of-type(3) span {
		bottom: 36%;
		left: 18%;
	}
	#ch #content section:nth-of-type(2) .grid-b div:nth-of-type(4) span {
		top: 43%;
		left: 21%;
	}
}
/*******3*******/
#ch #content section:nth-of-type(3) .grid-a div:nth-of-type(2) span {
	top: 54%;
	right: 4%;
}
#ch #content section:nth-of-type(3) .grid-a div:nth-of-type(3) span {
	bottom: 4%;
	left: 5%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(3) .grid-a div:nth-of-type(2) span {
		top: 54%;
		right: 12%;
	}
}
/*******4*******/
#ch #content section:nth-of-type(4) .grid-c div:nth-of-type(2) span {
	top: 46%;
	left: 6%;
}
#ch #content section:nth-of-type(4) .grid-c div:nth-of-type(3) span {
	bottom: 17%;
	right: 9%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(4) .grid-c div:nth-of-type(2) span {
		left: 21%;
	}
	#ch #content section:nth-of-type(4) .grid-c div:nth-of-type(3) span {
		bottom: 18%;
		right: 29%;
	}
}
/*******5*******/
#ch #content section:nth-of-type(5) .grid-a div:nth-of-type(2) span {
	top: 24%;
	left: 8%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(5) .grid-a div:nth-of-type(2) span {
		top: 22%;
		left: 23%;
	}
}
/*******6*******/
#ch #content section:nth-of-type(6) .grid-c div:nth-of-type(2) span {
	top: 46%;
	left: 6%;
}
#ch #content section:nth-of-type(6) .grid-c div:nth-of-type(3) span {
	bottom: 5%;
	right: 6%;
}
/*******7*******/
#ch #content section:nth-of-type(7) .grid-d div:nth-of-type(2) span {
	top: 31%;
	right: 32%;
}
#ch #content section:nth-of-type(7) .grid-d div:nth-of-type(3) span {
	bottom: 3%;
	right: 3%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(7) .grid-d div:nth-of-type(2) span {
		top: 33%;
		right: 34%;
	}
}
/*******8*******/
#ch #content section:nth-of-type(8) .grid-c div:nth-of-type(2) span {
	top: 46%;
	left: 6%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(8) .grid-c div:nth-of-type(2) span {
		top: 52%;
		left: 6%;
	}
}
/*******9*******/
#ch #content section:nth-of-type(9) .grid-a div:nth-of-type(2) span {
	bottom: 3%;
	left: 6%;
}
#ch #content section:nth-of-type(9) .grid-a div:nth-of-type(3) span {
	bottom: 42%;
	left: 6%;
}
@media only screen and (min-width: 768px) {
	#ch #content section:nth-of-type(9) .grid-a div:nth-of-type(3) span {
		bottom: 51%;
		left: 11%;
	}
}

#ch #content .all {
	width: 80%;
    display: block;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    line-height: 3.5;
}
@media only screen and (min-width: 768px)  {
	#ch #content .all {
		width: 400px;
	}
}
/**************************************************
                js
**************************************************/
#ch .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#ch .anim.ac {
	opacity: 1;
	transform: translate(0);
}

/*************************************************
                view
*************************************************/
#ch .spview {
	display: block;
}
#ch .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #ch .spview {
		display: none;
	}	
	#ch .pcview {
		display: block;
	}
}