

main, 
main#wrapper {
    padding: 0;
    max-width: none;
    background-color:#000e30;
}

/* ヘッダー画像削除 */
.header-info img,
.header-info-red img {  
    display: none;
}

/* フッター余白削除 */
footer .bottom {
    margin-top: 0;
}
article#contents {
    padding-bottom: 0;
}

#feature-unagi {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 6px 12px 8px rgba(255, 255, 255, 0.35);
    overflow: hidden;
    font-weight: bold;
}
#feature-unagi img {
    width: 100%;
    height: auto;
    display: block;
}
#feature-unagi a {
    display: block;
}
#feature-unagi section {
    text-align: center;
}
#feature-unagi h2.midashi {
    font-size: 32px;
    color: #fff;
    padding: 2% 0 3%;
    text-align: center;
    line-height: 20px;
}
#feature-unagi h2.midashi-normal {
    font-size: 32px;
    color: #222;
    padding: 2% 0 3%;
    text-align: center;
    line-height: 46px;
}
#feature-unagi h2.midashi span {
    font-size: 40px;
    color: #f9ff5b;
}
#feature-unagi .col_1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 3% 5% 5%;
}
#feature-unagi .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 3% 5% 5%;
}


/* 看板 */
#feature-unagi section.kanban {
    position: relative;
}
/* 土用の丑の日 */
#feature-unagi section.usinohi .coupon {
    background-image: url(../IMAGE/FEATURE-UNAGI/cp.png);
}
/* 土用の丑の日とは */
.intro_text {
    padding: 20px;
    line-height: 1.8;
    color: #000e30;
    background-image: url(../IMAGE/FEATURE-UNAGI/background1.jpg);
}

.intro_text h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.intro_text p {
    font-size: 13px;
}

/* 産地で選ぶ */
#feature-unagi section.point .col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-image: url(../IMAGE/FEATURE-UNAGI/02.jpg);
    background-size: cover;
    background-position-y:100%;
}
#feature-unagi section.point .col li{
    padding-top: 300px;
    position: relative;
    z-index: 2;
}
#feature-unagi section.main{
    position: relative;
    z-index: 1;
    margin-top: -90px;
}

/* 20260601 K.KONDO 【追加】ADD STR */
#feature-unagi .pc_none {
    display: none;
}
#feature-unagi section.main .size-lineup {
    width: 100%;
    margin: -13% auto 0;
    background-color: #2d1b0d;
}
#feature-unagi section.main li.unagi_item:nth-child(3) .size-lineup {
    width: 100%;
    margin: -4% auto 0;
    background-color: #260019;
}
#feature-unagi section.main li.unagi_item:nth-child(4) .size-lineup {
    width: 100%;
    margin: -1% auto 0;
    background-color: #020526;
}
#feature-unagi section.main li.unagi_item:nth-child(5) .size-lineup {
    width: 100%;
    margin: -1% auto 0;
    background-color: #021408;
}
#feature-unagi section.main .size-lineup .col_1 li {
    width: 90%;
    margin: 0 auto 10px;
    box-shadow: 0 0 15px #fff;
    border-radius: 13px;
    padding: 10px;
}
#feature-unagi section.main .size-lineup .col_1 li > a {
    display: flex;
    align-items: center;
    gap: 10px;
}
#feature-unagi section.main .size-lineup .col_1 li > a .size-name {
    font-size: 2.2em;
    color: #fff;
}
#feature-unagi section.main .size-lineup .col_1 li > a .coupon {
    background-color: #f6f1d4;
    border-radius: 5px;
    font-size: 1.3em;
    color: #cf1d2b;
    padding: 7px 10px;
    text-align: center;
}
#feature-unagi section.main .size-lineup .col_1 li > a .price {
    font-size: 3em;
    color: #fff;
    font-family: 'Lato';
}
#feature-unagi section.main .size-lineup .col_1 li > a .price span.price_line {
    text-decoration: line-through;
    font-family: 'Lato';
    margin: 0 5px;
    font-size: 0.5em;
}
/* 20260601 K.KONDO 【追加】ADD END */


/* アコーディオン */
.accordion_area {
    background-color: #001602;
}

.accordion-4 {
  margin: 0 auto 1em;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgb(0 0 0 / 50%);
  background-color: #f6f1d4;
  transform: scale(0.95);
}
.accordion-4:last-child {
    margin: 0 auto 0;
}

.accordion-4 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

.accordion-4 summary::-webkit-details-marker {
  display: none;
}

.accordion-4 summary::after {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  content: '';
  transition: transform .3s;
  opacity: 0.7;
}

.accordion-4[open] summary::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11H19V13H5V11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
}

.accordion-4 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-4[open] p {
  transform: none;
  opacity: 1;
}


/* 10%OFF対象お米 */
#feature-unagi section.rice .food_text .rice_midasi{
    background-image: url(../IMAGE/FEATURE-UNAGI/background1.jpg);
    background-size: cover;
    background-position-y:100%;
}
/* うのつく食べ物 */
#feature-unagi section.rice .food_list{
    background-image: url(../IMAGE/FEATURE-UNAGI/background1.jpg);
    background-size: cover;
    background-position-y:100%;
}
#feature-unagi section.food .food_list{
    background-image: url(../IMAGE/FEATURE-UNAGI/background2.jpg);
    background-size: cover;
    background-position-y:100%;
}
#feature-unagi :is(section.food,section.rice) .food_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    padding: 30px;
}
#feature-unagi :is(section.food,section.rice) .food_list .food_item{
    background: #fff;
    border-radius: 20px;
}
#feature-unagi :is(section.food,section.rice) .food_list .food_item img{
    padding: 20px;
    box-sizing: border-box;
}
#feature-unagi :is(section.food,section.rice) .food_list .food_item .txt_box{
    padding: 0 20px 20px;
}
#feature-unagi :is(section.food,section.rice) .food_list .food_item h4{
    color: #222;
    margin-bottom: 20px;
}
#feature-unagi :is(section.food,section.rice) .food_list .food_item .button{
    border-radius: 12px;
    padding: 2px 10px;
    background-color: #cf1d2b;
    color: #fff;
    border: 1px solid #cf1d2b !important;
    display: block;
    margin: 5px 0 0 !important;
    text-align: center;
    width: stretch;
    padding: 5px;
    font-size: 20px;
}
/* 概要 */
#feature-unagi section.overview {
    padding: 4% 3% 5%;
    position: relative;
}
#feature-unagi section.overview .plazaburo {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -15%;
    transform: rotate(15deg);
}

/* こんな方におすすめ */
#feature-unagi section.recommend {
    padding: 0 3% 5%;
    position: relative;
}
#feature-unagi section.recommend .col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: #fff;
    padding: 4%;
    margin: 1% 0 0;
    border-radius: 10px;
}
#feature-unagi section.recommend .shosai-text p {
    background: linear-gradient(100deg, rgb(254 100 255), rgba(79, 196, 244, 1) 50%, rgb(57 227 178));
    background-clip: text;
    color: transparent;   
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    margin: 3% 0 0;
}
#feature-unagi section.recommend .plazaburo {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -3%;
    transform: rotate(10deg);
    z-index: 2;
}

/* 申し込みの流れ */
#feature-unagi section.flow {
    display: table;
    width: 100%;
    height: auto;
    background-color: #f9ff5b;
    transform: skewY(-6deg);
    padding-bottom: 3%;
    position: relative;
}
#feature-unagi section.flow .inner-area {
    margin: 8% 0;
    padding: 0 3% 0;
}
#feature-unagi section.flow > * {
    transform: skewY(6deg);
}
#feature-unagi section.flow h2.midashi {
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    background-clip: text;
    color: transparent;   
}
#feature-unagi section.flow .inner-area .text-box-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 3%;
    gap: 10px;
}
#feature-unagi section.flow .inner-area .text-box-col li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3% 2% 3% 6%;
}
#feature-unagi section.flow .inner-area .text-box-col li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 12px;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
}
#feature-unagi section.flow .inner-area .text-box-col li::after {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    z-index: -1; 
    border-radius: 7px;
    background-color: #fff;
}
#feature-unagi section.flow .inner-area .text-box-col li .number-icon {
    position: absolute;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    border-radius: 50px;
    padding: 0 2.5%;
    left: -3.5%;
}
#feature-unagi section.flow .inner-area .text-box-col li .text-box {
    font-size: 30px;
    text-align: left;
    line-height: 38px;
    color: #222;
}
#feature-unagi section.flow .inner-area .text-box-col li .text-box .annotation-text p {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    text-align: left;
    padding: 2% 0 0;
}
#feature-unagi section.flow .plazaburo {
    position: absolute;
    width: 25%;
    right: 3%;
    bottom: 69%;
    z-index: 2;
}

/* TOPに戻るボタン */
.top_back {
    width: 90px;
    height: 90px;
    font-size: 20px;
    line-height: 20px;
    bottom: 3%;
    right: 3%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50vw;
    color: #222;
    font-weight: bold;
    background-color: #ffffffc5;
    z-index: 1;
    text-decoration: none;
    transition: 0.2s;
}
.top_back:hover {
    transition:.3s;
    opacity: 0.7;
    color: #222 !important;
}
/* .top_back::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 35px;
    background: linear-gradient(100deg, rgba(255, 165, 214, 1), rgba(79, 196, 244, 1) 50%, rgba(138, 255, 221, 1));
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
} */
