@charset "UTF-8";

/*---------------------------------------
 * PC
---------------------------------------*/

@media print,
screen and (min-width:931px) {


    .page-header h2 {
        width: 392px;
    }

    main {
        position: relative;
    }

    main .gray-bg {
        width: 100%;
        height: 705px;
        background: #F7F7F5;
        position: absolute;
        top: 520px;
        z-index: -1;
    }




    /* ページキャッチコピー
	---------------------------------------*/

    .page-catch {
        width: 100%;
    }

    .page-catch .inner {
        width: 1080px;
        margin: -40px auto 70px;
        text-align: center;
    }

    .page-catch .inner .catch {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .page-catch .inner .read {
        line-height: 2;
    }



    /* ドレス
	---------------------------------------*/

    .dress {
        width: 100%;
        padding: 0 0 50px;
        background: url(../img/bg.png) 0 0 repeat-x #F7F7F5;
    }

    .dress .inner {
        width: 1080px;
        margin: 0 auto;
        padding: 0 80px;
    }

    .dress .inner .box-1 {
        width: 100%;
    }

    .dress .inner .box-1 .photo {
        float: right;
        width: 490px;

    }

    .dress .inner .box-1 .text {
        float: left;
        width: 430px;
        padding: 85px 90px 0 0;
    }

    .dress .inner .box-1 .text .midashi {
        width: 121px;
        margin-bottom: 25px;
    }

    .dress .inner .box-2 {
        width: 100%;
        margin-top: -200px;
    }

    .dress .inner .box-2 .photo {
        float: left;
        width: 370px;
    }

    .dress .inner .box-2 .text {
        float: right;
        width: 550px;
        padding: 100px 0 0 60px;
    }

    .dress .inner .box-3 {
        width: 100%;
        margin-top: 70px;
        position: relative;
    }

    .dress .inner .box-3 .photo {

        width: 560px;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 0
    }

    .dress .inner .box-3 .text {
        position: relative;
        z-index: 1;
        margin-top: 155px;
        width: 420px;
        padding: 110px 40px 20px 0;
        background: #F7F7F5;

    }

    .dress .inner .box-3 .text .midashi {
        width: 168px;
        margin-bottom: 25px;
    }

    .dress .inner .box-3 .text .catch {
        font-size: 17px;
    }


    /* 共通部分 */
    .dress .inner .box .midashi {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .dress .inner .box .catch {
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .dress .inner .box .read {
        line-height: 1.8;
        text-align: justify;
    }

    .dress2 {
        width: 100%;
        padding: 0 0 50px;
        margin-top: 100px;
    }

    .dress2 .inner {
        width: 1080px;
        margin: 0 auto;
        padding: 0 80px;
    }

    .dress2 .inner .box-1 {
        width: 100%;
    }

    .dress2 .inner .box-1 .photo {
        float: left;
        width: 490px;

    }

    .dress2 .inner .box-1 .text {
        float: right;
        width: 430px;
        padding: 40px 0px 0 60px;
    }

    .dress2 .inner .box-1 .text .midashi {
        width: 380px;
        margin-bottom: 25px;
    }

    .dress2 .inner .box-2 {
        width: 100%;
        margin-top: -200px;
    }

    .dress2 .inner .box-2 .photo {
        float: right;
        width: 370px;
    }

    .dress2 .inner .box-2 .text {
        float: left;
        width: 550px;
        padding: 100px 60px 0 0px;
    }

    .dress2 .inner .box-3 {
        width: 100%;
        margin-top: 70px;
        position: relative;
    }

    .dress2 .inner .box-3 .photo {

        width: 560px;
        position: absolute;
        left: 0px;
        top: 0;
        z-index: 0
    }

    .dress2 .inner .box-3 .text {
        position: relative;
        z-index: 1;
        margin-top: 155px;
        margin-left: 500px;
        width: 420px;
        padding: 110px 0px 20px 25px;
        background: #F7F7F5;

    }

    .dress2 .inner .box-3 .text .midashi {
        width: 168px;
        margin-bottom: 25px;
    }

    .dress2 .inner .box-3 .text .catch {
        font-size: 17px;
    }


    /* 共通部分 */
    .dress2 .inner .box .midashi {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .dress2 .inner .box .catch {
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .dress2 .inner .box .read {
        line-height: 1.8;
        text-align: justify;
    }


    /* Juno
	---------------------------------------*/

    .juno {
        background: #F7F7F5;
        padding-bottom: 100px;
    }

    .juno .inner {
        width: 100%;
        overflow-x: hidden;
    }

    .juno .inner .midashi {
        width: 100px;
        margin: 0 auto 50px;
    }

    .juno .inner .slide {
        width: 300px;
        padding: 0 3px;
    }

    .slick-prev {
        top: 50%;
        left: 50%;
        width: 38px;
        height: 38px;
        margin-left: -470px;
        background: url(../img/arrow_prev.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;

        z-index: 100;
    }

    .slick-next {
        top: 50%;
        right: 50%;
        width: 38px;
        height: 38px;
        margin-right: -470px;
        background: url(../img/arrow_next.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;
    }



    /* コーディネート
	---------------------------------------*/

    .coordinate {
        width: 100%;
        padding: 100px 0;
    }

    .coordinate .inner {
        width: 1080px;
        margin: 0 auto;
        padding: 0 80px;
    }

    .coordinate .inner .box-1 {
        width: 100%;
    }

    .coordinate .inner .box-1 .photo {
        width: 490px;
        float: left;
    }

    .coordinate .inner .box-1 .text {
        width: 430px;
        float: right;
        padding: 100px 0 0 60px;
    }

    .coordinate .inner .box-1 .text .midashi {
        width: 224px;
        margin-bottom: 25px;
    }

    .coordinate .inner .box-2 {
        width: 100%;
        margin-top: -171px;
    }

    .coordinate .inner .box-2 .photo {
        float: right;
        width: 370px;
    }

    .coordinate .inner .box-2 .text {
        float: left;
        width: 550px;
        padding: 100px 60px 0 0;
    }

    .coordinate .inner .box-3 {
        width: 100%;
        margin-top: -80px;
    }

    .coordinate .inner .box-3 .photo {
        float: left;
        width: 490px;
    }

    .coordinate .inner .box-3 .text {
        float: right;
        width: 430px;
        padding: 100px 0 0 66px;
    }


    /* 共通部分 */
    .coordinate .inner .box .midashi {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .coordinate .inner .box .text .catch {
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .coordinate .inner .box .text .read {
        line-height: 1.8;
        text-align: justify;
    }



    /* レコメンド
	---------------------------------------*/

    .recommend {
        width: 100%;
        padding: 0 0 130px;
    }

    .recommend .inner {
        width: 1080px;
        margin: 0 auto;
        padding: 100px 80px 0;
         /*border-top: 10px solid #F7F7F5;*/
        position: relative;
    }

    .recommend .inner .text {
        float: left;
        width: 305px;
        margin: 131px 0px 0 0px;

    }

    .recommend .inner .photo {
        float: right;
        width: 600px;
    }

    .recommend .inner .text .title {
        position: absolute;
        top: 160px;
        left: 80px;
        width: 395px;
        height: 47px;
    }

    .recommend .inner .text .text-box {
        margin: 0 0 20px;
    }

    .recommend .inner .text .text-box .midashi {
        margin-bottom: 15px;
    }

    .recommend .inner .text .text-box .midashi2 {
        font-size: 19px;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .recommend .inner .text .text-box .read {
        line-height: 1.7;
        margin-bottom: 15px;
    }

.gallery {
		background: url(../img/dress_gallery_bk_pc.jpg) 50% 50% no-repeat;
		padding: 100px 0 ;
		text-align: center;
	}
	.gallery h3 {
		    font-family: 游明朝体, 'Yu Mincho', YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
		font-size: 27px;
		margin-bottom: 15px;
	}
	.gallery h3 span {
		    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    line-height: 3.5;
	}
	.gallery p {
		color: #fff;
		    margin-bottom: 40px;
	}
	.gallery .link {
		    background: #fff;
    width: 300px;
    margin: auto;
    padding: 15px;
	}
	.gallery .link a {
		color: #333;
		display: block;
	}

}


/*---------------------------------------
 * SP
---------------------------------------*/

@media print,
screen and (max-width:930px) {


    .page-header h2 {
        width: 310px;
    }





    /* ページキャッチコピー
	---------------------------------------*/

    .page-catch {
        width: 100%;
    }

    .page-catch .inner {
        margin: -20px auto 50px;
        padding: 0 20px;

    }

    .page-catch .inner .catch {
        font-size: 19px;
        margin-bottom: 30px;
        text-align: center;
    }

    .page-catch .inner .read {
        line-height: 1.7;
    }



    /* ドレス
	---------------------------------------*/

    .dress {
        width: 100%;
        background: url(../img/bg.png) 0 0 repeat-x #F7F7F5;
    }

    .dress .inner {
        /*padding: 0 20px;*/
    }

    .dress .inner .box-1 .text .midashi {
        width: 64px;
        margin-bottom: 25px;
    }

    .dress .inner .box-1,
    .dress .inner .box-2 {
        padding: 0 20px;
    }

    .dress .inner .box-3 .text {
        padding: 0 20px;
    }

    .dress .inner .box-3 .text .midashi {
        width: 168px;
        margin-bottom: 25px;
    }

    .dress .inner .box-3 .text .catch {
        font-size: 18px;
        margin-bottom: 20px;
    }



    /* 共通部分 */
    .dress .inner .box {
        padding-bottom: 50px;
    }

    .dress .inner .box .photo {
        margin-bottom: 50px;
    }

    .dress .inner .box .midashi {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .dress .inner .box .catch {
        margin-bottom: 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .dress .inner .box .read {
        line-height: 1.7;
        text-align: justify;
    }

    .dress2 {
        width: 100%;
        margin-top: 20%;
    }

    .dress2 .inner {
        /*padding: 0 20px;*/
    }

    .dress2 .inner .box-1 .text .midashi {
        width: 244px;
        margin-bottom: 25px;
    }

    .dress2 .inner .box-1,
    .dress2 .inner .box-2 {
        padding: 0 20px;
    }

    .dress2 .inner .box-3 .text {
        padding: 0 20px;
    }

    .dress2 .inner .box-3 .text .midashi {
        width: 168px;
        margin-bottom: 25px;
    }

    .dress2 .inner .box-3 .text .catch {
        font-size: 18px;
        margin-bottom: 20px;
    }



    /* 共通部分 */
    .dress2 .inner .box {
        padding-bottom: 50px;
    }

    .dress2 .inner .box .photo {
        margin-bottom: 50px;
    }

    .dress2 .inner .box .midashi {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .dress2 .inner .box .catch {
        margin-bottom: 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .dress2 .inner .box .read {
        line-height: 1.7;
        text-align: justify;
    }


    /* Juno
	---------------------------------------*/

    .juno {
        background: #F7F7F5;
        padding-bottom: 100px;
    }

    .juno .inner {
        width: 100%;
        overflow-x: hidden;
    }

    .juno .inner .midashi {
        width: 100px;
        margin: 0 auto 50px;
    }

    .juno .inner .slide {
        padding: 0 20px;
    }

    .slick-prev {
        top: 50%;
        left: 3px;
        width: 38px;
        height: 38px;
        background: url(../img/arrow_prev.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;

        z-index: 100;
    }

    .slick-next {
        top: 50%;
        right: 3px;
        width: 38px;
        height: 38px;
        background: url(../img/arrow_next.png) 0 0 no-repeat;
        background-size: 100%;
        text-indent: -9999px;
    }



    /* コーディネート
	---------------------------------------*/

    .coordinate {
        width: 100%;
    }

    .coordinate .inner {
        padding: 0 20px;
    }

    .coordinate .inner .box-1 .text .midashi {
        width: 120px;
        margin-bottom: 25px;
    }


    /* 共通部分 */
    .coordinate .inner .box {
        padding-bottom: 50px;
    }

    .coordinate .inner .box .photo {
        margin-bottom: 50px;
    }

    .coordinate .inner .box .midashi {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .coordinate .inner .box .catch {
        margin-bottom: 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .coordinate .inner .box .read {
        line-height: 1.7;
        text-align: justify;
    }



    /* レコメンド
	---------------------------------------*/

    .recommend {
        width: 100%;
        margin-bottom: 65px;
    }

    .recommend .inner {
        margin: 0 20px;
        padding: 50px 0 0;
        /*border-top: 10px solid #F7F7F5;*/
        position: relative;
    }

    .recommend .inner .text {
        width: 90%;
        margin: auto;
    }

    .recommend .inner .photo {
        width: 100%;
        margin-bottom: 35px;
    }

    .recommend .inner .text h2 {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #D48C89;
        margin-bottom: 20px;
    }

    .recommend .inner .text h2 img {
        width: 100%;
    }

    .recommend .inner .text .title {
        margin: 0 0 20px;
    }

    .recommend .inner .text .text-box .midashi {
        margin-bottom: 15px;
    }

    .recommend .inner .text .text-box .midashi2 {
        font-size: 20px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .recommend .inner .text .text-box .read {
        line-height: 1.8;
        margin-bottom: 15px;
        font-size: 12px;
    }

.gallery {
		background: url(../img/dress_gallery_bk_sp.jpg) 50% 60% no-repeat;
		padding: 60px 0 ;
		text-align: center;
	}
	.gallery h3 {
		    font-family: 游明朝体, 'Yu Mincho', YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
		font-size: 27px;
		margin-bottom: 15px;
	}
	.gallery h3 span {
		    font-family: 'Spinnaker', sans-serif;
    font-size: 13px;
    line-height: 3.5;
	}
	.gallery p {
		color: #fff;
		    margin-bottom: 40px;
	}
	.gallery .link {
		    background: #fff;
    width: 80%;
    margin: auto;
    padding: 15px;
	}
	.gallery .link a {
		color: #333;
		display: block;
	}


}
