@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*==================================================

リセット ※ul, li,棚に干渉して困るので省いた

===================================================*/
main#enquete26 :where(
    div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6,
    p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, 
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video
) {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/* リスト */
main#enquete26 ol,
main#enquete26 ul {
  list-style: none;
}
/* 引用 */
main#enquete26 blockquote,
main#enquete26 q {
  quotes: none;
}
main#enquete26 blockquote::before,
main#enquete26 blockquote::after,
main#enquete26 q::before,
main#enquete26 q::after {
  content: '';
}
/* テーブル */
main#enquete26 table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*==================================================

共通

===================================================*/
main#enquete26{
    font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #333333;
}
main#enquete26 .sec .red{
    color: #D00251;
}
main#enquete26 .sec .orange{
    color: #DE862F;
}
main#enquete26 .serif{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
main#enquete26 h1{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 30px;
}
main#enquete26 h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-align: center;
    font-size: 27px;
}
main#enquete26 h2.border{
    border-bottom: 1px dotted #b9b9b9;
    padding-bottom: 13px;
}
main#enquete26 h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-bottom: 23px;
}
main#enquete26 a{
    text-decoration: none;
    cursor: pointer;
	transition: 0.3s;
    color: #333333;
}
main#enquete26 .honbun{
    line-height: 1.8;
    margin-top: 20px;
}
main#enquete26 a:hover{
    opacity: 0.7;
}
main#enquete26 .pc{
	display: block;
}
main#enquete26 .sp{
    display:none;
}
main#enquete26 .center{
    text-align: center;
}
main#enquete26 .flex{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main#enquete26 .inner{
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
main#enquete26 .sec{
    margin-top: 60px;
}
main#enquete26 ul{
    list-style: disc;
    padding-left: 20px;
}
main#enquete26 ul li{
    line-height: 1.8;
    margin-bottom: 4px;
}
@media screen and (max-width:768px) {
    main#enquete26{
        font-size: 14px;
    }
    main#enquete26 .inner{
        max-width: 90%;
        width: 90%;
    }
    main#enquete26 .sec{
        margin-top: 40px;
    }
    main#enquete26 .pc{
        display: none;
    }
    main#enquete26 .sp{
        display: block;
    }
    main#enquete26 {
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
    }
    main#enquete26 h1{
        font-size: 18px;
        font-weight: 600;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
    }
    main#enquete26 h2{
        font-size: 20px;
        line-height: 32px;
    }
    main#enquete26 h3{
        font-size: 15px;
        font-weight: 800;
        margin-bottom: 14px;
    }
}/*SP用設定ここまで*/


/*==================================================

MV

===================================================*/
main#enquete26 .mv{
    background-image: url(../../img/mv_pc.jpg);
    background-size: cover;
    height: 453px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
main#enquete26 .mv .txt{
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
main#enquete26 .mv .txt h1 span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    left: 3px;
}
@media screen and (max-width:768px) {
    main#enquete26 .mv{
        background-image: url(../../img/mv_sp.jpg);
        height: 257px;
        width: 100%;
    }
    main#enquete26 .mv .txt{
        left: 20px;
    }
    main#enquete26 .mv .txt .honbun{
        font-size: 12px;
        width: 90%;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
        margin-top: 13px;
    }
    main#enquete26 .mv .txt h1 span {
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 2px;
        left: 2px;
        text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px, #ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
    }
}/*SP用設定ここまで*/

/*==================================================

メモ

===================================================*/
main#enquete26 .sec .memo{
    background: #F4F3F9;
    padding: 30px 40px;
    margin-top: 40px;
}
main#enquete26 .sec .memo .honbun{
    font-size: 13px;
    width: 53em;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    main#enquete26 .sec .memo{
        padding: 25px 15px;
        margin-top: 20px;
    }
    main#enquete26 .sec .memo .honbun{
        width: 100%;
    }
}/*SP用設定ここまで*/

/*==================================================

総括

===================================================*/
main#enquete26 .sec .soukatsu{
    background: #F6F1EC;
    padding: 30px 40px;
    margin-top: 40px;
}
main#enquete26 .sec .soukatsu{
    background: #F6F1EC;
    padding: 30px 40px;
    margin-top: 25px;
}
@media screen and (max-width:768px) {
    main#enquete26 .sec .soukatsu{
        padding: 25px 15px;
        margin-top: 25px;
    }
}/*SP用設定ここまで*/


/*==================================================

ページ内リンク

===================================================*/
main#enquete26 .page_in_link .flex{
    flex-wrap: wrap;
    justify-content: center;
}
main#enquete26 .page_in_link .flex a{
    border: 1px solid #C5C5C5;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 500;
    color: #333;
    width: 23%;
    margin: 0 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 12px 0;
}
main#enquete26 .page_in_link .flex a:after{
    content: "";
    background-image: url(../../img/arrow.svg);
    width: 18px;
    height: 10px;
    position: absolute;
    top: 56%;
    right: 0px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: unset;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: 12px;
}
@media screen and (max-width:768px) {
    main#enquete26 .page_in_link .flex{
        display: flex;
        justify-content: space-between;
    }
    main#enquete26 .page_in_link .flex a{
        width: 49%;
        font-size: 13px;
        margin: 0;
        padding-right: 32px;
        box-sizing: border-box;
        text-align: left;
        padding-left: 10px;
        justify-content: start;
        margin-bottom: 8px;
        padding: 10px 16px 10px 13px;
    }
    main#enquete26 .page_in_link {
        margin-top: 42px;
    }
    main#enquete26 .page_in_link .flex a:after{
        background-size: 10px;
        right: -2px;
    }
}/*SP用設定ここまで*/

/*==================================================

グラフの所

===================================================*/
main#enquete26 .graph_area{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 780px;
    margin: auto;
}
main#enquete26 .graph_wrapper .box{
    width: 46%;
    margin-top: 50px;
}
main#enquete26 .graph_wrapper .box .graph_img{
    width: 100%;
}
main#enquete26 .graph_wrapper .box .ttl{
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
main#enquete26 .graph_wrapper .box .ttl .font{
    font-family: "Noto Serif JP", serif;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    top: -3px;
    margin-right: 9px;
}
main#enquete26 .graph_wrapper .box .ttl dd{
    font-weight: 600;
}
main#enquete26 .graph_wrapper .box ul{
    margin-top: 8px;
}
main#enquete26 .graph_wrapper .box ul li{
    margin-bottom: 2px;
}
@media screen and (max-width:768px) {
    main#enquete26 .graph_area{
        width: 100%;
    }
    main#enquete26 .graph_wrapper .box {
        width: 100%;
    }
    main#enquete26 .graph_wrapper .box .ttl{
        margin-bottom: 12px;
    }
}/*SP用設定ここまで*/


/*==================================================

商品

===================================================*/
main#enquete26 .products_box .box{
    width: 31%;
    margin-top: 30px;
}
main#enquete26 .products_box .box img{
    width: 100%;
}
@media screen and (max-width:768px) {
    main#enquete26 .products_box .box{
        width: 100%;
        margin-top: 20px;
    }
}/*SP用設定ここまで*/




/*==================================================

もっと見るの設定

===================================================*/
main#enquete26 .graph_wrapper {
    position: relative;
}
main#enquete26 .graph_wrapper .fade_shadow.hidden {
    opacity: 0;
}
main#enquete26 .graph_wrapper .more_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px auto 0;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: #de862f;
    color: #fff;
    position: relative;
    z-index: 2;
}
main#enquete26 .graph_wrapper .more_btn.pink{
    background: #D00251;
}
main#enquete26 .graph_wrapper .graph_area {
    overflow: hidden;
}
main#enquete26 .graph_wrapper .box.q5 {
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
/* 初期状態: Q5以降折りたたみ */
main#enquete26 .graph_wrapper .graph_area.collapsed .box.q5 {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
/* 開いた状態 */
main#enquete26 .graph_wrapper .graph_area.expanded .box.q5 {
    opacity: 1;
}
main#enquete26 .graph_wrapper .fade_shadow {
    position: absolute;
    bottom: 60px;
    height: 220px;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
main#enquete26 .graph_wrapper .fade_shadow.hidden {
    display: none;
}


/*==================================================

棚調整

===================================================*/

main#enquete26 li .item-icon-new {
    margin-top: 10px;
    margin-left: -20px;
}

main#enquete26 .feature-items {
    margin: 30px auto 50px;
    }