@charset "utf-8";
/* CSS Document */
body{
	opacity: 1;
	animation-name: index_fadein;
	animation-duration: 2s;
}
h3{
    font-size: 2em;
    font-weight: 400;
    margin: 1em auto;
    color: #231815;
}
h4{
    color: #231815;
}
p{
    color: #4d4d4d;
}
.header{
    height: 90px;
}
.header .w_m,
.header .w_menu{
    display: block;
}
.header .b_m,
.header .b_menu{
    display: none;
}
.header div.top_sns_lang_wrap > ul > li:nth-child(3),
.header div.top_sns_lang_wrap > ul > li:nth-child(4){
    border-right: 1px solid #fff;
}
.header .top_sns_lang_wrap ul{
    color: #fff;
}
.header.is-show{
    background: rgba(255,255,255,.8);
}
.header.is-show .w_m,
.header.is-show .w_menu{
    display: none;
}
.header.is-show .b_m,
.header.is-show .b_menu{
    display: block;
}
.header.is-show div.top_sns_lang_wrap > ul > li:nth-child(3),
.header.is-show div.top_sns_lang_wrap > ul > li:nth-child(4){
    border-right: 1px solid #000;
}
.header.is-show .top_sns_lang_wrap ul{
    color: #000;
}
main{
    max-width: 1000px;
}
.red{
    color: #AD1401;
}
.text_wrap{
    line-height: 200%;
    padding: 15px;
    box-sizing: border-box;
}
.page_title_wrap{
    position: relative;
}
.page_title_wrap .page_title{
    position: absolute;
    top: calc(35% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.page_title_wrap .page_title_jp{
    position: absolute;
    top: calc(35% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
h3{
    text-align: center;
    width: 100%;
}
body > main > section > section > div.img_wrap{
    max-width: 125px;
    margin: 2em auto 0;
    text-align: center;
}
.story_title ~ p{
    line-height: 200%;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.story_nav_wrap{
    overflow: hidden;
    padding: 30px;
    background: #F2EEEB;
}
.nav_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.nav_content > div{
    width: 48%;
    font-size: .9em;
}
.nav_content > div:nth-of-type(1){
    margin: 0 4% 0 0;
}
.nav_content > div > p:nth-of-type(1){
    margin: 0 0 .5em;
    color: #231815;
}
.nav_content > div > p:nth-of-type(2){
    color: #B00D23;
    margin: .5em auto;
}
.nav_content > div > p:nth-of-type(3){
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}
#story1 > div > div.img_wrap img{
    max-width: 125px;
}
#story1 > div > div.story1_pc_wrap > div.story1_content1 > div > p{
    font-size: .5em;
    margin: 0 auto;
    text-align: center;
}
.story1_wrap,
.story2_wrap,
.story3_wrap{
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.story1_wrap > div  p,
.story2_wrap > div  p,
.story3_wrap > div  p,
.story3_wrap > div  div >p{
    line-height: 220%;
}
.story1_wrap > p,
.story1_wrap > h4,
.story2_wrap > p,
.story2_wrap > h4,
.story3_wrap > p,
.story3_wrap > h4{
    text-align: center;
}
.story1_wrap > p,
.story2_wrap > p,
.story3_wrap > p{
    margin: 5em auto 1em;
    color: #231815;
}
.story1_wrap > h4,
.story2_wrap > h4,
.story3_wrap > h4{
    margin: 0 auto 2em;
    border-bottom: 1px solid #B00D23;
    color: #B00D23;
    padding: 0 0 10px;
}
.story3_content2{
    position: relative;
    float: left;
}
#story3 > div > div.story3_content1 > div.story3_content2 > div{
    width: 50%;
    position: absolute;
    top: 0;
    right: 10px;
}
.story3_wrap > div > div >p::before{
    content: "";
    float: right;
    width: 55%;
    padding-top: 80%;
}
#story1 > div > div.story1_content2 > div:nth-child(1) > p:nth-child(2){
    width: calc(100% + 20px);
    border: 1px solid #4D4D4D;
    margin: 10px 0 10px -20px;
    padding: 10px;
}
#story3 > div.img_wrap{
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
}
footer{
    margin-top: 4em;
}
body > main > section > section > p{
    margin: 1em auto 3em;
}
#story2 > div > div:nth-child(3) > img{
    max-width: 50%;
    margin-bottom: 2em;
}
/* 768px for table*/
@media (min-width: 768px) {
    .header{
        background: rgba(255,255,255,.8);
        height: 125px;
    }
    .header .w_m,
    .header .w_menu{
        display: none;
    }
    .header .b_m,
    .header .b_menu{
        display: block;
    }
    .header div.top_sns_lang_wrap > ul > li:nth-child(3),
    .header div.top_sns_lang_wrap > ul > li:nth-child(4){
        border-right: 1px solid #000;
    }
    .header .top_sns_lang_wrap ul{
        color: #000;
    }
    main{
        margin: 125px auto;
    }
    .page_title_wrap .page_title{
        top: calc(20% - 20px);
    }
    .page_title_wrap .page_title_jp{
        top: calc(20% + 20px);
    }
    .story1_pc_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .story1_pc_wrap > div{
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
    }
    .story1_content1{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        flex-flow: column-reverse;
    }
    .story1_content2{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: row-reverse;
    }
    .story1_content2 > div{
        width: 50%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    #story1 > div > div.story1_content2 > div:nth-child(1) > p:nth-child(1){
        margin-top: 0;
    }
    .story3_content1{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .story3_content1 > div{
        width: 50%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .story3_wrap > div > div >p::before{
        display: none;
    }
    #story3 > div.story3_wrap.bt_fade.visible > div > div.story3_content2 > p{
        margin: 0;
    }
    .story3_wrap{
        padding: 30px 30px 0;
    }
    #story1 > div > div.story1_pc_wrap > div.story1_content1 > div > p{
        font-size: .8em;
    }
    #story2 > div > div:nth-child(3) > img{
        max-width: 30%;
    }
    .story1_wrap > p, .story2_wrap > p, .story3_wrap > p{
        font-size: 1.5em;
    }
    .story1_wrap > h4, .story2_wrap > h4, .story3_wrap > h4{
        font-size: 1.8em;
    }
    .nav_content{
        margin: 3em auto;
        align-items: center;
	   font-family: 'Noto Serif JP', serif;
    }
    .nav_content > div{
        font-size: 1.3em;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .nav_content > div > p:nth-of-type(2){
        width: 100%;
        text-align: left;
    }
    .nav_content > div > p:nth-of-type(3){
        padding: 5px 15px;
    }
    body > main > section > section > p{
        font-size: 1.3em;
    }
    #story1 > div > div.img_wrap{
        margin: 2em auto;
    }
    #story3 > div > div.story3_content1 > div.story3_content2 > div{
        position: relative;
    }
    #story3 > div.story3_wrap.bt_fade.visible > div.img_wrap.pc_only{
        max-width: 160px;
        margin: 1em auto 3em;
    }
    #story1 > div > div.img_wrap{
        margin: 2em auto;
    }
}

/* 992px for pc*/
@media (min-width: 992px) {
}

/* 1200px for wide pc */
@media (min-width: 1200px) {
}