@charset "utf-8";

/* mainvisual */
#main-image{position:relative;}

.main{position:relative;overflow: hidden;display:block;height: 51rem;background: #000;background-position: center center;background-size:cover;background-repeat: no-repeat;display: flex;}
	@media only screen and (max-width:1199px)	 {.main{height: 50vw;}}
	@media only screen and (max-width:575px)	 {.main{height: 100vw;}}

.main img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:inherit;max-height:inherit;width:100%;height:100%;margin:auto;font-family:'object-fit:cover;';object-fit:cover;opacity:1;}

.main-text{
	color:#FFF;
	white-space: nowrap;
	display: flex;justify-content:flex-start;align-items:flex-end;
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 9;
	}

.main-copy{background-color: rgba(0,0,0,.75);white-space: nowrap;}
	@media only screen and (max-width:575px)	 {.main-copy{width: 100%;}}

.main-copy h2{font-size: 3em;line-height: 1.75;font-feature-settings: "palt";letter-spacing:.1em;padding:.66em 1em;}
	@media only screen and (max-width:1199px)	 {.main-copy h2{font-size: 1.75em;}}
	@media only screen and (max-width:991px)	 {.main-copy h2{font-size: 1.5em;}}
	@media only screen and (max-width:767px)	 {.main-copy h2{font-size: 1.25em;}}
	@media only screen and (max-width:575px)	 {.main-copy h2{font-size: 1.125em;text-align: center;}}

.main-copy h2 span{font-weight: 700;}


.main-appeal{position: absolute;top: 9rem;right: 3rem;z-index: 99;}
	@media only screen and (max-width:1199px)	 {.main-appeal{top: 12vw;right: 4vw;}}
	@media only screen and (max-width:767px)	 {.main-appeal{top: 9vw;right: 3vw;}}
	@media only screen and (max-width:575px)	 {.main-appeal{top: 18vw;right: 3vw;}}
.main-appeal img{width: 20rem;height: auto;}
	@media only screen and (max-width:1199px)	 {.main-appeal img{width: 25vw;}}
	@media only screen and (max-width:575px)	 {.main-appeal img{width: 33vw;}}


.scroll{position: absolute;right: 2rem;bottom: 2rem;z-index: 99;font-family: 'lato',sans-serif;font-weight: bold;}
	@media only screen and (max-width:991px)	 {.scroll{right: 1rem;bottom: 1rem;}}
	@media only screen and (max-width:767px)	 {.scroll{display: none;}}

.scroll img{width: auto;height: auto;}
	@media only screen and (max-width:991px)	 {.scroll img{width: 3rem;}}
	@media only screen and (max-width:767px)	 {.scroll img{width: 1.5rem;}}

.scroll a{transform:translate(0,0);display: block;}

.scroll a:hover{transform:translate(0,1rem);}




.radiocm{position: absolute;top: 6rem;left: 0;padding:1.5rem 3rem;z-index: 9;}
	@media only screen and (max-width:991px)	 {.radiocm{padding:1rem 2rem;}}
	@media only screen and (max-width:991px)	 {.radiocm{top: 9vw;padding:.75rem 1.5rem;}}
	@media only screen and (max-width:767px)	 {.radiocm{top: 7.5vw;}}
	@media only screen and (max-width:575px)	 {.radiocm{top: 15vw;padding:.5rem 1rem;}}


.radiocm img{width: auto;height: auto;}
	@media only screen and (max-width:1199px)	 {.radiocm img{height: 7.5rem;}}
	@media only screen and (max-width:991px)	 {.radiocm img{height: 6rem;}}
	@media only screen and (max-width:767px)	 {.radiocm img{height: 4.5rem;}}
	@media only screen and (max-width:575px)	 {.radiocm img{height: 4.5rem;}}
