html {
	width: 100%;
	overflow-x: hidden;
	overflow: hidden;
	height: 100%
}
body {
	min-width: 1080px;
	height: 100%
}
#container {
	overflow: hidden;
	width: 100%;
	min-width: 1080px;
	position: relative;
	z-index: 0
}
.br-sp{
	display:none;
}
@media screen and (max-width: 1079px) {
	html {
		overflow-x: scroll
	}
}
@media screen and (max-width: 800px) {
	html {
		overflow-x: hidden
	}
	body {
		min-width: inherit
	}
	#container {
		min-width: inherit
	}
	.br-sp{
	display:block;
}
}
header {
	width: 100%;
	padding: 40px 40px 96px;
	background-color: #00aeeb;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
header .headerBox {
	width: min(100%, 1600px);
	padding: 8px 0 0;
	background-color: #fff;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 1280px;
	position: relative;
}
header .headerBox h1 {
	width: 45.13vw;
	position: absolute;
	min-width: 496px;
	max-width: 640px;
}
header .headerBox h2 {
	/* width: min(100%,1280px); */
}
header .headerBox .headerIllust {
	width: min(100%, 864px)
}
header .headerBox .headerScroll {
	width: 100%;
	margin-top: 16px
}
header .headerBox .headerScroll img {
	width: 80px;
	margin: 0 auto
}
.yt-wrap {
	background: linear-gradient(180deg, #00aeeb, transparent);
	padding-bottom: 240px;
}
.yt-wrap .yt {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin-top: 80px;
	margin: 0 auto;
	z-index: 1;
}
.yt-wrap .yt::after{
	content:"";
	position:absolute;
	width: 101%;
	height: 101%;
	background:#fff;
	top: -0.5%;
	left: -0.5%;
	box-shadow: 0 0 47px #fff;
	z-index: -1;
	filter: blur(11px);
}
.yt-wrap .yt::before {
	content: "";
	display: block;
	padding-top: 56.25%
}
.yt-wrap .yt video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media screen and (max-width: 800px) {
	header {
		padding: 5vw 4vw 30px;
		background-size: 32px 16px
	}
	header .headerBox {
		padding: 4px 0 0;
	}
	header .headerBox h1 {
		width: 92%;
		min-width: initial;
	}
	header .headerBox h2 {}
	header .headerBox .headerScroll {
		margin-top: 16px
	}
	header .headerBox .headerScroll img {
		width: 64px
	}
	header .yt {
		width: 100%;
		margin-top: 5vw
	}
	.yt-wrap .yt::after{

}
}
.frames {
	margin-top: 40px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
.frames h3 {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
.frames h3 span {
	width: min(100%, 800px)
}
.frames ul {
	width: min(90%, 960px);
	margin: 36px auto 190px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.frames ul li {
	width: 30%;
	margin-bottom: 48px;
	cursor: pointer
}
.frames ul li:last-of-type {
	margin: 0 auto
}
.colmun {
	width: min(90%, 960px);
	margin: 0 auto;
}
.colmun .colmun-ttl {
	max-width: 154px;
	margin: 0 auto 50px;
}
.colmun .colmun-box {
	border: solid 4px #00aeeb;
	padding: 14px;
}
.colmun .colmun-box .img1 {
	margin-bottom: 75px;
}
.colmun .colmun-box .column-inner {
	width: 80%;
	margin: 0 auto 100px;
}
.colmun .colmun-box .column-inner .ttl {
	font-size: 3rem;
	line-height: 1.8;
	color: #00aeeb;
	font-weight: 800;
	margin-bottom: 30px;
}
.colmun .colmun-box .column-inner .txt {
	font-size: 1.7rem;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 2;
}
.colmun .colmun-box .column-inner .txt span {
	font-weight: 800;
	text-decoration: underline;
  text-underline-offset: 3px;
}

.colmun .colmun-box .column-inner dl {
	margin: 60px 0;
}
.colmun .colmun-box .column-inner dl dt {
	font-size: 2.4rem;
	font-weight: 800;
	color: #00aeeb;
	margin-bottom: 25px;
	position: relative;
	padding-left: 33px;
}
.colmun .colmun-box .column-inner dl:last-child dt{
	padding-left: 57px;
}
.colmun .colmun-box .column-inner dl dt .num {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: #ffec3f;
	border-radius: 50%;
	margin-top: 4px;
	margin-right: 0.5em;
	position: absolute;
	left: 0;
}
.colmun .colmun-box .column-inner dl dt .conclusion {
	font-size: 1.6rem;
	display: flex;
	background: #ffec3f;
	margin-top: 0px;
	margin-right: 0.5em;
	padding: 4px 4px 6px 7px;
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.colmun .colmun-box .column-inner dl dd {
	margin: 0;
	font-size: 1.7rem;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 2;
}
.colmun .colmun-box .column-inner dl dd span {
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.colmun .colmun-box .img2 {}
@media screen and (max-width: 800px) {
	.frames {
		margin-top: 4vw;
	}
	.frames h3 span {
		width: 90%
	}
	.frames ul {
		width: 90vw;
		margin: 24px auto 100px;
	}
	.frames ul li {
		width: 31%;
		margin-bottom: 24px
	}
	.yt-wrap {
		padding-bottom: 120px;
	}
	.yt-wrap .yt {
		width: 92%;
	}
	.colmun .colmun-ttl {
		margin: 0 auto 30px;
	}
	.colmun .colmun-box {
		border: solid 4px #00aeeb;
		padding: 14px;
	}
	.colmun .colmun-box .img1 {
		margin-bottom: 25px;
	}
	.colmun .colmun-box .column-inner {
		width: 92%;
		margin: 0 auto;
	}
	.colmun .colmun-box .column-inner .ttl {
		font-size: 1.8rem;
		line-height: 1.8;
		color: #00aeeb;
		font-weight: 800;
		margin-bottom: 15px;
	}
	.colmun .colmun-box .column-inner .txt {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.colmun .colmun-box .column-inner .txt span {
		font-weight: 800;
		text-decoration: underline;
	}
	.colmun .colmun-box .column-inner dl {
		margin: 50px 0;
	}
	.colmun .colmun-box .column-inner dl dt {
		font-size: 1.8rem;
		font-weight: 800;
		color: #00aeeb;
		display: flex;
		margin-bottom: 10px;
		position: relative;
		padding-left: 35px;
	}
	.colmun .colmun-box .column-inner dl:last-child dt{
    padding-left: 54px;
}
	.colmun .colmun-box .column-inner dl dt .num {
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		background: #ffec3f;
		border-radius: 50%;
		position: absolute;
		left: 0;
		margin: 0 auto;
		text-align: center;
		top: 3px;
		padding: 0 0 2px 1px;
	}
	.colmun .colmun-box .column-inner dl dt .conclusion {
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ffec3f;
		margin: 0 auto;
		padding: 0px 4px;
		position: absolute;
		left: 0;
		top: 5px;
		width: 41px;
		text-align: center;
		padding: 3px 0px 4px 3px;
		line-height: 1;
	}
	.colmun .colmun-box .column-inner dl dd {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.colmun .colmun-box .column-inner dl dd span {
		font-weight: 800;
		text-decoration: underline;
	}
	.colmun .colmun-box .img2 {}
}
@media screen and (max-width: 640px) {
	.frames ul li {
		width: 48%;
		margin-bottom: 4vw
	}
}
footer {
	margin-top: 96px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
footer h4 {
	width: 85%;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 150%
}
footer h4 span {
	display: inline-block
}
footer .adressBox {
	margin-top: 48px;
	width: min(85%, 960px);
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
footer .adressBox .adress {
	width: 31%;
	font-size: 1.6rem;
	line-height: 150%;
	margin-bottom: 24px
}
footer .adressBox .adress h5 {
	font-weight: 600;
	margin-bottom: 6px
}
footer .adressBox .adress .itemBox {
	font-weight: 400;
	margin-bottom: 4px
}
footer .adressBox .adress .itemBox .item {
	display: inline-block
}
footer .adressBox .adress .itemBox .item .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #111;
	margin-right: 4px;
	position: relative;
	top: 4px
}
footer .adressBox .adress .itemBox .tel {
	cursor: default
}
footer .copy {
	margin-top: 48px;
	padding-top: 4px;
	width: 100%;
	height: 64px;
	background-color: #00aeeb;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
footer .copy h1 {
	width: min(80%, 480px)
}
@media screen and (max-width: 800px) {
	footer {
		margin-top: 48px
	}
	footer h4 {
		font-size: 1.8rem
	}
	footer .adressBox {
		margin-top: 32px
	}
	footer .adressBox .adress {
		width: 48%;
		font-size: 1.4rem;
		margin-bottom: 20px
	}
	footer .adressBox .adress h5 {
		margin-bottom: 5px
	}
	footer .adressBox .adress .itemBox {
		margin-bottom: 3px
	}
	footer .adressBox .adress .itemBox .item .icon {
		width: 18px;
		height: 18px;
		top: 4px
	}
	footer .copy {
		margin-top: 32px;
		padding-top: 4px;
		height: 56px
	}
}
@media screen and (max-width: 640px) {
	footer {
		margin-top: 40px;
		text-align: center
	}
	footer h4 {
		font-size: 1.6rem
	}
	footer .adressBox {
		margin-top: 28px;
		display: inline-block;
		text-align: left;
		width: inherit
	}
	footer .adressBox .adress {
		width: inherit
	}
}
#modalBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110vh;
	background-color: rgba(0, 0, 0, .6);
	z-index: 50
}
#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110vh;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	z-index: 100
}
#modal .frameBox {
	width: min(85%, 480px);
	height: auto;
	position: relative;
	overflow: visible
}
#modal .frameBox::before {
	content: "";
	display: block;
	padding-top: 107.5%
}
#modal .frameBox .frameInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: solid #fff 3px
}
#modal .frameBox .frameInner::before {
	content: "";
	display: block;
	padding-top: 100%
}
#modal .frameBox .frameInner img {
	position: absolute;
	top: 0;
	left: 0
}
#modal .frameBox .frameInner video {
	position: absolute;
	top: 0;
	width: 100%;
}
.fr {
	opacity: 0
}
#comic02, #comic03, #comic04, #comic05 {
	opacity: 0
}
#modal .frameBox .dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center
}
#modal .frameBox .dots .dot {
	width: 16px;
	height: 100%;
	border-radius: 50%;
	border: solid 1px #fff;
	background-color: rgba(255, 255, 255, 0);
	margin: 0 8px
}
#modal .frameBox .dots .dot01 {
	background-color: rgba(255, 255, 255, 1)
}
#modal .frameBox .bowBox {
	position: absolute;
	top: 0;
	width: 15%;
	height: 93%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center
}
#modal .frameBox .bowPrev {
	left: -15%
}
#modal .frameBox .bowNext {
	right: -15%
}
#modal .frameBox .bowBox .bow {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	cursor: pointer
}
#modal .frameBox .bowPrev .bow {
	transform: scale(-1, 1)
}
#modal .frameBox .bowPrev .bow {
	opacity: .3;
	cursor: default
}
@media screen and (max-width: 800px) {
	#modal .frameBox .frameInner {
		border: solid #fff 2px
	}
	#modal .frameBox .dots {
		height: 14px
	}
	#modal .frameBox .dots .dot {
		width: 14px;
		margin: 0 6px
	}
	#modal .frameBox .bowBox {
		position: absolute;
		width: 32px
	}
	#modal .frameBox .bowPrev {
		left: -20px
	}
	#modal .frameBox .bowNext {
		right: -20px
	}
	#modal .frameBox .bowBox .bow {
		width: 32px;
		height: 32px
	}
}
#close {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: min(17.5vw, 80px);
	height: min(17.5vw, 80px);
	cursor: pointer;
	z-index: 120
}
#close div {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #fff;
	transform: rotate(45deg)
}
#close div:nth-of-type(2) {
	transform: rotate(-45deg)
}