@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap');

/*横幅*/
.cnt {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1441px) {
    .cnt {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1279px) {
    .cnt {
        max-width: 950px;
    }
}

@media screen and (max-width: 959px) {
    .cnt {
        max-width: 758px;
        width: auto;
    }
}

.mb0 {margin-bottom: 0;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}

@media screen and (max-width: 767px){
    .mb-sp-0 {margin-bottom: 0;}
    .mb-sp-10 {margin-bottom: 10px;}
    .mb-sp-20 {margin-bottom: 20px;}
    .mb-sp-30 {margin-bottom: 30px;}
    .mb-sp-40 {margin-bottom: 40px;}
    .mb-sp-50 {margin-bottom: 50px;}
    .mb-sp-60 {margin-bottom: 60px;}
    .mb-sp-70 {margin-bottom: 70px;}
    .mb-sp-80 {margin-bottom: 80px;}
    .mb-sp-90 {margin-bottom: 90px;}
    .mb-sp-100 {margin-bottom: 100px;}
}

.bgImg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
.bgZoom {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bgZoomImg {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    will-change: transform;
    height: 100%;
    top: 0;
    left: 0;
}
a:hover .bgZoomImg {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}
.bgZoomText {
    position: relative;
    pointer-events: none;
    width: 100%;
    z-index: 1;
}

.sp{
    display: none;
}
.pc{
    display: block;
}
@media screen and (max-width: 767px){
    .sp{
        display: block!important;
    }
    .pc{
        display: none!important;
    }
}


body{
    background-color: #fff!important;
}


.fontBebas {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
}
.fontMincho {
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}
.bold{
    font-weight: bold;
}
.text-center{
    text-align: center;
}

.hMargin{
    margin-top: 150px;
}

.secMeglio{
    color: #555;
}

#secMeglioInfo{
    position: relative;
    /*padding-top: 35vh;*/
    transition: padding 1s;
}
.secMeglioInfoBg{
    /*background-image: url(../img/meglio_logo.png);
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.05;*/
}
@media screen and (max-width: 767px){
	.secMeglioInfoBg{
		background-size: 240px auto;
	}
}

html,body{
	/*overflow: hidden;*/
}

/* ****************************** */
/* *** ホバーアクション ************ */
/* ****************************** */
.meglioTopScroll{
    position: relative;
    margin-bottom: 60px;
}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #333;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #333;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/* ****************************** */

.meglioTopInitial{
    z-index: 3;
    position: relative;
	height: 100vh;
}
.meglioTopInitialBg{
    background-color: #fff;
    width: 100%;
    height: 300vh;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transition: all 3s;
}

.meglioMainTitle{
    font-size: 34px;
	/*position: sticky;
	top: 25vh;*/
	z-index: 2;
	background-color: #fff;
	padding-bottom: 30px;
	padding-top: 5vh;
}
.meglioMainTitle:after{
	content: "";
	display: inline-block;
	background-color: #fff;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 100%;
	height: 2000px;
}
.meglioMainTitle:before{
	content: "";
	background-image: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: -50px;
	width: 100%;
	height: 50px;
}
.meglioSubTitle{
    font-size: 26px;
}
.meglioPlainTxt{
    font-size: 18px;
    line-height: 2.9em;
}
@media screen and (max-width: 991px){
    .meglioMainTitle{
        font-size: 26px;
    }
    .meglioSubTitle{
        font-size: 21px;
    }
    .meglioPlainTxt{
        font-size: 16px;
        line-height: 2.4em;
    }
}
@media screen and (max-width: 767px){
    .meglioMainTitle{
        font-size: 21px;
    }
    .meglioSubTitle{
        font-size: 18px;
    }
    .meglioPlainTxt{
        font-size: 14px;
        line-height: 2em;
    }
}

.meglioTopLogo{
    width: 100%;
    max-width: 240px;
    transition: all 1s;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.meglioTownImg{
    /*width: 100%;*/
    width: 620px;
}
@media screen and (max-width: 767px){
    .meglioTopLogo {
        max-width: 170px;
    }
}

.meglioProductTitleOuter{
    text-align: center;
    position: relative;
}
.meglioProductTitle{
    font-size: 70px;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 0px;
}
.meglioProductTitle:after{
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #DEE4E8;
    width: 300px;
    height: 30px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.meglioProductTitleJp{
    font-size: 18px;
    letter-spacing: 0.8em;
}

.meglioProductSlider a{
    display: block;
    position: relative;
}
.meglioProductSliderImg{
    padding-bottom: 77%;
}
.meglioProductSliderTxt{
    width: 100%;
    position: absolute;
    z-index: 3;
    background-color: rgba(51,51,51,0.6);
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    bottom: 0;
}

.meglioProductSlider .slick-next, .meglioProductSlider .slick-prev{
    z-index: 10;
    height: 15px;
    width: 15px;
}
.meglioProductSlider .slick-next {
    right: 30px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.meglioProductSlider .slick-prev {
    left: 30px;
    border-left: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 991px){
    .meglioProductTitle{
        font-size: 50px;
    }
    .meglioProductTitle:after{
        width: 200px;
        height: 15px;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
    .meglioProductTitleJp{
        font-size: 16px;
        letter-spacing: 0.3em;
    }
}
@media screen and (max-width: 767px){
    .meglioProductTitle{
        font-size: 42px;
    }
    .meglioProductTitle:after{
        width: 200px;
        height: 15px;
        bottom: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
    .meglioProductTitleJp{
        font-size: 16px;
        letter-spacing: 0.3em;
    }
}


.meglioTopLogoAnim{
	max-width: 200px!important;
}
@media screen and (max-width: 767px){
	.meglioTopLogoAnim{
		max-width: 140px!important;
	}
}
.meglioTopInitialAnim{
	/*transition: all 3s;*/
	transform: scale(0, 0);
    opacity: 0;
    transition: all 2s 3s;
    margin-bottom: -210px;
}
@media screen and (max-width: 767px){
	.meglioTopInitialAnim{
		margin-bottom: -150px;
	}
}
.meglioPlainTxt01{
	animation-delay: 4.5s;
}
.meglioPlainTxt02{
	animation-delay: 6s;
}
.meglioPlainTxt03{
	animation-delay: 7.5s;
	/*padding-bottom: 50px;*/
}
.meglioTopInitialBgAnim{
	opacity: 0;
	visibility: hidden;
	transition-delay: 3s;
}

.secMeglioInfoAnim{
	padding-top: 104px!important;
	transition: all 2s!important;
	transition-delay: 3s!important;
}
.meglioTopScrollAnim{
	display: none;
}

.fade-in{
	  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	animation-delay: 1s;
}

body.scrollStop{
	overflow: hidden;
}

.meglioScrollArea{
	padding-bottom: 100px;
}
.meglioStoryImg{
	width: 100%;
	position: sticky;
	top: 50%;
	max-width: 220px;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px){
	.meglioStoryList{
		display: block;
	}
	.meglioScrollArea{
		width: 100%;
	}
	.meglioStoryImgOuter{
		width: 100%;
		position: sticky;
		bottom: 0px;
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.meglioStoryImg{
		position: relative;
		transform: translateY(0px);
		max-width: 160px;
	}
	.meglioStoryImgOuter:before{
		content: "";
		background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
		display: inline-block;
		position: absolute;
		z-index: -1;
		left: 0;
		right: 0;
		top: -50px;
		width: 100%;
		height: 50px;
	}
}

.meglioTownFlex{
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.meglioTownLeft, .meglioTownRight{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 767px){
	.meglioTownFlex{
		display: block;
	}
	.meglioTownLeft, .meglioTownRight{
		width: 100%;
		padding: 0px;
	}
}

header{
	background-color: rgb(153 153 153)!important;
}

.meglioWebBtn{
    background: #e60013;
	border: 2px solid #e60013;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.4em;
}
.meglioWebBtn:hover {
    background: #fff;
    color: #e60013;
}
.meglioWebBtn:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.meglioWebBtn:hover:after {
    border-color: #e60013;
}