:root {
   --strongred: #CB382A;
  --EerieBlack: #1C1A1A;
  --lightgray: #F9F7F7;
  --white: #ffffff;
  --inter: "Inter", sans-serif;
  --notojp: "Noto Sans JP", sans-serif;
}

@font-face {
    font-family: 'Esmod';
    src: url('../fonts/Esmod-Regular.eot');
    src: url('../fonts/Esmod-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Esmod-Regular.woff2') format('woff2'),
        url('../fonts/Esmod-Regular.woff') format('woff'),
        url('../fonts/Esmod-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url('../fonts/NeueHaasUnica-Light.eot');
    src: url('../fonts/NeueHaasUnica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueHaasUnica-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasUnica-Light.woff') format('woff'),
        url('../fonts/NeueHaasUnica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

 
body{font-family: var(--notojp); font-size: 13px; color: var(--EerieBlack); background-color: #f9f7f8;}
html[lang="en"] body{
    font-family: var(--inter);
    letter-spacing: 0px !important;
}
/* Menu */
.main_nav{display: grid; align-items: center; grid-template-columns: 180px 1fr 52px; gap: 12px; padding-block: 2px; padding-inline: 50px; position: relative; min-height: 84px;}
.navRightAside,
.navLeft{position: relative; z-index: 1;}
.navLeft img:hover{opacity: .6;}

a.language-selector{border: var(--EerieBlack) solid 1px; border-radius: 20px; min-width: 52px; padding: 4px 9px; text-transform: uppercase; text-decoration: none; color: var(--EerieBlack); display: flex; font-size: 12px; font-weight: 500; line-height: 1.2; gap: 5px; justify-content: center; align-items: center;}
/* header a.language-selector svg{transform: scale(1.12);} */
a.language-selector svg path{fill: var(--EerieBlack);}
header a.language-selector:hover{border-color:var(--strongred); color: var(--strongred);}
header a.language-selector:hover svg path{fill: var(--strongred);}

h1{font-size: 80px; line-height: 1.2;}
h2{font-size: 60px; line-height: 1.2; font-family: var(--inter);}
h3{font-size: 40px; line-height: 1.2;}
h4{font-size: 25px; line-height: 1.2;}
h5{font-size: 16px; line-height: 1.2;}
h6{font-size: 14px; line-height: 1.2;}

.text-center{text-align: center;}
.item-center{margin-inline: auto; display: table;}
.text-right{text-align: right;}
.justify-center{justify-content: center;}
.link-email{display: inline-flex; gap: 15px; padding-block: 8px; border-bottom:1px solid  var(--EerieBlack); font-size: 14px; line-height: 1.5; letter-spacing: 1px; text-decoration: none; color: var(--EerieBlack);}
.link-email:hover{color: var(--strongred);}

/* Comun */
.esmo_row {display: flex; gap: 20px;}
.esmo_col-1 {width: 8.33333333%;}
.esmo_col-2 {width: 16.66666667%;}
.esmo_col-3 {width: 25%;}
.esmo_col-4 {width: 33.33333333%;}
.esmo_col-5 {width: 41.66666667%;}
.esmo_col-6 {width: 50%;}
.esmo_col-7 {width: 58.33333333%;}
.esmo_col-8 {width: 66.66666667%;}
.esmo_col-9 {width: 75%;}
.esmo_col-10 {width: 83.33333333%;}
.esmo_col-11 {width: 91.66666667%;}
.esmo_col-12 {width: 100%;}

.esmo_row.ratio56p_auto{display: grid;}
.esmo_row.ratio40_60p{display: grid;}
.esmo_row.ratio60_40p{display: grid;}
.esmo_row.ratio60p_40{display: grid;}
.esmo_row.ratio60p_40 [class^="esmo_col-"],
.esmo_row.ratio40_60p [class^="esmo_col-"],
.esmo_row.ratio56p_auto [class^="esmo_col-"],
.esmo_row.ratio60_40p [class^="esmo_col-"]{width: 100%;}

.flex-column{flex-direction: column;}
.align-items-center{align-items: center;}
img.img-full{width: 100%;}

.dot {height: 8px; width: 8px; display: inline-block; border-radius: 50%; background-color: var(--strongred);}

.container{width: 100%; max-width: 1700px; margin-inline: auto; padding-inline: 55px;}
.container.container-med{max-width: 1380px;}
.buttons{display: flex; gap: 15px;}
.base-button {display: inline-flex; position: relative; justify-content: space-between; align-items: center; gap: 10px; padding: 15px 40px 15px 16px; width: 220px; font-weight: 400; letter-spacing: 1px; font-size: 14px; line-height: 1.429; border-radius: 999px; background-color: var(--lightgray); color: #000; text-decoration: none; transition: all 0.3s ease;}
.base-button.btn-xl{min-width: 300px; width: auto; height: 70px; font-weight: 600; padding-inline: 20px;}
.base-button.BtnNoBg {background-color: transparent;}
.base-button.whiteBtn {background-color: transparent; color: white;}
.base-button.whiteBtn:before{border-color: white;}

.base-button:before{content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 40px; border: 1px solid var(--EerieBlack); transition: .1s ease-out;}
.base-button .btn-arrow {transition: transform 0.3s ease; min-width: 14px;}
.base-button.angle45 .f-arrow{transform: rotate(-40deg); transform-origin: 0px 0px;}
.base-button:hover::before{border-width: 2px;}
.base-button:hover .btn-arrow {transform: translateX(2px);}

.base-button.btn-xl::before{border-width:3px;} 
.base-button.btn-xl:hover:before{border-width:5px;}



@media only screen and (min-width: 769px) {
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0px, -8px);
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, -8px);
  }
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{top: 0; z-index: unset; padding-top: 82px;}
#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary{position: static;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{color: var(--strongred); margin-left: 4px;}
.mega-sub-menu ul.menu{display: flex; flex-wrap: wrap; max-width: 750px; gap: 30px; row-gap: 24px; padding-right: 50px;}
.mega-sub-menu ul.menu li a{text-decoration: none; color: var(--EerieBlack); font-size: 12px; display: inline-block; padding-right: 20px; font-weight: 500; line-height: 1.5;}
.mega-sub-menu ul.menu li a:hover{color:  var(--strongred);}
.mega-sub-menu{display: flex !important; align-items: center; gap: 60px;}
.mega-sub-menu .widget_media_image{padding-left: 0px; position: relative;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image{padding: 0; line-height: 0; padding-top: 10px;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image:before{content:''; background-color: var(--strongred); display: block; position: absolute; z-index: -1; top: 0; bottom: 10px; left: 10px; right: -10px;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image img{width: 100%;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{height: 80px; display: flex; align-items: center; font-weight: 500 !important; position: relative; z-index: 1;}
/* End Menu */

header{position: relative; z-index: 9999;}
body.home header{position: absolute; top: 0; left: 0; right: 0;}


/*Mobile Menu*/
.esmodMobileNav{margin: 0; position: fixed; text-transform: uppercase; overflow-y: auto; width: 376px; width: 100%; padding-inline:21px; padding-bottom: 95px; height: 100%; bottom: -100%; z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: var(--lightgray); color: var(--EerieBlack);
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navigation-is-open .esmodMobileNav {bottom:0;}
.mobnav_overlay{position: fixed; width: 100%; height: 100%; left: 0; bottom: -100%; opacity: .6; background: black; z-index: 1001; visibility: hidden;}
.navigation-is-open .mobnav_overlay{visibility: visible;}

.edmodTrigger-menuLines{position: relative; display: block; width: 35px; height: 18px;}
.edmodTrigger-menuLine {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--strongred);
    transform-origin: center;
    transform: will-change
}
.edmodTrigger-menuLines span{transition: .5s all;}

.edmodTrigger-menuLine:nth-of-type(1) {top: 0;}
.edmodTrigger-menuLine:nth-of-type(2) {top: calc(50% - 1px); transform: translateY(calc(50% - 1px))}
.edmodTrigger-menuLine:nth-of-type(3) {bottom: 0;}

.navigation-is-open .edmodTrigger-menuLine:nth-of-type(2){opacity: 0;}
.navigation-is-open .edmodTrigger-menuLine:nth-of-type(1){top: 50%; translate: none; rotate: none; scale: none; transform: translate3d(-.6px, -1px, 0px) rotate(30deg);}
.navigation-is-open .edmodTrigger-menuLine:nth-of-type(3){bottom: 50%; translate: none; rotate: none; scale: none; transform: translate3d(-1px, 1px, 1px) rotate(-30deg);}

.barmobileNavHeader{padding-top:10px; text-align:right;}
.close_sideMenu{cursor:pointer;}

ul.esmodMobnav{display: grid; gap: 0;}
ul.esmodMobnav>li{border-bottom:#E1DCDB 1px solid; position: relative;}
ul.esmodMobnav>li>a{padding-block: 24px 26px;}
ul.mobile_sevices li a,
ul.esmodMobnav>li a{color: var(--EerieBlack); font-size: 14px; letter-spacing: 1px; line-height: 1.8; text-decoration: none; font-weight: 500; display: flex;}
ul.esmodMobnav ul{display: flex; flex-direction: column; gap: 6px; padding-bottom: 25px;}
ul.esmodMobnav ul li a{color: #A4A3A3; font-size: 13px; line-height: 1.5; font-weight: 400;padding: 7px 0px 7px 0px;}
.esmodMobnav .submenu-toggle{position: absolute; top: 29px; right: 0; width: 30px; height: 30px; cursor: pointer;}
.esmodMobnav .submenu-toggle:after { content: ""; background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M6 0.54541L6 13.4215' stroke='%231C1A1A' stroke-miterlimit='10'/%3E%3Cpath d='M-0.4375 6.9834H12.4386' stroke='%231C1A1A' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A"); position: absolute; color: var(--EerieBlack); background-repeat: no-repeat; width: 100%; height: 100%; background-position: right top;}
ul.esmodMobnav>li.active .submenu-toggle:after {content: ""; background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M-0.4375 6.9834H12.4386' stroke='%231C1A1A' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");}


ul.mobile_sevices{display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; padding-block: 31px;}
ul.mobile_sevices li.policy_link a{font-size: 10px; letter-spacing: 0; font-weight: 400; margin-top: 20px;}
ul.mobile_sevices>li:last-child{margin-left: -60px;}
.esmodMobileNav .main_nav{padding-inline: 0; min-height: 84px;}
.esmodMobileNav .socialList{gap: 30px; padding-top: 25px;}
.esmodMobileNav .vertical-buttons{position: relative; margin-inline: -22px; margin-top: 60px;}


.title_section{display: flex; justify-content: space-between; gap: 50px;}
.title_label{font-size: 14px; font-weight: 500; letter-spacing: 1px; padding-top: 2px;}
.title_lebel_withborder{font-size: 15px; font-weight: 500; letter-spacing: 2px; line-height: 1.2; display: flex; align-items: center; gap: 10px; margin-top: -3px;}
.title_lebel_withborder:before{content: ''; display: inline-block; width: 40px; height: 1px; background-color: var(--EerieBlack);}

.title_sectionLeftBord{position: relative;}
.title_sectionLeftBord h4{font-size: 32px; font-weight: 500; letter-spacing: 1px; line-height: 1.5;}
.title_sectionLeftBord h4::before{content: ''; display: block; width: 5px; background-color: var(--strongred); height: 100%; position: absolute; left: 0;}
.title_sectionLeftBord h4 small{font-size: 13px; display: block; line-height: 1.8; color: var(--strongred); font-family: var(--inter); padding-bottom: 5px; letter-spacing: 0px;}

.title_sectionLeft{position: relative;}
.title_sectionLeft h4{font-size: 32px; font-weight: 500; letter-spacing: 1px; line-height: 1.5;}
.title_sectionLeft h4 small{font-size: 13px; display: block; line-height: 1.8; color: var(--strongred); font-family: var(--inter); padding-bottom: 5px;}

.title_sectionLeft h5{font-size: 26px; font-weight: 500; letter-spacing: 1px; line-height: 1.5;}
.title_sectionLeft h5 small{font-size: 11px; display: block; line-height: 1.8; color: var(--strongred); font-family: var(--inter); padding-bottom: 5px; letter-spacing: 0px;}

.home_eventWrap{background-color: var(--EerieBlack); color: var(--lightgray); margin-left: calc(50vw - 815px);}
.home_eventWrap .esmo_row{padding-block: 65px; margin-block:148px 158px;}
.home_eventTitle{margin: 0 auto; display: table; padding-top: 10px;}
.home_eventWrap .eventblockItem h4{color: var(--lightgray);}
.home_eventWrap .eventblockItem .eventCat{color: #A4A3A3; font-size: 11px;}

.home-banner-section{background-color: #e0e0e0; background-image: url(../images/home-banner-bg.jpg); background-repeat: no-repeat; background-size: cover; max-height: 100vh; display: flex; align-items: center;}
/* .home-slideInner{padding-inline: 50px; padding-top: 76px; display: grid; grid-template-columns: auto 65%; align-items: flex-end; }
.home-slideInnerItemDetail{margin-right: -230px; padding-bottom: 40px; } */
.home-banner-section .swiper-wrapper{align-items: flex-end;}
.home-banner-section h4{font-size: 30px; font-weight: 500; letter-spacing: 1px; line-height: 1.6; padding-bottom: 90px;}
.home-banner-section h4 span{color: var(--strongred); text-transform: uppercase;}
.home-banner-section h4 small{display: flex; align-items: center; gap: 5px; margin-top: 20px; font-size: 12px; font-family: var(--inter); line-height: 1; text-decoration: underline;}
.home-banner-section h4 small a{display: flex; align-items: center; gap: 7px; color: var(--EerieBlack);}
.home-banner-section h5{font-size: 18px; line-height: 1.6; letter-spacing: 1px;}


/* .home-slideInner.home-slide2{padding-bottom: 70px; grid-template-columns: auto 54%;}
.home-slideInner.home-slide2 .home-slideInnerItemDetail{padding-bottom: 0; margin-bottom: -30px; margin-right: -20px;}

.home-slideInner.home-slide3 h5{padding-top: 20px;}

.home-slideInner.home-slide4{padding-bottom: 70px; grid-template-columns: auto 54%;}
.home-slideInner.home-slide4 .home-slideInnerItemDetail{padding-bottom: 0; margin-bottom: -30px; margin-right: -20px;}
.home-slideInner.home-slide4 h4{padding-bottom: 0; padding-top: 45px;} */



/*op 2*/
/* .swiper-navigation-wrap{position: fixed; z-index: 999; background-color: red;} */
/*.home-slideInnerItemDetail{margin-right: -20px; padding-bottom: 0;}
.home-slideimgLarge{margin-left: -190px;}
.home-slideInner{padding-block:76px 70px;}
    .home-banner-section h4{padding-bottom: 0;}
    .home-slideInner{display: grid; grid-template-columns: 44% 56%;
      height: 100vh; row-gap: 40px;}
      .home-slideInner>.home-slideInnerItem:nth-child(1){ 
      grid-column: 1 / 2; grid-row: 1 / 2;}
       .home-slideInner>.home-slideInnerItem:nth-child(2){
      grid-column: 1 / 2; grid-row: 2 / 3;}
      .home-slideInner>.home-slideInnerItem:last-child{
      grid-column: 2 / 3;
      grid-row: 1 / 3;}*/


/* Events Block*/
.eventblockItem{padding: 15px; position: relative;}
.eventblockItem h4{font-size: 15px; font-weight: 500; letter-spacing: 1px; line-height: 1.5; color: var(--EerieBlack);}
.eventCat{color:  var(--strongred); font-weight: 500; line-height: 1.5; padding-bottom: 10px; padding-top: 12px;}
.eventArrow{position: relative; display: table; margin-left: auto; margin-top: 23px; min-height: 10px; transition: transform 0.3s;}
.eventblockItem:hover .eventArrow{transform: translateX(2px);}
.eventTime{position: absolute; z-index: 1; top: 0; left: 0; background-color:  var(--strongred); aspect-ratio: 1; display: flex; flex-direction: column; width: 70px; border-radius: 50%; font-size: 14px; align-items: center; justify-content: center; color: white; line-height: 1; font-family: "Inter", sans-serif; font-weight: 500; gap: 4px;}
.eventTime span{display: block; font-size: 20px;}
.event_featured{aspect-ratio: 1/.76; overflow: hidden;}
.event_featured img{height: 100%; width: 100%; object-fit: cover; transform: scale(1); transition: .4s all;}
.eventblockItem:hover .event_featured img{transform: scale(1.07);}
/* End Events Block*/

.fashion_newsWrap{border-bottom:1px solid var(--EerieBlack); padding-block:86px 99px; margin-top: 108px; position: relative;}
.fashion_newsWrap::before{content: ''; background-color: #E9E3E2; position: absolute; top: 0; left: 0; height: 100%; width: 0; transition: .5s all;}
.fashion_newsWrap:hover::before{width: 100%;}
.fashion_newsWrap .fashion-top-link{position: absolute; top: 0; left: 0; bottom: 0; right: 0; cursor: pointer; z-index: 2;} 
.fashion_newsWrap .container{position: relative;}
.fashion_newsWrap .base-button{z-index: 3;}
.fashionNews-block{ position: relative; overflow: hidden; margin-top: 53px;}
.fashionNews-block img {width: 100%; height: auto; object-fit: cover;}
.fashion_newsWrap:hover .base-button:before{border-width: 2px;}

/* Site */
/* .site_contentsWrap{padding-block: 50px;} */
.site_contentsWrap h4{font-family: var(--inter); padding-bottom: 6px;}
.site-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap:1px; margin: 0 auto; background: #E1DCDB; border-top: var(--EerieBlack) 1px solid; border-bottom: var(--EerieBlack) 1px solid;}
.site-grid-item {text-decoration: none; color: var(--EerieBlack); position: relative; background-color: var(--lightgray);}
.site-grid-item::before{content: ''; background-color: #E9E3E2; position: absolute; top: 0; left: 0; height: 100%; width: 0; transition: .3s all;}
.siteInner{display: grid; grid-template-columns: 1fr 32px; gap: 0; padding: 35px;  align-items: center; position: relative;}
.site-grid-item:hover::before {width: 100%;}
.site-grid-thumb{grid-column: 3 span;}
.site-grid-thumb img {width: 100%; height: auto; aspect-ratio: 1/.56; object-fit: cover;}
.site-grid-text h5 {line-height: 1.2; letter-spacing: 1px; font-size: 17px; font-weight: 500; color: var(--EerieBlack); font-weight: normal; padding-left: 15px; margin-top: -7px;}
.site-grid-text h5 span{display: inline-block; position: relative; background-color: #f9f7f8; padding: 6px 12px; border-bottom:1px solid var(--EerieBlack);}
.site-grid-text h5 span::after{display: block; content: ''; width: 100%; left: 0; position: absolute; bottom: -2px; height: 1px; background-color: var(--EerieBlack); opacity: 0;}
.site-grid-text.red-strong h5{color: var(--strongred);}
.site-grid-text.red-strong h5 span{border-bottom-color: var(--strongred);}
.site-grid-text.red-strong h5 span::after{background-color: var(--strongred);}
.site-grid-item:hover .site-grid-text h5 span::after{opacity: 1;}
.site-arrow{transition: 0.3s ease; transform: translateX(0px);}
/*.site-grid-item:hover .site-arrow{transform: translateX(4px);} */
 
/* movie Section */
.movie_section{padding-block: 75px 50px;}
.movie_section .title_inner{text-align: center;}
.movie_section .title_inner h4{font-family: var(--inter); color: var(--strongred); padding-bottom: 15px; font-weight: 400;}
.movie_section .title_inner h3{line-height: 1.5; font-weight: 500; letter-spacing: 1px;}
.movieLis{display: flex; flex-direction: column; gap: 155px; margin-block: 128px 99px;}
.movieItem{display: flex;}
.movie-video{position: relative;}
.movie-title{font-size: 192px; font-weight: 400; padding-bottom: 30px; color: var(--strongred); line-height: 1; letter-spacing: 0; font-family: 'Esmod';}
.movie-title span{display: block; line-height: 1;}
.movie-title>span:first-child{height: 150px;}
.movie-title span + span{font-family: 'Neue Haas Unica';}
.movie-video iframe{width: 100%; height: auto; aspect-ratio: 1/.56;}
.movie-title-image{margin-bottom: -11px;}
.movie-title-image img{width: 100%; height: auto;}

@media screen and (min-width: 1024px){
.movieDetail{width: 39.7%;}
.movie-video{width: 60.3%; padding-top: 60px;}
.movieLis>.movieItem:nth-child(even){flex-direction: row-reverse;}
.movieLis>.movieItem:nth-child(even) .movieDetail{width: 35%;}
.movieLis>.movieItem:nth-child(even) .movie-video{width: 65%;}
.movieLis>.movieItem:nth-child(even) .movie-title-image{margin-left: -15vw; text-align: right;}
.movieLis>.movieItem:nth-child(even) .title_lebel_withborder{flex-direction: row-reverse;}
.movieLis>.movieItem:nth-child(odd) .movie-title-image{margin-right: -7.2vw;}
}


/*Grid Card*/
.card-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; margin: 0 auto; padding-block:150px 75px; background: #f9f8f7;}
.card-grid-item {border-bottom: 1px solid var(--EerieBlack); text-decoration: none; color: var(--EerieBlack); position: relative;}
.card-grid-item::before{content: ''; background-color: #E9E3E2; position: absolute; top: 0; left: 0; height: 100%; width: 0; transition: .3s all;}
.cardInner{display: grid; grid-template-columns: 42% auto 25px; gap: 22px; padding: 20px 10px;  align-items: center; position: relative;}
.card-grid-item:hover::before {width: 100%;}
.card-arrow img{transition: transform 0.3s ease;}
.card-grid-item:hover .card-arrow img{transform: translateX(3px);}
.card-grid-thumb img {width: 100%; height: auto; aspect-ratio: 1/.67; object-fit: cover;}
.grid-card-text h3 {line-height: 1; color: #999; font-weight: normal; padding-bottom: 10px; font-family: var(--inter);}
.grid-card-text p {font-size: 15px; margin-top: 8px; letter-spacing: 1px; font-weight: 500;}
/*End Grid Card*/

.news_section{/*padding: 80px 0 150px 0;*/ padding: 150px 0 74px 0;}
.news-list{padding-top: 8px;}
.news-item {display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: #E1DCDB 1px solid; padding: 23px 0;}
.news-item-inner{display: flex; gap: 15px; align-items: center;}
.post-meta .date,
.news-item .date{color: #A4A3A3; font-size: 13px; line-height: 1.5; font-family: var(--inter); display: inline-block; padding-right: 8px;}
.post-meta .tag,
.news-item .tag{background-color: var(--EerieBlack); color: white; font-size: 12px; line-height: 1.5; font-weight: 400; padding-block: 2px; padding-inline: 10px; border-radius: 50px; min-width: 80px; text-align: center; white-space: nowrap;}
.new-title{font-size: 14px; font-weight: 400; letter-spacing: 1px; line-height: 1.5;}
.new-title a{text-decoration: none; color: var(--EerieBlack);}
.news-item .btn-arrow{min-width: 14px;}
.news-item .btn-arrow img{transition: transform 0.3s ease;}
.news-item:hover .btn-arrow img{transform: translateX(4px);}
.new-title a:hover{color: var(--strongred);}


/* Inner pages */
.breadcrumbWrap{padding-inline: 50px; padding-block: 17px; font-size: 12px; font-weight: 400; line-height: 1.5; margin-bottom: 45px;}
.breadcrumbWrap a{color: var(--EerieBlack); padding-inline: 10px;}
#breadcrumbs>span{display: flow-root; line-height: 2;}
#breadcrumbs>span>span:first-child a{padding-left: 0;}
#breadcrumbs .breadcrumb_last{color: #A4A3A3; padding-left: 5px;}
.page-title h1{font-size: 70px; padding-bottom: 20px; font-family: var(--inter); font-weight: 400;}
.content{padding-block: 40px;}
.page-title.labelborder_strongred .title_lebel_withborder:before,
body.page-template-page-about .title_lebel_withborder::before{background-color: var(--strongred); height: 2px;}

.about_head_section {display: grid; grid-template-columns: 52.4% auto; align-items: flex-end; gap: 80px; padding-block: 62px 40px;}
.about_head_image img {max-width: 100%; height: auto; width: 100%;}
.about_head_right{max-width: 685px;}
.verNavList li{display: flex; flex-direction: column;}
.verNavList li a{border-bottom: 1px solid #E1DCDB; line-height: 1.5; letter-spacing: 1px; cursor: pointer; color: var(--EerieBlack); text-decoration: none; padding-block: 18px; position: relative;}
.verNavList li a::after {content: ''; background-image: url(../images/down-arrow.svg); position: absolute; right: 0px; margin-top: 1px; width: 12px; height: 14px; transition: transform 0.3s ease; transform: translateY(0px);}
.verNavList li a:hover {color: var(--strongred);}
.verNavList li a:hover:after {transform: translateY(3px);}

.about-network-video{mix-blend-mode: multiply; width: 100%;}
.about-network-section{padding-block: 108px 150px;} 

.about-network-section .esmo_row{align-items: center; gap: 60px; display: grid;}
.about-network-section .esmo_row [class^="esmo_col-"]{width: 100%;}
.about-network-section p{line-height: 2; letter-spacing: 1px; text-align: justify; padding-top: 28px}
.about-network-section .esmo_row h4{line-height: 1.8;} 
.esmodGroup{background-color: #f3eff0; padding: 48px 50px;}
.about-network-section .esmodGroup h4{color: var(--strongred); font-size: 22px; position: relative; line-height: 1.2;}
.esmodGroup h4::before{content: ''; display: block; height: 1px; width: 100%; background-color: #E1DCDB; position: absolute; top: 50%;}
.esmodGroup h4 span{position: relative; background-color: #f3eff0; display: inline-block; padding-right: 12px;}
.esmodGroupList{display: grid; grid-template-columns: auto 1fr; gap: 30px 40px; font-size: 13px; line-height: 1.2; letter-spacing: 1px; padding-top: 30px;}
.esmodGroupList>.esmodGroupItem{display: flex; gap: 15px; flex-wrap: wrap;}
.esmodGroupList>.esmodGroupItem:first-child{grid-column-start: 1; grid-column-end: 3;}
.esmodGroup .country-name{color: #8D8C8C; border-left: 2px solid; display: inline-block; padding-left: 12px;}
.esmodGroupList a{color: var(--EerieBlack);}
.esmodGroupList a:hover{text-decoration: none;}

.message-box{gap: 80px; font-size: 15px; letter-spacing: 2px; padding-block: 80px 160px;}
.message-box h4{font-size: 18px; line-height: 1.8; font-weight: 600; letter-spacing: 1px; padding-bottom: 18px;}
.message-box .message-box-img{width: 100%; }
.message-box .message-box-img img{width: 100%; height: auto;}
.message-box .message-box-content p{line-height: 2; letter-spacing: 1px;}
.message-box .message-box-content .signature-img{display: flex; align-items: center; justify-content: right; width: auto; border-bottom: 1px #E1DCDB solid; margin-top: 8px; padding-bottom: 29px;}
.message-box .message-box-content .message-box-inner-content{font-weight: 400; font-style: normal; font-size: 12px; letter-spacing: 1px; padding-top: 18px;}
.message-box .message-box-content .message-box-inner-content h4{font-weight: 600; font-size: 14px; line-height: 1.5; letter-spacing: 2px; padding-bottom: 10px;}
.message-box .message-box-content .message-box-inner-content h4 span{font-weight: 400; font-size: 12px; color: #A4A3A3; padding-left: 11px;}
.message-box .message-box-content .message-box-inner-content p{line-height: 1.8; font-size: 12px;}

.employmentSection{padding-block: 80px 150px;}
.employmentSection .esmo_row{align-items: center; gap: 80px;}
.employmentSection p{line-height: 1.8; letter-spacing: 1px;}
.employmentSection .base-button{margin-top: 40px;}

.history_section{background-color: var(--EerieBlack); color: var(--lightgray); padding-block: 100px 152px; margin-bottom: 50px;}
.history_section p{line-height: 2;}
.history_section .esmo_row{gap: 80px; align-items: center; margin-top: 84px; /*margin-bottom: 100px;*/ margin-bottom: 0px;}
#employment { padding-top: 100px; }

.toggle-all {display: flex; justify-content: flex-end; align-items: center; gap: 25px; padding-right: 30px; padding-bottom: 13px; cursor: pointer; font-size: 12px; letter-spacing: 1px; line-height: 1.8; color: #A4A3A3; transition: .25s all;}
.toggle-all:hover{color: var(--white);}
.toggle-icon.open svg .tpath1{opacity: 0;}
.accordion-image img {width: 100%; height: auto;}
.accordion {border-top: 1px solid #605F5F; }
.accordion-item {border-bottom: 1px solid #605F5F;}
.accordion-header {padding-block: 30px; padding-inline: 20px 50px; font-size: 18px; font-weight: 500; letter-spacing: 1px; line-height: 1.8; color: var(--lightgray); cursor: pointer; position: relative;}
.accordion-header::after { content: ""; background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M6 0.54541L6 13.4215' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3Cpath d='M-0.4375 6.9834H12.4386' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A"); position: absolute; color: var(--strongred); right: 30px; background-repeat: no-repeat; width: 12px; height: 15px; top: 50%;
    transform: translateY(-50%);}
.accordion-header.active::after {content: ""; background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M-0.4375 6.9834H12.4386' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");}
.accordion-content {display: none; padding: 10px 20px;}
.accordion-contentInner{display:grid; gap: 60px; align-items: center; padding-block: 20px 50px;}
.accordion-content p{letter-spacing: 1px; padding-block: 12px;}
.accordion-content.open{display: block;}

/* Event */
.eventListWrap{padding-block: 110px 150px;}
.eventListWrap .title_sectionLeftBord{margin-bottom: 80px;}
.eventListWrap .eventblockItem::after{content: ''; display: block; background-color: #E1DCDB; height: 1px; position: absolute; left: 15px; right: 15px; bottom: 0;}
.eventListWrap .detail-section{padding-bottom: 55px;}
.detail-section p{line-height: 2; letter-spacing: 1px;}
.eventList{display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 22px;}
.eventList a{text-decoration: none; color: inherit;}

.school_tour_section{margin-bottom: 20px;}
.school_tour_section.history_section .esmo_row{margin-bottom: 0;}
.school_tour_section a.base-button{margin-top: 42px;}

.guidance_section{padding-block: 130px;}
.guidance_section .esmo_row{align-items: center; padding-inline: 10px; padding-block: 20px; gap: 40px; border-bottom:1px solid var(--EerieBlack) ; position: relative; display: grid;}
.guidance_section .esmo_row:before{content: ''; background-color: #E9E3E2; position: absolute; top: 0; left: 0; height: 100%; width: 0; transition: .4s all;}
.guidance_section .esmo_row:hover::before{width: 100%;}
.guidance_section .esmo_row [class^="esmo_col-"]{position: relative; width: 100%;}

.guidance_section h3{color: #B3B3B3; padding-bottom: 12px; font-family: var(--inter);}
.guidance_section h5{font-size: 18px; letter-spacing: 1px;}
.guidance_section .text-right img{transition: .2s all;}
.guidance_section .esmo_row:hover .text-right img{transform: translateX(4px);}
.guidance_section a{text-decoration: none; color: inherit;}

.support_content{padding-block: 108px;}
.image-with-text{gap: 80px; align-items: center; padding: 80px 0;}
.image-with-text h4{font-weight: 600; padding-bottom: 27px; line-height: 1.6;}
.image-with-text p{line-height: 2; letter-spacing: 1px; padding-block: 13px;}

.text-block{padding: 35px 0;}
.text-block h5{font-size: 18px; font-weight: 500; letter-spacing: 1px; padding-bottom: 22px; display: flex; gap: 10px; align-items: center;}
.text-block h6{font-size: 15px; font-weight: 500; letter-spacing: 1px; padding-bottom: 13px; display: flex; gap: 10px; align-items: center;}
.text-block p{line-height: 2; letter-spacing: 1px;}

.horizontal-line{background-color: #807e7f; height: 2px; width: 100%; position: relative; margin-top: 20px; margin-bottom: 20px;}
.horizontal-line::before{content: ''; background-color: var(--strongred); position: absolute; left: 0; height: 100%; width: 30px;}
.horizontal-line-thin{background-color: #807e7f; height: 1px; width: 100%; position: relative; margin-top: 20px; margin-bottom: 20px;}

.loan-blocks{display: flex; gap: 20px; font-size: 14px; letter-spacing: 1px; line-height: 1.5; padding-block: 8px;}
.loan-blocks .loan-block{border-bottom:1px solid var(--EerieBlack); padding-block: 8px; display: flex; flex-direction: column; justify-content: flex-end;} 
.loan-blocks .loan-block a{text-decoration: none; color: var(--EerieBlack); display: flex; align-items: center; gap: 12px; padding-inline: 5px;}
img.link-arrow{margin-left: 17px;}
.loan-blocks .loan-block a:hover{color: var(--strongred);}

.loanDetails{padding-top: 10px; padding-bottom: 150px;}
.loanDetails .text-block h5{padding-top: 25px;}
.loanDetails .text-block{padding-bottom: 4px;}
.loanDetails .loan-blocks .loan-block p{padding-bottom: 8px;}

.studentLis{display: flex; gap: 52px 40px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 42px;}
.studentLis .studentItem{border-left:#E1DCDB  1px solid; padding-top: 5px; padding-left: 24px;}
.studentLis h6{padding-bottom: 3px; font-size: 15px; letter-spacing: 1px; line-height: 1.8; font-weight: 500;}

/* alumniCard */
.alumniCard{display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 65px; margin-top: 92px; margin-bottom: 150px;}
.alumniCard .alumniCard_item{padding: 10px 0; border-bottom: #E1DCDB 1px solid; position: relative; padding-bottom: 44px;}
.alumniCardThumb{position: relative; padding-right: 68px; padding-bottom: 41px; margin-bottom: 11px;}
.alumniCardThumb_img{position: relative;}
.alumniCardThumb_img a{display: block; overflow: hidden; line-height: 0;}
.alumniCardThumb_img::before{content: ''; display: block; width: 100%; border: 1px solid var(--strongred); height: 100%; position: absolute; top: 30px; left: 30px;}
.alumniCardThumb img{width: 100%; height: auto; position: relative; object-fit: cover; aspect-ratio: 1; transform: scale(1); transition: .4s all;}
.alumniCard .alumniCard_item:hover .alumniCardThumb img{transform: scale(1.07);}
.alumniLabel{background-color: var(--strongred); color: var(--white); display: inline-block; padding: 3px 8px; position: absolute; right: 0; bottom: 0; z-index: 1; font-size: 18px; font-family: var(--inter); line-height: 1;} 
.alumniLabel span{text-transform: uppercase;}
.alumniCard_item h4{font-size: 19px; font-weight: 500; letter-spacing: 2px; line-height: 1.5;}
.alumniCard_item p{line-height: 1.8; letter-spacing: 1px;}
.alumniTag{color: #A4A3A3; line-height: 1.5; letter-spacing: 1px; padding-block: 6px;}
.alumni_arrow{/*text-align: right;*/ position: absolute; bottom: 19px; right: 0;}
.alumni_arrow img{width: 20px; transition: .25s all;}
.alumniCard_item:hover .alumni_arrow img{transform: translateX(4px);}

.alumni_postDetail{display: grid; grid-template-columns: auto 47%;}
.alumni_postAside{background-color: var(--EerieBlack); color: var(--lightgray); position: sticky; top: 0px; align-self: start;}
.alumni_left_container{width: 880px; margin-left: auto; padding-inline: 20px;}
.alumni_left_container .container{width: 100%; max-width: inherit; margin-inline: 0; padding-inline: 0;}
.alumni_right_container{width: 750px; padding-block: 60px; padding-left: 60px;}
.alumni_postAside .alumniCardThumb{padding-right: 50px; padding-bottom: 50px; margin-bottom: 30px;}
.alumni_postAside .alumniCardThumb_img:before{left: 50px; top: 50px;}
.alumni_post_tag{position: relative; padding-top: 12px; color: #A4A3A3; line-height: 1.5; letter-spacing: 1px;}
.alumni_post_tag::after{content: ''; display: block; width: 30px; height: 2px; background-color: var(--strongred); margin-top: 20px;}
.alumni_postAside h4{font-size: 26px; font-weight: 500; letter-spacing: 3px; line-height: 1.5; display: flex; gap: 12px; align-items: flex-end;}
.alumni_postAside h4 small{font-size: 15px; font-family: var(--inter); line-height: 1.5; letter-spacing: 0;}
.alumni_postAside h4 small span{text-transform: uppercase;}
.alumni_postAside p{line-height: 1.8; letter-spacing: 1px; padding: 20px 0;}

.alumni-content {color: var(--EerieBlack);  padding-right: 80px; padding-top: 80px; padding-bottom: 100px;}
.alumni-content h3,
.alumni-content h2{font-size: 18px; font-weight: 500; font-family: var(--notojp); line-height: 1.8; letter-spacing: 1px; border-bottom: #E1DCDB 1px solid; padding: 20px 0; display: flex; align-items: flex-start; gap: 8px; margin-bottom: 22px;}
.alumni-content h2::before,
.alumni-content h3::before{content: ''; height: 8px; width: 8px; min-width: 8px; display: inline-block; align-items: flex-start; border-radius: 50%; background-color: var(--strongred); margin-top: 14px;}
.alumni-content p{line-height: 2; letter-spacing: 1px; font-weight: 400; padding-block: 10px;}

.post-navigation{display: flex; align-items: center; justify-content: space-between; font-family: var(--inter); font-size: 16px; border-top:1px solid var(--EerieBlack); padding-block: 50px; margin-top: 46px;}
/* .nav-previous a,
.nav-previous a, */
.post-navigation .nav-previous,
.post-navigation .nav-next{position: relative;}
.post-navigation .nav-previous .f-arrow{right: 0; left: 0;}
.post-navigation a{color: var(--EerieBlack); line-height: 1; text-decoration: none;}
.nav-previous a:before,
.nav-next a:after{content: ''; display: inline-block; width: 14px; height: 12px; background-repeat: no-repeat; background-position: center; transition: .25s all;}
.nav-previous a:before{margin-right: 9px; /*background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_789_15708)'%3E%3Cpath d='M14 6L1.12388 6' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3Cpath d='M6.69873 11.4492L1.12385 5.99948L6.69873 0.549737' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_789_15708'%3E%3Crect width='14' height='12' fill='white' transform='translate(14 12) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");*/}
.nav-next a:after{margin-left: 9px; /*background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_870_18873)'%3E%3Cpath d='M0 6H12.8761' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3Cpath d='M7.30124 0.550293L12.8761 6.00003L7.30124 11.4498' stroke='%23CB382A' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_870_18873'%3E%3Crect width='14' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");*/ }
.nav-previous a:hover::before{transform: translateX(-2px);}
.nav-next a:hover:after{transform: translateX(2px);}
.post-navigation a:hover{color: var(--strongred);}

.custom-post-button {display: inline-flex; align-items: center; border: 1px solid  var(--EerieBlack); border-radius: 30px; padding: 4px 14px; height: 28px; font-size: 14px; letter-spacing: 1px; color: var(--EerieBlack); cursor: pointer; background-color: transparent; transition: .2s all;}
.custom-post-button:hover{border-color: var(--strongred); color: var(--strongred);}
.post_menu-icon {display: inline-block;  margin-right: 9px; }
.post_menu-icon span {display: block; width: 15px; height: 1px; background-color: var(--strongred); margin: 3px 0;}


.updates_section{padding-block: 120px;}
.updates_section .esmo_row{gap: 80px; display: grid;}
.updates_section .esmo_row [class^="esmo_col-"]{width: 100%;}
.updates_section .news-list{border-top:1px solid #E1DCDB; padding-top: 0;}
.filter-buttons {display: flex; gap: 10px; margin-bottom: 25px;}

.updates_section .swiper-scrollbar .scrollbar-bg{height: 4px; background-color: #E1DCDB; top: 0;}
.updates_section .swiper-scrollbar-drag{height: 4px; background-color: #A4A3A3;}
.updates_section .swiper-horizontal>.swiper-scrollbar, .updates_section .swiper-scrollbar.swiper-scrollbar-horizontal{width: calc(100% - 42px); margin-inline: auto; margin-top: 19px; left: 0;}
.updates_section .swiper-slide{width: auto;}

a.filterBtnItem{padding: 3px 20px; border-radius: 20px; min-width: 100px; border: 1px solid var(--EerieBlack); line-height: 1.5; display: flex; background: transparent; color: var(--EerieBlack); text-decoration: none; font-size: 14px; cursor: pointer; align-items: center; justify-content: center; transition: all 0.3s ease;}
.filter-buttons a {padding: 3px 20px; border-radius: 20px; border: 1px solid var(--EerieBlack); line-height: 1.5; display: flex; background: transparent; color: var(--EerieBlack); text-decoration: none; font-size: 14px; cursor: pointer; align-items: center; justify-content: center; transition: all 0.3s ease;}
.filterBtnItem.active,
a.filterBtnItem:hover,
.filter-buttons a:hover,
.filter-buttons a.active {background: var(--EerieBlack); color: var(--lightgray); border: 1px solid black;}
.archive-dropdown{max-width: 200px;}
.archive-dropdown select {width: 100%; padding: 10px; border-radius: 5px; background: #E8E8E8; border: none; font-size: 13px; color: var(--EerieBlack); height: 45px; font-family: var(--inter); line-height: 1.5; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='%231C1A1A' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='black' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='black' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='black' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='black' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='black' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='black' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: right 11px center; padding-right: 30px;}

.pagination {display: flex; align-items: center; justify-content: center; gap: 2px; font-family: var(--inter); font-size: 16px; margin-top: 50px; line-height: 1; font-weight: 400;}
.pageItem, .page-arrow, .page-dots {display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; cursor: pointer;}
.pageItem {color: black; background-color: transparent; transition: background-color 0.3s, color 0.3s;}
.pageItem:hover{color: var(--strongred);}
.pageItem.active {background-color: var(--strongred); color: white; margin-inline: 6px;}
.page-arrow {color: #666; font-size: 18px; margin-inline: 9px;}
.page-dots {pointer-events: none; cursor: default;}

.update-detailHeader{ padding-bottom: 70px;}
.update-detailHeader h1{font-size: 30px; line-height: 1.8; letter-spacing: 1px; font-weight: 500;}
.post-meta{display: flex; align-items: center; gap: 15px; padding-top: 8px; padding-bottom: 32px;}
.blog-content{border-top: 1px solid var(--EerieBlack); border-bottom: 1px solid var(--EerieBlack); padding-block:70px 88px; color: var(--EerieBlack);}
.blog-content ul li,
.blog-content p{line-height: 2; letter-spacing: 1px; padding-block: 12px;}
.blog-content p b, .blog-content p strong{font-weight: 700;}
.blog-content hr{background-color: var(--EerieBlack); height: 1px; width: 100%; display: block; border: none; margin-block: 26px;}
.blog-content a{color: var(--EerieBlack); font-size: 14px; text-decoration: none; border-bottom:var(--strongred) 1px solid;} 
.blog-content img.size-full{margin-top: 32px;}
.blog-content blockquote{position: relative; border-left: #605F5F 3px solid; padding-left: 27px; margin-top: 40px; margin-bottom: 18px;}
.blog-content blockquote p{padding-block:0;}
.blog-content h5{font-size: 16px; font-weight: 600; letter-spacing: 2px; line-height: 1.2; display: flex; align-items: center; gap: 10px; padding-block: 7px; margin-top: 35px;}
.blog-content h5:before{content: ''; display: inline-block; width: 15px; height: 2px; background-color: var(--strongred);}

.post-navigation.blog-post-nav{margin-top: 0; border-top: none; margin-bottom: 100px;}
.blog-content .gallery-item a{border: none;}
.blog-content .gallery-item img{border: none !important; width: 100%; height: auto;}

.individual-guidance-section{padding-block:40px 70px;}
.individual-guidance-section .esmo_col-7{padding-right: 10px;}

.consultation-section{background-color: var(--lightgray); color: var(--lightgray); display: grid; grid-template-columns: 1fr 1fr; gap: 1px;}
.consultation-section a.consult-box{padding:60px 30px 60px 80px; display: flex; justify-content: space-between; cursor: pointer; background-color: #96231e; align-items: center; position: relative;}
.consultation-section a.consult-box:before{content: ''; background-color: #333131; position: absolute; top: 0; left: 0; height: 100%; width: 0; transition: .4s all;}
.consultation-section a.consult-box:hover:before{width: 100%;}
.consultation-section .consult-box-item{position: relative; padding-right: 10%;}

.icons-group{display: flex; gap: 10px; padding-bottom: 5px;}
.consultation-section h4{font-weight: 500; letter-spacing: 2px; line-height: 1.6; padding-block: 15px;}
.consultation-section p{line-height: 2; letter-spacing: 1px;}
.consultation-section .arrow{transition: .25s all;}
.consultation-section .arrow svg path{stroke: var(--lightgray);}
.consultation-section a.consult-box:hover .arrow{transform: translateX(4px);}

.head_image_banner{margin-top: 62px;}
.head_image_banner img{height: auto;}
.campusLifeContent{background-color: var(--EerieBlack); color: var(--lightgray); padding-bottom: 150px;}

.campusLifeContent .esmo_row.text-block{padding-block: 80px;}
.campusLife_sectionHeader{padding-block: 50px; text-align: center; border-top: #605F5F 1px solid;}
.campusLife_sectionHeader h2{font-size: 45px;}
.gallery-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap:1px; margin: 0 auto; background: #605F5F; border-right: #605F5F 1px solid; border-left: #605F5F 1px solid; margin-inline:75px; position: relative;}
.gallery-grid:before,
.gallery-grid:after{display: block; content: '';  position: absolute; border-bottom: #605F5F 1px solid; left: -75px; right: -75px;}
.gallery-grid:before{top: -1px;}
.gallery-grid:after{bottom: 0;}
.gallery-grid-item {text-decoration: none; color: var(--lightgray); position: relative; background-color: var(--EerieBlack); padding: 30px; padding-bottom: 0;}
.gallery-grid-item::before{content: ''; background-color: #333131; position: absolute; top: 0; left: 0; height: 100%; width: 0; transition: .3s all;}
.gallerygridInner{display: flex; flex-direction: column; gap: 17px; height: 100%; position: relative; padding-bottom: 27px;}
/* .gallery-grid-item:hover::before {width: 100%;} */
.gallery-grid-thumb img {width: 100%; height: auto; aspect-ratio: 1; object-fit: cover;}
.gallery-grid-text{display: grid; grid-auto-rows: 1fr; grid-template-rows: auto 1fr; gap: 30px;}
.gallery-grid h5 {line-height: 1.08; letter-spacing: 1px; font-size: 18px; font-weight: 500; color: var(--strongred); font-weight: normal; padding-left: 12px; margin-top: -21px;}
.gallery-grid h5::first-letter{text-transform: uppercase; font-size: 50px;}
.gallery-grid h6{line-height: 1.8; letter-spacing: 1px; font-size: 13px; /*position: absolute; bottom: 29px; min-height: 72px;*/ display: flex; justify-content: flex-end; flex-direction: column;}
.gallery-grid h6 small{display: block; color: #8D8C8C; padding-bottom: 2px;}

.gallery-grid.movies{grid-template-columns: repeat(2, 1fr);}
.gallery-grid.movies .gallery-grid-item{padding: 0;}
.gallery-grid.movies>.gallery-grid-item:last-child{grid-column: span 2;}
.gallery-grid.movies iframe{width: 100%;}
.gallery-grid.movies .gallerygridInner{padding-bottom: 0;}
.gallery-grid.movies .gallery-grid-item::before{display: none;}
.video_gallery_slide{padding: 20px; padding-right: 0; padding-top: 0;}
.video_gallery_slide .swiper-slide img{border: #605F5F 1px solid; width: 100%; height: auto;} 
.video_gallery_slide .swiper-horizontal>.swiper-scrollbar, .video_gallery_slide .swiper-scrollbar.swiper-scrollbar-horizontal{width: 675px; margin-inline: auto; margin-top: 30px; margin-bottom: 25px;}
.gallery-grid.movies h4{padding-inline: 20px; padding-block: 30px; font-size: 26px;}

.corporate_section{padding-block: 150px 55px;}
.corporate_section .animate-arrow-parent .text-button-arrow{padding-right: 28px;}
.corporate_section .tab_col_to_row{align-items: flex-start;}
a.text-button-arrow{display: flex; justify-content: space-between; align-items: center; text-decoration: none; color: var(--EerieBlack); line-height: 1.5; font-size: 16px; letter-spacing: 1px; margin-block: 3px;}
a.text-button-arrow img{transition: transform 0.3s ease;}
a.text-button-arrow:hover{color: var(--strongred);}
a.text-button-arrow:hover img{transform: translateX(2px);}

.policyContent{color: var(--EerieBlack); padding-block: 104px;}
.policyContent hr{background-color: #E1DCDB; height: 1px; width: 100%; display: block; border: none; margin-block: 25px 37px;}
.policyContent h4{font-size: 26px; letter-spacing: 1px; line-height: 1.8; font-weight: 500; padding-bottom: 4px;}
.policyContent ol{padding-block:45px 38px;}
.policyContent ol li:first-child{border-top:#E1DCDB 1px solid;}
.policyContent ol li{counter-increment: my-awesome-counter; border-bottom:#E1DCDB 1px solid; padding-block:41px 25px;}
.policyContent ol.guidlineList{padding-top: 23px;}
.policyContent ol.guidlineList li{border-bottom:none; padding-block: 4px;} 
.policyContent ol.guidlineList li:first-child{padding-top: 38px;}
.policyContent ol.guidlineList li:last-child{border-bottom:#E1DCDB 1px solid; padding-bottom: 24px;}
.policyContent ol li h5{padding-left: 8px;}
.policyContent ol li h5::before{content: counter(my-awesome-counter) ". ";}
.policyContent h5{font-size: 18px; letter-spacing: 1px; line-height: 1.8; font-weight: 500;}
.policyContent .guidlineList h5{font-size: 15px;}
.policyContent h5 small{font-size: 15px;}
.policyContent .guidlineList h4{font-size: 18px; margin-bottom: 7px;}
.policyContent p{line-height: 1.8; letter-spacing: 1px; font-weight: 400; padding-block: 15px;}
.policyContent.smedia_policyContent h5 + p{padding-top: 10px;}
.policyContent .guidlineList h5 + p{padding-top: 3px;}
.policyContent a.link-email{margin-top: 10px;}

.block-linkWrap{padding-block:50px 150px;}
.block-linkWrap .esmo_row{gap: 30px;}
.block-link{display: flex; align-items: center; justify-content: space-between; border: 5px solid var(--strongred); position: relative; padding: 60px 30px 60px 40px; text-decoration: none; color: var(--EerieBlack);}
.block-link::before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 5px solid var(--strongred); opacity: 0; transition: .3s all;}
.block-link:hover:before{opacity: 1;}
.block-link .block-link-item{display: flex; align-items: center; gap: 16px;}
.block-link h4{font-size: 20px; font-weight: 500; letter-spacing: 1px; line-height: 1.8;}
.block-link .arrow{transition: .25s all;}
.block-link:hover .arrow{transform: translateX(3px);}

.web_applicationContent{padding-block: 82px;}
.web_applicationContent .title_sectionLeft h5{margin-top: -5px;}
.web_applicationContent .title_sectionLeft h5 small{margin-bottom: 16px;}
.web_info{letter-spacing: 1px; line-height: 1.5; font-size: 13px; font-family: var(--inter); font-weight: 400; display: flex; gap: 10px; align-items: center; padding-block-start: 70px;}
.web_info a{color: var(--strongred); text-decoration: none; display: inline-flex; gap: 5px;}
.web_info a span{border-bottom:1px solid var(--strongred);}
.web_info a:hover span{border-bottom-color: transparent;}
.timeline {position: relative; padding-block: 62px 10px;}
.timeline .step {display: flex; align-items: flex-start; padding-bottom: 58px; padding-top: 14px; position: relative; padding-left: 140px;}
.timeline .step::before{content: ""; position: absolute; top: 0; left: 41px; height: 100%; width: 1px;}
.timeline>.step:last-child:before{display: none;}
.timeline .step-number {position: absolute; top: 0; left: 0; background-color: #f9f7f8; color: #A4A3A3; transition: .3s all; font-family: var(--inter); font-size: 32px; line-height: 1; width: 80px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;}
.timeline .step-content{color: var(--EerieBlack);}
.timeline .step-content h5 {font-size: 18px; font-weight: 500; line-height: 1.8; letter-spacing: 1px; padding-bottom: 8px;}
.timeline .step-content p{line-height: 1.8; letter-spacing: 1px;}
.timeline .buttons{margin-top: 29px; margin-bottom: 2px;}
.timeline .base-button.btn-xl::before{border-color: var(--strongred);}
.timeline .base-button{color: var(--strongred);}

/* .timeline .step:hover:before, */
/* .timeline .step.active::before{background-color: #96241E;} */
/* .timeline .step:hover .step-number, */
/* .timeline .step.active .step-number{color: #96241E; border-color: #96241E;} */


@media screen and (min-width: 1441px) {
.home-banner-section h4{font-size: 45px;}
.home-banner-section h5,
.home-banner-section h4 small a{transform: scale(1.5); transform-origin: left;}
}

.single-course-section-three .admission-btn:after,
.course-list a img.arrow{transition: .25s all;}
.course-list a:hover img.arrow{transform: translateX(4px);}
.single-course-section-three .admission-btn:hover:after{right: 45px;}

.tab-content p{line-height: 1.8; letter-spacing: 1px;}
.tab-content p + p{padding-top: 20px;}

body.single-fashion-news,
body.tax-fn-category,
body.page-id-16280,
body.page-id-16278,
body.page-id-16263,
body.page-template-fashion-news-ja,
body.page-template-fashion-news-en,
body.page-template-taxonomy-fn-category{background-color: #e9e3e3;} 
.fashion-newsWrap{padding:72px 30px;}
.fashion-newsWrap.fashion-news-catWrap{padding-top: 0;}
.fashion-news{border: #8D8C8C 1px solid; padding-block: 30px;} 
.fashion-news h2{font-size: 45px; border-bottom: #8D8C8C 1px solid; padding-block: 24px;}
.pickupList{display: grid; grid-template-columns: 68% auto; padding-block:40px 15px; margin-inline: -10px;}
.esmo_row.fash_pickupRow{justify-content: space-between;}
.esmo_row.fash_pickupRow p{line-height: 1.5;}
.esmo_row.fash_pickupRow p small{display: block; font-family: var(--inter); font-size: 11px; font-weight: 500; color: var(--strongred); padding-bottom: 2px;}
.esmo_row.fash_pickupRow [class^="esmo_col-"]{width: auto;}
.fash_pickupRow a{color: inherit; text-decoration: none;}
.pickupList .fash_pickupRow a{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.pickupList .pickupListItem{padding-inline: 40px; margin-bottom: 30px;}
.pickupList>.pickupListItem:first-child{grid-row-start: 1; grid-row-end: 3; border-right:#8D8C8C 1px solid;}
.pickupTime{display: inline-flex; text-align: right; justify-content: flex-end; font-family: var(--inter); color: var(--strongred); border-bottom: 1px solid var(--strongred); padding-block-end: 6px; line-height: 1.2; gap: 7px; align-items: center;}
.pickupListItem .pickupThumb{position: relative; overflow: hidden;} 
.pickupListItem .pickupThumb img{transform: scale(1); transition: .4s all;}
.pickupListItem:hover .pickupThumb img{transform: scale(1.07);}
.pickupTime .date{font-size: 38px; line-height: .81;}
.pickupTime .pickupTimeItem{text-align: left;}
.pickupTime .pickupTimeItem span{font-size: 16px; font-weight: normal; display: block; line-height: 1;}
.pickupListItem h4{font-size: 14px; font-weight: 500; line-height: 1.5; letter-spacing: 1px; margin-block: 11px 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; max-width: 90%;}
.pickupListItem h4 a{color: inherit; text-decoration: none;}
.pickupList>.pickupListItem:first-child h4{font-size: 20px; margin-block-end: 20px;}
.fashion-news-inline{padding-inline: 30px;}
.tag_section{padding-block: 40px; border-bottom:1px solid #807e7f;}
.tag-container {display: flex; flex-wrap: wrap; gap: 10px;}
.tag-container a {padding: 2px 15px; font-weight: 500; line-height: 1.5; height: 24px; display: flex; align-items: center; border: 1px solid var(--EerieBlack); background-color: transparent; border-radius: 999px; font-size: 13px; text-decoration: none; color: var(--EerieBlack); transition: background-color 0.3s, color 0.3s; box-sizing: border-box;}
.tag-container a.active,
.tag-container a:hover {background-color: var(--strongred); color: var(--lightgray);}
.fashion-newsWrap .video_gallery_slide{padding: 0;}
.fashion-newsWrap .video_gallery_slide .swiper-slide{aspect-ratio: 75 / 100; overflow: hidden;}

.fashion-pickup-sliderWrap{padding-block: 40px 25px;}
.fashion-pickup-sliderWrap .swiper-horizontal>.swiper-scrollbar, .fashion-pickup-sliderWrap .swiper-scrollbar.swiper-scrollbar-horizontal{left: 22px; width: calc(100% - 44px);}

.tag_section .archive-dropdown{max-width: 100%; padding-bottom: 10px;}
.tag_section select{background-color: var(--lightgray);}
.search-form-wrap,
#searchform{position: relative;}
#searchform input[type="text"]{width: 100%; background-color: var(--lightgray); width: 100%; padding: 10px; border-radius: 5px; border: none; font-size: 13px; color: var(--EerieBlack); height: 45px; font-family: var(--inter); line-height: 1.5; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
#searchform input#searchsubmit{position: absolute; right: 0; background-color: transparent; border: none; background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6.65942" r="5.5" stroke="%231C1A1A"/><line x1="10.3536" y1="9.99947" x2="14.3536" y2="13.9995" stroke="%231C1A1A"/></svg>'); background-repeat: no-repeat; background-position: center; width: 38px; height: 100%; text-indent: -99999px; cursor: pointer;} 

.tag_section .esmo_row{display: grid; grid-template-columns: auto 25%; gap: 100px; align-items: center;}
.tag_section .esmo_row [class^="esmo_col-"]{width: 100%;}
.tag_section ::-webkit-input-placeholder {color: var(--EerieBlack);}
.tag_section ::-moz-placeholder {color: var(--EerieBlack);}
.tag_section :-ms-input-placeholder {color: var(--EerieBlack);}
.tag_section :-moz-placeholder {color: var(--EerieBlack);}

.newsCard{display: grid; grid-template-columns: repeat(3, 1fr); gap: 80px 60px; margin-top: 40px; padding-bottom: 80px; overflow: hidden;}
.newsCard_item{position: relative;}
.newsCard_item::after{display: block; content: ''; position: absolute; height: 1px; width: calc(100% + 60px); bottom: -40px; background-color: #8D8C8C;}
.newsCard_item::before{display: block; content: ''; position: absolute; height: 100%; width: 1px; left: -30px; background-color: #8D8C8C;}
.newsCardThumb{position: relative; margin-bottom: 16px; overflow: hidden;}
.newsCardThumb img{width: 100%; height: auto; aspect-ratio: 1/.67; transform: scale(1); transition: .4s all;}

/* .event_featured{aspect-ratio: 1/.76; overflow: hidden;}
.eventblockItem:hover .event_featured img{transform: scale(1.07);} */


.newsCard h5{margin-block-end:13px; font-weight: 500; font-size: 14px; line-height: 1.5; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newsCard p{font-size: 12px; line-height: 1.5;}
.newsCard p small{color: #A4A3A3; font-size: 11px; font-family: var(--inter); font-weight: 500; line-height: 1.5;}
.newsCard a{color: inherit; text-decoration: none;}
.newsCard a:hover .newsCardThumb img{transform: scale(1.1);}

.newsCard + .text-center {padding-bottom: 38px;}
.fashion-news .title_section h2{border-bottom: none; padding-block: 35px;}
.fashion-newsWrap.fashion-news-catWrap .pickupTime{align-items: flex-end; padding: 0; border-bottom: none;}
.fashion-news-catWrap .fashion-news .title_section{border-bottom: #8D8C8C 1px solid;}
.fashion-news-catWrap .fashion-news .title_section h2{font-size: 36px;}
.fashion-news-catWrap h3{font-size: 30px; font-family: var(--inter); padding-top: 35px;}
.fashion-news-catWrap .tag_section{border-bottom: none; padding-block: 26px;} 
.fashion-news-catWrap .pagination{margin-top: 0; margin-bottom: 58px;}

.fashion-news-detail{border: #8D8C8C 1px solid; padding-block-start:15px;}
.fashion-news-detail .horizontal-line-thin{margin-block: 15px;}
.esmo_row.fashion_news_detail_head{justify-content: space-between; align-items: center;}
.esmo_row.fashion_news_detail_head [class^="esmo_col-"]{width: auto;}
.fashion_news_detail_head p{font-size: 13px; font-family: var(--inter); color: var(--EerieBlack); line-height: 1.5; font-weight: 400;}
.fashion_news_detail_head p small{display: block; color: var(--strongred); font-weight: 500; font-size: 11px;}
.fashion_newsMeta{display: flex; gap: 30px;}

h1.news-post-title{font-size: 38px; font-weight: 700; letter-spacing: 1px; line-height: 1.8; padding-block: 55px 50px;}
.fashion-news-details_content{display: grid; grid-template-columns: auto 28.5%;}
.fashion-news-details_content .news-details-sidebar{border-left:1px solid #8D8C8C;}
.fashion-sidebarItem{padding:50px 30px;}
.black_bg{background-color: #333131;}
.news-details-sidebar h5{font-size: 17px; font-family: var(--inter); font-weight: 500; line-height: 1; padding-bottom: 14px; border-bottom: 1px solid #8D8C8C; display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 25px;}
.news-details-sidebar h5 small{font-size: 11px; line-height: 1.3; letter-spacing: 0; font-family: var(--notojp);}
.news-details-sidebar .black_bg{border-top: 1px solid #8D8C8C;}
.news-details-sidebar .black_bg h5{border-bottom-color: #E9E3E2; color: #E9E3E2;}
.news-details-sidebar .tag-container a{background-color: #E9E3E2; font-size: 12px; height: 22px; border: none;}
.news-details-sidebar .tag-container a.active,
.news-details-sidebar .tag-container a:hover{background-color: var(--strongred);}
.news-details-sidebar .archive-dropdown{max-width: 100%; margin-bottom: 10px; padding-top: 25px;}
.news-details-sidebar #searchform input[type="text"],
.news-details-sidebar select{background-color: #605F5F; color: var(--lightgray);}
.news-details-sidebar select{background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='%23F9F7F7' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='white' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='white' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='white' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='white' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='white' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3Cpath d='M11.4502 3.71289L6.00045 9.28777L0.550714 3.71289' stroke='white' stroke-opacity='0.2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");}
.news-details-sidebar #searchform input#searchsubmit{background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6.65942" r="5.5" stroke="%23F9F7F7"/><line x1="10.3536" y1="9.99947" x2="14.3536" y2="13.9995" stroke="%23F9F7F7"/></svg>');}
.news-details-sidebar ::-webkit-input-placeholder {color: var(--lightgray);}
.news-details-sidebar ::-moz-placeholder {color: var(--lightgray);}
.news-details-sidebar :-ms-input-placeholder {color: var(--lightgray);}
.news-details-sidebar :-moz-placeholder {color: var(--lightgray);}
.news-details-sidebar .horizontal-line-thin{margin-block: 0;}

.news-details-main{position: relative; padding:15px 30px 38px 30px;}
.news-detail-img{padding-bottom: 26px;}
img.size-full{width: 100%; height: auto;}
.news-details-mainAside h6{letter-spacing: 1px; line-height: 1; font-family: var(--inter); margin: 0 auto;}
.news-details-main hr{margin:15px 0; border: none; border-bottom: var(--EerieBlack) 1px solid;}
.news-details-main p{line-height: 2; font-size: 14px; font-weight: 400; padding-block: 14px;}
.news-details-main p strong{font-weight: 700;}
.news-details-main .custom-contents-line + ol{padding-bottom: 4px;}
.news-details-main>ol{margin-left: 20px;}
.news-details-main>ol::after{content: ''; display: block; left: -20px; right: 0; height: 1px; background-color: var(--EerieBlack); position: absolute; bottom: 0;}
.news-details-main ol{line-height: 1.8; color: var(--EerieBlack);}
.news-details-main ol {padding: 0; list-style: none; }
.news-details-main ol li {line-height: 1.5; position: relative;}
.news-details-main>ol>li{position: relative; padding-left: 50px; margin-block: 20px; font-size: 14px;}
.news-details-main ol ol{padding-block: 8px 0px; margin-left: -30px;} 
.news-details-main ol ol li{padding-block: 3px; padding-left: 24px; margin-bottom: 1px;}
.news-details-main ol { counter-reset: numbers; position: relative;}
.news-details-main ol > li:before { counter-increment: numbers; content: "" counter(numbers) ""; font-family: var(--inter); color: inherit; font-size: 13px; font-weight: normal;}
.news-details-main ol[data-subsections] li:before { content: counters(numbers,".") " "; position: absolute; left: 0; }
.news-details-main ol[data-subsections] > li {font-weight: 500;}
.news-details-main ol[data-subsections] > li:before {font-weight: 400; font-size: 20px; color: var(--strongred); position: absolute; top: -3px; left: 0;}
.news-details-main ol[data-subsections] > li:after{content: '|'; position: absolute; top: -1px; left: 35px; }
.news-details-main ol[data-subsections] ol {width: 100%; font-weight: normal; margin-bottom: -5px;}
.custom-contents-line {position: relative; border-top: 1px solid var(--EerieBlack); font-family: var(--inter); margin-top: 35px;}
.custom-contents-line span{background: var(--EerieBlack); color: var(--lightgray); padding: 8px 7px; font-size: 12px; letter-spacing: .12px; display: inline-block; line-height: 1;}
.news-details-main h3{font-size: 25px; font-weight: 500; line-height: 1.8; letter-spacing: 1px; padding-block: 62px 15px;}
.news-details-main h3::before{content: ''; display: block; background-color: #CB382A; height: 2px; width: 40px; margin-bottom: 18px;}
.news-details-main h4{font-size: 20px; font-weight: 600; line-height: 1.8; letter-spacing: 1px; display: flex; align-items: flex-start; gap: 5px; padding-block: 65px 15px;}
.news-details-main h4:before{content: ''; height: 8px; width: 8px; min-width: 8px; display: inline-block; border-radius: 50%; background-color: var(--strongred); margin-top: 14px;}
.news-details-main ul{line-height: 2; font-size: 14px; padding-left: 7px;} 
.news-details-main ul li{position: relative; padding-left: 13px;}
.news-details-main ul li::before{content:""; position: absolute; left: 0; background-color: #1C1A1A; width: 4px; height: 4px; border-radius: 5px; top: 14px;}

.news-details-main .extLinkWrap{padding-left: 40px; padding-bottom: 3px;}
.news-details-main a.extLink{color: #605F5F; font-size: 14px; text-decoration: none; border-bottom:#605F5F 1px solid; position: relative;} 
.news-details-main a.extLink img{background-color: #e9e3e3; width: 12px; position: absolute; left: -20px; top: 0;}
.news-details-main a.extLink:hover{color: var(--EerieBlack);}

.fashion-newsWrap.news-detail_wrap{padding-top: 0;}

.news-details-main .gallery{display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding-block: 15px;}
.news-details-main .gallery>.gallery-item:first-child{grid-column: 2 span;}
.news-details-main .gallery>.gallery-item{width: 100% !important; margin: 0 !important;}
.news-details-main .gallery>.gallery-item img{border: none !important;}
.news-details-main blockquote{color: #605F5F; border-left:3px solid #8c8c8c; padding-left: 30px; margin-block:15px;}
.news-details-main blockquote p{padding: 0;}
.news-details-main blockquote::before{content: ''; display: block; background-image: url(../images/quote.svg); background-repeat: no-repeat; width: 25px; height: 25px;}

.news-details-main h6{font-weight: 500; font-size: 15px; line-height: 1.8; letter-spacing: 1px;}
.relation_post{border: #8D8C8C 1px solid; padding: 40px; margin-bottom: 100px;}
.relation_post .socialList{list-style-type: none; padding-left: 0; gap: 15px;}
.relation_post .socialList li::before{display: none;}
.relation_post .socialList li{padding-left: 0;}
.relation_post .socialList li img{max-width: 20px;}
.urserrow{display: grid; grid-template-columns: 120px auto; gap: 30px; align-items: center; margin-bottom: 4px;}
.urserImg{width: 120px; overflow: hidden; border-radius: 120px;}
.urserrow h6{padding-bottom: 9px;}
.news-details-main .urserrow p{padding-bottom: 0;}

.news-details-main .post-navigation{margin-inline: -30px; border-top-color:#8D8C8C; padding-inline: 0; padding-block: 0; border-bottom: #8D8C8C 1px solid; margin-bottom: 38px;}
.news-details-main .post-navigation .post-navigationItem{padding: 30px; flex: 1;}
.news-details-main .articleList{margin-top: 17px;}
.news-details-main .nav-previous{position: relative;}
.news-details-main .nav-previous span.f-arrow{left: 0;}
.news-details-main .nav-next{display: table; margin-left: auto; position: relative;}
.news-details-main .nav-next .f-arrow{pointer-events: none;}
.news-details-main .post-navigation .post-navigationItem + .post-navigationItem{border-left: #8D8C8C 1px solid;}
.news-details-main .post-navigation .post-navigationItem + .post-navigationItem .articleListItemThumb{order: 2;}
.news-details-main .post-navigation .post-navigationItem + .post-navigationItem .articleListItem{grid-template-columns:auto 100px;}
.news-details-main .item-center .base-button{justify-content: center; gap: 0;}

.NDetailarticle{display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; margin-block:27px 69px;}
.NDetailarticleItem{padding:0px 20px; border-left:1px solid #8D8C8C; border-bottom: 1px solid #8D8C8C; text-decoration: none; color: inherit;}
.NDetailarticle h3{color: #B3B3B3; font-size: 27px; font-family: var(--inter); font-weight: 400; line-height: 1; padding-block: 8px 11px;}
.NDetailarticle h3:before{display: none;}
.NDetailarticle h3 small{font-size: 12px; line-height: 1.2; letter-spacing: 1px; font-family: var(--notojp); font-weight: 500; display: block; color: var(--EerieBlack); padding-top: 10px;}
.NDetailarticle .artArrow{position: relative; min-height: 34px;}
.NDetailarticle .artArrow span.f-arrow{right: inherit; left: 0;}
.NDetailarticle .NDetailarticleThumb{aspect-ratio: 1/.73;}
.NDetailarticle img.img-full{object-fit: cover; height: 100%;}

.articleList{display: flex; flex-direction: column; gap: 25px;} 
.articleListItem{display: grid; grid-template-columns: 100px auto; gap: 15px; color: var(--EerieBlack); text-decoration: none; align-items: center;}
.articleListItem h6{font-size: 13px; line-height: 1.5; letter-spacing: 1px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.post-navigation .articleListItem h6{-webkit-line-clamp: 2; font-size: 12px;}
.articleListItem:hover{color: var(--strongred);}
.sideIstaBtn{padding-top: 25px;}
.sideIstaBtn .base-button{width: 100%; display: flex;}
.news-details-sidebar .sideIstaBtn .base-button{font-size: 12px; height: 40px;}
.news-details-sidebar .sideIstaBtn .base-button img{margin-top: -3px;}


.recommendPosts{display: flex; flex-direction: column; gap: 30px;}
.recommendPosts .recommendItemThumb{margin-bottom: 9px; overflow: hidden;}
.recommendPosts .recommendItemThumb img{ width: 100%; height: auto; object-fit: cover; transform: scale(1); transition: .4s all;}
.recommendPostsItem:hover .recommendItemThumb img{transform: scale(1.07);}
.recommendPosts h6{font-size: 13px; letter-spacing: 1px; line-height: 1.5; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.recommendPosts a{color: var(--EerieBlack); text-decoration: none;}
.recommendPosts a:hover{color: var(--strongred);}

.news-details-sidebar .video_gallery_slide .swiper-wrapper{display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;}
.news-details-sidebar .video_gallery_slide .swiper-wrapper video{width: 100%; min-height: 100%; position: relative; top: 50%; transform: translateY(-50%);}

.newsCardBtn{padding-bottom: 38px;}
.base-button.insta_fashion_btn{width: 180px; height: 35px; padding: 0 10px; font-size: 12px;}
.base-button.insta_fashion_btn img{margin-top: -2px;}

/* lightbox overlay */
  .lightbox {
    position:fixed;
    inset:0;
    background: rgba(0,0,0,0.4);
    display:none; 
    align-items:flex-start;
    justify-content:flex-end;
    z-index:9999;
    padding:0;
  }
  .lightbox.active { display:flex; }
 
  .lightbox-content {background-color: var(--EerieBlack);
    position:relative;
    width:100%;
    max-width: 450px; padding: 25px; max-height: 100%; overflow-y: auto;
    color:var(--lightgray);
    box-sizing:border-box;
  }

.lightbox-content h4{font-size: 20px; font-family: var(--inter); font-weight: 400; line-height: 1.5; border-bottom: 1px solid var(--lightgray); color: var(--strongred); padding-block:19px 9px; margin-bottom: 30px;}
#lightbox-close{display: table; margin-left: auto; cursor: pointer;}
#lightbox-close:hover svg line{stroke: var(--strongred);}
  /* image area */
  .lightbox-img {
    width:100%;
    max-height:56vh;
    object-fit:cover;
    display:block;
    border-radius:2px;
    background:#222;
  }
 
  /* info area below image */
  .lightbox-eng { color:#dcdcdc; font-size:0.95rem; margin-bottom:6px; }
  .lightbox-jp { font-size:1.25rem; font-weight:700; margin-bottom:8px; }
  .lightbox-desc { color:#cfcfcf; line-height:1.6; font-size:0.95rem; }

.lightboxDetal{padding-block: 30px;}
.lightboxDetal .lightbox-eng{font-size: 12px; font-family: var(--inter); line-height: 1.5;}
.lightboxDetal h5{font-weight: 500; font-size: 18px; line-height: 1.5; letter-spacing: 1px; padding-block: 10px;}
.lightboxDetal h6#lightbox-cat{color: #A4A3A3; font-size: 12px; line-height: 1.5; letter-spacing: 1px; padding-block: 3px;}
.lightboxDetal #lightbox-desc{line-height: 1.8; font-size: 13px; letter-spacing: 1px; padding-block: 10px 30px;}
.lightbox-footer{display: flex; align-items: center; justify-content: flex-end; gap: 20px;}
#lightbox-prev, #lightbox-next{cursor: pointer;}
#lightbox-prev:hover svg path, #lightbox-next:hover svg path{stroke: var(--strongred);}
#lightbox-counter{font-size: 12px; font-family: var(--inter); color: #605F5F; line-height: 1.5; font-weight: 400; min-width: 50px; text-align: center;}

.access-container-section-two .contact-details .contact-numbers .fax-number{pointer-events: none;}
 
/* Footer */
footer{background-color: var(--EerieBlack); color: var(--lightgray); padding-block-start: 100px; padding-block-end: 50px;}
.footCols{display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 90px;}
.footColHead{padding-bottom: 29px;}
.footCols ul{padding-block-start: 8px; padding-block-end: 22px;}
.footCols ul li{padding: 10px 0px 10px 0px;}
.footCols a{color: #A4A3A3; text-decoration: none; font-size: 13px; font-weight: 400; font-style: normal; line-height: 1.5; letter-spacing: 1px;}
/* .footCols a:hover{color: var(--lightgray);} */
.footCols h6{font-weight: 500; letter-spacing: 1px; line-height: 1.8;}
.footCols h6 a{color:  var(--lightgray); font-weight: 500; font-size: 14px;}
/* .footCols h6 a:hover{color: white;} */
.footCols .fcolHeading a{font-weight: 600; color: #00546c;}
.footer a:hover img{opacity: 0.8;}

.footMiddle{display: flex; align-items: center; gap: 41px; margin-bottom: 40px; margin-top: 72px;}
.socialList{display: flex; align-items: center; gap: 19px;}
footer a:hover{opacity: .6;}
.footMiddle p{line-height: 1.8; letter-spacing: 1px;}
.footMiddle a{color: var(--lightgray); text-decoration: none;}

.footer_copyright{display: flex; justify-content: space-between; font-size: 10px;}
.copyrightLeft{line-height: 1.2; font-family: "Inter", sans-serif; font-weight: 400;}
ul.policyList{display: flex; gap: 30px;}
ul.policyList a{color: var(--lightgray); text-decoration: none; line-height: 1.5; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
ul.policyList a:hover{text-decoration: underline;}

.vertical-buttons a{display: block; text-align: center; color: white;  /*padding: 10px 17px 10px 15px;*/ font-weight: 500; text-decoration: none; letter-spacing: 1px; line-height: 1.335; transition: .2s all;}
.vert_circle {display: inline-block; margin-top: 3px; font-size: 12px;}

.vertical-buttons a.vert_btn2 {background-color:  var(--strongred); border-bottom: 0;}
.vertical-buttons a.vert_btn3 {background-color: #96241E; letter-spacing: 3px;}
.vertical-buttons a.vert_btn3 .vert_circle{margin-top: 0;}

.vertical-buttons a.vert_btn2:hover{background-color: #333131;}
.vertical-buttons a.vert_btn3:hover{background-color: #333131;}

@media screen and (min-width: 1201px){
.news-details-main{position: relative; padding:50px 100px 38px 100px;}  
.news-details-mainAside{position: absolute; top: 30px; left: 0; width: 100px;}
.news-details-mainAside h6{writing-mode: vertical-lr;}
.news-details-main .post-navigation{margin-inline:-50px;}
}

@media screen and (min-width: 1170px){
.vertical-buttons {position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 1000;} 
.vertical-buttons a{writing-mode: vertical-rl; display: flex; justify-content: center; align-items: center; gap: 4px; border-right: 0; min-height: 130px; width: 50px; font-size: 12px; border: 1px solid var(--EerieBlack);}
.vertical-buttons a.vert_btn1{display: none;}
.vertical-buttons a.vert_btn3 {padding-bottom: 0;}
}

@media screen and (min-width: 1024px){
.message-box{display: grid; grid-template-columns: auto 36.5%;}
.message-box .message-box-img{order: 2;}
.about-network-section .esmo_row{grid-template-columns: auto 59.6%;}  

.esmo_row.ratio40_60p{grid-template-columns:auto 60%;}
.esmo_row.ratio60_40p{grid-template-columns: auto 40%;}
.esmo_row.ratio60p_40{grid-template-columns: 60% auto;}
.esmo_row.ratio56p_auto{grid-template-columns: 56% auto;}

.accordion-contentInner{grid-template-columns: 37% auto;}
.updates_section .esmo_row{grid-template-columns: 18% auto;}
.filter-buttons {flex-direction: column; max-width: 130px;}

.post-navigation.blog-post-nav a.custom-post-button{min-width: 114px; justify-content: center;}
}

@media screen and (min-width: 768px){
.guidance_section .esmo_row{grid-template-columns: 28% auto 80px;}
.updates_section .news-item{padding-block: 39px;}
.fashion-newsWrap.news-detail_wrap{margin-top: -32px;}
.fashion-newsWrap.fashion-news-catWrap{margin-top: -30px;}
}