@charset "UTF-8";
/* CSS Document */

/* PC用設定 */
@media screen and (min-width:751px) { 
	
}

/* ------------------------------------------------------------
共通
------------------------------------------------------------ */
:root {
	--text-color: #000000;
	--primary-color: #845F49;
	--sub-color: #BE7A3B;
	--bg-color: #FFF6E9;
	--red-color: #d50000;
	--accent-color: #F1B81C;
}
.main__wrap{
	padding-top: 66px;
	background-image: url(../img/bg.png);
	background-size: 300px;
	color: var(--text-color);
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 16px;
	font-family:'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-weight: 400;
}
.main__wrap *{
	box-sizing: border-box;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
figure {
	margin: 0 auto;
  width: 100%;
}
figcaption .caption {
	margin-left: auto;
  margin-right: 0;
  width: fit-content;
	font-size: 12px;
}

a:hover img {opacity: 1;}

.container{
	width: 92%;
	margin: 0 auto;
	max-width: 650px;
}
.indent li,.txt-note.indent{
	padding-left: 1em;
  text-indent: -1em;
}
.fc-red{color: var(--red-color);}
.txt-link{
	color: var(--accent-color);
	text-decoration: underline;
	font-weight:bold;
}
.txt-note{font-size: 12px;}
.note__list li{
	font-size: 12px;
}
.note__list li.fc-red{color: var(--red-color);}
.credit{
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.bold {font-weight: bold;}

.mgbS{margin-bottom: 8px;}
.mgbM{margin-bottom: 16px;}
.mgbL{margin-bottom: 24px;}
.pdtS{padding-top: 8px;}
.pdbM{padding-bottom: 16px;}


.sec__wrap{
	padding: 32px 0;
}
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	a img{transition: all 0.5s;}
	.main__wrap{padding-top: 90px;}
	.txt-note{font-size: 14px;}
	.note__list li{font-size: 14px;}
	.pc_center {text-align: center;}

	.mgbM{margin-bottom: 24px;}
	.mgbL{margin-bottom: 32px;}
	.pdbM{padding-bottom: 24px;}
	.sec__wrap { padding: 56px 0;}
}


/* ------------------------------------------------------------
アコーディオン
------------------------------------------------------------ */
.acc__body {display: none;}
.acc__btn {
	font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
	background-color: #000;
  position: relative;
  padding: 6px 56px 6px 28px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc__btn span {
	position: absolute;
	background-color: #fff;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.acc__btn span::before,
.acc__btn span::after {
	content: "";
	background-color: #000;
	position: absolute;
	width: 12px;
	height: 2px;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.acc__btn span::before {transform: translate(-50%,-50%) rotate(90deg);}
.acc__btn.open span::before {transform: translate(-50%,-50%);}
.acc__body{
	margin-top: 8px;
	background-color: var(--bg-color);
	/* color: #fff; */
	padding: 10px;
}

/* PC用設定 */
@media screen and (min-width:751px) {
	.acc__body{
		padding: 16px;
	}
}


/* ------------------------------------------------------------
#mv
------------------------------------------------------------ */
.mv__block{
	padding-bottom: 24px;
}
.mv-txt{
	width: 320px;
	margin: 16px auto;
}
.mv-date{
	width: 184px;
	margin: 0 auto;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.mv__block{
		max-width: 750px;
		margin: 0 auto;
		padding-top: 24px;
	}
	.mv-txt{
		width: 400px;
		margin: 32px auto 16px;
	}
	.mv-date {width: 220px;}
}

/* ------------------------------------------------------------
#intro
------------------------------------------------------------ */
.intro__lead{
	text-align: center;
	font-weight: bold;
	margin-bottom: 24px;
}
.step__block{
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding-top: 12px;
}
.step__block--head{
	position: absolute;
	width: 150px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.step__box--outer{
	border-radius: 8px;
	background-color: var(--sub-color);
	padding: 8px;
}
.step__box--inner{
	background-color: var(--bg-color);
	background-image: url(../img/obj-star.png),url(../img/obj-star.png),url(../img/obj-star.png),url(../img/obj-star.png);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: top 8px left 8px,top 8px right 8px,bottom 8px left 8px,bottom 8px right 8px;
	border-radius: 8px;
	border: 1px solid #E2B58B;
	padding: 24px 14px 14px 14px;
	text-align: center;
}
.step__list{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.step__list--no{
	font-size: 12px;
	font-weight: bold;
	background-color: var(--accent-color);
	color: #fff;
	padding: 1px 16px;
	border-radius: 16px;
	width: fit-content;
	margin: 0 auto 4px;
}
.step__list--txt{font-size: 14px;}
/* PC用設定 */
@media screen and (min-width:751px) { 
	.intro__lead{
		font-size: 18px;
		margin-bottom: 32px;
	}
	.step__block {
    width: 350px;
    padding-top: 16px;
	}
	.step__block--head {
    width: 180px;
}
	.step__list--no{font-size: 14px;}
	.step__list {gap: 16px;}
	.step__list--txt{font-size: 16px;}
}

/* ------------------------------------------------------------
#voice
------------------------------------------------------------ */
.voice__cont--list{
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 32px;
}
.voice__box--top,.voice__box--bottom{
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: top left,top right,top center;
}
.voice__box--top{background-image: url(../img/bg-obj-top-left.png),url(../img/bg-obj-top-right.png),url(../img/bg-obj-top-middle.png);}
.voice__box--bottom{background-image: url(../img/bg-obj-bottom-left.png),url(../img/bg-obj-bottom-right.png),url(../img/bg-obj-bottom-middle.png);}
.voice__box--cont{
	background-color: var(--bg-color);
	background-image: url(../img/bg-obj-middle-left.png),url(../img/bg-obj-middle-right.png);
	background-size: 34px;
	background-repeat: repeat-y;
	background-position: left, right;
	padding: 0 20px;
}
.cont__head{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 16px;
	margin-bottom: 16px;
	position: relative;
}
.cont__head::after{
	display: block;
	width: 100%;
	height: 9px;
	content: "";
	background-image: url(../img/obj-head-line.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;

}
.cont__head--no{
	width: 60px;
	flex-shrink: 0;
}
.cont__head--ttl{
	font-size: 22px;
	font-weight: bold;
	color: var(--primary-color);
	line-height: 1.2;
	padding-left: 8px;
}
.cont__head--ttl span{
	font-size: 20px;
}
.wallpaper__box img{
	max-width: 257px;
	margin: 0 auto;
}
.voice__cont--lead{
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
	font-size: 14px;
}
.location__head{
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: var(--sub-color);
	margin-bottom: 12px;
	padding: 2px;
}
.location__list{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.location__list--item{
	background-color: #fff;
	border: 1px solid var(--accent-color);
	background-image: url(../img/obj-star.png),url(../img/obj-star.png),url(../img/obj-star.png),url(../img/obj-star.png);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: top 6px left 6px,top 6px right 6px,bottom 6px left 6px,bottom 6px right 6px;
	padding: 14px;
}
.location__name{
	background-color: var(--accent-color);
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	padding: 2px 16px;
	width: fit-content;
	margin: 0 auto 16px;
}
.location__info{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}
.location__info>div{
	display: flex;
}
.location__info dt{
	width: 56px;
	margin-right: 8px;
}
.location__info dt span{
	background-color: var(--sub-color);
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 1px;
}
.location__info dd{
	font-size: 14px;
	line-height: 1.2;
}
.shop__list--acc .acc__btn{
	padding: 6px 36px 6px 16px;
	font-size: 15px;
	background-color: var(--sub-color);
}
.shop__list--acc .acc__btn span::before, .shop__list--acc .acc__btn span::after {
	background-color: var(--sub-color);
}
.shop__list--acc .acc__btn span {
	right: 12px;
}
.shop__list--acc .acc__body{
	background-color: #fff;
}
.shop__list li a{
	font-size: 14px;
}
.shop__list li:not(:last-child){
	margin-bottom: 8px;
}
.note__list.bg-color{
	background-color: var(--bg-color);
	padding: 10px;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	.voice__cont--list{
		gap: 40px;
		margin-bottom: 40px;
	}
	.voice__box--top,.voice__box--bottom{
		height: 40px;
	}
	.voice__box--cont{
		background-size: 40px;
		padding: 0 40px;
	}
	.cont__head {
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.cont__head--no {width: 80px;}
.cont__head--ttl {font-size: 30px;}
.cont__head--ttl span{font-size: 30px;}
.cont__head::after {
	height: 12px;
}
.voice__cont--lead {
	margin-bottom: 24px;
	font-size: 18px;
}
.location__block{
	padding: 0 40px;
}
.location__list--item {
	background-size: 12px;
	background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
	padding: 32px;
}
.novelty-img{
	max-width: 300px;
	margin: 0 auto;
}
.shop__list--acc .acc__btn {
	padding: 6px 56px 6px 24px;
}
.shop__list--acc .acc__body {padding: 20px;}
.shop__list--acc .acc__btn span {right: 20px;}
.note__list.bg-color{padding: 16px;}
}

/* ------------------------------------------------------------
voice-btn
------------------------------------------------------------ */
.voice-btn__block{
	margin-bottom: 16px;
}
a.voice-btn{display: block;}
.voice-btn{position: relative;}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.voice-btn__pc--outer{
		background-color: #966756;
		padding: 8px;
		border-radius: 8px;
		margin-bottom: 8px;
	}
	.voice-btn__pc{
		background-color: #966756;
		border: 1px solid #F3EADE;
		border-radius: 8px;
		padding: 16px;
	}
	.voice-btn__flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.voice-btn__txt{
		color: #fff;
		padding-right: 16px;
	}
	.voice-btn__txt .txt01{
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.voice-btn__img {
		background-color: #fff;
		width: 120px;
		height: 120px;
		box-sizing: border-box;
		flex-shrink: 0;
		position: relative;
	}
	
}

/* ------------------------------------------------------------
#about
------------------------------------------------------------ */
.about__wrap{
	background-color: var(--accent-color);
	padding: 24px 0;
}
.about__wrap--inner{
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 16px 14px;
}
.about__wrap h3{
	text-align: center;
	font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 16px;
}
.about__txt{
	font-size: 14px;
	margin-bottom: 16px;
}
.game-dl__btn{
	background-color: var(--accent-color);
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 10px 40px 10px 20px ;
	display: block;
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
.game-dl__btn::after{
	content: "";
	display: block;
	width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.about__wrap {
    padding: 32px 0;
}
	.about__wrap--inner {
		max-width: 1000px;
    padding: 24px 32px;
}
.about__wrap h3 {
	font-size: 18px;
}
.about__txt{font-size: 16px;}
.game-dl__btn{
	transition: all .5s;
}
.game-dl__btn:hover{
	background-color:#b68500;
}
	
}

/* ------------------------------------------------------------
#infomation
------------------------------------------------------------ */
#infomation h2{
	width: 317px;
	margin: 0 auto 24px;
}
.info__box h3{
	width: fit-content;
	margin: 0 auto 16px;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.info__box h3::before,.info__box h3::after{
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background-image: url(../img/obj-star.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.info__box h3::before{
	left: -20px;
}
.info__box h3::after{
	right: -20px;
}
.modal-btn{
	cursor: pointer;
	background-color: var(--primary-color);
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 46px 8px 20px;
	position: relative;
	width: fit-content;
	margin: 16px auto 0;
}
.modal-btn::after{
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../../img/icon-modal.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	#infomation h2 {
    width: 350px;
    margin: 0 auto 32px;
}
.info__box h3{
	font-size: 20px;
}
.goods-img{
	max-width: 500px;
	margin: 0 auto;
}
	
}

/* ---------------モーダル-------------------- */
.modal__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
}
.modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 0;
}
.modal_flex {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 1;
	flex-direction: column;
	gap: 16px;
}
.modal_container {
	pointer-events: initial;
    max-width: 900px;
    width: calc(100% - 24px);
}
.modal_close_btn {
	width: fit-content;
	margin: 0 12px 0 auto;
	padding: 28px 2px 2px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.modal_close_btn::before,
.modal_close_btn::after {
	content: "";
    background-color: #fff;
    width: 2px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 50%;
}
.modal_close_btn::before {
	transform: translateY(-50%) rotate(-45deg);
}
.modal_close_btn::after {
	transform: translateY(-50%) rotate(45deg);
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	
}

/* ------------------------------------------------------------
#
------------------------------------------------------------ */
/* PC用設定 */
@media screen and (min-width:751px) { 
	
}


/* ---------------スライダー-------------------- */
#store-slide{
	margin-bottom: 20px;
}
.store-info__list--item{
	background-color: #fff;
	padding: 16px;
	border: 1px solid var(--accent-color);
	border-radius: 8px;
}
.store-info__list--item h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: var(--sub-color);
	margin-bottom: 8px;
}
.store-info__period{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
	border-top: 1px solid var(--sub-color);
	border-bottom: 1px solid var(--sub-color);
	margin-bottom: 12px;
}
.store-info__txt{
	text-align: center;
	margin-bottom: 12px;
}
.store-name{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}
.store-adress{
	font-size: 14px;
}
.store-img__caption{
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
}

/* splideカスタマイズ */
.splide__pagination.store-slide-pagination {
	bottom: -1.5em;
	/* left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1; */
}
.splide__pagination__page.store-slide-page.is-active {
	background: var(--accent-color);
	transform: scale(1);
	z-index: 1;
	opacity: 1;
}
.splide__pagination__page.store-slide-page {
	background: var(--accent-color);
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 5px;
	opacity: .4;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px;
}
.splide__arrow.store-slide-arrow:disabled {opacity: 0;}
.splide__arrow--next.store-slide-next {right: -8px;}
.splide__arrow--prev.store-slide-prev {left: -8px;}
.splide__arrow.store-slide-arrow {background: none;}
.splide__arrow.store-slide-arrow svg {
	fill: var(--accent-color);
	height: 2em;
	width: 2em;
}

@media screen and (min-width: 751px) {
  #store-slide .splide__track {
    margin: 0 !important; /* Splide のマージンをリセット */
  }

  #store-slide .splide__list {
    display: flex; /* Flexbox を使って並列に配置 */
    justify-content: space-between; /* 要素を均等に配置 */
    transform: none !important; /* Splide の transform を解除 */
  }

  #store-slide .splide__slide {
    flex: 1 1 calc(50% - 10px); /* 2つの要素を並列表示 (gap分を考慮) */
    max-width: calc(50% - 10px); /* 2つの要素を並列表示 (gap分を考慮) */
    margin: 0 !important; /* Splide のマージンをリセット */
		display: flex;
		flex-direction: column;
		justify-content: space-between
  }

  /* 矢印とページネーションを非表示 */
  #store-slide .splide__arrows,
  #store-slide .splide__pagination {
    display: none;
  }
}

/* ------------------------------------------------------------
#bnr
------------------------------------------------------------ */
#bnr.sec__wrap{
	background-color: #3D271E;
}
#bnr h2{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 16px;
}
.bnr__list{
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0 14px;
}
/* PC用設定 */
@media screen and (min-width:751px) { 
	.bnr__list{
		flex-direction: row;
		gap: 24px;
	}
	.bnr__list li a{
		transition: all .5s;
	}
	.bnr__list li a:hover{
		opacity: 0.7;
	}
}






/* ------------------------------------------------------------
bottom
------------------------------------------------------------ */
.bottom__wrap{background-color: #fff;}
.oshitabi_btn--block{padding: 40px 30px;}
.oshitabi_btn{
	display: block;
	border: 3px solid #000000;
	color: #000000;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	position: relative;
}
.oshitabi_btn::after{
	content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 16px;
  top: 50%;
}

/* PC用設定 */
@media screen and (min-width:751px) { 
	.oshitabi_btn--block{
		max-width: 640px;
		margin: 0 auto;
	}
	.oshitabi_btn{
		transition: all .3s;
		width: 360px;
		margin: 32px auto;
	}
	.oshitabi_btn:hover{
		background-color: #000000;
		color: #fff;
	}
	.oshitabi_btn:hover:after{
		border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
	}
}

/* ------------------------------------------------------------
topへ戻るボタン
------------------------------------------------------------ */
.pagetop-btn{
  position: fixed;
  bottom: 20px;
  right: 10px;
  transition: .3s;
	width: 56px;
  z-index: 99;
  opacity: 0;/*デフォルトで非表示にする*/
}

/*このクラスが付与されると表示する*/
.pagetop-btn.active{opacity: 1;}

/*このクラスが付与されると表示する*/
.pagetop-btn.absolute{
  position: absolute;
  top: -70px;
  bottom: auto;
}

/* PC用設定 */
@media screen and (min-width:751px){
	.pagetop-btn{
		right: 24px;
	}
}

/* ------------------------------------------------------------
終了措置
SP
<a href="#" target="_blank" class="voice-btn inactive">
		<img src="img/btn_voice.png" alt="" width="345" height="">
		<p class="event-end event-end-block">終了しました</p>
</a>

PC
<div class="voice-btn__img">
		<img src="img/100x100.png" alt="二次元コード" width="100" height="100">
		<p class="event-end event-end-block">終了しました</p>
</div>
------------------------------------------------------------ */
.inactive{pointer-events: none;}
.event-end{
	color: var(--red-color);
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 2px solid var(--red-color);
	padding: 6px;
}
.cs{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	font-weight: bold;
	padding: 6px;
	border-radius: 40px;
}

.event-end-block{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 70%;
	display: flex;
	align-items: center;
  justify-content: center;
}
.cs.event-end-block{
	width: 100%;
	height: 100%;
}
/* PC用設定 */
@media screen and (min-width:751px){
	.event-end.event-end-block{
		width: 75%;
		height: 75%;
	}
}


/* ------------------------------------------------------------
アニメーション
------------------------------------------------------------ */
/* フェードアップ(初期値) */
.js__fadeUp{
	opacity: 0;
	/* 最初は非表示 */
	transform: translateY(10px);
	/* 下に20pxの位置から */
	transition: .8s all ease;
	/* 透過率と縦方向の移動を0.8秒 */
}

/* フェードアップ(スクロールした後) */
.js__fadeUp.is-inview {
	opacity: 1;
	/* 表示領域に入ったら表示 */
	transform: translateY(0);
	/* 20px上に移動する */
	/* transition-delay: .2s; */
	/* フェード開始を0.3秒遅らせる */
}

.js__fadeIn{
	opacity: 0;
	transition: .8s all ease;
}
.js__fadeIn.is-inview{
	opacity: 1;
}


/* ------------------------------------------------------------
#
------------------------------------------------------------ */
/* PC用設定 */
@media screen and (min-width:751px) { 
	
}