    @charset "UTF-8";
    body {
        background-color: #fffefa;
        font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
    /* img {
    border: 10px solid #ffffff;
} */
    
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Overpass:wght@700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Cookie&family=Playfair+Display:ital,wght@1,600&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
    #header {
        padding: 20px;
    }
    
    #wrap {
        padding: 0px 20px;
        margin-bottom: 60px;
    }
    
    n1 {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
    
    n2 {
        font-size: 12px;
        font-weight: 450;
        font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
        letter-spacing: 0.02em;
        line-height: 5px;
    }
    
    n3 {
        font-size: 12px;
        font-weight: 650;
        font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
        letter-spacing: 0.02em;
        line-height: 5px;
    }
    
    h3 {
        font-size: 13px;
        font-weight: 650;
        font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
        letter-spacing: 0.02em;
        line-height: 5px;
        margin: 50px 0px 20px 0px;
        text-align: left;
    }
    
    h2 {
        /*線の種類（実線） 太さ 色*/
        border-bottom: solid 2px #ef857d;
        margin-bottom: 20px;
        text-align: left;
    }
    
    h1 {
        /*線の種類（実線） 太さ 色*/
        margin-top: 40px;
        text-align: left;
        margin-bottom: 80px;
    }
    
    .read {
        padding: 10px 0px 30px 0px;
    }
    
    .line {
        border-bottom: solid 1px #000;
        width: 100%;
        padding-bottom: 5px;
    }
    
    ul.credit_box {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        /* border-top: solid 1px #000000; */
        width: 95%;
        margin: 0 auto;
    }
    
    ul.credit_box a {
        color: #000;
    }
    
    .credit_box li {
        width: 45%;
        margin-top: 20px;
    }
    
    .credit_box li p {
        color: #000;
        letter-spacing: .08em;
        padding-top: 0;
        font-size: 11px;
        padding-top: 3px;
    }
    
    .col_gy {
        color: #aaa!important;
        margin-top: 10px;
    }
    
    .price {
        font-size: 16px!important;
        font-weight: bold;
    }
    
    .price span {
        font-size: 10px!important;
        font-weight: 400;
        padding-left: 3px;
    }
    
    .left img {
        display: block;
        width: 70%;
        margin-top: 50px;
        margin-right: auto;
    }
    
    .right img {
        display: block;
        width: 70%;
        margin-left: auto;
        margin-top: 30px;
    }
    
    .center img {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: 30px;
    }
    
    .info {
        text-align: center;
        margin-top: 50px;
    }
    
    .footer_txt {
        margin-right: auto;
        margin-top: 50px;
        text-align: left;
    }
    
    .btn_all {
        width: 100%;
        background: #01377f;
        padding: 10px 10px 16px 10px;
        text-align: center;
    }
    
    .btn_f {
        margin-top: 50px;
    }
    
    .btn_l {
        margin-top: 30px;
    }
    
    .btn_f a,
    .btn_l a {
        color: #ffffff;
        font-size: 12px;
    }
    
    .fl_r {
        text-align: right;
    }
    /*buyボタン*/
    
    .link_box {
        width: 340px;
        height: auto;
        margin-bottom: -10px;
    }
    
    .item {
        display: inline-block;
        width: 70px;
        height: 20px;
        line-height: 20px;
    }
    
    .btn_outer {
        display: flex;
        justify-content: center;
        margin: 5px
    }
    
    a.btn_02 {
        background-color: #4169e1;
        font-size: 11px;
        font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN'、sans-serif;
        color: #ffffff;
        padding: 0 10px;
        margin: 0 10px;
    }
    
    .fadein {
        -webkit-transition: all 1.1s linear;
        -o-transition: all 1.1s linear;
        transition: all 1.1s linear;
        opacity: 0;
    }
    
    .fadein.active {
        opacity: 1;
    }
    
    @media screen and (min-width:767px) {
        #header {
            max-width: 860px;
            margin: 0 auto;
        }
        #wrap {
            max-width: 1000px;
            margin: 0 auto;
            margin-bottom: 80px;
        }
        h3 {
            margin: 80px 0px 20px 0px;
        }
        .flexslider .slides img {
            width: 70%;
            margin: 0 auto;
        }
        .credit_box {
            width: 100%!important;
            display: flex;
            justify-content: space-between!important;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0px 35px;
        }
        .fx_sb {
            justify-content: flex-start!important;
        }
        .credit_box li {
            width: 22%;
            margin-top: 50px;
            position: relative;
        }
        .credit_box li:hover:before {
            position: absolute;
            background-color: #fff;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
            content: '';
            width: 100%;
            height: 100%;
            left: 50%;
            top: -7%;
            transform: translateX(-50%);
            z-index: -1;
            padding: 20px 18px 30px 18px;
        }
        .btn_all {
            width: 30%;
            background: #01377f;
            margin: 0 auto;
            padding: 15px 15px 21px 15px;
        }
        .btn_f {
            margin-top: 60px;
        }
        .btn_l {
            margin-top: 30px;
        }
        .btn_f a,
        .btn_l a {
            color: #ffffff;
            font-size: 13px;
        }
        .fl_r {
            width: 95%;
        }
    }