@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";
	}

	/* ガイドのメインビジュアル */
	#guideContents{
		margin-top: 20px;
	}
	#guideContents .guideTop{
		width: 90%;
		margin: 0 auto 50px;
		background: #EA0029;
		border-radius: 23px;
		padding: 120px 0 110px 40px;
		position: relative;
	}
	#guideContents .guideTop::before{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		background: url("../../../beginners-guide/img/top/guide-header.svg");
		width: 434px;
		height: 243px;
	}
	#guideContents .guideTop h2{
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
	#guideContents .guideTop h1{
		font-size: 64px;
		font-weight: bold;
		color: #fff;
	}

	/* ガイド01-05まで */
	#guide__wrap{
		width: 960px;
		background: #F6F6F6;
		margin: 0 auto 35px;
		padding: 70px 0 0 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 48px;
	}
	.guide_wrap--header h2{
		font-size: 48px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #EA0029;
	}
	.guide_wrap--header p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		text-align: center;
		margin-bottom: 40px;
	}

	/* ガイド　ナビゲーション */
	.guide_wrap--nav{
		width: 880px;
		margin: 0 auto 30px;
		padding: 4px 0;
		box-sizing: border-box;
		border: 5px #191919 solid;
		border-radius: 16px;
	}
	.guide_wrap--nav div{
		width: 862px;
		margin: 0 auto;
		background: #fff;
		border-radius: 13px;
	}
	.guide_wrap--nav div ul{
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		border-radius: 13px;
	}
	.guide_wrap--nav div ul li{
		flex: 1;
	}
	.guide_wrap--nav div ul li + li{
		margin-left: 4px;
	}
	.guide_wrap--nav div nav ul .guideNav a{
		font-size: 16px;
		line-height: 1.375;
		font-weight: bold;
		text-align: center;
		color: #fff;
		height: calc(100% - 36px);
		padding: 18px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.guide_wrap--nav div ul .guide-01{
		background: #BB1C17;
		border-radius: 13px 0 0 13px;
		transition: all 0.5s ease;
	}
	.guide_wrap--nav div ul .guide-01:hover{
		background: #6B1715;
	}
	.guide_wrap--nav div ul .guide-02{
		background: #17B0BB;
		transition: all 0.5s ease;
	}
	.guide_wrap--nav div ul .guide-02:hover{
		background: #09787F;
	}
	.guide_wrap--nav div ul .guide-03{
		background: #8517BB;
		transition: all 0.5s ease;
	}
	.guide_wrap--nav div ul .guide-03:hover{
		background: #48077A;
	}
	.guide_wrap--nav div ul .guide-04{
		background: #BB7F17;
		transition: all 0.5s ease;
	}
	.guide_wrap--nav div ul .guide-04:hover{
		background: #7F3509;
	}
	.guide_wrap--nav div ul .guide-05{
		background: #9EDF03;
		border-radius: 0 13px 13px 0;
		transition: all 0.5s ease;
	}
	.guide_wrap--nav div ul .guide-05:hover{
		background: #75A700;
	}


	/* ガイド　共通 */
	.guide__box{
		width: 880px;
		margin: 0 auto 40px;
		padding: 56px 0 40px;
		border: 6px solid #191919;
		box-sizing: border-box;
		border-radius: 38px;
		position: relative;
		text-align: center;
	}
	.guide__box p,
	.guide__box h2,
	.guide__box a {
		color: #fff;
	}
	.guide__box h2{
		font-size: 48px;
		line-height: 1.2;
		text-align: center;
		margin: 0 auto 18px;
	}
	.guide__box--btn{
		font-size: 20px;
		font-weight: bold;
	}
	.guide__box--btn span{
		padding-bottom: 5px;
	}

	/* ガイド　01 */
	.guide__01{
		background: #BB1C17;
	}
	.guide__01--number{
		width: 134px;
		height: 28px;
		margin: 0 auto 14px;
	}
	.guide__01--mobile{
		position: absolute;
		left: 70px;
    	top: 280px;
	}
	.guide__01--self{
		width: 417px;
		height: 295px;
		margin: 0 auto 40px;
	}
	.guide__01--human{
		width: 223px;
		height: 424px;
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	.guide__01--btn span{
		border-bottom: 4px solid #6B1715;
		transition: all 0.2s ease;
	}
	.guide__01--btn span:hover{
		border-bottom: 4px solid #BB1C17;
	}
	.guide__01--btn{
		position: relative;
		z-index: 1;	  
		transition: all 0.2s ease;
	}
	.guide__01--btn::before {
		background: #6B1715;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform: scale(0, 1);
		transform-origin: top right;
		transition: transform .3s;
		z-index: -1;
	}
	.guide__01--btn:hover {
		color: #fff;
	}
	.guide__01--btn:hover::before {
		transform-origin: top left;
		transform: scale(1, 1);
	}

	/* ガイド　02 */
	.guide__02{
		background-color: #17B0BB;
		background-image: url("../../../beginners-guide/img/top/guide02-bg.svg");
		background-repeat: no-repeat;
		background-position: top 200px center;
	}
	.guide__02--number{
		width: 134px;
		height: 28px;
		margin: 0 auto 14px;
	}
	.guide__02--message01{
		width: 144px;
		height: 144px;
		position: absolute;
		top: 27px;
		left: 32px;
	}
	.guide__02--message02{
		width: 144px;
		height: 144px;
		position: absolute;
		top: 27px;
		right: 32px;
	}
	.guide__02--human{
		width: 450px;
		height: 220px;
		margin: 0 auto 40px;
	}
	.guide__02--btn span{
		border-bottom: 4px solid #09787F;
		transition: all 0.2s ease;
	}
	.guide__02--btn span:hover{
		border-bottom: 4px solid #17B0BB;
	}
	.guide__02--btn{
		position: relative;
		z-index: 1;	  
		transition: all 0.2s ease;
	}
	.guide__02--btn::before {
		background: #09787F;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform: scale(0, 1);
		transform-origin: top right;
		transition: transform .3s;
		z-index: -1;
	}
	.guide__02--btn:hover {
		color: #fff;
	}
	.guide__02--btn:hover::before {
		transform-origin: top left;
		transform: scale(1, 1);
	}

	/* ガイド　03 */
	.guide__03{
		background-color: #8517BB;
	}
	.guide__03--number{
		width: 134px;
		height: 28px;
		margin: 0 auto 14px;
	}
	.guide__03--message{
		width: 144px;
		height: 144px;
		position: absolute;
		top: 25px;
		right: 46px;
	}
	.guide__03--menudesign{
		width: 868px;
		height: 306px;
	}
	.guide__03--human{
		width: 277px;
		height: 173px;
		position: absolute;
		left: 25px;
		bottom: 0;
	}
	.guide__03--btn span{
		border-bottom: 4px solid #48077A;
		transition: all 0.2s ease;
	}
	.guide__03--btn span:hover{
		border-bottom: 4px solid #8517BB;
	}
	.guide__03--btn{
		position: relative;
		z-index: 1;	  
		transition: all 0.2s ease;
	}
	.guide__03--btn::before {
		background: #48077A;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform: scale(0, 1);
		transform-origin: top right;
		transition: transform .3s;
		z-index: -1;
	}
	.guide__03--btn:hover {
		color: #fff;
	}
	.guide__03--btn:hover::before {
		transform-origin: top left;
		transform: scale(1, 1);
	}


	/* ガイド　04 */
	.guide__04{
		background-color: #BB7F17;
	}
	.guide__04--number{
		width: 134px;
		height: 28px;
		margin: 0 auto 14px;
	}
	.guide__04--message{
		width: 145px;
		height: 144px;
		position: absolute;
		top: 20px;
		left: 18px;
	}
	.guide__04--icons{
		width: 375px;
		height: 218px;
		margin: 0 0 40px 124px;
	}
	.guide__04--human{
		width: 276px;
		height: 285px;
		position: absolute;
		top: 175px;
		right: 35px;
	}
	.guide__04--btn span{
		border-bottom: 4px solid #7F3509;
		transition: all 0.2s ease;
	}
	.guide__04--btn span:hover{
		border-bottom: 4px solid #BB7F17;
	}
	.guide__04--btn{
		position: relative;
		z-index: 1;	  
		transition: all 0.2s ease;
	}
	.guide__04--btn::before {
		background: #7F3509;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform: scale(0, 1);
		transform-origin: top right;
		transition: transform .3s;
		z-index: -1;
	}
	.guide__04--btn:hover {
		color: #fff;
	}
	.guide__04--btn:hover::before {
		transform-origin: top left;
		transform: scale(1, 1);
	}


	/* ガイド　05 */
	.guide__05{
		background-color: #9EDF03;
	}
	.guide__box.guide__05{
		margin-bottom: 35px;
	}
	.guide__05--number{
		width: 134px;
		height: 28px;
		margin: 0 auto 14px;
	}
	.guide__05--message01{
		width: 144px;
		height: 144px;
		position: absolute;
		top: 85px;
		left: 20px;
	}
	.guide__05--message02 {
		width: 144px;
		height: 153px;
		position: absolute;
		top: 85px;
		right: 16px;
	}
	.guide__05--icons{
		width: 220px;
		height: 203px;
		position: absolute;
		top: 246px;
		left: 64px;
	}
	.guide__05--human{
		width: 200px;
		height: 208px;
		margin: 0 auto 40px;
	}
	.guide__05--selforder{
		width: 255px;
		height: 181px;
		position: absolute;
		top: 253px;
		right: 27px;
	}
	.guide__05--btn span{
		border-bottom: 4px solid #75A700;
		transition: all 0.2s ease;
	}
	.guide__05--btn span:hover{
		border-bottom: 4px solid #9EDF03;
	}
	.guide__05--btn{
		position: relative;
		z-index: 1;	  
		transition: all 0.2s ease;
	}
	.guide__05--btn::before {
		background: #75A700;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform: scale(0, 1);
		transform-origin: top right;
		transition: transform .3s;
		z-index: -1;
	}
	.guide__05--btn:hover {
		color: #fff;
	}
	.guide__05--btn:hover::before {
		transform-origin: top left;
		transform: scale(1, 1);
	}

	
	/* フッターバナー */
	.guide__fotter--bnr{
		width: 630px;
		height: 160px;
		margin: 0 auto 100px;
	}




	#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";
	}

	/* ガイドのメインビジュアル */
	#guideContents{
	}
	#guideContents .guideTop{
		width: 80%;
		margin: 5% auto 5%;
		background: #EA0029;
		border-radius: 23px;
		padding: 8% 5% 30%;
		position: relative;
	}
	#guideContents .guideTop::before{
		content: "";
		background: url("../../../beginners-guide/img/top/guide-header.svg");
		background-size: contain;
		background-repeat: no-repeat;
		width: 50%;
		height: 40%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#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;
	}

	/* ガイド01-05まで */
	#guide__wrap{
		width: 90%;
		background: #F6F6F6;
		margin: 0 auto 5%;
		padding: 10% 2% 0;
		box-sizing: border-box;
		border: 6px #191919 solid;
		border-radius: 20px;
	}
	.guide_wrap--header h2{
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 3%;
		color: #EA0029;
	}
	.guide_wrap--header p{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		width: 95%;
		margin: 0 auto 5%;
	}

	/* ガイド　ナビゲーション */
	.guide_wrap--nav{
		width: 100%;
		margin: 0 auto 5%;
		padding: 1% 0;
		box-sizing: border-box;
		border: 4px #191919 solid;
		border-radius: 15px;
	}
	.guide_wrap--nav div{
		width: 100%;
		margin: 0 auto;
		background: #fff;
		border-radius: 15px;
	}
	.guide_wrap--nav div ul{
		border-radius: 15px;
	}
	.guide_wrap--nav div ul li{
		width: 98%;
		margin: 0 auto;
	}
	.guide_wrap--nav div nav ul .guideNav a{
		font-size: 15px;
		line-height: 1.375;
		font-weight: bold;
		text-align: center;
		color: #fff;
		padding: 18px 0;
	}
	.guide_wrap--nav div nav ul .guideNav a:hover{

	}
	.guide_wrap--nav div ul .guide-01{
		background: #BB1C17;
		border-radius: 10px 10px 0 0;
	}
	.guide_wrap--nav div ul .guide-02{
		background: #17B0BB;
	}
	.guide_wrap--nav div ul .guide-03{
		background: #8517BB;
	}
	.guide_wrap--nav div ul .guide-04{
		background: #BB7F17;
	}
	.guide_wrap--nav div ul .guide-05{
		background: #9EDF03;
		border-radius: 0 0 10px 10px;
	}


	/* ガイド　共通 */
	.guide__box{
		width: 100%;
		margin: 0 auto 3%;
		padding: 10% 0 0;
		border: 4px solid #191919;
		box-sizing: border-box;
		border-radius: 15px;
		position: relative;
		text-align: center;
	}
	.guide__number{
		width: 35%;
		height: auto;
		margin: 0 auto 1%;
	}
	.guide__box p,
	.guide__box h2,
	.guide__box a {
		color: #fff;
	}
	.guide__box h2{
		font-size: 22px;
		line-height: 1.2;
		text-align: center;
		margin: 0 auto 5%;
	}
	.guide__box--btn{
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 0 0 11px 11px;
	}

	/* ガイド　01 */
	.guide__01{
		background: #BB1C17;
	}
	.guide__01--mobile{
		position: absolute;
		left: -3%;
		top: 42%;
		width: 40%;
		height: auto;
	}
	.guide__01--self{
		width: 80%;
		height: auto;
		margin: 0 auto 10%;
	}
	.guide__01--human{
		width: 30%;
		height: auto;
		position: absolute;
		right: 2%;
		bottom: 60px;
	}
	.guide__01--btn{
		background: #6B1715;
	}

	/* ガイド　02 */
	.guide__02{
		background-color: #17B0BB;
		background-image: url("../../../beginners-guide/img/sp/top/guide02-bg.svg");
		background-repeat: no-repeat;
		background-position: top 60% center;
		background-size: 90%;
	}
	.guide__02--message01{
		width: 22%;
		height: auto;
		position: absolute;
		top: 3%;
		left: 3%;
	}
	.guide__02--message02{
		width: 22%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 3%;
	}
	.guide__02--human{
		width: 70%;
		height: auto;
		margin: 0 auto 8%;
	}
	.guide__02--btn{
		background: #09787F;
	}


	/* ガイド　03 */
	.guide__03{
		background-color: #8517BB;
	}
	.guide__03--message{
		width: 22%;
		height: auto;
		position: absolute;
		top: 3%;
		right: 3%;
	}
	.guide__03--menudesign{
		width: 100%;
		height: auto;
		margin-bottom: 13%;
	}
	.guide__03--human{
		width: 65%;
		height: auto;
		position: absolute;
		left: 3%;
		bottom: 60px;
	}
	.guide__03--btn{
		background: #48077A;
	}


	/* ガイド　04 */
	.guide__04{
		background-color: #BB7F17;
	}
	.guide__04 h2{
		margin-bottom: 0;
	}
	.guide__04--message{
		width: 18%;
		height: auto;
		position: absolute;
		top: 2%;
		left: 3%;
	}
	.guide__04--icons{
		width: 42%;
		height: auto;
		margin: 13% 0 7% 6%;
	}
	.guide__04--human{
		width: 48%;
		height: auto;
		position: absolute;
		right: 1%;
    	bottom: 65px;
	}
	.guide__04--btn{
		background: #7F3509;
	}


	/* ガイド　05 */
	.guide__05{
		background-color: #9EDF03;
	}
	.guide__box.guide__05{
		margin-bottom: 3%;
	}
	.guide__05--message01{
		width: 18%;
		height: auto;
		position: absolute;
		top: 1.5%;
		left: 3%;
	}
	.guide__05--message02 {
		width: 18%;
		height: auto;
		position: absolute;
		top: 1%;
		right: 1%;
	}
	.guide__05--icons{
		width: 26%;
		height: auto;
		position: absolute;
		bottom: 80px;
		left: 3%;
	}
	.guide__05--human{
		width: 32%;
		height: auto;
		margin: 0 auto 5%;
	}
	.guide__05--selforder{
		width: 28%;
		height: auto;
		position: absolute;
		bottom: 90px;
		right: 3%;
	}
	.guide__05--btn{
		background:#75A700;
	}


	/* フッターバナー */
	.guide__fotter--bnr{
		width: 90%;
		height: auto;
		margin: 0 auto 10%;
	}

	#bnr-rbtm{
		display: none;
	}
	

}

