/*共通*/
body,
p,
h1,
h2,
h3,
a,
nav,
ul,
li,
div,
section,
main,
header,
footer {
    margin: 0;
    padding: 0;
    font-family: serif;
}

body {
    background-color: #FBFAF5;
}

h2 {
    font-size: 22px;
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
}

a:visited {
    color: #000;
}

ul {
    list-style: none;
    padding-left: 0;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

footer p,
footer a,
footer p:visited,
footer a:visited {
    font-size: 15px;
    color: #fff;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
}

.footer_sitemap {
    width: 325px;
}

.footer_sitemap ul {
    height: 204px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
}

footer div ul li {
    padding-bottom: 10px;
    padding-left: 10px;
}

.footer_sns_container {
    display: flex;
    flex-direction: column;
    text-align: end;
}

.footer_sns_container_box01 img {
    width: 32px;
    height: auto;
    padding-left: 20px;
}

.footer_sns_container_box02 {
    margin-top: 20px;
}

.footer_copy {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
}

.header_phone {
    display: none;
}

/*共通ここまで*/
body {
    background-size: 30%;
    color: #000;
    position: relative;
    z-index: 999;
}

a:visited {
    color: #000;
}

a {
    color: #000;
}

header {
    position: absolute;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #AB3B3A;
    padding: 15px 0;
    z-index: 1;
}

.header_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    display: flex;
    flex-direction: row;
}

header h1 img {
    height: 30px;
    width: auto;
}

.header_box {
    max-width: 1100px;
    margin: 0 auto;
}

.menu_pc ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu_pc ul li {
    padding-left: 30px;
}

.menu_text,
li .drop_menu01,
li .drop_menu02 {
    color: #fff;
}

.menu-content h1 {
    text-align: center;
}

.menu-content img {
    height: 65px;
    margin: 0 auto;
    padding: 10px 0;
}

.menu_text_last {
    color: #fff;
}

.drop_menu_text {
    padding: 0 !important;
}

.drop_menu_text {
    padding: 0 !important;
}

.drop_menu_list {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .8s;
    background-color: #AB3B3Ae7;
    width: 100vw;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.drop_menu_list_001 {
    padding-left: 20%;
    padding-right: 20%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 80px;
    box-sizing: border-box;
}

.drop_menu01:hover .drop_menu_list {
    visibility: visible;
    position: absolute;
    top: 75px;
    left: 0;
    opacity: 1;
    width: 100vw;
}

.drop_menu02:hover .drop_menu_list {
    visibility: visible;
    position: absolute;
    top: 75px;
    left: 0;
    opacity: 1;
    box-sizing: border-box;
}

.drop_menu01,
.drop_menu02 {
    display: flex;
    flex-direction: column !important;
}

.drop_menu01 ul a,
.drop_menu01 ul a:visited,
.drop_menu02 ul a,
.drop_menu02 ul a:visited {
    color: #fff;
}

.drop_menu_list01,
.drop_menu_list02 {
    width: 15vw !important;
    text-align: center;
}

.drop_menu_list03 {
    width: 30vw !important;
    text-align: center;
}

.drop_menu_list01,
.drop_menu_list02 {
    padding: 10px 0;
}

.drop_menu_list_002 {
    padding-left: 35%;
    padding-right: 35%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 80px;
    box-sizing: border-box;
}

/*
.drop_menu_list01:first-of-type{
    padding-left: 35vw;
}
.drop_menu_list01:last-of-type{
    padding-right: 35vw;
}

.drop_menu_list02:first-of-type{
    padding-left: 40vw;
}
.drop_menu_list02:last-of-type{
    padding-right: 40vw;
}
.drop_menu_list03:first-of-type{
    padding-left: 30vw;
}
.drop_menu_list03:last-of-type{
    padding-right: 30vw;
}
*/
/*ヘッダーここまで*/

.chapter01_container {
    height: 2000px;
}

.chapter01_box01 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    position: sticky;
    top: 20%;
}

.chapter01_box01 img {
    width: 500px;
}

.chapter01_box01 div p {
    padding-top: 20px;
}

.chapter01_box02 {
    padding-top: 100px;
}

.chapter01_box02 div {
    display: flex;
    justify-content: space-around;
}

.chapter01_box02 p {
    text-align: center;
    padding-top: 20px;
}

.chapter02 h2,
.chapter04 h2 {
    text-align: center;
    font-size: 35px;
    padding: 211px 0;
    color: #fff;
}

.chapter02_text {
    padding-top: 15px;
    text-align: center;
    padding-top: 25px;
    line-height: 50px;
}

.chapter03_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.chapter03_container img {
    width: 500px;
}

.chapter03_container div p {
    padding-top: 20px;
}

.chapter03_container02 {
    padding-top: 100px;
}

.chapter03_container02 div {
    display: flex;
    justify-content: space-around;
}

.chapter03_container02 p {
    text-align: center;
    padding-top: 20px;
}

.chapter05_title {
    font-size: 30px;
    text-align: center;
}

.chapter05_box_inden {
    width: 280px !important;
    padding-right: 50px;
    color: #000;
}

.chapter05_box_inden p {
    color: #000;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
}

.chapter06 {
    text-align: center;
}

.chapter06 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
}

.chapter06 ul li img {
    width: 250px;
}

.chapter06 ul li {
    padding-top: 20px;
}

.shop_button {
    border: solid 1px #000;
    padding: 20px;
}

.shop_button:hover,
.onlineshop_container_box01:hover,
.onlineshop_container_box02:hover {
    background-color: #000;
    color: #fff;
}

.stores h2 {
    text-align: center;
}

.stores_container_02 {
    margin-top: 100px;
}

section {
    margin-bottom: 200px;
}

/*スライダー設定*/
.bxslider {
    box-shadow: none;
    border: none;
    background: none;
}

.feed-prev-btn {
    background-image: url(../images/slider_prev.png);
}

.feed-next-btn {
    background-image: url(../images/slider_next.png);
    background-size: cover;
}

.feed-prev-btn .bx-prev {
    opacity: 0;
    display: block;
    width: 60px;
    height: 60px;
}

.feed-next-btn .bx-next {
    opacity: 0;
    display: block;
    width: 60px;
    height: 60px;
}

.navi-btn {
    width: 60px;
    height: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.slider_button {
    position: absolute;
    top: 170px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

/*ホバー設定　不透明度*/
.stores_bxslider div:hover {
    opacity: .6;
    transition: .3s;
}

.shop_button:hover {
    transition: .3s;
}

/*ヘッダーここまで*/
.main_visual {
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
}

#heading {
    background-image: linear-gradient(45deg,
            rgb(37, 47, 255) 0%,
            rgb(124, 192, 226) 100%,
            rgb(37, 47, 255) 200%);
    font-size: 40px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bold;
}

.chapter00 {
    margin-top: 200px;
    width: 100%;
    height: 2500px;
    text-align: center;
}

.chapter00_container {
    margin-top: 500px;
    height: 520px;
    position: absolute;
    position: sticky;
    top: 25%;
    line-height: 60px;
}

.chapter00_container p {
    font-size: 30px;
}

.chapter01_container {
    height: 2000px;
}

.chapter01_box01 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    position: sticky;
    top: 20%;
}

.chapter01_box01 img {
    width: 500px;
}

.chapter01_box01 div p {
    padding-top: 20px;
}

.chapter01_box02 {
    padding-top: 100px;
}

.chapter01_box02 div {
    display: flex;
    justify-content: space-around;
}

.chapter01_box02 p {
    text-align: center;
    padding-top: 20px;
}

.chapter02 h2,
.chapter04 h2 {
    text-align: center;
    font-size: 35px;
    padding: 211px 0;
}

.chapter04 .chapter02_text {
    text-align: center !important;
}

.chapter02_text,
.chapter05_text {
    padding-top: 15px;
    text-align: start;
    padding-top: 25px;
    line-height: 40px;
}

.chapter03_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.chapter03_container img {
    width: 500px;
}

.chapter03_container div p {
    padding-top: 20px;
}

.chapter03_container02 {
    padding-top: 100px;
}

.chapter03_container02 div {
    display: flex;
    justify-content: space-around;
}

.chapter03_container02 p {
    text-align: center;
    padding-top: 20px;
}

.parallax-window {
    height: 450px;
    background: transparent;
}

.chapter05_title {
    font-size: 30px;
    text-align: center;
}

.chapter05_comtainer02 {
    text-align: center;
}

.chapter05_comtainer02 img {
    width: 500px;
    height: auto;
}

.chapter06 {
    text-align: center;
}

.chapter06 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
}

.chapter06 ul li img {
    width: 250px;
}

.chapter06 ul li {
    padding-top: 20px;
}

.chapter07_box01,
.chapter07_box01 div,
.chapter07_box02 {
    display: flex;
}

.chapter07_box01 {
    align-items: center;
    margin-bottom: 100px;
}

.chapter07_box01 img {
    width: 400px;
    height: 300px;
}

.chapter07_box01 h2,
.chapter07_box02 h2 {
    margin-bottom: 20px;
}

.chapter07_box01 div {
    flex-direction: column;
    width: 620px;
    padding-left: 30px;
}

.chapter07_box02 {
    justify-content: space-between;
}

.chapter07_box02 div {
    width: 300px;
    height: auto;

}

.chapter07_box02 img {
    margin-bottom: 20px;
    width: 300px;
    height: auto;
}

.chapter07_box02 h2 {
    text-align: center;
}

.stores {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.stores h2 {
    text-align: center;
}

/*スライダー設定*/
.bxslider {
    box-shadow: none;
    border: none;
    background: none;
}

.feed-prev-btn {
    background-image: url(../images/slider_prev.png);
}

.feed-next-btn {
    background-image: url(../images/slider_next.png);
    background-size: cover;
}

.feed-prev-btn .bx-prev {
    opacity: 0;
    display: block;
    width: 60px;
    height: 60px;
}

.feed-next-btn .bx-next {
    opacity: 0;
    display: block;
    width: 60px;
    height: 60px;
}

.navi-btn {
    width: 60px;
    height: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.slider_button {
    position: absolute;
    top: 170px;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

/*ホバー設定　不透明度*/
.stores_bxslider div:hover,
.onlineshop_container_box01:hover,
.onlineshop_container_box02:hover,
.onlineshop_container_box03:hover {
    opacity: .6;
    transition: .3s;
}

.shop_button:hover {
    transition: .3s;
}

.br_pc {
    display: inherit !important;
}

.br_tablet,
.br_phone {
    display: none;
}

.crocodile_mainvisual_bxslider_test {
    width: 1100px;
    height: 620px;
    margin: 0 auto;
}

.crocodile_mainvisual_bxslider_test img {
    height: 100%;
    padding-top: 80px;
}

.onlineshop_container_box03_nobr {
    line-height: 50px;
}

/*ショップリンク　ここから*/
.onlineshop_container {
    border-top: 1px #000 solid;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.onlineshop_container_box {
    display: flex;
    justify-content: space-around;
    width: 426px;
    margin: 0 auto;
    padding-top: 30px;

}

.onlineshop_container_box01,
.onlineshop_container_box02 {
    display: flex;
    flex-direction: column;
    width: 213px !important;
}

.onlineshop_container_box01 img,
.onlineshop_container_box02 img {
    margin: 0 auto;
    width: 150px !important;
}

.onlineshop_container_box01 {
    background-color: #BD8C3F;
    padding: 20px 0;
}

.onlineshop_container_box01 img {
    border-bottom: #fff 1px solid !important;
    padding-bottom: 10px !important;
    text-align: center;
}

.onlineshop_container_box01 p {
    padding-top: 10px !important;
    color: #fff;
    font-weight: bold;
}

.onlineshop_container_box02 {
    background-color: #adadad;
    padding: 20px 0 !important;
    margin-left: 30px;
}

.onlineshop_container_box02 img {
    border-bottom: #fff 1px solid;
    padding-bottom: 10px !important;
    text-align: center;
}

.onlineshop_container_box02 p {
    padding-top: 10px !important;
    color: #fff;
    font-weight: bold;
}

.onlineshop_container_02 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 200px;
}

.onlineshop_container_box03 {
    width: 213px;
    height: 90px;
    border: solid 1px #000;
    text-align: center;
    padding: 20px 30px;
    box-sizing: border-box;
}

/*カートリンク　ここから*/
.shop_link_container_pc {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 100;
    position: fixed;
    transition: all .8s;
}

.shop_link_container_pc img {
    height: 30px;
    color: #AB3B3A;
    background-color: #fff;
    padding: 15px;

}

.shop_link_container_pc div {
    position: absolute;
    right: -260px;
    top: 0;
    width: 260px;
    height: 230px;
    background-color: #fff;
    padding: 0;
}

.shop_link_container_pc div ul li {
    background-color: #AB3B3A;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: start;
}

.shop_link_container_pc div ul li a,
.shop_link_container_pc div ul li a:visited {
    color: #fff;
}

.shop_link_container_pc:hover {
    right: 260px;
    transition: all .8s;
}

.shop_link_container_phone {
    display: none;
}

/*カートリンク　ここまで*/

/*ショップリンク　ここまで*/

@media screen and (max-width: 840px) {

    .br_pc,
    .br_phone {
        display: none;
    }

    .br_tablet {
        display: inherit !important;
    }

    body {
        background-size: 60%;
    }

    .scrolldown4 {
        display: inherit;
    }



    .br_pc {
        display: none;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 13px;
    }

    .wrapper,
    .chapter00_container {
        width: 90%;
        margin: 0 auto;
    }

    .chapter00 p,
    .chapter02 h2,
    .chapter04 h2,
    .chapter05_title {
        font-size: 25px;
    }

    header {
        padding: 8px 0;
    }

    .header_pc {
        display: none;
    }

    .header_phone {
        display: inherit;
    }

    header h1 {
        padding-top: 15px;
    }

    .menu-btn {
        position: fixed;
        top: 15px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        background-color: #AB3B3A;
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        background-color: #AB3B3A;
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #fff;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    .menu-content ul {
        padding: 10px 10px 0;
        height: 100vh;
    }

    .menu-content ul li {
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #AB3B3A;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
    }

    #menu-btn-check:checked~.menu-content {
        top: 0;
        /*メニューを画面内へ*/
    }

    #menu-btn-check:checked~.menu-content {
        top: 0;
        /*メニューを画面内へ*/
        z-index: 200;
    }

    #menu-btn-check:checked~.menu-btn {
        z-index: 201;
    }

    /*ショップリンク　レスポンシブ設定*/
    .shop_link_container_phone {
        display: inherit;
    }

    .shop_link_container_phone img {
        height: 28px;
        width: auto;
    }

    .shop_link_btn,
    #open,
    #close {

        position: fixed;
        top: 30px;
        right: 80px;
    }

    .shop_link_btn {
        z-index: 101;
    }

    .shop_link_btn i {
        font-size: 25px;
    }

    .shop_link_menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 100;
        background-color: #fff;
        transition: all 0.5s;
        /*アニメーション設定*/
        text-align: center;
    }

    .shop_link_menu-content li {
        width: 200px;
        background-color: #AB3B3A;
        padding: 10px;
        margin: 0 auto;
        margin-top: 70px;
    }

    .shop_link_menu-content li a {
        color: #fff;
    }

    #shop_link {
        display: none;
    }

    #shop_link:checked~.shop_link_btn i:first-child {
        display: none;
    }

    #shop_link:checked~.shop_link_menu-content {
        top: 0;
        z-index: 200;
    }

    #shop_link:checked~.shop_link_btn {
        z-index: 201;
    }

    #open {
        color: #fff;
    }

    #close {
        display: none;
        position: fixed;
        top: 30px;
        right: 80px;
        color: #AB3B3A;
        z-index: 101 !important;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    #shop_link:checked~.shop_link_btn #close {
        display: inherit;
    }

    #shop_link:checked~.shop_link_btn #open {
        display: none;
    }

    /*ショップリンク　レスポンシブ設定*/

    .main_visual img {
        width: 100%;
    }

    .chapter00_box00,
    .chapter00_box02 div,
    .chapter03_container {
        flex-direction: column;
    }

    .chapter01_box01,
    .chapter01_box02 div,
    .chapter03_container {
        flex-direction: column;
    }

    #heading {
        font-size: 30px;
    }

    .chapter00 {
        padding-top: 500px;
        text-align: start;
    }

    .chapter00_container {
        line-height: 80px;
    }

    .chapter01_box01 div {
        margin-top: 30px;
        width: 500px;
    }

    .chapter01_box01 div h2 {
        text-align: center;
    }

    .chapter02_text,
    .chapter04_text {
        line-height: 30px;
    }

    .chapter06 ul li img {
        width: 180px;
        height: auto;
    }

    .chapter01_box01 {
        width: 100%;
    }

    .chapter05 .bxslider div {
        width: 300px;
    }

    .chapter05 .bx-wrapper .bx-viewport {
        width: 100% !important;
    }

    .chapter05_box_inden img {
        height: 250px;
        width: auto;
    }

    .chapter05 {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .chapter05_box_inden {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 50%;
        margin: 0 auto;
        padding-top: 0;
    }

    .chapter05_title {
        font-size: 40px;
        text-align: center;
    }

    .chapter05_box_inden img {
        height: 450px;
        width: auto;
    }

    .chapter05_box_inden div {
        width: 50% !important;
        padding-left: 0 !important;
        padding-top: 30px;
        margin: 0 auto;
    }

    .chapter05_box_inden div h2 {
        padding-bottom: 20px;
        text-align: center;
    }

    .chapter05_box_inden div p {
        margin-bottom: 30px;
    }

    .chapter05_box_inden a {
        font-size: 16px;
        border: solid 1px #fff;
        color: #fff;
        padding: 20px;
    }

    .chapter05_box_inden a:hover {
        color: #000;
        background-color: #fff;
    }

    .chapter05 .slider_button {
        top: 200px;
    }

    .chapter06 ul {
        flex-wrap: wrap;
    }

    .chapter07_box01 {
        flex-direction: column;
    }

    .chapter07_box01 div {
        padding-left: 0;
        width: 400px;
    }

    .chapter07_box01 div h2 {
        text-align: center;
        margin-top: 20px;
    }

    .chapter07_box02 {
        flex-wrap: wrap;
        padding: 0 25px;
    }

    .chapter07_box02 div {
        margin-bottom: 30px;
    }

    .stores {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 200px;
    }

    footer .wrapper {
        flex-wrap: wrap;
        height: 370px;
    }

    footer .wrapper div {
        width: 50%;
        height: 170px;
    }

    .footer_sns_container_box01 {
        margin-top: 60px;
        text-align: center;
        height: 60px !important;
        margin-bottom: 30px;
    }

    .footer_sns_container,
    .footer_sns_container_box01,
    .footer_sns_container_box02 {
        text-align: center;
        width: 100% !important;
    }

    .footer_sns_container_box01 {
        padding-bottom: 0 !important;
    }

    .footer_sns_container_box02 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer_copy {
        margin-top: 80px;
    }

    .footer_sns img {
        padding-right: 32px;
    }

    .crocodile_mainvisual_bxslider_test {
        padding-top: 80px;
    }

    .crocodile_mainvisual_bxslider_test,
    .crocodile_mainvisual_bxslider_test img {
        width: 100vw;
        height: auto;
    }

    .onlineshop_container_box01 p,
    .onlineshop_container_box02 p {
        text-align: center;
    }

    /*カートリンク　ここから*/
    .shop_link_container_pc {
        display: none;
    }

    .onlineshop_container_box03 {
        width: 40%;
        margin-bottom: 20px;
    }

    .onlineshop_container_02 {
        flex-wrap: wrap;
    }

    /*カートリンク　ここまで*/
}

/*タブレット　横　ここから*/
@media screen and (max-width: 950px) and (orientation: landscape) {
    .menu-content {
        overflow: scroll;
    }

    .br_phone,
    .br_pc {
        display: none;
    }

    .br_tablet {
        display: inherit;
    }

    .scrolldown4 {
        display: inherit;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .wrapper,
    .chapter00_container {
        width: 90%;
    }

    .chapter00 p,
    .chapter02 h2,
    .chapter04 h2,
    .chapter05_title {
        font-size: 17px;
    }

    header {
        height: 80px;
        padding: 0;
    }

    .header_pc {
        display: none;
    }

    .header_phone {
        display: inherit;
    }

    header h1 img {
        padding-top: 20px;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 101;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #BD8C3F;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
        background-color: #fff;
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: -100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 100;
        background-color: #000;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    .menu-content ul {
        padding: 30px 10px 0;
        height: 100vh;
    }

    .menu-content ul li {
        list-style: none;
    }

    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
    }

    #menu-btn-check:checked~.menu-content {
        top: 0;
        /*メニューを画面内へ*/
    }

    .main_visual img {
        width: 100%;
    }

    #heading {
        font-size: 25px;
    }

    .chapter00 {
        margin-bottom: 0;
    }

    .chapter00_container {
        top: 40%;
        margin: 0 auto;
        text-align: start;
    }

    .chapter01_box01 div {
        width: 50%;
    }

    .chapter01_box01,
    .chapter01_box02 div,
    .chapter03_container {
        flex-direction: row;
    }

    .chapter01_box01 img {
        width: 400px;
    }

    .chapter02_text,
    .chapter04_text {
        line-height: 30px;
    }

    .chapter01_box02 div img {
        width: 50%;
    }

    .chapter06 ul li img {
        width: 180px;
        height: auto;
    }

    .chapter02_text {
        text-align: start;
    }

    .chapter01_box01 {
        width: 100%;
    }

    .chapter05 .bxslider div {
        width: 300px;
    }

    .chapter05 .bx-wrapper .bx-viewport {
        width: 100% !important;
    }

    .chapter05_box_inden img {
        height: 250px !important;
        width: auto;
    }

    .chapter05 {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .chapter05_box_inden {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 550px;
        width: 50%;
        margin: 0 auto;
        padding-top: 0;
    }

    .chapter05_title {
        font-size: 40px;
        text-align: center;
    }

    .chapter05_box_inden img {
        height: 450px;
        width: auto;
    }

    .chapter05_box_inden div {
        width: 50% !important;
        padding-left: 0 !important;
        padding-top: 30px;
        margin: 0 auto;
    }

    .chapter05_box_inden div h2 {
        padding-bottom: 20px;
        text-align: center;
    }

    .chapter05_box_inden div p {
        margin-bottom: 30px;
    }

    .chapter05_box_inden a {
        font-size: 16px;
        border: solid 1px #fff;
        color: #fff;
        padding: 20px;
    }

    .chapter05_box_inden a:hover {
        color: #000;
        background-color: #fff;
    }

    .chapter05 .slider_button {
        top: 200px;
    }

    .chapter06 ul {
        flex-wrap: wrap;
    }

    .chapter07_box01 {
        flex-direction: column;
    }

    .chapter07_box01 div {
        padding-left: 0;
        width: 400px;
    }

    .chapter07_box01 div h2 {
        text-align: center;
        margin-top: 20px;
    }

    .chapter07_box02 {
        flex-wrap: wrap;
        padding: 0 25px;
    }

    .chapter07_box02 div {
        margin-bottom: 20px;
    }

    .stores {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 200px;
    }

    footer .wrapper {
        flex-wrap: wrap;
        height: 370px;
    }

    footer .wrapper div {
        width: 50%;
        height: 170px;
    }

    .footer_sns_container_box01 {
        margin-top: 60px;
        text-align: center;
        height: 60px !important;
        margin-bottom: 30px;
    }

    .footer_sns_container,
    .footer_sns_container_box01,
    .footer_sns_container_box02 {
        text-align: center;
        width: 100% !important;
    }

    .footer_sns_container_box01 {
        padding-bottom: 0 !important;
    }

    .footer_sns_container_box02 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer_copy {
        margin-top: 80px;
    }

    .footer_sns img {
        padding-right: 32px;
    }

    .onlineshop_container_box01 p,
    .onlineshop_container_box02 p {
        text-align: center;
    }


}

/*タブレット　横　ここまで*/

@media screen and (max-width: 450px) {

    .crocodile_mainvisual .bx-wrapper .bx-controls-direction a {
        top: 280px !important;
    }

    /*ショップリンク*/
    header h1 img {
        height: 28px;
    }

    .shop_link_menu-content li {
        margin-top: 70px;
    }

    .shop_link_btn,
    #open,
    #close {
        top: 33px;
        right: 70px;
    }

    /*ショップリンク*/
    /*ショップリンク*/
    .shop_link_menu-content li:first-of-type {
        margin-top: 110px;
    }

    .shop_link_menu-content li {
        margin-top: 30px;
    }

    .shop_link_btn,
    #open,
    #close {
        top: 35px;
    }

    /*ショップリンク*/
    .br_pc,
    .br_tablet {
        display: none !important;
    }

    .br_phone {
        display: inherit;
    }

    body {
        background-size: 80%;
    }

    section {
        margin-bottom: 100px;
    }

    .menu-btn {
        top: 15px;
    }

    .crocodile_mainvisual_bxslider_test img {
        padding-top: 0;
    }

    .chapter00_container {
        line-height: 50px;
    }

    .chapter00_container p {
        font-size: 15px;
    }

    #heading {
        font-size: 15px;
    }

    .chapter00 {
        margin: 0;
        padding: 0;
        margin-top: 500px;
        height: 1500px;
    }

    .chapter00_container {
        top: 20%;
        height: 460px;
        padding-bottom: 100px;
    }

    .chapter01_container {
        height: 480px;
    }

    .chapter01_box01 {
        position: static;
        width: 300px;
        height: auto;
    }

    .chapter01_box01 div {
        width: 100%;
    }

    .chapter01_box01 img {
        width: 100%;
        height: auto;
    }

    .chapter01_box01 h2 {
        margin-top: 20px;
    }

    .chapter02_text,
    .chapter04_text {
        text-align: start;
        line-height: 25px;
    }

    .chapter03_container .bx-wrapper {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .chapter05 {
        height: auto;
    }

    .chapter05_box_inden,
    .chapter05 .bx-wrapper {
        width: 100%;
    }

    .chapter05_box_inden {
        width: 90vw !important;
        margin-right: 5vw;
        margin-left: 5vw;
        padding-right: 30px;
    }

    .chapter05_box_inden img {
        height: 250px;
    }

    .chapter05_box_inden div p {
        width: 280px;
        margin: 0 auto;
    }

    .chapter05_box_inden {
        height: 330px !important;
    }

    .chapter05 .bx-wrapper {
        margin-bottom: 30px !important;
    }

    .chapter05_title {
        font-size: 18px;
    }

    .chapter05_comtainer02 img {
        width: 100%;
    }

    .chapter05 .slider_button {
        top: 168px;
    }

    .chapter06 ul {
        margin: 0 auto;
        display: inherit;
    }

    .chapter06 ul li img {
        width: 80%;
    }

    .chapter07_box01 img {
        width: 300px;
        height: auto;
    }

    .chapter07_box01 div {
        width: 300px;
    }

    .chapter07_box02 div {
        margin-bottom: 50px;
    }

    .chapter07_box02 div h2 {
        text-align: center;
    }

    .chapter07_box02 div img {
        width: 100%;
    }

    footer .wrapper {
        height: 610px;
    }

    footer .wrapper div {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .footer_company {
        padding-left: 10px;
    }

    .footer_sns_container_box01 {
        padding: 0;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .footer_copy {
        margin-top: 0;
    }

    .footer_sitemap ul {
        height: 234px;
    }

    footer div ul li {
        padding-left: 10px;
    }

    footer .wrapper div {
        padding-bottom: 0;
    }

    .onlineshop_container {
        flex-direction: column !important;
        width: 100%;
        text-align: center;
    }

    .onlineshop_container a {
        margin: 0 auto;
    }

    .onlineshop_container_box {
        width: 100%;
        display: block;
    }

    .onlineshop_container_box02 {
        margin-top: 20px !important;
    }

    .onlineshop_container_box01 p,
    .onlineshop_container_box02 p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .onlineshop_container_02 {
        flex-direction: column;
        width: 100%;
    }

    .onlineshop_container_box03 {
        width: 213px;
        padding-right: 0;
        padding-left: 0;
    }

    .onlineshop_container_box03 {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 450px) {
    p {
        font-size: 15px;
    }

    .chapter00 {
        padding-top: 0;
        height: 250px;
    }

    .chapter01_box01 img {
        width: 200px;
    }

    .chapter01_container {
        height: 200px;
    }

    #heading {
        font-size: 15px;
        line-height: 30px;
    }

    .chapter07_box02 div {
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .br_phone {
        display: inherit;
    }
}