@charset "utf-8";.wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.wrapper2,
.wrapper4 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.wrapper3 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.wrapper .section4 {
    text-align: center;
    
    width: 55%;
    margin: auto;
}

@media(max-width:570px){
.wrapper .section4 {
    text-align: center;
    background: #f0ece4;
    width: 100%;
    margin: auto;
}
}

.wrapper .section2 {
    text-align: center;
    background: #fff;
    width: 50%;
    margin: auto;
}

.wrapper .section2 div {
    width: 100%;
}

.wrapper .section2 div span.en_font {
    display: block;
    position: relative;
    font-size: 1em;
    font-weight: normal; 
    padding: 10px 0px 10px 0px;
    font-family: TT Norms Pro Regular;
}

.wrapper .section2 span span.en_font {
    display: block;
    position: relative;
    text-align: center;
    font-size: 1em;
    font-weight: normal; 
    padding: 10px 20px;
    font-family: TT Norms Pro Regular;
}

.wrapper .section2 div span.jp_font {
    display: block;
    position: relative;
    text-align: center;
    font-size: 1.3em;
    padding: 20px 0px 0px 0px;
    font-family: SawarabiGothic Regular;
}

.jp_font_base {
    display: block;
    position: relative;
    text-align: center;
    font-size: 99%;
    font-weight: normal;
    font-family: SawarabiGothic Regular;
}

p.jp_font {
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: SawarabiGothic Regular, sans-serif;
    letter-spacing: 0.05em;
}

p.en_font {
    font-size: 100%;
    font-weight: lighter;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Medium;
}

p.base_en_font {
    font-size: 100%;
    font-weight: normal;
    line-height: 2;
    display: block;
    font-family: TT Norms Pro Regular;
}

.img_div {
    border-left: 20px;
    border-right: 20px;
    border-top: 20px;
    border-color: #fff;
    border-style: solid;
}

.img_div_first {
    border-left: 25px;
    border-right: 10px;
    border-top: 20px;
    border-bottom: 25.5px;
    border-color: #fff;
    border-style: solid;
}

.img_div_sec {
    border-left: 10px;
    border-right: 25px;
    border-top: 20px;
    border-color: #fff;
    border-style: solid;
}

.img_div.header_img img {
    width: 65%;
}

.img_div>div {
    width: 100%;
    position: relative;
}

@media (max-width: 751px) {
    .wrapper .section2 {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .i_pad_pc {
        display: none !important;
    }

    .i_pad_sp {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .i_pad_pc {
        display: block !important;
    }

    .i_pad_sp {
        display: none !important;
    }
}

.crumbsList {
    margin-bottom: 0;
}