*{ 
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 170%;
    font-family: "Yu Mincho";
}
.header{
    color: #222222;
    background-image: url("../img/img_bg01.png");  
    background-position: center;
    background-repeat: no-repeat;
}
.h_section{
    position: relative;
    display: flex;
    justify-content: center;
}
.logo_container{
    position: absolute;
    width: 100%;
    background-color: #ffffff;
}
.h_logo{
    margin: 19px 0 19px 80px;
}
.h_sign{
   margin: 340px 0 233px;
}

.main{
    color: #222222;
}
.m_note{
    text-align: center;
    margin-bottom: 150px;
}
.section{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 155px auto;
    row-gap: 80px;
    padding: 230px 15px 150px;
    
}
.list-section-info{
    display: contents
}
.bg--brown{
    background: var(--main, #523A34);
    color: #fff;
}

.intro_container{
    text-align: center;
    background-image: url("../img/img_bg02.png");
    background-repeat: no-repeat;
    background-position: center;
}
.intro_text{
    padding: 160px 0 210px;
}
.section_head{
    color: #523A34;
    grid-row-start: 1;
    grid-row-end: 5 ;
}
.wrap{
    display: flex;
    gap: 8px;
    transform: translate(0,-30%);
}
.position--low{
    transform: translate(0,-20%); 
}
.text--white{
    color: #fff;
}
.note_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between ;
    align-items: start;
    margin-top: 20px;
     
}
.jp_note{
    display: inline-block;
    text-align: center;
    writing-mode: vertical-rl;
    letter-spacing: 8px;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
}
.eng_note{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: end;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
    
}
.section_image{
    width: 100% ;
    height: auto;
}
.section_info{
    display: flex;
    gap: 25px;
}
.section_text{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section_title{
    font-size: 24px;
    font-weight: 400;
}
.section_script{
    font-size: 16px;
    font-weight: 300;
}
.section_line{
    object-fit: none;
}
.section_time{
    font-size: 15px;
}
.section_button{
    width: 170px;
    display: flex;
    margin-top: auto;
    font-size: 20px;
    line-height: 170%;
    color: #ffffff;
    background: linear-gradient(90deg, #523821 0%, #995820 100%);
    padding: 8px 8px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.button--white{
    background: linear-gradient(#fff 100%,#fff 100%);
    color: #523A34;
}
.footer{
    background-color: #FAE9DB;
}
.f_container{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 45px;
    padding: 30px 0;
}
.f_icon{
    margin-left: -25px;
    width: 30px;
    height: 30px;
}
.f_copyright{
    padding: 16px 0;
     color: #fff;
     text-align: center;
     font-family: Montserrat;
    font-size: 12px;
    background-color: #523A34 ;
}
.note__list{
    display: inline-block;
    list-style: none;
}
.m_note .note__list > li {
    text-align: left;
}
img.h_sign {
    width: 100%;
    max-width: fit-content;
}

@media (min-width: 768px) {
    .f_copyright .sp {
      display: none;
    }

    .section_head_sp {
        display: none;
    }
}

@media only screen and (max-width: 768px){
    .section{    
        grid-template-columns: auto;  
    }
    .section_info{
        flex-direction: column-reverse;
    }
    .f_container{
        flex-direction: column;
    }
    .f_copyright .sp{
        display: block;
    }
    .section_head_pc{
        display: none;
    }
    .wrap{
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    .jp_note{
        writing-mode: horizontal-tb;
    }
    .eng_note{
        writing-mode: horizontal-tb;
        margin-bottom: 0px;
    }
    .section_line_sp_2{
        transform: rotate(180deg);
    }
    .intro_text{
        padding: 160px 0 160px;
    }
    .section_line_sp_1.custom{
        width: 100%;
        max-width: 100%;
    }
    .section_line_sp_2.custom{
        width: 100%;
        max-width: 100%;
    }
    img.h_sign {
        width: 50%;
        max-width: fit-content;
    }
}

@media only screen and (min-width: 0px) and (max-width: 360px){
    .h_logo{
        margin: 19px 0px;
        width: 100%;
        max-width: 100%;
    }

    .section_line_sp_1{
        width: 100%;
        max-width: 100%;
    }
    .section_line_sp_2{
        width: 100%;
        max-width: 100%;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1000px){
    .section_image {
        width: 65%;
        height: auto;
    }
}