@charset "utf-8";
/* CSS Document */
body{
font-family: "Noto Serif JP", serif;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


a {
  text-decoration: none;
  transition: 0.3s;
	cursor:pointer;
}



p {
  line-height: 1.4;
}

img{
	width: 100%;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}


.logo {
	position: absolute;
	z-index: 2;
	width: 80px;
	left: 10px;
	top: 10px;
}

@media screen and (max-width: 767px) {
	.logo {
		width:60px;
	}
}



/*************fv*********************/

#fv{
	background: url("../img/main-bk.png") no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 3%;
	position: relative;
}

@media screen and (max-width: 768px){
	#fv{
		background: url("../img/main-bk-sp.png") no-repeat;
	background-position: center bottom;
	background-size: cover;	
		padding-bottom: 32%;
	}
}



.fv-cloud-left,.fv-cloud-right{
	position: absolute;
}

.fv-cloud-left{
	width: 20%;
	left: 0;
	bottom: 15%;
}

.fv-cloud-right{
	width: 16%;
	right: 0;
	top: 8%;
}

.unagi-img{
	position:absolute;
	width: 20%;
	top: 60%;
	right: 18%;
}

@media screen and (max-width: 1300px){
	.unagi-img{
		width: 24%;
		top: 60%;
		right: 9%;
	}

}




.fv-wrap{
	max-width: 1100px;
	margin: 0 auto;
}

.fv-inner{
	display: flex;
	justify-content: center;
	max-width: 44%;
	margin: 0 auto;
        position: relative;
}

.con1{
    margin-top: 88%;
    margin-right: -7%;
}

.con2{
    margin-top: 10%;
}

.con3{
	margin-top: 8%;
    margin-left: -6%;
}

.con4{

    margin-left: 3%;
}


@media screen and (max-width: 768px){
	.fv-inner{
		    max-width: 86%;
		        padding-top: 1em;
	}
	
	.con1{
		margin-right: -9%;
    margin-left: 4%;
	}
	
	.con2{
		    margin-left: 4%;
	}
	
    .unagi-img {
        width: 47%;
        top: 68%;
        right: 1%;
    }
	
	.fv-cloud-left {
		width: 44%;
		left: 0;
		bottom: 4%;
	}	
	
	.fv-cloud-right {
		width: 40%;
		right: 0;
		top: 0%;
	}	
	
}



/***********コンテンツ************/

.con-allWrap{
	background: #FEFCF0;
	background: linear-gradient(180deg,rgba(254, 252, 240, 0) 0%, rgba(254, 252, 240, 1) 56%, rgba(254, 252, 240, 1) 100%); 
	padding-bottom: 8em;	
	
}


/**********動画*********/
.topabout {
    padding: 60px 0 20px 0;

}


#movie {
    position: relative;
    z-index: 10;
    padding: 40px 0;
}


@media screen and (min-width: 768px) {
    .movie-youtube {
        text-align: center;
        width: 600px;
        margin: auto;
        padding: 2em 1em;
        border-radius: 10px;
        margin-top: -2em;
    }
}

@media screen and (max-width: 768px){
	.movie-youtube{
		    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
	}
	
	    .movie-youtube iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
	
	#movie {
    position: relative;
    z-index: 10;
    padding: 40px 10px;
}
	
	.topabout {
    padding: 40px 0;
}	
}

/**********動画 end*********/



#fv-under{
	position: relative;
}

.kinpaku1,.kinpaku2{
	position: absolute;
}

.kinpaku1{
	width:8%;
	left: 5%;
	top: 15%;
}

.kinpaku2{
	width: 5%;
	right: 5%;
	bottom: -8%;
}


.underline-txt {
    text-align: center;
    margin-top: 5em;
}

.underline-txt p {
    text-align: center;
    color: #644900;
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 5px;
    border-bottom: solid 4px #DDC628;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}


@media screen and (max-width: 768px){
	.underline-txt p{
		font-size: 1.2em;
		letter-spacing: 0.1em;
	}
	
	.kinpaku1,.kinpaku2{
		display: none;
	}
}



/************dummy用***************/
.item1{
	margin: 0 auto;
	margin-bottom: 3em;
	margin-top: 2em;
	max-width: 1100px;
	
}


.bentou{
		margin: 0 auto;
	margin-bottom: 3em;
	margin-top: 5em;
	max-width: 980px;
}

.flex-bentou{
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 3em;
}

.item2{
	padding: 10px;
	
}

@media screen and (max-width: 767px) {
	.flex-bentou{
		display: block;
		
	}
}

/************dummy用　end***************/


/****************タブ******************/

/* 全体 */
.tab-wrap{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
	margin-top: 3em;
	font-family: "Noto Serif JP", serif;
	position: relative;
}

/* =========================
   タブボタン
========================= */
.tab-btns{
  display: flex;
  gap: 10px;
}

/* 共通 */
.tab-btn{
  width: 50%;
  padding: 18px 10px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  transition: .3s;
  opacity: 1.0;
	font-family: "Noto Serif JP", serif;
}

/* タブごとの色 */
.tab-btn1{
  background: #720000;
  color: #fff;
}

.tab-btn2{
  background: #00859F;
  color: #fff;
}

/* active */
.tab-btn.is-active{
  opacity: 1;
}

/* =========================
   コンテンツ背景
========================= */
.tab-contents{
  padding: 20px;
  border-radius: 0 0 20px 20px;
  transition: .3s;
}

/* タブ1背景 */
.tab-contents.tab1-bg{
  background: #720000;
}

/* タブ2背景 */
.tab-contents.tab2-bg{
  background: #00859F;
}

/* =========================
   コンテンツ
========================= */
.tab-content{
  display: none;
}

.tab-content.is-show{
  display: block;
}

/* SP */
@media screen and (max-width: 768px){

  .tab-btn{
    font-size: 15px;
    padding: 14px 8px;
  }

  .tab-contents{
    padding: 24px;
  }
	
	.tab-wrap{
		padding-left: 10px;
		padding-right: 10px;
	}

}


.soki-tokuten{
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 1em;
	width: 100%;
	position: relative;
}

.btn-wrap{
  text-align: center;
	margin-top: 1em;
	padding: 0 10px;
	margin-bottom: 3em;
}

.c-btn{
  display: inline-flex;
  align-items: center;
position: relative;

  padding: 16px 5em;
font-size: 1.4em;
	font-weight: bold;
	
  background: #DDC628;
  border-radius: 9999px;
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18);
  color: #000;
  text-decoration: none;
}

.c-btn__arrow{
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 10%;
}

@media screen and (max-width: 768px){
	.c-btn{
		font-size: 1em;
	}
}
/**************recomend-unagi*******************/

#recomend-unagi{
	margin-top: 25em;
}

.recomend-unagiBk{
	background-color: #E1D8B7;
	
}

#recomend-unagi_ttl{
	position: relative;

}

.recomend-unagi_ttl{
	    left: 50%;
        transform: translateY(-57%) translateX(-50%);
    z-index: 10;
	max-width: 710px;
	position: absolute;
	width: 45%;
}


.unagi-irasuto{
    position: absolute;
	max-width: 200px;
    width: 13%;
    left: 50%;
    transform: translateY(-41%) translateX(147%);
}


.recomend-unagiBk{

	height: 10vh;
    width: 100%;
}


/************column1*************/
.column1BOX{
	position: relative;
	    margin-top: 10em;
	padding-left: 10px;
	padding-right: 10px;
}

.beige-bk{
	background-color: #F3EFE1;
	padding-top: 3em;
	padding-bottom: 2em;
}



.column1_kit1,.column1_kit2,.column1_kit3,.column1_kit4{
	position: absolute;
}


.column1_kit1{
	top: 20%;

	left: 0;
	width: 7%;
}

.column1_kit2{

	right: 0;
	width: 17%;
}

.column1_kit3{
	top: 20%;

	right: 0;
	width: 7%;
}

.column1_kit4{

	left: 0;
	width: 17%;
}




.column1_inner{
	max-width: 980px;
	margin: 0 auto;		
	position: relative;
}

.column1_imgWrap{
	position: relative;
	max-width: 980px;
	margin: 0 auto;	
}


.column1_img{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	background: url("../img/item1.png") no-repeat;
	background-position: center;
	height: 42vh;
	background-size: cover;	
}


.column1_img2{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	background: url("../img/item2.png") no-repeat;
	background-position: center;
	height: 42vh;
	background-size: cover;	
}


.column1_img3{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
	background: url("../img/item3.png") no-repeat;
	background-position: center;
	height: 42vh;
	background-size: cover;	
}


.recomend-item_ttl{
	position: absolute;
	width: 16%;
	left: 0;
	top: -10%;
}

.package{
	position: absolute;
	width:20%;
	right:  0;
	top:0%;
}

.point{
	position: absolute;
	width:40%;
	right:  0;
	bottom:0%;	
}

/*************column1 txt*************/
.item-copy{
	color: #73610A;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	margin-top: 1em;	
}

.from{
	color: #252525;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
}

.item-ttlWrap{
	display: flex;
	justify-content: flex-start;
		border-bottom: solid #707070 1px;
	padding-bottom: 5px;
	
}

.item-name{
	color: #252525;
	font-size: 1.6em;
	text-align: left;
	font-weight: bold;
	margin-top:5px;

}

.icon-wrap{
	display: flex;
}

.frozen{
    background-color: #00859F;
    padding: 11px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    color: #fff;
    font-size: 1.2em;
    /* margin: 0; */
    margin-left: 10px; 
}

.spesial{
    background-color: #E43D3D;
    padding: 11px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    color: #FFE152;
    font-size: 1.2em;
    /* margin: 0; */
    margin-left: 10px; 
}

.column1_item-price{
	margin-top: 1em;
	display: flex;
	justify-content: space-between;
  	
}

.column1_item-price--con{
	width: calc((100% - 30px) / 2);	
  display: flex;
  flex-direction: column;	
}


.tempo-info{
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
	background-color:#DFDAC7; 
}

.tempo-info_txt{
	padding: 6px;
}

.tempo-info_txt img{
	width: 50%;
}

.tempo-info_txt p{
	text-align: left;
	font-size: 0.9em;
	line-height:1.3em;
	color: #252525
}


/****************共通item-info******************/

.item-info{
	display: flex;
	justify-content: flex-start;
	    align-items: flex-start;
		margin-bottom: 0.7em;
}

.price{
	font-size: 1.6em;
	text-align: end;
	font-weight: bold;
	color: #252525;
	margin-bottom: 1em;

}

.small-txt{
	font-size: 0.7em;
}


.number{
	color: #fff;
	background-color: #9A0033;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	line-height: 1;
	padding-left: 15px;
	padding-right: 15px;
	
}


.item-about{
	color: #252525;
	font-size: 1.1em;
	text-align: left;
	font-weight: 700;
	line-height: 1.3em;
	padding-left: 8px;
}

/*********link-btn*********/
.link-btn{
	display: flex;
	justify-content:space-between;
margin-top: auto;
}

.link-btn a{
	width: calc((100% - 2%) / 2);	
}

.link-btn li{
	border: solid #B6A38D 1px;
	padding: 15px 10px;
	text-align: center;
	 box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18);
	border-radius: 10px;

	color: #252525;
	font-size: 1em;
	font-weight: bold;
}

.btn-tenpo{
	background-color: #fff;	
}

.btn-online{
	background-color: #FFD200;
}

.otoku-price{
	color: #E43D3D;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
}

.otoku-price .spesial{
	margin-left: 0;
	font-size: unset;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;	
	margin-right: 4px;
}

.spesial-price{
	color: #E43D3D;
}


/*****************unajyu*******************/

#obento{
	margin-top: 18em;
	background: url("../img/washi.jpg") repeat-y;
	background-position: center top;
	background-size: contain;
	padding-bottom: 5em;
	
}



.obento-ttl{
    max-width: 44%;
    /* margin: 0 auto; */
    margin-top: -5em;
    position: relative;
    left: 50%;
    transform: translateY(-48%) translateX(-54%);
	z-index: 1;
}


.nami1,.nami2{
	position: absolute;
}

.nami1{
    width: 30%;
    top: -11%;
    right: -13%;
}

.nami2{
    width: 29%;
    bottom: -14%;
    left: -11%;
}



.obento-inner{
	border:  solid #00371B 6px;
	border-radius: 20px;
	padding: 2em 10px;
	max-width: 80%;
	margin: 0 auto;
}



.obento-img{
	max-width: 184px;
	margin: 0 auto;
	width: 100%;
}

#obento .underline-txt{
	margin-top: 0;
}

#obento .underline-txt p {
    text-align: center;
    color:#00371B;
    font-weight: 700;
    font-size: 1.8em;
    padding-bottom: 5px;
    border-bottom: solid 3px #00371B;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}


.obento-list{
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
	margin-top: 12em;
	    flex-wrap: wrap;
}


.obento-box .item-about{
	color: unset;
}

.obento-box .price{
	color: unset;	
}

.obento-box{
	width: calc((100% - 30px) / 2);	
	background-color: #fff;
	border: solid #BD9843 1px;
	box-shadow: 0px 3px 6px 0px rgba(139, 112, 39, 0.38);
	    padding: 10px;
	color: #00371B;
	margin-bottom: 15em;
display: flex;
    flex-direction: column;	
	padding-bottom: 20px;
}

.obento-box:nth-child(3),
.obento-box:nth-child(4){
	margin-bottom: 5em;
}






/* =====================
   PC
   ①緑 ②白
   ③白 ④緑
===================== */
@media screen and (min-width: 768px){

  .obento-box:nth-child(1),
  .obento-box:nth-child(4){
    background:#00371B;
    color: #fff;
  }

}

/* =====================
   SP
   ①緑 ②白
   ③緑 ④白
===================== */
@media screen and (max-width: 768px){

  .obento-box:nth-child(odd){
    background:#00371B;
    color: #fff;
  }

}



.column2-img{
    margin: 0 auto;
    margin-top: -10em;
    max-width: 87%;
}


.obento-box .number{
	background-color: #9A8500;
	    padding-left: 10px;
    padding-right: 10px;
}

.column2-copy{
	text-align: center;
    margin-bottom: 1em;
    margin-top: 0.4em;
	font-size: 1em;
	font-weight: 700;
}

.column2-package{
	text-align:left;
    margin-bottom: 1em;
    margin-top: 0.4em;
	font-size: 1em;
	font-weight: 500;	
}


.obento-box .item-about{
	    font-size: 1.2em;
}


/*****************catalog*********************/
.catalog_wrap{
	padding: 0 10px;
}

#catalog-con{
	max-width: 1000px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #ECE6D1;
	padding: 1em 3em;
	margin-top: 5em;
}

.catalog-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog-box{
	width: calc((100% - 30px) / 2);	
}


.catalog-box:nth-child(2){
	padding: 2em;
	width: 50%;

}


.catalog-txt{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #252525;
}

.btn-catalog p{
	position: relative;
}

.btn-catalog p::before,
.btn-catalog p::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 13%;
    width: 13px;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 2px) 50%;
}

.btn-catalog p::before {
  transform: rotate(45deg);
}

.btn-catalog p::after {
  transform: rotate(-45deg);
}


.btn-catalog p{
	background-color: #9A0033;
    width: 80%;
    margin: 0 auto;
    display: table;
    text-align: center;
    color: #fff;
    padding: 20px 5px;
    border-radius: 50px;
    margin-top: 1em;
}



/************all notice************/

#all-notice{
	padding: 0 10px;
	margin-top: 4em;
}

.all-notice_inner{
	max-width: 1000px;
	margin: 0 auto;
}

.small_notice{
	padding-left:1em;
	text-indent:-1em;	
	font-size:1em;
	text-align: left;
	color: #252525;
	line-height: 1.4em;
}



.marker-line{
	margin-bottom: 2em;
	font-size: 1.2em;
	text-align: center;
	font-weight: 500;
	    color: #644900;
	    line-height: 1.8em;
}




#allergy-wrap{
	max-width: 80%;
	margin: 0 auto;
	background-color: #CFBDAA;
	padding: 10px 20px;
	margin-top: 2em;
}

.allergy-ttl{
	text-align: center;
	font-size: 1.8em;
	color: #9A0033;
	font-weight: 500;
}


.allergy-txt{
	font-size:1em;
	text-align: center;
	color: #252525;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 1.4em;
}

#allergy-wrap .btn-catalog p{
	width: 40%;
	background-color: #fff;	
	color: #9A0033;
	border: solid #9A0033 2px;
}

#allergy-wrap .btn-catalog p{
	position: relative;
}

#allergy-wrap .btn-catalog p::before,
#allergy-wrap .btn-catalog p::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 4%;
    width: 13px;
    height: 3px;
    border-radius: 9999px;
    background-color: #9A0033;
    transform-origin: calc(100% - 2px) 50%;
}

.company{
	max-width: 520px;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 5em;
}

/********************SP*************************/
@media screen and (max-width: 1200px){
	.recomend-unagi_ttl{
		    width: 57%;
	}
	
	.unagi-irasuto{
		    width: 14%;
		    transform: translateY(-15%) translateX(147%);
	}
	
		#recomend-unagi {
			margin-top: 19em;
		}	
	
	.obento-ttl{
		max-width: 56%;
	}
	
	.obento-inner{
		    max-width: 86%;

	}
	
	#obento .link-btn li{
		font-size: 0.85em;
	}
	
}

@media screen and (max-width: 1080px){
	.column1_kit1,.column1_kit2,.column1_kit3,.column1_kit4{
		display: none;
	}
}

@media screen and (max-width: 950px){
	    #obento .link-btn li {
        font-size: 0.72em;
    }
	
	
	.obento-img{
		width: 15%;
	}
	
	#obento .underline-txt p{
		    font-size: 1.4em;
	}
}


@media screen and (max-width: 880px){
	.link-btn li{
		font-size: 0.85em;
	}
	
	.otoku-price{
		    font-size: 0.9em;
	}
	
    .obento-ttl {
        max-width: 69%;
    }	
	.obento-inner{
		    max-width: 95%;
		    border: solid #00371B 2px;
			    padding: 2em 15px;
	}	
}

@media screen and (max-width: 810px){
	.recomend-unagi_ttl{
		    width: 70%;
	}
	
	.unagi-irasuto{
        width: 15%;
        transform: translateY(13%) translateX(147%);
	}
}


@media screen and (max-width: 768px){
	.recomend-unagi_ttl{
		         width: 90%;
	}
	
	.unagi-irasuto{
		width: 21%;
        transform: translateY(29%) translateX(88%);	
	}	
	
	.recomend-unagiBk{
		    height: 8vh;
	}
	
	#recomend-unagi {
    margin-top: 18em;
}
	
	.recomend-item_ttl{
		    width:72%;
	}
	
	.from{
		    font-size: 0.9em;
	}
	
	.item-name{
		font-size: 1.2em;
	}
	.item-ttlWrap{
		display: block;
		
	}
	
	.icon-wrap{
		margin-top: 10px;
	}
	
	.frozen{
		margin-left: 0px;
		    padding: 8px;
		font-size: 1em;
	}
	
	.number{
		font-size: 1.1em;
	}
	
	.spesial{
		
		    padding: 8px;
		font-size: 1em;
		margin-left: 4px;
	}	
	
	.item-about{
		font-size: 0.9em;
	}
	
	.item-copy{
		font-size: 0.9em;
	}
	
	.column1_item-price{
		display: block;
	}
	
	.column1_item-price--con{
		width: 100%;
	}
	
	.column1_item-price--con:nth-child(2){
		margin-top: 2.5em;
	}

	.con-allWrap{
		    padding-bottom: 4em;
	}
	
    .obento-ttl {
        max-width: 86%;
		    transform: translateY(-48%) translateX(-50%);
    }	
	
	.nami1 {
		width: 27%;
		top: -11%;
		right: -8%;
	}	
	
	.nami2 {
		width: 26%;
		bottom: -27%;
		left: 0%;
	}	
	
	.obento-list{
		display: block;
	}
	
	.obento-box{
		width: 100%;
		    margin-bottom: 13em;
	}
	
	.column2-package{
		font-size: 0.9em;
	}
	
	.column2-copy{
		font-size: 0.85em;
	}
	
	.obento-box:nth-child(3), .obento-box:nth-child(4){
		 margin-bottom: 13em;
	}	
	
	.obento-box:nth-child(4){
		 margin-bottom: 1em;
	}
	
	    #obento .underline-txt p {
        font-size: 1.3em;
    }
	
	    .obento-img {
        width: 23%;
    }
	
	.catalog-inner{
		    flex-wrap: wrap-reverse;
   			 gap: 0px;
	}
	
	.catalog-box {
		width: 100%;
	}
	
	.catalog-box:nth-child(2) {
		
		width: 85%;
		margin: 0 auto;
		padding: 10px;
	}
	
	.catalog_wrap {
		padding: 0 20px;
	}
	
	#catalog-con{
		padding: 1em 10px;
	}
	
	#allergy-wrap{
		max-width: 100%;
	}
	
	.allergy-ttl{
		font-size: 1.4em;
	}
	
	.allergy-txt{
		font-size:0.9em;
	}
	#allergy-wrap .btn-catalog p{
		    width: 80%;
	}
	
	#allergy-wrap .btn-catalog::before, #allergy-wrap .btn-catalog::after{
		    right: 13%;
	}
	
	.marker-line{
		font-size: 1.1em;
	}
	
}

@media screen and (max-width: 650px){
		.package{
		 width: 30%;
	}
	
	.column1_img,.column1_img2,.column1_img3{
		height: 48vh;
	}
	.point{
		    width: 64%;
	}
	
	#obento{
		    margin-top: 15em;
	}
		.recomend-item_ttl--sp{
		top: -1%;
	}
}


@media screen and (max-width: 480px){
	    #recomend-unagi {
        margin-top: 11em;
    }
	
   .column1_img,.column1_img2,.column1_img3{
        height: 36vh;
    }	
	
	.column1BOX{
		    margin-top: 7em;
	}
	
    #obento {
        margin-top: 13em;
    }	
	
	    .obento-img {
        width: 35%;
    }
	
	.catalog-txt{
		    font-size: 1.2em;
	}
	
	.recomend-item_ttl--sp{
		top: 0%;
	}	
	
}

@media screen and (max-width: 390px){
	   .column1_img,.column1_img2,.column1_img3{
        height: 28vh;
    }
	    .link-btn li {
        font-size: 0.8em;
    }
	
	.obento-ttl{
		max-width: 100%;
	}
	
	    .nami1 {
        width: 27%;
        top: -23%;
        right: 2%;
    }
	
	.link-btn li{
		    padding: 15px 6px;
	}
	
	.catalog-box:nth-child(2){
		width: 100%;
		
	}
	
	.btn-catalog p{
		width: 90%;
	}
}



/*マーカー*/
.marker {
	background: linear-gradient(transparent 70%, #DDC628 30%);
	display: inline;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: background-size 1.5s;
}

.marker.on {
	background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
	.marker {
		background: linear-gradient(transparent 75%, #DDC628 25%);
	}
}



/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}


/*****fv*******/

/* 初期状態*/
.fade-item {
  opacity: 0;
  transform: translateY(30px);
}

/* 発火後 */
.fade-item.show {
  animation: fadeUp 1.0s ease forwards;
}

/* アニメーション */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


















