@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
h1,
h2,
h3,
h4,
h5
 {
    margin: 0;
    padding: 0;
    line-height: 0;
}
    
p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.mv {
    line-height: 0;
    font-family: 'Noto Sans JP', sans-serif;
}
    
.mv a {
    cursor: pointer;
    display: block;
    transition: 0.3s;
}

.me_cp {
    line-height: 1.5;
    text-align: center;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0;
}

.me_cp dd {
    color: #dc0f0f;
    font-size: 25px
}

.me_cp dt {
    color: #000;
    font-size: 18px
}

.me_txt2 {
	text-align: center;
	background: #FFFFFF;
	height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
	margin: 20px auto auto;
	padding: 20px auto auto;

}

.me_ttl {
    margin: 0 auto;
    width: 90%;
}

.me_txt {
    text-align: center;
    line-height: 1.3;
    font-size: 23px;
}

.me_txt b {
    font-weight: bold;
}

.me_txt strong {
    font-size: 150%;
    line-height: 1;
}

.me_txt span {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #fff359 60%);
}

.me_txt em {
    color: #dc0f0f;
    font-weight: bold;
    font-style: normal;
}

.message_cp {
    background: url(../images/copy_bg.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
}

.tokusyu {
    padding: 30px;
}

.tokusyu h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1;
}

.tokusyu_box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    justify-content: space-between;
}

.tokusyu_box .item {
    width: 48%;
    list-style: none;
}

.tokusyu_box .item--full{ width:100%; 
}

.conts_box01 {
    background: #3b3b3b;
        background: linear-gradient(270deg, rgba(59, 59, 59, 1) 0%, rgba(23, 23, 23, 1) 100%);
        display: flex;
        flex-direction: column;
        gap: 30px;
    position: relative;
    /* z-index: -2; */
}


.conts_box01 .ttl {
    width: 100%;
    max-width: 1000px;
    margin: 0;
}

.main_box {
    background: #fff;
    padding: 10px 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main_box .detail {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.detail {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
	align-items: stretch;
}

.detail .icon_01 span {
    background: #2ea7e0;
    color: #fff;
    padding: 1px 5px;
    margin-right: 10px;
    font-weight: bold;
}
.detail .icon_02 {
    background: #dc0f0f;
    color: #fff;
    width: fit-content;
    height: fit-content;
    padding: 5px 8px;
    font-size: 16px
}

.detail .icon_03 {
    background: #ed6c00;
    color: #fff;
    width: fit-content;
    height: fit-content;
    padding: 5px 8px;
    font-size: 16px
}

.food_ttl {
    font-size: 35px;
    line-height: 1.1;
    margin: 0;
    font-weight: bold;
}

.food_ttl strong {
    font-size: 70%;
    font-weight: 500;
    line-height: inherit;
}

.set_detail--5set .arrangement {
  width: 220px;
}

.set_detail__text {
  flex: 1;
  min-width: 0;
	width: auto !important;
	text-align: left !important;
}

.set_detail__text .txt {
  margin: 0;
  padding: 0;
  background: transparent; /* ← 個別背景を消す */
text-align: left !important;
}

.arrangement {
  width: 180px;
  flex-shrink: 0;
}

.arrangement img {
  width: 100%;
  height: auto;
  display: block;
}






#kani .detail {
    height: auto;
    padding: 10px 0;
}

.detail_item:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 10px;
    /* padding-bottom: 7px; */
}

.price {
    font-size: 60px;
    color: #dc0f0f;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.price span {
    display: flex;
    flex-direction: column-reverse;
}

.price span:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
    font-size: 70% !important;
}

.detail_item span:nth-of-type(1) {
    font-size: 100%;
    line-height: 1;
    margin-bottom: 2px;
}

.detail_item span:nth-of-type(2) {
    font-size: 26%;
}

a.tyumon_btn {
    box-shadow: 0 5px 0 #721919; 
    color: #ffffff;
    background-color: #dc0f0f;
    padding: 28px;
    width: 350px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
}

a.tyumon_btn:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.content_list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 50px 60px;
}

.middle_box {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.middle_box .detail {
    flex-direction: column;
    width: 35%;
}

#unagi .middle_box .detail {
    padding: 20px 0;
}



.middle_box .food_ttl {
    font-size: 23px;
}

.detail_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.middle_box .detail .txt span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-size: 100%;
}

.txt {
    font-size: 18px;
}

.txt span {
    background: linear-gradient(transparent 60%, #ff6 60%);
        font-size: 100%;
}

#kani .middle_box .txt {
    font-size: 15px;
    line-height: 1.5;
}

#kani .main_box .txt {
    width: 95%;
    margin: 0 auto;
    font-size: 22px;
}

.middle_box .detail_item:nth-child(2) {
    align-items: self-start;
    width: 100%;
    padding-bottom: 0;
}

.sab_img {
    width: 65%;
}

.small_box {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.content_list.small {
    display: flex;
    gap: 20px;
    align-items: stretch;
    flex-direction: row;
}

.small_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 48%;
}

.small_box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.detail {
    flex-grow: 1;
}

.content_list.small .sab_img {
    width: 100%;
}

.small_box .price {
   font-size: 50px;
}

.small_box .food_ttl {
   font-size: 30px;
}

.small_box .detail {
    padding: 5px 0 2px;
    gap: 5px;
}

.small_box .detail_item {
    gap: 10px;
}

.small_box .tyumon_btn {
    margin-top: 20px;
}

.small_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.small_content a.tyumon_btn {
    width: 280px;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 1;
}

.detail_item.reglar_p {
    flex-direction: row;
    align-items: end;
	
}

.reglar_price span {
    border: #000 1px solid;
    padding: 2px 4px;
    font-size: 60% !important;
	
}

.reglar_price {
    font-size: 30px;
}

.detail_item.reglar_p .reglar_price strong {
    font-size: 70%;
}

.detail_box {
    display: flex;
    flex-direction: column;
    justify-content: end;
	font-family:
    "Arial Black",
    "Helvetica Neue",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}




.waribiki {
    position: absolute;
    top: 150px;
    right: 0;
    text-align: center;
    background: url(../images/otoku_icon.png);
    border-radius: 50%;
    color: #ffff1a;
    text-shadow: 1px 1px 0 #dc0f0f, -1px -1px 0 #dc0f0f,
            -1px 1px 0 #dc0f0f, 1px -1px 0 #dc0f0f,
            0px 1px 0 #dc0f0f, 0 -1px 0 #dc0f0f,
            -1px 0 0 #dc0f0f, 1px 0 0 #dc0f0f;
    display: flex;
    width: 120px;
    height: 120px;
    background-size: contain;
    align-items: center;
    justify-content: center;
}

.waribiki_02 {
    position: absolute;
    top: 150px;
    right: 0;
    text-align: center;
    background: #dc0f0f;
    border-radius: 50%;
    color: #fff;
    text-shadow: 1px 1px 0 #dc0f0f, -1px -1px 0 #dc0f0f,
        -1px 1px 0 #dc0f0f, 1px -1px 0 #dc0f0f,
        0px 1px 0 #dc0f0f, 0 -1px 0 #dc0f0f,
        -1px 0 0 #dc0f0f, 1px 0 0 #dc0f0f;
    display: flex;
    width: 90px;
    height: 90px;
    background-size: contain;
    align-items: center;
    justify-content: center;
}



.waribiki_03{
  position: absolute;
  top: 150px;
  right: 0;

  background: #dc0f0f;     /* 背景色で作る */
  border-radius: 12px;     /* 角丸 */
  color: #ffff1a;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;      /* 文字に合わせて伸びる */
  width: auto;
  height: auto;

　font-size: 25px; /* 好みで調整（例） */
  font-weight: 700;
  line-height: 1;          /* 余白が出にくい */
	
  /* これだけ追加 */
  overflow: visible;
}

.waribiki_03::after{
  content: attr(data-text);      /* 商品ごとの文言をHTMLで指定 */
  position: absolute;
  top: calc(100% + 6px);         /* バッジの“外側”に下げる */
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  color: #dc0f0f;
  white-space: nowrap;
  line-height: 1.2;
}



.waribiki em,
.waribiki_02 em,
.waribiki_03 em{
    font-style: normal;
    font-size: 60%;
}

.waribiki p,
.waribiki_02 p, 
.waribiki_03 p {
    font-size: 25px;
}

#kani .waribiki,
#unagi .waribiki,
#basashi .waribiki{
    top: -55px;
}

#kani .waribiki_03,
#unagi .waribiki_03 {
    top: -35px;
}


#unagi .waribiki_02 {
    top: 10px;
}



#basashi .waribiki {
    top: 0;
}
#basashi .waribiki_03 {
    top: 0;
}

#basashi .small_content .detail .icon_02 {
    font-size: 15px;
}



#basashi .middle_box .price {
    font-size: 50px;
}

#basashi .middle_box .detail_item.reglar_p {
    padding-bottom: 10px;
}

#unagi .small_box .waribiki, 
#unagi .small_box .waribiki_03 {
    top: 5px !important;
}


/* ===== 馬刺し小枠と同じ“価格まとまり”を うなぎ小枠にも適用 ===== */


#unagi .small_content .detail {
    flex-direction: column;
}

#unagi .small_content .reglar_price {
    font-size: 25px;
    padding-right: 5px;
}



.food_ttl em {
    font-style: normal;
    background: #dc0f0f;
    color: #ff6;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
}


.detail_item.yohaku .reglar_p {
    justify-content: flex-end;
}






.pd15 {
    padding: 15px 0;
}

.icon_01 {
    position: relative;
}

.icon_01.renzi::after {
    content: "";
    background: url(../images/renzi_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
    position: absolute;
    margin-top: 0;
    top: -3px;
}

.small_box .detail .icon_02 {
    padding: 3px 5px;
    font-size: 11px;
}

.pt15 {
    padding-top: 15px;
}

.pt80 {
    padding-top: 80px;
}

.pt45 {
    padding-top: 45px;
}

#basashi .waribiki_02 {
    top: 30px;
}

#basashi .small_content .detail {
    flex-direction: column;
}



#kani,#unagi,#basashi {
    position: relative;
}

.conts_box01::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 50px;
    right: 0;
}

#kani::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

#unagi::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

#basashi::before {
    content: "";
    background: url(../images/bg_deco.png);
    background-repeat: repeat-x;
    width: 200px;
    height: 100px;
    background-size: cover;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}



.tyumon_btn.all {
    margin-top: 20px;
    background: #ff6721;
    box-shadow: 0 5px 0 #ce620a;
}

.tyumon_btn::after {
    content: "";
    background: url(../images/btn_icon.png);
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}



.main_img {
  position: relative;
  overflow: visible; /* はみ出し許可 */
}

.main_img .ninki_icon {
  position: absolute;
  top: -50px;      /* 上にはみ出す */
  left: -20px;     /* 左にはみ出す（＝やや右上感） */
  width: 150px;    /* waribikiと同サイズ */
  height: 150px;
  z-index: 20;
}

.main_img .ninki_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* =========================
   価格デザイン 調整版
========================= */

/* 価格ブロック全体 */
.detail_box,
.kakaku {
  font-family: "Arial Black", "Impact", "Helvetica Neue", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-end;   /* 右端揃え */
  justify-content: flex-end;
  text-align: right;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
}

/* 大枠商品の詳細欄を縦方向で使う */
.main_box .detail {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* 価格ブロックを右下へ */
.main_box .detail_box,
.main_box .kakaku {
  margin-top: auto;
  margin-left: auto;
}

/* 通常価格行 */
.detail_item.reglar_p {
  display: block;
  width: auto;
  text-align: right;
}

/* 通常価格 */
.reglar_price {
  display: inline-block;
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  color: #222;
  line-height: 1;
  text-align: right;
}

.reglar_price span {
  display: inline-block;
  border: 1px solid #333;
  padding: 3px 6px;
  font-size: 55% !important;
  line-height: 1.1;
  background: #fff;
  margin-right: 6px;
  vertical-align: middle;
}

.reglar_price strong {
  font-size: 70%;
  font-weight: 800;
}

/* 特別価格行 */
.detail_box .detail_item:nth-child(2),
.kakaku .detail_item:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  width: auto;
}

/* 特別価格ラベル */
.detail .icon_02 {
  background: #dc0f0f;
  color: #fff;
  width: fit-content;
  height: fit-content;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  flex: 0 0 auto;
}

/* 金額本体 */
.price {
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: 78px;
  color: #e60000;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 0.9;
  letter-spacing: -0.05em;
  white-space: nowrap;
  margin: 0;

  -webkit-text-stroke: 5px #fff;
  paint-order: stroke fill;
  text-shadow:
    1px 1px 0 #c40000,
   -1px 1px 0 #c40000,
    1px -1px 0 #c40000,
   -1px -1px 0 #c40000,
    0 1px 0 #c40000,
    1px 0 0 #c40000,
   -1px 0 0 #c40000,
    0 -1px 0 #c40000;

  transform: scaleX(0.92);
  transform-origin: right bottom;
}

/* 「円」「税込」 */
.price > span {
  display: flex;
  flex-direction: column-reverse;
  margin-left: 2px;
}

.price > span > span:first-child {
  font-size: 62% !important; /* 円 */
  line-height: 0.9;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}

.price > span > span:last-child {
  font-size: 24%; /* 税込 */
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 2px;
  -webkit-text-stroke: 0;
  text-shadow: none;
  letter-spacing: 0;
}

/* 価格まわりの不要な横幅指定を打ち消す */
.detail_box .detail_item,
.kakaku .detail_item {
  width: auto;
}

/* 割引アイコン位置 */
#unagi .waribiki,
#kani .waribiki,
#basashi .waribiki{
  top: -45px;
  right: 0;
}

/* =========================
   カニだけ価格を太くしない
========================= */

#kani .price {
  font-family: "Arial", "Helvetica Neue", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: none;
  line-height: 1;
}

#kani .price > span > span:first-child {
  -webkit-text-stroke: 0;
  font-size: 58% !important; /* 円 */
}

#kani .price > span > span:last-child {
  font-size: 24%; /* 税込 */
  text-shadow: none;
  margin-bottom: 6px;
}



/* =========================
   小枠商品 共通
========================= */

#unagi .content_list.small .small_box,
#basashi .content_list.small .small_box,
#kani .content_list.small .small_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#unagi .content_list.small .detail,
#basashi .content_list.small .detail,
#kani .content_list.small .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#unagi .content_list.small .detail > .detail_item:first-child,
#basashi .content_list.small .detail > .detail_item:first-child,
#kani .content_list.small .detail > .detail_item:first-child {
  width: 100%;
}

#unagi .content_list.small .kakaku,
#basashi .content_list.small .kakaku,
#kani .content_list.small .kakaku {
  margin-top: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 8px;
  width: auto;
}

#unagi .content_list.small .detail_item.reglar_p,
#basashi .content_list.small .detail_item.reglar_p,
#kani .content_list.small .detail_item.reglar_p {
  width: auto;
  text-align: right;
}

#unagi .content_list.small .kakaku .detail_item,
#basashi .content_list.small .kakaku .detail_item,
#kani .content_list.small .kakaku .detail_item {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
}

#unagi .content_list.small .price,
#basashi .content_list.small .price,
#kani .content_list.small .price {
  margin: 0;
  justify-content: flex-end;
  text-align: right;
}

/* かにだけ軽い価格表現 */
#kani .content_list.small .price {
  font-weight: 600;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: none;
}

/* 馬刺し小枠1つ目：値引きアイコンを画像側に配置 */
#basashi .content_list.small .sab_img {
  position: relative;
}

#basashi .content_list.small .sab_img .waribiki_02 {
  position: absolute;
  right: 8px;
  bottom: -60px!important;
  top: auto;
  z-index: 5;
}

/* 既存のdetail基準位置を打ち消す */
#basashi .content_list.small .detail .waribiki_02 {
  top: auto;
  right: auto;
}

/* =========================
   馬刺し小枠の価格をカニと同じ軽さにする
========================= */

/* PC */
#basashi .content_list.small .price {
  font-family: "Arial", "Helvetica Neue", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: none;
}

#basashi .content_list.small .price > span > span:first-child {
  font-size: 58% !important; /* 円 */
  -webkit-text-stroke: 0;
}

#basashi .content_list.small .price > span > span:last-child {
  font-size: 24%; /* 税込 */
  text-shadow: none;
  margin-bottom: 6px;
}

/* =========================
   馬刺し小枠の通常価格も軽くする
========================= */

/* PC */
#basashi .content_list.small .reglar_price {
  display: inline-block;
  font-family: "Arial", "Helvetica Neue", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  text-align: right;
  margin: 0;
}

#basashi .content_list.small .reglar_price span {
  border: 1px solid #333;
  padding: 2px 5px;
  font-size: 60% !important;
  font-weight: 700;
  margin-right: 4px;
}

#basashi .content_list.small .reglar_price strong {
  font-size: 70%;
  font-weight: 700;
}


.arrangement {
  width: 100%;
  margin: 20px auto 24px;
  display: flex;
  justify-content: center;
}

.arrangement img {
  display: block;
  width: 100%;
  height: auto;
}

/* 画像のはみ出しを許可 */
.main_box,
.main_img,
.main_img--hero {
  overflow: visible;
}

/* 枠から上にはみ出す画像 */


.main_img--hero > img,
.main_img--hero picture img {
  display: block;
  width: 100%;
  height: auto;
}

.hero_icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.hero_icon img {
  display: block;
  width: 520px;
  max-width: none;
  height: auto;
}

/* スマホ用 */
@media only screen and (max-width: 767px) {
.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

.me_cp {
    padding: 30px 20px;
    gap: 10px;
}

.txt {
    font-size: 14px;
}

#basashi .txt {
    font-size: 12px;
}

.me_cp dd {
    font-size: 20px;
}

.me_txt {
    font-size: 16px;
    line-height: 1.3;
}

.me_cp dt {
    font-size: 16px;
}

.me_ttl {
    width: 100%;
}

.tokusyu_box ul {
    padding: 0;
    gap: 10px;
}

.tokusyu {
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
}
	
.tokusyu_box .item--full{ width:100%; 
}

.content_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

	
.set_detail {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
	text-align: left;
  }

.arrangement {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
  }
.set_detail__text {
    text-align: left;
    width: 100%;
  }

.set_detail__text .txt {
    text-align: left;
  }	
	
	
	
	
	
	
	
	
	
#kani .detail {
    height: auto;
    align-items: center;
    padding: 0;
    flex-direction: column;
    gap: 5px;
}

.price {
    font-size: 50px;
    text-align: center;
}

.food_ttl {
    font-size: 21px;
}

.middle_box {
    flex-direction: column;
    gap: 5px;
}

.middle_box .detail {
    width: 100%;
}

.sab_img {
    width: 100%;
}

.middle_box .food_ttl {
    text-align: left;
    font-size: 20px;
}

.small_box .food_ttl {
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
}

a.tyumon_btn {
    width: 100%;
}

.small_content a.tyumon_btn {
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 25px 10px;
}

.small_content {
    gap: 10px;
}

#kani .small_content .detail .icon_01 span, 
#unagi .small_content .detail .icon_01 span, 
#basashi .small_content .detail .icon_01 span{
    background: #2ea7e0;
    color: #fff;
    padding: 4px 5px;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 65%;
}
	


.content_list.small .sab_img {
    width: 100%;
    position: relative;
}

.content_list.small {
    gap: 10px;
}

#kani {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#unagi .middle_box .detail {
    padding: 0 0 10px;
}



.waribiki {
    position: absolute;
    top: 110px;
    right: 20px;
    font-weight: bold;
    width: 75px;
    height: 75px;
}

.small_box .detail {
    gap: 5px;
}

#unagi .price {
    margin: 0;
}

#unagi .detail {
    padding: 0 0 5px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}



.detail {
    flex-direction: column;
}

.small_box {
    padding: 5px;
}

.small_box .price {
    font-size: 30px;
}

.icon_01,
.icon_03 {
    font-size: 15px;
}

	
	
.middle_box .detail_item:nth-child(2) {
    justify-content: end;
}

#kani .middle_box .txt {
    font-size: 14px;
}

.detail_item {
    width: 100%;
}

#basashi .small_box .price {
    font-size: 33px;
}

.food_ttl em {
    font-style: normal;
    background: #dc0f0f;
    color: #ff6;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
     line-height: 1;
}

#basashi .kakaku {
    padding-top: 0;
}

#basashi .small_box {
    height: auto;
}

#basashi .small_box .detail {
    padding: 5px 0 2px;
}

#basashi {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 40px;
}




.detail_item:nth-child(2) {
    justify-content: right;
}

.middle_box .detail_item.reglar_p:nth-child(2) {
    justify-content: left;
}

#basashi .detail .icon_02 {
    padding: 5px;
}


#basashi .detail_item:nth-child(2) {
    justify-content: left;
}

#basashi .small_content .reglar_price {
    font-size: 17px;
}

	
.main_box .detail_item:nth-child(2) {
    justify-content: left;
}



#unagi {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.tokusyu h2 {
    font-size: 25px;
    padding: 10px 0;
}



.message_cp {
    background: url(../images/copy_bg_sp.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    align-items: center;
}

.main_box {
    background: #fff;
    padding: 5px 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#kani .main_box .txt {
    font-size: 14px
}

.icon_01.renzi::after {
    content: "";
    background: url(../images/renzi_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 20px;
    position: absolute;
    margin-top: 3px;
    top: -21px;
    right: 0;
}

.detail_box {
    width: 100%;
    gap: 5px;
}

#unagi .waribiki {
            top: -45px;
                right: 0px;
}
	
#unagi .small_content .reglar_price {
    font-size: 16px;
}



.waribiki_02 {
    height: 50px;
    width: 50px;
    font-weight: bold;
}

.main_box .icon_01.renzi::after {
    content: "";
    background: url(../images/renzi_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 23px;
    position: absolute;
    margin-top: 3px;
    top: -6px;
    right: 0;
}

.waribiki p {
    font-size: 17px;
    line-height: 1.2;
}

.waribiki_02 p {
    font-size: 15px;
    line-height: 1.2;
}

#unagi .waribiki_02 {
    top: -52px;
}
	

#basashi .waribiki {
    top: -45px;
    right: 0;
}

#basashi .waribiki_02 {
    top: -52px;
}

#basashi .small_content .detail .icon_01 span {
    background: #2ea7e0;
    color: #fff;
    padding: 4px 5px;
    margin-right: 10px;
    font-weight: bold;
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 65%;
}



.small_content a.tyumon_btn {
    margin-bottom: 15px;
    padding: 15px 10px;
}

a.tyumon_btn {
    margin-bottom: 25px;
}

#unagi .small_box .price.pt80 {
    padding-top: 0;
}



.tyumon_btn::after {
    content: "";
    background: url(../images/btn_icon.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.detail .icon_02 {
    font-size: 14px;
}

.reglar_price {
    font-size: 20px;
}

.food_ttl strong {
    font-size: 100%;
}

#basashi .small_content .detail .icon_02 {
    font-size: 10px;
    padding: 3px 5px;
}

.small_box .detail_item {
    gap: 8px;
}

.hako_img {
    padding-top: 0;
}



	
.pt45 {
    padding-top: 0;
}

.ninki_icon {
    width: 60px;     /* 好みで 50〜70px */
    height: auto;    /* 高さは画像に任せる */
    min-width: 50px;
}
		
	
	
.price {
    font-size: 56px;
    -webkit-text-stroke: 3px #fff;
    letter-spacing: -0.04em;
  }

  .price > span > span:first-child {
    font-size: 58% !important;
    -webkit-text-stroke: 2px #fff;
  }

  .price > span > span:last-child {
    font-size: 24%;
    margin-bottom: 6px;
  }

  .detail .icon_02 {
    font-size: 14px;
    padding: 5px 7px;
  }

  .small_box .price {
    font-size: 40px;
    -webkit-text-stroke: 2px #fff;
  }	
	
#basashi .content_list.small .price {
    font-size: 40px;
    font-weight: 600;
    -webkit-text-stroke: 0;
    text-shadow: none;
    transform: none;
    letter-spacing: -0.02em;
  }

  #basashi .content_list.small .price > span > span:first-child {
    -webkit-text-stroke: 0;
    font-size: 58% !important;
  }

  #basashi .content_list.small .price > span > span:last-child {
    margin-bottom: 6px;
    text-shadow: none;
  }	

#basashi .content_list.small .reglar_price {
    font-size: 16px;
    font-weight: 700;
  }

  #basashi .content_list.small .reglar_price span {
    padding: 2px 4px;
    margin-right: 3px;
  }

  #basashi .content_list.small .reglar_price strong {
    font-weight: 700;
  }
	
	
.hero_icon img {
    width: 380px;
  }
	
#unagi .content_list.small .price,
#basashi .content_list.small .price,
#kani .content_list.small .price {
  font-size: 40px;
  font-weight: 600;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transform: none;
  letter-spacing: -0.02em;
}	
	
}