/* layout */
.mv_inner{
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding:0 15px;
}
@media (min-width: 1240px){
    .mv_inner{
        padding:0;
    }
}

/* title_and_lead */
.heading-1{
    margin-top: 20px;
    line-height: 1.4;
    font-size: 1.8rem;
}

.heading-2{
    text-align: center;
    background: #ed6051;
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 1.7rem;
}

.heading-3{
    text-align: center;
    padding: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    line-height: 1.4;
    font-size: 1.6rem;
}

.heading-9 {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #d5462d;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #d5462d;
}

.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #ed6051;
    color: #333333;
    font-size: 20px;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #ed6051;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}

.main-introduction{
    padding-top: 20px;
    line-height: 1.8;
    font-size: 1.4rem;
}

.section-introduction{
    margin: 20px 0;
    font-size:1.3rem;
}

.heading-banner{
    text-align: center;
    margin: 20px 0;
}

.heading-banner img{
    vertical-align: bottom;
}

@media (min-width: 768px){
    .heading-1{
        font-size: 2rem;
    }

    .heading-2{
        font-size: 2.3rem;
    }

    .heading-3{
        font-size: 2rem;
    }

    .main-introduction{
        padding-top: 20px;
        line-height: 1.8;
        font-size: 1.4rem;
    }

    .main-introduction{
        font-size: 1.5rem;
    }

    .main-introduction br{
        display: block;
    }

    .section-introduction{
        font-size:1.4rem;
    }
}

/* table of contents */
.block-toc__wrap{
    margin: 50px 0 60px;
}

.block-toc__inr{
    background: #f4c8c0;
    margin-bottom: 30px;
    padding: clamp(16px,1vw,24px);
    /* AUTO 100PX; */
    border-radius: 16px;
}

.block-toc__title{
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    color: #b31d02;
}

.block-toc__list{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 8px;
    max-width: 100%;
}

.block-toc__list > li{
    width: 100%;
}

.block-toc__list.is-1col > li {
}

.block-toc__list > li a{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    color: #222;
    transition: all 0.2s;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.block-toc__list > li a:after{
    content: '';
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 10px;
    border-bottom: 2px solid #bd1d02;
    border-right: 2px solid #bd1d02;
    transition: transform .5s;
}

.block-toc__list > li a:hover{
    background: #efefef;
}

.block-toc__list > li img{
    width: 30px;
    height: 30px;
}

@media (min-width: 768px){
    .block-toc__list{
        gap:12px;
    }

    .block-toc__title{
        font-size: 2.2rem;
    }

    .block-toc__list > li{
        width: calc((100% - 36px) / 4);
    }
    
    .block-toc__list.is-1col {
        justify-content: flex-start; 
    }
    .block-toc__list.is-1col > li {
        width: 100%;
    }
    .block-toc__list.is-5col > li {
        width: calc((100% - 48px) / 5);
    }
    .block-toc__list.is-2col > li {
        width: calc((100% - 12px) / 2);
    }
    
    .block-toc__list > li a{
        padding: 10px;
        border-width: 2px;
        flex-direction: column;
        min-height: 80px;
        justify-content: center;
    }

    .block-toc__list > li img{
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px){
    .block-toc__list--budget {
        justify-content: center; 
    }

    .block-toc__list--budget > li {
        width: calc((100% - 36px) / 4); 
    }

    .block-toc__list--budget > li a {
        justify-content: center; 
    }
    .block-toc__list--budget > li img {
        display: none;
    }
}


/* ranking */


/* product_list */
.block-productlist__item-sp{
    width:calc((100% - 16px) / 2);
    position:relative;
}

.block-productlist__item-sp a{
    display: flex;
    flex-direction: column;
    color:#222;
    transition: all 0.2s;
}

.block-productlist__item-sp a:hover{
    opacity: 0.7;
}

.block-productlist__item-sp .product-image {
    border: 1px solid #ddd;
    position: relative;
}

.block-productlist__item-sp .product-image img{
    vertical-align: bottom;
}

.block-productlist__item-sp .block-items__item__name,
.block-productlist__item-sp h3{
    font-weight: bold;
    height: 2.8em;
    line-height: 1.4;
    margin:4px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-size: 1.3rem;
}

.block-productlist__item-sp .ranking_num{
    display: none;
}

.block-productlist__item-sp .desc-frame {
    padding: 8px;
    border: 1px solid #ffd78b;
    border-radius: 4px;
    background: #feffde;
    color: #555;
}


.category__inr,
.ranking__inr {
    padding: 24px 0 40px;
    gap: 40px 16px;
}

.category__inr .block-productlist__items,
.ranking__inr .block-productlist__items{
    gap: 40px 16px;
    padding-bottom: 40px;
}

.category__inr .block-items__item__tags,
.ranking__inr  .block-items__item__tags {
    min-height: 23px;
}

.ranking__inr .block-productlist__item-sp:before{
    position: absolute;
    top: -24px;
    left: -16px;
    border-radius: 50px;
    border: 2px solid;
    background: #888;
    color: #fff;
    z-index: 1;
    padding-top: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 2.2rem;
    font-weight: bold;
}

.ranking__inr .block-productlist__item-sp:nth-of-type(1):before {
    content: "1";
    background: #a79950;
}

.ranking__inr .block-productlist__item-sp:nth-of-type(2):before {
    content: "2";
    background: #839ba7;
}

.ranking__inr .block-productlist__item-sp:nth-of-type(3):before {
    content: "3";
    background: #aa6e52;
}

.ranking__inr .block-productlist__item-sp:nth-of-type(4):before {
    content: "4";
}

.ranking__inr .block-productlist__item-sp:nth-of-type(5):before {
    content: "5";
}

.ranking__inr .block-productlist__item-sp:nth-of-type(6):before {
    content: "6";
}

.ranking__inr .block-productlist__item-sp:nth-of-type(7):before {
    content: "7";
}

.ranking__inr .block-productlist__item-sp:nth-of-type(8):before {
    content: "8";
}

.ranking__inr .block-productlist__item-sp:nth-of-type(9):before {
    content: "9";
}

.ranking__inr .block-productlist__item-sp:nth-of-type(10):before {
    content: "10";
}

.section-navi .block-productlist {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .category__inr .block-productlist__item-sp{
        width: calc((100% - 64px) / 5);
    }
    .ranking__inr .block-productlist__item-sp{
        width:calc((100% - 64px) / 5);
    }
}


/* 別ページリンクボタン */
.all-item_btn{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:16px;
}

.all-item_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
    padding: 20px 25px 20px 10px;
    border: 3px solid #ed6051;
    border-radius: 5px;
    color: #222;
    font-size: 1.5rem;
    font-weight: bold;
    width: 600px;
    max-width: 100%;
    height: -webkit-fill-available;
    box-sizing: border-box;
}

.all-item_btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 3px solid #ed6051;
    border-right: 3px solid #ed6051;
}

.all-item_btn a:hover{
    opacity: 0.7;
}

@media (min-width: 768px) {
    .all-item_btn{
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

/* 予算リスト */
.budget-list{
        overflow: scroll;
}

.budget-list table{
    width: max-content;
    font-size: 1.2rem;
}

.budget-list th, .budget-list td {
    vertical-align: middle;
    border: 1px solid #cccccc;
    padding: 15px 10px;
}

.budget-list a {
    text-decoration: underline;
    color: #004e98;
}

.budget-list a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .budget-list{
        overflow: auto;
    }
    .budget-list table{
        width: 100%;
        font-size: 1.3rem;
    }
}

/* よくある質問 */
.faq__item{
    background: #fff4fb;
    margin-bottom: 16px;
    padding: 24px;
    border-radius: 8px;
}

.faq__question{
    position: relative;
    line-height: 1.4;
    font-size: 1.8rem;
}

.faq__question span{
    color:#ed6051;
    margin-right: 8px;
    font-size: 2.4rem;
}

.faq__reply{
    position: relative;
    margin-top: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.faq__reply span{
    width: calc(100% - 52px);
}

.faq__reply:before{
    content: 'A';
    display: flex;
    justify-content: center;
    align-items: center;
    background: #Fff;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ed6051;
}

/* 関連特集 */
.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
    padding-bottom: 40px;
}

.feature_list > li{
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.feature_list > li a{
    display: flex;
  	flex-direction: column;
    color:#333;
}

.feature_list > li a:hover{
    opacity: 0.7;
}

.feature_list > li img{
    width: 100%;
    vertical-align: bottom;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.feature_list > li .name{
    margin: 8px 0;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: bold;
}

.feature_list > li .comment{
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}

@media screen and (min-width: 600px){
    .feature_list > li {
        width: calc((100% - 24px) / 2);
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .feature_list > li .name{
        font-size: 1.8rem;
    }
    
    .feature_list > li .comment{
        font-size: 1.3rem;
    }
}


/* sidenavi */
#side_navi{
    display: none;
}

.section-navi{
    padding-bottom: 80px;
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 20px;
        transition: all 0.3s ease; 
    }

    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }

    #side_navi.visible{
        right: -130px; 
    }

    #side_navi.visible.hidden{
        right: 0; 
    }

    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }

    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }

    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }

    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }

    .snav li {
        margin-top: 7px;
        position: relative;
    }

    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 30px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }

    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }

    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }

    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }

    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
    }
}

@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }

    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }

    #side_navi.visible{
        right: -150px; 
    }

    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }

    .snav li {
        margin-top: 7px;
    }

    .snav li a {
        padding: 3px 5px 3px 17px;
        min-height: 32px;
        font-size: 1.1rem;
    }
}

/* イラスト画像 */
.gazou_size{
    width: 500px;
    max-width: 100%;
    margin: auto;
}
.icon{
    width: auto !important;
}

/* レビュー */
/* 行カード：横長・ホバーで少し浮かせる */
.review-row{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin: 20px 0;
  padding:20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background:#fff;
}

/* 左カラム：画像のみ */
.review-media{max-width:200px; flex:0 0 200px;}
.review-figure{margin:0;}
.review-img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:10px;
  background:#fff;
  transition:transform .25s ease;
}
.review-row:hover .review-img{ transform:scale(1.02); }

/* 右カラム：縦積み */
.review-content{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  flex-direction:column;
}

/* タイトル：疑似要素の赤ライン（文字幅だけ） */
.review-title{
  position:relative;
  display:inline;          /* 文字幅ベース */
  margin-bottom: 10px;
  padding-bottom:8px;
  font-size: 1.8rem;
  font-weight:800;
  line-height:1.2;
}
.review-title::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:3px;
  background:#d9c48b;
  border-radius:2px;
}

/* 画像上オーバーレイは廃止するので旧クラスを無効化 */
.product-caption{ all:unset; } /* 念のための初期化 */

/* 右カラム用の商品リンク */
.product-link{
  font-weight:700;
  font-size: 1.5rem;
  color:#2563eb;
  margin-bottom: 5px;
  text-decoration:underline;
  text-underline-offset:3px;
  display:inline-block;
}

.product-link:hover{
  text-decoration:none;
}

/* 本文と星 */
.review-rating{ color:#ffcc00; font-size:1.1em; }
.review-text{font-size: 1.4rem;line-height: 1.6;color:#111827;}

/* スマホ：縦積み＆画像大きめ */
@media (max-width:768px){
  .review-row{ flex-direction:column; }
  .review-media{ max-width:60%; flex:none; margin:0 auto; }
  .review-content{ text-align:left; } /* 必要なら center に */
}
.title--subtext{
    display: none;
}

.exhibition-component-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.exhibition-set {
    flex-basis: 32%;
    box-sizing: border-box;
    background: #f2fafc;
    padding: 10px;
    border-radius: 10px;
}

.title_jirei {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-decoration: underline;
}

.jirei_item{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.jirei_item_name{
    font-size: 13px;
    margin-bottom: 5px;
}

.exhibition-set a{
    color: #0000ee;
    text-decoration: underline;
}

.exhibition-component-wrapper img{
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .exhibition-component-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .exhibition-set {
        flex-basis: auto;
        max-width: 400px;
        margin: 0 auto;
    }
}

.exhibition-component-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.exhibition-set {
    flex-basis: 32%;
    box-sizing: border-box;
}

.title_jirei {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #333;
    text-decoration: underline;
}

.image-placeholder {
    width: 100%;
    padding-top: 100%;
    background-color: #808080;
    border: 1px solid #000;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 600px) {
    .exhibition-component-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .exhibition-set {
        flex-basis: auto;
        max-width: 400px;
        margin: 0 auto;
    }
}