@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: #0054a7;
		padding-bottom: 10px;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-family: 'Anaheim',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, Osaka, "MS PGothic", sans-serif;
		font-size:14px;
		line-height:1.75em;
		color: #0054a7;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: 'Anaheim',sans-serif;
		line-height:1.4em;
		font-feature-settings :" palt";
		color: #0054a7;
		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 50px;
		text-align: center;
		background: #f9d3e3;
	}
	#topic #intro h2{
		margin: 0 0 10px;
		color: #0054a7;
		font-weight: bold;
		font-size: 1.4em;
	}
	#topic #intro h2{
		margin: 0 0 10px;
		color: #0054a7;
		font-weight: bold;
		font-size: 1.4em;
	}
	#topic #intro p{
		text-align: left;
		max-width: 680px;
		margin: 20px auto;
	}

	/*-------------------------------------- product */

	#topic #product{
		padding: 60px 5vw 50px;
		background: #8ddff2;
		background-size:100% auto;
	}
	#topic #product h3{
		color: #0054a7;
		font-weight: bold;
		font-size: 1.3em;
		text-align: center;
		margin: 20px 0 25px;
	}
	#topic #product h3 span{
		background-color: #fff;
		padding: 10px 25px;
		border-radius: 2em;
	}
	#topic #product h3 + p{
		max-width: 740px;
		margin: 0 auto 40px;
	}
	#topic #product h4{
		font-size: 1.1em;
		margin: 16px 0 8px;
		text-align: center;
	}
	#topic #product li{
		list-style: disc;
	}
	#topic #product ul{
		margin: 10px 4vw;
	}
	

	/*-------------------------------------- profile */

	#topic #profile{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background: #f9d3e3;
	}
	#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: #0054a7;
		padding-bottom: 10px;
		max-width: 960px;
		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: #0054a7;
		font-family: 'Anaheim',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, Osaka, "MS PGothic", sans-serif;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: 'Anaheim',sans-serif;
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #0054a7;
		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 70px;
		text-align: center;
		background: #f9d3e3 url(images/wave1.png) bottom center no-repeat;
		background-size:100% auto;
	}
	#topic #intro h2{
		margin: 30px 0;
		color: #0054a7;
		font-weight: bold;
	}
	#topic #intro p{
		text-align: left;
		max-width: 680px;
		margin: 0 auto 40px;
	}


	/*-------------------------------------- product */

	#topic #product{
		padding: 60px 5vw 50px;
		background: #8ddff2;
		background-size:100% auto;
		text-align: center;
	}
	#topic #product h3{
		color: #0054a7;
		font-weight: bold;
		font-size: 1.4em;
		margin: 20px 0 25px;
	}
	#topic #product h3 span{
		background-color: #fff;
		padding: 10px 25px;
		border-radius: 2em;
	}
	#topic #product h4{
		margin: 50px 0 25px;
	}
	#topic #product p,
	#topic #product ul{
		text-align: left;
		max-width: 680px;
		margin: 0 auto;
	}

	#topic #coupon{
		max-width: 640px;
		margin: 50px auto 20px;
	}
	#topic #coupon img{
		width: 100%;
	}

	/*-------------------------------------- profile */

	#topic #profile{
		width: 100%;
	}
	#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;
		text-align: center;
		font-weight: bold;
	}
	#topic #profile p{
		margin-top: 20px;
	}
	#topic #product li{
		list-style: disc inside;
	}

	/*-------------------------------------- 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;
	}


}
