@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#body {
  background-color: #f1eef2;
  font-family: 'Zen Old Mincho', serif;
}
.font-family_niconne {
  font-family: 'Niconne', cursive;
}
.button {
  width: 200px;
  height: 60px;
  margin: 50px auto;
  background: transparent;
  border: 1px solid #bda85f;
  list-style-type: none;
  overflow: hidden;
  display: block;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  background-color: #231815;
}
.button a {
  overflow: hidden;
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #bda85f;
  text-decoration: none;
  padding: 21px;
  transition: 0.1s;
}
.button a:hover {
  color: #231815;
  background-color: #bda85f;
  letter-spacing: 0.2em;
  transition: 0.3s;
  font-weight: bold;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
/*
ナビゲーション----------
*/
#nav_wide {
  display: inline-block;
  position: fixed;
  background-color: #231815;
  width: 100%;
  /*  height: 100px;*/
  z-index: 2;
}
#nav_contents {
  width: 980px;
  margin: 0 auto;
}
nav a img {
  width: 122px;
  padding: 10px 0;
  margin-left: 30px;
}
nav a img:hover {
  opacity: 0.7;
}
nav ul {
  float: right;
  margin-top: 45px;
}
nav ul li {
  display: inline-block;
  padding-right: 20px;
}
nav ul li a {
  text-decoration: none;
  color: #f1eef2;
  position: relative;
}
nav ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #bda85f;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
nav ul li a:hover::after {
  transform: scale(1, 1);
}
/*ヒーローイメージ------------*/
#vegas_slide {
  height: 100vh;
  position: relative;
  font-size: 48px;
  background-position: center;
  background-size: cover;
}
span {
  display: block;
}
.scroll {
  margin: 0 auto;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  padding-bottom: 40px;
}
.scroll span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
/*メインー－－－－－－*/
.wrapper {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
.h2 {
  font-size: 48px;
  text-align: center;
  margin: 0 auto;
}
/*セクション1--------*/
.h2_brands {
  padding-top: 100px;
  text-align: center;
  margin: 0 auto;
}
.h2_underlayer {
  padding-top: 70px;
}

.h3 {
  color: #bda85f;
  font-size: 50px;
  text-align: center;
}
.h3_brightest-jewel {
  padding-top: 120px;
}
#h3_brightest_jewel_p {
  padding-top: 50px;
  font-size: 20px;
}
#h3_brightest_jewel_p p {
  padding-top: 20px;
  margin-right: 10px;
}
.earring_ring_img2 {
  padding-top: 70px;

}
/*セクション2--------*/
.h2_product {
  padding-top: 100px;
}

.h3_italian_jewelry {
  margin-top: 50px;
}
#h3_italian_jewelry_p {
  padding-top: 40px;
  font-size: 20px;
}
#h3_italian_jewelry_p p {
  padding-top: 20px;
}
/*セクション3--------*/
.h2_store {
  padding-top: 100px;
}

#h3_tokyo_nihonbashi_p {
  font-size: 20px;
  padding-top: 40px;
  margin-right: 20px;
}
#h3_tokyo_nihonbashi_p p {
  padding-top: 20px;
}

/*フッター---------*/
footer {
  position: relative;
  background-color: #231815;
  height: 500px;
  color: #fefefe;
  width: 100%;
}
.footer_top {
  margin: 0 auto;
  color: #fefefe;
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  padding-bottom: 40px;
}
.footer_top p a {
  text-decoration: none;
}
.footer_top span {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  box-sizing: border-box;
}
.footer_top:hover {
  opacity: 0.7;
}
.footer_logo {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer_logo:hover {
  opacity: 0.7;
}
.footer_icon_list {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.footer_icons {
  width: 50px;
}
.twitter_icon a {
  display: block;
}
.twitter_icon {
  margin: 0 20px 0 0;
}
.twitter_icon:hover {
  background-image: url(../images/twitter_logo2.svg);
  background-repeat: no-repeat;
}
.twitter_icon:hover img {
  visibility: hidden;
}
.face_book_icon {}
.face_book_icon a {
  display: block;
}
.face_book_icon:hover {
  background-image: url(../images/face_book_logo2.svg) ;
  background-repeat: no-repeat;
}
.face_book_icon:hover img {
  visibility: hidden;
}
.instagram_icon a {
  display: block;
}
.instagram_icon {
  margin: 0 0 0 20px;
}
.instagram_icon:hover {
  background-image: url(../images/Instagram_logo2.svg);
  background-repeat: no-repeat;
}
.instagram_icon:hover img {
  visibility: hidden;
}
#footer_menu_ul {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer_menu_li:hover {
  opacity: 0.7;
}
.footer_menu_li {
  display: inline-block;
  margin-left: 20px;
  padding-top: 10px;
}
footer ul li a {
  text-decoration: none;
  color: #fefefe;
}
#copy {
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
/*
ブランドページ----------
*/
#hero_img {
  height: 100vh;
  position: relative;
  font-size: 48px;
  background-position: center;
  background-size: cover;
}
.hero_img_brands {
  background-image: url(../images/hero_img02_3.jpg);
}
#scroll_black {
  color: #010101;
}
#scroll_under_black {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #010101;
  border-bottom: 1px solid #010101;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.color_bda85f {
  color: #bda85f;
}
#h2_underlayer_p {
  padding-top: 70px;
}
#h2_underlayer_p p {
  font-size: 20px;
  padding-top: 40px;
  margin-right: 10px;
}

/*
プロダクトページ---------
*/
.hero_img_product {
  background-image: url(../images/hero_img03_2.jpg);
}
.container {
  margin-top: 100px;
  display: flex;
  align-content: space-between;
  justify-content: space-around;
  flex-wrap: wrap;
}
.container li {
  margin: 0 30px;
}
.produc_name {
  padding-top: 50px;
}
.yen {
  padding-top: 10px;
  padding-bottom: 100px;
}
/*ストアページ-------*/
.hero_img_store {
  background-image: url(../images/hero_img04.jpg);
}
#store_page_imgs {
  margin-top: 100px;
}

.store_page_list2 {
  padding-top: 40px;
}

.store_page_icons {
  width: 30px;
  height: 30px;
  margin: 0px 0 0 -30px;
}
.icon_map {
  background-image: url(../images/map_icon.svg);
  display: inline-block;
}
.icon_clock {
  background-image: url(../images/clock_icon.svg);
  display: inline-block;
}
.icon_tel {
  background-image: url(../images/tel_icon.svg);
  display: inline-block;
}
		.icon_subway {
  background-image: url(../images/subway_icon2.svg);
  display: inline-block;
  width: 25px;
}

/*カンパニーページ-------*/
.hero_img_company {
  background-image: url(../images/hero_img05_3.jpg);
}

.president_img span {
  font-size: 36px;
  font-family: 'Zen Kurenaido', sans-serif;
  display: inline;
  padding-left: 20px;
}

#h4_message {
  font-size: 30px;
  padding-top: 80px;
}
.president_message_p {
  font-size: 18px;
  padding-top: 80px;
}
.president_message_p_padding{
	padding-top: 10px;
  font-size: 18px;
}
.president_message_p_padding-top {
  padding-top: 40px;
  font-size: 18px;
}
/*#h4_new_brand {
  padding-top: 200px;
  font-size: 20px;
}*/
.h4_new_brand_span {
  font-size: 36px;
  padding: 10px 0;
}
#company_profile {
  font-size: 30px;
  padding: 130px 0 0 0;
	
}
.company_profile_list {
  display: inline;
  font-size: 20px;
	
}

.flex {
  display: flex;
  border-bottom: 1px solid #DBDBDB;
  padding: 40px 0;
}
#h3_ul {
  margin: 100px 0;
}
.h4_list_p {
  width: 600px;
  text-align: left;
  margin: 0 auto;
}
#corporate_philosophy {
  font-size: 30px;
  padding: 100px 0;
}
#corporate_philosophy p {
  font-size: 30px;
}
.font_size20 {
  font-size: 20px;
  padding-bottom: 130px;
}
/*コンタクトページ--------*/
.h11 {
  padding: 200px 0 0 0;
}

th span {
  display: inline;
  color: #D01215;
}
.submit {
  margin: 50px 0 100px 0;
  width: 200px;
}
.in_a_hurry {
  font-size: 20px;
  margin: 20px 0;
}
.in_a_hurry span {
  padding-left: 20px;
  display: inline;
}
.in_a_hurry2 {
  font-size: 20px;
  margin: 20px 0 60px 0;
}
#tel_no {
  font-size: 36px;
}
/*max-width:768pxまで表示ー－－－－－*/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #231815;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #f1eef2;
  transition: all 0.5s; /*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #231815;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  color: #231815;
  text-decoration: none;
  padding: 20px 15px 20px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #231815;
  border-right: solid 2px #231815;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 22px;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
/*
メディアクエリ-------------
*/
@media screen and (min-width:350px) and /* (max-width:768px)*/ (max-width:979px) {
  #nav_wide {
    display: none;
  }
  img {
 /*   max-width: 100%;
    height: auto;*/
  }
  .wrapper {
    text-align: center;
    margin: 0 auto;
  }
/*
	トップページ---------
*/
	

	#h1_top{
		width: 330px;
		font-size: 30px;
		top: 10%;
  text-shadow: 1px 2px 3px #fefefe;
	left: 10%;
		position: absolute;
		/*  transform: translate(-50%, -50%);*/
	}
		#hero_h1_top{

	margin: 0 auto;
  padding-left: 50px;
	}
	.h1_brightest_jewel {
  font-size: 40px;
  padding-left: 60px;
  padding-top: 20px;
		width: 290px;
}
.earring_ring_img2 {
  padding-top: 70px;
	width: 90%;
}
  .product_foto1 {}
  .product_foto1, .product_foto2 {
    padding-top: 100px;
  }
  #h3_tokyo_nihonbashi {
    padding-top: 120px;
  }
  #h3_tokyo_nihonbashi_p {
    margin-bottom: 100px;
  }
	  .store_foto1 {
    padding-top: 70px;
    /*float: left;*/
   /* padding-left: 10px;*/
		  width: 90%;
  }
  .store_foto2 {
   /* margin: -60px 0 0 500px;
    float: right;*/
    /*padding-right: 10px;*/
	  width: 90%;
  }
	/*ブランド------------------*/
	#h1 {

  top: 20%;
  text-shadow: 1px 2px 3px #fefefe;
	left: 70%;
		position: absolute;
		  transform: translate(-50%, -50%);
}
		#hero_h1 {
width: 100%;
  
  padding-left: 50px;
			
	/*position: relative;*/
}
	
		.h1_brightest_jewel_right {
  font-size: 50px;
  
}
	.brabds_page_img1 {
  width: 90%;
  padding-top: 100px;
}
.brabds_page_img2 {
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}
	/*ストアページ-------------------*/
	#h3_store_page {
 
  font-size: 30px;
  margin-top: 100px;
  margin-right: 0px;
}
	#map_area {
  margin: 50px 0;
}
	#h3_store_area {
 
  text-align: center;
		margin: 0 auto;
			width: 100%;
}
#h3_store_page {
  
  font-size: 30px;
  margin-top: -40px;
  margin-right: 45px;
	 text-align: center;
		margin: 0 auto;
	width: 100%;
}
	.store_page_list3 {
  padding-bottom: 50px;
}
	#store_page_overview {
  padding-top: 60px;
  font-size: 20px;
}
	.icon_diamond {
  background-image: url(../images/diamond_icon.svg);
  display: inline-block;
  height: 22px;
}
		.store_page_shop_img1 {
  width: 90%;
}
.store_page_shop_img2 {
 width: 90%;
  
}


	/*カンパニーページ------*/
	.greeting {
  padding-top: 70px;
		padding-bottom: 50px;
  font-size: 30px;
}
	.h4_list {
  width: 220px;
 /* text-align: left;*/
  margin: 0 auto;
}
	#h4_new_brand {
  padding-top: 100px;
  font-size: 20px;
}
	/*コンタクトページ--------*/
	.h2_underlayer_contact{
		margin-top: -120px;
	}
	#inquiry_input {
  font-size: 30px;
  padding: 30px 0 50px 0;
}
		.th {
  padding: 15px 0 5px 0px;
  display: flex;

}
	 th {
 text-align: center;
  }
  td {
    wihth: 100%;
    display: block;
    width: 300px;
    margin: 0 auto;
  }

	.select {
  width: 300px;
  height: 30px;
}
	input {
  width: 300px;
  height: 30px;

}
textarea {
  overflow-y: scroll;
  width: 300px;
  height: 200px;
}
	table{
	
		left: 50%;
	}
	
	.contact_form {
  text-align: center;
  margin: 0 auto;
		
		width: 300px;
}
}


@media screen and /* (min-width:769px)*/ (min-width:980px) {
  .hamburger-menu {
    display: none;
  }
	/*
	トップページ---------
*/
	

	#hero_h1_top{
width: 980px;
	margin: 0 auto;
  padding-left: 50px;
	}
	#h1_top{
		 position: absolute;
  top: 30%;
  text-shadow: 1px 2px 3px #fefefe;
	}
	.h1_brightest_jewel {
  font-size: 60px;
  padding-left: 60px;
  padding-top: 20px;
}
  #h3_brands {
    float: right;
    text-align: center;
  }
  .product_foto1 {
    padding-top: 50px;
    float: left;
  }
  .product_foto2 {
    padding-top: 300px;
  }
	
  .product_foto3 {
    padding-top: 50px;
    float: right;
  }
  #h3_tokyo_nihonbashi {
    float: right;
    padding-top: 120px;
  }
  .store_foto1 {
    padding-top: 70px;
    float: left;
    padding-left: 10px;
  }
  .store_foto2 {
    margin: -60px 0 0 500px;
    float: right;
    padding-right: 10px;
  }
	/*ブランド---------
*/
	#h1 {
  position: absolute;
  top: 30%;
  text-shadow: 1px 2px 3px #fefefe;
	
}
	#hero_h1 {
  width: 980px;
  margin: 0 auto;
  padding-left: 50px;
	
}
	.h1_brightest_jewel_right {
  font-size: 60px;
  padding-left: 550px;
  padding-top: -100px;
}
	.brabds_page_img1 {
  float: right;
  padding-top: 100px;
}
.brabds_page_img2 {
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
}
	/*ストアページ-------------------*/
	.store_page_shop_img1 {
  float: left;
}
.store_page_shop_img2 {
  float: right;
  margin-top: -50px;
}

.store_page_list {
  text-align: left;
}
.store_page_list2 {
  padding-top: 40px;
}
.store_page_list3 {
  padding-bottom: 200px;
}
.store_page_icons {
  width: 30px;
  height: 30px;
  margin: 0px 0 0 -30px;
}
	.map {
  float: left;
}
#h3_store_area {
  width: 470px;
  float: right;
}
#h3_store_page {
  float: right;
  font-size: 30px;
  margin-top: -40px;
  margin-right: 45px;
}
	
	.store_page_icons {
  width: 30px;
  height: 30px;
  margin: 0px 0 0 -30px;
}
	
	#map_area {
  margin: 250px 0;
}
#store_page_overview {
  padding-top: 40px;
  font-size: 20px;
}
	.icon_diamond {
  background-image: url(../images/diamond_icon2.svg);
  display: inline-block;
  height: 22px;
}

		/*カンパニーページ------*/
	.president_img {
  float: left;
  padding: 280px 0 0 0;
  font-size: 20px;
}
	.greeting {
  padding-top: 70px;
  font-size: 30px;
}
	.h4_list {
  width: 100px;
  text-align: left;
  margin: 0 auto;
}
	.president_name {
  padding: 20px 0 0 150px;
}
	#h4_new_brand {
  padding-top: 200px;
  font-size: 20px;
}
		/*コンタクトページ--------*/
	#inquiry_input {
  font-size: 30px;
  padding: 100px 0;
}
	.th {
  padding: 0 0 20px 100px;
  display: flex;
}
	.tr2 {
  position: relative;
}
.th2 {
  position: absolute;
  top: 50%;
}
	th {
  width: 300px;
}
	.select {
  width: 500px;
  height: 30px;
}
	input {
  width: 500px;
  height: 30px;

}
	textarea {
  overflow-y: scroll;
  width: 500px;
  height: 200px;
}
	.contact_form {
  text-align: center;
  margin: 0 auto;
}
}