@charset "UFT-8";

@media screen and (min-width: 1371px) {

    * {
        box-sizing: border-box;
    }

    @font-face {
        font-family: "Zen Old Mincho";
        src: url("../fonts/ZenOldMincho-Bold.ttf") format("truetype");
    }

    @font-face {
        font-family: "meshed-display-black";
        src: url("../fonts/MeshedDisplay-Black.otf") format("truetype");
    }

    /* @font-face { */
    /* font-family: "Zen Old Mincho"; */
    /* src: url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap"); */
    /* font-display: block; */
    /* } */

    body {
        background-color: #B61D22;
        box-sizing: border-box;
        overflow-x: hidden;
        padding-top: 120px;
    }


    /*ヘッダー*/
    .header-red {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: #B61D22;
        height: 100px;
        padding: 0 40px;
        margin: 0 auto;
        z-index: 1000;
    }

    .sp-only {
        display: none;
    }

    .pc-only {
        background-color: #B61D22;
    }

    .pc-only img {
        height: 72px;
        margin: 14px 0 14px 20px;
    }

    /* ヘッダーが赤の場合 */
    .button-white {
        width: 72px;
        height: 72px;
        cursor: pointer;
        z-index: 1100;
        position: fixed;
        position: relative;
    }

    /* ３本線白 */
    .button-white span {
        display: inline-block;
        width: 80%;
        height: 3px;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        transition: all 0.6s;
    }

    .button-white span:nth-of-type(1) {
        top: 20px;
    }

    .button-white span:nth-of-type(2) {
        top: 36px;
    }

    .button-white span:nth-of-type(3) {
        top: 52px;
    }

    .inner-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 1050;
        height: 100vh;
        width: 100%;
        background: #B61D22;
        transition: all 0.6s;
    }

    .inner-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100px;
        padding: 0 40px;
        margin: 0 auto;
    }

    .inner-header-title a {
        font-size: 56px;
        color: #fff;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
        ;
    }

    .main-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
        padding: 0 40px;
    }

    .main-logo {
        max-width: 680px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .main-logo img {
        margin: 0 auto;
        width: 360px;
        object-fit: cover
    }

    .main-list {
        max-width: 680px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .menu-list {
        list-style-type: none;
        display: flex;
        margin-top: 40px;
    }

    .menu-list li {
        padding-bottom: 40px;
    }

    .menu-list a {
        color: #fff;
        font-size: 36px;
        font-family: "meshed-display-black";
    }

    .hb-insta-logo {
        width: 36px;
        height: auto;
    }

    .dashed {
        border-bottom: dashed 3px #fff;
        margin-bottom: 36px;
    }

    .main-box2 {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 130px;
        padding: 0 40px;
    }

    .policy {
        list-style-type: none;
        display: flex;
    }

    .policy li {
        padding-bottom: 18px;
    }

    .policy a {
        color: #fff;
        font-size: 12px;
        font-family: "meshed-display-black";
    }

    .inner-nav.is-active {
        right: 0;
    }

    /*ヘッダーが赤の場合  */
    .button-white.is-active span:nth-of-type(1) {
        top: 36px;
        transform: translateX(-50%) rotate(45deg);
        background: #fff;
    }

    .button-white.is-active span:nth-of-type(2) {
        display: none;
    }

    .button-white.is-active span:nth-of-type(3) {
        top: 36px;
        transform: translateX(-50%) rotate(-45deg);
        background: #fff;
    }

    /*メイン*/
    .zen-old-mincho-regular {
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
    }


    .collection-title {
        text-align: center;
        font-size: 60px;
        font-family: "meshed-display-black";
        color: #FFF;
        background-color: #B61D22;
        padding-top: 20px;
        padding-bottom: 200px;
    }

    main {
        background-color: #fff;
        max-width: 1360px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 212px;
        margin-bottom: 240px;
    }

    .collection-title {
        text-align: center;
        font-size: 60px;
        font-family: "meshed-display-black";
        color: #FFF;
        background-color: #B61D22;
        padding-top: 20px;
        padding-bottom: 200px;
    }

    .subtitle {
        font-size: 36px;
        padding-top: 70px;
        font-family: meshed-display-black;
        text-align: center;
    }

    .co_top {
        display: flex;
        justify-content: space-between;
        margin: 128px auto;
        max-width: 1070px;
    }

    .co_top2 {
        width: 50%;
        min-width: 500px;
        margin: 0 auto;
    }

    .co_top2 img {
        width: 100%;
    }

    .co_top_sp {
        display: none;
    }

    .co_top_sp2 {
        display: none;
    }

    .co_top img {
        width: 50%;
        max-width: 528px;
        height: auto;
    }

    .co_middle {
        margin: 46px auto;
        max-width: 789px;
        text-align: center;
    }

    .subtitle2 {
        font-size: 36px;
        margin-bottom: 46px;
        font-family: "ZenOldMincho-Black";
    }

    .co_middle-text {
        display: inline-block;
        width: 100%;
        line-height: 1.8;
        height: auto;
        font-family: "Zen Old Mincho", serif;
        font-weight: 700;
        font-style: normal;
        ;
        text-align-last: left;
    }

    .co_slide {
        display: flex;
        justify-content: space-between;
        max-width: 1070px;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .slider {
        display: none !important;
    }

    .co_slide img {
        width: 23%;
        height: auto;
        margin-bottom: 40px;
    }

    .co_bottom_pc {
        text-align: center;
        margin-top: 40px;
        max-width: 1000px;
        margin: 115px auto 0 auto;
    }

    .co_bottom_pc1 {
        max-width: 816px;
        margin-bottom: 180px;
    }

    .co_bottom_pc2 {
        width: 50%;
        min-width: 500px;
    }

    .co-bottom_sp {
        display: none;
    }

    .co_bottom_sp1 {
        display: none;
    }

    .co_bottom_sp2 {
        display: none;
    }

    /*メインここまで*/


    /* フッターここから */

    .footer {
        width: 100%;
        height: 496px;
        padding: 40px 50px 0 50px;
        background-color: #fff;
    }

    .logo-box {
        width: 100%;
        height: 140px;
    }

    .footer-logo {
        display: flex;
        width: 128px;
        top: 12px;
        margin: auto;
    }

    .sp-only {
        display: none;
    }

    .pc-only {
        width: 100%;
    }

    .menu {
        max-width: 1260px;
        width: 100%;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }

    .teamA {
        display: flex;
    }

    .footer-content1 {
        list-style-type: none;
        display: flex;
        width: 230px;
        height: 212px;
    }

    .footer-content1 li {
        padding-bottom: 32px;
    }

    .footer-content1 a {
        color: black;
        font-size: 16px;
        font-family: "meshed-display-black";
    }

    .footer-content2 {
        list-style-type: none;
        display: flex;
        width: 230px;
        height: 212px;
    }

    .footer-content2 li {
        padding-bottom: 26px;
    }

    .insta-blacklogo {
        width: 24px;
        height: auto;
    }

    .footer-content2 a {
        color: black;
        font-size: 16px;
        font-family: "meshed-display-black";
    }

    .footer-content3 {
        list-style-type: none;
        display: flex;
        height: 212px;
        align-items: flex-end;

    }

    .footer-content3 ul {
        display: flex;
        align-items: flex-end;
        text-align: right;
    }

    .footer-content3 li {
        width: 100px;
    }

    .footer-content3 a {
        color: black;
        font-size: 14px;
        font-family: "meshed-display-black";
    }

    .copyright {
        display: flex;
        margin: 0 auto;
    }

    .copycontent {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        width: 100%;
        font-family: "meshed-display-black";
    }

    .copyright p {
        color: black;
        font-size: 12px;
    }

}