@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: 0;
	top: 0;
	left: 0;
	z-index: -9999;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}

	.bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		padding-bottom: 20px;
	}
	.hero {
		background-image: url("../img/mv_bg_.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		padding-bottom: 20px;
	}
header {
	margin: 0;
	padding: 0;
}
	.header__inner {
		margin: 0;
		padding-top: 10px;
		padding-left: 10px;
		position: relative;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
	}
	.header__inner a.logo__riken {
		width: 120px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	/* TITLE AREA */
	.ribon {
		background-image: url("../img/ribon.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 190%;
		min-height: 30px;
	}
	.title_01 {
		position: relative;
		margin: -10px auto 0 auto;
		padding-top: 0px;
		width: 64vw;
		text-align: center;
	}
	.title_01 img {
		width: 90%;
	}
	.title__area {
		position: relative;
		margin: 20px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	.title_02 {
		position: relative;
		margin: 10px 0 0 0;
	}
	.title_02 img {
		width: 80%;
	}
	.title_03 {
		position: relative;
		margin: 20px 0 0 0;
	}
	.title_03 img {
		width: 60%;
	}
	.title_04 {
		position: relative;
		margin: -5px 0 0 0;
	}
	.title_04 img {
		width: 100%;
	}
	.hero__mv {
		position: relative;
		margin: 20px auto 0 auto;
		z-index: 10;
	}
	.hero__mv img {
		width: 100%;
		margin: 0 auto;
	}
	.campaign__period {
		font-size: 0.7em;
		margin: 10px 0 0 0;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_intro { position: relative; margin: 0 0 0 0; padding: 40px 0 0 0; background-image: url("../img/sec1_bg.png"); background-repeat: no-repeat;background-position: top center; background-size: 130%;}
.sc_recipe { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_lineup { position: relative; margin: 40px 0 0 0; padding: 40px 0 40px 0; background-color: #edede1; }
.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;
	}
	.annotation {
		color: #CC0306;
	}
	/* --------- SC-INTRO ----------- */
	.logo_mark {
		position: relative;
		text-align: center;
		margin: 0 auto 0 auto;
		z-index: 20;
	}
	.logo_mark img {
		width: 32%;
	}
	.lead {
		position: relative;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	.lead img {
		width: 86%;
		margin: 0 auto;
	}
	.mov {
		position: relative;
		text-align: center;
		margin: 0px auto 0 auto;
	}
	.mov img {
		width: 86%;
	}
.mov iframe {
	width: 350px;
	height: 197px;
}
	.seaclet {
		margin: 20px auto 0 auto;
		position: relative;
	}
.seaclet figure:nth-child(2) {
	text-align: right;
	margin-top: -5vh;
}
.seaclet figure img {
	width: calc(74%);
}
	.example {
		margin: 10px auto 0 auto;
		position: relative;
	}
	.example img {
		
	}
	
	/* --------- SC-RECIPE ----------- */
	.sc_recipe h2 {
		text-align: center;
	}
	.sc_recipe h2 img {
		width: 80%;
	}
	.recipe {
		margin-top: 20px;
	}
	.recipe figure {
		margin-top: 10px;
	}
	.to_recipisite a {
		width: calc(90%);
		margin: 30px auto 0 auto;
	}
/* 開くボタン */
.img-open {
  cursor: pointer;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 85vh;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 30;
  padding: 1.6rem;
  overflow: scroll;
}
.modal-window h3 {
	text-align: center;
	color: #00972a;
}
.modal-window h3 span {
	color: #333333;
	font-size: 0.8em;
}
.modal-window figure {
	width: calc(70%);
	margin: 20px auto 0 auto;
}
.modal-window dl {
	border-top: 2px dotted #00972a;
}
.modal-window dl dt {
	padding: 0.4em 0em 0.4em 0em;
}
.modal-window dl dd {
	border-bottom: 2px dotted #00972a;
	padding: 0.4em 0em 0.4em 11em;
	margin-top: -2.4em;
}
.modal-window ol {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin: 0;
}
.modal-window ol li {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
  padding-left: 30px;
  position: relative;
}
.modal-window ol li:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  border: 1px solid #00972a;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #00972a;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 85%;
  color: #ffffff;
}

/* 閉じるボタン */
.button-close {
  position: relative;
  display: block;
  width: 200px;
  margin: 30px auto 0 auto;
  padding: 0.6em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
/* ×ボタン */
.batsu-close {
  position: absolute;
	top: 0px;
	right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0em;
  background-color: #ffffff;
	border: 2px solid #666666;
  color: #666666;
  border-radius: 20px;
  cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	z-index: 50;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

	/* --------- SC-LINEUP ----------- */
	.sc_lineup h2 {
		text-align: center;
	}
	.sc_lineup h2 img {
		width: 98%;
	}
	.products {
		margin: 0px auto 0 auto;
		position: relative;
		width: calc(96%);
	}
	.product h4.shouhinmei {
		text-align: center;
	}
	.product figure {
		text-align: center;
	}
	.product div figure img {
		width: calc(50%);
		margin-top: 5vh;
	}
	.product:nth-child(2) div figure img {
		width: calc(52%);
		margin-top: 5vh;
	}
	.product p {
		font-weight: 300;
	}
p.material {
	font-size: 0.9em;
	line-height: 1.3em;
}


/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 76%;
	}
	.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: 30px auto 0 auto;
		width: calc(90%);
	}
	.qualification ul {
		font-size: 0.7em;
		margin-left: 1em;
	}

	/*------ ボタン -------*/
	.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: 80%;
		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: middle;
		line-height: 1em;
		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) {
	.mov iframe {
		width: 380px;
		height: 214px;
	}
}
/*iPad*/
@media screen and (min-width: 768px) {
	.bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		padding-bottom: 20px;
	}
	.hero {
		background-image: url("../img/mv_bg_.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 90%;
		padding-bottom: 20px;
	}
	
	header {
		margin: 0;
		padding: 0;
	}
	
	.header__inner {
		margin: 0;
		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__riken {
		width: 200px;
		display: inline-block;
	}
	
	/* TITLE AREA */
	.ribon {
		background-image: url("../img/ribon.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 190%;
		min-height: 50px;
	}
	.title_01 {
		position: relative;
		margin: 0 auto;
		padding-top: 10px;
		width: 700px;
		text-align: center;
	}
	.title_01 img {
		width: 64%;
	}
	.title__area {
		position: relative;
		margin: 30px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	.title_02 {
		position: relative;
		margin: 0px 0 0 0;
	}
	.title_02 img {
		width: 70%;
	}
	.title_03 {
		position: relative;
		margin: 20px 0 0 0;
	}
	.title_03 img {
		width: 40%;
	}
	.title_04 {
		position: relative;
		margin: -20px 0 0 0;
	}
	.title_04 img {
		width: 96%;
	}
	.hero__mv {
		position: relative;
		margin: 20px auto 0 auto;
		z-index: 10;
	}
	.hero__mv img {
		width: 96%;
		margin: 0 auto;
	}
	
	.campaign__period {
		margin: 30px auto 0 auto;
		font-size: 1.3em;
		line-height: 2em;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_intro { position: relative; margin: 0 0 0 0; padding: 50px 0 0 0; background-image: url("../img/sec1_bg.png"); background-repeat: no-repeat;background-position: top center; background-size: 100%;}
.sc_recipe { position: relative; margin: 80px 0 0 0; padding: 0 0 80px 0; }
.sc_lineup { position: relative; margin: 0 0 0 0; padding: 60px 0 60px 0; background-color: #edede1; }
.sc_flow { position: relative; margin: 0 0 0 0; padding: 80px 0; background-color: #ffffff; }
.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-INTRO ----------- */
	.logo_mark {
		position: relative;
		text-align: center;
		margin: 0 auto 0 auto;
		z-index: 20;
	}
	.logo_mark img {
		width: 38%;
	}
	.lead {
		position: relative;
		text-align: center;
		margin: 30px auto 0 auto;
	}
	.lead img {
		width: 80%;
	}
	.mov {
		position: relative;
		text-align: center;
		margin: 0px auto 0 auto;
	}
	.mov img {
		width: 60%;
	}
	.mov iframe {
		width: 560px;
		height: 315px;
	}
	.seaclet {
		margin: 30px auto 0 auto;
		position: relative;
	}
	.seaclet figure:nth-child(2) {
		text-align: center;
		margin-top: 0;
	}
	.seaclet figure img {
		width: calc(100%);
	}
	.example {
		margin: 30px auto 0 auto;
		position: relative;
	}
	.example img {
		
	}
	/* --------- SC-RECIPE ----------- */
	.sc_recipe h2 {
		text-align: center;
	}
	.sc_recipe h2 img {
		width: 50%;
	}
	.recipe {
		margin-top: 30px;
	}
	.to_recipisite a {
		width: calc(70%);
		margin: 40px auto 0 auto;
	}
	/* モーダルウィンドウ */
	.modal-window {
	  width: 85vw;
	  height: 85vh;
	  padding: 1.6rem 3rem 1.6rem 3rem;
	}
	.modal-window dl dt {
		padding: 0.4em 0em 0.4em 0em;
	}
	.modal-window dl dd {
		border-bottom: 2px dotted #00972a;
		padding: 0.4em 0em 0.4em 12em;
		margin-top: -2.4em;
	}
	
	/* --------- SC-LINEUP ----------- */
	.sc_lineup h2 {
		text-align: center;
	}
	.sc_lineup h2 img {
		width: 60%;
	}
	.products {
		margin: 30px auto 0 auto;
		position: relative;
		width: calc(96%);
	}
	.product h4.shouhinmei {
		text-align: center;
	}
	.product figure {
		text-align: center;
	}
	.product div figure img {
		width: calc(70%);
		margin-top: 2.5%;
	}
	.product:nth-child(2) div figure img {
		width: calc(74%);
		margin-top: 0px;
	}
	.product p {
		font-weight: 300;
	}
	p.material {
		font-size: 1em;
		line-height: 1.5em;
	}
	
	/* --------- 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% - 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);
	}
	.qualification {
		width: 540px;
		margin: 0 auto;
	}
	.qualification ul {
		width: auto;
		font-size: 1em;
		margin-left: 20px;
	}
	
	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;
	}
	.hero {
		background-size: 90%;
	}
	.ribon {
		background-size: 160%;
		min-height: 60px;
	}
	.title_01 img {
		width: 68%;
	}
	.title__area {
		margin: 30px auto 0 auto;
	}
	.title_02 img {
		width: 68%;
	}
	.title_03 img {
		width: 42%;
	}
	.title_04 {
		margin: -20px 0 0 0;
	}
	.title_04 img {
		width: 96%;
	}
	.hero__mv img {
		width: 96%;
		margin: 0 auto;
	}
	.recipe figure {
		margin-top: 14px;
	}
	/* モーダルウィンドウ */
	.modal-window {
	  width: 85vw;
	  height: 85vh;
	  padding: 1.6rem 3rem 1.6rem 3rem;
	}
	.modal-window dl dt {
		padding: 0.4em 0em 0.4em 0em;
	}
	.modal-window dl dd {
		border-bottom: 2px dotted #00972a;
		padding: 0.4em 0em 0.4em 18em;
		margin-top: -2.4em;
	}
}

@media screen and (min-width: 1200px) {
	.hero {
		background-size: 90%;
	}
	.ribon {
		background-size: 160%;
		min-height: 60px;
	}
	.title_01 img {
		width: 78%;
	}
	.title__area {
		margin: 30px auto 0 auto;
	}
	.title_02 img {
		width: 64%;
	}
	.title_03 img {
		width: 42%;
	}
	.title_04 {
		margin: -20px 0 0 0;
	}
	.title_04 img {
		width: 94%;
	}
	.hero__mv img {
		width: 94%;
		margin: 0 auto;
	}
	.logo_mark {
		margin: 40px auto 0 auto;
	}
	.logo_mark img {
		width: 56%;
	}
	.sc_recipe h2 img {
		width: 38%;
	}
	.sc_lineup h2 img {
		width: 50%;
	}
	.mov iframe {
		width: 700px;
		height: 430px;
	}
	.modal-window {
	  width: 50vw;
	  height: 85vh;
	}
	
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
	.hero {
		background-size: 80%;
	}
	.ribon {
		background-size: 160%;
		min-height: 70px;
	}
}
@media screen and (min-width: 1480px) {
	.hero {
		background-size: 70%;
	}
	.ribon {
		background-size: 150%;
	}
}
@media screen and (min-width: 1520px) {
	.ribon {
		background-size: 126%;
	}
}
@media screen and (min-width: 1600px) {
	.hero {
		background-size: 74%;
	}
	.ribon {
		background-size: 126%;
	}
}
@media screen and (min-width: 1860px) {
	.ribon {
		background-size: 108%;
	}
}
@media screen and (min-width: 1920px) {
	.hero {
		background-size: 56%;
	}
	.ribon {
		background-size: 100%;
	}
}