/*レイアウト調節用CSS（いじっていいCSS）*/

/*ページ内スクロール*/
h3{
	border-left: none;
	margin: 0;
	padding: 0;
}

img{
	vertical-align: unset;
}
html{
	margin: 0 auto;
}

/*PCようのCSS*/
@media (min-width: 750px) {

	/*1200px以上は背景が表示される*/
.wt{
	background-color: white;
	max-width: 1200px;
	margin: 0 auto;
}

	
	
body{
	/*background:url(../img/bg1.png);背景画像*/
	text-align: center;/*文字を中央ぞろえに*/
	font-family:"Shin Maru Go Medium","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}



.top{/*メインビジュアルを中央ぞろえに*/
	position: relative;
	margin: 0 auto;
}



.waku{/*スマホ用の画像を表示させない*/
	display: none;
}

.waku_pc{/*PC用の画像を配置*/
	position: relative;
	margin-top: 10px;
}

.simekiri{/*締切日のフォントサイズを設定*/
	font-size: 15px;
}

.sl::after{/*ページ内スクロールの仕切り（縦の線）*/
	content: "|";
	padding: 0 10px;
	color: #ed1e79;
}

.mb{/*メインビジュアルの位置を調整*/
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translateY(-140%) translateX(-50%);
	margin: auto;
	width: 45%;
}

.mb2_pc{/*メインビジュアルの位置を調整*/
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translateY(-20%) translateX(-50%);
	margin: auto;
	width: 67%;
}

.mb2{/*スマホ用の画像を表示させない*/
	display: none;
}

.bt{/*メインビジュアル内のテキストの位置を調整*/
	position: absolute;
    left: 0;
    right: 0;
    margin: -46% auto;
}

.grid{/*[4月のプレゼント]コンテンツの右と左を分ける*/
	width: 92%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

h2{/*「全国おこめ共通券3000円分」のフォントサイズ調整*/
	font-size: 26px;
	width: 100%;
	margin: 29% 0 0;
}

.link{
	display: flex;
	justify-content: center;
	margin-top: 1em;
}

.bt p{/*メインビジュアル内のコメントのサイズ調整*/
	font-size: 17px;
	line-height: 1.6em;
	margin: 1.1em 0 0;
}

h3{
	font-size: 24px;
	margin: 500px 0 0;
	display: inline;
}


/* 
.pare{
	display: inline-block;
} */

.okome{/*「４月のプレゼント」の左45％を写真に使う*/
	width: 45%;
	display: inline-block;
	overflow: hidden;
}

.okomeaf{/*「４月のプレゼント」の左40％をテキストに使う*/
	margin: auto 0;
	margin-top: 0px;
	margin-left: 7%;
}

.okomeaf p{/*「４月のプレゼント」のテキストのサイズ、レイアウトを調整*/
	font-size: 20px;
	line-height: 2.2em;
	text-align: left;
	width: 441px;
	margin: 10px auto;
}

.okomeaf h5{/*「４月のプレゼント」のテキストのサイズ、レイアウトを調整*/
	font-size: 20px;
	line-height: 2em;
	text-align: left;
	width: 400px;
	margin: 10px 0;
}

.simekiri{/*締切日のフォントサイズ調整*/
	font-size: 24px;
}

h4{/*「４月のプレゼント」のテキスト見出しのフォントサイズ調整*/
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
}

.midasi{/*青い画像見出し（締め切り見出し以外すべて）のサイズ、位置を調整*/
	margin-bottom: 60px;
	margin-top: 60px;
	width: 38%;
}

.midasi2{/*締め切りの青い画像見出しのサイズ、位置を調整*/
	margin: 40px auto 60px;
	width: 38%;
}
.box3 li{/*[box3(前回の当選者)]の中の[li]の文字サイズを変える*/
	line-height: 2.2em;
	font-size: 20px;
}
.box3 ul{/*上↑の[li]太刀をどう並べるか*/
	display: inline-block;
	text-align: left;
	padding: 0 2.5%;
}

.next{/*「次回のプレゼントもお楽しみに！」の画像サイズ調整*/
	margin: 60px 0 50px;
	width: 60%;
} 

.yoko{
	margin: 0 0%;
}

.nav{
	margin: 1% 0.5%;
}


.okomeaf{
	display: inline-block;
}

/* .zoom{
	margin: 0 auto;
} */


.arrow {/*矢印*/
	color: #000;
    position: relative;
    margin: 30px auto;
    width: 30px;
    height: 0px;
    background-color: currentColor;
}

  .arrow:before {/*矢印*/
	content: '';
    position: absolute;
	left: 19px;
    top: -5px;
    width: 15px;
    height: 15px;
    border-top: solid 1.4px currentColor;
    border-right: solid 1.4px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.how{/*応募方法のフォントサイズ位置調整*/
	font-size: 14px;
	vertical-align: middle;
}

.how2{/*応募方法のフォントサイズ位置調整*/
	font-size: 14px;
	vertical-align: middle;
	justify-content:center ;
	align-self: start;
}

/* .howpare{
	display: grid;
  gap: 10px;
  grid-template-columns: 1fr 0.4fr 1fr 0.4fr 1fr;
  margin: 0 30px;
  align-items: center;
}

.arrow{
	display: inline-block;
}

.lb{
	display: inline-block;
} */

.howpare{
	margin-bottom: 0px;
}

.lb{/*stepや写真を頭にして添え、横幅は27％で等間隔に並べる*/
	display: inline-block;
	width: 27%;
	vertical-align: top;
}

.arrow{/*矢印の高さを調整*/
	display: inline-block;
	margin-top: 15%;
}

.st{/*stepのフォントサイズ*/
	font-size: 30px;
	margin-bottom: 0px;
}

.fig{/*応募方法の画像サイズ*/
	display: none;
}

.fig2{/*応募方法の最後の画像サイズ*/
	display: none;
}

li{/*全体のliのサイズ*/
	font-size: 20px;
	margin: 0.6em 0;
}

.fig_pc{/*PC版の応募方法が王のサイズ*/
	width: 18vw;
	max-width: 216px;
}

.jump{/*ページ内スクロールの位置調整*/
	margin-top: 80px;
}

.cm_p{/*PC版の4月のプレゼントを非表示*/
	display: none;
}


}
/* ========================================================================================================================================== */
@media (max-width: 749px) {/*スマホ用*/
	p{
		font-size: 13px;
	}

	body{
		text-align: center;
		font-family:"Shin Maru Go Medium","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		margin-top: 70px;
	}
	
	.top{
		position: relative;
		margin: 0 auto 10px;
	}
	
	
	.simekiri{
		margin-bottom: 37px;
	}
		
	
	.fig_pc{
		display: none;
	}
	
	.jump{
		margin-bottom: 30px;
	}


	.midasi{
		margin-bottom: 30px;
		width: 55%;
	}
	
	.midasi2{
		margin: 30px auto 30px;
		width: 55%;
	}
	
	li{
		line-height: 1.6em;
		font-size: 14px;
	}
	.box3 ul{
		display: inline-block;
		text-align: left;
		padding: 0 2.5%;
	}

	ul{
		text-align: left;
		padding: 0 2.5%;
	}
	
	
	.next{
		margin: 35px 0 30px;
		width: 80%;
	}
	
	.yoko{
		padding: 0 0%;
		box-sizing: unset;
		width: 100%;
		margin: 0 auto;
	}


	
	/* .zoom{
		margin: 0 auto;
	} */
	
	

p{
	font-size: 15px;
}


.okome{
	width: 100%;
	margin: 0 auto;
}

.okomeaf{
	width: 94%;
	margin: 0 auto;
}



.waku{
	position: relative;
}

.waku_pc{
	display: none;
}

.mb{
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translateY(-180%) translateX(-50%);
	margin: auto;
	width: 70%;
}

.mb2{
	position: absolute;
	top: 48%;
	left: 53%;
	transform: translateY(-40%) translateX(-55%);
	margin: auto;
	width: 87%;
}

.mb2_pc{
	display: none;
}

.bt{
	/*position: absolute;*/
    left: 0;
    right: 0;
    /*margin: -171px auto;*/
}

h2{
	font-size: 16px;
	width: 72%;
	margin: -32px 10px 8px 55px;
    text-align: center;
	line-height: 1.6em;
}

.bt p{
	font-size: 12px;
	line-height:1.6em;
	width: 80%;
	margin: 0 auto 0;
	text-align: center;
}

	.bt ul{
		list-style: disc;
	}
	.bt li{
		list-style: disc;
	}


h3{
	font-size: 15px;
	margin-bottom: 0px;
}

h3::before{
	content: "・";
}

.link{
	margin-bottom: 50px;
}



h3::after{
	content: "・";
}

.bb{
	padding: 0 auto;
	position: relative;
}


.bb p{
	font-size: 15px;
}

/* .box{
width: auto;
} */



h4{
	font-size: 17px;
	margin: 20px auto;
}

/* h4 ::before{
	background:url(../img/star.png) ;
	content: "ああああああああ";
	display: inline-block; 
	position: relative;
	top: 0;
	left: 0;
} */

p{
	line-height: 1.6em;
}



.fig{
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  middle;    /* 要素を上下中央揃えにする */
	position: relative;
	width: 35%;
}

.fig .img{
	text-align: center;
}


.fig2{
    display:  inline-block;     /* インラインブロック要素にする */
    vertical-align:  middle;    /* 要素を上下中央揃えにする */
	position: relative;
	width: 27%;
}

.fig2 .img{
	text-align: center;
}

.nav{
	margin: 1% 0.5%;
}


.st{
	position: absolute;
	margin-left: 8%;
	font-size: 4vw;
	margin-top: 12%;
}

.arrow {
    color: #000;
    position: relative;
    margin: 30px auto;
    width: 2px;
    height: 25px;
    background-color: currentColor;
}

  .arrow:before {
	content: '';
    position: absolute;
    left: -4.5px;
    top: 13px;
    width: 10px;
    height: 10px;
    border-top: solid 1.4px currentColor;
    border-right: solid 1.4px currentColor;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.how{
	margin: 30px auto 0;
	font-size: 15px;
	width: 80%;
}

.how2{
	margin: 30px auto 40px;
	font-size: 15px;
}

.okomeaf p{
	font-size: 14px;
	width: 89%;
    margin: 0 auto 20px;
	line-height: 2.2em;
}

.cm_s{
	display: none;
}

.simekiri p{
	font-size: 15px;
}


.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

}


/* =================================================================== */

li{
	margin: 0 0;
	line-height: unset;
}