/*リセットCSS*/
*,
body {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/*書式*/
/*20240731*/
body {
    line-height: 1.8;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
}

/*20240731*/

.text_color_002 {
    color: #fff;
}

.text_color_003 {
    color: #91bc70;
}

.top_h2.font_quiche-sans {
    font-size: 36px;
    font-family: "quiche-sans", "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
    font-weight: 400;
    font-style: normal;
}

.break {
    display: inline-block;
}

/*背景*/
.back_color_001 {
    background-color: #f2ebe2;
}

.back_color_002 {
    background-color: #8ebd6f;
}

.back_color_003 {
    background-color: #f9faf8;
}

.back_color_005 {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/bitekilabcom/uploads/shop/img/2023biteki/top/bk_terazo.jpg);
    background-size: cover;
}

/*リンク*/
.top_link_next {
    display: inline-block;
    border-bottom: #4a4a4a 1px solid;
}

.top_link_next::after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/bitekilabcom/uploads/shop/img/2023biteki/top/arrow_icon.png);
    background-size: contain;
    vertical-align: text-bottom;
}

.top_link_bar {
    background-color: #d2c9c0;
    text-align: right;
    position: relative;
    padding-right: 20px;
    color: #fff;
    transition: 0.5s;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.top_link_bar:hover {
    background-color: #8ebd6f;
}

.top_link_bar:hover.campain {
    background-color: #f38f6b;
}

.top_link_bar::after {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}

.top_link_arrow {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 770px) {
    .top_link_bar {
        background-color: #8ebd6f;
    }

    .top_main_line-up_campain .top_link_bar {
        background-color: #f38f6b;
    }
}

.top_link_guidewrapper {
    text-align: center;
}

.top_link_guideinner.top_link_guideinner {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: 0.5s;
    border: 1px #fff solid;
    margin: 1.5%;
    padding: 1.5% 5.5% 1.5% 5%;
    border-radius: 100px;
    transition: ease-in 0.5s;
}

.top_link_guideinner::after {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    left: calc(100% - 10%);
    top: calc(50% - 3px);
    transition: ease-in 0.8s;
}

.top_link_guideinner.top_link_guideinner:hover {
    background-color: #fff;
    color: #e6a086;
}

.top_link_guideinner.top_link_guideinner:hover::after {
    border-top: solid 2px #e6a086;
    border-right: solid 2px #e6a086;
}

/*hoverした際のアニメーション*/
.top_link_guideinner:hover::after {
    animation: animation-arrow .8s;
}

@keyframes animation-arrow {
    50% {
        left: calc(100% - 5%);
    }

    100% {
        left: calc(100% - 10%);
    }
}

/*ヘッダー*/
.top_header {
    position: fixed;
    width: 100%;
    z-index: 50;
    background: #fff;
}

.top_main {
    padding-top: 8%;
}

@media screen and (max-width: 640px) {
    .top_main {
        padding-top: calc(5% + 76px);
    }
}

.top_header .top_header_inner {
    max-width: 1000px;
    padding: 1% 5%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.header_logo {
    margin: 0;
}

.top_header .top_header_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.top_header .header_main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    margin: 3% 3% 3% auto;
}

.top_header .header_main-nav_item {
    padding-left: 6%;
}

.top_header .header_main-nav_item a {
    font-size: 14px;
    font-weight: normal;
    color: #4a4a4a;
}

.top_header .header_icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-left: solid 1px #ccc;

}

/*タブレット幅*/
@media screen and (max-width: 846px) {
    .top_header .header_main-nav.pc {
        display: none;
    }

    .header_logo {
        width: 120px;
        padding: 1%;
    }

    .header_logo img {
        width: 100%;
        vertical-align: bottom;
    }

    .top_header .header_icon {
        border-left: none;
        margin-left: auto;
        margin-right: 8.5%;
    }

    .header_hamburger-menu.sp {
        display: block;
    }
}

.top_header .header_icon_user {
    width: 50%;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_header .header_icon_cart {
    width: 40%;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_header .header_icon_user_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.top_header .header_icon_cart_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 10px;
}

.top_header .count {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 10px;
    height: 17px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 32px;
    top: -3px;
    padding: 0 4px;
    border-radius: 10px;
}

.u-color__bg--alert {
    background: #E21E1E;
}

.u-color__text--base {
    color: #FFFFFF;
}

.top_header_news {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2% 0;
    font-size: 12px;
}

/*バーガー*/
.header_hamburger-menu {
    position: absolute;
    right: 8%;
}

.header_menu-btn {
    position: relative;
    display: flex;

    justify-content: center;
    align-items: center;
    z-index: 90;
}

.header_menu-btn span,
.header_menu-btn span:before,
.header_menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: #4a4a4a;
    ;
    position: absolute;
    transition: all 0.5s;
}

.header_menu-btn span:before {
    bottom: 8px;
}

.header_menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked~.header_menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.header_menu-btn span:before,
#menu-btn-check:checked~.header_menu-btn span:after {
    background-color: #fff;
}

#menu-btn-check:checked~.header_menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.header_menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

/*バーガーメニュー*/
.header_menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgb(130 123 116 / 90%);
    transition: all 0.5s;
    padding: 5%;
    box-sizing: border-box;
}

#menu-btn-check:checked~.header_menu-content {
    left: 0;
}

.header_menu_logo {
    padding-top: 50px;
}

.header_menu-content ul {
    padding: 5% 0;
}

.header_menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.header_menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.header_menu-content ul li a::before {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}

/*バーガー内アコーディオン*/

.nav_accordion-head {
    cursor: pointer;
    display: block;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.nav_accordion-head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_accordion-head::before {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    transition: 0.25s ease;
}

.nav_accordion-input input[name=nav_accordion-block] {
    display: none;
}

.nav_accordion-input .nav_accordion-block {
    cursor: pointer;
}

.nav_accordion-input .nav_accordion-content {
    height: 0;
    overflow: hidden;
    opacity: 0.5;
    transition: padding 0.25s ease, opacity 0.6s ease 0s;
}

.nav_accordion-input input[name=nav_accordion-block]:checked+.nav_accordion-head+.nav_accordion-content {
    /*開閉時*/
    height: auto;
    opacity: 1;
    padding-left: 20px;
    padding-bottom: 20px;
}

.nav_accordion-input input[name=nav_accordion-block]:checked+.nav_accordion-head::before {
    /*開閉時*/
    transform: rotate(135deg);
}

.header_menu-content ul.nav_accordion-nav {
    padding: 0;
}

/*スライダー*/
.fvslide-container {
    overflow: hidden;
}

.fvslide-container-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.swiper--wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
}

.swiper.fvslide-contents {
    overflow: visible;
}

.fvslide-item {
    transition: ease-in 1s 0.5s;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide:not(.swiper-slide-visible) .fvslide-item {
    pointer-events: none;
    opacity: .3;
    background-color: #686868;
}

.swiper-slide:not(.swiper-slide-visible) .fvslide-item img {
    mix-blend-mode: Multiply;
}

/*矢印ボタン*/
.fvslide-contents .swiper-controller [class^="swiper-button-"]::after {
    color: #fff;
    font-size: 25px;
}

/*セクション共通*/
.top_main_section {
    max-width: 1000px;
    padding: 1% 5%;
    margin: 3% auto;
}

.top_main_section img {
    width: 100%;
}

/*newsセクション*/
.top_main_news {
    display: flex;
    justify-content: space-between;
}

.top_main_news .top_h2 {
    width: 25%;
}

.top_main_news_wrapper {
    padding: 3%;
    margin-left: 5%;
    width: 70%;
}

.top_main_news_list .top_main_news_item {
    margin-bottom: 6px;
}

.top_main_news_list .top_main_news_item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top_main_news_list .top_main_news_item a {
    font-size: 12px;
    font-weight: normal;
    color: #4a4a4a;
}

.top_main_news_list .top_main_news_item .top_main_news_date {
    padding-right: 5px;
}

.top_main_news_list .top_main_news_item .top_main_news_title {
    padding-left: 5px;
}

.top_main_news_link {
    text-align: right;
}

.top_main_news_link a {
    font-weight: normal;
    color: #4a4a4a;
}

@media screen and (max-width: 640px) {
    .top_main_news {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .top_main_news .top_h2 {
        width: auto;
    }

    .top_main_news_wrapper {
        width: 95%;
        margin-left: 0;
    }
}

/*pick-upセクション*/
.top_main_pick-up .top_h2 {
    text-align: center;
}

.top_main_pick-up_list {
    display: flex;
}

.pick-upslide-container {
    overflow: hidden;
}

.pick-upslide-container-inner {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.swiper.pick-upslide-contents {
    overflow: visible;
}

.pick-upslide-item {
    transition: ease-in 0.5s 0.3s;
}

.swiper-slide:not(.swiper-slide-visible) .pick-upslide-item {
    pointer-events: none;
    opacity: .3;
}

.top_link_bar.pick-up_link {
    background-color: #8ebd6f;
}

.swiper-slide:not(.swiper-slide-visible) .top_link_bar {
    background-color: #d2c9c0;
    text-align: right;
}

/*矢印ボタン*/
.pick-upslide-contents .swiper-controller [class^="swiper-button-"]::after {
    color: #fff;
    font-size: 25px;
}

/*infoセクション*/
.top_main_info_list {
    display: flex;
    flex-wrap: wrap;
}

.top_main_info_item {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
}

.top_main_info_item:last-child {
    margin-right: 0%;
}

@media screen and (max-width: 640px) {
    .top_main_info_item {
        width: 100%;
        margin-right: 0;
    }

    .top_main_info_item:first-child {
        margin-right: 0;
    }
}

/*tagセクション*/
.top_main_tag h2.top_h2 {
    text-align: center;
    margin: 3% 0;
}

.top_main_tag_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.top_main_tag_item:nth-child(n+2) {
    margin-left: 1%;
}

.top_main_tag_item {
    background: #f3f3f3;
    padding: 0.5% 1.5%;
    margin-bottom: 1.5%;
    border-radius: 100px;
}

.top_main_tag_item a {
    color: #4a4a4a;
}

/*line-upセクション*/
.top_main_line-up.top_main_section {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.top_main_line-up h2.top_h2 {
    text-align: center;
}

.top_main_line-up h3.top_h3 {
    text-align: center;
    padding: 3% 0;
}

.top_main_line-up_list {
    max-width: 1000px;
    padding: 0 5% 3% 5%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 15px;
}

.top_main_line-up_item {
    width: 49%;
    margin-bottom: 5%;
}

.top_main_line-up_list.line-up_supple .top_main_line-up_item.col-3fr,
.top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr {
    width: 32%;
    margin-right: 2%;
}

.top_main_line-up_item:nth-child(2n+1) {
    margin-right: 2%;
}

.top_main_line-up_list.line-up_supple .top_main_line-up_item.col-3fr:last-child,
.top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr:last-child {
    margin-right: 0;
}

.top_main_line-up_list .top_main_line-up_item .top_main_line-up_description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.top_main_line-up_list .top_main_line-up_item.col-3fr .top_main_line-up_description {
    height: 45%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.top_main_line-up_list.line-up_zakka .top_main_line-up_item .top_main_line-up_description {
    height: 38%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr .top_main_line-up_description {
    height: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.top_main_line-up_item p.top_para {
    margin-bottom: 1.5%;
    height: 69.38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top_main_line-up_item p.top_para.text-small {
    font-size: 12px;
    margin-top: 1%;
}

p.top_para.text-small.mirable {
    max-width: 1000px;
    padding: 0 5% 3% 5%;
    margin: 0 auto;
}

.top_main_line-up_common .top_link_bar {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 12px;
}

.top_main_line-up_campain .top_link_bar {
    padding-left: 10px;
    font-size: 12px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.top_main_line-up_common:hover .top_link_bar {
    background-color: #8ebd6f;
}

.top_main_line-up_campain:hover .top_link_bar {
    background-color: #f38f6b;
}

.top_main_line-up_campain .strong {
    font-weight: 600;
}

.top_main_line-up_item a {
    color: #4a4a4a;
}

.top_main_line-up_item a.top_link_arrow {
    color: #fff;
}

.top_main_line-up_link.top_link_next-wrapper {
    text-align: right;
    padding-top: 3.5%;
    font-size: 13px;
}

.top_main_line-up_campain {
    margin-top: 3%;
}

.top_main_line-up_campain img {
    vertical-align: bottom;
}

/*タブレット幅*/
@media screen and (max-width: 846px) {

    .top_main_line-up_list .top_main_line-up_item .top_main_line-up_description,
    .top_main_line-up_list.line-up_zakka .top_main_line-up_item .top_main_line-up_description {
        height: 50%;
        -webkit-line-clamp: 5;
    }

    .top_main_line-up_list .top_main_line-up_item.col-3fr .top_main_line-up_description,
    .top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr .top_main_line-up_description {
        height: 59%;
        -webkit-line-clamp: 7;
    }
}

@media screen and (max-width: 770px) {

    .top_main_line-up_list .top_main_line-up_item .top_main_line-up_description,
    .top_main_line-up_list.line-up_zakka .top_main_line-up_item .top_main_line-up_description {
        height: auto;
    }

    .top_main_line-up_list .top_main_line-up_item.col-3fr .top_main_line-up_description,
    .top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr .top_main_line-up_description {
        height: auto;
    }

    .top_main_line-up_item {
        width: 100%;
    }

    .top_main_line-up_item:nth-child(2n+1) {
        margin-right: 0%;
    }

    .top_main_line-up_list.line-up_supple .top_main_line-up_item.col-3fr,
    .top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr {
        width: 49%;
        margin-right: 0%;
    }

    .top_main_line-up_list.line-up_supple .top_main_line-up_item.col-3fr:nth-child(2n+1),
    .top_main_line-up_list.line-up_zakka .top_main_line-up_item.col-3fr:nth-child(2n+1) {
        margin-right: 2%;
    }
}

/*serviceセクション*/
.top_main_service.top_main_section {
    width: 100%;
    margin: 0;
    padding: 10% 0 5% 0;
    max-width: 100%;
}

.top_main_service_wrapper {
    background: #e6a086;
    max-width: 1000px;
    position: relative;
    padding: 3% 5%;
    margin: 0 auto;
}

.top_main_service_img {
    margin-top: -15%;
}


/*searchセクション*/
.top_main_search h2.top_h2 {
    text-align: center;
}

.top_main_search_wrapper h3.top_h3 {
    text-align: center;
    margin: 3% 0;
}

.top_main_search_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 1%;
}

.top_main_search_item {
    width: 30%;
    margin-bottom: 2%;
    display: flex;
    flex-grow: 1;
}

.top_main_search_item a.btn-bg-left {
    color: #4a4a4a;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    padding: 15px 15%;
    border: #4a4a4a 1px solid;
    text-align: center;
    transition: ease .5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.top_main_search_item a.btn-bg-left:hover {
    border: #fff 1px solid;
}

.top_main_search_item a.btn-bg-left::after {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #4a4a4a;
    border-right: solid 2px #4a4a4a;
    position: absolute;
    left: calc(100% - 10%);
    top: calc(50% - 3px);
    transition: ease-in 0.8s;
}

.top_main_search_item a.btn-bg-left:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    z-index: 3;
    animation: animation-arrow .8s;
}

.top_main_search_item a.btn-bg-left span {
    position: relative;
    z-index: 3;
    color: #4a4a4a;
}

.top_main_search_item a.btn-bg-left:hover span {
    color: #fff;
}

.top_main_search_item a.btn-bg-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #8ebd6f;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.top_main_search_item a.btn-bg-left:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/*タブレット幅*/
@media screen and (max-width: 846px) {
    .top_main_search_item a.btn-bg-left .sp {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .top_main_search_list {
        column-gap: 1%;
    }

    .top_main_search_item {
        width: 46%;
        padding: 2% 1%;
    }
}

/*rankingセクション*/
.top_main_ranking h2.top_h2 {
    text-align: center;
}

.top_main_ranking .top_main_ranking_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.top_main_ranking .top_main_ranking_item {
    width: 20%;
    box-sizing: border-box;
    padding: 1.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
}

.top_main_ranking .top_main_ranking_item a {
    color: #4a4a4a;
}

.top_main_ranking .top_main_ranking_item p.top_para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.top_main_ranking .top_main_ranking_item p.top_para.text-small {
    font-size: 12px;
}

.top_main_ranking_link.top_link_next-wrapper {
    text-align: right;
    padding-top: 1%;
    font-size: 12px;
    display: flex;
    align-items: flex-end;
}

/* 以下数字をつける */
.top_main_ranking_list .top_main_ranking_item {
    position: relative;
}

.top_main_ranking_list .top_main_ranking_item::after {
    position: absolute;
    top: 10px;
    right: 0;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    min-width: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    z-index: 2;
}

.ranking_item_1st::after {
    content: "1";
    background: #b1ac51;
}

.ranking_item_2nd::after {
    content: "2";
    background: #acacac;
}

.ranking_item_3rd::after {
    content: "3";
    background: #b08f5e;
}

/* 以下横スクロール */
@media screen and (max-width: 640px) {
    .top_main_ranking .top_main_ranking_list {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .top_main_ranking_list .top_main_ranking_item {
        width: 60%;
        display: inline-block;
        padding: 3.5%;
    }

    .top_main_ranking .top_main_ranking_item p.top_para {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

/*instaセクション*/
.top_main_col-2fr {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.top_main_insta.top_main_section {
    width: 50%;
    margin: 0;
    padding: 0;
}

.top_main_insta_wrapper {
    padding: 3%;
}

.top_main_related.top_main_section {
    width: 50%;
    margin: 0;
    padding: 0;
}

.top_main_insta h2.top_h2 {
    text-align: center;
}

.top_main_related h2.top_h2 {
    text-align: center;
}

.top_main_related_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_main_related_item {
    width: 100%;
    margin-bottom: 2%;
    padding: 3%;
}

@media screen and (max-width: 640px) {
    .top_main_insta.top_main_section {
        width: 100%;
    }

    .top_main_related.top_main_section {
        width: 100%;
    }
}

/*footer*/
.top_footer {
    padding: 5% 0 0 0;
}

.footer_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 3%;
}

.footer_sitemap {
    margin-bottom: 3%;
    margin-right: 10%;
}

.footer_sitemap a {
    color: #4a4a4a;
}

.footer_banner {
    display: flex;
    width: 30%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3%;
}

.footer_banner a {
    width: 100%;
}

.footer_banner a img {
    width: 100%;
}

.footer_company {
    margin-bottom: 1%;
}

.footer_company_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_company_list li {
    margin-left: 2%;
    padding-left: 2%;
    border-left: #4a4a4a 1px solid;
}

.footer_company_list li:last-child {
    margin-right: 2%;
    padding-right: 2%;
    border-right: #4a4a4a 1px solid;
}

.footer_company_list li a {
    color: #4a4a4a;
}

.footer_bitekitel {
    text-align: center;
    background: #979087;
    padding: 1% 5% 0 5%;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}

footer>div.footer_bitekitel>p>span {
    padding-right: 1%;
}

.footer_copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5% 1% 5%;
    background: #979087;
    color: #fff;
}

.word_span {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .footer_banner {
        width: 100%;
    }

    .footer_inner {
        justify-content: flex-start;
        padding: 0 5%;
    }
}