/* 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-feature-settings: "palt";
}

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-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.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: 750px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-25 {margin-bottom:3.333333334vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-45 {margin-bottom:6vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-85 {margin-bottom:11.33333333vw;}
    .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;
    min-height: 100vh;
    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-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;
}

.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;
}

/* -----------------------------------------
page Layout
-----------------------------------------*/
#wrapper {
    padding-bottom: unset;
}
#contents {
	font-family: 'Shippori Mincho', serif;
}
.noto{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
:root{
    --white: #fff;
	--black: #000;
}
.contents_inner{
    max-width: 666px;
    width: 88.8%;
    margin-left: auto;
    margin-right: auto;
}

.contents_inner li{
    margin-bottom: 135px;
}

.btn a{
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 284px;
    height: 78px;
    margin: auto;
    border-radius: 100vh;
}

.btn.black a{
    background: var(--black);
}

.btn_more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 31px;
}

.btn_reserve{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 20px;
}

.btn.black .btn_reserve{
    color: var(--white);
}

.btn_buy{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 44px;
}

.btn_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 20px;
}

@media (max-width: 750px) {
    
    .contents_inner li{
        margin-bottom: 18vw;
    }
    
    .btn a{
        width: 37.8667vw;
        height: 10.4vw;
    }
    
    
    .btn_more{
        width: 10.26667vw;
        height: 4.13333vw;
    }
    
    .btn_reserve{
        width: 15.2vw;
        height: 2.666667vw;
    }

    .btn_buy{
        width: 14vw;
        height: 5.866667vw;
    }

    .btn_top{
        width: 7.2vw;
        height: 2.6667vw;
    }
}

/* -----------------------------------------
index
-----------------------------------------*/

/* l-index_mv */
.l-index_mv .mv_notice{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 100;
    line-height: 1.429;
    letter-spacing: 0.065em; 
}

.l-index_burberry{
    background: var(--black);
    color: var(--white);
    padding-bottom: 180px;
}

.burberry_read{
    max-width: 667px;
    width: 88.933%;
    margin-left:auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.785;
    letter-spacing: 0.125em;
}

@media (max-width: 750px) {
    .l-index_mv .mv_notice{
        font-size: 3.73333vw;
    }
    
    .l-index_burberry{
        padding-bottom: 24vw;
    }
    
    .burberry_read{
        font-size: 3.73333vw;
    }
}

/* l-index_brands */

.l-index_brands{
    background: var(--white);
    color: var(--black);
}

.l-index_brands .brands_title{
    max-width: 668px;
    width: 89.066667%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 0 42px;
}

.l-index_brands li{
    border: 1px solid #000;
    height: 102px;
    margin-bottom: 45px;
}

.l-index_brands li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-index_brands li a span{
    display: block;
    width: 247px;
}

.l-index_brands li a::after{
    content: '';
    position: absolute;
}

.l-index_brands li a::after{
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7.5px;
}

@media (max-width: 750px) {
   
    .l-index_brands .brands_title{
        padding: 4.66667vw 0 5.6vw;
    }
    
    
    .l-index_brands li{
        height: 13.6vw;
        margin-bottom: 6vw;
    }
    
    .l-index_brands li a span{
        width: 32.9333vw;
    }
    
    .l-index_brands li a::after{
        right: 2.66667vw;
        width: 2vw;
        height: 2vw;
        margin-top: -1vw;
    }
    
}

/* l-index_fashionista */

.l-index_fashionista{
    background: var(--black);
    color: var(--white);
}

.l-index_fashionista .icon_fashionista{
    max-width: 260px;
    width: 34.66%;
    margin: 0 auto;
    padding: 127px 0 24px;
}

.l-index_fashionista h3{
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.7647;
    letter-spacing: 0.075em;
}

.fashionista_detail{
    max-width: 668px;
    width: 89%;
    margin-left:auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.785;
    letter-spacing: 0.05em;
    text-align: justify;
}


.l-index_event_inner{
    max-width: 666px;
    width: 88.88%;
    margin-left:auto;
    margin-right: auto;
}

.l-index_event_inner ul{
    padding-bottom: 180px;
}

.l-index_event_inner li:not(:last-child){
    margin-bottom: 135px;
}

.l-index_event_inner .icon_event{
    max-width: 93px;
    width: 13.96%;
    margin: 0 auto;
    padding: 0 0 96px;
}

.l-index_event_inner .event_title{
    font-size: 34px;
    font-weight: 500;
    line-height: 1.7647;
    letter-spacing: 0.125em;
    text-align: center;
}

.l-index_event_inner .event_datetime{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.075em;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.l-index_event_inner .event_datetime span{
    display: block;
}

.l-index_event_inner .event_datetime{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.075em;
    text-align: justify;
}

.l-index_event_inner .event_detail{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.05em;
    /* text-align: justify; */
}

.l-index_event_inner .event_order{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.05em;
}

@media (max-width: 750px) {
    
    .l-index_fashionista .icon_fashionista{
        padding: 16.9333vw 0 3.2vw;
    }
    
    .l-index_fashionista h3{
        font-size: 4.53333vw;
    }
    
    .fashionista_detail{
        font-size: 3.73333vw;
    }
    
    .l-index_event_inner ul{
        padding-bottom: 24vw;
    }
    
    .l-index_event_inner li:not(:last-child){
        margin-bottom: 18vw;
    }
    
    .l-index_event_inner .icon_event{
        padding: 0 0 12.8vw;
    }
    
    .l-index_event_inner .event_title{
        font-size: 4.53333vw;
    }
    
    .l-index_event_inner .event_datetime{
        font-size: 3.73333vw;
    }
    
    .l-index_event_inner .event_detail{
        font-size: 3.73333vw;
    }
    
    .l-index_event_inner .event_order{
        font-size: 3.73333vw;
    }
}

/* l-index_trad-modern */
.l-index_trad-modern{
    background: var(--white);
    color: var(--black);
}

.l-index_trad-modern h3{
    max-width: 681px;
    width: 90.8%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 94px;
}

.l-index_trad-modern h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.125em;
    text-align: center;
    margin-bottom: 107px;
}

.trad-modern_inner{
    max-width: 664px;
    width: 88.533%;
    margin-left: auto;
    margin-right: auto;
}

.trad-modern_inner li{
    margin-bottom: 135px;
}

.trad-modern_inner .image{
    position: relative;
}

.trad-modern_inner .image::before{
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url('../img/231003/index/icon_t.png');
    background-size: 100% auto;
    width: 47px;
    height: 47px;
}

.trad-modern_inner .image::after{
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url('../img/231003/index/icon_m.png');
    background-size: 100% auto;
    width: 47px;
    height: 47px;
}

.trad-modern_inner p{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.075em;
    text-align: justify;
}

.trad-modern_inner h5{
    font-size: 28px;
    line-height: 2.143;
    letter-spacing: 0.25em;
}

.trad-modern_inner .btn_item{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.075em;
    text-align: center;
}

@media (max-width: 750px) {
    
    .l-index_trad-modern h3{
        padding: 6.66667vw 0 12.533333vw;
    }
    
    .l-index_trad-modern h4{
        font-size: 3.73333vw;
        margin-bottom: 14.2666667vw;
    }
    
    .trad-modern_inner li{
        margin-bottom: 18vw;
    }
    
    .trad-modern_inner .image::before{
        top: -3.2vw;
        width: 6.266667vw;
        height: 6.266667vw;
    }
    
    .trad-modern_inner .image::after{
        bottom: -3.2vw;
        width: 6.266667vw;
        height: 6.266667vw;
    }
    
    .trad-modern_inner p{
        font-size: 3.73333vw;
    }
    
    .trad-modern_inner h5{
        font-size: 3.73333vw;
    }

    .trad-modern_inner .btn_item{
        font-size: 3.73333vw;
    }
}

/* l-index_trad */
.l-index_trad{
    background: var(--black);
    color: var(--white);
}

.l-index_trad h3{
    max-width: 634px;
    width: 84.533%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 94px;
}

.l-index_trad h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.125em;
    text-align: center;
    margin-bottom: 107px;
}

.trad_inner{
    max-width: 663px;
    width: 88.4%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 180px;
}

.trad_inner li{
    margin-bottom: 135px;
}

.trad_inner p{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.075em;
    text-align: justify;
}

@media (max-width: 750px) {
    
    .l-index_trad h3{
        padding: 6.66667vw 0 12.533333vw;
    }
    
    .l-index_trad h4{
        font-size: 3.73333vw;
        margin-bottom: 14.266667vw;
    }
    
    .trad_inner{
        padding-bottom: 18vw;
    }
    
    .trad_inner li{
        margin-bottom: 18vw;
    }
    
    .trad_inner p{
        font-size: 3.73333vw;
    }
}

/* l-index_modern */
.l-index_modern{
    background: var(--white);
    color: var(--black);
}

.l-index_modern h3{
    max-width: 634px;
    width: 84.533%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 94px;
}

.l-index_modern h4{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.125em;
    text-align: center;
    margin-bottom: 107px;
}

.modern_inner{
    max-width: 663px;
    width: 88.4%;
    margin-left: auto;
    margin-right: auto;
}

.modern_inner li:not(:last-child){
    margin-bottom: 135px;
}

.modern_inner p{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.786;
    letter-spacing: 0.075em;
    text-align: justify;
}

@media (max-width: 750px) {
    
    .l-index_modern h3{
        padding: 6.66667vw 0 12.533333vw;
    }
    
    .l-index_modern h4{
        font-size: 3.73333vw;
        margin-bottom: 14.266667vw;
    }
    
    .modern_inner li:not(:last-child){
        margin-bottom: 18vw;
    }
    
    .modern_inner p{
        font-size: 3.73333vw;
    }
}

/* -----------------------------------------
interview
-----------------------------------------*/
.l-index_interview{
    padding-bottom: 180px;
}

.l-about_lloyd{
    max-width: 666px;
    width: 88.8%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #FFF;
    outline: 2px solid #FFF;
    outline-offset: 3px;
}

.l-about_lloyd h2{
    font-size: 32px;
    text-align: center;
    padding: 40px 0;
}

.l-about_lloyd figure{
    width: 100%;
}

.l-about_lloyd p{
    max-width: 595px;
    width: 90.15%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 1.786;
    letter-spacing: 0.075em;
    text-align: justify;
    padding: 45px 0 40px;
}

.l-interview_inner{
    max-width: 666px;
    width: 88.8%;
    margin-left: auto;
    margin-right: auto;
}

.l-interview_inner h3{
    font-size: 32px;
    text-align: center;
}

.l-interview_inner p{
    font-size: 28px;
    line-height: 1.786;
    letter-spacing: 0.03em;
    text-align: justify;
}

.l-interview_inner .interview_detail{
    font-size: 28px;
    line-height: 1.786;
    letter-spacing: 0.03em;
    text-align: justify;
}

.l-interview_inner .interview_detail > p{
    width: 127px;
    float: left;
    margin: 5px 15px 15px 0;
}

@media (max-width: 750px) {
    .l-index_interview{
        padding-bottom: 24vw;
    }
    
    .l-about_lloyd h2{
        font-size: 4.266667vw;
        padding: 5.3333vw 0;
    }
    
    .l-about_lloyd p{
        font-size: 3.73333vw;
        padding: 6vw 0 5.3333vw;
    }
    
    .l-interview_inner h3{
        font-size: 4.266667vw;
    }
    
    .l-interview_inner p{
        font-size: 3.73333vw;
    }
    
    .l-interview_inner .interview_detail{
        font-size: 3.73333vw;
    }
    
    .l-interview_inner .interview_detail > p{
        width: 16.933vw;
        margin: 0.6667vw 2vw 2vw 0;
    }
}

/* -----------------------------------------
footer
-----------------------------------------*/
.l-nav_footer{
    padding-top: 180px;
}

.l-nav_footer .britishfair{
    max-width: 681px;
    width: 90.5%;
    margin: 0 auto 125px;
}

.l-nav_footer .nav_sns,
.l-nav_footer .app_download{
    max-width: 665px;
    width: 88.667%;
    margin: 0 auto 130px;
}

.l-nav_footer .app_download ul{
    display: flex;
    justify-content: space-around;
}

.l-nav_footer .app_download li:first-child{
    width: 45.263%;
}

.l-nav_footer .app_download li:last-child{
    width: 50.827%;
}


.l-nav_footer .nav_sns li{
    margin-bottom: 20px;
}

.l-nav_footer .remoorder{
    max-width: 687px;
    width: 91.6%;
    margin: 0 auto;
    padding-bottom: 90px;
}

@media (max-width: 750px) {
    .l-nav_footer{
        padding-top: 24vw;
    }

    .l-nav_footer .britishfair{
        margin: 0 auto 16.666667vw;
    }
    
    .l-nav_footer .nav_sns,
    .l-nav_footer .app_download{
        margin: 0 auto 17.33333vw;
    }
    
    .l-nav_footer .nav_sns li{
        margin-bottom: 2.666667vw;
    }
    
    .l-nav_footer .remoorder{
        padding-bottom: 12vw;
    }
}
