/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    margin: auto;
    padding-bottom: 60px;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 26px;
    max-width: 750px;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}

/* -----------------------------------------
page Layout
-----------------------------------------*/
#wrapper {
    padding-bottom: unset;
    background: #000;
    color: #fff;
    margin-bottom: 40px;
    line-break: strict;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}

#contents {
    padding-bottom: 55px;
}

#contents .section01 {
    margin: 35px 60px 0;
}
#contents .collection01,
#contents .runway01 {
    position: relative;
}

#contents .txt01 {
    margin: 35px 0 0;
    font-size: 24px;
}
#contents .section01 .txt01 {
    text-align: justify;
}

#contents .txt01:first-child {
    margin-top: 0;
}

#contents .heading01 {
    padding-top: 6px;
    text-align: center;
}
#contents .heading01 img {
    width: 450px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#contents .block01 {
    margin: 35px 0 0;
    padding-top: 35px;
    border-top: #fff solid 1px;
}

#contents .block01 > .text01 {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
}

#contents .block01 > .text01 .note {
    font-size: 18px;
}

#contents .block01 > .text02 {
    display: table;
    margin: 40px auto 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

#contents .block01 > .text03 {
    margin: 40px auto 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

#contents .list01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0 0;
}

#contents .list01 > li {
    margin: 0 2.3vw;
}

#contents .list01 > li > a {
    color: #fff;
    font-size: 24px;
    position: relative;
}
#contents .list01 > li > a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

#contents .list02 {
    display: flex;
    flex-wrap: wrap;
}

#contents .list02 > li {
    width: calc(100% / 3);
}

#contents .event01 {
    padding: 40px 40px 0;
}
#contents .event01 > .block02 + .block02 {
    margin-top: 80px;
}
#contents .event01 > .block02 > .text01 {
    font-size: 30px;
    line-height: 1.55;
    font-weight: 500;
    font-style: italic;
    margin-top: 20px;
}
#contents .event01 > .block02 > .text01 span {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
}
#contents .event01 > .block02 > .text02 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    font-style: italic;
}
#contents .event01 > .block02 > .text03 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.7;
    font-style: italic;
    text-align: justify;
    margin-top: 10px;
}
#contents .event01 > .block02 > .text04 {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    background: #fff;
    margin-top: 15px;
}
#contents .event01 > .block02 > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
#contents .event01 > .block02 > ul > li {
    font-size: 24px;
    line-height: 1.7;
}
#contents .event01 > .block02 > ul > li + li {
    margin-left: 1.75em;
}
#contents .event01 > .block02 > ul > li > a {
    color: #fff;
    position: relative;
}
#contents .event01 > .block02 > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

@media screen and (max-width: 750px) {
    #wrapper {
        margin-bottom: 0;
    }
    #contents {
        padding-bottom: 0;
    }

    #contents .section01 {
        margin: 4.6vw 8vw 0;
    }

    #contents .heading01 {
        padding-top: 1.8vw;
    }
    #contents .heading01 img {
        width: 60vw;
    }

    #contents .block01 {
        margin: 6.4vw 0 0;
        padding-top: 6.4vw;
    }
    #contents .txt01 {
        margin: 6.4vw 0 0;
        font-size: 3.733vw;
    }
    #contents .block01 > .text01 {
        font-size: 3.733vw;
    }
    #contents .block01 > .text01 .note {
        font-size: 2.78vw;
    }

    #contents .block01 > .text02 {
        margin: 9.2vw auto 0;
        font-size: 4.62vw;
    }

    #contents .block01 > .text03 {
        margin: 9.2vw auto 0;
        font-size: 4.62vw;
    }
    #contents .list01 {
        margin: 4.65vw 0 0;
    }
    #contents .list01 > li {
        margin: 0 1.9vw;
    }
    #contents .list01 > li > a {
        font-size: 3.733vw;
    }
    #contents .list01 > li > a::before {
        bottom: 2px;
        height: 1px;
    }

    #contents .event01 {
        padding: 0 5.33vw 0;
    }
    #contents .event01 > .block02 + .block02 {
        margin-top: 10.66vw;
    }
    #contents .event01 > .block02 > .text01 {
        font-size: 4vw;
        margin-top: 2.66vw;
    }
    #contents .event01 > .block02 > .text01 span {
        font-size: 5.33vw;
    }
    #contents .event01 > .block02 > .text02 {
        font-size: 3.2vw;
    }
    #contents .event01 > .block02 > .text03 {
        font-size: 3.2vw;
        margin-top: 1.33vw;
    }
    #contents .event01 > .block02 > .text04 {
        font-size: 3.2vw;
        margin-top: 2vw;
    }
    #contents .event01 > .block02 > ul {
        margin-top: .66vw;
    }
    #contents .event01 > .block02 > ul > li {
        font-size: 3.2vw;
    }
    #contents .event01 > .block02 > ul > li > a::before {
        bottom: 2px;
        height: 1px;
    }
}

/* -----------------------------------------
** menscollection - index
-----------------------------------------*/
#contents .blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: opacity .75s ease;
}
#contents .topContents {
    position: relative;
    z-index: 1;
}
#contents .fade-out {
    opacity: 1;
    pointer-events: auto;
}

#contents .nav01 li {
    margin-bottom: 25px;
}
#contents .inner01 {
    padding: 18px 109px 0;
}
#contents .inner01 .txt01 {
    text-align: center;
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 1.5;
}
#contents .inner01 .nav02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 67px;
    margin-right: -4px;
}
#contents .inner01 .nav02 li {
    width: 43%;
}
#contents .inner01 .txt02 {
    text-align: center;
    margin: 0 0 78px;
}
#contents .inner01 .txt02 a {
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    position: relative;
}
#contents .inner01 .txt02 a::before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
#contents .inner02 {
    padding: 76px 65px 0;
}
#contents .inner02 .txt03 {
    text-align: center;
    font-size: 16px;
    line-height: 2;
}
#contents .backBtn01 {
    margin: 55px auto 0;
    width: 16.22vw;
}


@media screen and (max-width: 750px) {
    #contents .nav01 li {
        margin-bottom: 3.33vw;
    }
    #contents .inner01 {
        padding: 2.4vw 14.53vw 0;
    }
    #contents .inner01 .txt01 {
        margin: 4vw 0 0;
        font-size: 3.2vw;
    }
    #contents .inner01 .nav02 {
        margin-top: 4.26vw;
        margin-bottom: 8.92vw;
        margin-right: -0.5vw;
    }
    #contents .inner01 .txt02 {
        margin: 0 0 10.4vw;
    }
    #contents .inner01 .txt02 a {
        font-size: 3.733vw;
    }
    #contents .inner01 .txt02 a::before {
        bottom: 2px;
        height: 1px;
    }
    #contents .inner02 {
        padding: 10.133vw 8.66vw 0;
    }
    #contents .inner02 .txt03 {
        font-size: 2.133vw;
    }
    #contents .backBtn01 {
        margin: 60px auto 0;
        width: 37.22vw;
    }

}
