
/* CSS Document */

/*==================================================

contents
=================================================*/

.top-image .txt {
	width: 90%;
    position: absolute;
    top: initial;
    top: auto;
	left: 50%;
    bottom: 8%;
	transform: translate(-50%, 0);
    z-index: 1;
}
.top-image .txt h1 {
    color: #231815;
    font-size: clamp(2.4rem, 6vw, 8rem);
    white-space: wrap;
    font-weight: 500;
    line-height: 120%;
}

.project img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.project > .prologue .inner {
    width: 90%;
    max-width: 1400px;
    overflow: hidden;
    color: #FFF;
    background-image: url("../../story/images/project_bg_title.png"),url("../../story/images/project_bg1.jpg");
    background-position: center bottom,center center;
    background-repeat: no-repeat;
    background-size: 70%,cover;
    border-radius: 20px;
    margin: 0 auto;
    padding: 5em 2em;
}
.project > .prologue.story2 .inner {
    background-image: url("../../story/images/project_bg_title.png"),url("../../story/images2/project_bg2.jpg");
}
.project > .prologue .inner p {
    text-align: center;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    line-height: 200%;
}

.project > .profile {
    width: 90%;
    max-width: 1400px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    background-color: #e9e6e2;
    background-image: url("../../story/images/profile_tag.png"),url("../../story/images/corner.jpg");
    background-position: left center,right top;
    background-repeat: no-repeat;
    background-size: 4.5%,15%;
    border-radius: 20px;
    margin: 4em auto 0;
    padding: 4em 2em;
}
.project > .profile dl {
    width: 45%;
    display: table;
}
.project > .profile dl dt {
    width: 40%;
    max-width: 222px;
    display: table-cell;
    vertical-align: middle;
}
.project > .profile dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2% 0 5%;
}
.project > .profile dl dd p {
    text-align: left;
}
.project > .profile dl dd p span {
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    line-height: 160%;
}

.project > .talk .inner {
    width: 90%;
    max-width: 1400px;
    margin: 4em auto 0;
}
.project > .talk .inner h1 {
    width: 96%;
    position: relative;
    font-size: clamp(2rem, 3.6vw, 4.8rem);
    line-height: 160%;
    text-align: center;
    background-color: #e9e6e2;
    border-radius: 80px;
    margin: 0 0 1.5em auto;
    padding: .5em 4em;
}
.project > .talk .inner h1 span {
    display: inline-block;
    position: absolute;
    color: #ffcc00;
    font-size: clamp(1.6rem, 2vw, 2.2rem);
    line-height: 160%;
    background-color: #231815;
    border-radius: 80px;
    top: 50%;
    left: 0;
	transform: translate(-30%, -50%);
    padding: .4em 1.5em;
}
.project > .talk .inner dl {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 3% auto 0;
}
.project > .talk .inner dl dt {
    width: 168px;
}
.project > .talk .inner dl dd {
    flex: 1;
    background-color: #fff2c0;
    border-radius: 10px;
    padding: 1.5em 2em;
}
.project > .talk .inner dl dd p {
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 160%;
}
.project > .talk .inner .talk-inner.even dl:nth-of-type(even) dd {
    background-color: #e9e6e2;
}
.project > .talk .inner .talk-inner.odd dl:nth-of-type(odd) dd {
    background-color: #e9e6e2;
}

.project > .talk .inner .photo-col {
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
}
.project > .talk .inner .photo-col.re {
    flex-direction: row-reverse;
}
.project > .talk .inner .photo-col .talk-inner {
    flex: 1;
}
.project > .talk .inner .photo-col dl {
    width: 100%;
}
.project > .talk .inner .photo-col .photo-s {
    width: 32%;
    text-align: center;
    padding: 2% 3%;
}
.project > .talk .inner .photo-col .photo-s p {
    margin-top: 1em;
}
.project > .talk .inner .photo-l {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 4em;
}
.project > .talk .inner .photo-m {
    width: 100%;
    max-width: 800px;
    margin: 4em auto 0;
}
.project > .talk .inner .photo-m .in-photo {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.project > .talk .inner .photo-m p {
    text-align: center;
    margin-top: 1em;
}
.project > .talk .inner .photo-l div {
    width: 50%;
}
.project > .talk .inner p.txt-s {
    width: 100%;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    line-height: 160%;
    text-align: center;
    margin-top: 2em;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
    .project > .talk .inner {
        width: 90%;
        max-width: 1400px;
        margin: 4em auto 0;
    }
    .project > .talk .inner h1 {
        width: 100%;
        position: relative;
        font-size: clamp(2rem, 3.6vw, 4.8rem);
        line-height: 160%;
        text-align: center;
        background-color: #e9e6e2;
        border-radius: 10px;
        margin: 0 auto;
        padding: 1.6em 2em 1.2em;
    }
    .project > .talk .inner h1 span {
        display: inline-block;
        position: absolute;
        color: #ffcc00;
        font-size: clamp(1.6rem, 2vw, 2.2rem);
        line-height: 160%;
        background-color: #231815;
        border-radius: 80px;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: .4em 1.5em;
    }
    .project > .talk .inner dl {
        width: 100%;
        margin: 6% auto 0;
    }
    .project > .talk .inner dl dt {
        width: 100px;
    }
    .project > .talk .inner dl dd {
        flex: 1;
        background-color: #fff2c0;
        border-radius: 10px;
        padding: 1.5em 1.5em;
    }
    .project > .talk .inner dl dd p {
        font-size: clamp(1.6rem, 2vw, 2rem);
        line-height: 160%;
    }
    .project > .talk .inner .photo-m .in-photo {
        border-radius: 10px;
    }
    .project > .talk .inner .photo-col {
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }
    .project > .talk .inner .photo-col.re {
        flex-direction: column;
    }
    .project > .talk .inner .photo-col .talk-inner {
        flex: 100%;
    }
    .project > .talk .inner .photo-col dl {
        width: 100%;
    }
    .project > .talk .inner .photo-col .photo-s {
        width: 80%;
        max-width: 320px;
        margin: 6% auto 0;
        padding: 0;
    }
    .project > .talk .inner .photo-col .photo-s p {
        margin-top: 1em;
    }
    
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
    .top-image .photo img {
        width: 140%;
        max-width: 140%;
        height: auto;
        margin-left: -5%;
    }
    .top-image.s2 .photo img {
        margin-left: -40%;
    }
    .top-image.s2 .txt h1 {
        color: #FFF;
    }
    .project > .prologue .inner {
        background-size: 100%,cover;
        border-radius: 10px;
        margin: 0 auto;
        padding: 3em 2em;
    }
    .project > .prologue.story2 .inner {
        background-image: url("../../story/images/project_bg_title.png"),url("../../story/images2/project_bg2_sp.jpg");
    }
    .project > .prologue .inner p {
        line-height: 160%;
    }
    .project > .profile {
        width: 90%;
        max-width: 1400px;
        flex-direction: column;
        background-size: 8%,25%;
        border-radius: 10px;
        margin: 2em auto 0;
        padding: 2em 2em;
    }
    .project > .profile dl {
        width: 80%;
        display: table;
        margin: 0 auto 0;
    }
    .project > .profile dl:nth-of-type(2) {
        margin-top: 2em;
    }
    .project > .profile dl dt {
        width: 40%;
        max-width: 222px;
        display: table-cell;
        vertical-align: middle;
    }
    .project > .profile dl dd {
        display: table-cell;
        vertical-align: middle;
        padding: 0 2% 0 5%;
    }
    .project > .profile dl dd p span {
        font-size: clamp(1.6rem, 2.4vw, 2.4rem);
        line-height: 160%;
    }
    .project > .talk .inner dl dt {
        width: 85px;
    }
    .project > .talk .inner .photo-l {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        overflow: hidden;
        border-radius: 10px;
        margin-top: 2em;
    }
    .project > .talk .inner .photo-m {
        margin: 2em auto 0;
    }
    .project > .talk .inner .photo-l div {
        width: 100%;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

