@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1.6;
	font-size: 14px;
	background: #F9F2E7;
	color: #000000;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #000000;
	text-decoration: none;
}

article {
	position: relative;
	overflow: hidden;
	padding: 0 0px;
	margin: 0 auto;
	overflow: hidden;
}

.boxlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
	text-indent: -9999px;
}

.contents_inner {
	margin: 0 auto;
	position: relative;
	max-width: 1000px;
}

@media all and (min-width: 769px) {
	
	.sponly {
		display: none !important;
	}
	
	.mv {
		background: #3BBEE8;
	}
	
	.mv .contents_inner {
	}
	
	header {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.header_logo {
		margin: 25px 0 0 0;
	}
	
	.header_logo img {
		max-width: 310px;
		height: auto;
	}
	
	.mv_main {
		position: relative;
	}
	
	.mv_main_text {
		width: 49.3%;
		padding: 116px 0 95px 94px;
	}
	
	.mv_main_text h1 {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
		letter-spacing: 0.03em;
	}
	
	.mv_main_textarea {
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 0.03em;
		line-height: 1.7;
	}
	
	.mv_main_illust {
		position: absolute;
		top: 17px;
		right: 0px;
		z-index: 1;
		width: 50.7%;
		padding-right: 20px;
	}
	
	.mv_main_illust img {
		width: 488px;
		height: auto;
	}
	
	.character_column {
		background: #FFFEF3;
		margin: 106px 0 0;
		padding: 54px 0 0;
	}
	
	.character_column:first-child {
		margin-top: 107px;
		padding: 60px 0 0;
	}
	
	.character_wrap {
		display: flex;
		justify-content: center;
	}
	
	.character_wrap01 {
	}
	
	.character_wrap02 {
		justify-content: flex-start;
		padding: 0 5.7%;
	}
	
	.character_box {
		position: relative;
	}
	
	.character_wrap01 .character_box {
		width: 29.4%;
		margin: 0 0.6%;
	}
	
	.character_wrap02 .character_box {
		width: 20%;
	}
	
	.character_illust {
	}
	
	.character_illust img {
		width: 100%;
		height: auto;
		transition: all 0.3s;
		transform-origin: bottom center;
	}
	
	.character_illust:hover img {
		transform: scale(1.1);
	}
	
	.character_name {
		position: absolute;
		bottom: -60px;
		left: 0;
		z-index: 1;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin: 19px 0 0;
		letter-spacing: 0.1em;
		padding-right: 30px;
		white-space: nowrap;
	}
	
	.character_wrap02 .character_name {
		padding-right: 20px;
	}
	
	.character_name a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}
	
	.character_name a img {
		margin-right: 14px;
	}
	
	footer {
		height: 275px;
		position: relative;
		margin-top: 106px;
		text-align: center;
		padding: 56px 0 0;
	}
	
	footer img {
		position: relative;
		z-index: 2;
	}
	
	footer:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 180px;
		background: #3BBEE8;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	footer:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 95px;
		background: #61C1BE;
		top: 180px;
		left: 0;
		z-index: 1;
	}
	
	.hellowindow {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #61C1BE;
		height: 100vh;
		z-index: 1000;
		overflow: auto;
		display: none;
	}
	
	.hellowindow_head {
		background: #3BBEE8;
	}
	
	.hellowindow_head .contents_inner {
		display: flex;
		justify-content: space-between;
	}
	
	.hellowindow_head_title {
		height: 138px;
		display: flex;
		align-items: flex-end;
		padding: 0 0 15px 40px;
	}
	
	.hellowindow_main {
		background: #FFFEF3;
		height: 685px;
	}
	
	.hellowindow_head_close {
		margin: 78px 0 0 0;
	}
	
	.hellowindow_head_close img{
		width: 40px;
		height: auto;
	}
	
	.hellowindow_foot {
		height: 275px;
		position: relative;
	}
	
	.hellowindow_foot .contents_inner {
		position: relative;
	}
	
	.hellowindow_foot:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 180px;
		z-index: 1;
		background: #3BBEE8;
	}
	
	.hellowindow_foot:after {
		content: "";
		position: absolute;
		top: 180px;
		left: 0;
		width: 100%;
		height: 95px;
		z-index: 1;
		background: #61C1BE;
	}
	
	.hellowindow_foot_img {
		position: absolute;
		top: 38px;
		right: 119px;
		z-index: 2;
	}
	
	.hellowindow_main_slide_inner {
		display: flex;
		min-height: 565px;
		position: relative;
	}
	
	.hellowindow_main_slide_illust {
		width: 56%;
	}
	
	.hellowindow_main_slide_text {
		width: 44%;
	}
	
	.hellowindow_main_slide_text h2 {
		font-size: 31px;
		letter-spacing: 0.05em;
		margin-bottom: 34px;
	}
	
	.hellowindow_main_slide_textarea {
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}
	
	.hellowindow_main_navi {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: -16px;
		position: relative;
		z-index: 1;
	}
	
	.hellowindow_prev {
		
	}
	
	.hellowindow_top {
		font-size: 16px;
		font-weight: 500;
		display: block;
		margin: 0 37px;
	}
	
	.hellowindow_next img {
		transform: scale(-1,1);
	}
	
	/* 位置調整 */
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_illust {
		margin: 70px 0 0 5px;
	}
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_text {
		margin: 136px 0 0 0px;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_illust {
		margin: 47px 0 0 5px;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_text {
		margin: 136px 0 0 0px;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_illust {
		margin: 47px 0 0 5px;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_text {
		margin: 136px 0 0 0px;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_illust {
		margin: 80px 0 0 64px;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_text {
		margin: 162px 0 0 -50px;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_illust {
		margin: 119px 0 0 187px;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_text {
		margin: 162px 0 0 -180px;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_illust {
		margin: 62px 0 0 165px;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_text {
		margin: 162px 0 0 -153px;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_illust {
		margin: 72px 0 0 128px;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_text {
		margin: 162px 0 0 -119px;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_illust {
		margin: 108px 0 0 82px;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_text {
		margin: 162px 0 0 -71px;
	}
	
	.hellowindow_main_slide_text_img {
		margin: 15px 0 0 125px;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_illust {
		margin: 111px 0 0 184px;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_text {
		margin: 162px 0 0 -170px;
	}
	
	.hellowindow_main_slide_box10 .hellowindow_main_slide_illust {
		margin: 113px 0 0 201px;
	}

	.hellowindow_main_slide_box10 .hellowindow_main_slide_text {
		margin: 162px 0 0 -188px;
	}
	
	.hellowindow_main_slide_box11 .hellowindow_main_slide_illust {
		margin: 55px 0 0 185px;
	}

	.hellowindow_main_slide_box11 .hellowindow_main_slide_text {
		margin: 162px 0 0 -176px;
	}
	
	.hellowindow_main_slide_box12 .hellowindow_main_slide_illust {
		margin: 55px 0 0 174px;
	}

	.hellowindow_main_slide_box12 .hellowindow_main_slide_text {
		margin: 162px 0 0 -167px;
	}
	
	.hellowindow_main_slide_box13 .hellowindow_main_slide_illust {
		margin: 71px 0 0 191px;
	}

	.hellowindow_main_slide_box13 .hellowindow_main_slide_text {
		margin: 162px 0 0 -175px;
	}
	
	.hellowindow_main_slide_box14 .hellowindow_main_slide_illust {
		margin: 71px 0 0 198px;
	}

	.hellowindow_main_slide_box14 .hellowindow_main_slide_text {
		margin: 162px 0 0 -185px;
	}
	
	.copyright {
		position: relative;
		z-index: 2;
		font-size: 10px;
		font-weight: 500;
		margin: 30px 0 0 0;
	}
	
	
}

@media all and (max-width: 1000px) and (min-width: 769px) {
	
	
	.header_logo {
		margin: 2.4vw 0 0 2vw;
	}
	
	.header_logo img {
		width: 25.85vw;
		max-width: 310px;
		height: auto;
	}
	
	.hellowindow_head_close {
		margin: 78px 20px 0 0;
		margin: 7.8vw 2vw 0 0;
	}
	
	.hellowindow_head_close img{
		width: 40px;
		width: 4vw;
		height: auto;
	}
	
	.mv_main {
		position: relative;
	}
	
	.mv_main_text {
		padding: 116px 0 95px 94px;
		padding: 11.6vw 0 9.5vw 9.4vw;
	}
	
	.mv_main_text h1 {
		font-size: 2.4vw;
		margin-bottom: 2vw;
	}
	
	.mv_main_textarea {
		font-size: 1.7vw;
	}
	
	.mv_main_illust {
		top: 1.7vw;
		width: 50.7%;
		padding-right: 2vw;
	}
	
	.mv_main_illust img {
		width: 48.8vw;
		height: auto;
	}
	
	.character_column {
		margin: 10.6vw 0 0;
		padding: 5.4vw 0 0;
	}
	
	.character_column:first-child {
		margin-top: 10.7vw;
		padding: 6.vw 0 0;
	}
	
	.character_name {
		bottom: -6.vw;
		font-size: 1.6vw;
		margin: 1.9vw 0 0;
		letter-spacing: 0.1em;
		padding-right: 3vw;
	}
	
	.character_wrap02 .character_name {
		padding-right: 2vw;
	}
	
	.character_name a {
		height: 5.5vw;
	}
	
	.character_name a img {
		margin-right: 1.4vw;
	}
	
	footer {
		height: 27.5vw;
		margin-top: 10.6vw;
		padding: 5.6vw 0 0;
	}
	
	footer:before {
		height: 18vw;
	}
	
	footer:after {
		height: 9.5vw;
		top: 18vw;
	}
	
	.hellowindow_head_title {
		height: 13.8vw;
		padding: 0 0 1.5vw 4vw;
	}
	
	.hellowindow_main {
		height: 68.5vw;
	}
	
	.hellowindow_foot {
		height: 27.5vw;
	}
	
	.hellowindow_foot:before {
		height: 18vw;
	}
	
	.hellowindow_foot:after {
		top: 18vw;
		height: 9.5vw;
	}
	
	.hellowindow_foot_img {
		top: 3.8vw;
		right: 11.9vw;
	}
	
	.hellowindow_main_slide_inner {
		min-height: 56.5vw;
	}
	
	.hellowindow_main_slide_text h2 {
		font-size: 3.1vw;
		margin-bottom: 3.4vw;
	}
	
	.hellowindow_main_slide_textarea {
		font-size: 1.6vw;
	}
	
	.hellowindow_main_navi {
		margin-top: -1.6vw;
	}
	
	.hellowindow_top {
		font-size: 1.6vw;
		margin: 0 3.7vw;
	}
	
	/* 位置調整 */
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_illust {
		margin: 7vw 0 0 0.5vw;
	}
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_illust img{
		width: 51.0915vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_text {
		margin: 13.6vw 0 0 0px;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_illust {
		margin: 4.7vw 0 0.5vw;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_illust img{
		width: 51.0915vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_text {
		margin: 13.6vw 0 0 0;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_illust {
		margin: 4.7vw 0 0 0.5vw;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_illust img{
		width: 51.0915vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_text {
		margin: 13.6vw 0 0 0px;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_illust {
		margin: 8vw 0 0 6.4vw;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_illust img{
		width: 40.0704vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -5vw;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_illust {
		margin: 11.9vw 0 0 18.7vw;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_illust img{
		width: 19.0509vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -18vw;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_illust {
		margin: 6.2vw 0 0 16.5vw;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_illust img{
		width: 18.2279vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -15.3vw;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_illust {
		margin: 7.2vw 0 0 12.8vw;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_illust img{
		width: 27.689vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -11.9vw;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_illust {
		margin: 10.8vw 0 0 8.2vw;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_illust img{
		width: 38.3669vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -7.1vw;
	}
	
	.hellowindow_main_slide_text_img {
		margin: 1.5vw 0 0 12.5vw;
	}
	
	.hellowindow_main_slide_text_img img {
		width: 24.6826vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_illust {
		margin: 11.1vw 0 0 18.4vw;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_illust img{
		width: 22.6895vw;
		height: auto;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -17vw;
	}
	
	.hellowindow_main_slide_box10 .hellowindow_main_slide_illust {
		margin: 11.3vw 0 0 20.1vw;
	}
	
	.hellowindow_main_slide_box10 .hellowindow_main_slide_illust img{
		width: 22.6895vw;
		height: auto;
	}

	.hellowindow_main_slide_box10 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -18.8vw;
	}
	
	.hellowindow_main_slide_box11 .hellowindow_main_slide_illust {
		margin: 5.5vw 0 0 18.5vw;
	}
	
	.hellowindow_main_slide_box11 .hellowindow_main_slide_illust img{
		width: 22.2456vw;
		height: auto;
	}

	.hellowindow_main_slide_box11 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -17.6vw;
	}
	
	.hellowindow_main_slide_box12 .hellowindow_main_slide_illust {
		margin: 5.5vw 0 0 17.4vw;
	}
	
	.hellowindow_main_slide_box12 .hellowindow_main_slide_illust img{
		width: 24.4245vw;
		height: auto;
	}

	.hellowindow_main_slide_box12 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -16.7vw;
	}
	
	.hellowindow_main_slide_box13 .hellowindow_main_slide_illust {
		margin: 7.1vw 0 0 19.1vw;
	}
	
	.hellowindow_main_slide_box13 .hellowindow_main_slide_illust img{
		width: 21.8181vw;
		height: auto;
	}

	.hellowindow_main_slide_box13 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -17.5vw;
	}
	
	.hellowindow_main_slide_box14 .hellowindow_main_slide_illust {
		margin: 7.1vw 0 0 19.8vw;
	}
	
	.hellowindow_main_slide_box14 .hellowindow_main_slide_illust img{
		width: 17.3929vw;
		height: auto;
	}

	.hellowindow_main_slide_box14 .hellowindow_main_slide_text {
		margin: 16.2vw 0 0 -18.5vw;
	}
	
	.copyright {
		font-size: 1vw;
		margin: 2vw 0 0 0;
	}
}

@media only screen and (max-width: 768px) {
	
	.pconly {
		display: none !important;
	}
	
	.mv {
		background: #3BBEE8;
	}
	
	.mv .contents_inner {
	}
	
	header {
		width: 100%;
	}
	
	.header_logo {
		padding: 39px 0 0px 39px;
		padding: 5.2vw 0 0px 5.2vw;
	}
	
	.header_logo img {
		width: 30.66vw;
		max-width: 230px;
		height: auto;
	}
	
	.mv_main {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	
	.mv_main_text {
		width: 100%;
		padding: 71px 65px 40px 67px;
		padding: 9.4666667vw 0 5.3333333vw 8.9333333vw;
	}
	
	.mv_main_text h1 {
		font-size: 45px;
		font-size: 6vw;
		font-weight: bold;
		margin-bottom: 19px;
		margin-bottom: 2.5333333vw;
		letter-spacing: 0.03em;
	}
	
	.mv_main_textarea {
		font-size: 29px;
		font-size: 3.8666667vw;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.7;
	}
	
	.mv_main_illust {
		text-align: right;
		width: 100%;
		margin: 27px 17px -36px 0;
		margin: 3.6vw 2.2666667vw 4.8vw 0;
	}
	
	.mv_main_illust img {
		width: 588px;
		width: 78.4vw;
		height: auto;
		position: relative;
		z-index: 1;
		margin-bottom: -78px;
		margin-bottom: -10.4vw;
	}
	
	.character_column {
		background: #FFFEF3;
		margin: 0;
		padding: 54px 0 0;
		padding: 7.2vw 0 0;
	}
	
	.character_column:first-child {
		margin-top: 132px;
		margin-top: 17.6vw;
		padding: 0px 0 0;
	}
	
	.character_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	
	.character_wrap01 {
	}
	
	.character_wrap01 .character_box:nth-child(1) {
		order: 2;
	}
	
	.character_wrap01 .character_box:nth-child(2) {
		order: 1;
	}
	
	.character_wrap01 .character_box:nth-child(3) {
		order: 3;
	}
	
	.character_wrap02 {
	}
	
	.character_box {
		position: relative;
	}
	
	.character_wrap01 .character_box {
		width: 100%;
	}
	
	.character_wrap02 .character_box {
		width: 50%;
	}
	
	.character_wrap01 .character_illust {
		margin: 0 13.46vw;
	}
	
	.character_wrap02 .character_illust {
	}
	
	.character_illust img {
		width: 100%;
		height: auto;
		transform-origin: bottom center;
	}
	
	.character_name {
		background: #F9F2E7;
		width: 100%;
		text-align: center;
		font-size: 29px;
		font-size: 3.8666667vw;
		font-weight: bold;
		letter-spacing: 0.1em;
		white-space: nowrap;
		height: 116px;
		height: 15.4666667vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.character_wrap02 .character_name {
		padding-right: 20px;
		padding-right: 2.6666667vw;
	}
	
	.character_name a {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 44.379px;
		min-height: 5.9172vw;
	}
	
	.character_name a img {
		margin-right: 14px;
		margin-right: 1.8666667vw;
		
	}
	
	footer {
		height: 370px;
		height: 49.3333333vw;
		position: relative;
		text-align: center;
		padding: 92px 0 0;
		padding: 12.2666667vw 0 0;
	}
	
	footer img {
		position: relative;
		z-index: 2;
		width: 85vw;
		height: auto;
	}
	
	footer:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 267px;
		height: 35.6vw;
		background: #3BBEE8;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	footer:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 103px;
		height: 13.7333333vw;
		background: #61C1BE;
		top: 267px;
		top: 35.6vw;
		left: 0;
		z-index: 1;
	}
	
	.hellowindow {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #61C1BE;
		height: 100vh;
		z-index: 1000;
		overflow: auto;
		display: none;
	}
	
	.hellowindow_head {
		background: #3BBEE8;
	}
	
	.hellowindow_head .contents_inner {
		display: flex;
		justify-content: space-between;
	}
	
	.hellowindow_head_title {
		height: 164px;
		height: 21.8666667vw;
		display: flex;
		align-items: flex-end;
		padding: 0 0 15px 42px;
		padding: 0 0 2vw 5.6vw;
	}
	
	.hellowindow_head_title img {
		width: 281px;
		width: 37.4666667vw;
		height: auto;
	}
	
	.hellowindow_head_close {
		margin: 54px 23px 0 0;
		margin: 7.2vw 3.0666667vw 0 0;
	}
	
	.hellowindow_head_close img{
		width: 71px;
		width: 9.4666667vw;
		height: auto;
	}
	
	.hellowindow_main {
		background: #FFFEF3;
		padding-bottom: 62px;
		padding-bottom: 8.2666667vw;
	}
	
	.hellowindow_foot {
		margin: 0px 0 0;
		height: 337px;
		height: 44.9333333vw;
		position: relative;
	}
	
	.hellowindow_foot .contents_inner {
		position: relative;
	}
	
	.hellowindow_foot:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 239px;
		height: 31.8666667vw;
		z-index: 1;
		background: #3BBEE8;
	}
	
	.hellowindow_foot:after {
		content: "";
		position: absolute;
		top: 239px;
		top: 31.8666667vw;
		left: 0;
		width: 100%;
		height: 98px;
		height: 13.0666667vw;
		z-index: 1;
		background: #61C1BE;
	}
	
	.hellowindow_foot_img {
		position: absolute;
		top: 56px;
		right: 82px;
		top: 7.4666667vw;
		right: 10.9333333vw;
		z-index: 2;
	}
	
	.hellowindow_foot_img img {
		width: 279px;
		width: 37.2vw;
		height: auto;
	}
	
	.hellowindow_main_slide_inner {
		position: relative;
	}
	
	.hellowindow_main_slide_illust {
		margin: 98px 10px 0;
		height: 658px;
		margin: 13.0666667vw 1.3333333vw 0;
		height: 87.7333333vw;
		text-align: center;
	}
	
	.hellowindow_main_slide_illust img {
		max-width: 100%;
		width: auto;
		height: 100%;
	}
	
	.hellowindow_main_slide_text {
		margin: 69px 40px 0px;
		margin: 9.2vw 5.3333333vw 0px;
	}
	
	.hellowindow_main_slide_text h2 {
		text-align: center;
		font-size: 50px;
		font-size: 6.6666667vw;
		letter-spacing: 0.05em;
		margin-bottom: 33px;
		margin-bottom: 4.4vw;
	}
	
	.hellowindow_main_slide_textarea {
		font-size: 29px;
		font-size: 3.8666667vw;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}
	
	.hellowindow_main_slide_text_img {
		text-align: right;
	}
	
	.hellowindow_main_navi {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 16px;
		margin-top: 2.1333333vw;
		position: relative;
		z-index: 1;
	}
	
	.hellowindow_prev {
		
	}
	
	.hellowindow_prev img {
		width: 58px;
		width: 7.7333333vw;
		height: auto;
	}
	
	.hellowindow_top {
		font-size: 30px;
		font-size: 4vw;
		font-weight: 500;
		display: block;
		margin: 0 60px;
		margin: 0 8vw;
	}
	
	.hellowindow_next img {
		width: 58px;
		width: 7.7333333vw;
		height: auto;
		transform: scale(-1,1);
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_illust img {
		width: 75%;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_illust,
	.hellowindow_main_slide_box07 .hellowindow_main_slide_illust,
	.hellowindow_main_slide_box08 .hellowindow_main_slide_illust,
	.hellowindow_main_slide_box09 .hellowindow_main_slide_illust,
	.hellowindow_main_slide_box10 .hellowindow_main_slide_illust {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_illust img {
		width: 43%;
		height: auto;
		margin: 50px 0 0 33px;
		margin: 13.33vw 0 0 8.8vw;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_illust img {
		width: 37%;
		height: auto;
		margin: -14px 0 0 -20px;
		margin: -3.733vw 0 0 -5.33vw;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_illust img {
		width: 55%;
		height: auto;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_illust img {
		width: 85%;
		height: auto;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_illust img {
		width: 50%;
		height: auto;
	}
	
	.hellowindow_main_slide_box10 .hellowindow_main_slide_illust img {
		width: 40%;
		height: auto;
	}
	
	/* 位置調整 
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_illust {
		margin: 70px 0 0 5px;
	}
	
	.hellowindow_main_slide_box01 .hellowindow_main_slide_text {
		margin: 103px 0 0 0px;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_illust {
		margin: 47px 0 0 5px;
	}
	
	.hellowindow_main_slide_box02 .hellowindow_main_slide_text {
		margin: 136px 0 0 0px;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_illust {
		margin: 47px 0 0 5px;
	}
	
	.hellowindow_main_slide_box03 .hellowindow_main_slide_text {
		margin: 136px 0 0 0px;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_illust {
		margin: 80px 0 0 64px;
	}
	
	.hellowindow_main_slide_box04 .hellowindow_main_slide_text {
		margin: 162px 0 0 -50px;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_illust {
		margin: 119px 0 0 187px;
	}
	
	.hellowindow_main_slide_box05 .hellowindow_main_slide_text {
		margin: 162px 0 0 -180px;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_illust {
		margin: 62px 0 0 165px;
	}
	
	.hellowindow_main_slide_box06 .hellowindow_main_slide_text {
		margin: 162px 0 0 -153px;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_illust {
		margin: 72px 0 0 128px;
	}
	
	.hellowindow_main_slide_box07 .hellowindow_main_slide_text {
		margin: 162px 0 0 -119px;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_illust {
		margin: 108px 0 0 82px;
	}
	
	.hellowindow_main_slide_box08 .hellowindow_main_slide_text {
		margin: 162px 0 0 -71px;
	}
	
	.hellowindow_main_slide_text_img {
		margin: 15px 0 0 125px;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_illust {
		margin: 111px 0 0 184px;
	}
	
	.hellowindow_main_slide_box09 .hellowindow_main_slide_text {
		margin: 162px 0 0 -170px;
	}
	
	.hellowindow_main_slide_box10 .hellowindow_main_slide_illust {
		margin: 113px 0 0 201px;
	}

	.hellowindow_main_slide_box10 .hellowindow_main_slide_text {
		margin: 162px 0 0 -188px;
	}
	
	.hellowindow_main_slide_box11 .hellowindow_main_slide_illust {
		margin: 55px 0 0 185px;
	}

	.hellowindow_main_slide_box11 .hellowindow_main_slide_text {
		margin: 162px 0 0 -176px;
	}
	
	.hellowindow_main_slide_box12 .hellowindow_main_slide_illust {
		margin: 55px 0 0 174px;
	}

	.hellowindow_main_slide_box12 .hellowindow_main_slide_text {
		margin: 162px 0 0 -167px;
	}
	
	.hellowindow_main_slide_box13 .hellowindow_main_slide_illust {
		margin: 71px 0 0 191px;
	}

	.hellowindow_main_slide_box13 .hellowindow_main_slide_text {
		margin: 162px 0 0 -175px;
	}
	
	.hellowindow_main_slide_box14 .hellowindow_main_slide_illust {
		margin: 71px 0 0 198px;
	}

	.hellowindow_main_slide_box14 .hellowindow_main_slide_text {
		margin: 162px 0 0 -185px;
	}
	*/
	
	.copyright {
		position: relative;
		z-index: 2;
		font-size: 12px;
		font-size: 1.6vw;
		font-weight: 500;
		margin: 20px 0 0 0;
		margin: 2.66vw 0 0 0;
	}
}