@charset "utf-8";
/*
・font-sizeはrem又はpx指定でお願いします。
　ただし、rem指定をする場合はhtmlにfont-size:62.5%;は指定しないでください。
　共通のヘッダー、フッターに影響がでます。
　1rem = 16pxとして計算して設定してください。

・htmlやbodyにcssを設定すると、共通要素に影響がでるためmain以下に設定しましょう。
*/

#contentsArea {
	margin-bottom: 16px;
}

#contentsArea section,
#contentsArea div,
#contentsArea a,
#contentsArea img,
#contentsArea figure,
#contentsArea h1,
#contentsArea h2,
#contentsArea h3,
#contentsArea p {
    margin: 0;
}

#contentsArea section {
    width: 100%;
}

#contentsArea img {
    width: 100%;
}

/*--------------------*/

/*top*/

/*--------------------*/

#top {}

#top .mv {
    position: relative;
    overflow: hidden;
}

.mv .linkBlendy {
    display: block;
    width: calc(222vw/750*100);
    position: absolute;
    top: -5%;
    right: 0;
}
.mv .linkBlendy img {
    width: 100%;
}

/*--------------------*/

/*present*/

/*--------------------*/

#present {
    background-color: #cdc6e5;
    padding-bottom: 40px;
}

#present .present01 {
    width: 89.4%;
    margin: 0px auto 0;
    position: relative;
}

#present .present01 p {
    position: absolute;
    top: 39%;
    left: 8%;
    font-size: calc(20vw/750*100);
    color: #32085d;
}

#present .present02 {
    width: 89.4%;
    margin: 16px auto 0;
    position: relative;
	background: url(../img/bg_present.png) center/contain repeat-y;
	padding-bottom: 20px;
	position: relative;
}

#present .present02::after {
	content: '';
	width: 100%;
	padding-top: 2.4vw;
	background: url(../img/bg_present_bottom.png) center/contain no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

#present .present02 p {
	display: flex;
	display : -webkit-flex;
    font-size: 10px;;
    width: 85%;
	margin: 0 auto;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

#present .present02 p img {
	display: block;
	width: 27%;
	max-width: 82.5px;
	max-height: 57px;
}

#present .present02 p span {
	display: block;
	margin-left: 10px;
	width: 73%;
}

#present .link-present-aplay {
    display: block;
    width: 72%;
    margin: -8px auto 0;
}

#present .link-present-rule {
    display: block;
    width: 42.6%;
    margin: 16px auto 0;
}

#present .text-present {
    width: 86%;
    margin: 26px auto 0;
    padding: 13px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size: 9px;
}

#present .contactWrap {
    width: 86.4%;
    margin: 22px auto 0;
    box-sizing: border-box;
    border: solid 1px #fff;
    background-color: #fff;
}

#present .contactWrap .contact {
    padding: 16px 14px 21px;
}

#present .contactWrap .contact-name {
	color: #32085d;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
}

#present .contactWrap .contact-detail {
	font-size: 12px;
}

#present .contactWrap .contact-detail dd {
	margin: 0;
}

#present .contactWrap dl {
	margin-top: 6px;
	margin-bottom: 5px;
}

#present .contactWrap .contact-detail dd{
	margin-inline-start: 0;
	font-weight: bold;
}

#present .contactWrap .contact-note {
	font-size: 9px;
}


/*--------------------*/

/*milk*/

/*--------------------*/

#milk {
    background-color: #f8bfd8;
    padding-bottom: 35px;
}

#milk .movieWrap {
    margin-top: -6px;
    position: relative;
    height: 78vw;
    margin: 0 auto;
    background: url("../img/bg_milk_movie.png") no-repeat;
    background-size: contain;
}

#milk .movieWrap .m-movie-detail {
    position: absolute;
    width: 76%;
    top: 30%;
    left: 12%;
}

#milk .movieWrap .movie-ttl {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 2%;
    left: 0%;
    font-size: calc(20vw/750*100);
	color: #31145b;
}

#milk .m-movie-detail {
    position: relative;
}
#milk .m-movie-detail::before,
#milk .m-movie-detail::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

#milk .m-movie-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#milk .m-movie-mov {
    position: relative;
    padding: 57% 50.75% 0;
	cursor: pointer;
}


#milk .m-movie-mov::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
}
#milk .m-movie-mov.-play::after {
    display: none;
}
#milk .-no01 .m-movie-mov::after {
    background-image: url(../img/img_milk_00.png);
}

#milk .m-movie-mov > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#milk .illustratorWrap {
    width: 86%;
    margin: 26px auto 0;
    padding: 23px 5px 19px;
    border-top: solid 1px #a977a7;
    border-bottom: solid 1px #a977a7;
}

#milk .illustratorWrap .text-illustrator {
    margin-top: 13px;
    font-size: 12px;
    color: #32085d;
	line-height: 1.7;
}

/*--------------------*/

/*stick*/

/*--------------------*/

#stick {
    background-color: #fdf5b0;
    padding-top: calc(65vw/750*100);
	padding-bottom: 28px;
}

#stick .packageImg {
	display: block;
	width: 88%;
	margin: 0 auto;	
}

#stick .baloon {
	position: relative;
	width: 53%;
	margin: 1% auto 0;
	padding: 9.8vw 0 9.8vw;
	background: url(../img/bg_balloon.png) no-repeat center/contain;
	background-position: 0 3px;
}
#stick .baloon::before {
	content: '';
    position: absolute;
    top: -1%;
    left: -13%;
    display: block;
    width: 26.5%;
    background: url(../img/balloon/bg_balloon_left.png) no-repeat top left;
    background-size: 100% auto;
    padding: 35% -0px;
    z-index: 2;
}

#stick .baloon::after {
	content: '';
    position: absolute;
    top: -0.5%;
    right: -8.5%;
    display: block;
    width: 26%;
    background: url(../img/balloon/bg_balloon_right.png) no-repeat top left;
    background-size: 100% auto;
    padding: 35% -0px;
    z-index: 2;
}

#stick .milk-balloon {
	width: 42.93%;
	display: block;
	margin: 0 auto;
}

#stick .baloonItem img {
	display: block;
	width: 93%;
	margin: 0 auto;
}

.baloon.slick-initialized .slick-arrow {
    position: absolute;
    top: 38%;
    width: 11%;
    background: none;
    padding: 2.5%;
    outline: none;
    border: none;
    z-index: 5;
    cursor: pointer;
}

.baloon.slick-initialized .slick-arrow .btnArrow {
    display: block;
    width: 100%;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/btn_arrow_slide.svg) top left no-repeat;
    background-size: 100% auto;
    padding: 65% -0px;
    overflow: hidden;
}

.baloon.slick-initialized .slick-prev {
    left: calc(-87vw/750*100);
}

.baloon.slick-initialized .slick-next {
    right: calc(-75vw/750*100);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/*--------------------*/

/*bottom*/

/*--------------------*/

#bottom .bottom02{
    position: relative;
}

#bottom .bottom02 .link-bottom-detail {
    position: absolute;
    display: block;
    width: 39%;
    bottom: 10%;
    right: 9%;
}

#snsBtnArea {
	width: 100%;
	padding: 4.8vw 0;
	display: flex;
	justify-content: center;
    background: url(../img/bg_sns.png) no-repeat;
    background-size:100%;
}

#snsBtnArea a{
    display: inline-block;
    width: 11.7%;
	    margin: 0 15px;
}



