body {
    margin: 0 auto;
   
   
   
    
}

a {
    text-decoration: none;
    cursor: pointer;
}

li {
    list-style: none;
}

ul {
    padding: 0;
}

p {
    margin: 0;
}





/*   Header layout */


.responsive-header {
    display: none;
}

.header-container {
    display: flex;
    justify-content: center;
    
   
    
}

.header-left {
    position: fixed;
    left: 5%;
    z-index: 10;
}

.header-right {
    position: fixed;
    right: 5%;
    z-index: 10;
}

.nav-container ul{
    display: flex;
    gap: 60px;
}



.nav-container ul li a {
  
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: #161616;
}



.header-right-container ul {
    display: flex;
    gap: 30px;
}

.header-right-container ul li {
    margin: 10px;
}

.header-logo-container a img {
    width: 460px;
    height: 300px;
}

.jap {
    font-size: 36px;
}

.eng {
    font-size: 24px;
    font-family: 'Zen Kaku Gothic New';
    font-weight: 600;
}

.icon-container{
    color: #161616;
    font-size: 50px;
}




/*   Header layout end */

/* Top mv section */
.top-section-mv {
    background-image: url(./slice/top/mv-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}


.mv-slider-content img{
    margin: 0 auto;
}

.slider-mv-container {
    margin-top: 100px;
}
/* Top mv section end*/

/* content-sec01 */
    .content-sec01 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 100px 0;
        background-image: url(./slice/top/bg02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .content-sec01-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 80%;
        padding: 50px;

    }

    .sec01-text-content {
        text-align: center;
        font-family: 'Zen Kaku Gothic New';
    }

    .sec01-text-details p {
        width: 80%;
        margin: 0 auto;
    }

    .sec01-text-headline {
        margin: 60px 0;
        font-size: 24px;
        font-weight: 600;
    }
/* content-sec01 end */

/* content-sec02 */
 
.content-sec02 {
    background-image: url(./slice/top/sec02-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;

}
.content-sec02-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.lights-bg{
    margin-bottom: 100px;
}

.lights-bg img {
    width: 400px;
}

.model-img img{
    width: 400px;
}

.sec02-text-box {
    width: 600px;
    height: 400px;
    background-color: #E8D6BA;
    border: 10px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 100px;
      font-family: 'Zen Kaku Gothic New';
      padding: 50px;
}

.sec02-text {
    width: 80%;
    text-align: center;
}

.sec02-text p:nth-child(1) {
    margin: 20px 0;
}

.concept-title h1{
    font-size: 100px;
    margin: 0;
}

.concept-title p{
    font-size: 50px;
}

.concept-title {
    text-align: center;
}

.concept-title {
    margin-top: 100px;
}

.concept-btn {
    width: 500px;
    height: 70px;
    background-color: #973A20;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Zen Kaku Gothic New';
    
}

.concept-btn a {
    width: 100%;
    text-align: center;
}

.concept-btn:hover {
    background-color: #722A15;
}

.concept-btn a, .concept-btn i {
    color: #fff;
}

.concept-btn i {
    position: absolute;
    font-size: 18px;
    
    right: 20px;
    top: 40%;
   
}


/* content-sec03 */

.content-sec03 {
    background-image: url(./slice/top/sec03-bg.jpg);
    background-size: cover;
    background-position: center;
    
}

.map-container {
    
    height: 600px;
    border: 10px solid #161616;
}
.map-container iframe {
    height: 100%;
}
.access-section {
    display: flex;
    justify-content: center;
    
}

.content-sec03-title {
    text-align: center;
}

.access-section-left {
  
   padding: 30px 50px;
   width: 45%;
   
}

.access-section-right {
    width: 55%;
}

.row {
    padding: 15px 0;
    display: flex;
    
    
}

.left-row {
    width: 30%;
    font-weight: bold;
}

.right-row {
    width: 70%;
}

.access-left-container {
    width: 100%;
    font-family: 'Zen Kaku Gothic New';
}

.sec03-btn {
    width: 500px;
    height: 70px;
    background-color: #973A20;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
    position: relative;
    font-family: 'Zen Kaku Gothic New';
    
    
}

.sec03-btn:hover {
    background-color: #722A15;
}

.sec03-btn a {
    width: 100%;
    text-align: center;
}

.sec03-btn p{
    color: #fff;
}

.sec03-btn i {
    position: absolute;
    color: #fff;
    right: 20px;
}

.content-sec03-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 50px;
}
.content-sec03-title {
    margin: 100px 0;
}
.content-sec03-title h1 {
    font-size: 100px;
    margin: 0;
}

/* footer */
.footer {
    background-image: url(./slice/common/footer-bg01.jpg);
    background-size: cover;
    
}
.footer-light-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo-container a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.footer-logo a img{
    cursor: pointer;
}
.top-footer {
    padding-bottom: 60px;
    
}

.footer-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    margin: 25px 0;
}



.footer-socialmedia ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socialmedia ul li {
    margin: 20px;
}

.bottom-footer {
    padding: 50px 0;
    background-image: url(./slice/common/footer-bg02.jpg);
}

.footer-nav ul li a {
    text-align: center;
    
}

.footer-nav ul li a h1 {
    font-size: 36px;
    margin: 0;
    color: #161616;
    
}

.footer-nav ul li a p {
    font-size: 24px;
    font-weight: 600;
    color: #973A20;
    font-family: 'Zen Kaku Gothic New';
}

.footer-socialmedia ul li a{
    font-size: 50px;
    color: #161616;
}
.copyright p {
    font-size: 16px;
    text-shadow: 2px 2px #fff;
     font-family: 'Zen Kaku Gothic New';
}

.copyright {
    text-align: center;
    padding-top: 30px ;
    padding-bottom: 50px;
}



/* ---- CONCEPT PAGE ---- */

/* < Concept Section MV > */

.concept-section-mv {
    background-image: url(./slice/top/mv-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;

   
}


.concept-mv-headline {
    text-align: center;
    margin-top: 100px;
}




/* < concept content > */

.concept-content-section {
    background-image: url(./slice/concept/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.concept-content-container {
    padding: 50px;
    margin: 0 auto;
    max-width: 1520px;
    background-color: #ffffffa6;
    position: relative;
    font-family: 'Zen Kaku Gothic New';
}

.content01 {
    margin-bottom: 60px;
}

.brick1, .brick2 {
    position: absolute;
}

.brick1 {
    top: 36%;
    right: -93px;
}

.brick2 {
    bottom: 28%;
    left: -96px;
}

.top-section-img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.top-section-img img {
    width: 100%;
    display: block;
}

.top-section-subtext {
    text-align: center;
}



.content02-row {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.content02-details {
    padding: 60px;
}

.reverse {
    flex-direction: row-reverse;
}

.content03 p{
    text-align: center;
    
}

.content03 {
    margin-top: 100px;
}


/* ACCESS PAGE */

.access-section-mv {
    background-image: url(./slice/top/mv-bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0 50px;
    
}

.access-mv-headline {
    text-align: center;
    margin-top: 100px;
}

.access-mv-headline h1 {
    font-size: 100px;
    margin: 0;
}

.access-mv-headline p {
    font-size: 50px;
}

.access-content-section {
    background-image: url(./slice/access/bg.jpg);
    padding: 100px 0;
}

.access-content-container {
    max-width: 1520px;
    margin:  auto;
    padding: 50px;
    background-color: #ffffffa6;
    font-family: 'Zen Kaku Gothic New';
    
}

.access-map-container iframe {
    width: 100%;
    height: 100%;
}

.access-map-container {
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
}

.access-map-text p:nth-child(1){
    margin-bottom: 20px;
}

.access-info-row {
    border: 1px solid #AE5E48;
    display: flex;
    align-items: center;
    margin: 2px;
}

.ac-row-left {
    width: 30%;
    background-color: #AE5E48   ;
}
.ac-row-left p{
    padding: 20px;
    text-align: end;
    color: #fff;
}

.ac-row-right {
  

    width: 70%;
}


.ac-row-right p {
    width: 80%;
    margin-left: 20px;
}

.access-map-text {
    text-align: center;
}

.access-content02-container {
    margin: 60px auto;
    max-width: 1000px;
}

.access-content03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.access-content03-img {
    margin-bottom: 60px;
}



@media (max-width: 1200px) {

    .top-section-mv {
        background-image: url(./slice/common/access-mv_sp_sample.jpg);
        padding-bottom: 100px;
    }
    
    
    
    .header-container {
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    .nav-container {
        display: none;
    }

    .header-logo-container a img {
        width: 250px;
        height: auto;
    }

    .header-right {
        position: static;
    }

    .icon-container {
        font-size: 36px;
    }

    .icon-container i {
        text-shadow: -1px -1px 0 #fff,
                    1px -1px 0 #fff,
                    -1px 1px 10px #FFC36A,
                    1px 1px 1px #FFC36A;
    }
    .responsive-header {
        display: block;
        background-image: url(./slice/common/footer-bg02.jpg);
        background-size: cover;
        padding: 30px;
        background-position: center;
        margin-bottom: 100px;

    }
    .responsive-header-container ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .responsive-header-container ul li {
        text-align: center;
    }

    .res-eng {
        color: #973A20;
    }
    .res-jap {
        color: #161616;
    }

    .mv-slider-content img {
        width: 80%;
    }

    .slider-mv-container {
        margin-top: 100px;
    }
    

    .content-sec01 {
        background-image: url(./slice/concept/bg.jpg);
        padding-top: 0;
        background-position: center;
        background-size: cover;
    }
    .content-sec01-container {
        margin-top: 50px;
        width: 80%;
        background-color: #ffffffab;
        padding: 30px 20px;
    }

    .sec01-text-headline {
        margin: 20px;
    }
    .content-sec02-container {
        flex-direction: column;
    }

    .sec02-text-box {
        width: 80%;
    }

    .content-sec02-left {
        margin: 0 auto;
    }
    .lights-bg img{
        width: 50%;
    }
    
    .model-img, .lights-bg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .model-img img {
        width: 80%;
    }
    .concept-btn {
        width: 80%;
    }
    
    .concept-title {
        margin-top: 50px;
    }

    .concept-title img {
        width: 50%;
    }
    .concept-title h1 {
        font-size: 36px;
    }

    .concept-title p {
        font-size: 26px;
    }
    .access-section {
        flex-direction: column;
    }
    .access-left-container {
        font-size: 12px;
    }
    .footer-light-img img:nth-child(2){
        display: none;
    }

    .content-sec03 {
        padding: 30px 0;
        background-image: url(./slice/access/bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .access-section-left {
        padding: 0;
        width: 100%;
    }
    .sec02-text-box{
        margin: 50px auto;
        height: auto;
        padding: 20px;
    }

    .concept-btn {
        margin-top: 20px;
    }
    .content-sec03-container {
        padding: 0;
        width: 80%;
        background-color: #ffffffab;
        padding: 20px 0;
    }

    .access-section {
        width: 90%;
        margin: 0 auto;
    }
    .access-section-right {
        width: 100%;
    }

    .map-container {
        width: 80%;
        height: auto;
        margin: 0 auto;
    
    }
    .map-container iframe {
        width: 100%;
        height: 300px;
    }

    .row {
        padding: 10px;
    }

    .sec03-btn {
        margin: 20px auto;
        width: 80%;
    }
    .content-sec03-title {
        margin: 30px 0;
    }

    .content-sec03-title img{
        width: 50%;
    }
    .access-section-left {
        width: 90%;
        margin: 30px auto;
    }

    .footer-light-img img{
        width: 50%;
    }
    .footer {
        background-position: center;
    }
    .footer-logo-container a img {
        width: 50%;
    }

    .bottom-footer {
        display: none;
    }


    /* concept page responisve */

    
    .concept-section-mv {
        background-image: url(./slice/common/access-mv_sp_sample.jpg);
    }

    .content02-row {
        flex-direction: column;
    }

    .concept-content-section img {
        width: 100%;
    }

    .concept-mv-headline img {
        width: 50%;
    }

    .top-section-img, .content02-img {
        width: 80%;
        margin: 0 auto;
    }

    .concept-content-container {
        padding: 30px 0;
        width: 80%;
    }

    .top-section-subtext {
        width: 80%;
        font-size: 12px;
        margin: 20px auto;
    }

    .content02-details {
        padding: 10px 0;
        width: 80%;
        margin: 0 auto;
        font-size: 12px;
    }

    .access-content-section {
        padding-bottom: 100px;
    }

    .content03 {
        margin: 20px auto;
        font-size: 12px;
        width: 80%;
    }

    .access-content03 {
        padding-bottom: 50px;
    }

    .brick1, .brick2{
        display: none;
    }

    
    .brick1 img, .brick2 img{
        width: 100%;
    }
    .brick1 {
        top: 16%;
        right: -25px;
    }

    .brick2 {
        bottom: 12%;
        left: -15px;
    }

   

    /* access page */
    .access-content03-img img{
        width: 100%;
    }

    .access-section-mv {
        background-image: url(./slice/common/access-mv_sp_sample.jpg);
       
    }

    .access-mv-headline {
        margin-top: 100px;
    }

    .access-mv-headline img {
        width: 50%;
    }

    .access-content-container {
        width: 90%;
        padding: 0;
    }

    .access-map-container {
        width: 90%;
        margin: 0 auto;
        padding: 30px;
        height: 300px;
       
    }

    .access-map-text {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
    }

    .access-content02-container p {
        font-size: 12px;
    }

    .access-content02-container {
        width: 90%;
    }
}