@charset "UTF-8";

/*------------------------------------------ contents */

.wrap {
	position: relative;
	margin: auto;
	padding: 1px 0;
}
body{
	min-width: 1200px;
	font-size: 1.4rem;
}
.wrap {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}


/*------------------------------------------ visible hidden */

.visible-sp, .visible-pc {
	display: none !important;
}
.visible-pc {
	display: block !important;
}
.hidden-pc{
	display:none !important;
}


/*------------------------------------------ mainvisual */

body.page-top main#toppage section#mainvisual {
	margin-top: 20px;
}
body.page-top main#toppage section#mainvisual .swiper-container {
	padding-bottom: 20px;
}
body.page-top main#toppage section#mainvisual ul {
	list-style-type: none;
	margin: 0;
}
body.page-top main#toppage section#mainvisual ul li img {
	width: 100%;
}
body.page-top main#toppage section#mainvisual ul li a {
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#mainvisual ul li a:hover {
	opacity: 0.6;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.swiper-pagination-bullet {
	background: #717171;
	opacity: 1.0;
}
.swiper-pagination-bullet-active {
	background: #d5ae65;
}


/*------------------------------------------ section 共通 */

body.page-top main#toppage section {
	margin-bottom: 20px;
}
body.page-top main#toppage section h1 {
	position: relative;
	margin-top: 1em;
	font-family: "Yu Mincho", "游明朝体" , "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "sawarabi", serif;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
body.page-top main#toppage section h1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*------------------------------------------ 重要なお知らせ */

body.page-top main#toppage section#area_imp_news {
	margin-bottom: 20px;
	text-align: center;
}
body.page-top main#toppage section#area_imp_news .block_inner {
	padding: 1px 16px;
	background-color: #f8f8f8;
}
body.page-top main#toppage section#area_imp_news .block_inner h1 {
	margin-bottom: 7px;
	padding-top: 30px;
}
body.page-top main#toppage section#area_imp_news .block_inner h1::before {
	width: 100px;
	height: 32px;
	background: transparent url("../../img/usr/common/cat_ttl_01.png") no-repeat right top;
	background-size: 100% auto;
}
body.page-top main#toppage section#area_imp_news .block_inner ul.imp_news_topics {
	list-style-type: none;
	display: inline-block;
	margin: 0 auto;
}
body.page-top main#toppage section#area_imp_news .block_inner ul.imp_news_topics li {
	padding: 1em 0 25px;

}
body.page-top main#toppage section#area_imp_news .block_inner ul.imp_news_topics li a {
	display: block;
	padding-right: 50px;
	text-decoration: none;
	color: #000;
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_imp_news .block_inner ul.imp_news_topics li a:hover {
	opacity: 0.6;
}


/*------------------------------------------ カスタマイズ ジュエリー */

body.page-top main#toppage section#area_customize_jewelry {
	background-color: #eee;
}
body.page-top main#toppage section#area_customize_jewelry .wrap {
	margin-left: auto;
	margin-right: auto;
}
body.page-top main#toppage section#area_customize_jewelry h1 {
	margin-bottom: 30px;
	padding-top: 28px;
}
body.page-top main#toppage section#area_customize_jewelry h1::before {
	width: 109px;
	height: 30px;
	background: transparent url("../../img/usr/common/cat_ttl_02.png") no-repeat right top;
	background-size: 100% auto;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list {
	list-style-type: none;
	margin: 0 0 50px;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list li {
	width: 385px;
	margin: 0 21px 0 0;
	background-color: #fff;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list li a {
	display: block;
	padding: 0 0 10px;
	text-decoration: none;
	color: #000;
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list li a:hover {
	opacity: 0.6;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list li a .list_img {
	margin: 0 0 10px;
	padding: 0;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list li a .list_ttl {
	margin: 0 18px;
	font-weight: bold;
}
body.page-top main#toppage section#area_customize_jewelry ul.customize_list li a .list_details {
	margin: 0 18px;
	font-size: 1.25rem;
}

/*------------------------------------------ 特集 */

body.page-top main#toppage section#area_feature h1 {
	padding-top: 20px;
}
body.page-top main#toppage section#area_feature h1::before {
	width: 125px;
	height: 30px;
	background: transparent url("../../img/usr/common/cat_ttl_03.png") no-repeat right top;
	background-size: 100% auto;
}
body.page-top main#toppage section#area_feature ul.feature_list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}
body.page-top main#toppage section#area_feature ul.feature_list li {
	width: 385px;
	margin: 0 21px 20px 0;
}
body.page-top main#toppage section#area_feature ul.feature_list li:nth-child(3n) {
	margin-right: 0;
}
body.page-top main#toppage section#area_feature ul.feature_list li a {
	text-decoration: none;
	color: #000;
}
body.page-top main#toppage section#area_feature ul.feature_list li a img {
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_feature ul.feature_list li a:hover img {
	opacity: 0.6;
}
body.page-top main#toppage section#area_feature ul.feature_list li .list_img {
	margin: 0;
}
body.page-top main#toppage section#area_feature ul.feature_list li .list_img img {
	display: block;
}
body.page-top main#toppage section#area_feature ul.feature_list li .list_detail {
	margin: 5px 0 0;
}
body.page-top main#toppage section#area_feature ul.feature_list li .list_data {
	display: none;
}

/*------------------------------------------ 素材 */


body.page-top main#toppage section#area_material .wrap {
	margin-left: auto;
	margin-right: auto;
}
body.page-top main#toppage section#area_material h1 {
	padding-top: 25px;
}
body.page-top main#toppage section#area_material h1::before {
	width: 130px;
	height: 34px;
	background: transparent url("../../img/usr/common/cat_ttl_04.png") no-repeat right top;
	background-size: 100% auto;
}


body.page-top main#toppage section#area_material ul.material_list {
	list-style-type: none;
	margin: 0;
}
body.page-top main#toppage section#area_material ul.material_list li {
	width: 292px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
body.page-top main#toppage section#area_material ul.material_list li:last-child {
	margin-right: 0;
}
body.page-top main#toppage section#area_material ul.material_list li a img {
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_material ul.material_list li a:hover img {
	opacity: 0.6;
}




/*------------------------------------------ 贈り物 */

body.page-top main#toppage section#area_gift .wrap {
	margin-left: auto;
	margin-right: auto;
}

body.page-top main#toppage section#area_gift h1 {
	padding-top: 30px;
}
body.page-top main#toppage section#area_gift h1::before {
	width: 83px;
	height: 38px;
	background: transparent url("../../img/usr/common/cat_ttl_05.png") no-repeat right top;
	background-size: 100% auto;
}


body.page-top main#toppage section#area_gift ul.gift_list {
	list-style-type: none;
	margin: 0 0 30px;
}
body.page-top main#toppage section#area_gift ul.gift_list li {
	width: 228px;
	margin: 0 15px 10px 0;
}
body.page-top main#toppage section#area_gift ul.gift_list li a {
	text-decoration: none;
	color: #000;
}
body.page-top main#toppage section#area_gift ul.gift_list li a img {
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_gift ul.gift_list li a:hover img {
	opacity: 0.6;
}
body.page-top main#toppage section#area_gift ul.gift_list .list_img {
	margin: 0 0 10px;
}
body.page-top main#toppage section#area_gift ul.gift_list .list_img img {
	display: block;
}
body.page-top main#toppage section#area_gift ul.gift_list .list_ttl {
	margin: 0;
}
body.page-top main#toppage section#area_gift ul.gift_list .list_data {
	margin: 0;
	color: #afafaf;
}

/*------------------------------------------ あなたにおすすめの商品 */

body.page-top main#toppage section#area_recommend {
	margin-bottom: 40px;
	background-color: #eee;
	font-size: 1.2rem;
	line-height:1.35;
}

body.page-top main#toppage section#area_recommend h1 {
	margin: 35px 0;
	padding-top: 25px;
}
body.page-top main#toppage section#area_recommend h1::before {
	width: 200px;
	height: 26px;
	background: transparent url("../../img/usr/common/cat_ttl_06.png") no-repeat right top;
	background-size: 100% auto;
}


body.page-top main#toppage section#area_recommend  ul.recommend_list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 0 10px;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list li {
	width: 228px;
	margin: 0 15px 30px 0;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list li:nth-child(5n) {
	margin-right: 0;
}

body.page-top main#toppage section#area_recommend  ul.recommend_list li a {
	text-decoration: none;
	color: #000;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list li a img {
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list li a:hover img {
	opacity: 0.6;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list .list_img {
	margin: 0 0 10px;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list .list_img img {
	display: block;
}
body.page-top main#toppage section#area_recommend  ul.recommend_list .list_ttl {
	margin: 0;
}

/*------------------------------------------ バナー */

body.page-top main#toppage section#area_banner ul {
	list-style-type: none;
	margin: 0 0 10px;
}
body.page-top main#toppage section#area_banner ul li {
	margin-bottom: 30px;
}
body.page-top main#toppage section#area_banner ul li a img {
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_banner ul li a:hover img {
	opacity: 0.6;
}

/*------------------------------------------ 店舗 */

body.page-top main#toppage section#area_store {
	margin-bottom: 70px;
}
body.page-top main#toppage section#area_store h1 {
	padding-top: 25px;
}
body.page-top main#toppage section#area_store h1::before {
	width: 98px;
	height: 28px;
	background: transparent url("../../img/usr/common/cat_ttl_07.png") no-repeat right top;
	background-size: 100% auto;
}
body.page-top main#toppage section#area_store div.store_list {
	position: relative;
}
body.page-top main#toppage section#area_store div.store_list p.store_img {
	margin: 0;
	width: 610px;
}
body.page-top main#toppage section#area_store div.store_list .store_list_inner {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	width: 590px;
	height: 260px;
	padding: 30px 60px 30px 115px;
	background-color: #4c4c4c;
	box-sizing: border-box;
}
body.page-top main#toppage section#area_store div.store_list .store_list_inner ul {
	list-style-type: none;
	width: 46%;
	margin: 0 2% 0 0;
}
body.page-top main#toppage section#area_store div.store_list .store_list_inner ul:nth-child(2) {
	width: 52%;
	margin-right: 0;
}
body.page-top main#toppage section#area_store div.store_list .store_list_inner ul li {
	margin-bottom: 0.5em;
}
body.page-top main#toppage section#area_store div.store_list a {
	text-decoration: none;
	color: #fff;
	transition: 0.4s all;
	opacity: 1.0;
}
body.page-top main#toppage section#area_store div.store_list a:hover {
	opacity: 0.6;
}

/*------------------------------------------ お知らせ */

body.page-top main#toppage section#area_news {
	margin-bottom: 0;
	background-color: #eee;
}
body.page-top main#toppage section#area_news h1 {
	padding-top: 30px;
}
body.page-top main#toppage section#area_news h1::before {
	width: 164px;
	height: 38px;
	background: transparent url("../../img/usr/common/cat_ttl_08.png") no-repeat right top;
	background-size: 100% auto;
}
body.page-top main#toppage section#area_news dl {
	width: 700px;
	margin: 0 auto 50px;
	
}
body.page-top main#toppage section#area_news dl dt {
	float: left;
	width: 7em;
	margin: 0;
	color: #afafaf;
}
body.page-top main#toppage section#area_news dl dd {
	margin: 0 0 0.5em 7em;
}
body.page-top main#toppage section#area_news dl dd a {
	text-decoration: none;
	color: #000;
}
body.page-top main#toppage section#area_news .index_btn {
	margin: 40px 0 50px;
	text-align: center;
}
body.page-top main#toppage section#area_news .index_btn a {
	display: inline-block;
	padding: 0.5em 20px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	transition: 0.4s all;
}
body.page-top main#toppage section#area_news .index_btn a:hover {
	background-color: #3e3e3e;
	color: #fff;
}


/* 737px以上用（PC用）の記述------------------------------------------- */
@media screen and (min-width: 737px) {

/*------------------------------------------ 重要なお知らせ */

body.page-top main#toppage section#area_imp_news .block_inner ul.imp_news_topics li a {
	padding-right: 0;
}

  /* 737px以上用（PC用）の記述 end--------------------------------------- */
}
