/*ヘッダー*/
.header_desc {
    left: 200px;
}

#header_button {
    top: 15px;
}

#header_button .button a {
    display: block;
    min-width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 30px;
}

/*フッター*/
.footer_menu_cnt { padding:60px 30px 0; width:100%; }

/*共通*/
.page_ttl {
	font-size: 24px;
}

.top_sub_ttl {
	font-size: 20px;
}

.page_sub_ttl {
	font-size: 20px;
}

.styled_post_list1 .title_area {
	border-bottom: none;
}

/*トップページ*/
body.home .search_inner {
	width: auto;
	padding: 0 20px;
    margin: 0 auto;
}

body.home .related {
	width: auto;
	padding: 0 20px;
    margin: 80px auto 100px;
}

@media screen and (max-width:950px) {
	/*ヘッダー*/
	.header_desc {
	    display: none;
	}
	/*共通*/
	.styled_post_list1 li+li {
	    border-top: none;
	}
	.styled_post_list1 li:nth-child(n+5) {
		display: none;
	}
	
	/*商品一覧*/
	#blog_list .item {
	    height: auto;
	}
	#blog_list .image_wrap {
	    height: 0;
	    padding-top: 120px;
	}
	#blog_list .image {
	    height: 100%!important;
	}
	#blog_list .title_area {
	    height: auto;
	    padding: 0;
	}
}

@media screen and (max-width:750px) {
  	/*フッター*/
  	.footer_menu_cnt { padding:40px 30px 0; width:100%; }
	/*共通*/
	#post_title_area {
		border-left: none;
		padding-left: 0;
		padding-right: 0;
	}
	.page_ttl {
		font-size: 20px;
		margin-bottom: 40px;
	}
	
	.top_sub_ttl {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.page_sub_ttl {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.styled_post_list1 li:nth-child(n+4) {
		display: none;
	}
	
	/*トップページ*/
	body.home .search {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	
	body.home #top-searchform {
	    border: 1px solid #ddd;
	    background: #fff;
	    height: 50px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
	body.home #top-searchform label {
	    display: none;
	}
	
	body.home #top-searchform #s {
	    border: none;
	    background: none;
	    padding: 0 10px;
	    margin: 0;
	    width: calc(100% - 50px);
	    height: 50px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
	body.home #top-searchform .submit_button {
	    position: relative;
	    width: 50px;
	    height: 50px;
	    float: right;
	    top: -1px;
	}
	
	body.home #top-searchform .submit_button:before {
	    text-indent: 0;
	    display: block;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    cursor: pointer;
	    z-index: 1;
	    position: absolute;
	    font-family: 'design_plus';
	    color: #fa7c92;
	    font-size: 18px;
	    content: '\e915';
	    right: 0px;
	    top: 1px;
	}
	
	body.home #top-searchform #searchsubmit {
	    border: none;
	    background: none;
	    width: 50px;
	    height: 50px;
	    z-index: 200;
	    position: relative;
	    cursor: pointer;
	    display: block;
	    text-indent: -300px;
	    overflow: hidden;
	}
	
	body.home .search_btn {
		width: 100%;
		margin-top: 20px;
		display: block;
	}
	
	body.home .search_btn a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-radius: 10px;
		background-color: #fa7c92;
		font-size: 14px;
		text-align: center;
		color: #fff;
	}
	
	body.home .search_btn a+a {
		margin-top: 15px;
	}
	
	body.home .top_desc {
		font-size: 15px;
		margin-bottom: 30px;
	}
	
	body.home .related {
	    margin: 50px auto 80px;
	}
	
	body.home .related_block+.related_block {
		margin-top: 40px;
	}
	
	body.home .index_cb_button a,
	.btn_youtube a {
	    width: 100%;
	    max-width: none;
	    height: 40px;
	    line-height: 40px;
	    margin-top: 30px;
		background: #fa7c92;
		border-radius: 8px;
		font-size: 14px;
	}
	
	/*商品一覧*/
	#blog_list {
	    width: 100%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	
	#blog_list .item {
	    width: calc(50% - 10px);
	    margin-left: 20px;
	    height: auto;
	    float: none;
	    position: relative;
	}
	
	#blog_list .item:nth-child(4n+1) {
	    margin-left: 20px;
	}
	
	#blog_list .item:nth-child(2n+1) {
	    margin-left: 0;
	}
	
	#blog_list .item:nth-child(n+5) {
	    margin-top: 0;
	}
	
	#blog_list .item:nth-child(n+3) {
	    margin-top: 20px;
	}
	
	#blog_list .title_area {
		margin-top: 15px;
		padding: 0;
	}
	
	#blog_list .image_wrap {
	    width: 90px;
	    height: 0;
	    padding-top: 90px;
	    display: block;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	    margin: 0 auto;
	}
	
	#blog_list .image {
	    width: 100%;
	    height: 100%!important;
	    display: block;
	    overflow: hidden;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 2;
	}
	
	#blog_list .title_area .date {
		font-size: 11px;
	    line-height: 2;
	    margin-top: 0;
	}
	
	#blog_list .title_area .title {
	    font-size: 13px;
	}

	/*商品詳細*/
	.product_info {
		width: 100%;
		margin-bottom: 30px;
		display: block;
	}
	
	.product_info .product_info_left {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.product_info .product_info_left img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	
	.product_info .product_info_right {
		width: 100%;
	}

	.product_tbl th {
		width: 120px;
		padding: 10px 0;
		font-size: 13px;
	}
	
	.product_tbl td {
		padding: 10px 0;
		font-size: 13px;
	}
	
	.item_desc {
		margin: 30px 0;
	}
	
	.item_desc .cnt {
		font-size: 15px;
	}
	
	.btn_sec {
		margin: 30px 0;
	}
	
	#btn_sec_2 {
		margin: 50px 0;
	}
	
	.btn_sec .btn_buy {
		width: 100%;
		display: block;
	}
	
	.btn_sec .btn_buy a {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		border-radius: 8px;
	}
	
	.btn_sec .btn_buy a+a {
		margin-top: 15px;
	}
	
	.mouth {
		margin-top: 50px;
	}
	
	.mouth_info-block {
		width: 100%;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	
	.mouth_info-block .mouth_info {
		width: 50%;
		padding: 20px 10px;
		box-sizing: border-box;
		border-bottom: none;
		border-left: none;
	}
	
	.mouth_info-block .mouth_info:nth-child(3n+1) {
		border-left: none;
	}
	
	.mouth_info-block .mouth_info:nth-child(2n+1) {
		border-left: none;
	}
	
	.mouth_info-block .mouth_info .name {
		width: 100%;
		height: 80px;
	}
	
	.mouth_info-block .mouth_info .name p {
		font-size: 14px;
	}
	
	.mouth_info-block .mouth_info .link a {
		display: block;
		width: 100%;
		height: 25px;
		line-height: 25px;
		font-size: 13px;
		color: #fff;
		border-radius: 5px;
		text-align: center;
		background-color: #fa7c92;
		margin-top: 15px;
	}
	
	.mouth_info-block .mouth_info .link a.no {
		opacity: 0.4;
		pointer-events: none;
	}
	
	.mouth_ave {
		padding: 15px 0;
		font-size: 13px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	
	.mouth_ave .mouth_icon {
		font-size: 18px;
	}
	
	.mouth_ave .mouth_ave_num {
		font-size: 18px;
	}
	
	.news {
		margin-top: 50px;
	}
	
	.news > div+div {
		margin-top: 30px;
	}
	
	.news .no_date {
		font-size: 13px;
	}
	
	.news_list li a {
		padding: 15px 0;
		font-size: 15px;
	}
	
	.news_list li .date {
		font-size: 13px;
	}
	
	.youtube{
		margin-top: 50px;
	}
	
	.youtube .youtube_cnt_block {
		width: 100%;
		display: block;
	}
	
	.youtube .youtube_cnt {
		width: 100%;
		margin-left: 0;
	}
	
	.youtube .youtube_cnt:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.youtube .youtube_cnt:nth-child(n+3) {
		margin-top: 0;
	}
	
	.youtube .youtube_cnt:nth-child(n+2) {
		margin-top: 20px;
	}
	
	.related {
		margin-top: 50px;
		padding-top: 30px;
	}
	
	.related-list {
		width: 100%;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	
	.related-list li {
		width: calc(50% - 10px);
		margin-left: 20px;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	
	.related-list li:nth-child(5n+1) {
		margin-left: 20px;
	}
	
	.related-list li:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.related-list li:nth-child(n+3) {
		margin-top: 20px;
	}

	.related-list li:nth-child(n+5) {
		display: none;
	}
	
	.related-list li a {
	    display: block;
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	
	.related-list li .image_wrap {
	    width: 90px;
	    height: 0;
	    padding-top: 90px;
	    display: block;
	    position: relative;
	    z-index: 1;
	    overflow: hidden;
	    margin: 0 auto;
	}
	
	.related-list li .image {
	    width: 100%;
	    height: 100%;
	    display: block;
	    overflow: hidden;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 2;
	}
	
	.related-list li .title_area {
	    width: 100%;
	    border: none;
	    margin-top: 15px;
	}
	
	.related-list li a:hover .title_area {
	    color: #fa7c92;
	}
	
	.related-list li .date {
	    font-size: 11px;
	    color: #999;
	    line-height: 2;
	}
	
	.related-list li .title {
	    font-size: 13px;
	    line-height: 1.6;
	    max-height: 4.8em;
	    font-weight: 500;
	    word-break: break-all;
	    overflow: hidden;
	    -webkit-transition-property: color;
	    -webkit-transition-duration: 0.2s;
	    -webkit-transition-timing-function: ease;
	    transition-property: color;
	    transition-duration: 0.2s;
	    transition-timing-function: ease;
	}

    /*ブランドから探す*/
	.brand_cnt+.brand_cnt {
		margin-top: 50px;
	}

	.brand-search {
	    margin-bottom: 30px;
	}
	
	.brand-info-ttl {
		font-size: 18px;
	    padding: 0 0 15px 0;
	}
	
	.brand-search li {
		width: calc((25%-1px));
		height: 25px;
		box-sizing: border-box;
		font-size: 15px;
	}
	
	.brand-search li:nth-child(10n),
	.brand-search li:last-child {
		border-right: none;
	}
	
	.brand-search li:nth-child(4n),
	.brand-search li:last-child {
		border-right: 1px solid #ddd;
	}
	
	.brand-search li:nth-child(n+11) {
		margin-top: 0;
	}
	
	.brand-search li:nth-child(n+5) {
		margin-top: 15px;
	}
	
	.brand-search li a {
		line-height: 25px;
		font-size: 15px;
	}
	
	.brand-list-block div+div {
		margin-top: 50px;
	}
	
	.brand-list li {
		width: 100%;
	}
	
	.brand-list li a {
		font-size: 13px;
	    padding: 15px 0;
	}
	
	/*カテゴリーから探す*/
	.category-list > li {
		width: 100%;
	}
	
	.category-list > li:nth-child(n+3) {
		margin-top: 0;
	}
	
	.category-list > li:nth-child(n+2) {
		margin-top: 50px;
	}
	
	.category-list li > a {
		font-size: 13px;
	    padding: 10px 20px 10px 0;
	}
	
	.category-list > li > a {
		font-size: 18px;
	    padding: 0 0 15px 0;
	}
	
}
@media screen and (max-width:550px) {
  /*フッター*/
  .footer_menu_cnt { padding:40px 20px 0; }
  .footer_menu_cnt .footer_headline{margin: 0 0 20px 0;}
  .footer_menu_cnt li {
    width: 50%;
    padding-right: 10px;
    margin: 0 0 10px 0;
    font-size: 12px;
  }
}