@charset "utf-8";

/*--------------------
common
--------------------*/
#wrapper {
    padding-top: 70px;
}

header {
    background-color: #fff;
}

.title-red {
    font-size: 24px;
    color: #d32c2c;
    letter-spacing: 4px;
}

.title-red span {
    margin-right: 12px;
    font-size: 90px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    letter-spacing: normal;
}

.title {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 4px;
}

.text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 3px;
}

.photo-frame {
    display: table;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 0 10px 5px rgba(125, 125, 125, 0.1);
    box-sizing: border-box;
}

/*--------------------
firstview
--------------------*/
#firstview {
    position: relative;
    background: 
    url(../images/shinai-syugi/detail/fv_circle.png) no-repeat center calc(100% - 60px), 
    url(../images/shinai-syugi/detail/staff2/fv_vegetable.png) no-repeat center center / contain;
    padding-bottom: 240px;
}

#firstview::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 200px);
    margin: 0 auto;
    background: url(../common/images/pattern_01.gif) repeat left top;
}

#firstview .flex_wrap {
    display: flex;
    justify-content: space-between;
}

#firstview .f_profile {
    position: relative;
    z-index: 1;
    width: 650px;
    padding-top: 150px;
}

#firstview .f_profile h1 {
    margin-bottom: 16px;
}

#firstview .f_profile h1 span {
    display: table;
    background-color: #d32c2c;
    padding: 8px 24px 8px 16px;
    font-size: 50px;
    font-style: italic;
    color: #fff;
    letter-spacing: 4px;
}

#firstview .f_profile h1 .right {
    margin-top: 8px;
    margin-left: auto;
    margin-right: 20px;
}

#firstview .f_profile h2 {
    margin-bottom: 32px;
}

#firstview .f_profile h2 span,
#firstview .f_profile h2 strong {
    display: table;
    background-color: #fff;
    padding: 12px 16px;
}

#firstview .f_profile h2 span {
    font-size: 25px;
}

#firstview .f_profile h2 strong {
    font-size: 43px;
    letter-spacing: 4px;
}

#firstview .f_profile .whitebox {
    position: relative;
    background-color: #fff;
    box-shadow: 0 12px 12px rgba(111, 111, 111, 0.4);
    width: 440px;
    padding: 48px 32px 32px;
    box-sizing: border-box;
}

#firstview .f_profile .whitebox::before {
    position: absolute;
    content: "";
    left: 50%;
    top: -14px;
    width: 137px;
    height: 39px;
    margin: 0 auto;
    transform: translateX(-50%);
    background: url(../images/shinai-syugi/detail/tape.png) no-repeat center center;
}

#firstview .f_profile .whitebox dl + dl {
    margin-top: 20px;
}

#firstview .f_profile .whitebox dl dt {
    margin-bottom: 12px;
    font-size: 20px;
    color: #d32c2c;
    text-align: center;
}

#firstview .f_profile .whitebox dl dd {
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
}

#firstview .f_people {
    position: relative;
    width: calc(100% - 650px);
    padding-top: 40px;
}

#firstview .f_people .people-img {
    margin-left: 0;
    width: auto;
    height: 800px;
}

#firstview .f_people .name-img {
    position: absolute;
    top: 42%;
    right: 5%;
    transform: translateY(-50%);
}

/*--------------------
catalyst
--------------------*/
#catalyst {
    position: relative;
    background: url(../images/shinai-syugi/detail/bg_circle_01.png) no-repeat center 60px;
    margin-bottom: 40px;
    padding: 88px 0 290px;
}

#catalyst::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 160px);
    margin: 0 auto;
    background: url(../common/images/pattern_01.gif) repeat left top;
}

#catalyst .whitebox {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 6px 6px 5px 2px rgba(125, 125, 125, 0.1);
    padding: 54px 60px 88px;
}

#catalyst .whitebox .left {
    position: relative;
    width: 316px;
    margin-top: -16px;
}

#catalyst .whitebox .left .item1 {
    position: absolute;
    left: -100px;
    bottom: -230px;
    width: 411px;
    max-width: inherit;
    height: auto;
}

#catalyst .whitebox .right {
    width: calc(100% - 316px);
}

#catalyst .whitebox .right .title {
    margin-bottom: 24px;
}

/*--------------------
episode1
--------------------*/
#episode1 {
    position: relative;
    background: url(../images/shinai-syugi/detail/bg_circle_02.png) no-repeat center top;
    margin-bottom: 80px;
    padding: 200px 0 228px;
}

#episode1::before {
    position: absolute;
    content: "";
    left: 0;
    top: 60px;
    z-index: -2;
    width: 85%;
    height: calc(100% - 520px);
    margin: 0 auto;
    background: url(../common/images/pattern_01.gif) repeat left top;
}

#episode1::after {
    position: absolute;
    content: "";
    right: 0;
    top: 120px;
    z-index: -1;
    width: 62%;
    height: calc(100% - 220px);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 6px 5px 2px rgba(125, 125, 125, 0.1);
}

#episode1 .flex_wrap {
    display: flex;
    justify-content: space-between;
}

#episode1 .flex_wrap .imgbox {
    position: relative;
    width: 600px;
}

#episode1 .flex_wrap .imgbox .photo-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

#episode1 .flex_wrap .imgbox .item2 {
    position: absolute;
    top: 500px;
    right: 20px;
    z-index: 1;
}

#episode1 .flex_wrap .textbox {
    width: calc(100% - 600px);
    margin-top: -26px;
    padding-left: 60px;
    box-sizing: border-box;
}

#episode1 .flex_wrap .textbox .title-red,
#episode1 .flex_wrap .textbox .title {
    margin-bottom: 24px;
}

/*--------------------
episode2
--------------------*/
#episode2 {
    position: relative;
    margin-bottom: 270px;
    padding: 124px 0 0;
}

#episode2 .bg_circle3 {
    position: absolute;
    left: 50%;
    bottom: -160px;
    z-index: -2;
    transform: translateX(-50%);
    max-width: inherit;
}

#episode2::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -3;
    width: 85%;
    height: calc(100% - 220px);
    margin: 0 auto;
    background: url(../common/images/pattern_01.gif) repeat left top;
}

#episode2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 64px;
    z-index: -1;
    width: 75%;
    height: calc(100% - -30px);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 6px 5px 2px rgba(125, 125, 125, 0.1);
}

#episode2 .flex_wrap {
    display: flex;
    justify-content: space-between;
}

#episode2 .imgbox {
    position: relative;
    order: 2;
    width: 540px;
}


#episode2 .imgbox .item3 {
    position: absolute;
    top: 310px;
	right: -350px;
}

#episode2 .imgbox .item4 {
    position: absolute;
    bottom: -270px;
    left: -90px;
    min-width: 701px;
}

#episode2 .textbox {
    order: 1;
    width: calc(100% - 540px);
    margin-top: -20px;
    padding-right: 100px;
    box-sizing: border-box;
}

#episode2 .textbox .title-red {
    margin-bottom: 36px;
}

#episode2 .textbox .title {
    margin-bottom: 24px;
}

/*--------------------
commitment
--------------------*/
#commitment {
    position: relative;
    background: url(../images/shinai-syugi/detail/bg_circle_04.png) no-repeat center 300px;
    margin-bottom: 248px;
    padding: 120px 0 80px;
}

#commitment::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
    width: 85%;
    height: calc(100% - 100px);
    margin: 0 auto;
    background: url(../common/images/pattern_01.gif) repeat left top;
}

#commitment::after {
    position: absolute;
    content: "";
    right: 0;
    top: 64px;
    z-index: -1;
    width: 62%;
    height: calc(100% - 50px);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 6px 5px 2px rgba(125, 125, 125, 0.1);
}

#commitment .flex_wrap {
    display: flex;
    justify-content: space-between;
}

#commitment .imgbox {
    position: relative;
    width: 590px;
}

#commitment .imgbox .photo-frame {
    position: relative;
    z-index: 1;
}

#commitment .imgbox .photo-frame + .photo-frame {
    margin-top: 24px;
}

#commitment .imgbox .item5 {
    position: absolute;
    bottom: -150px;
    right: -40px;
}

#commitment .textbox {
    width: calc(100% - 590px);
    margin-top: -28px;
    padding-left: 68px;
    box-sizing: border-box;
}

#commitment .textbox .title-red {
    margin-bottom: 28px;
}

#commitment .textbox .title {
    margin-bottom: 24px;
}

/* ---------------------------- mobile ---------------------------- */
@media only screen and (max-width: 868px) {
    /*--------------------
    common
    --------------------*/
    #wrapper {
        padding-top: 70px;
    }

    header {
        background-color: #fff;
    }

    .title-red {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .title-red span {
        margin-right: 10px;
        font-size: 56px;
    }

    .title {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
    }

    .text {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }

    .photo-frame {
        display: table;
        background-color: #fff;
        padding: 12px;
        box-shadow: 0 0 10px 5px rgba(125, 125, 125, 0.1);
        box-sizing: border-box;
    }

    /*--------------------
    firstview
    --------------------*/
    #firstview {
        position: relative;
        background: url(../images/shinai-syugi/detail/staff2/fv_bg_sp.png) no-repeat center top / cover;
        margin-bottom: 0;
        padding-bottom: 200px;
    }

    #firstview::before {
        height: calc(100% - 80px);
    }

    #firstview .flex_wrap {
        position: relative;
        display: block;
    }

    #firstview .f_profile {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 324px;
        margin: 0 auto;
        padding-top: 200px;
    }

    #firstview .f_profile h1 {
        margin-bottom: 16px;
    }

    #firstview .f_profile h1 span {
        padding: 6px 12px 6px 10px;
        font-size: 24px;
        letter-spacing: 2px;
    }

    #firstview .f_profile h1 .right {
        margin-top: 4px;
        margin-right: 0;
    }

    #firstview .f_profile h2 {
        margin-bottom: 20px;
    }

    #firstview .f_profile h2 span,
    #firstview .f_profile h2 strong {
        padding: 6px 12px;
    }

    #firstview .f_profile h2 span {
        font-size: 14px;
    }

    #firstview .f_profile h2 strong {
        font-size: 22px;
        letter-spacing: 2px;
    }

    #firstview .f_profile .whitebox {
        width: 60%;
        padding: 32px 20px 20px;
        box-sizing: border-box;
    }

    #firstview .f_profile .whitebox::before {
        top: -12px;
        width: 88px;
        height: 24px;
        background-size: auto 24px;
    }

    #firstview .f_profile .whitebox dl + dl {
        margin-top: 20px;
    }

    #firstview .f_profile .whitebox dl dt {
        margin-bottom: 12px;
        font-size: 14px;
    }

    #firstview .f_profile .whitebox dl dd {
        font-size: 18px;
        letter-spacing: 2px;
    }

    #firstview .f_people {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100%;
        max-width: 250px;
        padding-top: 20px;
    }
    
	#firstview .f_people .people-img {
		width: 100%;
		height: auto;
	}

    #firstview .f_people .name-img {
        position: absolute;
        top: 310px;
        right: -18%;
        transform: translateY(0);
        width: 130px;
    }

	#firstview .f_people .people-img {
	    margin-left: 15%;
	}

    /*--------------------
    catalyst
    --------------------*/
    #catalyst {
        background: none;
        margin-bottom: 60px;
        padding: 40px 0 80px;
    }

    #catalyst::before {
        height: 100%;
    }

    #catalyst .whitebox {
        position: relative;
        display: block;
        padding: 8px 20px 90px;
    }

    #catalyst .whitebox .left {
        position: static;
        width: 100%;
        margin-top: 0;
    }

    #catalyst .whitebox .left .item1 {
        left: inherit;
        right: 0;
        bottom: -60px;
        width: 220px;
        max-width: inherit;
        height: auto;
    }

    #catalyst .whitebox .left .title-red {
        margin-bottom: 8px;
    }

    #catalyst .whitebox .right {
        width: 100%;
    }

    #catalyst .whitebox .right .title {
        margin-bottom: 12px;
    }

    /*--------------------
    episode1
    --------------------*/
    #episode1 {
        background: none;
        margin-bottom: 60px;
        padding: 80px 0 40px;
    }

    #episode1::before {
        width: 90%;
        height: calc(100% - 40px);
        top: 0;
    }

    #episode1::after {
        top: 40px;
        width: 92%;
        height: calc(100% - 40px);
    }

    #episode1 .flex_wrap {
        display: block;
    }

    #episode1 .flex_wrap .imgbox {
        position: relative;
        width: 100%;
    }

    #episode1 .flex_wrap .imgbox .photo-frame {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
    }

    #episode1 .flex_wrap .imgbox .item2 {
	    width: 170px;
        top: -150px;
        left: 0;
    }

    #episode1 .flex_wrap .textbox {
        width: 100%;
        margin-top: 0;
        padding-left: 10%;
        box-sizing: border-box;
    }

    #episode1 .flex_wrap .textbox .title-red {
        margin-bottom: 8px;
    }
    #episode1 .flex_wrap .textbox .title {
        margin-bottom: 12px;
    }

    /*--------------------
    episode2
    --------------------*/
    #episode2 {
        margin-bottom: 60px;
        padding: 80px 0 40px;
    }

    #episode2 .bg_circle3 {
        display: none;
    }

    #episode2::before {
        width: 90%;
        height: calc(100% - 40px);
    }

    #episode2::after {
        top: 40px;
        width: 92%;
        height: calc(100% - 40px);
    }

    #episode2 .flex_wrap {
        display: block;
    }

    #episode2 .imgbox {
        width: 100%;
        padding: 0;
    }

    #episode2 .imgbox .spice {
        position: absolute;
        bottom: -130px;
        right: 12px;
        width: auto;
        height: 170px;
    }

    #episode2 .imgbox .photo-frame {
        margin-top: 0;
        margin-left: auto;
        width: 100%;
    }

    #episode2 .imgbox .item3 {
        position: absolute;
        top: inherit;
        width: 150px;
        right: -25%;
        bottom: 35%;
    }

    #episode2 .imgbox .item4 {
        position: static;
        bottom: 0;
        left: 0;
        min-width: inherit;
    }

    #episode2 .textbox {
        width: 100%;
        margin-top: 0;
        padding-right: 10%;
    }

    #episode2 .textbox .title-red {
        margin-bottom: 20px;
    }

    #episode2 .textbox .title {
        margin-bottom: 12px;
    }

    /*--------------------
    commitment
    --------------------*/
    #commitment {
        position: relative;
        background: none;
        margin-bottom: 60px;
        padding: 80px 0 40px;
    }

    #commitment::before {
        width: 90%;
        height: calc(100% - 40px);
        margin: 0 auto;
    }

    #commitment::after {
        top: 40px;
        width: 92%;
        height: calc(100% - 40px);
    }

    #commitment .flex_wrap {
        display: block;
    }

    #commitment .imgbox {
        width: 100%;
    }

    #commitment .imgbox .photo-frame {
        width: 100%;
    }

    #commitment .imgbox .photo-frame + .photo-frame {
        width: 70%;
        margin-top: 24px;
    }

    #commitment .imgbox .item5 {
        position: absolute;
        bottom: -15%;
        right: -22%;
        z-index: 1;
        width: 50%;
        max-width: 339px;
        height: auto;
    }

    #commitment .textbox {
        width: 100%;
        margin-top: 0;
        padding-left: 10%;
    }

    #commitment .textbox .title-red {
        margin-bottom: 14px;
    }

    #commitment .textbox .title {
        margin-bottom: 16px;
    }

}