@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: 500;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 102vh;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.mrg-t0 {
	margin-top: 0;
}
	
.mrg-t20 {
	margin-top: 20px;
}
header {
	background-color:;
	margin: 0;
	padding: 0;
}
	.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__kikumasamune {
		width: 120px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	.hero {
	}
	.hero__bg {
		background-image: url("../img/sp_mv_bg.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
		padding-bottom: 2.5vh;
		z-index: 0;
	}
	.hero__bg2 {
		background-image: none;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 40px 0 0 10px;
		text-align: left;
		width: calc(100%);
	}
	.title_01,
	.title_02 {
		position: relative;
		width: calc(85%);
		margin: 0;
		padding: 0;
	}
	.title_01 img {
		width: 100%;
	}
	.title_02 img {
		width: 60%;
	}
	.hero__mv {
		position: absolute;
		top: 20vh;
		left: 56%;
	}
	.hero__mv img {
		width: 99%;
	}
	.title__area2 {
		position: relative;
		margin: 0;
		padding: 16vh 0 0 0;
		text-align: center;
		width: calc(100%);
	}
	.title__area2 .title_03 {
		position: relative;
		width: calc(94%);
		margin: 0 auto;
		padding: 0;
	}
	.title__area2 .title_03 img {
		width: 100%;
	}
	.campaign__period {
		position: relative;
		text-align: center;
		margin-top: 15px;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_obsession { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_try_and_feel { position: relative; margin: 40px 0 0 0; padding: 0 0 30px 0; }
.sc_voice { position: relative; margin: 0px 0 0 0; padding: 0 0 40px 0; }
.sc_product { position: relative; margin: 20px 0 0 0; padding: 30px 0 30px 0; background-color: #f4f4f2; }
.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 */

/* --------- SC-OBSESSION ----------- */
	.sc_obsession h2 {
		text-align: center;
	}
	.sc_obsession h2 img {
		width: 85%;
	}
	.obsession1, 
	.obsession2,
	.obsession3 {
	}
	.obsession1 h3 img, 
	.obsession2 h3 img,
	.obsession3 h3 img {
		width: 100%;
	}
	.obsession2 h3 {
		text-align: right;
	}
	.obsession1 h4 span, 
	.obsession2 h4 span,
	.obsession3 h4 span {
		font-size: 1.4em;
	}
	.obsession1 figure, 
	.obsession2 figure,
	.obsession3 figure {
		margin-top: 20px;
		z-index: 10;
	}

/* --------- SC-TRY AND FEEL ----------- */	
	.sc_try_and_feel h2 {
		text-align: center;
	}
	.sc_try_and_feel h2 img {
		width: 100%;
	}
	.sc_try_and_feel p {
		margin-top: 0px;
		font-size: 1em;
	}

/* --------- SC-VOICE ----------- */
	.sc_voice h2 {
		text-align: center;
		font-size: 1.3em;
		line-height: 1.3em;
		letter-spacing: -0.06rem;
	}
	.voice_contents {
		background-color: #ebebe0;
		padding: 10px;
	}
	.voice_contents figure {
		margin-top: 10px;
	}
	.voice_contents p {
		font-size: 0.9em;
		line-height: 1.2em;
	}

/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
	}
	.sc_product h2 img {
		width: 100%;
	}
	.sc_product .col2_pc figure {
		width: calc(100%);
		text-align: center;
	}
	.sc_product .col2_pc figure img {
		width: 40%;
	}
	.sc_product .col2_pc div {
		width: calc(100%);
		padding: 0 0 0 0px;
	}
	.sc_product .col2_pc div h4 {
		margin-top: 1em;
	}
	dl.detail {
		border-top: 1px solid #999;
	}
	dl.detail dt {
		font-weight: 600;
		padding-top: 0.3em;
	}
	dl.detail dd {
		margin-top: 0em;
		padding: 0.3em 0.5em 0.3em 0.5em;
		border-bottom: 1px solid #999;
	}
	dl.detail dd.habahiro {
		margin-top: 0em;
		padding: 0.3em 0.5em 0.3em 0.5em;
	}
	.others {
		background-color: #fff;
		padding: 15px;
		margin-top: 30px;
	}
	.others .drink figure {
		text-align: center;
	}
	.others .drink figure img {
		width: 20%;
	}
	.course {
		margin: 30px auto 0 auto;
		width: calc(100%);
	}
	.sc_product .course.col2_pc > figure {
        width: calc(100%);
		margin-top: 15px;
	}
	.sc_product .course.col2_pc > figure img {
        width: 80%
	}
	.sc_product .course.col2_pc > div {
        width: calc(100%);
		margin-top: 20px;
	}
	.course figure img {
		width: 100%;
	}
	.course div a img {
		width: 100%;
	}
	.sc_product .btn_img img {
		width: 100%;
		margin-top: 30px;
	}
/* --------- 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);
	}
	.qualification {
		margin: 40px auto 0 auto;
		width: calc(90%);
		font-size: 0.8em;
	}
	.qualification ul {
		margin-left: 20px;
	}

	/*------ ボタン -------*/
	.btn:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img {
		display: block;
		width: calc(100%);
		text-align: center;
		margin-top: 15px;
	}
	.btn_img:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img 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: 5.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) {
	body {
		font-size: 18px;
	}
	
	.mrg-t0 {
		margin-top: 0;
	}
	
	.mrg-t20 {
		margin-top: 20px;
	}
	.header__inner {
		padding-top: 15px;
		padding-left: 20px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 130px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__kikumasamune {
		width: 170px;
		display: inline-block;
	}
	.hero {
	}
	.hero__bg {
		background-image: url("../img/mv_flame_tb.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
		padding-bottom: 40px;
		z-index: 10;
	}
	.hero__bg2 {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center bottom;
		min-height: 650px;
		z-index: -10;
		position: absolute;
		top: 0;
		left: 2%;
		width: 700px;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 40px 0 0 10px;
		text-align: left;
		width: calc(100%);
	}
	.title_01,
	.title_02,
	.title_03,
	.title_04,
	.title_05 {
		position: relative;
		width: calc(65%);
		margin: 0;
		padding: 0 0 0 40px;
	}
	.title_01 img {
		width: 100%;
	}
	.title_02 img {
		width: 60%;
	}
	.title_03 img {
		width: 60%;
	}
	.title_04 {
		width: calc(40%);
		text-align: right;
	}
	.title_04 img {
		width: 70%;
	}
	.title_05 {
		padding-top: 50px;
	}
	.title_05 img {
		width: 40%;
	}
	.hero__mv {
		position: absolute;
		top: 150px;
		left: 60%;
	}
	.hero__mv img {
		width: 88%;
	}
	.title__area2 {
		position: relative;
		margin: 0;
		padding: 30px 0 0 0;
		text-align: center;
		width: calc(100%);
	}
	.title_06 img {
		width: 70%;
	}
	.campaign__period {
		position: relative;
		text-align: center;
		margin-top: 0px;
		font-size: 1em;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_obsession { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_try_and_feel { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_voice { position: relative; margin: 80px 0 60px 0; padding: 0; }
.sc_product { position: relative; margin: 20px 0 0 0; padding: 60px 0; background-color: #f4f4f2; }
.sc_flow { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 80px 0 0 0; padding: 30px 0; }
	/* END SECTION */
	
/* --------- SC-OBSESSION ----------- */
	.sc_obsession h2 {
		text-align: center;
	}
	.sc_obsession h2 img {
		width: 40%;
	}
	.obsession1, 
	.obsession2,
	.obsession3 {
	}
	.obsession1 h3 img, 
	.obsession2 h3 img,
	.obsession3 h3 img {
		width: 70%;
	}
	.obsession2 h3 {
		text-align: right;
	}
	.obsession1 h4 span, 
	.obsession2 h4 span,
	.obsession3 h4 span {
		font-size: 1.4em;
	}
	.obsession1 figure, 
	.obsession2 figure,
	.obsession3 figure {
		margin-top: -45px;
		z-index: 10;
	}

/* --------- SC-TRY AND FEEL ----------- */	
	.sc_try_and_feel h2 {
		text-align: center;
	}
	.sc_try_and_feel h2 img {
		width: 100%;
	}
	.sc_try_and_feel p {
		margin-top: -20px;
		font-size: 1.6em;
	}

/* --------- SC-VOICE ----------- */
	.sc_voice h2 {
		text-align: center;
		font-size: 2em;
		line-height: 1.3em;
		letter-spacing: -0.06rem;
	}
	.voice_contents {
		background-color: #ebebe0;
		padding: 25px;
	}
	.voice_contents figure {
		margin-top: 25px;
	}
	.voice_contents p {
		font-size: 1em;
	}

/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
	}
	.sc_product h2 img {
		width: 54%;
	}
	.sc_product .col2_pc figure {
		width: calc(24%);
		text-align: center;
	}
	.sc_product .col2_pc figure img {
		width: 100%;
	}
	.sc_product .col2_pc div {
		width: calc(76%);
		padding: 0 0 0 20px;
	}
	.sc_product .col2_pc div h4 {
		margin-top: 0;
	}
	dl.detail {
		border-top: 1px solid #999;
	}
	dl.detail dt {
		font-weight: 600;
		padding-top: 0.3em;
	}
	dl.detail dd {
		margin-top: -1.9em;
		padding: 0.3em 0 0.3em 9em;
		border-bottom: 1px solid #999;
	}
	dl.detail dd.habahiro {
		margin-top: -3.8em;
		padding: 0.3em 0 0.3em 12em;
	}
	.others {
		background-color: #fff;
		padding: 25px;
		margin-top: 30px;
	}
	.others .drink figure {
		text-align: center;
	}
	.others .drink figure img {
		width: 30%;
	}
	.course {
		margin: 30px auto 0 auto;
		width: calc(80%);
	}
	.sc_product .course.col2_pc > figure {
        width: calc(37%);
		margin-top: 10px;
	}
	.sc_product .course.col2_pc > figure img {
        width: 100%
	}
	.sc_product .course.col2_pc > div {
        width: calc(63%);
		margin-top: 0px;
	}
	.course figure img {
		width: 100%;
	}
	.course div a img {
		width: 100%;
	}
	.sc_product .btn_img img {
		width: 70%;
		margin-top: 30px;
	}

/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.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%);
		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: 90%;
		margin: 0 auto;
		padding-top: 90px;
		transform: rotate(0deg);
	}
	.qualification {
		width: calc(80%);
	}
	.qualification ul {
		margin-left: 30px;
	}
	footer  {
		background-color: rgba(232,232,232,1.00);
		position: relative;
	}
	.copyright {
		font-size: 1em;
	}

	/*------ ボタン -------*/
	.btn:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img {
		display: block;
		width: calc(100%);
		text-align: center;
		margin-top: 15px;
	}
	.btn_img:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img 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;
	}
	.mrg-t60 {
		margin-top: 60px;
	}
	
}
@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	.hero__bg {
		padding-bottom: 60px;
		z-index: 10;
	}
	.hero__bg2 {
		min-height: 800px;
		z-index: -10;
		position: absolute;
		top: 0;
		left: 5%;
		width: 1000px;
	}
	.title__area {
		padding: 50px 0 0 20px;
	}
	.title_01,
	.title_02,
	.title_03 {
		width: calc(65%);
	}
	.title_04 {
		width: calc(40%);
		text-align: right;
	}
	.title_05 {
		padding-top: 30px;
	}
	.title_05 img {
		width: 33%;
	}
	.hero__mv {
		position: absolute;
		top: 120px;
		left: 65%;
	}
	.hero__mv img {
		width: 87%;
	}
	/* --------- SC-OBSESSION ----------- */

	/* --------- SC-TRY AND FEEL ----------- */

	/* --------- SC-VOICE----------- */

	/* --------- SC-PRODUCT----------- */

	/* --------- SC-FLOW ----------- */
	.sc_flow h2 span::before,
	.sc_flow h2 span::after {
		min-width: 28vw;
		height: 1em;
		margin-right: 10px;
	}
	.cont__flow {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0 auto;
		width: calc(100%);
	}
	ul.qualification {
		width: calc(50%);
	}
}
@media screen and (min-width: 1200px) {
	.hero__bg {
		background-image: url("../img/mv_flame.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: bottom;
		padding-bottom: 40px;
		z-index: 10;
	}
	.hero__bg2 {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center bottom;
		min-height: 950px;
		z-index: -10;
		position: absolute;
		top: 0;
		left: 3%;
		width: 1000px;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 50px 0 0 40px;
		text-align: left;
		width: calc(100%);
	}
	.title_01,
	.title_02,
	.title_03,
	.title_04,
	.title_05 {
		position: relative;
		width: calc(65%);
		margin: 0;
		padding: 0;
	}
	.title_01 img {
		width: 100%;
	}
	.title_02 img {
		width: 60%;
	}
	.title_03 img {
		width: 60%;
	}
	.title_04 {
		width: calc(40%);
		text-align: right;
	}
	.title_04 img {
		width: 70%;
	}
	.title_05 {
		padding-top: 20px;
	}
	.title_05 img {
		width: 40%;
	}
	.hero__mv {
		position: absolute;
		top: 120px;
		left: 65%;
	}
	.hero__mv img {
		width: 88%;
	}
	.title__area2 {
		padding: 40px 0 0 0;
	}
	.title_06 img {
		width: 70%;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
	.hero__bg {
		padding-bottom: 60px;
		z-index: 10;
	}
	.hero__bg2 {
		min-height: 900px;
		z-index: -10;
		position: absolute;
		top: 0;
		left: 8%;
		width: 70%;
	}
	/* TITLE AREA */
	.title__area {
		position: relative;
		margin: 0;
		padding: 60px 0 0 60px;
		text-align: left;
		width: calc(100%);
	}

	.hero__mv {
		position: absolute;
		top: 120px;
		left: 65%;
	}
	.hero__mv img {
		width: 80%;
	}
}
@media screen and (min-width: 1520px) {
	.hero__bg {
		padding-bottom: 70px;
	}
	.hero__bg2 {
		min-height: 900px;
		top: 0;
		left: 12%;
		width: 70%;
	}
}
@media screen and (min-width: 1700px) {
	.hero__bg2 {
		min-height: 900px;
		top: 6vh;
		left: 15%;
		width: 65%;
	}
}
@media screen and (min-width: 1920px) {
	.hero__bg2 {
		min-height: 900px;
		top: 10vh;
		left: 18%;
		width: 65%;
	}
}