@charset "UTF-8";

#story_wrap{
    color: #454554;
}
#story_wrap .flex{
    display: flex;
    align-items: flex-start;
}

#story_cover {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
}
#story_cover.story_01 {
  background-image: url(../img/story/img_photo_01_main@2x.jpg);
}
#story_cover.story_02 {
  background-image: url(../img/story/img_photo_02_main@2x.jpg);
}
#story_cover.story_03 {
  background-image: url(../img/story/img_photo_03_main@2x.jpg);
}
#story_cover.story_04 {
  background-image: url(../img/story/img_photo_04_main@2x.jpg);
}
#story_cover .inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
#story_cover .inner .logo_25th_history {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 150px;
  z-index: 1;
}
#story_cover .profile{
    width: 390px;
    padding-top: 190px;
    margin-left: 30px;
    font-size: 16px;
}
#story_cover .profile.right{
    margin-left: 570px;
}
#story_cover .profile .title.pc{
    margin-bottom: 40px;    
}
#story_cover .profile p{
    margin-bottom: 0.5em;
    line-height: 1.4;
}
#story_cover .profile .name{
    font-size: 20px;
}
#story_cover .profile .age{
    font-size: 18px;
}
#story_cover .profile .age span{
    font-size: 85%;
}


#story_introduction{
    padding: 80px 10px;
}
#story_introduction p{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}


#interview{
    background-color: #f5f5f5;
    padding: 80px 0;
}
.interview_inner{
    max-width: 1000px;
    margin: 0 auto;
}
.interview_inner +.interview_inner{
    margin-top: 150px;
}
#interview .heading{
    font-size: 40px;
    line-height: 1.4;
    white-space: nowrap;
    margin-bottom: 40px;
}
#interview .heading strong{
    font-size: 135%;
    font-weight: 500;
    line-height: 1.4;
}
#interview .heading.tate{
    writing-mode: vertical-rl;
    line-height: 1.6;
    margin-bottom: 0;
}
#interview .heading.tate .combine{
    -webkit-text-combine: horizontal;
    -moz-text-combine-upright: all;
    -ms-text-combine-horizontal:all;
    text-combine-upright: all;
}
#interview .photo_tate{
    width: 500px;
}
#interview .text{
    margin-top: 80px;
}
#interview .text p{
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}
#interview .text p + p{
    margin-top: 1em;
}
#interview .flex_both,
#interview .flex_pc{
    display: flex;
    align-items: flex-start;
    gap: 80px;
}
#interview .flex-right{
    justify-content: right;
}
#interview .flex-end{
    align-items:flex-end;
}
#interview .ml160{
    margin-left: 160px;
}
#interview .ml250{
    margin-left: 250px;
}
#interview .ml320{
    margin-left: 320px;
}
#interview .mr270{
    margin-right: 270px;
}
#interview .mr320{
    margin-right: 320px;
}
#interview .mr340{
    margin-right: 340px;
}
#interview .interview01_photo_3{
    width: 560px;
}
#interview .interview01_photo_4_pc{
    width: 390px;
}
#interview .interview03_photo_4{
    width: 405px;
}
#interview .interview04_div_2 .heading{
    font-size: 35px;
    letter-spacing: -0.1em;
}
#interview .interview04_photo_1{
    width: 415px;
}
#interview .interview04_div_2 .text {
    margin: 210px 0 40px;
}


#story_bottom_area{
    max-width: 940px;
    margin: 80px auto;
}
#story_bottom_area .title{
    font-size: 44px;
    text-align: center;
}


#interview_movie{
    max-width: 800px;
    margin: 0 auto;
}
#interview_movie h2{
    max-width: 720px;
    margin: 40px auto 0;
}


#recommend_item{
    margin: 90px 0;
}
#recommend_item .title_sub{
    text-align: center;
    font-size: 20px;
    margin: 5px 0 30px;
}
#recommend_item ul{
    display: flex;
    gap: 16px;
    width: 545px;
    margin: 0 auto;
}
#recommend_item li{
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    list-style: none;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
}
#recommend_item li a{
    color: #454554;
    text-decoration: none;
}
#recommend_item li a:hover{
    opacity: 0.8;
}
#recommend_item img{
    width: 85%;
}
#recommend_item .name{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0.5em 0;
}
#recommend_item .amount{
    font-size: 14px;
    margin-bottom: 0.8em;
}


#another_story ul{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
#another_story li{
    list-style: none;
}
#another_story li a:hover{
    opacity: 0.8;
}
#another_story .wrap_btn{
    margin: 30px 0 0 50px;
}