@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
/*区切り線*/
.dots,.dots_sp {
    width: 50%;
    max-width: 100px;
    border: none;
    background: url(../images/hr_dots.svg)no-repeat;
    height: 10px;
    padding: 10px;
    margin: 30px auto;
}

.br_pc {
    display: block;
}

.txt_c {
    text-align: none;
}

.h2_title {
    margin: 30px 0;
    font-size: 1.3em;
    text-align: center;
    font-family: 'Noto Serif JP', serif;     
}
.small {
    font-size: 0.7em;
    line-height: 1.5em;
    display: inline-block;
    text-align: left;
}

/*トップイメージ*/
#top_img,#content_inr,footer {
    position: relative;
    top: 48px;
}
.img_t,.img_b {
    display: flex;
    justify-content: space-around;
}
.img_l {
    width: 60%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.img_l img {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);    
}
.img_r {
    width: 40%;  
    position: relative;
    text-align: center; 
}
.img_r > p,.img_b_l > p {
    width: 100%;
    font-size: 0.9em;    
    line-height: 2em;
    text-align: center;
    font-family: 'Noto Serif JP', serif;         
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.img_b_l {
    width: 30%;
/*    height: 100px;*/
    position: relative;  
}

.img_b_r {
    width: 70%;
/*    height: 100px;*/
    position: relative;
    overflow: hidden;
    margin: 0 auto;    
}

/*トップテキスト*/
.top_txt {
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}
.top_txt p {
    font-family: 'Noto Serif JP', serif; 
    font-size: 0.9em;
    line-height: 2em;
}
.top_txt > .sab_title {
    font-size: 1.2em; 
    margin-bottom: 2em;
}
#content_inr > .pc_txt {
    display: none;
}


/*パンくずリスト*/
.link_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}

.link_list li a {
    font-weight: bold;
    font-size: 0.7em;
}
.link_list li:not(:first-of-type) {
    margin-left: 20px;
}
.link_list li a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: 900;   
    position: relative;
    top:3px;
    margin-left: 5px;
}

/*コンセプト*/
#concept {
    margin: 10% auto;
}
.top_logo {
    width: 40%;
    margin: 2% auto 8%;
    min-width: 250px;
}


.hr_title {
    max-width: 150px;
    margin: 0 auto;    
    border-top: 1px solid #333;
    height: 20px;
    text-align: center;
    overflow: visible;
}
.hr_title::after {
    background: #fff;
    color: #333;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    top: -1.2em;
    padding: 0 1em;
    font-family: 'Noto Serif JP', serif;     
}
.concept_title::after {
    content: "Concept"; 
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;    
}


/*ストーリー*/
.story1_title::after {
    content: "story1"; 
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;    
}
#story {
    max-width: 900px;
    margin: 10% auto;
}
.story1 > div > p {
    font-size: 0.9em;
    line-height: 1.9em;    
    font-family: 'Noto Sans JP', sans-serif;        
}
.clm1,.clm2,.clm3 {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}
.clm1 > p::after,.clm2 > p::after,.clm3 > p::after {
      content: "";
      display: block;
      clear: both;  
}
.clm1 > p > img,.clm3 > p > img {
    margin-left: 2%;
	float: right;
	width: 45%;
}
.clm2 > p > img {
    margin-right: 2%;
	float: left;
	width: 35%;
}

.clm3 > p > img {
    margin-right: 2%;
	float: right;
	width: 35%;
}


@media screen and (max-width:420px)  {
    .top_txt {
        text-align: left;
        font-size: 0.9em;
    }

    .br_sp {
        display: none;
    }
 
}
@media screen and (min-width:768px)  {
    .br_sp {
        display: none;
    }
    .br_sp {
        display: block;
    }
    #top_img,#content_inr {
        top: 0;
        left: 100px;
        width: calc(100% - 100px);
        z-index: 99;
    }
    /*トップイメージ*/    
    .img_l {
        width: 60%;
        height: 300px;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .img_l > img {
        width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);    
    }
    .img_r {
        width: 40%;  
        position: relative;
        text-align: center; 
    }
    .img_r > p,.img_b_l > p {
        width: 100%;
        font-size: 1.3em;    
        line-height: 2em;
        text-align: center;
        font-family: 'Noto Serif JP', serif;         
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }

    .img_b_l {
        width: 30%;
/*        height: 230px;*/
        position: relative;  
    }

    .img_b_r {
        width: 70%;
/*        height: 230px;*/
        position: relative;
        overflow: hidden;
        margin: 0 auto;    
    }

    /*トップテキスト*/
    .top_txt {
        max-width: 600px;
        padding: 20px;
        margin: 0 auto;
        box-sizing: border-box;
        background: #fff;
    }
    .top_txt p {
        font-family: 'Noto Serif JP', serif; 
        font-size: 0.9em;
        line-height: 2em;
    }
    .top_txt > .sab_title {
        font-size: 1.2em; 
        margin-bottom: 2em;
    }
    #content_inr > .pc_txt {
        display: none;
    }
   
/*
    #content_inr {
        top: 60px;
    }  
*/
/*トップテキスト*/    
    .top_txt > p {
        font-size: 1em;
    }  



   
}
@media screen and (min-width:1024px)  {
     
    
    .br_pc {
        display: none;
    }
/*トップイメージ*/       
    #top_img {
        max-width: 1200px;
        left: 50px;
        margin: 0 auto;
    }

   

    
    
/*パンくずリスト*/    
    .link_list {
        display: none;
    }
    .link_list li a {
        font-size: 1em;
    }    
    #content_inr > .pc_txt {
        display: flex;
    }  
    
    
/*区切り線*/      
    .dots_sp {
        display: none
    }

    
  