/*Section1*/
.section1 {
    width: 100%;
    padding: 150px 20px 100px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.title {
    font-weight: 600;
    font-size: 12vw;
    line-height: .8em;
    letter-spacing: -.5vw;
}

.title02 {
    color: var(--Main);
}

.kv {
    display: block;
    width: 98%;
    margin: 50px auto;
}

.kv img {
    width: 100%;
}

.scroll {
    width: 100%;
    text-align: right;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 20px;
}

.scroll span {
    cursor: pointer;
    display: block;
    text-decoration: underline;
    margin-bottom: 5px;
    transition: .3s;
}

.scroll span i{
    text-decoration: underline;
}
.scroll span:hover {
    color: var(--Main);
    transition: .3s;
}

/*Section2*/
.section2 {
    width: 95%;
    margin: 0 auto;
    padding: 120px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
}

.section2 h1 {
    width: 45%;
    line-height: 1.2em;
}

.aboutContent {
    width: 50%;
    line-height: 1.5em;
}

.aboutContent ul,
.aboutContent ol {
    list-style-position: inside;
}

.aboutContent ul li,
.aboutContent ol li {
    margin-bottom: 15px;
}

.aboutContent a {
    color: var(--Main);
    text-decoration: underline;
}


/*Section3*/
.section3 {
    width: 100%;
    margin: 0 auto;
    padding: 190px 0 0 0;
    position: relative;
}

.swiper {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.section3 .mySwiper {
    box-sizing: border-box;
    height: 80px;
    background: var(--Main);
    color: var(--Bg);
}

.section3 .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2vw;
    font-weight: 500;
}

.section3 .mySwiper .swiper-slide span {
    font-size: 16px;
    vertical-align: super;
}

.section3 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.section3 .swiper-button-next,
.section3 .swiper-button-prev {
    color: var(--Bg);
    top: 40px;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.section3 .mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--Main);
    color: var(--Bg);
}

.aCalendar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    color: var(--Bg);
}

.aCalendar:nth-child(1) {
    background: rgba(0, 0, 0, 0.1);
}

.aCalendar:nth-child(2) {
    background: rgba(0, 0, 0, 0.2);
}

.aCalendar:nth-child(3) {
    background: rgba(0, 0, 0, 0.3);
}

.aCalendar:nth-child(4) {
    background: rgba(0, 0, 0, 0.4);
}

.aCalendar:nth-child(5) {
    background: rgba(0, 0, 0, 0.5);
}
.aCalendar:nth-child(6) {
    background: rgba(0, 0, 0, 0.6);
}
.aCalendar:nth-child(7) {
    background: rgba(0, 0, 0, 0.7);
}


.aCalendar:hover {
    background: var(--Bg);
    color: var(--Main);
    transition: .3s;
}

.calendarTime {
    padding: 5px 15px;
    border-radius: 20px 20px;
    border: 1px solid rgba(0, 0, 0, .4);
    font-weight: 500;
    margin-right: 30px;
    min-width: 125px;
    text-align: center;
}

.calendarTime i,
.calendarLocation i {
    margin-right: 5px;
}

.aCalendar:hover .calendarTime {
    border: 1px solid var(--Main);
}

.calendarLocation,
.calendarTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sideShow{
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid var(--Border);
    margin-right: 10px;
}


/*Section4*/

.section4 {
    width: 95%;
    margin: 0 auto;
    padding: 120px 0 100px 0;

}

.section5 {
    width: 95%;
    margin: 0 auto;
    padding: 100px 0;
}

.showBrief {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 100px;
}

.showBrief h1 {
    width: 50%;
}

.mySwiper3 {
    width: 100%;
    text-align: center;
}

.mySwiper3 p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2em;
}

.mySwiper3 .bold {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.section4 .swiper-button-next,
.section4 .swiper-button-prev {
    color: var(--Text);
    top: 15px;
}

.section4 {
    --swiper-navigation-size: 20px;
}

.mySwiper4 p{
    text-align: center;
}
.quote{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
}
.quote i{
    font-size: 30px;
}


/*HoverLightBox*/
.main {
    display: grid;
    grid-template-rows: 100%;
    grid-auto-columns: 100%;
    grid-template-areas: 'content';
    align-items: center;
    grid-row-gap: 0;
    /*overflow: hidden;*/
    position: relative;
    padding: 100px 0;
}

.main2 {
    display: grid;
    grid-template-rows: 100%;
    grid-auto-columns: 100%;
    grid-template-areas: 'content';
    align-items: center;
    grid-row-gap: 0;
    overflow: hidden;
    position: relative;
}

.swiperContent {
    grid-area: content;
    position: relative;
    padding-top: 50px;
    background: var(--Bg);

    transform: translate(0, 150%);
    opacity: 0;
    transition: .5s;
}

.main2.active .swiperContent {
    transform: none;
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}


.menu {
    grid-area: content;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-start;
    align-content: center;
    gap: 25px;

}

.menu__item {
    font-size: 5vw;
    font-size: clamp(2.5rem, 8vw, 4.75rem);
    font-weight: 300;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    flex: none;
    position: relative;
}

.menu__item:hover,
.menu__item:focus {
    color: var(--Main);
}

.menu__item-inner-wrap {
    overflow: hidden;
    position: relative;
}

.menu__item-inner {
    display: inline-block;
    will-change: transform, opacity;
}

.menu__item-number {
    font-size: 1.5vw;
}

.hover-reveal {
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 200px;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    will-change: transform;
}

.hover-reveal__inner {
    overflow: hidden;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
    will-change: transform;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
    transform-origin: 50% 100%;
}

.cursor {
    display: none;
}

.content-wrap {
    grid-area: content;
    position: relative;
}

.content {
    height: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 0;
    pointer-events: none;
}

.content--current {
    height: auto;
    overflow: visible;
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.content__title {
    display: flex;
    align-items: flex-start;
    font-weight: normal;
    line-height: 1;
    margin: 30px 0 5vh 0;
}

.content__title-wrap {
    overflow: hidden;
    position: relative;
}

.content__title-inner {
    display: block;
    line-height:1.1em;
    font-size: 5vw;
    font-size: clamp(3rem, 9vw, 6rem);
    /*text-transform: uppercase;*/
}

.content__title-number {
    margin-top: 1rem;
    margin-left: 5px;
    font-size: 1.5vw;
    line-height: 1.2em;
    font-size: clamp(1rem, 1.5vw, 1.75rem);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 20px;
}

.gallery__item {
    flex: none;
    margin: 0;
}

.gallery__item-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    will-change: transform;
}

.gallery__item-imginner {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-bottom: 151%;
    will-change: transform;
}

.gallery__item-caption {
    display: grid;
    grid-template-areas: 'caption-title caption-more''caption-meta caption-meta';
}

.gallery__item-title {
    line-height: 1;
    font-size: 1.5rem;
    text-transform: lowercase;
    font-weight: normal;
    grid-area: caption-title;
    margin: 1rem 0;
}

.gallery__item-meta {
    margin: 0;
    grid-area: caption-meta;
}

.gallery__item-more {
    grid-area: caption-more;
    align-self: center;
    justify-self: end;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
    position: relative;
}

.gallery__item-more::after {
    content: '';
    position: absolute;
    width: 300%;
    height: 200%;
    left: -100%;
    top: -50%;
}

.content__title-inner,
.content__title-number,
.gallery__item-imginner,
.gallery__item-title,
.gallery__item-meta,
.gallery__item-more {
    will-change: transform, opacity;
}

.gallery__item-more:focus,
.gallery__item-more:hover {
    opacity: 0.7;
    outline: none;
}

.back {
    position: absolute;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    fill: #afb1a8;
    color: #afb1a8;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.back:hover,
.back:focus {
    fill: var(--Main);
    color: var(--Main);
    outline: none;
}

@media screen and (min-width: 53em) {
    .main {
        grid-row-gap: 0;
    }

    .hover-reveal {
        width: 200px;
        height: 280px;
    }

    .gallery {
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
        grid-auto-columns: 15%;
        grid-auto-flow: column;
        grid-template-rows: auto;
    }
}

@media (any-pointer: fine) {
    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
        z-index: 9999;
        fill: var(--Main);
        mix-blend-mode: difference;
    }

    .cursor__inner {
        fill: var(--Main);
        stroke: transparent;
        stroke-width: 0;
        opacity: 1;
    }
}

.deisgnerInfo {
    margin-bottom: 40px;
}
.deisgnerInfo a{
    color: var(--Main);
    text-decoration: underline;
    font-size: 30px;
    margin-right: 5px;
}
.deisgnerInfo a:hover{
    color: var(--Text);
    transition: .3s;

}

.gallery__item:first-child {
    border: 1px solid var(--Border);
}

/*EndHoverLightBox*/

/*Link*/
.linkSection,
.pinSpace {
    width: 100%;
}

.linkSection {
    background: var(--Bg);
    position: relative;
    z-index: 6;
    border-top: 1px solid var(--Border);
    border-bottom: 1px solid var(--Border);
}

.linkNav {
    width: 100%;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.linkNav div {
    cursor: pointer;
}

.linkNav div:hover {
    color: var(--Main);
}

.disable,
.linkNav div.disable:hover {
    color: var(--Border);
}

.aLinks {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    padding: 30px 0;
    border-bottom: 1px dotted var(--Border);
}

.aLinks:last-child {
    border-bottom: none;
}

.aLinks2 {
    align-items: center;
    align-content: center;
}

.linkTitle {
    font-size: 20px;
    font-weight: 500;
    width: 100px;
    color: var(--Main);
    padding: 0 20px;
}

.linkTitle02{
    font-size: 12px;
    line-height: 1.2em;
}
.links {
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.links a {
    width: 30%;
    display: block;
    padding: 5px 0;
    border-radius: 20px 20px;
    border: 1px solid var(--Border);
    text-align: center;
    color: var(--Text);
    transition: .5s;
}

.links a:hover {
    color: var(--Main);
    border: 1px solid var(--Main);
    transition: .5s;
}

.lightBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);

}
.lightBox02 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .5);
 

}

.lightBoxContainer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
}

.lightBox02 .lightBoxContainer {
    align-items: flex-end;
}

.lightBoxContainer .fa-xmark-large {
    color: var(--Main);
    font-size: 40px;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: .3s;
}

.lightBoxContainer .fa-xmark-large:hover {
    color: var(--Text);
    transition: .3s;
}

.lightBoxMain {
    width: 100%;
    max-width: 768px;
    padding: 100px 50px;
    background: var(--Bg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    line-height: 1.2em;
}
.lightBox02 .lightBoxMain {
    width: calc(100% - 40px);
    max-width: none;
    padding: 20px 20px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid var(--Border);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    border-radius: 10px 10px ;
    margin-bottom: 50px;
    gap: 20px;
}


.lightBoxMain h1,
.lightBoxMain h2 {
    width: 100%;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
}

.lightBoxBrand {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid var(--Text);
    font-size: 20px;
}

.lightBoxBrand div {
    padding: 10px 10px;
}

.lightBoxMain p {
    width: 100%;
}
.lightBox02 .lightBoxMain p{
    text-align: center;
}
.lightBoxMain ul {
    list-style-position: inside;
}

.lightBoxMain ul li {
    margin: 10px 0;
    font-size: 14px;
}
.selectionImg{
    display: block;
    width: 60%;
}
.lightBoxMain a{
    color: var(--Main);
    text-decoration: underline;
}


/*Event*/
.articleImg{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.articleImg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section6{
    width: 95%; 
    margin: 0 auto;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.section6 h1 {
    width: 40%;
    line-height: 1.2em;
}
.articlePic{
    width: 40%;
}
.articleText{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.articleText h1{
    width: 100%;
}

/*LightBox2*/
.selectionTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid var(--Main);
    text-align: center;
}

.selectionTable td {
    padding: 10px 20px;
}

.selectionTable02 {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid var(--Text);
    text-align: left;
    font-size: 12px;
}

.selectionTable02 td {
    border: 1px solid var(--Text);
    padding: 10px;
}

.selectionTable02 tr:first-child td {
    text-align: center;
    font-weight: bold;
}

.selectionTable02 tr td {
    width: 25%;
}


/*////RWD////*/
@media screen and (max-width:1660px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}

@media (orientation:landscape) and (max-height: 800px) {}

@media screen and (max-width:1024px) {}

@media (orientation:landscape) and (max-height: 768px) {}

@media (orientation:portrait) and (max-height: 1180px) {
    .section3 .mySwiper .swiper-slide {
        font-size: 3.5vw;
    }

    .links {
        gap: 10px;
    }

    .cursor {
        opacity: 0;
    }
}

@media (orientation:portrait) and (max-height: 1024px) {
    .links a {
        width: 30%;
    }
}

@media (orientation:portrait) and (max-width: 480px) {
    .scroll {
        margin-right: 0px;
    }

    .title {
        font-size: 14.5vw;
    }

    .mainPage .title {
        font-size: 19vw;
    }

    .section1 {
        padding: 80px 20px;
    }

    .kv {
        width: 100%;
        margin: 30px auto 0 auto;
    }

    .section2 {
        width: 90%;
        margin: 0 auto;
        padding: 80px 0 80px 0;
        flex-wrap: wrap;
    }

    .section2 h1,
    .aboutContent,
    .section6 h1 {
        width: 100%;
    }

    .aboutContent {
        margin-top: 20px;
    }

    .aCalendar {
        flex-wrap: wrap;
    }

    .section3 {
        padding: 80px 0 0 0;
    }

    .section3 .mySwiper .swiper-slide {
        font-size: 5vw;
    }

    .section3 .mySwiper .swiper-slide span {
        font-size: 10px;
    }

    .calendarTime {
        min-width: 95px;
        padding: 5px 10px;
        border-radius: 10px 10px;
        margin-right: 15px;
        font-size: 12px;
    }

    .calendarTitle {
        width: 100%;
    }

    .calendarTitle h2 {
        font-size: 16px;
    }

    .calendarLocation {
        width: 100%;
        justify-content: flex-end;
        opacity: .6;
    }

    .swiper-button-prev {
        left: 3px;
    }

    .swiper-button-next {
        right: 3px;
    }

    .menu__item-number {
        font-size: 4vw;
    }

    .linkSection {
        overflow-x: auto;
    }

    .linkNav {
        width: fit-content;
    }

    .linkNav div {
        text-align: center;
        width: 30px;
    }
    .linkNav02 div{
        width: 150px;
    }
    .linkSection::-webkit-scrollbar {
        width: auto;
        height: 5px;
    }

    .linkTitle {
        width: 50px;
    }
    .linkTitle02{
        display: none;
    }

    .links {
        width: calc(100% - 50px);
    }
    .links02{
        width: 100%;
    }
    .links a,
    .links02 a {
        width: 48%;
        padding: 5px 10px;
    }

    .aLinks2 .linkTitle {
        width: 100px;
    }

    .aLinks2 .links {
        width: calc(100% - 100px);
    }

    .showBrief h1 {
        width: 100%;
    }


    .lightBoxMain h1 {
        font-size: 7vw;
    }
    .lightBoxBrand{
        font-size: 14px;
    }


    .section6{
        width: 90%;
        justify-content: center;
        gap: 30px;
    }
    .articlePic{
        width: 100%;
    }
    .articleText{
        gap: 30px;
        order: -1;
        width: 100%;
    }


     .selectionTable02 {
        font-size: 10px;
    }
     .lightBoxMain {
        padding: 100px 20px;
    }
}

/*Iphone XR 414*896 */
@media (orientation: portrait) and (max-height: 896px) {}

/*Iphone 12Pro 390*844 */
@media (orientation: portrait) and (max-height: 844px) {}

/*Iphone 10 375*812 */
@media (orientation: portrait) and (max-height: 812px) {}

/*Iphone 8Plus 414*736 */
@media (orientation: portrait) and (max-height: 736px) {}

/*Iphone 8 375*667 */
@media (orientation: portrait) and (max-height: 667px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}