@charset "utf-8";

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {
	/* 共通 */
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 90%;
		min-width: 1000px;
		margin: 20px auto 80px;
		padding: 80px 0;
		background: #8517BB;
		border-radius: 60px;
		position: relative;
	}


	/* 見出し */
	.guide__wrap--common--header{
		width: 960px;
		margin: 0 auto 30px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.guide__wrap--common--header--image{
		width: 395px;
		height: auto;
	}
	.guide__wrap--common--header--image img{
		width: 100%;
	}
	.guide__wrap--common--header--text{
		width: 510px;
		letter-spacing: 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 125px;
		margin-bottom: 15px;
	}
	.guide__wrap--common--header--text h1{
		font-size: 48px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 15px;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
		color: #fff;
		letter-spacing: 0.06em;
	}


	/* セクション共通 */
	.section__wrap{
		width: 960px;
		background: #fff;
		margin: 0 auto 30px;
		padding: 70px 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 48px;
	}
	.section__wrap h2{
		font-size: 48px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #8517BB;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 40px;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #8517BB;
	}
	.section__wrap h3{
		font-size: 24px;
		font-weight: bold;
 		margin-bottom: 24px;
		color: #8517BB;
		text-align: center;
	}
	.section__wrap div ul{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 0 auto 40px;
	}
	.section__wrap div ul li{
		text-align: center;
	}
	.section__wrap div ul li div{
		margin-bottom: 23px;
	}
	.section__wrap div ul li h4{
		font-size: 18px;
		line-height: 1.22;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
	}
	.colorText{
		color: #8517BB;
	}
	.section__wrap--content{
		width: 760px;
		margin: 0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.section__wrap--content--images{
		width: 390px;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 370px;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 20px;
		padding-left: 15px;
		border-left: 5px solid #48077A;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 10px;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #F0D5F6;
		border-radius: 0 0 43px 43px;
		padding: 30px 0;
	}

	/**************************************************** 
	
	お店にあったメニューブックの作り方

	****************************************************/
	.section__wrap--make{
		width: 808px;
		margin: 0 auto;
	}
	.section__wrap--make li{
		width: 145px;
	}

	/**************************************************** 
	
	メニューブック基本構成

	****************************************************/
	#menu-point01__section .section__wrap--content{
		width: 832px;
		display: block;
	}
	#menu-point01__section .section__wrap--content--images{
		width: 607px;
		margin: 0 auto 24px;
	}
	.menu--point01__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu--point01__list h3{
		font-size: 16px;
		font-weight: bold;
		color: #8517BB;
		margin-bottom: 20px;
	}
	.menu--point01__list--book{
		width: 184px;
	}
	.menu--point01__list--page{
		width: 378px;
	}
	.menu--point01__list--element{
		width: 184px;
	}
	.menu--point01__list dl dt,
	.menu--point01__list dl dd,
	.menu--point01__list ul li{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #161616;
		background: #F0D5F6;
	}
	.menu--point01__list dl{
		margin-bottom: 10px;
	}
	.menu--point01__list dl:last-child{
		margin-bottom: 0;
	}
	.menu--point01__list dl dt{
		color: #fff;
		background: #48077A;
		padding: 15px 0;
		border-radius: 5px 5px 0 0;
	}
	.menu--point01__list .menu--point01__list--book dl dd {
		padding: 16px 0;
		border-radius: 0 0 5px 5px;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul{
		display: block;
		margin-bottom: 0;
		margin-left: 30px;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li{
		position: relative;
		text-align: left;
		display: block;
		padding-left: 1em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li::before{
		content: "・";
		position: absolute;
		top: 0px;
		left: 0;
		font-size: 14px;
		font-weight: bold;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li + li{
		margin-top: 5px;
	}
	#menu-point01__section .menu--point01__list .menu--point01__list--page ul,
	#menu-point01__section .menu--point01__list .menu--point01__list--element ul{
		flex-wrap: wrap;
	}
	#menu-point01__section .menu--point01__list .menu--point01__list--page ul li,
	#menu-point01__section .menu--point01__list .menu--point01__list--element ul li{
		padding: 15px 0;
		margin-bottom: 10px;
		width: 184px;
		position: relative;
		border-radius: 5px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(1)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: -12px;
		background: url("../../../beginners-guide/img/guide03/basic-num01.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(2)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: -12px;
		background: url("../../../beginners-guide/img/guide03/basic-num02.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(3)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: -12px;
		background: url("../../../beginners-guide/img/guide03/basic-num03.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(4)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: -12px;
		background: url("../../../beginners-guide/img/guide03/basic-num04.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(5)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: -12px;
		background: url("../../../beginners-guide/img/guide03/basic-num05.svg");
		width: 25px;
		height: 25px;
	}



	/**************************************************** 
	
	使いやすい表紙の項目

	****************************************************/
	#menu-point02__section.section__wrap {
		padding-bottom: 0;
	}
	#menu-point02__section .section__wrap--content{
		width: 820px;
		margin-bottom: 40px;
	}
	#menu-point02__section .section__wrap--content--images{
		width: 402px;
	}
	#menu-point02__section .section__btn{
		text-align: center;
		margin-bottom: 40px;
	}
	#menu-point02__section .section__btn a{
		display: block;
		width: 368px;
		margin: 0 auto;
		padding: 25px 0;
		background: #48077A;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	#menu-point02__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide03/next-icon-arrow.svg");
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	#menu-point02__section .section__btn a:hover{
		opacity: 0.8;
	}

	/**************************************************** 
	
	ロゴループ

	****************************************************/
	.loop_box{
		display:flex;
		overflow: hidden;
		border-radius: 0 0 6px 6px;
	}
	.loop_box img {
		width: auto;
		height: 100%;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	.loop_box ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		width: 100vw;
		min-width: 1140px;
		margin: 0;
		padding: 0;
		margin-left: 5px;
	}
	.loop_box.loop_box--design ul{
		min-width: 1710px;
	}
	.section__wrap .loop_box ul{
		margin-bottom: 0;
	}
	.loop_box ul:first-child {
		-webkit-animation: loop 50s -25s linear infinite;
		animation: loop 50s -25s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 20px;
	}
	.loop_box ul + ul {
		animation: loop2 50s linear infinite;
	}
	.loop_box ul li{
		display: inline-block;
	}



	/**************************************************** 
	
	動画活用食材や料理をPR

	****************************************************/
	#menu-point03__section.section__wrap {
		padding-bottom: 0;
	}
	#menu-point03__section .section__wrap--content{
		width: 864px;
		margin-bottom: 40px;
	}
	#menu-point03__section .section__wrap--content--images{
		width: 455px;
	}
	#menu-point03__section .section__wrap--content--point dl + dl{
		margin-top: 40px;
	}
	#menu-point03__section .section__btn{
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		width: 766px;
		margin: 0 auto 70px;
	}
	#menu-point03__section .section__btn a{
		display: block;
		width: 368px;
		margin: 0 auto;
		padding: 25px 0;
		background: #48077A;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.3;
	}
	#menu-point03__section .section__btn a.menu-point03__section--btn2{
		flex-direction: column;
	}
	#menu-point03__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide03/next-icon-arrow.svg");
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	#menu-point03__section .section__btn a:hover{
		opacity: 0.8;
	}
	#menu-point03__section .section__btn span{
		display: block;
	}


	/**************************************************** 
	
	あったら嬉しいランキングページ

	****************************************************/
	#menu-point04__section.section__wrap {
		padding-bottom: 0;
	}
	#menu-point04__section .section__wrap--content{
		width: 840px;
		margin-bottom: 40px;
	}
	#menu-point04__section .section__wrap--content--images{
		width: 434px;
	}
	#menu-point04__section .section__wrap--content--point dl + dl{
		margin-top: 40px;
	}
	#menu-point04__section .section__btn{
		text-align: center;
		display: flex;
		flex-wrap: nowrap;
		width: 766px;
		margin: 0 auto 70px;
	}
	#menu-point04__section .section__btn a{
		display: block;
		width: 368px;
		margin: 0 auto;
		padding: 25px 0;
		background: #48077A;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.3;
	}
	#menu-point04__section .section__btn a.menu-point03__section--btn2{
		display: block;
	}
	#menu-point02__section .section__btn a.section__btn--menu{
		width: 400px;
	}
	#menu-point04__section .section__btn a.menu-point04__section--btn2{
		flex-direction: column;
	}
	#menu-point04__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide03/next-icon-arrow.svg");
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	#menu-point04__section .section__btn a:hover{
		opacity: 0.8;
	}
	#menu-point04__section .section__btn span{
		display: block;
	}


	/**************************************************** 
	
	これでバッチリインバウンド対策

	****************************************************/
	#menu-point05__section .section__wrap--content{
		justify-content: space-around;
		width: 850px;
	}
	#menu-point05__section .section__wrap--content--images{
		width: 424px;
	}


	/* チェックボックス */
	.check__section{
		width: 552px;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 30px;
		padding: 20px 24px;
		background-image: url("../../../beginners-guide/img/guide03/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 140px 87px;
		background-position: right 10px bottom 25px;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		font-size: 15px; 
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 420px;
	}
	.check__section a{
		color: #EA0029;
		border-bottom: 1px solid #EA0029;
	}
	.check__section a:hover{
		border: none;
	}



	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 70%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 33%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}
	#bnr-rbtm{
		display: none;
	}
	
}



@media screen and (min-width:768px) and (max-width:1399px){
	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 890px;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.guide__fotter--navi li{
		width: 440px;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}
	#bnr-rbtm{
		display: none;
	}
	
}



/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width:768px) {
	img{
		vertical-align: top;
	}
	#beginners-guide #wrap{
		font-size: 14px;
		color: #1d1515;
		letter-spacing: 0;
		font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.6;	
		width: 100%;
		margin: 0 auto;
		letter-spacing: 0.06em;
		font-feature-settings: "palt";
	}
	.guide__wrap{
		width: 100%;
		margin: 3% 0 8%;
		padding: 7% 0;
		background: #8517BB;
		border-radius: 30px;
		position: relative;
	}

	#guideContents .guideTop h2{
		font-size: 14px;
		line-height: 1.4;
		font-weight: bold;
		color: #fff;
	}
	#guideContents .guideTop h1{
		font-size: 42px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0;
	}

	/* 見出し */
	.guide__wrap--common--header{
		width: 100%;
		margin: 0 auto 8%;
	}
	.guide__wrap--common--header--image{
		width: 90%;
		margin: 0 auto 5%;
	}
	.guide__wrap--common--header--text{
		width: 90%;
		margin: 0 auto 0;
	}
	.guide__wrap--common--header--text .guide__number{
		width: 36%;
		margin-bottom: 3%;
	}
	.guide__wrap--common--header--text h1{
		font-size: 36px;
		font-weight: bold;
		line-height: 1.375;
		margin-bottom: 5%;
		color: #fff;
	}
	.guide__wrap--common--header--text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		color: #fff;
	}




	/* セクション共通 */
	.section__wrap{
		width: 90%;
		background: #fff;
		margin: 0 auto 5%;
    	padding: 10% 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 20px;
	}
	.section__wrap h2{
		font-size: 32px;
		line-height: 1.25;
		font-weight: bold;
		text-align: center;
		margin-bottom: 5%;
		color: #8517BB;
	}
	.section__wrap--lead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto 5%;
	}
	.section__wrap--lead .colorUnderline{
		border-bottom: 3px solid #8517BB;
	}
	.section__wrap h3{
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 4%;
		font-weight: bold;
		color: #8517BB;
		text-align: center;
	}
	.section__wrap div ul{
		margin-bottom: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.section__wrap div ul li{
		width: 48%;
	}
	.section__wrap div ul li div{
		width: 80%;
		margin: 0 auto 10%;
	}
	.section__wrap div ul li:nth-child(3n),
	.section__wrap div ul li:nth-child(4n){
		margin-top: 4%;
	}
	.section__wrap div ul li h4{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 6%;
	}
	.section__wrap div ul li a{
		width: 40%;
		margin: 0 auto;
	}
	.section__wrap--endlead{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.55;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	.colorText{
		color: #48077A;
	}

	.section__wrap--content{
		width: 90%;
		margin: 0 auto;
	}
	.section__wrap--content--images img{
		width: 100%;
	}
	.section__wrap--content--point{
		width: 100%;
	}
	.section__wrap--content--point dt{
		font-size: 18px;
		font-weight: bold;
 		margin-bottom: 5%;
		padding-left: 15px;
		border-left: 5px solid #8517BB;
	}
	.section__wrap--content--point dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 2%;
		position: relative;
		padding-left: 1em;
	}
	.section__wrap--content--point dd:last-child{
		margin-bottom: 0;
	}
	.section__wrap--content--point dd::before{
		content: "・";
		position: absolute;
		top: 0;
		left: 0;
		font-size: 16px;
	}
	.section__wrap--content--sub{
		background: #F0D5F6;
		border-radius: 0 0 14px 14px;
		padding: 5% 0;
	}


	/**************************************************** 
	
	メニューブック基本構成

	****************************************************/
	#menu-point01__section .section__wrap--content{
		width: 90%;
		display: flex;
    	flex-direction: column-reverse;
	}
	.menu--point01__list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.menu--point01__list h3{
		font-size: 16px;
		font-weight: bold;
		color: #8517BB;
		margin-bottom: 5%;
	}
	.menu--point01__list--book,
	.menu--point01__list--page,
	.menu--point01__list--element{
		width: 100%;
	}
	.menu--point01__list--book,
	.menu--point01__list--page{
		margin-bottom: 10%;
	}
	.menu--point01__list dl dt,
	.menu--point01__list dl dd,
	.menu--point01__list ul li{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		color: #161616;
		background: #F0D5F6;
	}
	.menu--point01__list dl{
		margin-bottom: 10px;
	}
	.menu--point01__list dl:last-child{
		margin-bottom: 0;
	}
	.menu--point01__list dl dt{
		color: #fff;
		background: #48077A;
		padding: 15px 0;
		border-radius: 5px 5px 0 0;
	}
	.menu--point01__list .menu--point01__list--book dl dd {
		padding: 16px 0;
		border-radius: 0 0 5px 5px;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul{
		margin: 0;
		justify-content: center;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li{
		position: relative;
		text-align: left;
		display: block;
		padding-left: 1em;
		margin: 0;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--grand01{
		width: 3em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--grand02{
		width: 5em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--hour01{
		width: 6em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--hour02{
		width: 4em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--hour03{
		width: 5em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--all01,
	.menu--point01__list .menu--point01__list--book dl dd ul li.menu--point01__list--book--all02{
		width: 5em;
	}
	.menu--point01__list .menu--point01__list--book dl dd ul li::before{
		content: "・";
		position: absolute;
		top: 0px;
		left: 0;
		font-size: 14px;
		font-weight: bold;
	}
	#menu-point01__section .menu--point01__list .menu--point01__list--page ul{
		flex-wrap: wrap;
		margin: 0;
	}
	#menu-point01__section .menu--point01__list .menu--point01__list--element ul{
		display: block;
	}

	#menu-point01__section .menu--point01__list .menu--point01__list--page ul li,
	#menu-point01__section .menu--point01__list .menu--point01__list--element ul li{
		padding: 5% 0;
		margin: 0 0 5% 0;
		width: 48%;
		position: relative;
		border-radius: 5px;
	}
	#menu-point01__section .menu--point01__list .menu--point01__list--page ul li:nth-child(11n),
	#menu-point01__section .menu--point01__list .menu--point01__list--page ul li:nth-child(12n){
		margin-bottom: 0;
	}
	#menu-point01__section .menu--point01__list .menu--point01__list--element ul li{
		width: 100%;
	}

	#menu-point01__section .menu--point01__list--element ul li:nth-child(1)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: 5%;
		background: url("../../../beginners-guide/img/guide03/basic-num01.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(2)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: 5%;
		background: url("../../../beginners-guide/img/guide03/basic-num02.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(3)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: 5%;
		background: url("../../../beginners-guide/img/guide03/basic-num03.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(4)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: 5%;
		background: url("../../../beginners-guide/img/guide03/basic-num04.svg");
		width: 25px;
		height: 25px;
	}
	#menu-point01__section .menu--point01__list--element ul li:nth-child(5)::before{
		content: "";
		position: absolute;
		top: 14px;
		left: 5%;
		background: url("../../../beginners-guide/img/guide03/basic-num05.svg");
		width: 25px;
		height: 25px;
	}


	

	/**************************************************** 
	
	使いやすい表紙の項目

	****************************************************/
	#menu-point02__section .section__wrap--content--images{
		margin-bottom: 5%;
	}
	#menu-point02__section .section__wrap--content--point{
		margin-bottom: 5%;
	}
	#menu-point02__section .section__btn{
		text-align: center;
		margin-bottom: 5%;
	}
	#menu-point02__section .section__btn a{
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 5% 15%;
		background: #48077A;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	#menu-point02__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide03/next-icon-arrow.svg");
		width: 20px;
		height: 20px;
		background-size: cover;
	}
	#menu-point02__section.section__wrap{
		padding-bottom: 0;
	}


	/**************************************************** 
	
	ロゴループ

	****************************************************/
	.loop_box{
		display:flex;
		overflow: hidden;
		border-radius: 0 0 6px 6px;
		width: 100%;
		height: 121px;
	}
	.loop_box ul {
		width: auto;
		height: 100%;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	.loop_box ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		width: 100%;
		min-width: 1575px;
		height: 121px;
		margin: 0;
		padding: 0;
	}
	.loop_box ul:first-child {
		animation: loop 60s -30s linear infinite;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		will-change: transform;
		padding-left: 0;
	}
	.loop_box ul:last-child {
		animation: loop2 60s linear infinite;
	}
	.section__wrap .loop_box ul li{
		display: inline-block;
		height: 121px;
		width: 100%;
	}



	/**************************************************** 
	
	動画活用　食材や料理をPR

	****************************************************/
	#menu-point03__section .section__wrap--content--images{
		margin-bottom: 5%;
	}
	#menu-point03__section .section__wrap--content--point dl{
		margin-bottom: 10%;
	}
	#menu-point03__section .section__btn{
		text-align: center;
	}
	#menu-point03__section .section__btn a{
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 5% 15%;
		background: #48077A;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	#menu-point03__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide03/next-icon-arrow.svg");
		width: 20px;
		height: 20px;
		background-size: cover;
	}
	#menu-point03__section .section__btn a + a{
		margin-top: 5%;
	}



	/**************************************************** 
	
	あったら嬉しいランキングページ

	****************************************************/
	#menu-point04__section .section__wrap--content--images{
		margin-bottom: 5%;
	}
	#menu-point04__section .section__wrap--content--point dl{
		margin-bottom: 10%;
	}
	#menu-point04__section .section__btn{
		text-align: center;
	}
	#menu-point04__section .section__btn a{
		display: block;
		width: 60%;
		margin: 0 auto;
		padding: 5% 15%;
		background: #48077A;
		color: #fff;
		font-size: 14px;
		line-height: 1.3;
		font-weight: bold;
		border-radius: 5px;
		position: relative;
	}
	#menu-point04__section .section__btn a + a{
		margin-top: 5%;
	}
	#menu-point04__section .section__btn a::before{
		content: "";
		position: absolute;
		top: calc(50% - 10px);
		right: 15px;
		background: url("../../../beginners-guide/img/guide03/next-icon-arrow.svg");
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	/**************************************************** 
	
	インバウンド対策

	****************************************************/
	#menu-point05__section .section__wrap--content--images{
		margin-bottom: 5%;
	}
	

	/* チェックボックス */
	.check__section{
		width: 80%;
		background: #fff;
		border-radius: 9px;
		margin: 0 auto 8%;
		padding: 5%;
		background-image: url("../../../beginners-guide/img/guide03/check-human.svg") ;
		background-repeat: no-repeat;
		background-size: 70px 80px;
		background-position: right 2px bottom;
	}
	.check__section.mb0{
		margin-bottom: 0;
	}
	.check__section h3{
		margin-bottom: 10px;
		width: 50%;
	}
	.check__section p{
		font-size: 15px;
		font-weight: bold;
		line-height: 1.6;
		width: 88%;
	}
	.check__section a{
		color: #48077A;
		border-bottom: 1px solid #8517BB;
		display: inline;
	}



	/* フッター共通ナビ */
	.guide__fotter--navi{
		width: 90%;
		margin: 0 auto 80px;
	}
	.guide__fotter--navi ul{
	}
	.guide__fotter--navi li{
		width: 100%;
		margin-bottom: 10px;
	}
	.guide__fotter--navi li img{
		width: 100%;
	}


	#bnr-rbtm{
		display: none;
	}
	
}

