@charset "UTF-8";

.main-content {
    background-color: #fff;
}

.title {
   text-align: center;
}

.title-desc {
    font-size: 14px;
    margin: 24px auto;
}

.nav-link {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-inline: auto;
    background-color: #eee;
}

@media screen and (min-width: 641px) {

.nav-link a:hover {
    opacity: .5;
}

.section-wrapper {
    padding: 0 0 72px;
}


.section-ttl-wrapper {
    display: grid;
    grid-template-columns: 250px auto;
    grid-template-areas: "img desc";
    -moz-column-gap: 48px;
         column-gap: 48px;
    width: 1000px;
    margin:32px auto 48px;
    position: relative;
}

.section-ttl-no {
    grid-area: img;
    z-index: 1;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 50px;
    padding: 0 0 0 16px;
    position: absolute;
    top: -6%;
}

.section-ttl-img {
    grid-area: img;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 5px 15px;
}

.section-ttl-ttl {
    grid-area: desc;
    font-family: "EB Garamond", "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    font-feature-settings: "palt";
    align-self: center;
}

.section-ttl-ttl span {
    font-size: 18px;
}

.section-ttl-ttl p {
    font-size: 16px;
    margin-top: 16px;
}

.section-ttl-ttl p span {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    margin-top: 8px;
}

.off-price {
    display: inline;
    color: #f85252;
}

.section-ttl-wrapper:hover {
    opacity: .5;
}

.section-ttl-ttl p span.section-ttl-button {
    background-color: #3e3e3e;
        font-weight: bold;
        color: #fff;
        font-size: 12px;
        margin: 0;
        text-align: center;
        display: block;
        border-radius: 4px;
        align-content: center;
        padding: .8% 1.5%;
    display: inline-block;
    margin-left: 8px;
}

/* コーディネート欄 */
.code-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-template-areas: "on off";
    justify-content: center;
    margin: 24px auto;
}

.code-inner {
    display: grid;
}

.code-inner:hover {
    opacity: .5;
}

/* onコーデ */

.code-inner-img-on {
    grid-area: on;
}

.code-text-on {
    grid-area: on;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-self: start;
    align-self: start;
}

.code-inner-letter-on {
    font-family: "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 70px;
    line-height: 1.0;
    margin: 3%;
    text-align: center;
}

.code-inner-span-on {
    font-size: 20px;
    display: block;
    text-align: center;
}

.code-inner-span-on-mini {
    z-index: 1;
    font-size: 16px;
    font-family: "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    align-self: center;
}

/* offコーデ */

.code-inner-img-off {
    grid-area: off;
}

.code-text-off {
    grid-area: off;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    gap: 16px;
    color: #666666;
}

.code-inner-letter-off {
    font-family:  "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 70px;
    line-height: 1.0;
    margin: 3% 0;
    text-align: center;
}

.code-inner-span-off {
    font-size: 20px;
    display: block;
    text-align: center;
}

.code-inner-span-off-mini {
    z-index: 1;
    font-size: 16px;
    font-family: "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    align-self: center;
    margin-right: 16px;
}

/* 黒ボタン */

.code-link-btn-wrapper {
    display: flex;
    width: 1000px;
    margin: 24px auto;
}

.code-link-btn {
    background-color: #3f3f3f;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    width: 40%;
    font-weight: bold;
}
.code-link-btn:hover {
    opacity: .5;
}

/* 白ボタン */

.more-link-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 1000px;
    margin-inline: auto;
    padding:0 0 56px;
}

.more-link-btn {
    background-color: #fff;
    color: #616161;
    border: solid 1px #45423f;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    width: 50%;
    font-weight: bold;
}
.more-link-btn:hover {
    background-color: #eee;
}

}

@media screen and (max-width: 640px) {
.title h1 img {
    width: 100%;
    height: auto;
}

.title-desc {
    margin: 8px auto 24px;
    text-align: left;
    width: 90%;
}

.nav-link {
    gap: 32px;
    margin: 0 auto 40px;
}

.section-wrapper {
    padding: 0 0 96px;
}


.section-wrapper:last-of-type{
    padding: 0;
}

.section-ttl-wrapper {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
    "img" "ttl";
    margin: 24px auto;
    position: relative;
    justify-content: center;
}

.section-ttl-img {
    grid-area: img;
    width: 80%;
    justify-self: center;
}

.section-ttl-no {
    grid-area: img;
    z-index: 1;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
    position: absolute;
    top: -2%;
    left: 5%;
}

.section-ttl-ttl {
    grid-area: ttl;
    font-family: "EB Garamond", "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    font-feature-settings: "palt";
    padding: 0 40px;
}


.section-ttl-ttl span {
    font-size: 16px;
}

.section-ttl-ttl p {
    font-size: 16px;
    margin-top: 8px;
}

.section-ttl-ttl p span {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    margin-top: 8px;
}

.off-price {
    display: inline;
    color: #f85252;
}

.section-ttl-ttl p span.section-ttl-button {
    background-color: #3e3e3e;
        font-weight: bold;
        color: #fff;
        font-size: 13px;
        margin: 0;
        text-align: center;
        display: block;
        border-radius: 4px;
        align-content: center;
        padding: 3%;
        margin-top: 5%;
}


/* コーディネート欄 */
.code-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;
    grid-template-areas: "on off";
    justify-content: center;
    margin: 40px auto;
    position: relative;
    width: 95%;
}

.code-inner {
    display: grid;
}


.code-triangle {
    text-align: center;
    font-size: 18px;
}

/* onコーデ */

.code-inner-img-on {
    grid-area: on;
}

.code-inner-img-on img {
    width: 100%;
    height: auto;
}

.code-text-on {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-self: flex-start;
    top: -3%;
}

.code-inner-letter-on {
    font-family: "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 55px;
    line-height: 1.0;
    margin: 3% 4px;
}

.code-inner-span-on {
    font-size: 16px;
    display: block;
}

.code-inner-span-on-mini {
    z-index: 1;
    font-size: 14px;
    font-family: "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    align-self: center;
}

/* offコーデ */

.code-inner-img-off {
    grid-area: off;
}

.code-inner-img-off img {
    width: 100%;
    height: auto;
}

.code-text-off {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-start;
    right: 4%;
    bottom: -4%;
    color: #666666;
}

.code-inner-letter-off {
    font-family:  "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 55px;
    line-height: 1.0;
    margin: 3% 0;
    text-align: center;
}

.code-inner-span-off {
    font-size: 16px;
    display: block;
    text-align: center;
}

.code-inner-span-off-mini {
    z-index: 1;
    font-size: 14px;
    font-family: "DM Serif Display", "BIZ UDPMincho", serif;
    font-weight: 400;
    align-self: center;
    margin-right: 4px;
}

/* ボタン */

.code-link-btn-wrapper {
    display: flex;
    width: 100%;
    margin: 24px auto;
    justify-content: center;
}

.code-link-btn {
    background-color: #3f3f3f;
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    width: 40%;
    font-weight: bold;
}
.code-link-btn:hover {
    opacity: .5;
}

/* 白ボタン */

.more-link-btn-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 64px auto 80px;
    gap: 24px;
    justify-content: center;
}

.more-link-btn {
    background-color: #fff;
    color: #616161;
    border: solid 1px #45423f;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    text-align: center;
    border-radius: 4px;
    width: 70%;
    font-weight: bold;
}
.more-link-btn:hover {
    background-color: #eee;
}

}
