@charset "Shift_jis";

/*  -----------------------------
for smart phone
-------------------------- */

@media screen and (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .contents {
        width: 100%;
        padding: 0;
    }
    .header {
        background: #ffffff;
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
    }
    .header h1 {
		position: relative;
        text-align: center;
        float: none;
        padding: 0;
        height: 25px;
    }
    .header h1 img {
        height: 25px;
    }
	
	p.officalBtn {
		display: none;
	}

	div#PCfooter {
		display: none;
	}
	
	div#SPfooter{
		display:block;
	}
	
    footer.sp {
        padding: 10px 0;
        text-align: center;
        display: block;
        line-height: 1.2;
        font-size: 10px;
    }

	.pcView {
		display: none;
	}
	
	.spView {
		display: block;
	}

}


/*  -----------------------------
for smart phone index
-------------------------- */

@media screen and (max-width: 768px) {

	h2.page-title {
		width: auto;
		margin: 0px 0;
	}

	h2.page-title img {
		width: 100%;
	}

	.pcImg {
		display: none !important;
	}

	.spImg {
		display: block !important;
	}

	.leftContents {
	    float: none;
	    width: 100%;
	    padding: 0 2%;
		/*border-bottom: 2px solid #979797;*/
		margin-bottom: 30px;
	}

	.rightContents {
	    float: none;
	    width: 100%;
	    margin: 0;
	    /*padding: 0 5px;*/
	}

	.leftContents section.reviewBox {
		border-bottom: solid 1px #707070;
		padding-bottom: 15px;
	}

	.rightContents section {
	    width: 95%;
	    margin: 0 2%;
	}

	.banner {
	    margin: 0 10px 10px;
	    display: block;
	}

	.banner img {
		width: 100%;
	}

	.section-title {
	    margin-bottom: 10px;
	}


	/* ----------------------------------
	closeup div
	------------------------------------ */
	
	.closeup {
		width: 97%;
		margin: 0;
		overflow: inherit;
	}
	
	.closeup .mainLeft {
		float: none;
		width: 97%;
		margin: 0 1%;
		text-align: center;
	}
	
	.closeup .mainRight {
		float: none;
		padding:10px 0 0 0;
		width: auto;
	}
	
	.closeup .mainRight div.pic {
		width: 100%;
	}
	

	/* ----------------------------------
	mainNews
	------------------------------------ */
	.mainNews li {
		float: none;
		width: auto;
	    margin: 0 3%;
		position:relative;
	}

	.mainNews li .pic {
		width: 100%; /* 表示する画像の最大横幅を指定 */
		height: auto; /* 表示する画像の最大縦幅を指定 */
	    margin: 0 auto;
	}

	.mainNews li .pic img {
		width: 100%;
	    position: static;
	    margin: 10px auto 10px;
	}

	.mainNews li .txt {
		width: 100%;
	    float: none;
	}

	.mainNews .reviewBtn a {
		padding: 8px 0px 5px;
		width: 100%;
		text-align: center;
		margin: 10px auto 30px;
	}


	/* ----------------------------------
	reviewBox
	------------------------------------ */
	.reaviewBox {
		margin: 0;
	}
	
	.reviewBox ul {
		display: table;
	}
	
	.reviewBox li {
		display: table-cell;
		float: left;
		width: 47%;
		position:relative;
		margin-bottom: 4%;
	}
	
	.reviewBox li:nth-child(3) {
		display: table-cell;
		float: left;
		width: 47%;
		position: relative;
		padding-right: 10px;
	}

	.reviewBox li:nth-child(4) {
		display: none;
	}
	
	.reviewBox li:nth-child(7) {
		display: table-cell;
		float: left;
		width: 47%;
		position: relative;
		padding-right: 10px;
	}

	.reviewBox li .pic {
		width: 100%; /* 表示する画像の最大横幅を指定 */
		height: auto; /* 表示する画像の最大縦幅を指定 */
	    margin: 0 auto;
	}

	.reviewBox li .pic img {
		width: 100%;
	    position: static;
	    margin: 10px auto 10px;
	}

	.reviewBox .reviewBtn a {
		padding: 8px 0px 5px;
		width: 100%;
		text-align: center;
		margin: 10px auto 30px;
	}

	/*.reviewBox li:nth-child(3) {
		display: table-cell;
		float: left;
		width: 47%;
		position:relative;
	}*/

	.reviewBox p.catch br {
		display: none;
	}



	/* ----------------------------------
	SNS
	------------------------------------ */

	.tweet {
		width: 96%;
		height: auto;
		margin:0 2%;
		text-align: center;
	}
	

	/* ----------------------------------
	productBox
	------------------------------------ */
	.productBox li {
		width: auto;
	    margin: 0 3% 3%;
	}

	.productBox li div.pic01 {
		display:table-cell;
		vertical-align: middle;
		width: 120px;
		text-align: center;
	}

	.productBox li div.text {
		display:table-cell;
		vertical-align: top;
		width: auto;
		padding: 10px 0px 10px 10px;
	}

	.productBox li div.pic02 {
		display:block;
		vertical-align: middle;
		width: 100%;
		text-align: right;
	}

	.productBox li div img {
		width: 100%;
		height: auto;
	}


	.productBox h4 {
		color: #000;
		background: linear-gradient(#80C3F3, #4A90E2);
		padding: 10px;
	    font-size: 18px;
		margin-bottom: 10px;
	}

	.productBox h5 {
	    font-size: 26px;
		margin-bottom: 10px;
	}

	.productBox dl {
		margin-bottom: 10px;
		line-height: 1.8em;
	}

	.productBox dd {
	    font-size: 14px;
	}

	.productBox dt {
	    font-size: 16px;
	}

	.productBox .reviewBtn a {
	    font-size: 20px;
		color: #4A90E2;
	}

	.productBox .reviewBtn {
		position: relative;
		padding-left: 12px;
	}

	.productBox .reviewBtn:before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 10px transparent;
		border-left: solid 12px #4A90E2;
		top: 50%;
		left: 0;
		margin-top: -12px;
	}


	/* -----------------------------
	slide 
	-------------------------- */

	div#slideArea {
	    width: 100%;
		height: auto;
	}
	div#slideArea img {
	    width: 100%;
	}

    /*.bx-wrapper .bx-caption {
    }*/

    .bx-wrapper .bx-caption span {
        display: block;
        font-size: 13px;
		font-weight: bold;
		line-height: 1.3;
		padding: 5px 10px;
    }



	/* ----------------------------------
	news
	------------------------------------ */
	section.news {
	    margin-bottom: 20px;
	}

	section.news ul {
		margin: 0 10px;
	}

	section.news p.backnumber {
		margin: 0 10px;
	}



	/*  -----------------------------
	right contents
	-------------------------- */
	.rightContents .title {
		margin-top:30px;
	}



	/*  -----------------------------
	sns
	-------------------------- */
	.sns-area {
	    margin: 0 10px 10px;
	}

	.sns-area iframe {
	    margin: 0 10px 10px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



	
	/* -----------------------------v
	movie 
	-------------------------- */

	.movie-wrap {
	     margin: 0 0 15px;
	}


	/*  -----------------------------
	credit
	-------------------------- */
		
	.#credit {
		margin: 10px 0 0;
		padding:10px 0 20px;
	}

	#credit p {
		text-align: center;
	}
	
}
