hr {
    margin: 30px auto 0 auto;
    display: block;
    width: 100%;
    color: #bbb;
    max-width: 1200px;
}

/* 動きの制御 */
.fadeUpTrigger,
.fadeInTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h1 {
    margin: auto;
    max-width: 1200px;
}

li {
    list-style: none;
}

main {
    max-width: none;
}

.sec-ttl-wrap {
    background: #bebebe;
    text-align: center;
    margin-bottom: 90px;
}

.sec-ttl {
    text-align: center;
    background: #bebebe;
    padding: 10px 0;
    position: relative;
    color: white;
    letter-spacing: 0.07em;
    font-weight: bold;
    font-size: 34px;
    display: inline-block;
    z-index: 1;
}

.sec-ttl img {
    position: absolute;
    top: -39px;
    left: -79px;
    z-index: -1;

}

.section-eyecatch {
    max-width: none;
    width: auto;
}

.bnr img {
    width: 100%;
}

.bnr-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .bnr-pc {
        display: none;
    }

    .bnr-sp {
        display: block;
    }
}

.first-text {
    max-width: 1200px;
    margin: 20px auto 90px;
    padding: 0 10px;
}

.first-text p {
    line-height: 1.7;
    text-align: left;
    font-size: 18px;
}

.flex-large {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 80px;
}

._reverse {
    flex-direction: row-reverse;
}

.flex-large-img,
.flex-large-txt {
    width: 50%;
}

.flex-large-img img {
    width: 100%;
}

.flex-large-txt {
    text-align: left;

}

.flex-large-txt.ml {
    margin-left: 20px;
}

.flex-large-txt.mr {
    margin-right: 20px;
}

.item-name {
    margin: 40px 0;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    position: relative;
}

.item-name::before {
    display: inline-block;
    width: 4px;
    background-color: #599ec7;
    margin-right: 10px;
    content: "";
    height: 50px;
    vertical-align: text-top;
}

.item-name span {
    display: block;
    font-weight: 600;
    color: darkgray;
    position: absolute;
    left: 15px;
    bottom: 0px;
    font-size: 16px;
}

.item-explain {
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.8;

}

.wearing:hover {
    opacity: 0.5;
}

.wearing {
    width: max-content;
    margin-bottom: 20px;
    transition: 0.3s;
}

.wearing p {
    text-align: left;
    font-weight: bold;
}

.wearing p:nth-child(1) {
    margin-bottom: 5px;
}

.model-link {
    text-align: left;
    width: max-content;
    display: inline-block;

}

.model-link a {
    color: #7fbadc;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.model-link:hover.model-link a {
    color: #3c8fbf;
}

.model-link:hover+.flex-large .arrow::before {
    border-top: solid 2px #3c8fbf;
    border-right: solid 2px #3c8fbf;
}

.flex-large .arrow {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.flex-large .arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #7fbadc;
    border-right: solid 2px #7fbadc;
    position: absolute;
    left: 10px;
    top: 8px;
    transition: 0.3s;
}


.flex-large .arrow.arrow-right::before {
    transform: rotate(45deg);
}

.flex-small {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 50px auto;
    justify-content: space-between;
}

.flex-small-inner {
    width: 24%;
}

.flex-small-inner img {
    width: 100%;
    filter: drop-shadow(2px 4px 9px gray);
    transition: 0.3s;
}

.flex-small-inner img:hover {
    opacity: 0.5;
}

.img-wrap {
    background: #dbe8eb;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
}

.item {
    font-size: 18px;
    font-weight: bold;
}

.item span {
    display: block;
    font-weight: 600;
    color: darkgray;
    font-size: 14px;
}

.mini-ttl {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.mini-ttl span {
    display: block;
    font-size: 16px;
    color: #60a9d5;
}

.pickup-wrap {
    margin-bottom: 100px;
}

.pickup-wrap .slider img:hover {
    opacity: 0.5;
}

.pick-item {
    font-weight: bold;
    margin-top: 10px;
}

.pick-pri {
    margin-top: 5px;
}



/* ・・・・・768以下の設定・・・・・ */

@media screen and (max-width:768px) {
    .first-text {

        margin: 20px auto 60px;
    }

    .first-text p {
        font-size: 14px;
    }

    .sec-ttl-wrap {
        margin-bottom: 45px;
    }

    .sec-ttl {
        font-size: 24px;
    }

    .sec-ttl img {
        top: -35px;
        left: -24px;
        width: 100px;
    }

    .flex-large {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .flex-large-img,
    .flex-large-txt {
        width: 90%;
    }

    .flex-large .arrow::before {
        width: 8px;
        height: 8px;
        left: 5px;
        top: 10px;
    }

    .flex-large-txt.ml {
        margin-left: 0px;
    }

    .flex-large-txt.mr {
        margin-right: 0;
    }

    .item-name {
        font-size: 18px;
        margin: 20px 0;
    }

    .item-explain {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .wearing {
        margin-bottom: 10px;
    }

    .model-link a {
        font-size: 14px;
    }

    .flex-small {
        flex-wrap: wrap;
        width: 90%;
    }

    .flex-small-inner {
        width: 47%;
        margin-bottom: 20px;
    }

    .flex-small-inner img {
        max-width: 290px;
    }

    .pick-item {
        font-size: 12px;
    }

    .item {
        font-size: 14px;
        text-align: left;
    }

    .item span {
        font-size: 12px;
    }

    .slider img {
        max-width: 290px !important;
        margin: auto;
    }
}


/* ・・・・・slickの設定・・・・・ */

/* 不要なCSS消去、調整 */
.pickup-wrap .slick-next:before,
.pickup-wrap .slick-prev::before {
    content: none;
}

.pickup-wrap .slick-dots li {
    margin: 0;
}

.pickup-wrap .slick-dots li button {
    background: #ddd;
    width: 10px;
    height: 10px;
}

.pickup-wrap .slick-dots li button:before {
    content: none;
}

/* 不要なCSS消去、調整 */

.pickup-wrap .slider {
    max-width: 1000px;
    margin: 0 auto;
}

.pickup-wrap .slider img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.pickup-wrap .slider .slick-slide {
    margin: 0 10px;
}

/*戻る、次へ矢印の位置*/
.pickup-wrap .slick-prev,
.pickup-wrap .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.pickup-wrap .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.pickup-wrap .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.pickup-wrap .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.pickup-wrap .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.pickup-wrap .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.pickup-wrap .slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

/* 価格表示削除 */
.wearing p:nth-child(2) {
    display: none;
}

.pick-pri {
    display: none;
}