@charset "UTF-8";

.main-content {
    background-color: #fff;
}

.title {
   text-align: center;
}

.title-desc {
    font-size: 14px;
    margin: 24px auto;
}

.nav-link {
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    background-color: #eee;
}

.nav-link li {
    padding: .5% 2%;
}


.code-ttl {
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    font-style: italic;
    font-size: 64px;
    text-align: center;
    margin: 0 auto;
}

.code-ttl-main {
    line-height: 1.1em;
    letter-spacing: -0.05em;
}



.code-ttl-sub {
    display: block;
    font-size: 27px;
    margin: -1% 0 0
}

.code-ttl p {
    font-size: 17px;
    font-style: initial;
    margin: 8px auto 0;
}

.letter-lb {
    color: #bc8c59;
}

.letter-oc {
    color: #c3a079;
}

.letter-ppl {
    color: #bb957d;
}

.letter-bg {
    color: #d3b8ae;
}

.letter-gr {
    color: #d298d9;
}

.letter-oc2 {
    color: #5ab0b0;
}

.m-link-archive-img img {
    aspect-ratio: 16 / 15 !important;
}

.con2 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.con2 ul {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

.con2 ul li {
    overflow: hidden;
    width: 23%;
    margin: 0 20px 40px 0;
}

.con2 ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 13px;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
}

.con2 ul li img {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 5/6;
    margin-bottom: 8px;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
    margin-top: auto;
    margin-left: auto;
    font-weight: bold;
}

.l-contents a {
    transition: all 0.3s ease 0s;
}

.con2 h3 {
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif, serif;
    font-weight: 400;
    font-style: normal;
    margin: 10px auto 24px;
    overflow: hidden;
    color: #333333;
    font-size: 26px;
}

@media screen and (min-width: 641px) {

.nav-link {
    margin: 0 auto 56px;
}

.nav-link a:hover {
    opacity: .5;
}

.section-wrapper {
    padding: 0 0 88px;
}

.other_item_box {
    width: 1000px;
    margin: 0 auto;
}

.other_item_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
}

.other_item_box .recommend-cate li {
    margin: 8px 1%;
    width: calc(100% / 3 - 2%);
}


/* コーディネート欄 */
.code-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-template-areas: "on off";
    justify-content: center;
    margin: 0 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;
    flex-direction: column;
    width: 100%;
    justify-self: start;
    align-self: start;
}

.code-inner-letter-on {
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 1.0;
    margin: 10% 0 0 6%;
}

.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: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    margin: 1% 0 0 6%;
}


/* offコーデ */

.code-inner-img-off {
    grid-area: off;
}

.code-text-off {
    grid-area: off;
    z-index: 1;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: flex-end;
    align-self: flex-end;
    color: #666666;
    align-items: flex-end;
}

.code-inner-letter-off {
    font-family:  "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 1.0;
    margin: 0 6% 11% 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: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    margin: 0 4% 0 0;
    text-align: right;
}

/* 黒ボタン */

.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 {
    font-size: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0 auto 40px;
}

.nav-link li {
    padding: 4% 0 4% 21%;
}

.nav-link li:nth-child(2), .nav-link li:nth-child(3),.nav-link li:nth-child(6) {
    background-color: #d9d9d9;
}

.nav-link li a {
    display: block;
    width: 100%;
}

.section-wrapper {
    padding: 0 0 80px;
}

.section-wrapper:last-of-type{
    padding: 0;
}

.other_item_box {
    padding: 0 5%;
}

/* コーディネート欄 */
.code-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;
    grid-template-areas: "on off";
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 95%;
}

.code-inner {
    display: grid;
}

.code-ttl {
    font-size: 45px;
    width: 90%;
    margin-inline: auto;
}

.code-ttl-sub {
    font-size: 20px;
    margin: -3% 0 2%;

}

.code-ttl p {
    font-size: 15px;
    margin: 8px auto;
}

/* 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;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-self: flex-start;
    top: 6%;
    left: 2%;
}

.code-inner-letter-on {
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    line-height: 1.0;
    margin: 0;
    letter-spacing: -0.05em;
}

.code-inner-span-on {
    font-size: 16px;
    display: block;
}

.code-inner-span-on-mini {
    z-index: 1;
    font-size: 12px;
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    align-self: flex-start;
    letter-spacing: -0.01em;
}

/* 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: column;
    width: 100%;
    right: 2%;
    bottom: 7%;
    color: #666666;
    align-items: flex-end;
}

.code-inner-letter-off {
    font-family:  "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
    line-height: 1.0;
    margin: 0;
    text-align: center;
    letter-spacing: -0.05em;
}

.code-inner-span-off {
    font-size: 16px;
    display: block;
    text-align: center;
}

.code-inner-span-off-mini {
    z-index: 1;
    font-size: 12px;
    font-family: "Open Sans", "BIZ UDPMincho", sans-serif,  serif;
    font-weight: 500;
    align-self: flex-end;
    letter-spacing: -0.01em;
    text-align: right;
}

/* ボタン */

.code-link-btn-wrapper {
    display: flex;
    width: 100%;
    margin: 0 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;
}

.con2 ul {
    width: 100%;
    margin: 0 auto;
}

.con2 ul li {
    width: 46% !important;
    margin: 0 auto 20px;
    float: left;
}

.con2 ul li a {
    font-size: 11px;
}

.con2 ul li img {
    width: 100%;
}

.con2 h3 {
    font-size: 22px;
}

}

@media screen and (max-width: 320px) {
    .nav-link li {
        padding: 4% 0 4% 8%;
    }

    .code-ttl {
        font-size: 40px;
        width: 95%;
        margin-inline: auto;
    }
 
    .code-text-on {
        top: -10%;
    }

    .code-text-off {
        bottom: -10%;
    }
}