@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Anaheim:wght@400..800&display=swap');
/*======================
					 mb					 
======================*/
@media screen and (max-width: 768px) {
	/* --------- 調整・消去 --------- */
	body .box-white{/*全体背景*/
		background-color: #efefef;
	}
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
	}
	body .post-content p{
		margin: 0;
	}
	#topic .pc { display: none !important; }
	#topic .sp { display: block !important; }


	/*------------------------
					 個別Style				
	------------------------*/

	#topic #contentDetail {
		color: #3c3835;
		padding-bottom: 10px;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-size:14px;
		line-height:1.75em;
		color: #3c3835;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: 'Anaheim';
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #3c3835;
		margin: 0;
	}
	#topic h3 img{
		height: 15vw; width:auto;
	}
	#topic p{
		line-height:2em;
		margin:0 0 15px 0;
		font-size:14px;
	}
	/*-------------------------------------- header */

	#topic header {
		max-width: 1100px;
		margin: 0 auto;
	}


	/*-------------------------------------- intro */

	#topic #intro{
		width: 100%;
		margin: 0 auto;
		padding: 40px 5vw 100px;
		text-align: center;
		background: #b3e3e1 url(images/wave1.png) bottom center no-repeat;
		background-size:100% auto;
	}
	#topic #intro h2{
		margin: 0 0 10px;
		color: #55cbc8;
		font-weight: bold;
		font-size: 1.3em;
	}
	#topic #intro #about{
		background-color: #fff;
		border-radius: 100px;
		max-width: 880px;
		padding: 40px 50px 50px;
		margin: 0 auto;
		position: relative;
	}
	#topic #intro #kawaiino{
		position: absolute;
		right: 20px;
		bottom: -30px;
	}
	#topic #intro img#kawaiino {
		width: 160px;
		height: auto;
	}
	#topic #intro p{
		text-align: left;
		max-width: 680px;
		margin: 0 auto;
	}

	/*-------------------------------------- product */

	#topic #product{
		padding: 60px 5vw 50px;
		background: #70d6d3 url(images/wave2.png) bottom center no-repeat;
		background-size:100% auto;
	}
	#topic #product h3{
		text-align: center;
		margin-bottom: 20px;
	}
	#topic #product h3 + p{
		max-width: 740px;
		margin: 0 auto 40px;
	}
	#topic #item_outer {
		max-width: 880px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
		justify-content: space-between;
	}
	#topic #item_outer .itembox_pickup{
		width: 100%;
		position: relative;
	}
	#topic #item_outer .itembox_pickup #pickup_icon{
		position: absolute;
		right: -10px;
		top: -20px;
	}
	#topic #item_outer .itembox_pickup img#pickup_icon{
		width: 76px; height: auto;
	}
	#topic #item_outer .itembox{
		width: 48%;
	}
	#topic #item_outer .itembox_pickup img,
	#topic #item_outer .itembox img{
		border-radius: 30px;
	}
	#topic #item_outer h4{
		font-size: 1.1em;
		margin: 16px 0 8px;
	}
	#topic #item_outer h4 + p{
		font-size: 0.95em
	}

	/*-------------------------------------- profile */

	#topic #profile{
		width: 100%;
		margin: 0 auto;
		padding: 70px 0;
		text-align: center;
		background: #b3e3e1;
	}
	#topic #profile .outer{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		max-width: 720px;
		margin: 30px auto;
	}
	#topic #profile .imgbox{
		width: 260px;
	}
	#topic #profile .txtbox{
		flex: 1;
	}
	#topic #profile h4{
		font-size: 1.3em;
		margin: 20px 0 15px;
	}
	#topic #profile p{
		margin-top: 20px;
	}

	/*-------------------------------------- buttons */

	#topic .buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 25px auto 60px;
		gap: 2%
	}
	#topic .buttons a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 38px;
		position: relative;
		background: #e60044;
		border: 2px solid #e60044;
		border-radius: 30px;
		box-sizing: border-box;
		padding: 0 15px 0 5px;
		color: #fff;
		font-size: 0.9em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
		margin-bottom: 10px;
	}
	#topic .buttons a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -6px;
	}
	#topic .buttons a:hover {
		background: #fff;
		color: #e60044;
	}
	#topic .buttons a:hover:before {
		border-top: 2px solid #e60044;
		border-right: 2px solid #e60044;
	}


}

/*======================
					 pc					
======================*/
@media print, screen and (min-width: 769px) {
	/* --------- 調整・消去 --------- */
	body .box-white{/*全体背景*/
		background-color: #efefef;
	}
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
		max-width: 1480px;
	}
	body .post-content p{
		margin: 0;
	}
	#topic .pc { }
	#topic .sp { display: none !important; }

	/*------------------------
					 個別Style				
	------------------------*/

	#topic #contentDetail {
		color: #3c3835;
		padding-bottom: 10px;
		max-width: 1100px;
		margin: 0 auto;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-size:14px;
		line-height:1.75em;
		color: #3c3835;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: 'Anaheim';
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #3c3835;
		margin: 0;
	}
	#topic p{
		line-height:2em;
		margin:0 0 15px 0;
		font-size:14px;
	}
	/*-------------------------------------- header */

	#topic header {
		max-width: 1100px;
		margin: 0 auto;
	}


	/*-------------------------------------- intro */

	#topic #intro{
		width: 100%;
		margin: 0 auto;
		padding: 20px 5vw 150px;
		text-align: center;
		background: #b3e3e1 url(images/wave1.png) bottom center no-repeat;
		background-size:100% auto;
	}
	#topic #intro h2{
		margin: 0 0 10px;
		color: #55cbc8;
		font-weight: bold;
	}
	#topic #intro #about{
		background-color: #fff;
		border-radius: 200px;
		max-width: 880px;
		padding: 50px 60px 60px;
		margin: 0 auto;
		position: relative;
	}
	#topic #intro #kawaiino{
		position: absolute;
		right: 10px;
		bottom: -35px;
	}
	#topic #intro p{
		text-align: left;
		max-width: 680px;
		margin: 0 auto;
	}

	/*-------------------------------------- product */

	#topic #product{
		padding: 60px 5vw 50px;
		background: #70d6d3 url(images/wave2.png) bottom center no-repeat;
		background-size:100% auto;
	}
	#topic #product h3{
		text-align: center;
		margin-bottom: 20px;
	}
	#topic #product h3 + p{
		max-width: 740px;
		margin: 0 auto 40px;
	}
	#topic #item_outer {
		max-width: 880px;
		margin: 0 auto 50px;
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
		justify-content: space-between;
	}
	#topic #item_outer .itembox_pickup{
		width: 100%;
		position: relative;
	}
	#topic #item_outer .itembox_pickup #pickup_icon{
		position: absolute;
		right: -40px;
		top: -40px;
	}
	#topic #item_outer .itembox{
		width: 48%;
	}
	#topic #item_outer .itembox_pickup img,
	#topic #item_outer .itembox img{
		border-radius: 30px;
	}
	#topic #item_outer h4{
		font-size: 1.4em;
		margin: 20px 0 10px;
	}

	/*-------------------------------------- profile */

	#topic #profile{
		width: 100%;
		margin: 0 auto;
		padding: 70px 0;
		text-align: center;
		background: #b3e3e1;
	}
	#topic #profile .outer{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		max-width: 720px;
		margin: 30px auto;
	}
	#topic #profile .imgbox{
		width: 260px;
	}
	#topic #profile .txtbox{
		flex: 1;
	}
	#topic #profile h4{
		font-size: 1.3em;
		margin: 20px 0 15px;
	}
	#topic #profile p{
		margin-top: 20px;
	}

	/*-------------------------------------- buttons */

	#topic .buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 25px auto 60px;
		gap: 2%
	}
	#topic .buttons a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49%;
		height: 50px;
		position: relative;
		background: #e60044;
		border: 2px solid #e60044;
		border-radius: 30px;
		box-sizing: border-box;
		padding: 0 15px 0 5px;
		color: #fff;
		font-size: 1em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .buttons a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -6px;
	}
	#topic .buttons a:hover {
		background: #fff;
		color: #e60044;
	}
	#topic .buttons a:hover:before {
		border-top: 2px solid #e60044;
		border-right: 2px solid #e60044;
	}


}
