@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');


/*----------------------------------------------------
	☆PC
----------------------------------------------------*/
.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

#okonomi {
	width: 100%;
    overflow: hidden;
    position: relative;
    color: #322D14;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.2em;
    font-size: 18px;
    font-weight: 500;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

#okonomi img {
    display: block;
	max-width: 100%;
	height: auto;
}

/*--- mv ---*/

#okonomi .mv {
	position: relative;
}

#okonomi .mv .mvTitle {
    margin: 0;
}

#okonomi .mv .mvTitle .title {
    position: absolute;
    width: 44%;
    top: 5%;
    left: 5%;
}

#okonomi .mv .mvTitle .mvIcon {
    position: absolute;
    width: 21.8%;
    top: 53%;
    left: 16%;
}


#okonomi .mv .mvCatch {
    position: absolute;
    width: 30%;
    top: 76%;
    left: 12%;
}


#okonomi .menuBox .txtBox {
	position: relative;
}




/*--- イントロ ---*/

#okonomi .intro {
	position: relative;
	background: #F5E36B;
	text-align: center;
}

#okonomi .introInner {
	position: relative;
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	padding: 120px 40px;
	gap: clamp(20px, 5vw, 70px);
}


#okonomi .introImg {
	position: relative;
    width: 71%;
	margin: 0 auto;

}

#okonomi .introImg .introDish {
	display: block;
	width: 100%;
}

#okonomi .introImg .icon1 {
    position: absolute;
    width: 41.3%;
    top: 13%;
    left: -15%;
}

#okonomi .introImg .icon2 {
    position: absolute;
    width: 41.3%;
    right: -15%;
    top: 8.5%;
}


#okonomi .introImg .introYen {
	margin-top: 20px;
}



/* タイトル */
#okonomi .introTitle {
    font-size: clamp(20px, 2vw, 32px);
    margin-bottom: 25px;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

#okonomi .introTitle span{
	font-size: 18px;
}

/* 本文 */
#okonomi .introText p {
	font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2.2;
    letter-spacing: 0.04em;
	margin-bottom: 40px;
}



/*--- メニュー ---*/

#okonomi .menuArea .icon{
	    width: 12%;
    margin: -13% auto 0;
}

#okonomi .menuArea {
	position: relative;
	padding-bottom: 10px;
}

#okonomi .menuArea .menuInner .read {
	font-size: clamp(15px, 1.2vw, 16px);
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin: 20px 0 30px;
	text-align: center;
}


#okonomi .menuInner {
	width: 90%;
	max-width: 1080px;
	margin: 12% auto 0;
}

#okonomi .menuBox {
	position: relative;
	padding: 6%;
	border-radius: 40px;
}

#okonomi .menuBox + .menuBox {
	margin-top: 120px;
}

#okonomi .menuBox.no1 {
	background: #FFFBCC;
	padding-bottom: 6%;
}

#okonomi .menuBox.no2 {
	background: #E8F3CA;
	margin-bottom: 120px;
}

#okonomi .menuList {
    display: flex;
    flex-wrap: wrap;
	gap: 5%;
	justify-content: center;
}

#okonomi .setInner {
    text-align: center;
    background: #FFE58C;
    display: block;
	padding: 4%;
	border-radius: 40px;
}

#okonomi .setInner .sauceBox .txt {
    letter-spacing: 0.08em;
	font-size: clamp(15px, 1.8vw, 22px);
}


#okonomi .setInner .sauceBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 3%;
	max-width: 560px;
    flex-wrap: wrap;
}

#okonomi .setInner .sauceBox ul li {
    width: 22%;
}

#okonomi .setInner .sauceBox ul li figcaption {
    font-size: clamp(13px, 1.2vw, 15px);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #DF5324;
	padding: 4% 5%;
    margin-top: 10px;
    text-align: center;
    border-radius: 20px;
	letter-spacing: 0.02em;
}

#okonomi .sauceTitle {
    font-size: clamp(22px, 2.5vw, 26px);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
	color: #DF5324;
}



#okonomi .menuBox .menuboxInner {
    width: 47%;
}

#okonomi .menuBox.no2 .menuboxInner {
    width: 30%;
}

#okonomi .menuBox .imgBox {
    position: relative;
    max-width: 558px;
    width: 45%;
}

#okonomi .menuBox .imgMain {
  position: relative;
}

#okonomi .menuBox .txtBox {
	text-align: center;
}

#okonomi .menuBox .txtBox .txtboxInner h2 {
	font-size: clamp(16px, 1.8vw, 22px);
	letter-spacing: 0.08em;
	margin: 20px 0 7px;
}

#okonomi .menuBox .txtBox .txtboxInner .price {
	font-size: clamp(16px, 1.8vw, 22px);
	letter-spacing: 0.08em;
	font-weight: 600;
	margin-bottom: 10%;
}

#okonomi .menuBox .txtBox .txtboxInner .price span {
	font-size: 80%;
}

#okonomi .menuBox .txtBox .txtboxInner .note {
	font-size: 12px;
	color: #C2185B;
	letter-spacing: 0.08em;
}

#okonomi .menuBox.no2 .dressing {
	display: inline-block;
	padding: 2% 6%;
	border: 2px solid #48773E;
	background: #fff;
	color: #48773E;
	border-radius: 999px;
	font-size: clamp(12px, 1.5vw, 18px);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4;
}

#okonomi .menuinnner {
	position: relative;
}

#okonomi .menuBox.no2 .saladIcon {
    position: absolute;
    right: -9%;
    bottom: -8%;
    width: 52.8%;
    height: auto;
}


#okonomi .menuBox.no2 .note {
	position: absolute;
	right: 0;
	bottom: -7%;
	font-size: clamp(12px, 1vw, 14px);
	white-space: nowrap;
	letter-spacing: 0.08em;
}


/*--- SNS ---*/

#okonomi .snsList li a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004b4c; 
  border-radius: 50%;
	transition: .3s ease;
}

#okonomi .sns .snsList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 320px;
    margin: 110px auto;
    position: relative;
    z-index: 10;
}

#okonomi .snsList li a img {
	max-width: 40%;
	max-height: 40%;
	width: 60%;
	height: auto;
	display: block;
}


#okonomi .sns .snsList li a:hover {
	transform: scale(1.15);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, .4));
}



/*-------------------------------------------
Animation
-------------------------------------------*/

.out {
    opacity: 0;
    transform: translateY(50px);
}

.in {
    opacity: 1;
    transform: translateY(0);
    transition: all 1.7s ease;
}



/* タイトル */
#okonomi .mvTitle .title {
	opacity: 0;
	animation: mvTitleIn 1.2s ease-out forwards;
}

/* アイコン */
#okonomi .mvIcon {
	opacity: 0;
	transform: scale(0.5);
	animation: mvIconIn 0.7s cubic-bezier(.34,1.56,.64,1) forwards;
	animation-delay: 0.8s;
}

/* キャッチ */
#okonomi .mvCatch {
	opacity: 0;
	transform: translateY(15px);
	animation: mvCatchIn 0.8s ease-out forwards;
	animation-delay: 1.4s;
}


/* タイトル */
@keyframes mvTitleIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* アイコン */
@keyframes mvIconIn {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	70% {
		opacity: 1;
		transform: scale(1.12);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* キャッチ */
@keyframes mvCatchIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* お皿 */
#okonomi .introDish {
	opacity: 0;
	animation: introDishIn 1s ease-out forwards;
}

/* アイコン1 */
#okonomi .icon1 {
	opacity: 0;
	transform: scale(0.5);
	animation: introPopIn 0.7s cubic-bezier(.34,1.56,.64,1) forwards;
	animation-delay: 3s;
}

/* アイコン2 */
#okonomi .icon2 {
	opacity: 0;
	transform: scale(0.5);
	animation: introPopIn 0.7s cubic-bezier(.34,1.56,.64,1) forwards;
	animation-delay: 3.5s;
}

/* お皿 */
@keyframes introDishIn {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ポン */
@keyframes introPopIn {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	70% {
		opacity: 1;
		transform: scale(1.12);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/*----------------------------------------------------
	☆TABLET UNDER 1080
----------------------------------------------------*/

@media screen and (max-width:1080px) {

    /*--- mv ---*/

    /*--- メニュー ---*/

    
}




/*----------------------------------------------------
	☆TABLET UNDER 768
----------------------------------------------------*/

@media screen and (max-width:768px) {

    /*--- mv ---*/

    /*--- イントロ ---*/
	
#okonomi .introInner {
    padding: 80px 40px;
}
	
#okonomi .menuArea .icon {
width: 22%;
}
	
}


/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
	
.pc-only {
display: none;
}

.sp-only {
 display: block;
}
	
#okonomi .mv .mvTitle .title {
	width: 98%;
	top: 1.3%;
	left: 1.3%;
}
	
#okonomi .mv .mvTitle .mvIcon {
	width: 55%;
	top: 34%;
	left: 23%;
}
	
#okonomi .mv .mvCatch {
	width: 12%;
	top: 35%;
	right: 4%;
	left: auto;
	}

#okonomi .introInner {
	padding: 60px 30px;
}
	
#okonomi .introTitle {
	font-size: clamp(20px, 2vw, 32px);
	margin-bottom: 20px;
	line-height: 1.8;
	letter-spacing: -0.075em;
}

#okonomi .introImg {
    width: 85%;
}
	
#okonomi .introText p {
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2.2;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

#okonomi .menuBox .menuboxInner {
	 width: 100%;
}
	
#okonomi .menuBox .txtBox .txtboxInner .price {
    margin-bottom: 5%;
}
	
#okonomi .setInner {
	padding: 10%;
	margin-top: 30px;
	padding-bottom: 12%;
}

#okonomi .sauceTitle {
    margin-bottom: 15px;
}
	
#okonomi .setInner .sauceBox ul li {
	width: calc((100% - 20px) / 2);
}
	
#okonomi .setInner .sauceBox ul {
    gap: 20px;
	width: 80%;
}
	
#okonomi .menuList {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
	
#okonomi .menuBox .menuboxInner {
    margin-bottom: 0;
}

#okonomi .menuBox.no2 .menuboxInner {
    width: 80%;
    margin: 0 auto;
}
	
#okonomi .menuArea .icon {
	width: 35%;
}
	
#okonomi .menuBox + .menuBox {
	margin-top: 70px;
}
	
#okonomi .menuBox.no2 {
	padding-bottom: 10%;
}
	
#okonomi .menuBox.no2 .note {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
	bottom: -3%;
}

	
	/*--- SNS ---*/
	
#okonomi .sns .snsList {
	width: 75%;
	margin: 50px auto;
}
	
}


/*--------------------------------------------------------------------------------------

産地レポート 追加分

--------------------------------------------------------------------------------------*/

#okonomi .report {
    width: 100%;
    margin: 0 auto;
    height: 360px;
    background: url(/images/menu/okonomi/sanchi-bk.jpg) 0 0 / 2700px 360px repeat-x;
    position: relative;
    animation: slide 80s linear infinite;
}

@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 2700px 0; }
}

#okonomi .report:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #006400;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 450ms cubic-bezier(0.37, 0.86, 0.82, 0.94);
}

#okonomi .report.slide:after {
    opacity: .35;
    transition: all 1200ms cubic-bezier(0.37, 0.86, 0.82, 0.94);
}

#okonomi .report .reportInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#okonomi .report .reportInner .reportTxt {
}

#okonomi .report .reportInner .reportTxt h3 {
    font-size: 36px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: .15em;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    text-shadow: 0 0 10px #006400, 0 0 30px #006400, 0 0 60px #006400;
}

#okonomi .report .reportInner .reportTxt h3 span {
    display: inline-block;
    font-size: 65%;
}

#okonomi .report .more {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#okonomi .report .more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 46px;
    background: #003f40;
    color: #fff;
    font-family: canto-pen, serif;
    font-weight: 600;
    border-radius: 23px;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
}


#okonomi .report .more a:hover {
	background: #00a088;
}



/*-------------------------------------------
Tablet
-------------------------------------------*/

@media screen and (max-width:800px) {
    

	#okonomi .report .reportInner .reportTxt h3 {
		font-size: 35px;
	}
    
}


/*-------------------------------------------
SP
-------------------------------------------*/

@media screen and (max-width:600px) {


	#okonomi .report .reportInner .reportTxt h3 {
		font-size: 28px;
	}
    
    
}

