@charset "UTF-8";

main {
    -webkit-font-smoothing: antialiased;
}
#index .section4__txt-2 a[target=_blank]:after, #index .article a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.section5, .section6, .section7__load{
    display: none;
}
.indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 86.666%;
}
.ff-b {
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
.ff-nb {
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;
}
.active_section10 .navi_color6, .active_section4_inner .navi_color1, .active_section4_inner-2 .navi_color2, .active_section5 .navi_color3, .active_section6 .navi_color4, .active_section7 .navi_color2, .active_section8_inner .navi_color5, .active_section8_inner2 .navi_color2, .active_section9 .navi_color2, .navi__open-list a {
    display: block;
}
.active_section5 .navi_color2, .active_section6 .navi_color2 {
    display: none;
}
.menu_shop.navi__after .navi__list {
    overflow: hidden;
}
#index .article__txt {
    color: #322e21;
    font-feature-settings: "palt";
}
#index .section4__inner {
    background: initial;
    padding: 0;
}
#index .section4 a {
    color: #eb82af;
    transition: opacity .3s;
}
#index .kv__ttl {
    animation: none;
    opacity: 1;
}
#index .kv__copy {
    position: relative;
    width: 860px;
    top: 74px;
    left: 45px;
    opacity: 1;
    animation: none;
}
#index .section4__txt-2 {
    color: #332e20;
    background: initial;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 14px 0 0 0;
}
#index .article__txt2 > div {
    letter-spacing: .05em;
}
#index .article__txt2 > div h4 {
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
}
#index .article__txt2 > div ul li::before {
    content: '・';
    display: inline-block;
    text-indent: -1em;
}
#index .article__txt2 > div ul li {
    padding-left: 1em;
}
#index .article a {
    color: #eb82af;
}
#index .section4 .continue {
    text-align: center;
    font-size: 15px;
}
#index .section4 .article__img + .continu {
    margin-top: -25px;
}
#index .article h3#comparison {
    padding-top: 100px;
    margin-top: -100px;
}

/*===========
table
===========*/
.scroll-box {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scroll-box::-webkit-scrollbar {
    display: none;   
    scrollbar-width: none;
}
table, tbody, tr, th, th::before, td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: none;  
}
table {
  width: 100%;
}
tbody {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;  
}
th, td {
  vertical-align: middle;
  padding: 20px 10px;
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
  font-size: 15px;
  color: #332e20;
  line-height: 1.44;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}
th {
    font-weight: normal;
}
th div {
    display: flex;
    justify-content: center;
    text-align: left;
}
th div span {
    display: inline-block;
    padding-top: 0.5em;
}
td {
  background: #fff;
  padding: .5em 0;
}
td.title {
    padding: 0;
    background-color: #97caeb;
}
td.title a {
    display: block;
    height: 100%;
}
td.title p {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
td.title p img {
    width: auto;
    margin: 0 auto;
}
td.flex div {
    display: flex;
    justify-content: center;
    text-align: left;
}
td ul {
    padding: 0;
}
td li {
    padding-left: 1em;
}
td li::before {
    content: '・';
    display: inline-block;
    text-indent: -1em;
}
td .ff-b:nth-of-type(n + 2) {
    padding-top: 0.5em;
    display: inline-block;
}
._sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-left: none;
  /* border-right: none; */
  background: #fff;
}
._sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
._sticky + td {
    border-left: none;
}
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 10px;
  -webkit-overflow-scrolling: touch;
}
.comment {
    padding-top: 80px;
}
.comment h4 {
    display: inline-block;
}
.comment .text {
    max-width: 480px;
    border: 3px solid #a39383;
    border-radius: 30px;
    margin: 0 auto;
    padding:35px 0 35px 35px;
    font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
    font-size: 15px;
    line-height: 2;
    position: relative;
}
.comment .text::before {
    background: url(../img/special1/pc/icon_comment.svg) no-repeat;
    background-size: contain;
    width: 57px;
    height: 57px;
    content: '';
    display: block;
    position: absolute;
    left: -56px;
    top: 25px;
}
@media screen and (min-width:768px),print {
    .menu_shop.navi__after {
        background: url(./../img/common/menu_after_index_bg.svg) no-repeat;
    }
    .menu_shop.navi__after .navi__ico3_img {
        width: 26.25px;
        margin: 0;
    }
    .navi__after .navi__list {
        right: 52px;
    }
    #index .article a img {
        transition: opacity .3s;
    }
    #index .article a:hover img {
        opacity: .7;
    }    
    #index .section4 a:hover {
        opacity: .7;
    }    
    #index .kv {
        background-image: none;
        height: 405px;
        padding-top: 38px;
    }
    #index .kv__ttl {
        position: relative;
        width: 865px;
        top: 37px;
        left: 40px;
    }
    #index .section4__ttl {
        width: 131px;
    }
    #index .section4__ico {
        margin-left: 584px;
    }
    #index .section4__txt-2 {
        width: 410px;
        margin-top: 0;
        padding-top: 0;
        white-space: nowrap;
        line-height: 2;
    }
    #index .article {
        width: 800px;
        white-space: nowrap;
    }    
    #index .article h3 {
        padding: 0 0 15px;
    }
    #index .article_ttl {
        width: auto;
        margin: 0 auto;
    }   
    th {
        width: 116px;
    }
    td.title {
        width: 170px;
    }
    td.title a > img {
        height: 110px;
        object-fit: cover;
    }
    /* td.l-only--sp {
        border-left: 1px solid;
    } */
    table.l-only--pc {
        margin-top: 20px;
    }
    table.l-only--pc .td.title p {
        height: 53px;
    }
    td.flex div {
        width: 170px;
    }
    ._sticky {
        position: relative;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    #index .article__name {
        padding: 0 50px 8px;
    }
    #index .article__txt {
        display: flex;
        justify-content: center;
        padding: 0 27px 30px;
    }
    #index .article__txt2 {
        padding: 0 0 75px;
        display: flex;
    }
    #index .article__txt2 > div {
        font-size: 15px;
        font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
    }
    #index .article__txt2 > div:first-of-type {
        width: 55%;
    }
    #index .article__txt2 > div:last-of-type {
        width: 45%;
    }
    #index .article__txt.article__txt-last {
        padding: 50px 0 0;
    }
    #index .article__img {
        width: 700px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .comment h4 {
        margin-top: 50px;
        margin-bottom: -18px;
        margin-left: 120px;
    }    
    #index .article_ttl1 {
        width: 478px;
    }
    #index .article_ttl2 {
        width: 359px;
    }
    #index .article_ttl3 {
        width: 334px;
    }
    #index .article_ttl4 {
        width: 451px;
    }
    #index .article_ttl5 {
        width: 388px;
    }
    .comment .text {
        margin-left: 210px;
    }
}
@media screen and (max-width: 767px), print {
    .menu_shop.navi__after {
        background: url(./../img/common/menu_after_index_bg_sp.svg) no-repeat;
        background-size: 100%;
    }
    .menu_shop.navi__after .navi__ico3_img {
        width: 6.93333vw;
        margin-top: 0;
        margin-left: 0;
    }
    .menu_shop.navi__after .navi__ico2_img {
        width: 7.46667vw;
    }
    .menu_shop.navi__after .navi__list {
        padding-top: 0;
        top: 1.5vw;
        bottom: 0.4vw;
    }
    .navi__after .navi__list {
        right: 5.98vw;
    }
    #index .kv {
        background-image: none;
        height: auto;
        width: 100%;
    }
    #index .kv__ttl {
        width: 90.666vw;
        margin: 0 auto;
        padding-top: 13.333vw;
        position: relative;
        top: initial;
        left: initial;
    }
    #index .kv__copy {
        width: 90.666vw;
        margin: 0 auto;
        padding-top: 5.333vw;
        top: initial;
        left: initial;
    }
    #index .section4__txt-2 {
        padding: 0;
        margin-top: 10vw;
        line-height: 2;
    }
    #index .section4__inner-2 {
        padding-top: 13.333vw;
    }
    #index .article h3 {
        padding: 0 0 10px;
    }
    #index .article_ttl {
        width: auto;
        margin: 0 auto;
    }
    #index .article__img {
        padding-bottom: 6.666vw;
    }
    #index .article__txt2 > div h4 {
        padding-bottom: 0.3em;
    }
    #index .article__txt > div:last-of-type {
        padding-top: 2em;
    }
    #index .article .comment h3 {
        padding: 0;
    }
    .comment {
        width: 92vw;
        margin-left: -2.666vw;
        padding-top: 50px;
    }
    .comment h4 {
        margin-top: 10.66vw;
        margin-bottom: 2.5vw;
    }    
    .comment .text {
        padding: 6vw 4vw;
        border-radius: 25px;
    }
    .comment .text::before {
        background: url(../img/special1/sp/icon_comment_sp.svg) no-repeat;
        background-size: contain;
        width: 5.866vw;
        height: 8vw;
        content: '';
        display: block;
        position: absolute;
        left: 13vw;
        top: -7.777vw;
    }
    .comment .text2::before {
        top: -7.8vw;
    }
    /* #index .section4__txt-2, #index .article {
        width: 88vw;
    } */
    #index .article_ttl1 {
        width: 81.98vw;
    } 
    #index .article_ttl2 {
        width: 58.4vw;
    } 
    #index .article_ttl3 {
        width: 52.8vw;
    } 
    #index .article_ttl4 {
        width: 76.933vw;
    } 
    #index .article_ttl5 {
        width: 64.266vw;
    } 
    #index .article__txt.article__txt-last {
        padding: 40px 0 0;
        display: flex;
        justify-content: center;
    }
    table .l-only--sp {
        display: table-cell !important;
    }
    th, td {
        font-size: 11.5px;
    }
    td {
        min-width: 37vw;
        padding: .5em;
    }
    td.title p {
        height: 42px;
    }
    td.title a > img {
        width: calc(100% - 1px);
        height: 84px;
        margin: 0 auto;
        object-fit: cover;
    }
    ._sticky:before {
        top: -.98px;
        width: calc(100% - 1px);
        height: 100%;
        border-top: 1px solid #000;
    }
    th, td {
        border-top: .95px solid #000;
        border-left: .95px solid #000;
    }
    .scroll-box {
        width: 100vw;
        margin-left: -6.666vw;
    }
    .scroll-box::-webkit-scrollbar {
        height: 4px;
    }

    .scroll-box::-webkit-scrollbar-track {
        background: #eee;
    }

    .scroll-box::-webkit-scrollbar-thumb {
        background: #aaa;
        border: none;
    }
    .scroll-box::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
}