@charset "UTF-8";

/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

@font-face {
    font-family: "ivypresto-headline";
    src: url("https://use.typekit.net/af/673017/00000000000000007735e5aa/30/l") format("woff2"), url("https://use.typekit.net/af/673017/00000000000000007735e5aa/30/d") format("woff"), url("https://use.typekit.net/af/673017/00000000000000007735e5aa/30/a") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 100;
    font-stretch: normal;
}

@font-face {
    font-family: "ivypresto-headline-400";
    src: url("https://use.typekit.net/af/e456f5/00000000000000007735e5a2/30/l") format("woff2"), url("https://use.typekit.net/af/e456f5/00000000000000007735e5a2/30/d") format("woff"), url("https://use.typekit.net/af/e456f5/00000000000000007735e5a2/30/a") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

img {
    border: none;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

a {
    display: block;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    opacity: .7;
}

.fadein,
.fadein-2 {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s;
}

.fadein.scrollin,
.fadein-2.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}

/* main
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main {
    position: relative;
    margin-bottom: 70px;
}

main > div {
    width: 100%;
    height: 0;
    padding-top: 52.1875%;
    background: url("../img/main.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0;
}

main > div h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21%;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    main {
        margin-bottom: 30px;
    }
    main > div {
        padding-top: 112.4%;
        background: url("../img/main-sp.jpg") no-repeat center center;
        background-size: cover;
    }
    main > div h1 {
        width: 26%;
    }
}

/* detail
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 0 auto 70px;
    padding: 0 50px;
}

#detail > div {
    width: 45%;
}

#detail > div h2 {
    font-family: "ivypresto-headline-400", serif;
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
}

#detail > div img {
    margin-bottom: 40px;
}

.detail__point {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0;
}

.detail__point h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.detail__point ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 768px) {
    #detail {
        margin: 0 auto 40px;
        padding: 0 10px;
    }
    #detail > div {
        width: 100%;
        margin-bottom: 40px;
    }
    #detail > div h2 {
        margin-bottom: 20px;
    }
    #detail > div img {
        margin-bottom: 20px;
    }
    .detail__point {
        padding: 20px 10px;
    }
    .detail__point h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .detail__point ul li {
    }
}

/* look
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.look {
    max-width: 1260px;
    margin: 0 auto 100px;
    padding: 0 10px;
}

.look h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.look__title--right {
    justify-content: flex-end;
}

.look h2 span {
    font-size: 60px;
    margin-right: 20px;
}

.look__item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.look__item--end {
    justify-content: flex-end;
    margin-bottom: 80px;
}

.look__item--start {
    justify-content: flex-start;
}

.look__item--last {
    justify-content: flex-end;
}

.look__item > div {
    width: 24%;
}

.look__item--end > div {
    margin-left: 1.5%;
}

.look__item--start > div {
    margin-right: 1.5%;
}

.look__item--last > div:last-child {
    margin: 10% 0 0 18%;
}

.look__item > div.look__item--big {
    width: 34%;
}

.look__item > div h3 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.look__item > div h3 span {
    font-size: 24px;
}

.look__item > div img {
    margin-bottom: 20px;
}

.look__item--link {
    padding: 0 10px;
}

.look__item--link--big {
    width: 70%;
}

.look__item--link > div {
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.look__item--link > div h4 {
    font-family: "ivypresto-headline-400", serif;
    font-size: 13px;
    margin-right: auto;
}

.look__item--link > div p {
    font-family: "ivypresto-headline-400", serif;
    font-size: 13px;
}

.look__item--link > div p span {
    font-size: 10px;
}

.look__item--link > div a {
    font-family: "ivypresto-headline-400", serif;
    font-size: 10px;
    color: #fff;
    background-color: #000;
    width: 20%;
    padding: 3px 0;
    text-align: center;
}

.toggle {
    display: none;
}

.Label {
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 10px;
    padding: 15px 0 5px;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.Label::after, .Label::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #000;
    transition: all 0.3s;
}

.Label::after {
    transform: rotate(90deg);
    width: 1px;
    height: 18px;
    top: 18px;
}

.toggle:checked + .Label::before {
    transform: rotate(0deg) translateY(10px) !important;
    opacity: 0;
}

.content {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.toggle:checked + .Label + .content {
    height: auto;
    padding: 5% 0 0 0;
    transition: all .3s;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.btn a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #000;
    width: 200px;
    margin: 0 30px;
    padding: 15px 0;
    border: 1px solid #707070;
    text-align: center;
}

.btn a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.btn__instagram::before {
    content: "";
    background-image: url("../img/icon_instagram.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

footer {
    margin-bottom: 50px;
}

footer p {
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .look {
        margin: 0 auto 50px;
        padding: 0 15px;
    }
    .look__item > div,
    .look__item > div.look__item--big {
        width: 90%;
        margin: 0 auto 30px !important;
    }
    .look__item > div h3 {
        margin-bottom: 10px;
    }
    .look__item--link--big {
        width: auto;
    }
    .look__item--end {
        margin-bottom: 0;
    }
    .btn {
        margin: 0 15px 60px;
    }
    .btn a {
        width: 90%;
        margin: 0 0 20px;
    }
    .btn__instagram::before {
        left: 30%;
    }
    footer {
        margin-bottom: 30px;
    }
}
