@charset "UTF-8";
/* CSS Document */

@-webkit-keyframes swing{0%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
@keyframes swing{0%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
.swing {
	-webkit-animation: swing 1s ease-in-out infinite alternate;
	animation: swing 1s ease-in-out infinite alternate;
}



body {
	font-weight: 600;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 102vh;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
header {
	background-color:;
	margin: 0;
	padding: 0;
}
.background_bg { position: relative; margin: 0; padding: 0 0 60px 0; background-image: url("../img/bg_sp.png");background-color: rgba(); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 100vh; }
	.header__inner {
		padding-top: 5px;
		padding-left: 10px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
	}
	.header__inner a.logo__nescafe {
		width: 90px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	.hero {
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 20px 0 0 0;
	}
	.title_01 img {
		width: 90%;
		margin: 0 auto;
	}
	.title_02 {
		position: relative;
		margin: 0;
		display: inline;
	}
	.title_02 img {
		width: 90%;
		margin: 0 auto;
	}
	.title_03 {
		position: relative;
		margin: 0;
	}
	.title_03 img {
		width: 70%;
		margin: 0 auto;
	}
	.hero__mv {
		position: relative;
		margin: 0 auto 0 auto;
	}
	.hero__mv img {
		width: calc(99%);
		margin: 0 auto;
	}

	.campaign__period {
		font-size: 3vw;
		margin-top: 1.5em;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_about { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_recom { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_movie { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_info { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_flow { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 40px 0 0 0; padding: 30px 0; }
/* END SECTION */

	.w900 {
		width: calc(100% -20px);
        margin: 0 auto;
		position: relative;
	}
	.mrg_20 {
		margin-top: 20px;
	}
	.mrg_40 {
		margin-top: 20px;
	}

	/* --------- SC-ABOUT ----------- */
	.sc_about h2 {
		text-align: center;
	}
	.sc_about h2 img {
		width: 100%;
	}
	.about_late {
		border: 2px solid #4A2010;
		box-shadow: 5px 5px #4A2010;
		position: relative;
	}
	.about_late > div > p {
		padding: 15px;
		color: #552401;
		line-height: 1.5em;
		font-size: 0.9em;
	}
	.sc_about .col3_pc figure {
		padding: 0 04vw;
	}
	/* --------- SC-RECOM ----------- */
	.sc_recom h2 {
		text-align: center;
	}
	.sc_recom h2 img {
		width: 70%;
	}
	.sc_recom .col2_pc figure {
		padding: 0 04vw;
	}
	/* --------- SC-MOVIE ----------- */
	.sc_movie h2 {
		text-align: center;
	}
	.sc_movie h2 img {
		width: 60%;
	}
	.to_movie div span {
		display: block;
		text-align: center;
	}
	.sc_movie .to_movie > div figure a {
        display: block;
		padding: 0 20px;
    }
	.sc_movie .to_movie > div span {
		font-size: 0.9em;
	}
	.sc_movie .to_movie > div:nth-child(2) {
		margin-top: 20px;
	}

	
	/* --------- SC-INFO ----------- */
	.sc_info h2 {
		text-align: center;
	}
	.sc_info h2 img {
		width: 45%;
	}
	.info_contents {
		padding: 0 4vw;
	}
	.info_contents p {
		font-size: 0.9em;
	}

/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 60%;
	}
	.cont__flow {
		display: block;
		justify-content: center;
		margin: 30px auto 0 auto;
		width: calc(65%);
	}
	.cont__flow figure:nth-child(1),
	.cont__flow figure:nth-child(3),
	.cont__flow figure:nth-child(5) {
		width: calc(100%);
	}
	.cont__flow figure:nth-child(2),
	.cont__flow figure:nth-child(4) {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		height: 40px;
	}
	.cont__flow figure:nth-child(1) img,
	.cont__flow figure:nth-child(3) img,
	.cont__flow figure:nth-child(5) img {
		width: 100%;
	}
	.cont__flow figure:nth-child(2) img,
	.cont__flow figure:nth-child(4) img {
		width: 10%;
		margin-top: 0;
		padding-top: 0px;
		transform: rotate(90deg);
	}
	ul.qualification {
		margin: 40px auto 0 auto;
		width: calc(90%);
		font-size: 0.8em;
	}

	/*------ ボタン -------*/
	.btn:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img {
		display: block;
		width: calc(100%);
		text-align: center;
		margin-top: 30px;
	}
	.btn_img:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img img {
		width: 100%;
	}
	.btn_gentei {
		width: calc(100%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_toshop {
		width: calc(70%);
		margin: 5px auto 0 auto;
		display: block;
	}
	.btn_gentei img,
	.btn_toshop img {
		width: 100%;
	}
	.btn_gentei:hover,
	.btn_toshop :hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn__back {
		width: auto;
		background-color: #fff;
		display: inline-block;
		text-align: center;
		color: #f93099;
		margin: 30px auto;
		padding: 0.4em 1em;
		border: 3px solid #f93099;
		border-radius: 25px;
		font-size: 4.5vw;
	}
	.btn__back .bt_icon_back {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.04%2032.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f93099%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C29.48%2C16.48%2C33%2C0%2C16.48%2C16.48%2C0%2C20%2C3.48%2C7%2C16.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		width: 20px;
		height: 23px;
		display: inline-table;
		vertical-align: bottom;
		margin: 0 20px 0 0;
	}
	.btn__back:hover {
		color: #fff;
		background-color: #f93099;
	}
	.btn__back:hover .bt_icon_back {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.04%2032.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C29.48%2C16.48%2C33%2C0%2C16.48%2C16.48%2C0%2C20%2C3.48%2C7%2C16.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
	}

footer  {
	background-color: rgba(232,232,232,1.00);
	position: relative;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
}
/*X-11*/
@media screen and (min-width: 375px) {
}
/*-12promax(414・428)*/
@media screen and (min-width: 414px) {
}
/*iPad*/
@media screen and (min-width: 768px) {
	header {
		background-color:;
		margin: 0;
		padding: 0;
	}
	
	.background_bg { position: relative; margin: 0; padding: 0 0 60px 0; background-image: url("../img/bg.png");background-color: rgba(255,255,255,1.00); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; min-height: 100vh; }
	
	.header__inner {
		padding-top: 15px;
		position: relative;
		width: calc(96%);
		margin: 0 auto;
	}
	.header__inner a.logo__3ple {
		width: 100px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__nescafe {
		width: 110px;
		display: inline-block;
	}
	.hero {
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 40px 0 0 0;
		text-align: center;
	}
	.title_01 {
		position: relative;
		margin: 0;
	}
	.title_01 img {
		width: 90%;
	}
	.title_02 {
		position: relative;
		margin: 0;
		display: inline-block;
	}
	.title_02 img {
		width: 70%;
	}
	.title_03 {
		position: relative;
		margin: 0;
	}
	.title_03 img {
		width: 80%;
	}
	.hero__mv {
		position: relative;
		margin: 0;
		z-index: 10;
	}
	.hero__mv img {
		width: 85%;
		margin: 0 auto;
	}
	.campaign__period {
		font-size: 1em;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_about { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_recom { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_movie { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_info { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_flow { position: relative; margin: 150px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 80px 0 0 0; padding: 40px 0; }
	/* END SECTION */

	.w900 {
		width: calc(100% - 32px);
        margin: 0 auto;
		position: relative;
	}
	.w900 > .col2_pc > * {
        width: calc(100% / 2 - 4px);
    }
	.mrg_20 {
		margin-top: 20px;
	}
	.mrg_40 {
		margin-top: 40px;
	}
	
	/* --------- SC-ABOUT ----------- */
	.sc_about h2 {
		text-align: center;
	}
	.sc_about h2 img {
		width: 80%;
	}
	.about_late {
		border: 2px solid #4A2010;
		box-shadow: 5px 5px #4A2010;
		position: relative;
	}
	.about_late > div > p {
		padding: 30px 20px 0 30px;
		color: #552401;
		line-height: 1.5em;
		font-size: 1.1em;
	}
	.sc_about .col3_pc figure {
		padding: 0;
	}
	
	/* --------- SC-RECOM ----------- */
	.sc_recom h2 {
		text-align: center;
	}
	.sc_recom h2 img {
		width: 60%;
	}
	.sc_recom .col2_pc figure {
		padding: 0;
	}
	/* --------- SC-MOVIE ----------- */
	.sc_movie h2 {
		text-align: center;
	}
	.sc_movie h2 img {
		width: 50%;
	}
	.to_movie div span {
		display: block;
		text-align: center;
	}
	.sc_movie .to_movie > div figure a {
        display: block;
		padding: 0 20px;
    }
	.sc_movie .to_movie > div span {
		font-size: 1em;
	}
	.sc_movie .to_movie > div:nth-child(2) {
		margin-top: 0px;
	}
	
	/* --------- SC-INFO ----------- */
	.sc_info h2 {
		text-align: center;
	}
	.sc_info h2 img {
		width: 38%;
	}
	.info_contents {
		padding: 0 10%;
	}
	.info_contents p {
		font-size: 1em;
	}
	
	/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 40%;
	}
	.cont__flow {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0 auto;
		width: calc(100%);
	}
	.cont__flow figure:nth-child(1),
	.cont__flow figure:nth-child(3),
	.cont__flow figure:nth-child(5) {
		width: calc(27%);
	}
	.cont__flow figure:nth-child(2),
	.cont__flow figure:nth-child(4) {
		width: calc(5% - 1%);
		margin: 0 auto;
		text-align: center;
		height: auto;
	}

	.cont__flow figure:nth-child(1) img,
	.cont__flow figure:nth-child(3) img,
	.cont__flow figure:nth-child(5) img {
		width: 100%;
	}
	.cont__flow figure:nth-child(2) img,
	.cont__flow figure:nth-child(4) img {
		width: 60%;
		margin-top: 0;
		padding-top: 100px;
		transform: rotate(0deg);
	}
	ul.qualification {
		width: calc(60%);
		margin: 0 auto 0 auto;
		font-size: 0.8em;
	}
	
	footer  {
		background-color: rgba(232,232,232,1.00);
		position: relative;
	}
	.copyright {
		font-size: 1em;
	}

	.btn_img {
		width: calc(100%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_img img {
		width: 100%;
	}
	.btn_gentei {
		width: calc(80%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_toshop {
		width: calc(55%);
		margin: 0px auto 0 auto;
		display: block;
	}
	.btn_gentei img,
	.btn_toshop img {
		width: 100%;
	}
	
	.btn__back {
		width: auto;
		background-color: #fff;
		display: inline-block;
		text-align: center;
		color: #f93099;
		margin: 30px auto;
		padding: 0.6em 2em;
		border: 3px solid #f93099;
		border-radius: 25px;
		font-size: 1.8em;
	}

	
}
@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	.w900 {
		width: calc(900px);
        margin: 0 auto;
	}
	.title_01 img {
		width: 80%;
	}
	.title_02 img {
		width: 60%;
	}
	.title_03 img {
		width: 70%;
	}
	.hero__mv img {
		width: 85%;
		margin: 0 auto;
	}
	/* --------- SC-ABOUT ----------- */
	.sc_about h2 img {
		width: 70%;
	}
	.about_late > div > p {
		padding: 80px 40px 0 80px;
		color: #552401;
		line-height: 1.5em;
		font-size: 1.1em;
	}
	/* --------- SC-RECOM ----------- */
	.sc_recom h2 img {
		width: 57%;
	}
	/* --------- SC-MOVIE ----------- */
	.sc_movie h2 img {
		width: 45%;
	}
	/* --------- SC-INFO ----------- */
	.sc_info h2 img {
		width: 33%;
	}
	
}
@media screen and (min-width: 1200px) {
	.w900 {
		width: calc(900px);
        margin: 0 auto;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
}