@charset "utf-8";
/* CSS Document */

#concept {
    background-color: #fff;
    border-top: 2px solid #ff8c1b;
	padding: 0 0 50px;
}
#concept .txt {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 30px 0;
    text-align: center;
}
#concept ul {
}
#concept li {
}
#main {
}
#intro {
    background: rgba(0, 0, 0, 0) url("/img/concept_01.png") no-repeat fixed 50% 0 ;
    color: #fff;
    /*font-family:"kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    */
    font-size: 1.8rem;
    font-style: italic;
    height: 420px;
}
#intro .inner {
    overflow: hidden;
    padding: 100px 30px;
}
#intro .inner p {
    background-color: rgba(1,1,1, 0.5);
    margin: 0 0 15px;
    padding: 0 10px;
    width: 420px;
}
#intro .inner h2 {
    background-color: rgba(1,1,1, 0.5);
    padding: 0 10px;
    width: 530px;
}
#second {
    background: rgba(0, 0, 0, 0) url("/img/concept_02.png") no-repeat fixed 50% 0;
    min-height: 600px;
}
#second .inner {
    padding: 100px 0 50px 100px;
    text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
        font-size:1rem;
}
#third {
    background: rgba(0, 0, 0, 0) url("/img/concept_03.png") no-repeat fixed 50% 0;
    height: 620px;
}
#third .inner {
    float: right;
    padding: 60px 50px 100px 0;
}
#third .inner h2 {
    font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 36px;
    font-style: italic;
    margin: 0 0 20px;
    text-shadow:0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
}
#third .inner p {
  font-size: 1rem;
  text-shadow: 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1), 0 0 5px rgba(0,0,0,1);
}
.str {
    font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 20px;
    font-style: italic;
    padding: 50px 0 100px;
    text-align: center;
}
#manga {
    padding: 0 0 100px;
}
#manga h2 {
    background-color: #694f8c;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.05em;
    padding: 15px 0;
    text-align: center;
}
#manga ul {
    padding: 50px 0 0;
    text-align: center;
}
#manga h2 span {
    font-size: 38px;
}
#manga li {
    display: inline-block;
    margin: 0 10px;
}
#manga li img {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
#manga li a:hover img {
    opacity: 0.5;
}
.box {
    margin: 0 0 20px;
    padding: 100px 0 0;
}
.box h3 {
    font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
    font-size: 28px;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    text-align: center;
    text-decoration: underline;
}
.box .photo {
}
