header#header {
    display: block !important;
    z-index: 100;
}

#lp-contents {
    width: 100%;
    margin: 0 auto;
    background: url(images/bg.jpg) repeat;
    color: #010101;
    text-align: center;
    font-family: 'Zen Kaku Gothic Antique', 'Zen Kaku Gothic New' , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
#lp-contents * {
    font-family: 'Zen Kaku Gothic Antique', 'Zen Kaku Gothic New' , "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
}
#lp-contents a {
    text-decoration: none;
    transition: 0.3s;
}
#lp-contents a:hover {
    opacity: 0.7;
}
.lp-contents-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 100px;
    border-right: 2px solid #7d7d7d;
    border-left: 2px solid #7d7d7d;
}
.lp-top {
    width: 100%;
}
.lp-top h2 {
    width: 100%;
}
.lp-lead p {
    width: 90%;
    max-width: 762px;
    margin: 75px auto 160px;
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
.lp-main {
    width: 100%;
    margin: 150px auto 0;
}
.lp-nav {
    padding: 0 0 20px;
}
.lp-nav.nav-fixed {
    background: url(images/bg.jpg) repeat;
    position: -webkit-sticky;
    position: sticky;
    top: 67px; /* サイト自体のヘッダーの高さ */
    z-index: 8;
    padding-bottom: 0;
    border-bottom: 2px solid #7d7d7d;
}
.lp-nav ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.lp-nav ul li {
    display: flex;
    align-items: center;
    width: calc(100% / 3);
    height: 82px;
    border-right: 1px solid #010101;
}
.lp-nav ul li:last-child {
    border-right: none;
}
.lp-nav ul li img {
    width: 65%;
}
.area {
    margin: 140px auto 0;
}
.area#unisex2 {
    margin-top: 70px;
}
.area .line {
    width: 90%;
    max-width: 762px;
    margin: 0 auto 90px;
}
.area h3 {
    width: 60%;
    max-width: 500px;
    margin: 0 auto 45px;
}
.area h4 {
    width: 45%;
    max-width: 370px;
    margin: 0 auto 60px;
}
.area h4 span img {
    width: 95%;
    max-width: 266px;
    padding-bottom: 12px;
}
.item_list ul {
    display: flex;
    width: 100%;
    background-image : linear-gradient(to right, #9c9c9a, #9c9c9a 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る 下の線 */
    background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.item_list ul:last-child {
    background-image: none;
}
.item_list ul li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 0 25px;
    background-image : linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 8px);   /* 幅2の線を作る 左の線 */
    background-size: 2px 8px;          /* グラデーションの幅・高さを指定 */
    background-position: right top;  /* 背景の開始位置を指定 */
    background-repeat: repeat-y;       /* 横向きにのみ繰り返す */
}
.item_list ul li:last-child {
    background-image: none;
}
.item_list .tow li {
    width: calc((100% / 2) - 2px);
}
.item_list .three li {
    width: calc(100% / 3);
}
.item_list ul li .no {
    display: block;
    width: 48px;
    position: absolute;
    top: 28px;
    left: 58px;
    z-index: 5;
}
.item_list ul.three li .no {
    left: 18px;
}
.item_list ul li .item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 245px;
}
.item_list ul li .item_img img {
    width: 70%;
    max-width: 260px;
}
.item_list ul.three li .item_img img {
    width: 98%;
    max-width: 285px;
}
.item_list ul li p {
    margin: auto auto 15px;
    font-size: 22px;
}
.item_list ul li p span {
    font-weight: 500 !important;
}
.item_list ul li p .check {
    width: 31px;
}
.item_list ul li .buy_btn {
    display: block;
    width: 80px;
    margin: auto auto 0;
}
.day1 {
    width: 90%;
    max-width: 762px;
    margin: 135px auto 155px;
}
.day1 h5 {
    width: 100%;
    margin-bottom: 45px;
}
.day1 .set {
    width: 95%;
    max-width: 730px;
    margin: 0 auto; 20px;
}
.day1 .day1_cood {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 45px;
}
.credit {
    width: 100%;
    max-width: 640px;
    margin: 45px auto 0;
}
.credit li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.credit li:last-child {
    margin-bottom: 0;
}
.credit p {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-indent: -1.8em;
    padding-left: 1.8em;
}
.credit p span {
    font-weight: 500 !important;
    letter-spacing: 0;
}
.credit a {
    display: block;
    width: 80px;
}
.other h5 {
    width: 80%;
    max-width: 602px;
    margin: 0 auto 63px;
}
.img_slider li {
    width: 63%;
    max-width: 530px;
}
.text_slider {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}
.text_slider .credit {
    max-width: none;
}
/* slick */
.slick-slide {
    height: auto !important;
}
.slide-arrow {
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 15px;
    width: 70px;
    z-index: 2;
    transition: 0.3s;
}
.prev-arrow {
    left: 100px;
}
.prev-arrow:hover {
    left: 80px;
}
.next-arrow {
    right: 100px;
}
.next-arrow:hover {
    right: 80px;
}
@media (max-width: 767px) {
    .slide-arrow {
        top: 10px;
        width: 40px;
    }
    .prev-arrow:hover {
        left: 100px;
    }
    .next-arrow:hover {
        right: 100px;
    }
}
.all_item_btn {
    width: 70%;
    max-width: 700px;
    margin: 100px auto 0;
}
#lp-contents .all_item_btn a {
    display: block;
    padding: 24px 0;
    border: 2px solid;
    text-align: center;
    font-size: 24px;
}
#lp-contents .all_item_btn a:hover {
    background: #020202;
    color: #fdfef9;
}

@media (max-width: 960px) {
    #lp-contents {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #lp-contents {
        background: url(images/bg_sp.jpg) repeat;
        font-size: 14px;
    }
    .lp-contents-inner {
        padding-bottom: 60px;
    }
    .lp-lead p {
        margin: 50px auto;
        font-size: 15px;
    }
    .lp-nav.nav-fixed {
        background: url(images/bg_sp.jpg) repeat;
        top: 55px;
    }
    .lp-nav ul li {
        height: 40px;
    }
    .lp-main {
        margin: 50px auto 0;
    }
    .area {
        margin: 50px auto 100px;
    }
    .area#unisex {
        margin-bottom: 0;
    }
    .area#unisex2 {
        margin-top: 30px;
    }
    .area .line {
        margin-bottom: 30px;
    }
    .area h3 {
        margin-bottom: 20px;
    }
    .area h4{
        margin: 0 auto 48px;
    }
    .item_list ul li .no {
        width: 30px;
        top: 15px;
        left: 15px;
    }
    .item_list ul.three li .no {
        left: 6px;
    }
    .item_list ul li .item_img {
        height: 130px;
    }
    .item_list ul.tow li .item_img img {
        height: 130px;
        width: auto;
    }
    .item_list ul li p {
        font-size: 14px;
        line-height: 1.3em;
    }
    .item_list ul li p .check {
        width: 14px;
    }
    .item_list ul li .buy_btn {
        width: 60px;
    }
    .day1 {
        margin: 40px auto 60px;
    }
    .credit p {
        font-size: 14px;
    }
    .credit a {
        width: 60px;
    }
    .all_item_btn {
        margin-top: 40px;
    }
    #lp-contents .all_item_btn a {
        padding: 13px 0;
        font-size: 16px;
    }
    .credit li{
        margin-bottom: 10px;
    }
}

/*=============================================
 レスポンシブ クラス
 *=============================================*/
#lp-contents .hidden-phone {
    display: inline-block;
}
#lp-contents .visible-phone {
    display: none;
}
@media (max-width: 768px) {
    #lp-contents .hidden-phone {
        display: none;
    }
    #lp-contents .visible-phone {
        display: block;
    }
}