/* --------------- animation --------------- */



/* --------------- top --------------- */

.col_topMain {
	height: 655px;
	margin: 0;
	padding: 30px 0 0;
}

.inner_topMain {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	position: relative;
	z-index: 0;
}

.mainimg {
	max-width: 1038px;
	margin: 0 auto 0;
	position: relative;
	z-index: 0;
}

.mainimg img.sp_none {
	opacity: 0;
	display: inline-block;
}

.loadend1 .mainimg img.sp_none {
	animation: main_image1 1s ease-in-out 0s forwards;
}

@keyframes main_image1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.col_topmain_newyear {
	width: 100%;
	height: 70.4vw;
	max-height: 742px;
	margin: 0 0 50px;
	padding: 0;
	background-image: url(../img/top/mainimg_newyear2025.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	position: relative;
	z-index:
}

@media screen and (max-width: 1180px) {

	.col_topmain_newyear {
		height: 62vw;
	}

}

.col_topmain_newyear a.btn {
	width: 31.1vw;
	max-width: 328px;
	margin: 0 auto;
	padding: 0;
	display: block;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 10%;
}

@media screen and (min-width: 701px) {

	.col_topmain_newyear a.btn {
		transition: transform .3s;
	}

	.col_topmain_newyear a.btn:hover {
		transform: translateX(-50%) scale(1.1);
	}

}

@media screen and (max-width: 580px) {

	.col_topmain_newyear {
		height: 178vw;
		max-height: 159vw;
		margin: 0;
		background-image: url(../img/top/sp/mainimg_newyear2025.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.col_topmain_newyear a.btn {
		width: 65.5vw;
		max-width: 65.5vw;
		bottom: 7%;
	}

}

.btm_mainimg {
	width: 65%;
	max-width: 800px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}

.lead_btm_mainimg {
	width: 47.5%;
}

.layer_hokkaido {
	width: 48.62%;
	position: relative;
}

.layer_hokkaido>img {
	display: inline-block;
}

.deco_main {
	position: absolute;
}

.deco_main.cloud1 {
	width: 96px;
	top: -30%;
	left: 42%;
	animation: 1.8s anim_cloud1 ease-in-out infinite alternate;
}

@keyframes anim_cloud1 {
	0% {
		transform: translate3d(-10px, 0, 0);
	}

	100% {
		transform: translate3d(0px, 0px, 0);
	}
}

.loadend1 .deco_main.cloud1 span,
.loadend1 .deco_main.cloud2 span {
	opacity: 0;
	display: inline-block;
	animation: main_cloud_fadein1 1s ease-in-out 2s forwards;
}

@keyframes main_cloud_fadein1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.deco_main.cloud1 img,
.deco_main.cloud2 img {
	display: inline-block;
}

.deco_main.cloud1 img {
	opacity: 1;
	animation: 1.3s anim_cloud1-1 ease-in-out infinite alternate;
}

@keyframes anim_cloud1-1 {
	0% {
		transform: translate3d(-5px, 2px, 0);
	}

	100% {
		transform: translate3d(-5px, 0px, 0);
	}
}

.deco_main.cloud2 {
	width: 166px;
	top: -15%;
	left: -10%;
	animation: 1.8s anim_cloud2 ease-in-out infinite alternate;
}

@keyframes anim_cloud2 {
	0% {
		transform: translate3d(-10px, 0, 0);
	}

	100% {
		transform: translate3d(0px, 0px, 0);
	}
}

.deco_main.cloud2 img {
	opacity: 1;
	animation: 1.3s anim_cloud2-1 ease-in-out infinite alternate;
}

@keyframes anim_cloud2-1 {
	0% {
		transform: translate3d(-5px, -5px, 0);
	}

	100% {
		transform: translate3d(0px, 0px, 0);
	}
}

.deco_main.symbol1 {
	width: 67px;
	top: 0;
	left: 215px;
	animation: 1.8s anim_symbol1 ease-in-out infinite alternate;
}

@keyframes anim_symbol1 {
	0% {
		transform: translate3d(30px, 0, 0);
	}

	100% {
		transform: translate3d(0px, 0, 0);
	}
}

.loadend1 .deco_main.symbol1 span,
.loadend1 .deco_main.symbol2 span,
.loadend1 .deco_main.symbol3 span,
.loadend1 .deco_main.symbol4 span {
	opacity: 0;
	display: inline-block;
	animation: main_cloud_fadein1 1s ease-in-out 2.4s forwards;
}

.deco_main.symbol1 img,
.deco_main.symbol2 img,
.deco_main.symbol3 img,
.deco_main.symbol4 img {
	display: inline-block;
	opacity: 0;
}

.loadend1 .deco_main.symbol1 img {
	opacity: 1;
	animation: 1.3s anim_symbol1-1 ease-in-out infinite alternate;
}

@keyframes anim_symbol1-1 {
	0% {
		transform: translate3d(-5px, 0px, 0);
	}

	100% {
		transform: translate3d(-10px, 10px, 0);
	}
}

.deco_main.symbol2 {
	width: 157px;
	top: 20px;
	left: -20px;
	animation: 2.2s anim_symbol2 ease-in-out infinite alternate;
}

@keyframes anim_symbol2 {
	0% {
		transform: translate3d(30px, 20px, 0);
	}

	100% {
		transform: translate3d(0px, 0, 0);
	}
}

.loadend1 .deco_main.symbol2 img {
	opacity: 1;
	animation: 1.6s anim_symbol2-1 ease-in-out infinite alternate;
}

@keyframes anim_symbol2-1 {
	0% {
		transform: translate3d(-10px, 10px, 0);
	}

	100% {
		transform: translate3d(0, 0px, 0);
	}
}

.deco_main.symbol3 {
	width: 80px;
	top: 247px;
	left: -35px;
	animation: 2s anim_symbol3 ease-in-out infinite alternate;
}

@keyframes anim_symbol3 {
	0% {
		transform: translate3d(0px, 10px, 0);
	}

	100% {
		transform: translate3d(0px, -10px, 0);
	}
}

.loadend1 .deco_main.symbol3 img {
	opacity: 1;
	animation: 1.5s anim_symbol3-1 ease-in-out infinite alternate;
}

@keyframes anim_symbol3-1 {
	0% {
		transform: translate3d(-15px, 0px, 0);
	}

	100% {
		transform: translate3d(0px, 10px, 0);
	}
}

.deco_main.symbol4 {
	width: 238px;
	bottom: 0;
	right: 0;
	animation: 2s anim_symbol4 ease-in-out infinite alternate;
}

@keyframes anim_symbol4 {
	0% {
		transform: translate3d(0px, 5px, 0);
	}

	100% {
		transform: translate3d(0px, -10px, 0);
	}
}

.loadend1 .deco_main.symbol4 img {
	opacity: 1;
	animation: 1.5s anim_symbol4-1 ease-in-out infinite alternate;
}

@keyframes anim_symbol4-1 {
	0% {
		transform: translate3d(-10px, 0px, 0);
	}

	100% {
		transform: translate3d(0px, 15px, 0);
	}
}

.box_ec {
	background-image: url(../img/top/bg_ec.png);
	background-repeat: no-repeat;
	max-width: 622px;
	width: 622px;
	margin: 0 auto;
	min-height: 276px;
}

.box_ec .txt_area_ec {
	padding: 40px 20px 0;
	text-align: center;
}

.box_ec .txt_area_ec .ttl {
	font-size: 28px;
	color: #e60012;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}

.box_ec .txt_area_ec .txt {
	font-size: 20px;
	line-height: 1.3;
	padding:13px;
}

a.btn_ec {
    width: 232px;
    margin: 30px auto 0;
    padding: 0;
    display: block;
    transition: all 0.5s;
}

a.btn_ec:hover {
	opacity: 0.8;
}

.img_undermain {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto 60px;
	padding: 0;
	z-index: -1;
}

.col_topCatch {
	width: 90%;
	margin: 0 auto 60px;
	padding: 50px 0 0 0;
	text-align: center;
}

.bgdeco_topCatch {
	max-width: 874px;
	margin: 0 auto;
	padding: 30px 0 32px;
	background-image: url(../img/top/deco_logo.svg);
	background-repeat: no-repeat;
	background-size: 210px auto;
	background-position: 80px top;
	display: block;
}

.txt_topCatch1 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	text-align: center;
	line-height: 1.45;
}

.txt_topCatch1 .red {
	color: #e60012;
	text-shadow: 0px 0px 1px #e60012;
}

.txt_topCatch2 {
	margin: 0;
	padding: 0;
	font-size: 35px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}

.txt_topCatch2 .inner {
	padding: 0 35px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.txt_topCatch2 .inner:before,
.txt_topCatch2 .inner:after {
	content: "";
	font-size: 51px;
	position: absolute;
}

.txt_topCatch2 .inner:before {
	content: "\201C";
	top: 0;
	left: 0;
}

.txt_topCatch2 .inner:after {
	content: "\201D";
	top: 0;
	right: 0;
}

.col_topannounce {
	width: 92%;
	max-width: 670px;
	margin: 0 auto 70px;
	padding: 20px 0 0;
	font-size: 20px;
	background-color: #efeae2;
	position: relative;
	z-index: 0;
}

.col_topannounce::before {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 15px #fff;
	border-right: solid 40px rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	left: 0;
}

.col_topannounce::after {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 36px #fff;
	border-left: solid 170px rgba(255, 255, 255, 0);
	position: absolute;
	top: 0;
	right: 0;
}

.col_topannounce dl {
	margin: 0;
	padding: 0 30px 30px;
	position: relative;
	z-index: 0;
}

.col_topannounce dl:before {
	content: "";
	margin: 0;
	padding: 0;
	border-bottom: solid 50px #fff;
	border-right: solid 14px rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	bottom: 0;
}

.col_topannounce dl:after {
	content: "";
	margin: 0;
	padding: 0;
	border-bottom: solid 56px #fff;
	border-left: solid 42px rgba(255, 255, 255, 0);
	position: absolute;
	right: 0;
	bottom: 0;
}

.col_topannounce dl dt {
	margin: 0 0 15px;
	padding: 0;
	font-weight: 600;
	;
	position: relative;
	z-index: 0;
}

.col_topannounce dl dt::before {
	content: "";
	width: 186px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 0, 0.8);
	transform: rotate(-2deg);
	position: absolute;
	left: -8px;
	bottom: 2px;
	z-index: -1;
}

.col_topannounce dl dd {
	margin: 0;
	padding: 0 8px;
}

.col_topSalespoint {
	width: 92%;
	max-width: 1020px;
	margin: 0 auto 60px;
	padding: 0;
}

.col_topSalespoint .mds {
	margin: 0 0 62px;
	padding: 0;
	font-size: min(6.2vw, 29px);
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_topSalespoint .mds img {
	width: 6.2vw;
	max-width: 28px;
}

.col_topSalespoint .mds .txt {
	margin: 0;
	padding: 0 5px 0 10px;
}

ul.list_topSalespoint {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

ul.list_topSalespoint li {
	width: 100%;
	height: auto;
	margin: 0 0 -60px 0;
	color: #6E4900;
	font-size: min(6.6vw, 25px);
	display: block;
	position: relative;
}

ul.list_topSalespoint li:before {
	content: "";
	width: 23px;
	height: 77px;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/arrow_salespoint.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-poisition: center top;
	transform: rotate(42deg);
	position: absolute;
	top: 170px;
}

ul.list_topSalespoint li:nth-child(odd):before {
	transform: rotate(-42deg);
	left: calc(50% + 20px);
}

ul.list_topSalespoint li:nth-child(even):before {
	right: 50%;
}

ul.list_topSalespoint li:last-child:before {
	content: none;
}

ul.list_topSalespoint li .img.sp {
	width: 34%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	z-index: 0;
}

ul.list_topSalespoint li:nth-child(even) .img.sp {
	margin-left: auto;
}

ul.list_topSalespoint li .img.sp .num {
	width: 19%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3%;
	left: 7%;
}

ul.list_topSalespoint li:nth-child(even) .img.sp .num {
	left: auto;
	right: 2%;
}

ul.list_topSalespoint li .txt {
	width: 25%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 8px;
	left: 245px;
}

ul.list_topSalespoint li:nth-child(even) .txt {
	left: auto;
	right: 225px;
}

ul.list_topSalespoint li .contmds {
	width: 100%;
	height: 66px;
	margin: 0;
	padding: 1px 0 0;
	color: #FFEFB4;
	font-size: 28px;
	text-align: center;
	background-image: url(../img/top/sp/bg_mds_salespoint_r.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	transform: rotate(-12deg);
}

ul.list_topSalespoint li:nth-child(even) .contmds {
	background-image: url(../img/top/sp/bg_mds_salespoint_l.png);
	background-repeat: no-repeat;
	transform: rotate(12deg);
}

ul.list_topSalespoint li .icon.pc {
	display: none;
}

ul.list_topSalespoint li .icon.sp {
	width: 28.5%;
	margin-bottom: 7px;
	margin-top: -10px;
	display: block;
}

ul.list_topSalespoint li:nth-of-type(odd) .icon.sp {
	margin-left: 120px;
}

ul.list_topSalespoint li:nth-of-type(even) .icon.sp {
	margin-left: 45px;
}

ul.list_topSalespoint li .small {
	font-size: 20px;
	font-weight: 600;
}

ul.list_topSalespoint li:nth-of-type(odd) .small {
	margin-left: 60px;
}

ul.list_topSalespoint li:nth-of-type(even) .small {
	margin-right: 75px;
}

ul.list_topSalespoint li .arrow {
	width: ;
	max-width: 22px;
	margin: 0 auto;
	padding: 0;
}

.wrap_topMember.salespoint {
	margin-bottom: 55px;
}

.col_topVoice {
	width: 92%;
	max-width: 960px;
	margin: 0 auto 70px;
	padding: 0;
}

.col_topVoice .mds_top1 {
	width: 137px;
	margin: 0 auto 22px;
	padding: 0;
}

.lead_topVoice {
	margin: 0 0 70px;
	padding: 0;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
}

.cont_topVoice {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.cont_topVoice .box {
	margin: 0 0 64px 0;
	padding: 0;
	position: relative;
	z-index: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.cont_topVoice .box.voice1 {
	width: 44.5%;
	min-height: 450px;
	background-image: url(../img/top/bg_voice1.gif);
}

.cont_topVoice .box.voice2 {
	width: 47%;
	min-height: 350px;
	margin-right: 20px;
	background-image: url(../img/top/bg_voice2.gif);
}

.cont_topVoice .box.voice3 {
	width: 47.8%;
	min-height: 442px;
	background-image: url(../img/top/bg_voice3.gif);
}

.cont_topVoice .box.voice4 {
	width: 46.29%;
	min-height: 606px;
	margin-right: 0;
	margin-bottom: -137px;
	background-image: url(../img/top/bg_voice4.gif);
	top: -137px;
}

.cont_topVoice .box .img {
	width: 10vw;
	max-width: 92px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 57px;
	bottom: calc(100% - 64px);
}

.cont_topVoice .box.voice2 .img {
	right: auto;
	left: 52px;
	bottom: calc(100% - 93px);
}

.cont_topVoice .box.voice3 .img {
	right: auto;
	left: 65px;
	bottom: calc(100% - 107px);
}

.cont_topVoice .box.voice4 .img {
	right: 73px;
	bottom: calc(100% - 108px);
}

.cont_topVoice .box dl {
	margin: 0 auto;
	padding: 35px 45px 0 65px;
	font-size: 20px;
	box-sizing: border-box;
}

.cont_topVoice .box.voice2 dl {
	padding-top: 38px;
	padding-left: 75px;
}

.cont_topVoice .box.voice3 dl {
	padding-top: 62px;
	padding-left: 75px;
}

.cont_topVoice .box.voice4 dl {
	padding-top: 62px;
	padding-left: 60px;
}

.cont_topVoice .box dl dt {
	width: 144px;
	height: 53px;
	margin: 0 0 15px;
	padding: 0 0 3px;
	color: #fff;
	font-size: 26px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_topVoice .box.voice1 dl dt,
.cont_topVoice .box.voice4 dl dt {
	background-image: url(../img/top/bg_voicename_gray.png);
}

.cont_topVoice .box.voice2 dl dt,
.cont_topVoice .box.voice3 dl dt {
	background-image: url(../img/top/bg_voicename_gold.png);
}

.cont_topVoice .box.voice2 dl dt {
	margin-left: auto;
	margin-right: 25px;
}

.cont_topVoice .box.voice3 dl dt {
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 8px;
}

.cont_topVoice .box dl dd {
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.col_topNotice {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px;
	padding: 20px;
	text-align: center;
	background-color: #faf7f1;
	border: 2px solid #b8b8b8;
}

.col_topNotice h2 {
	margin: 0 0 10px;
	color: #f95656;
	font-size: 24px;
	font-weight: bold;
}

.col_topNotice.newyear h2 {
	font-size: 21px;
}

.col_topNotice .name {
	font-size: 13px;
}

.col_topNotice .name span {
	font-size: 18px;
}

.col_news1 {
	margin: 0;
	padding: 60px 0 40px;
}

.inner_news1 {
	width: 94%;
	max-width: 1085px;
	margin: 0 auto;
	padding: 0;
}

.inner_news1 .txt_noarticles {
	margin: 0;
	padding: 5em 0;
	text-align: center;
}

.wrap_news1 {
	margin: 0;
	padding: 65px 0 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 45px 3%;
}

@media screen and (max-width: 700px) {
	.col_news1 {
		padding: 20px 0 25px;
	}

	.wrap_news1 {
		gap: 30px 5%;
	}
}

@media screen and (max-width: 450px) {
	.wrap_news1 {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}

.col_news1 .mds_top1 {
	max-width: 273px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 700px) {
	.col_news1 .mds_top1 {
		max-width: 175px;
	}
}

a.box_news {
	width: 17.6%;
	margin: 0;
	padding: 0;
	color: #6d4800;
	box-sizing: border-box;
	display: block;
	transition: all 0.5s;
}

a.box_news:hover {
	opacity: 0.6;
}

a.box_news img {
	width: 100%;
	aspect-ratio: 40.5 / 30;
	object-fit: cover;
	border: 1px solid #6d4800;
}

a.box_news .info_news {
	margin: 13px 0 10px;
	line-height: 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon_news {
	padding: 0;
	color: #FFF;
	background-color: #7b7a7b;
	border: 1px solid #7b7a7b;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

a.box_news .icon_news {
	width: 60%;
}

.icon_news.news {
	background-color: #e60012;
	border: 1px solid #e60012;
}

.icon_news.topics {
	background-color: #00688d;
	border: 1px solid #00688d;
}

.icon_news.item {
	background-color: #ed6c00;
	border: 1px solid #ed6c00;
}

a.box_news .ttl_news {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a.box_news .desc_news {
	margin: 8px 0 0;
	padding: 8px 0 0;
	font-size: 14px;
	line-height: 1.8em;
	border-top: 1px solid #6d4800;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

a.box_news .desc_news .more {
	font-size: 11px;
}

@media screen and (max-width: 1085px) {
	a.box_news .icon_news {
		font-size: 1vw;
	}
}

@media screen and (max-width: 1033px) {
	a.box_news .icon_news {
		width: 50%;
		font-size: 1vw;
	}
}

@media screen and (max-width: 850px) {
	a.box_news .info_news {
		font-size: 12px;
	}

	a.box_news .icon_news {
		width: 50%;
		font-size: 1vw;
	}

	a.box_news .ttl_news {
		font-size: 17px;
	}
}

@media screen and (max-width: 700px) {
	a.box_news {
		width: 47.5%;
	}

	a.box_news .info_news {
		font-size: 12px;
	}

	a.box_news .icon_news {
		width: 60%;
		max-width: 100px;
		font-size: 12px;
	}
}

a.btn_topNews {
	width: 232px;
	margin: 0 auto;
	padding: 0;
	display: block;
	transition: all 0.5s;
}

a.btn_topNews:hover {
	opacity: 0.65;
}

.iblock {
	display: inline-block;
}

.cont_result {
	display: flex;
	justify-content: center;
	padding: 190px 0 0;
    margin-top: -125px;
}

.box_result {
	min-width: 489px;
	width: 489px;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 216px;
	padding-right: 29px;
}

.box_result.bg_yellow {
	background-image: url(../img/top/bg_result1.png);
	margin-right: 10px;
}

.box_result.bg_green {
	background-image: url(../img/top/bg_result2.png);
	margin-left: 10px;
}

.box_result .txt_area {
	text-align: center;
	padding-left: 5%;
	padding-top: 5%;
}

.box_result .ttl_result {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
}

.box_result .txt_result {
	padding-top: 10px;
	letter-spacing: -0.03em;
}

.box_result .btn {
	max-width: 147px;
	padding: 0;
	margin: 14px auto 0;
	cursor: pointer;
}

.box_result .btn:hover {
	opacity: 0.8;
}

#popup-wrapper {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}

#popup-wrapper2 {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}



.popup-inside {
	text-align: center;
	width: 90%;
	max-width: 630px;
	background: #EFEBE3;
	margin: 5% auto;
	padding: 20px;
	position: relative;
}

.popup-inside::before {
	content: '';
	background-image: url(../img/top/magnifying_glass.png);
	position: absolute;
	top: -1px;
	left: -1px;
	width: 55px;
	height: 55px;
}

.message {
	overflow: scroll;
	max-height: 80vh;
}

.message::-webkit-scrollbar {
	display: none;
}

.message a {
	background: purple;
	color: white;
	text-decoration: none;
	padding: 6px 10px;
}

.message h2 {
	max-width: 272px;
	margin: 10px auto 0;
	padding-bottom: 10px;
}

.message p {
	font-weight: bold;
}


#close {
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
}

.message dl {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.message dl dt {
	width: 42%;
	margin: 0;
	padding: 0;
}

.message dl dd {
	width: 58%;
	margin: 0;
	padding: 0 0 0 7%;
	text-align: left;
	line-height: 1.4;
}

.wrap_popup {
	background-image: url(../img/top/popup_bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	padding-bottom: 50px;
}

.popup_item {
	width: 80%;
	min-height: 200px;
	margin: 0 1% 8px 0;
	padding: 0 0 16px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.popup_item .piano {
	padding: 20px 0 0;
}

.popup_item .tag_items {
	margin-bottom: 6px;
}

.popup_item .tag_items .condition.new span {
	background-color: #e60012;
	border-color: #e60012;
	color: #efeae2;
	border-radius: 10px;
	padding: 3px 10px;
	font-size: 14px;
}

.popup_item .name_items {
	font-size: 20px;
}

.popup_item .name_items .maker {
	font-weight: 400;
	font-size: 15px;
}

.popup_item .name_items .name {
	font-weight: bold;
}


.popup_item .price_items .price_txt {
	font-size: 14px;
}

.popup_item .price {
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
}

.popup_item .price .taxin {
	font-size: 24px;
}

.mds_piano_delivery {
	font-size: 22px;
	font-weight: bold;
	padding: 16px 0 0;
}

.mds_piano_delivery:first-of-type {
	padding: 30px 0 0;
}

@media screen and (max-width: 400px) {
	.mds_piano_delivery {
		font-size: 5vw;
	}
	
}

.ttl_school_list {
	background-color: #90733b;
	border-radius: 14.1598px;
	margin: 5px 5%;
	color: #fff;
	font-size: 17px;
}

.school_list {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: left;
}

.school_list dl li {
	list-style: none;
	width: 22%;
}

.popup_item.purchase {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 16px;
}

.img_piano {
	max-width: 196px;
	margin: 15px auto 0;
}

.school_list.purchase dl {
	display: block;
}

.school_list.purchase li {
	width: 100%;
	text-align: center;
}


.col_topEvent {
	padding: 60px 0 80px 0;
}

.inner_topEvent {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

.mds_top1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.col_topEvent .mds_top1 {
	max-width: 152px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.col_topEvent .mds_top1_2 {
	max-width: 103px;
	margin: 0 auto 42px;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.bnr_silent_top {
	max-width: 976px;
	width: 94%;
	margin: 0 auto 90px;
}

.bnr_topEvent {
	width: 96%;
	max-width: 702px;
	margin: 0 auto 30px;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
	animation: huwahuwa-event1 1.5s ease-in-out infinite alternate
}

.bnr_topEvent.wide1 {
	max-width: 1002px;
	margin-top: 40px;
}

@keyframes huwahuwa-event1 {
	0% {
		transform: translateX(-8px);
	}

	100% {
		transform: translateX(8px);
	}
}

.grandbazaar.zoomlink {
	width: 96%;
	max-width: 702px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
}

.grandbazaar.zoomlink:hover {
	animation-name: zoomlink;
}

.bnr_topEvent.grandbazaar {
	width: 100%;
	height: 340px;
	background-image: url(../img/top/banner/bnr_topbazaar2022spring.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.bnr_topEvent.grandbazaar .inner {
	width: 100%;
	height: 100%;
	display: block;
}

.bnr_topEvent.grandbazaar a {
	opacity: 0;
}

.bnr_topEvent.grandbazaar a:nth-child(n+2) {
	display: none;
}

.fancybox__container .fancybox__toolbar__items--left {
	font-size: 28px !important;
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
}

.fancybox__container .fancybox__button--zoom,
.fancybox__container .fancybox__button--slideshow,
.fancybox__container .fancybox__button--fullscreen,
.fancybox__container .fancybox__button--thumbs {
	display: none;
}

.fancybox__thumb {
	border-radius: 0px !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-width: 3px !important;
	border-radius: 0px !important;
	border-color: var(--fancybox-accent-color, rgba(255, 255, 255, 0.96)) !important;
}



.wrap_altbnr {
	width: 94%;
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.col_topEvent .wrap_altbnr .altbnr_top {
	width: 50%;
	margin: 0 0 20px;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(1) {
	width: 50.6%;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(7) {
	width: 42%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(2) {
	width: 42%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(3),
.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(9) {
	width: 41.5%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(4),
.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(8) {
	width: 52%;
	margin-left: auto;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(5),
.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(11) {
	width: 50.6%;
}

.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(6),
.col_topEvent .wrap_altbnr .altbnr_top:nth-of-type(12) {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.wrap_altbnr .grandbazaar.altbnr_top {
	height: 276px;
}

.wrap_altbnr .grandbazaar {
	height: 100%;
	margin: 0;
}

.wrap_altbnr .grandbazaar.zoomlink {
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	z-index: 0;
}

.wrap_altbnr .bnr_topEvent br {
	display: none;
}

.btnarea_topbnr {
	margin: 0;
	padding: 0;
}

.btnarea_topbnr {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn_topOrange {
	width: 199px;
	min-height: 57px;
	margin: 0 11px 0 0;
	color: #fff;
	font-size: 19px;
	line-height: 1;
	background-image: url(../img/top/banner/btn_orange.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn_topOrange .arrow {
	padding: 0 24px 0 0;
	background-image: url(../img/arrow_white1.png);
	background-size: 18px auto;
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.btnarea_topbnr.col2 .btn_topOrange:last-of-type {
	margin-right: 0;
}

.bnr_topEvent.purchase {
	width: 94%;
	max-width: 712px;
	margin-bottom: 25px;
	z-index: 1;
}

.bnr_topEvent img {
	animation: huwahuwa-event2 1s ease-in-out infinite alternate;
}

@keyframes huwahuwa-event2 {
	0% {
		transform: translateY(5px) translateX(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.bnr_topEvent .inner {
	display: inline-block;
}

.bnr_topEvent p {
	margin: 0;
}

.btn_topEvent {
	width: 110px;
	height: 103px;
	padding: 17px 0 0 0;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	text-align: center;
	background-image: url(../img/top/banner/btn_bnr.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	bottom: 38px;
	right: 0;
	animation: huwahuwa-event2 1s ease-in-out infinite alternate;
}

.btn_topEvent.wine {
	background-image: url(../img/top/banner/btn_bnr_wine.png);
	bottom: 20px;
}

.btn_topEvent:after {
	content: "";
	width: 23px;
	height: 22px;
	margin: auto;
	background-image: url(../img/top/banner/arrow_bnr.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
}

.line_toprecommend {
	width: 92%;
	max-width: 1088px;
	margin: 0 auto 50px;
	padding: 0;
}

.col_toprecommend {
	width: 82%;
	max-width: 1035px;
	margin: 0 auto 90px;
	padding: 0;
}

.col_toprecommend .mds {
	width: 72%;
	max-width: 361px;
	margin: 0 auto 40px;
	padding: 0;
}

.col_toprecommend .cont_topmat {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.col_toprecommend .cont_topmat a {
	width: 16.6%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 74%;
	left: 61%;
}

.col_toprecommend .cont_topmat.mat2 a {
	top: 78%;
	left: 5%;
}

.col_toprecommend .cont_topmat.mat3 a {
	top: 79%;
}

@media screen and (min-width: 701px) {

	.col_toprecommend .cont_topmat a {
		transition: opacity .3s;
	}

	.col_toprecommend .cont_topmat a:hover {
		opacity: 0.7;
	}

}

@media screen and (max-width: 700px) {

	.col_topEvent .mds_top1_2 {
		max-width: 67px;
		margin: 0 auto 25px;
	}

	.bnr_silent_top {
		width: 100%;
		margin: 0 auto 35px;
	}

	.line_toprecommend {
		margin: 0 auto 7vw;
	}

	.col_toprecommend {
		margin: 0 auto 16vw;
	}

	.col_toprecommend .mds {
		margin: 0 auto 5vw;
	}

	.col_toprecommend .cont_topmat a {
		width: 46.9%;
		top: 87.5%;
		left: 26.55%;
	}

	.col_toprecommend .cont_topmat.mat2 a {
		top: 89.5%;
		left: 26.55%;
	}

	.col_toprecommend .cont_topmat.mat3 a {
		top: 91.5%;
	}

}

.col_topElisen {
	width: 96%;
	max-width: 1158px;
	margin: 0 auto 50px;
	padding: 68px 0 88px 0;
	background-image: url(../img/top/bg_elisen.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.col_topElisen .mds_top1 {
	max-width: 147px;
	margin: 0 auto 18px;
}

.col_topElisen.recital .mds_top1 {
	max-width: 372px;
}

.txt_topElisen {
	margin: 0 0 8px;
	text-align: center;
	line-height: 1.75;
	font-size: 20px;
}

.wrap_topElisen {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.col_topElisen.recital .wrap_topElisen {
	max-width: 870px;
}

.col_Elisen_slider {
	max-width: 514px;
	margin: 0;
	padding: 15px 18px 0 0;
	position: relative;
	z-index: 0;
}

.col_topElisen.recital .col_Elisen_slider {
	padding-top: 30px;
}

.col_Elisen_slider .slider,
.col_Elisen_slider .recital-slider {
	margin-bottom: 9px;
	padding: 0;
}

.col_Elisen_slider .slider .swiper-wrapper,
.col_Elisen_slider .recital-slider .swiper-wrapper {
	padding: 0;
}

.col_Elisen_slider .swiper-button-next,
.col_Elisen_slider .swiper-button-prev {
	width: 38px;
	margin: 0;
	padding: 0;
	top: calc(50% - 86px);
}

.col_Elisen_slider .swiper-button-next {
	right: 10px;
}

.col_Elisen_slider .swiper-button-prev {
	left: -10px;
}

.col_Elisen_slider .swiper-button-prev:after,
.col_Elisen_slider .swiper-container-rtl .swiper-button-next:after,
.col_Elisen_slider .swiper-button-next:after,
.col_Elisen_slider .swiper-container-rtl .swiper-button-prev:after {
	content: none;
}

.col_Elisen_slider .slider-thumbnail .swiper-wrapper,
.col_Elisen_slider .recital-thumb .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	transform: translate3d(0px, 0, 0) !important;
}

.col_Elisen_slider .slider-thumbnail .swiper-wrapper .swiper-slide,
.col_Elisen_slider .recital-thumb .swiper-wrapper .swiper-slide {
	width: 23.5% !important;
	margin-right: 2% !important;
	margin-bottom: 2% !important;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	position: relative;
	z-index: 0;
	transform: translate3d(0px, 0, 0) !important;
}

.col_Elisen_slider .slider-thumbnail .swiper-slide:nth-child(4n),
.col_Elisen_slider .recital-thumb .swiper-slide:nth-child(4n) {
	margin-right: 0 !important;
}

.col_Elisen_slider .slider-thumbnail .swiper-slide.swiper-slide-thumb-active:before,
.col_Elisen_slider .recital-thumb .swiper-slide.swiper-slide-thumb-active:before {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 3px #ab9575;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

.col_Elisen_info {
	width: 340px;
	margin: 0;
	padding: 0;
}

.recital .col_Elisen_info {
	text-align: center;
}

.img_Elisen1 {
	width: 100%;
	max-width: 334px;
	margin: 0 0 6px;
	display: block;
}

.img_toprecital {
	width: 96%;
	max-width: 332px;
}

.col_Elisen_info dl.name {
	margin: 0 0 6px;
	padding: 0 0 0 60px;
	line-height: 1.2;
}

.col_Elisen_info dl.name dt {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}

.col_Elisen_info dl.name dd {
	margin: 0;
	padding: 0;
	font-size: 27px;
}

.col_Elisen_info dl.price {
	margin: 0;
	padding: 0 0 0 60px;
	line-height: 1.2;
}

.col_Elisen_info dl.price dt {
	margin: 0 0 7px;
	padding: 0;
	font-size: 13px;
}

.col_Elisen_info dl.price dd {
	margin: 0;
	padding: 0;
	color: #e60012;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.col_Elisen_info dl.price dd .tax {
	font-size: 16px;
	display: inline-block;
}

.col_Elisen_info dl.price dd .taxin {
	font-size: 15px;
	font-weight: 400;
}

.mds_radio {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.col_topElisen.radio .wrap_topElisen {
	margin: 20px auto 0;
	align-items: flex-start;
	justify-content: center;
	gap: 25px;
}

.col_topElisen.radio .wrap_topElisen img {
	width: 90%;
	max-width: 365px;
	height: auto;
}

.col_topElisen.radio a {
	color: #ec6c00;
	text-decoration: none;
	border-bottom: 1px solid #ec6c00;
}

.col_topElisen.piano_recital .mds_top1{
	max-width: 335px;
}


@media print,
screen and (min-width: 701px) {
	.col_topElisen.radio a {
		opacity: 1;
		transition: opacity .3s;
	}

	.col_topElisen.radio a:hover {
		opacity: 0.8;
		border-bottom: none;
	}
}

@media screen and (max-width: 700px) {
	.col_topElisen.radio .wrap_topElisen img {
		margin: 10px auto;
		display: block;
	}
}

.col_topElisen.radio .note {
	padding: 0 0 13px;
	font-size: .7em;
	line-height: 2em;
	display: block;
}

.radio_youtube {
	width: 100px;
	height: auto;
}



.col_topAbout {
	margin: 0 0 140px;
	padding: 0;
}

.inner_topAbout {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.col_topAbout .mds_top1 {
	max-width: 196px;
	margin-bottom: 16px;
}

.txt_topabout1 {
	margin: 0 0 80px;
	font-size: 20px;
	text-align: center;
	line-height: 2;
}

.wrap_topAbout {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrap_topAbout.cont1 {
	padding: 0 0 0 50px;
}

.wrap_topAbout.cont2 {
	padding: 0 25px 0 0;
}

.wrap_topAbout.cont3 {
	padding: 0 0 0 33px;
}

.wrap_topAbout.cont5 {
	padding: 0 0 0 100px;
}


.wrap_topAbout .col_img {
	margin: 0;
	padding: 0;
}

.wrap_topAbout.cont1 .col_img {
	width: 542px;
}

.wrap_topAbout.cont2 .col_img {
	width: 538px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.wrap_topAbout.cont3 .col_img {
	width: 562px;
}

.wrap_topAbout.cont4 .col_img {
	width: 545px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.wrap_topAbout.cont5 .col_img {
	width: 613px;
}


.img_topAbout {
	position: relative;
	z-index: 0;
}

.cont1 .img_topAbout {
	text-align: right;
}

.cont2 .img_topAbout {
	text-align: left;
}

.cont3 .img_topAbout {
	text-align: right;
}

.cont4 .img_topAbout {
	text-align: left;
}

.sway_topAbout {
	animation: huwahuwa-about1 1.5s ease-in-out infinite alternate;
}

@keyframes huwahuwa-about1 {
	0% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(0px);
	}
}

.cont1 .inner_sway_topAbout {
	animation: huwahuwa-about2-1 1.7s ease-in-out infinite alternate;
}

@keyframes huwahuwa-about2-1 {
	0% {
		transform: translateY(-5px) translateX(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.cont2 .inner_sway_topAbout {
	animation: huwahuwa-about2-2 1s ease-in-out infinite alternate;
}

@keyframes huwahuwa-about2-2 {
	0% {
		transform: translateY(5px) translateX(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.cont3 .inner_sway_topAbout {
	animation: huwahuwa-about2-3 1s ease-in-out infinite alternate;
}

@keyframes huwahuwa-about2-3 {
	0% {
		transform: translateY(-5px) translateX(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.cont4 .inner_sway_topAbout {
	animation: huwahuwa-about2-4 1s ease-in-out infinite alternate;
}

@keyframes huwahuwa-about2-4 {
	0% {
		transform: translateY(5px) translateX(5px);
	}

	100% {
		transform: translateY(0px);
	}
}

dl.balloon_topAbout {
	margin: 0;
	padding: 0;
	text-align: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	z-index: 1;
}

dl.balloon_topAbout dt {
	margin: 0 auto;
	padding: 0;
}

dl.balloon_topAbout dd {
	margin: 0;
	padding: 0;
	font-size: 31px;
	line-height: 1;
	text-shadow: 0 0 0 #6d4800;
}

.cont1 dl.balloon_topAbout {
	width: 265px;
	padding: 0 0 45px;
	background-image: url(../img/top/balloon_about1.png);
	top: -105px;
	left: -10px;
	transform: rotate(-20deg) scale(0);
	transform-origin: right bottom;
	transition: 1s;
}

.sc_active.cont1 dl.balloon_topAbout {
	transform: rotate(-20deg) scale(1);
}

.cont2 dl.balloon_topAbout {
	width: 197px;
	padding: 0 0 36px;
	background-image: url(../img/top/balloon_about2.png);
	top: -105px;
	right: 20px;
	transform: rotate(23deg) scale(0);
	transform-origin: left bottom;
	transition: 1s;
}

.sc_active.cont2 dl.balloon_topAbout {
	transform: rotate(23deg) scale(1);
}

.cont3 dl.balloon_topAbout {
	width: 273px;
	padding: 0 0 40px;
	background-image: url(../img/top/balloon_about1.png);
	top: -85px;
	left: -20px;
	transform: rotate(-20deg) scale(0);
	transform-origin: right bottom;
	transition: 1s;
}

.sc_active.cont3 dl.balloon_topAbout {
	transform: rotate(-20deg) scale(1);
}

.cont4 dl.balloon_topAbout {
	width: 257px;
	padding: 0 0 42px;
	background-image: url(../img/top/balloon_about4.png);
	top: -140px;
	right: -15px;
	transform: rotate(23deg) scale(0);
	transform-origin: left bottom;
	transition: 1s;
}

.sc_active.cont4 dl.balloon_topAbout {
	transform: rotate(23deg) scale(1);
}

.cont1 dl.balloon_topAbout dt {
	width: 135px;
	margin-bottom: 6px;
}

.cont2 dl.balloon_topAbout dt {
	width: 224px;
	margin-bottom: 12px;
}

.cont3 dl.balloon_topAbout dt {
	width: 236px;
	margin-bottom: 10px;
}

.cont4 dl.balloon_topAbout dt {
	width: 101px;
	margin-bottom: 12px;
}

.cont1 .img_topAbout .img {
	width: 439px;
}

.cont2 .img_topAbout .img {
	width: 445px;
}

.cont3 .img_topAbout .img {
	width: 438px;
}

.cont4 .img_topAbout .img {
	width: 445px;
}

.btn_topAbout {
	position: absolute;
	z-index: 1;
}

.btn_topAbout a {
	width: 100%;
	height: 100%;
	color: #6d4800;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
}

.cont1 .btn_topAbout {
	width: 167px;
	height: 141px;
	bottom: 0;
	left: 32px;
}

.cont1 .btn_topAbout a {
	padding-top: 43px;
	background-image: url(../img/top/btn_about1.png);
}

.cont2 .btn_topAbout {
	width: 167px;
	height: 141px;
	bottom: -5px;
	right: 20px;
}

.cont2 .btn_topAbout a {
	padding-top: 48px;
	background-image: url(../img/top/btn_about2.png);
}

.cont3 .btn_topAbout {
	width: 168px;
	height: 140px;
	bottom: 0px;
	left: 60px;
}

.cont3 .btn_topAbout a {
	padding-top: 33px;
	font-size: 26px;
	background-image: url(../img/top/btn_about3.png);
}

.cont4 .btn_topAbout {
	width: 172px;
	height: 144px;
	bottom: 10px;
	right: 20px;
}

.cont4 .btn_topAbout a {
	padding-top: 29px;
	background-image: url(../img/top/btn_about4.png);
}

.cont4 .btn_topAbout .small {
	margin-bottom: 8px;
	font-size: 21px;
	display: inline-block;
}

.cont4 .btn_topAbout .small img {
	width: 20px;
	display: inline-block;
	vertical-align: baseline;
}

.btn_topAbout a:after {
	content: "";
	width: 26px;
	height: 25px;
	margin: auto;
	background-image: url(../img/top/arrow_topabout.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}

.cont2 .btn_topAbout a:after {
	bottom: 24px;
}

.cont3 .btn_topAbout a:after {
	bottom: 19px;
}

.cont4 .btn_topAbout a:after {
	bottom: 17px;
}

.wrap_topAbout .col_txt {
	margin: 0;
	font-size: 20px;
	line-height: 1.7;
}

.wrap_topAbout.cont1 .col_txt {
	width: calc(100% - 542px);
	padding-left: 30px;
	padding-bottom: 55px;
}

.wrap_topAbout.cont2 .col_txt {
	width: calc(100% - 538px);
	padding-bottom: 0;
	padding-right: 40px;
	text-align: right;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.wrap_topAbout.cont3 .col_txt {
	width: calc(100% - 562px);
	padding-left: 30px;
	padding-bottom: 0;
}

.wrap_topAbout.cont4 .col_txt {
	width: calc(100% - 545px);
	padding-bottom: 0;
	padding-right: 40px;
	text-align: right;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.dot_topAbout {
	margin: 0;
	padding: 0;
	position: relative;
	animation: huwahuwa-dot1 1.5s ease-in-out infinite alternate;
}

.dot_topAbout.dot1 {
	width: 117px;
	margin: -83px auto 10px;
	left: 74px;
}

@keyframes huwahuwa-dot1 {
	0% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(5px);
	}
}

.dot_topAbout img {
	animation: huwahuwa-dot1-1 1.5s ease-in-out infinite alternate;
}

@keyframes huwahuwa-dot1-1 {
	0% {
		transform: translateY(-5px) translateX(-5px);
	}

	100% {
		transform: translateY(0px);
	}
}

.dot_topAbout.dot2 {
	width: 70px;
	margin: 8px auto -10px;
	left: 44px;
}

.dot_topAbout.dot3 {
	width: 118px;
	margin: 20px 2% 0 33%;
	align-self: flex-start;
	left: 0;
}

a.bnr_topyamahana {
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

a.bnr_topyamahana .label {
	width: 106px;
	height: 89px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 26px;
	background-image: url(../img/top/bg_newly.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	animation: huwahuwa-about1 2s ease-in-out infinite alternate;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: 11px;
}

a.bnr_topyamahana dl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 0 0;
	color: #fff;
	background-image: url(../img/top/icon_whitepiano.png);
	background-repeat: no-repeat;
	background-size: 17% auto;
	background-position: 87% 78%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

a.bnr_topyamahana dl dt {
	margin: 0 0 15px;
	padding: 0;
	font-size: 33px;
	text-align: center;
	line-height: 1.2;
}

a.bnr_topyamahana dl dd {
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
}

a.bnr_topyamahana dl dd .arrow {
	width: 26px;
	margin: 0 auto;
	padding: 8px 0 0;
}



.wrap_topMember {
	width: 96%;
	max-width: 1088px;
	height: 150px;
	margin: 0 auto -90px;
	padding: 0 0 0 47px;
	background-image: url(../img/top/border_topmember.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 0;
}

.wrap_topMember a {
	width: 250px;
	height: 100%;
	padding: 40px 0 0 37px;
	color: #6d4800;
	font-size: 24px;
	line-height: 1.25;
	text-align: left;
	text-decoration: none;
	background-image: url(../img/top/link_topmember.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left center;
	display: block;
	position: relative;
	z-index: 1;
	top: -90px;
}

.wrap_topMember a dl {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

.wrap_topMember a dl:after {
	content: "";
	width: 26px;
	height: 25px;
	background-image: url(../img/top/arrow_topabout.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 84px;
	left: 50px;
}

.wrap_topMember a dl dt {
	width: 102px;
	margin: 0 0 9px;
	padding: 0;
}

.wrap_topMember a dl dd {
	margin: 0;
	padding: 0;
}

.wrap_topMember a dl dd span {
	text-align: center;
	display: inline-block;
}


.col_topMaint {
	margin: 0;
	padding: 0 0 100px 0;
}

.inner_topMaint {
	width: 96%;
	max-width: 948px;
	margin: 0 auto;
	padding: 0;
}

.txt_topMaint {
	margin: 0 0 40px;
	font-size: 30px;
	line-height: 1.6;
	text-align: center;
}

.txt_topMaint .inner {
	padding: 0 16px;
	position: relative;
	z-index: 0;
	display: inline-block;
}

.txt_topMaint .inner:before {
	content: "";
	width: 4px;
	height: 70px;
	border-left: dotted 4px #6d4800;
	transform-origin: 0 100%;
	transform: rotate(-40deg);
	position: absolute;
	bottom: 10px;
	left: 0;
}

.txt_topMaint .inner:after {
	content: "";
	width: 4px;
	height: 70px;
	border-left: dotted 4px #6d4800;
	transform-origin: 0 100%;
	transform: rotate(40deg);
	position: absolute;
	bottom: 15px;
	right: -5px;
}

.wrap_topMaint {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cont_topMaint {
	width: 424px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
}

.sc_active .cont_topMaint.cleaning {
	animation: Maint-slide1 0.8s cubic-bezier(0.42, 0.19, 0.12, 1.21) 0.5s forwards;
}

@keyframes Maint-slide1 {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.sc_active .cont_topMaint.muted {
	animation: Maint-slide2 0.8s cubic-bezier(0.42, 0.19, 0.12, 1.21) 0.8s forwards;
}

@keyframes Maint-slide2 {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.cont_topMaint .img {
	width: 256px;
	position: relative;
	z-index: 1;
}

.cont_topMaint .img .off {
	width: 100%;
	position: absolute;
	z-index: 0;
	opacity: 1;
}

.sc_active .cont_topMaint .img .off {
	animation: Maint-fade1 1s linear 1.6s forwards;
}

@keyframes Maint-fade1 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.cont_topMaint .link {
	width: calc(100% - 256px);
	padding: 0 28px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 0.9;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cont_topMaint .link:before {
	content: "";
	width: 261px;
	height: 218px;
	background-image: url(../img/top/bg_topcleaning.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -6px;
	right: 0;
	z-index: -2;
}

.cont_topMaint .link:after {
	content: "";
	width: 22px;
	height: 21px;
	margin: auto;
	background-image: url(../img/top/arrow_topmaint.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 35px;
}

.cont_topMaint.muted .img {
	width: 220px;
	top: 25px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.cont_topMaint.muted .link {
	width: calc(100% - 220px);
	padding: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.cont_topMaint.muted .link:before {
	width: 261px;
	height: 224px;
	background-image: url(../img/top/bg_topmuted.gif);
	right: auto;
	left: 0;
	bottom: -17px;
}

.cont_topMaint.muted .link:after {
	bottom: 50px;
	right: 0;
}

.box_topnotice {
	width: 96%;
	max-width: 800px;
	margin: 0 auto 60px;
	padding: 0;
}

.box_topnotice dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.box_topnotice dl dt {
	margin: 0;
	padding: 7px 20px 8px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	background-color: #6d4800;
	display: inline-block;
	transform: rotate(-2deg);
	position: relative;
	bottom: -10px;
}

.box_topnotice dl dd {
	margin: 0 10px;
	padding: 24px 23px 18px;
	font-size: 18px;
	border: solid 2px #6d4800;
	border-radius: 8px;
}

.col_topCompany {
	margin: 0;
	padding: 35px 0 100px 0;
}

.inner_topCompany {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}

.cont_topCompany {
	width: 612px;
	margin: 0;
	position: relative;
	z-index: 0;
}

.logo_topCompany {
	width: 127px;
	position: absolute;
	top: 58px;
	left: -16px;
	z-index: 1;
	animation: distance1 1.8s ease-in-out infinite alternate;
}

@keyframes distance1 {
	0% {
		transform: translate3d(0px, 0px, 0px);
	}

	50% {
		transform: translate3d(-10px, -10px, 0px);
	}

	100% {
		transform: translate3d(0px, 0px, 0px);
	}
}

.balloon_topCompany {
	width: 176px;
	padding: 0 0 37px;
	font-size: 23px;
	text-align: center;
	line-height: 1.2;
	background-image: url(../img/top/balloon_topcompany.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	position: absolute;
	top: -40px;
	right: 250px;
	transform: rotate(13deg) scale(0);
	transform-origin: left bottom;
	transition: 0.6s;
	z-index: 1;
}

.sc_active .balloon_topCompany {
	transform: rotate(13deg) scale(1);
}

.cont_topCompany a {
	width: 563px;
	height: 300px;
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	background-image: url(../img/top/bg_topcompany.jpg);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 0;
}

.cont_topCompany a .inner {
	margin: 140px 0 0 150px;
	line-height: 1;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.cont_topCompany a .inner:after {
	content: "";
	width: 24px;
	height: 23px;
	margin: auto;
	background-image: url(../img/top/arrow_topcompany.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
}

.cont_topLine {
	width: 256px;
	height: 245px;
	margin: 0 120px -90px auto;
	position: relative;
	z-index: 0;
	top: -90px;
	animation: huwahuwa-line1 1.5s ease-in-out infinite alternate;
}

@keyframes huwahuwa-line1 {
	0% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(0);
	}
}


.cont_topLine .inner {
	width: 100%;
	height: 100%;
	animation: huwahuwa-line1-1 1.5s ease-in-out infinite alternate;
}

@keyframes huwahuwa-line1-1 {
	0% {
		transform: translateY(5px) translateX(5px);
	}

	100% {
		transform: translateY(0px);
	}
}


.catch_topLine {
	width: 213px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: -13px;
	top: -35px;
	z-index: -1;
	transform: scale(0);
	transform-origin: center bottom;
	transition: 0.6s;
	transition-delay: 0.75s;
}

.sc_active .catch_topLine {
	transform: scale(1);
}

.cont_topLine a {
	width: 100%;
	height: 100%;
	padding: 17px 0 0 0;
	color: #6d4800;
	text-align: center;
	background-image: url(../img/top/bg_topline.gif);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
}

.icon_topLine {
	width: 53px;
	margin: 0 auto 9px;
}

.cont_topLine dl {
	margin: 0;
	padding: 0;
}

.cont_topLine dl dt {
	margin: 0 0 5px;
	padding: 0;
	font-size: 19px;
}

.cont_topLine dl dt img {
	max-width: 103px;
	margin: 0 auto 2px;
}

.cont_topLine dl dd {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1;
}

.cont_topLine dl dd img {
	width: 24px;
	margin: 0 0 0 7px;
	display: inline-block;
	vertical-align: text-top;
}

.col_topNews {
	margin: 0;
	padding: 65px 0 135px;
}

.inner_topNews {
	width: 96%;
	max-width: 650px;
	margin: 0 auto;
	padding: 0;
}

.col_topNews .mds_top1 {
	max-width: 146px;
	margin-bottom: 16px;
}

.cont_topNews {
	position: relative;
	z-index: 0;
}

.cont_topNews dl {
	margin: 0;
	padding: 20px 0;
	border-bottom: dotted 2px #6d4800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
}

.sc_active .cont_topNews dl {
	animation: slidein-news 2.2s linear forwards;
}

.cont_topNews dl:nth-of-type(1) {
	animation-delay: 0.2s;
}

.cont_topNews dl:nth-of-type(2) {
	animation-delay: 0.5s;
}

.cont_topNews dl:nth-of-type(3) {
	animation-delay: 0.8s;
}

.cont_topNews dl:nth-of-type(4) {
	animation-delay: 1.1s;
}

@keyframes slidein-news {

	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		opacity: 1;
		transform: translate3d(10px, 0, 0);
	}

	90% {
		opacity: 1;
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.cont_topNews dl:first-child {
	border-top: dotted 2px #6d4800;
}

.cont_topNews dl dt {
	width: 180px;
	margin: 0;
	padding: 0 0 0 35px;
}

.cont_topNews dl dd {
	width: calc(100% - 180px);
	margin: 0;
	padding: 0 15px 0 0;
	word-break: break-all;
}

.cont_topNews dl dd a {
	color: #6d4800;
	text-decoration: underline;
}

.cont_topNews dl dd a:hover {
	text-decoration: none;
}

.txt_topNonews {
	margin: 0;
	padding: 50px 0;
	text-align: center;
	font-size: 18px;
}

.col_topyoutube {
	width: 94%;
	max-width: 1160px;
	margin: 0 auto 50px;
	padding: 0;
}

.col_topyoutube .mds {
	width: 163px;
	margin: 0 auto 20px;
	padding: 0;
}

.col_topyoutube .cont {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	text-align: center;
	background-image: url(../img/top/bg_youtube.svg);
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 36px);
	background-position: center 36px;
}

.col_topyoutube .submds {
	width: 69.5%;
	max-width: 466px;
	margin: 0 auto 25px;
	padding: 0;
}

.col_topyoutube .cont_topmovie {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.col_topyoutube .cont_topmovie .movie {
	width: 47%;
	margin: 0;
	padding: 0;
}

.col_topyoutube .cont iframe {
	width: 100%;
	height: 22.35vw;
	max-height: 247px;
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
}

.col_topyoutube .cont_topmovie .movie a {
	width: 263px;
	height: 63px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background-image: url(../img/top/bg_btn1.svg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_topyoutube .cont_topmovie .movie a>span {
	margin: 0;
	padding: 0 25px 0 20px;
	background-image: url(../img/top/deco_btn1.svg);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right center;
	display: inline-block;
}





/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media screen and (max-width: 1200px) {


	.wrap_altbnr .grandbazaar.altbnr_top {
		height: 21vw;
	}

	ul.list_topSalespoint li {
		margin-bottom: -40px;
	}

	.dot_topAbout.dot1 {
		margin: -26px auto 16px;
	}

	.dot_topAbout.dot2 {
		margin: 14px auto 2px;
		left: 40px;
	}

	.dot_topAbout.dot3 {
		margin: 20px 2% 0 12%;
	}

	a.bnr_topyamahana {
		margin: 60px 0 0;
	}

	.cont_topVoice .box dl {
		padding: 30px 10px 0 70px;
		font-size: 19px;
	}

	.cont_topVoice .box.voice1 dl .br_none2 {
		display: none;
	}


}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and (max-width: 1033px) {

	.col_topMain {
		height: 60vw;
	}

	.deco_main.symbol1 {
		width: 7vw;
		left: 20vw;
	}

	.deco_main.symbol2 {
		width: 15vw;
		top: 3vw;
		left: 0;
	}

	.deco_main.symbol3 {
		width: 8vw;
		top: 26vw;
		left: 2.5vw;
	}

	.deco_main.symbol4 {
		width: 21vw;
		bottom: 0;
		right: 0;
	}

	.btm_mainimg {
		width: 80%;
	}

	.lead_btm_mainimg {
		width: 47.5%;
	}

	.layer_hokkaido {
		width: 48.62%;
		position: relative;
	}

	.cont_result {
		display: block;
	}


	.box_result.bg_yellow {
		background-image: url(../img/top/sp/sp_bg_result1.png);
	}

	.box_result.bg_green {
		background-image: url(../img/top/sp/sp_bg_result2.png);
	}

	.box_result.bg_yellow,
	.box_result.bg_green {
		width: 100%;
		max-width: 500px;
		min-width: auto;
		min-height: 30vw;
		margin: 20px auto;
		padding-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.box_result {
		background-position: center;
	}


	.txt_result.pc_none {
		display: block;
	}

	.box_result .txt_area {
		text-align: center;
		padding-left: 0;
		padding-top: 0;
	}


	.box_result .ttl_result {
		margin: 5px 0;
		font-size: 2.8vw;
	}

	.box_result .ttl_result .pc_none {
		display: block;
	}

	.box_result.bg_green .ttl_result {
		line-height: 1.2;
	}

	.box_result .ttl_result span {
		font-size: 2.6vw;
	}

	.box_result .txt_result {
		line-height: 1.4;
		padding-bottom: 4%;
		padding-top: 0;
		font-size: 2vw;
	}

	.box_result .pc_none {
		display: block;
	}

	.box_result .sp_none {
		display: none;
	}

	.box_result .btn {
		max-width: 297px;
		padding: 0;
		margin: 0 auto;
		width: 22vw;
	}

	.message .piano dt {
		min-width: 180px;
	}

	.col_topEvent#Event .wrap_altbnr .altbnr_top {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}

	.wrap_altbnr .grandbazaar.altbnr_top {
		height: 335px;
	}

	.wrap_topElisen {
		width: 88%;
	}

	.txt_topElisen {
		font-size: 18px;
	}

	.col_Elisen_slider {
		width: 60%;
	}

	.col_Elisen_slider .swiper-button-next,
	.col_Elisen_slider .swiper-button-prev {
		top: 32%;
	}

	.col_Elisen_info {
		width: 60%;
	}

	.col_topElisen.recital .col_Elisen_info {
		width: 40%;
	}

	.col_Elisen_info dl.name,
	.col_Elisen_info dl.price {
		padding-left: 6vw;
	}

	.col_Elisen_info dl.price {
		line-height: 1.6;
	}

	.col_Elisen_info dl.price dd {
		font-size: 22px;
		line-height: 1.1;
	}

	ul.list_topSalespoint li .txt {
		left: 21vw;
		top: 1vw;
	}

	ul.list_topSalespoint li:nth-child(even) .txt {
		right: 21vw;
	}

	ul.list_topSalespoint li .contmds {
		height: 6.2vw;
		font-size: 2.6vw;
	}

	ul.list_topSalespoint li .icon.sp {
		margin-bottom: 0.3vw;
		margin-top: -1vw;
	}

	ul.list_topSalespoint li:nth-of-type(odd) .icon.sp {
		margin-left: 12vw;
	}

	ul.list_topSalespoint li:nth-of-type(even) .icon.sp {
		margin-left: 5vw;
	}

	ul.list_topSalespoint li .small {
		font-size: 2vw;
	}

	ul.list_topSalespoint li:nth-of-type(odd) .small {
		margin-left: 8vw;
	}

	ul.list_topSalespoint li:nth-of-type(even) .small {
		margin-right: 8vw;
	}

	ul.list_topSalespoint li:before {
		top: 15vw;
	}

	.txt_topabout1 {
		margin-bottom: 100px;
	}

	.wrap_topAbout.cont1,
	.wrap_topAbout.cont2,
	.wrap_topAbout.cont3,
	.wrap_topAbout.cont4 {
		padding: 0;
	}

	.wrap_topAbout.cont1 .col_img,
	.wrap_topAbout.cont2 .col_img,
	.wrap_topAbout.cont3 .col_img,
	.wrap_topAbout.cont4 .col_img {
		width: 50vw;
	}

	.cont1 .img_topAbout .img,
	.cont3 .img_topAbout .img {
		width: 86%;
		margin: 0 0 0 auto;
	}

	.cont2 .img_topAbout .img,
	.cont4 .img_topAbout .img {
		width: 86%;
		margin: 0;
		;
	}

	.wrap_topAbout.cont1 .col_txt,
	.wrap_topAbout.cont2 .col_txt,
	.wrap_topAbout.cont3 .col_txt,
	.wrap_topAbout.cont4 .col_txt {
		width: calc(100% - 50vw);
		padding-bottom: 0;
	}

	.cont1 dl.balloon_topAbout {
		width: 238px;
		padding-bottom: 36px;
		left: 12px;
	}

	.cont2 dl.balloon_topAbout {
		width: 177px;
		top: -115px;
		right: 30px;
	}

	.cont3 dl.balloon_topAbout {
		width: 246px;
		padding-bottom: 35px;
		top: -120px;
		left: 7px;
	}

	.cont4 dl.balloon_topAbout {
		width: 232px;
		padding-bottom: 36px;
		top: -140px;
		right: -10px;
	}

	.cont1 dl.balloon_topAbout dt {
		width: 118px;
	}

	.cont2 dl.balloon_topAbout dt {
		width: 198px;
		margin-bottom: 9px;
	}

	.cont3 dl.balloon_topAbout dt {
		width: 206px;
	}

	.cont4 dl.balloon_topAbout dt {
		width: 84px;
		margin-bottom: 8px;
	}

	dl.balloon_topAbout dd {
		font-size: 27px;
	}

	.btn_topAbout {
		font-size: 26px;
	}

	.cont1 .btn_topAbout {
		width: 150px;
		height: 127px;
		left: 30px;
	}

	.cont1 .btn_topAbout a {
		padding-top: 40px;
	}

	.cont2 .btn_topAbout {
		width: 150px;
		height: 127px;
	}

	.cont2 .btn_topAbout a {
		padding-top: 40px;
	}

	.cont3 .btn_topAbout {
		width: 164px;
		height: 138px;
		left: 30px;
	}

	.cont3 .btn_topAbout a {
		padding-top: 30px;
	}

	.cont4 .btn_topAbout {
		width: 162px;
		height: 136px;
	}

	.cont4 .btn_topAbout a {
		padding-top: 25px;
	}

	.cont4 .btn_topAbout .small {
		font-size: 20px;
	}

	.cont4 .btn_topAbout .small img {
		width: 19px;
		margin-left: 3px;
	}

	.btn_topAbout a:after {
		bottom: 22px;
	}

	.dot_topAbout.dot1 {
		left: 45px;
	}

	.dot_topAbout.dot2 {
		margin: 14px auto -27px;
		left: 38px;
	}

	.dot_topAbout.dot3 {
		margin: -13px auto 4px;
		left: 16px;
	}

	.wrap_topMember {
		margin-bottom: -35px;
		background-size: 100% auto;
	}

	.wrap_topMember a {
		top: -35px;
	}

	.col_topMaint {
		padding: 0 0 100px;
	}

	.wrap_topMaint {
		max-width: 800px;
		margin: 0 auto;
	}

	.cont_topMaint {
		width: 368px;
	}

	.cont_topMaint .img {
		width: 230px;
	}

	.cont_topMaint.muted .img {
		width: 200px;
	}

	.cont_topMaint .link {
		width: calc(100% - 230px);
		padding-right: 20px;
		font-size: 23px;
	}

	.cont_topMaint .link:after {
		bottom: 35px;
		right: 23px;
	}

	.cont_topMaint.muted .link:after {
		bottom: 35px;
	}

	.cont_topMaint.muted .link {
		width: calc(100% - 200px);
	}

	.cont_topCompany {
		margin-left: 50px;
	}

	.cont_topLine {
		margin-right: 50px;
	}

	.col_topNews {
		padding-bottom: 100px;
	}

	.cont_topVoice .box.voice1,
	.cont_topVoice .box.voice2,
	.cont_topVoice .box.voice3,
	.cont_topVoice .box.voice4 {
		width: 48%;
		margin-right: 0;
		min-height: auto;
	}

	.cont_topVoice .box.voice4 {
		top: -100px;
	}

	.cont_topVoice .box dl {
		padding: 50px 14% 50px 10%;
	}

	.cont_topVoice .box.voice2 dl,
	.cont_topVoice .box.voice3 dl,
	.cont_topVoice .box.voice4 dl {
		padding-left: 12%;
		padding-right: 12%;
	}

	.cont_topVoice .box.voice3 dl {
		padding-bottom: 60px;
	}

	.cont_topVoice .box.voice4 dl {
		padding-bottom: 60px;
	}

	.cont_topVoice .box dl dd .br_none,
	.cont_topVoice .box dl dd .br_none1 {
		display: none;
	}


}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and (max-width: 850px) {

	ul.list_topSalespoint li {
		margin-bottom: 0;
	}

	.cont_topVoice .box.voice1,
	.cont_topVoice .box.voice2 {
		margin-bottom: 25px;
	}

	.cont_topVoice .box dl {
		font-size: 2.5vw;
	}

	.cont_topVoice .box dl dt {
		width: 125px;
		height: 46px;
		font-size: 22px;
	}

	.cont_topVoice .box.voice2 dl dt {
		margin-right: 0;
	}

	.cont_topVoice .box.voice3 dl dt {
		margin-right: 0;
	}

	.cont_topVoice .box .img {
		right: 16%;
		bottom: calc(100% - 93px);
	}

	.cont_topVoice .box.voice3 .img {
		left: 15%;
	}

	.cont_topVoice .box.voice4 .img {
		right: 13%;
	}

	.col_topEvent {
		padding: 15px 0 30px 0;
	}

	.btn_topEvent {
		width: 140px;
		height: 132px;
		padding-top: 25px;
		font-size: 26px;
		bottom: 0;
	}

	.btn_topEvent.wine {
		width: 125px;
		height: 123px;
		right: -30px;
	}

	.txt_topabout1 {
		margin-bottom: 120px;
	}

	.cont1 dl.balloon_topAbout {
		width: 206px;
		padding-bottom: 30px;
		top: -110px;
	}

	.cont2 dl.balloon_topAbout {
		width: 160px;
		padding-bottom: 32px;
		top: -115px;
		right: 25px;
	}

	.cont3 dl.balloon_topAbout {
		width: 226px;
		padding-bottom: 35px;
		top: -130px;
	}

	.cont4 dl.balloon_topAbout {
		width: 208px;
		top: -150px;
	}

	.cont1 dl.balloon_topAbout dt {
		width: 106px;
	}

	.cont2 dl.balloon_topAbout dt {
		width: 178px;
	}

	.cont3 dl.balloon_topAbout dt {
		width: 195px;
	}

	dl.balloon_topAbout dd {
		font-size: 24px;
	}

	.cont1 .img_topAbout .img,
	.cont3 .img_topAbout .img {
		width: 92%;
		margin: 0 0 0 auto;
	}

	.cont2 .img_topAbout .img,
	.cont4 .img_topAbout .img {
		width: 92%;
		margin: 0;
	}

	.btn_topAbout,
	.cont3 .btn_topAbout {
		font-size: 23px;
	}

	.cont1 .btn_topAbout,
	.cont3 .btn_topAbout {
		left: 10px;
	}

	.cont2 .btn_topAbout,
	.cont4 .btn_topAbout {
		right: 10px;
	}

	.wrap_topAbout .col_txt {
		font-size: 19px;
	}

	.cont4 .btn_topAbout .small {
		font-size: 18px;
	}

	.wrap_topAbout.cont2 .col_txt,
	.wrap_topAbout.cont4 .col_txt {
		padding-right: 30px;
	}

	.wrap_topMember {
		padding-left: 25px;
	}

	.wrap_topMember a {
		width: 220px;
		padding: 30px 0 0 33px;
		font-size: 21px;
	}

	.wrap_topMember a dl dt {
		width: 90px;
	}

	.wrap_topMember a dl:after {
		bottom: 76px;
		left: 38px;
	}

	.wrap_topMaint {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cont_topMaint {
		width: 47%;
	}

	.cont_topMaint .img {
		width: 60%;
	}

	.cont_topMaint.muted .img {
		width: 56%;
		top: 7px;
	}

	.cont_topMaint .link {
		width: 40%;
		padding-right: 15px;
		font-size: 20px;
		padding-bottom: 3vw;
	}

	.cont_topMaint.muted .link {
		width: 44%;
		padding-bottom: 5vw;
	}

	.cont_topMaint .link:before {
		width: 30.5vw;
		height: 100%;
		top: 0;
	}

	.cont_topMaint.muted .link:before {
		width: 32vw;
		height: 100%;
		bottom: 0;
	}

	.cont_topMaint .link:after {
		bottom: 5.2vw;
	}

	.cont_topMaint.muted .link:after {
		bottom: 7vw;
	}

	.cont_topCompany {
		margin-left: 65px;
	}

	.cont_topLine {
		margin-right: 25px;
		margin-bottom: -45px;
		top: -45px;
	}




}

/* ---------------------------------------------------------------
	end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,
screen and (min-width: 701px) {

	a.bnr_topyamahana {
		transition: opacity .3s;
	}

	a.bnr_topyamahana:hover {
		opacity: 0.8;
	}

}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media screen and (max-width: 700px) {

	.col_topMain {
		height: auto;
		padding: 0;
	}

	.inner_topMain {
		width: 100%;
		padding-bottom: 7vw;
	}

	.mainimg img.sp_none {
		display: none;
	}

	.mainimg img.pc_none {
		opacity: 0;
		display: inline-block;
	}

	.loadend1 .mainimg img.pc_none {
		animation: main_image1 1s ease-in-out 0s forwards;
	}

	.deco_main {
		display: none;
	}

	.deco_main.symbol4 {
		width: 35vw;
		bottom: 1vw;
		right: 1vw;
		display: block;
	}

	.deco_main.cloud1 {
		width: 15vw;
		top: -6vw;
		left: 13vw;
		display: block;
	}

	.deco_main.cloud2 {
		width: 21vw;
		top: 9%;
		left: -7vw;
		display: block;
	}

	.btm_mainimg {
		width: 78%;
		margin: 0 auto 30px;
		padding: 10px 0 0;
		display: block;
	}

	.lead_btm_mainimg {
		width: 86%;
		padding: 0 0 0 4vw;
		margin: 0 auto 11vw;
	}

	.layer_hokkaido {
		width: 95%;
		padding: 0 0 0 8.2vw;
		margin: 0 0 0 3vw;;
	}

	.box_ec {
		background-image: url(../img/top/sp/bg_ec.png);
        background-repeat: no-repeat;
        max-width: 644px;
        width: 90%;
        margin: 0 auto;
        min-width: auto;
        min-height: 100vw;
		background-size: contain;
		
	}

	.box_ec .txt_area_ec {
		padding: 12% 7% 0 4%;
		text-align: center;
	}

	.box_ec .txt_area_ec .ttl {
		font-size: 6vw;
		color: #e60012;
		line-height: 1.3;
		text-align: center;
		font-weight: bold;
	}

	.box_ec .txt_area_ec .txt {
		font-size: 5vw;
		line-height: 1.3;
		padding: 13px;
	}

	a.btn_ec {
		width: 60vw;
        margin-top: 2%;
	}

	.col_topCatch {
		padding-top: 8vw;
		margin: 0 auto 7vw;
	}

	.bgdeco_topCatch {
		padding: 50px 0 55px 0;
		background-size: 230px auto;
	}

	.txt_topCatch1 {
		font-size: 19px;
		line-height: 1.7;
	}

	.txt_topCatch2 {
		font-size: 25px;
	}

	.txt_topCatch2 .inner {
		padding: 0 26px;
	}

	.txt_topCatch2 .inner:before,
	.txt_topCatch2 .inner:after {
		font-size: 40px;
	}

	.col_topElisen {
		width: 100%;
		padding: 60px 5% 70px;
		background-color: #efebe3;
		background-image: url(../img/top/sp/bg_elisen_top.jpg), url(../img/top/sp/bg_elisen_btm.jpg);
		background-repeat: no-repeat, no-repeat;
		background-size: 100% auto, 100% auto;
		background-position: left top, left bottom;
	}

	.txt_topElisen {
		margin-bottom: 22px;
	}

	.wrap_topElisen {
		width: 100%;
		display: block;
	}

	.col_Elisen_slider {
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}

	.col_topElisen.recital .col_Elisen_slider {
		padding-top: 0;
	}

	.col_Elisen_slider .swiper-button-next,
	.col_Elisen_slider .swiper-button-prev {
		top: 30%;
	}

	.col_Elisen_slider .swiper-button-next {
		right: -10px;
	}

	.col_Elisen_info,
	.col_topElisen.recital .col_Elisen_info {
		width: 100%;
	}

	.img_Elisen1 {
		width: 88%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.img_toprecital {
		max-width: 420px;
	}

	.col_Elisen_info dl.name,
	.col_Elisen_info dl.price {
		padding: 0;
		text-align: center;
	}

	.col_Elisen_info dl.price dd {
		font-size: 26px;
	}

	.col_topSalespoint {
		margin-bottom: 5vw;
	}

	ul.list_topSalespoint {
		max-width: 500px;
		display: block;
	}

	ul.list_topSalespoint li {
		width: 100%;
		height: auto;
		margin: 0 0 80px 0;
		color: #6E4900;
		font-size: min(6.6vw, 25px);
		display: block;
		position: relative;
	}

	ul.list_topSalespoint li:last-of-type {
		margin-bottom: 40px;
	}

	ul.list_topSalespoint li:nth-child(1),
	ul.list_topSalespoint li:nth-child(2),
	ul.list_topSalespoint li:nth-child(3),
	ul.list_topSalespoint li:nth-child(4),
	ul.list_topSalespoint li:nth-child(5) {
		background-image: none;
	}

	ul.list_topSalespoint li:before {
		content: "";
		width: 22px;
		height: 62px;
		margin: 0;
		padding: 0;
		background-image: url(../img/top/sp/arrow_salespoint.gif);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-poisition: center top;
		transform: rotate(30deg);
		position: absolute;
		top: calc(100% + 10px);
		left: calc(50% - 11px);
	}

	ul.list_topSalespoint li:nth-child(odd):before {
		transform: rotate(-30deg);
	}

	ul.list_topSalespoint li:last-child:before {
		content: none;
	}


	ul.list_topSalespoint li .img.sp {
		width: 60%;
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		z-index: 0;
	}

	ul.list_topSalespoint li:nth-child(even) .img.sp {
		margin-left: 40%;
	}

	ul.list_topSalespoint li .img.sp .num {
		width: 23%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 2%;
		left: 2%;
	}

	ul.list_topSalespoint li:nth-child(even) .img.sp .num {
		left: auto;
		right: 2%;
	}

	ul.list_topSalespoint li .txt {
		width: 53%;
		height: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
	}

	ul.list_topSalespoint li:nth-child(even) .txt {
		left: 0;
		right: auto;
	}

	ul.list_topSalespoint li .contmds {
		width: 100%;
		height: 13vw;
		max-height: 68px;
		margin: 0;
		padding: 2% 0 0;
		color: #FFEFB4;
		font-size: min(5vw, 26px);
		text-align: center;
		background-image: url(../img/top/sp/bg_mds_salespoint_r.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		box-sizing: border-box;
		transform: rotate(-8deg);
	}

	ul.list_topSalespoint li:nth-child(even) .contmds {
		background-image: url(../img/top/sp/bg_mds_salespoint_l.png);
		background-repeat: no-repeat;
		transform: rotate(8deg);
	}

	ul.list_topSalespoint li .icon.pc {
		display: none;
	}

	ul.list_topSalespoint li .icon.sp,
	ul.list_topSalespoint li:nth-of-type(odd) .icon.sp,
	ul.list_topSalespoint li:nth-of-type(even) .icon.sp {
		width: 30%;
		margin: 0 auto;
		display: block;
	}

	ul.list_topSalespoint li .small,
	ul.list_topSalespoint li:nth-of-type(odd) .small,
	ul.list_topSalespoint li:nth-of-type(even) .small {
		margin: 0;
		font-size: 24px;
		font-weight: 600;
	}

	ul.list_topSalespoint li .arrow {
		width: ;
		max-width: 22px;
		margin: 0 auto;
		padding: 0;
	}

	.col_topVoice {
		width: 100%;
	}

	.cont_topVoice {
		margin: 0 auto;
		display: block;
	}

	.cont_topVoice .box {
		width: 86%;
		margin: 0 0 45px;
		padding: 0;
		background-size: 116% 100%;
	}

	.cont_topVoice .box.voice1 {
		width: 86%;
		min-height: 280px;
		background-image: url(../img/top/sp/bg_voice1.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}

	.cont_topVoice .box.voice2 {
		width: 86%;
		min-height: 280px;
		margin-left: 14%;
		background-image: url(../img/top/sp/bg_voice2.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}

	.cont_topVoice .box.voice3 {
		width: 94%;
		min-height: 280px;
		margin-bottom: 25px;
		background-image: url(../img/top/sp/bg_voice3.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}

	.cont_topVoice .box.voice4 {
		width: 88%;
		min-height: 280px;
		margin-left: 14%;
		margin-bottom: 0;
		background-image: url(../img/top/sp/bg_voice4.gif);
		background-repeat: no-repeat;
		background-position: left top;
		top: 0;
	}

	.cont_topVoice .box dl {
		padding: 8% 15% 8% 5%;
		font-size: 17px;
	}

	.cont_topVoice .box.voice2 dl {
		padding: 8% 5% 8% 15%;
	}

	.cont_topVoice .box.voice3 dl {
		padding: 8% 15% 10% 5%;
	}

	.cont_topVoice .box.voice4 dl {
		padding: 8% 8% 10% 12%;
	}

	.cont_topVoice .box dl dt {
		margin: 0 0 15px;
		color: #fff;
		font-size: 26px;
		background-image: url(../img/top/sp/bg_name_voice.gif);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
	}

	.cont_topVoice .box.voice2 dl dt,
	.cont_topVoice .box.voice4 dl dt {
		background-image: url(../img/top/sp/bg_name_voice2.gif);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
		float: right;
	}

	.cont_topVoice .box.voice3 dl dt {
		margin-left: 0;
	}

	.cont_topVoice .box.voice2 dl dd,
	.cont_topVoice .box.voice4 dl dd {
		clear: both;
	}

	.cont_topVoice .box .img {
		width: 82px;
		right: 10%;
		bottom: calc(100% - 85px);
	}

	.cont_topVoice .box.voice2 .img {
		right: auto;
		left: 15%;
		bottom: calc(100% - 85px);
	}

	.cont_topVoice .box.voice3 .img {
		width: 74px;
		left: auto;
		right: 15%;
		bottom: calc(100% - 70px);
	}

	.cont_topVoice .box.voice4 .img {
		width: 74px;
		left: 13%;
		bottom: calc(100% - 85px);
	}

	.box_result.bg_yellow,
	.box_result.bg_green {
		width: 100%;
		max-width: 663px;
		min-width: auto;
		min-height: 55vw;
		margin: 20px auto;
		padding-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.box_result {

		background-position: center;
	}

	.txt_result {
		line-height: 1.4;
		padding-bottom: 4%;
	}

	.txt_result.pc_none {
		display: block;
	}

	.box_result .txt_area {
		text-align: center;
		padding-left: 0;
		padding-top: 0;
	}


	.box_result .ttl_result {
		font-weight: bold;
		margin: 5px 0;
		font-size: 5.3vw;
	}

	.box_result .ttl_result span {
		font-size: 5.0vw;
	}

	.box_result .txt_result {
		font-size: 3vw;
	}

	.box_result .btn {
		width: 35vw;
	}


	.message .wrap_popup .school_list dl {
		line-height: 1.4;
		flex-wrap: wrap;
	}

	.school_list.area1 dl li {
		width: 48%;
		text-align: center;
		margin-bottom: 2px;
	}

	.school_list.area2 dl li {
		width: 33%;
	}

	.popup_item.purchase {
		max-width: 155px;
		padding-top: 16px;
		padding-bottom: 10px;
		min-height: auto;
	}

	.col_topEvent {
		padding: 3vw 0 15vw;
	}

	.inner_topEvent {
		width: 85%;
	}

	.col_topEvent .mds_top1 {
		margin-bottom: 1.5vw;
	}

	.wrap_altbnr {
		width: 100%;
	}

	.col_topEvent#Event .wrap_altbnr .altbnr_top {
		width: 80%;
		margin-bottom: 4vw;
	}

	.wrap_altbnr .grandbazaar.altbnr_top {
		height: 78vw;
		margin-bottom: 4vw;
	}

	.bnr_topEvent {
		width: 80%;
		margin-bottom: 4vw;
		top: 0;
	}

	.bnr_topEvent.wide1 {
		width: 100%;
		animation: none;
	}

	.bnr_topEvent.wide1 img {
		animation: none;
	}

	.grandbazaar.zoomlink {
		width: 100%;
	}

	.bnr_topEvent.grandbazaar {
		width: 100%;
		background-image: url(../img/top/banner/sp/bnr_topbazaar2022spring.png);
	}

	.bnr_topEvent.purchase {
		width: 90%;
		margin: 0 auto 4vw;
	}

	.bnr_topEvent.purchase .btn_topEvent.wine {
		display: none;
	}

	.btnarea_topbnr {
		width: 100%;
		height: 30vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		bottom: 6vw;
	}

	.btn_topOrange,
	.btnarea_topbnr.col2 .btn_topOrange:last-of-type {
		width: 51vw;
		min-height: 10vw;
		margin: 0 auto 1.2vw;
		font-size: 4.2vw;
		line-height: 1;
		background-image: url(../img/top/banner/sp/btn_orange.png);
	}

	.btn_topOrange .arrow {
		padding-right: 5vw;
		background-size: 3.5vw auto;
	}

	.col_topAbout {
		margin: 0 0 10vw;
	}

	.inner_topAbout {
		width: 90%;
	}

	.txt_topabout1 {
		margin-bottom: 22vw;
		font-size: 17px;
		line-height: 1.75;
	}

	.wrap_topAbout.cont4 {
		margin-bottom: 0;
	}

	.wrap_topAbout {
		display: block;
	}

	.wrap_topAbout.cont1 .col_img,
	.wrap_topAbout.cont2 .col_img,
	.wrap_topAbout.cont3 .col_img,
	.wrap_topAbout.cont4 .col_img {
		width: 100%;
		margin-bottom: 4vw;
	}

	.cont1 .img_topAbout .img,
	.cont3 .img_topAbout .img {
		width: 78%;
	}

	.cont2 .img_topAbout .img,
	.cont4 .img_topAbout .img {
		width: 78%;
	}

	.wrap_topAbout.cont1 .col_txt {
		width: 100%;
		padding: 0;
	}

	.wrap_topAbout.cont1 .col_txt,
	.wrap_topAbout.cont2 .col_txt,
	.wrap_topAbout.cont3 .col_txt,
	.wrap_topAbout.cont4 .col_txt {
		width: 100%;
	}

	.wrap_topAbout.cont3 .col_txt {
		padding-left: 0;
	}

	.wrap_topAbout.cont2 .col_txt,
	.wrap_topAbout.cont4 .col_txt {
		padding-right: 0;
	}

	.cont1 .btn_topAbout {
		width: 170px;
		height: 144px;
		left: auto;
		right: 65%;
	}

	.cont1 .btn_topAbout a {
		padding-top: 45px;
		font-size: 28px;
	}

	.cont2 .btn_topAbout {
		width: 170px;
		height: 144px;
		left: 65%;
		right: auto;
	}

	.cont2 .btn_topAbout a {
		padding-top: 45px;
		font-size: 28px;
	}

	.cont3 .btn_topAbout {
		width: 170px;
		height: 144px;
		left: auto;
		right: 65%;
	}

	.cont3 .btn_topAbout a {
		padding-top: 28px;
		font-size: 26px;
	}

	.cont4 .btn_topAbout {
		width: 170px;
		height: 144px;
		left: 65%;
		right: auto;
	}

	.cont4 .btn_topAbout a {
		padding-top: 22px;
		font-size: 28px;
	}

	.cont4 .btn_topAbout .small {
		font-size: 19px;
	}

	.cont1 .btn_topAbout:after,
	.cont2 .btn_topAbout:after {
		bottom: 30px;
	}

	.cont3 .btn_topAbout:after {
		bottom: 26px;
	}

	.cont4 .btn_topAbout:after {
		bottom: 23px;
	}

	.cont1 dl.balloon_topAbout {
		width: 260px;
		padding-bottom: 38px;
		left: auto;
		right: 50%;
		top: -105px;
	}

	.cont2 dl.balloon_topAbout {
		width: 186px;
		padding-bottom: 38px;
		left: 56%;
		right: auto;
		top: -105px;
	}

	.cont3 dl.balloon_topAbout {
		width: 278px;
		top: -100px;
		right: 50%;
		left: auto;
	}

	.cont4 dl.balloon_topAbout {
		width: 260px;
		padding-bottom: 40px;
		left: 56%;
		right: auto;
		top: -120px;
	}

	.cont1 dl.balloon_topAbout dt {
		width: 136px;
		margin-bottom: 9px;
	}

	.cont2 dl.balloon_topAbout dt {
		width: 198px;
	}

	.cont3 dl.balloon_topAbout dt {
		width: 240px;
	}

	.cont4 dl.balloon_topAbout dt {
		width: 105px;
	}

	dl.balloon_topAbout dd {
		font-size: 30px;
	}

	.dot_topAbout.dot1 {
		margin: 4vw 0 7vw 15%;
		left: 0;
	}

	.dot_topAbout.dot2 {
		margin: 4vw 22% 7vw auto;
	}

	.dot_topAbout.dot3 {
		margin: 4vw 0 5vw 15%;
	}

	a.bnr_topyamahana {
		width: 90%;
		margin: 0 auto;
	}

	a.bnr_topyamahana .label {
		width: 16.5vw;
		height: 13.7vw;
		font-size: 4.6vw;
		top: 0;
	}

	a.bnr_topyamahana dl {
		padding-top: 0;
		background-position: 95% 56%;
	}

	a.bnr_topyamahana dl dt {
		width: 90%;
		margin: 0 auto 1vw;
		font-size: min(5.5vw, 44px);
		line-height: 1.1;
	}

	a.bnr_topyamahana dl dd {
		font-size: min(3.8vw, 30px);
	}

	a.bnr_topyamahana dl dd .arrow {
		width: 3.6vw;
		padding: 0;
	}

	.wrap_topMember {
		width: 100%;
		height: 100px;
		margin: 0;
		padding: 0;
		background-image: url(../img/top/sp/border_topmember.gif);
	}

	.wrap_topMember a {
		width: 230px;
		margin: 0 0 0 11%;
		padding: 37px 0 0 36px;
		top: 0;
	}

	.col_topMaint {
		padding: 10vw 0 20vw;
	}

	.inner_topMaint {
		width: 100%;
	}

	.txt_topMaint {
		margin-bottom: 6vw;
		font-size: 26px;
		line-height: 1.5;
	}

	.wrap_topMaint {
		display: block;
	}

	.cont_topMaint {
		width: 100%;
	}

	.cont_topMaint.cleaning {
		margin-bottom: 7vw;
	}

	.cont_topMaint .link {
		padding: 6vw 5vw 3vw 0;
		font-size: 26px;
	}

	.cont_topMaint.muted .link {
		width: 47%;
	}

	.cont_topMaint.muted .img {
		width: 53%;
	}

	.cont_topMaint .link:after {
		width: 30px;
		height: 30px;
		bottom: calc(16vw - 30px);
		right: 5vw;
	}

	.cont_topMaint.muted .link:after {
		bottom: calc(20vw - 30px);
	}

	.cont_topMaint .link:before {
		width: 61vw;
		background-image: url(../img/top/sp/bg_topcleaning.gif);
		top: 7vw;
		bottom: 0;
	}

	.cont_topMaint.muted .link:before {
		width: 62vw;
		background-image: url(../img/top/sp/bg_topmuted.gif);
		top: 3.5vw;
		bottom: 0;
	}

	.col_topCompany {
		padding: 0 0 15vw;
	}

	.inner_topCompany {
		width: 90%;
	}

	.cont_topCompany {
		width: 100%;
		margin: 0 0 15vw;
	}

	.cont_topCompany a {
		width: 100%;
		height: 66vw;
		font-size: 5.5vw;
		background-image: url(../img/top/sp/bg_topcompany.jpg);
		background-size: 100% auto;
	}

	.cont_topCompany a .inner {
		margin: 30vw 0 0 32.5vw;
	}

	.balloon_topCompany {
		width: 190px;
		padding-bottom: 36px;
		top: -2vw;
		right: 16%;
	}

	.logo_topCompany {
		width: 22vw;
		top: 17vw;
		left: 2vw;
	}

	.cont_topLine {
		width: 330px;
		height: 318px;
		margin: 0 auto;
		top: 0;
	}

	.catch_topLine {
		width: 260px;
		top: -40px;
	}

	.cont_topLine a {
		padding-top: 24px;
	}

	.icon_topLine {
		width: 60px;
		margin-bottom: 12px;
	}

	.cont_topLine dl dt {
		font-size: 27px;
	}

	.cont_topLine dl dt img {
		max-width: 163px;
	}

	.cont_topLine dl dd {
		font-size: 25px;
	}

	.col_topNews {
		padding: 17vw 0 0;
	}

	.inner_topNews {
		width: 90%;
	}

	.cont_topNews dl {
		padding: 16px 0;
	}

	.cont_topNews dl dt {
		width: 120px;
		padding-left: 25px;
	}

	.cont_topNews dl dd {
		width: calc(100% - 120px);
		padding-right: 5px;
	}

	.col_topyoutube {
		margin: 0 auto 5vw;
	}

	.col_topyoutube .cont {
		padding: 0 0 4vw;
		background-image: url(../img/top/sp/bg_youtube.svg);
		background-size: 100% calc(100% - 6.5vw);
		background-position: center 6.5vw;
	}

	.col_topyoutube .submds {
		width: 75%;
		margin: 0 auto 4vw;
	}

	.col_topyoutube .cont_topmovie {
		width: 85%;
		display: block;
	}

	.col_topyoutube .cont_topmovie .movie {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 7vw;
		padding: 0;
	}

	.col_topyoutube .cont iframe {
		height: 44.86vw;
		margin: 0 auto 5px;
	}




}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
	start max 600px
--------------------------------------------------------------- */

@media screen and (max-width: 600px) {

	.btn_topEvent {
		width: 24vw;
		height: 23vw;
		padding-top: 4.5vw;
		font-size: 4.5vw;
	}

	.bnr_topEvent.purchase .btn_topEvent {
		bottom: -4vw;
		right: -3vw;
	}

	.btn_topEvent:after {
		width: 4.2vw;
		height: 4.1vw;
		bottom: 3.5vw;
	}

	.cont1 dl.balloon_topAbout {
		width: 188px;
		padding-bottom: 32px;
		top: -100px;
	}

	.cont2 dl.balloon_topAbout {
		width: 156px;
		padding-bottom: 31px;
		top: -90px;
	}

	.cont3 dl.balloon_topAbout {
		width: 214px;
		top: -100px;
	}

	.cont4 dl.balloon_topAbout {
		width: 200px;
		padding-bottom: 33px;
		top: -100px;
	}

	.cont1 dl.balloon_topAbout dt {
		width: 107px;
	}

	.cont2 dl.balloon_topAbout dt {
		width: 176px;
	}

	.cont3 dl.balloon_topAbout dt {
		width: 200px;
	}

	.cont4 dl.balloon_topAbout dt {
		width: 92px;
	}

	dl.balloon_topAbout dd {
		font-size: 22px;
	}

	.cont1 .btn_topAbout {
		width: 140px;
		height: 120px;
	}

	.cont1 .btn_topAbout a {
		padding-top: 36px;
		font-size: 23px;
	}

	.cont2 .btn_topAbout {
		width: 140px;
		height: 120px;
	}

	.cont2 .btn_topAbout a {
		padding-top: 36px;
		font-size: 23px;
	}

	.cont3 .btn_topAbout {
		width: 140px;
		height: 120px;
	}

	.cont3 .btn_topAbout a {
		padding-top: 24px;
		font-size: 21px;
	}

	.cont4 .btn_topAbout {
		width: 140px;
		height: 120px;
		bottom: 0;
	}

	.cont4 .btn_topAbout a {
		padding-top: 22px;
		font-size: 21px;
	}

	.cont1 .btn_topAbout a:after,
	.cont2 .btn_topAbout a:after {
		bottom: 23px;
	}

	.cont3 .btn_topAbout a:after {
		bottom: 20px;
	}

	.cont4 .btn_topAbout a:after {
		bottom: 19px;
	}

	.cont4 .btn_topAbout .small {
		margin-bottom: 4px;
		font-size: 17px;
	}

	.balloon_topCompany {
		width: 31vw;
		padding-bottom: 6vw;
		font-size: 4vw;
		top: -2vw;
		right: 15vw;
	}

	.cont_topCompany a .inner:after {
		width: 5.6vw;
		height: 5.6vw;
		bottom: -9vw;
	}


}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and (max-width: 450px) {

	.col_topCatch {
		width: 94%;
	}

	.bgdeco_topCatch {
		background-size: 51vw auto;
	}

	.txt_topCatch1 {
		font-size: 4.4vw;
		line-height: 1.6;
	}

	.txt_topCatch2 {
		font-size: 5.5vw;
	}

	.txt_topCatch2 .inner {
		padding: 0 4vw;
	}

	.txt_topCatch2 .inner:before,
	.txt_topCatch2 .inner:after {
		font-size: 8.5vw;
	}

	.col_topannounce {
		margin: 0 auto 40px;
		font-size: 18px;
	}

	.col_topannounce dl {
		padding: 0 15px 20px;
	}

	.col_topannounce dl dt {
		margin: 0 0 8px;
	}

	.col_topSalespoint .mds {
		margin: 0 0 7vw;
	}

	ul.list_topSalespoint li {
		margin: 0 0 16vw;
	}

	ul.list_topSalespoint li:before {
		width: 4.88vw;
		height: 13.77vw;
		top: calc(100% + 2.22vw);
	}

	.cont_topVoice .box.voice1 {
		width: 90%;
	}

	.cont_topVoice .box.voice4 {
		width: 92%;
		margin-left: 8%;
	}

	ul.list_topSalespoint li .small,
	ul.list_topSalespoint li:nth-of-type(odd) .small,
	ul.list_topSalespoint li:nth-of-type(even) .small {
		font-size: 5.3vw;
	}

	.cont_topVoice .box dl {
		padding: 8% 13% 10% 7%;
	}

	.cont_topVoice .box.voice2 dl,
	.cont_topVoice .box.voice4 dl {
		padding: 9% 7% 12% 13%;
	}

	.cont_topVoice .box .img {
		bottom: calc(100% - 19vw);
		right: 12%;
	}

	.cont_topVoice .box.voice2 .img,
	.cont_topVoice .box.voice4 .img {
		left: 16%;
	}



	.message dl.piano {
		flex-direction: column;
		align-items: center;
		padding: 10px 0 0;
	}

	.message dl.piano dd {
		padding-left: 0;
		width: 100%;
	}

	.ttl_school_list {
		line-height: 1.1;
		padding: 7px 3px;
	}


	.school_list.area2 dl li {
		width: 50%;
		text-align: center;
	}


	.popup_item.purchase {
		max-width: 100px;
		padding-bottom: 0;
		min-height: auto;
	}

	.school_list.purchase.area3 li {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}



	.col_topEvent .mds_top1 {
		max-width: 136px;
	}

	.col_topAbout {
		margin: 0 0 20vw;
	}

	.col_topAbout .mds_top1 {
		max-width: 175px;
	}

	.cont2 .img_topAbout .img,
	.cont4 .img_topAbout .img {
		width: 82%;
	}

	.cont1 .btn_topAbout,
	.cont2 .btn_topAbout {
		width: 31vw;
		height: 26.5vw;
	}

	.cont1 .btn_topAbout a,
	.cont2 .btn_topAbout a {
		padding-top: 8.5vw;
		font-size: 5.2vw;
	}

	.cont3 .btn_topAbout {
		width: 31vw;
		height: 26.5vw;
	}

	.cont3 .btn_topAbout a {
		padding-top: 5.3vw;
		font-size: 4.7vw;
	}

	.cont4 .btn_topAbout {
		width: 31vw;
		height: 26.5vw;
	}

	.cont4 .btn_topAbout a {
		padding-top: 4.2vw;
		font-size: 5.4vw;
	}

	.cont4 .btn_topAbout .small {
		margin-bottom: 1vw;
		font-size: 3.8vw;
	}

	.cont4 .btn_topAbout .small img {
		width: 4vw;
	}

	.btn_topAbout a:after {
		width: 5.2vw;
		height: 5.2vw;
	}

	.cont1 .btn_topAbout a:after,
	.cont2 .btn_topAbout a:after {
		bottom: 5vw;
	}

	.cont3 .btn_topAbout a:after {
		bottom: 4.5vw;
	}

	.cont4 .btn_topAbout a:after {
		bottom: 3.8vw;
	}

	.cont1 dl.balloon_topAbout {
		width: 46vw;
		padding-bottom: 8vw;
		top: calc(-18vw - 7px);
	}

	.cont2 dl.balloon_topAbout {
		width: 35vw;
		padding-bottom: 7vw;
		top: calc(-20vw - 7px);
		left: 59%;
	}

	.cont3 dl.balloon_topAbout {
		width: 49vw;
		padding-bottom: 7vw;
		top: calc(-23vw - 7px);
		right: 43%;
	}

	.cont4 dl.balloon_topAbout {
		width: 46vw;
		padding-bottom: 7.5vw;
		top: calc(-29vw - 7px);
		left: 53%;
	}

	.cont1 dl.balloon_topAbout dt {
		width: 25vw;
		margin-bottom: 2vw;
	}

	.cont2 dl.balloon_topAbout dt {
		width: 100%;
		margin-bottom: 2vw;
	}

	.cont3 dl.balloon_topAbout dt {
		width: 44vw;
		margin-bottom: 2vw;
	}

	.cont4 dl.balloon_topAbout dt {
		width: 20vw;
		margin-bottom: 2vw;
	}

	dl.balloon_topAbout dd {
		font-size: 5.5vw;
	}

	.wrap_topAbout .col_txt {
		font-size: 17px;
	}

	.dot_topAbout.dot1 {
		width: 30vw;
	}

	.dot_topAbout.dot2 {
		width: 18vw;
	}

	.dot_topAbout.dot3 {
		width: 30vw;
	}

	.wrap_topMember {
		height: 100px;
	}

	.wrap_topMember a {
		width: 46vw;
		padding: 7vw 0 0 6vw;
		font-size: 4.3vw;
	}

	.wrap_topMember a dl dt {
		width: 20vw;
		margin-bottom: 2vw;
	}

	.wrap_topMember a dl dd {
		margin-left: 1vw;
	}

	.wrap_topMember a dl:after {
		width: 6vw;
		height: 6vw;
		bottom: 16vw;
		left: 9vw;
	}

	.txt_topMaint {
		font-size: 22px;
	}

	.txt_topMaint .inner {
		padding: 0 12px;
	}

	.txt_topMaint .inner:before,
	.txt_topMaint .inner:after {
		border-left: dotted 3px #6d4800;
	}

	.txt_topMaint .inner:before {
		width: 3px;
		height: 54px;
	}

	.txt_topMaint .inner:after {
		width: 3px;
		height: 58px;
		bottom: 10px;
	}

	.cont_topMaint .link {
		padding-bottom: 5vw;
		font-size: 6vw;
	}

	.cont_topMaint .link:after {
		width: 6.5vw;
		height: 6.5vw;
		bottom: 9vw;
	}

	.cont_topMaint.muted .link {
		padding-bottom: 8vw;
	}

	.cont_topMaint.muted .link:after {
		bottom: 13.5vw;
	}

	.balloon_topCompany {
		width: 40vw;
		font-size: 5vw;
		padding-bottom: 8vw;
		top: -7.5vw;
		right: 9vw;
	}

	.cont_topLine {
		width: 67vw;
		height: 64vw;
	}

	.catch_topLine {
		width: 53vw;
		top: -8vw;
	}

	.cont_topLine a {
		padding-top: 4.5vw;
	}

	.icon_topLine {
		width: 12.5vw;
		margin-bottom: 2vw;
	}

	.cont_topLine dl dt {
		margin-bottom: 1vw;
		font-size: 5.8vw;
	}

	.cont_topLine dl dt img {
		width: 35vw;
		margin-bottom: 0;
	}

	.cont_topLine dl dd {
		font-size: 5vw;
	}

	.cont_topLine dl dd img {
		font-size: 5.5vw;
	}

	.col_topNews .mds_top1 {
		max-width: 130px;
	}

	.cont_topNews dl {
		padding: 12px 0;
		display: block;
	}

	.cont_topNews dl dt {
		width: auto;
		padding-left: 10px;
	}

	.cont_topNews dl dd {
		width: auto;
		padding-left: 10px;
	}

	.col_topyoutube .cont_topmovie .movie a {
		width: 58.44vw;
		height: 14vw;
		font-size: 4vw;
	}

	.col_topyoutube .cont_topmovie .movie a>span {
		background-size: 4vw auto;
	}


}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 330px
--------------------------------------------------------------- */
@media screen and (max-width: 330px) {

	.school_list.area1 dl li,
	.school_list.area2 dl li {
		width: 51%;
	}
}

/* ---------------------------------------------------------------
	end max 330px
--------------------------------------------------------------- */