@charset "utf-8";


html{font-size: 112.5%;}

.sp{display: block;}
.pc{display: none;}

.none{
	display: none;
}

.tubo2309_style {
	font-size: 14px!important;
    font-family: sans-serif!important;
    font-weight: normal!important;
    padding: 5px;
    display: inline-block;
    background-color: rgba(120,197,244,0.8);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0!important;
    color: #595959;
}

.sizeTxt{
	padding: .5em 0 0 .25em;
}
.sizeTxt p{
	font-size: 14px!important;
	text-align: left!important;
	font-family: sans-serif!important;
}

body p{
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
	line-height: 1.7;
}
#item_ruby{
	position: relative;
	z-index: 1;
	padding-top: 32px;
}
#item_ruby::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	height: 100%;
	background-color: #F8E9E9;
}
.ruby_wrapper{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.5%;
}
.item_box{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 2.5%;
	margin: 16px 0;
}
.item_box p{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.item_box p:nth-of-type(even){
	margin-right: 0;
}
.info_box{
	box-sizing: border-box;
}
.info_box dl{
	font-size: 12px;
	line-height: 1.5;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#otemoto_s2 .info_box dl div{
	width: 25%;
	margin: 0;
	padding: 0;
}
.info_box dl div dt{
	background-color: rgba(137,25,25,1.00);
	color: #fff;
}
.info_box dl div dd{
	box-sizing: border-box;
	border-right: 1px dashed #dadada;
	background-color: #fff;
}
.info_box dl div:last-of-type dd{
	border-right: 0;
}
#otemoto_s2 .info_box .detail_info{
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0 2.5%;
}
#otemoto_s2 .sub_info,#otemoto_s2 .lastdt{
	margin: 0 auto;
	padding: 0 2.5%;
}
#otemoto_s2 .lastdt{
	margin: 0 8px;
	color: #664829;
	font-size: 12px;
	padding-left: 1em;
	padding-bottom: 16px;
}
#otemoto_s2 .sub_info dl{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
#otemoto_s2 .sub_info dl:first-of-type{
	margin-top: 0;
}
#otemoto_s2 .sub_info dl dt,#otemoto_s2 .sub_info dl dd{
	margin: 0;
}
#otemoto_s2 .sub_info dl:last-of-type{
	display: block;
}
#otemoto_s2 .info_box h6{
	font-size: 16px;
	line-height: 20px;
	padding-left: 4px;
	border-left: 4px solid rgba(137,25,25,1.00);
}
#otemoto_s2 .info_box h6:last-of-type{
	margin-top: 16px;
}
#item_nav{
	display: block;
	background: transparent;
}
#item_nav button{
	position: fixed;
	top: 1%;
	left: 1%;
	z-index: 101;
	max-width: 50px;
	background: transparent;
	border: 0;
}
#item_nav button img{
	transition: .5s;
}
#item_nav .closemenu::before,#item_nav .closemenu::after{
	content: "";
	width: 30px;
	height: 1px;
	background-color: #E7950C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
#item_nav .closemenu::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
#item_nav .closemenu img{
	opacity: 0;
}
#item_nav ul{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% / 1.5);
	height: 100%;
	background-color: rgba(7,33,100,0.95);
	overflow-y: scroll;
	padding-top: 80px;
	box-sizing: border-box;
	padding-left: 1.5%;
	z-index: 100;
}
.item_category{
	font-size: 16px;
	color: #EE9E21;
	margin-bottom: 15px;
	line-height: 1.5;
}
.item_category span{
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.item_category span::before{
	content: "";
	width: 80%;
	height: 1px;
	background-color: #EE9E21;
	position: absolute;
	top: 100%;
	left: 0;
}
#item_nav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	line-height: 1.5;
	padding-left: 1.5%;
	margin-bottom: 10px;
}
#mail_btn{
	position: fixed;
	top: 70px;
	right: 9px;
	font-size: 40px;
	color: #E49B10;
	z-index: 9999;
}
#i_tubo{
	position: fixed;
	top: 120px;
	right: 10px;
	z-index: 9999;
	cursor: pointer;
	font-size: 33px;
	color: rgba(255,195,83,1.00);
}
.popup_bn{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	top: 0;
	right: 0;
	z-index: 10000;
	text-align: center;
}
.popup_bn a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-family: sans-serif;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
}
.popup_bn a img{
	display: block;
	margin-bottom: 10px;
}
.popup_bn .pu_close{
	cursor: pointer;
	font-family: sans-serif;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-15%);
	color: #fff;
	line-height: 1;
}
.popup_bn a:nth-of-type(2){
	top: 70%;
	transform: translateY(-70%);
}
.popup_bn a:hover img{
	opacity: 1 !important;
}
#otemoto_s2 .inquiry_btn{
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
	text-align: center;
	clear: both;
	margin-bottom: 50px;
}
#otemoto_s2 .inquiry_btn a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 5px;
	width: 80%;
	max-width: 360px;
	margin:50px auto 10px;
	border-radius: 5px;
	background: -webkit-linear-gradient(#E5B04C 40%,#E49B10 75%,#BF820D 100%);
	background: linear-gradient(#E5B04C 40%,#E49B10 75%,#BF820D 100%);
	border-bottom: 3px solid #8F620A;
}
#otemoto_s2 .inquiry_btn a:hover{
	transition: .3s;
	border-bottom-color: #BF820D;
	transform: translateY(2px);
}
#otemoto_s2 .inquiry_btn span{
	display: block;
	text-align: left;
	width: 80%;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}
#otemoto_s2 #type_s_pendant .inquiry_btn{
	margin-top: 0;
}
.under_line{
	-webkit-background:linear-gradient(transparent 70%,gold 70%);
	background: linear-gradient(transparent 70%,gold 70%);
}
.jumb_btn{
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	padding: 10px 5%;
	width: 100%;
	max-width: 960px;
	margin: 10px auto;
}
#otemoto_main #otemoto_s2 .jumb_btn li{
	margin: 0;
	width: 48%;
	margin-right: 4%;
	display: flex;
	flex-flow: row wrap;
}
#otemoto_main #otemoto_s2 .jumb_btn li:nth-of-type(even){
	margin-right: 0;
}
#otemoto_main #otemoto_s2 .jumb_btn li a{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	text-decoration: none;
	background-color: #214E71;
}
#otemoto_main #otemoto_s2 .jumb_btn li a span:last-of-type{
	color: #C79465;
	padding: 5px;
	font-size: 15px;
	letter-spacing: -0.05em;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
#otemoto_main #otemoto_s2 .jumb_btn li a:hover{
	transition: .5s;
	background-color: #C79465;
}
#otemoto_main #otemoto_s2 .jumb_btn li a:hover img{
	opacity: 1;
}
#otemoto_main #otemoto_s2 .jumb_btn li a:hover span:last-of-type{
	transition: .5s;
	color: #214E71;
}
#otemoto_main #otemoto_s2 .jumb_btn li:nth-of-type(even) a{
	margin-right: 0;
}
#item1,#item2,#item3,#item4,#item5,#item6,#item7,#item8,#item9,#item10,#item11,#item12,#item13,#item14,#item15,#item16,#item17,#item18,#item19,#item20{
	padding-top: 35px;
	margin-top: -35px
}
#otemoto_main{
	box-sizing: border-box;
	padding: 0 0 30px;
}
#otemoto_main section{
	box-sizing: border-box;
	padding: 10px 3%;
	max-width: 960px;
	margin: 0 auto;
}
#otemoto_main section h1,#otemoto_main section h3{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #1468AA;
	border-left: 10px solid #1468aa;
	padding-left: 5px;
}
.caution_box p{
	text-indent: -1em;
	padding-left: 1em;
	padding-right: 10px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 12px;
}
.caution_box .tax_txt{
	font-family: sans-serif;
	color: #B71316;
}
#otemoto_main section h4{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 20px;
	color: #1468aa;
	border-left: 10px solid #1468aa;
	background-color: #dadada;
	line-height: 1.7;
	padding-left: 5px;
	margin-bottom: 5px;
}
#otemoto_main section h5{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #5083AB;
	font-size: 20px;
}
#otemoto_main section h5 span{
	font-size: 14px;
	color: #787878;
	display: block;
	margin-top: 5px;
	line-height: 1.5;
}
#otemoto_main section h5 .series{
	color: #1468aa;
	font-size: 14px;
	display: inline-block;
	letter-spacing: -0.01em;
}
#otemoto_s1 h2{
	text-align: center;
	margin-bottom: 5%;
	box-sizing: border-box;
	max-width: 1200px;
	}
#otemoto_s1 h2 img{
	float: none;
}
.txt_box{
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	font-size: 14px;
}
.txt_box div:first-of-type{
	position: absolute;
	top: 60%;
	left: 0;
	height: 150px;
	opacity: .3;
}
.txt_box div:last-of-type{
	position: absolute;
	bottom: 50%;
	right: 0;
	height: 150px;
	opacity: .3;
}
.txt_box div img{
	max-width: 160px;
	position: -webkit-sticky;
	position: sticky;
	top: 25%;
	z-index: -1;
}
.txt_box p{
	line-height: 1.8;
	margin-bottom: 15px;
}
.txt_box p:last-of-type{
	margin-bottom: 0
}
#otemoto_s1 div:nth-of-type(2) p:first-of-type{
	margin-bottom: 10px;
	font-size: 14px;
}
.df_txt_box{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.df_txt_box div{
	margin-bottom: 80px;
	position: relative;
	max-width: 600px;
}
.df_txt_box div::after{
	content: "";
	border-width: 30px 60px 0 60px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #1468aa;
	position: absolute;
	top: 109%;
	left: 50%;
	transform: translateY(-109%);
	transform: translateX(-50%);
}
.df_txt_box div:last-of-type::after{
	display: none;
}
.df_txt_box dd{
	box-sizing: border-box;
	font-size: 16px;
	background-color: #eaeaea;
	line-height: 1.5;
	overflow: hidden;
}
.df_txt_box dd span{
	box-sizing: border-box;
	display: inline-block;
	border-left: 30px solid #1468aa;
	line-height: 30px;
	padding-left: 10px;
	position: relative;
}
.df_txt_box dd span::before{
	content: "１";
	position: absolute;
	top: 50%;
	left: -24px;
	transform: translateY(-50%);
	color: #fff;
}
.df_txt_box div:nth-of-type(2) dd span::before{
	content: "２";
}
.df_txt_box div:nth-of-type(3) dd span::before{
	content: "３";
}
.df_txt_box div:nth-of-type(4) dd span::before{
	content: "４";
}
#otemoto_main #otemoto_s2{
	padding: 10px 0 0;
}
#otemoto_s2 h3{
	margin: 0 3%;
}
#otemoto_s2 .click_txt{
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 15px;
	padding: 10px;
	border: 3px solid #9A0C0C;
	width: 90%;
	max-width: 325px;
	margin: 10px 5%;
	color: #1c1c1c;
}
#otemoto_s2 dl:first-of-type{
	margin-top: 30px;
	overflow: hidden;
}
#otemoto_s2 dl{
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 30%;
}
#otemoto_s2 #type_s_pendant,#otemoto_s2 #t_sapphire,#otemoto_s2 #glass,#otemoto_s2 #china,#otemoto_s2 #kutani_gold,#otemoto_s2 #kutani_new,#otemoto_s2 #dairiseki,#otemoto_s2 #ginga_original,#otemoto_s2 #musubi,#otemoto_s2 #juzu,#otemoto_s2 #others{
	background-color: #D7E3EE;
}
#otemoto_s2 #others{
	margin-bottom: 5%;
}
#otemoto_main #otemoto_s2 #type_s_pendant div:first-child{
	width: auto;
    float: none;
    margin-right: 0;
    text-align: left;
    position: unset;
}
#otemoto_main #otemoto_s2 dl:nth-of-type(even) div h5 span{
	color: #787878;
}
#otemoto_main #otemoto_s2 dl:nth-of-type(even) div h5 .series{
	color: #5083AB;
}
#otemoto_s2 dl .dl_title{
	margin-bottom: 30px;
}
#otemoto_s2 dl div{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10%;
	text-align: center;
	position: relative;
}
#otemoto_s2 dl div:nth-of-type(even){
	margin-right: 0;
}
#otemoto_s2 dl div dt span{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	display: block;
	font-size: 16px;
	margin: 5px 0;
	letter-spacing: -0.05em;
	color: #5083AB;
}
/*///////////////////fs関連//////////////////*/
#otemoto_main #otemoto_s2 .single .dl_title h5 span{
	color: #787878;
	font-size: 14px;
}
#otemoto_s2 dl div #item2 h5 span,#otemoto_s2 dl div #item10 h5 span,#otemoto_s2 dl div #item12 h5 span{
	font-size: 14px;
	margin-top: 5px;
}
#otemoto_s2 dl .fs24{
	font-size: 20px;
	line-height: 1.5;
}
/*///////////////////fs関連//////////////////*/
#otemoto_s2	.pc_dl_gr dl:last-of-type dd:first-of-type{
	text-align: center;
	}	
#otemoto_s2 .special div dt span{
	color: #1c1c1c;
}
#otemoto_s2 dl div dd h6{
	font-size: 14px;
	font-weight: normal;
	color: #B71316;
}
#otemoto_s2 dl div dd h6 span{
	font-size: 14px;
	padding: 5px;
	display: inline-block;
	background-color: rgba(120,197,244,0.8);
	position: absolute;
	right: 0;
	top: 0;
	color: #595959;
}
#otemoto_s2 #seto div dt:nth-of-type(2),#otemoto_s2 #dairiseki div dt:nth-of-type(2),#otemoto_s2 #egg div dt:nth-of-type(2){
	position: relative;
}
#otemoto_s2 #seto div dt .p_cord,#otemoto_s2 #dairiseki div dt .p_cord,#otemoto_s2 #egg div dt .p_cord{
	font-size: 14px;
	font-family: sans-serif;
	padding: 5px;
	display: inline-block;
	background-color: rgba(120,197,244,0.8);
	position: absolute;
	right: 0;
	top: -5px;
	color: #595959;
}
#otemoto_s2 .special div,#otemoto_s2 .single div{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    float: none;
}
#otemoto_s2 #t_sapphire div .dl_title{
	margin-bottom: 10px;
}
#otemoto_s2 .sd_detailsbox{
	margin: 0 auto 30px;
	text-align: left;
}
#otemoto_s2 .sapphire_diamond a:first-of-type img{
	margin: 15px 0;
}
#otemoto_s2 .sapphire_diamond{
	box-sizing: border-box;
	overflow: hidden;
}
#otemoto_main #otemoto_s2 .sapphire_diamond span{
	font-size: 14px;
	color: #b71316;
	font-family: sans-serif;
}
.key_title{
	text-align: left;
	box-sizing: border-box;
	line-height: 1.5;
	margin-bottom: 10px;
}
.key_title span,#otemoto_s2 .sd_detailsbox p:first-of-type{
	display: block;
	padding: 5px;
	border-bottom: 1px solid #1c1c1c;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}
.key_title span:first-of-type,#otemoto_s2 .sd_detailsbox p:first-of-type{
	background: -webkit-linear-gradient(left,#1468aa 40%,transparent 100%);
	background: -ms-linear-gradient(left,#1468aa 40%,transparent 100%);
	background: linear-gradient(to right,#1468aa 40%,transparent 100%);
	font-size: 16px;
	font-family: serif;
	border: none;
	color: #fff;
}
.key_title + dd{
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	margin: 0 0 25px;
	color: #b71316;
}
#otemoto_s2 .item_box{
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
#otemoto_s2 .item_box div{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 4%;
}
.item_box div:nth-of-type(even){
	margin-right: 0;
}
#otemoto_s2 .item_box .last_item_div{
	margin-right: 0;
	margin: 0 0 10%;
}
#otemoto_s2 .item_box div dt:first-child{
	position: relative;
}
#otemoto_s2 .item_box div dt:first-child span{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-family: sans-serif;
	box-sizing: border-box;
	padding: 5px;
	background-color: rgba(120,197,244,0.8);
	margin: 0;
}
#otemoto_s2 .item_box div .item_name{
	margin: 10px 0;
	font-family: 'optima',serif;
	font-style: italic;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.item_box div table{
	box-sizing: border-box;
	line-height: 2;
	font-size: 14px;
	width: 100%;
}
.item_box div table tr:first-of-type{
	background-color: #dadada;
	border-bottom: 1px solid #fff;
}.item_box div table tr{
	background-color: #eaeaea;
}
.item_box div table th:first-of-type,.item_box div table td:first-of-type{
	border-right: 1px solid #fff;
}
.item_box div table td{
	border-bottom: 1px dashed #fff;
}
.item_box div table tr:last-of-type td{
	border-bottom: 0;
}
.item_box div table .table_price{
	color: #b71316;
}
table.price_box{
	box-sizing: border-box;
	line-height: 2;
	font-size: 14px;
	width: 100%;
}
table.price_box tr:first-of-type{
	background-color: #dadada;
	border-bottom: 1px solid #fff;
}
table.price_box tr{
	background-color: #eaeaea;
}
table.price_box th:first-of-type,.item_box div table td:first-of-type{
	border-right: 1px solid #fff;
}
table.price_box td{
	border-bottom: 1px dashed #fff;
}
table.price_box tr:last-of-type td{
	border-bottom: 0;
}
table.price_box .table_price{
    color: #b71316;
    vertical-align: middle;
}
#otemoto_s2 #t_sapphire .inquiry_btn a,#otemoto_s2 #t_daiamond .inquiry_btn a{
	margin-top: 5%;
}
#otemoto_s2 .single div{
	margin-bottom: 20%;
}
#otemoto_s2 .special div dt:first-of-type{
	text-align: left;
}
#otemoto_s2 .special div dt h5 span{
	font-size: 14px;
	margin-top: 10px;
	color: #787878;
}
#otemoto_s2 .special div dd h6{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	background-color: #E5C38E;
	padding: 5px;
	margin-bottom: 15px;
}
#otemoto_s2 .special div dt img,#otemoto_s2 .single div dt img,#otemoto_s2 .special div dd img{
	width: 100%;
}
#otemoto_s2 .single div div dt span:first-of-type{
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
}
#otemoto_main #otemoto_s2 .single .dl_title h5{
	text-align: left;
}
#otemoto_main #otemoto_s2 .single div div h6 span{
	text-align: left;
}
#otemoto_s2 .single div .explain{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin-top: 10px;
}
#otemoto_s2 .single div .explain span{
	box-sizing: border-box;
	background: #1468aa;
	color: #fff;
	padding: 2px 5px;
	display: inline-block;
	margin-right: 5px;
	font-weight: normal;
	font-family: sans-serif;
	letter-spacing: 0.15em;
}
#otemoto_s2 .kutaniyaki div dt span{
	line-height: 1.5;
}
#otemoto_s2 .kutaniyaki div #item10 span{
	width: auto;
	float: none;
}
#otemoto_s2 .kutaniyaki div dt{
	overflow: hidden;
	text-align: center;
}
.sp_item_table{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0;
}
.sp_item_table ul{
	box-sizing: border-box;
	background-color: #dadada;
	width: 40%;
	padding: 10px 0 0;
}
.sp_item_table ul:first-of-type{
	border-right: 1px solid #eaeaea;
	width: 60%;
}
.sp_item_table ul li{
	font-size: 16px;
	line-height: 2;
	color: #B71316;
}
.sp_item_table ul:first-of-type li{
	color: #1c1c1c;
}
.sp_item_table ul li:nth-of-type(even){
	background-color: #BABABA;
}
.sp_item_table ul li:nth-of-type(odd){
	background-color: rgba(245,245,245,1.00);
}
.sp_item_table ul li:first-of-type{
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	background-color: #dadada;
	color: #1c1c1c;
}

#egg .sp_item_table ul li,#iseki .sp_item_table ul li{
	line-height: 1.2;
	padding: 10px 0;
}
#egg .sp_item_table ul:last-of-type li,#iseki .sp_item_table ul:last-of-type li{
	padding: 19.5px 0;
}
#egg .sp_item_table ul:last-of-type li:first-of-type,#iseki .sp_item_table ul:last-of-type li:first-of-type{
	padding: 10px 0;
}
#egg .sp_item_table span,#iseki .sp_item_table span{
	font-size: 14px;
}
#otemoto_s2 .kuyouhin div dt:last-of-type{
	margin-top: 10px;
}
#otemoto_s2 .kuyouhin div #item15{
	margin-top: -35px;
}
#otemoto_s2 #figure div .sp_item_table ul li span{
	display: block;
	}
#otemoto_s2 #figure  div .sp_item_table ul li span:first-of-type{
	font-size: 14px;
	margin: 0 auto;
	background-color: rgba(120,197,244,0.8);
	width: 50%;
	border-radius: 5px;
	line-height: 1.5;
}
#otemoto_s2 #figure  div .sp_item_table ul li{
	padding-top: 5px;
}
#otemoto_s2 #figure  div .sp_item_table ul li:first-of-type{
	padding-top: 0;
}
#otemoto_s2 #figure  div .sp_item_table ul:last-of-type li{
	padding: 27px 0 29px;
}
#otemoto_s2 #figure  div .sp_item_table ul:last-of-type li:first-of-type{
	padding: 0;
	padding-bottom: 5px;
}
.inquiry_box{
	width: 100%;
	max-width: 960px;
	margin: 0 auto 10%;
	text-align: center;
}
.inquiry_box p a{
	display: inline-block;
	text-decoration: none;
	font-family: sans-serif;
	color: #fff;
	background-color: #E49B10;
	font-size: 18px;
	box-sizing: border-box;
	padding: 5px 10px;
	line-height: 40px;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	border-radius: 5px;
}
.inquiry_box p a:hover{
	transition: .5s;
	color: #E49B10;
	background-color: transparent;
	border: 1px solid #e49b10;
}
.bn_tenohira{
	text-align: center;
	max-width: 960px;
	margin: 50px auto 0;
}
.bn_tenohira img{
	max-width: 450px;
	width: 90%;
}
#otemoto_s2 #kutani_new .dl_title h5{
	text-align: left;
}
#otemoto_s2 #kutani_new .dl_title h5 span{
	color: #787878;
}
#otemoto_s2 #kutani_new div:first-child{
	width: 100%;
}
#kutani_new .sp_item_table{
	margin-top: 0;
}
#kutani_new .sp_item_table ul{
	width: 50%;
}
#kutani_new .sp_item_table ul li{
	font-size: 12px;
}
#kutani_new .sp_item_table ul li span{
	display: block;
	background-color: rgba(120,197,244,0.8);
	width: 70%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
}
#kutani_new .sp_item_table ul li{
	padding-bottom: 5px;
}
#kutani_new .sp_item_table ul:last-of-type li:first-of-type{
	padding: 0 0 5px;
}
#kutani_new .sp_item_table ul:last-of-type li{
	padding: 11.5px;
}
#kutani_new .sp_item_table p{
	font-size: 12px;
	text-align: left;
	font-family: sans-serif;
	margin-top: 10px;
}
#kutani div .price p{
	font-size: 14px;
	color: #B71316;
	font-family: sans-serif;
}
#otemoto_s2 dl div .arita_table{
	box-sizing: border-box;
	background-color: #eaeaea;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 2;
}
#otemoto_s2 dl div .arita_table td{
	vertical-align: middle;
}
#otemoto_s2 dl div .arita_table tr td:first-of-type,#otemoto_s2 #glass div .arita_table tr td:nth-of-type(2){
	border-bottom: 1px solid #fff;
}
#otemoto_s2 dl div .arita_table tr:last-of-type td:first-of-type,#otemoto_s2 #glass div .arita_table tr:last-of-type td:nth-of-type(2){
	border-bottom: 0;
}
#otemoto_s2 dl div .arita_table td span{
	padding: 0;
	background-color: rgba(120,197,244,0.8);
	font-size: 12px;
	color: #1c1c1c;
	display: block;
	border-radius: 5px;
	width: 50%;
	margin: 0 auto 10px;
	line-height: 1.5;
}
#otemoto_s2 dl div .arita_table th,#otemoto_s2 dl div .arita_table td{
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
#otemoto_s2 dl div .arita_table th:last-of-type,#otemoto_s2 dl div .arita_table td:last-of-type{
	border: none;
}
#otemoto_s2 dl div .arita_table .at_price{
	color: #B71316;
}
#otemoto_s2 dl div .arita_table tr:first-of-type{
	background-color: #dadada;
}
.ruby_sample{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	grid-gap: 0 10px;
}
.ruby_sample img:first-of-type{
	grid-area: 2/2/3/3;
}
.ruby_sample img:last-of-type{
	grid-area: 1/1/2/4;
}
.ruby_sample img{
	margin-bottom: 10px;
}
/*------------------ランキング表示関連------------------*/
.ranking_column{
	clear: both;
	padding: 0 0 30px;
	margin: 100px auto 120px;
	position: relative;
}
.ranking_column .parent_wrapper{
	padding-top: 50px;
	width: 100%;
	overflow-x: scroll;
}
.ranking_column::before{
	content: "scroll";
	position: absolute;
	bottom: 8px;
	left: 0;
	font-size: 12px;
	font-family: serif;
	color: #C79A58;
}
.ranking_column::after{
	content: "";
	width: 20%;
	height: 1px;
	background-color: #C79A58;
	position: absolute;
	bottom: 4px;
	left: 0;
	animation: scroll-bar 1.5s infinite linear;
}
@keyframes scroll-bar{
	0%{width: 10%;opacity: 0;}
	10%{width: 10%;opacity: 0;}
	100%{width: 20%;opacity: 1;}
}
#otemoto_main .ranking_column h3{
	font-weight: normal;
	border-left: 5px solid;
	line-height: 2;
	background: -webkit-linear-gradient(left,#fff 70%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left,#fff 70%,rgba(255,255,255,0) 100%);
	background: linear-gradient(left,#fff 70%,rgba(255,255,255,0) 100%);
	color: #E6A34A;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: left;
	text-shadow: none;
	padding-left: 10px;
}
#otemoto_main .ranking_column h3 span{
	font-size: 14px;
	color: #454545;
}
.ranking_column dl{
	width: calc(200vw + 100px);
	display: flex;
	flex-flow: row wrap;
}
.ranking_column dl div{
	width: 19%;
	margin-right: 1.25%;
	font-size: 14px;
}
.ranking_column dl div:last-of-type{
	margin-right: 0;
}
.ranking_column dl div a{
	text-decoration: none;
	line-height: 1.4;
	color: #454545;
	font-weight: bold;
}
.ranking_column dl div dt{
	margin-bottom: 5px;
	position: relative;
}
.ranking_column dl div dt::before{
	content: "";
	position: absolute;
	top: -35px;
	left: 8px;
	width: 100%;
	height: 100%;
}
.ranking_column dl div:first-of-type dt::before{
	background: url("../tenohira-list/item-img/rank01.png") no-repeat top left/25%;
}
.ranking_column dl div:nth-of-type(2) dt::before{
	background: url("../tenohira-list/item-img/rank02.png") no-repeat top left/25%;
}
.ranking_column dl div:nth-of-type(3) dt::before{
	background: url("../tenohira-list/item-img/rank03.png") no-repeat top left/25%;
}
.ranking_column dl div a span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.ranking_column dl div a span:last-of-type{
	color: #B71316;
	margin-top: 5px;
	font-weight: bold;
	text-align: right;
}
/*------------------ランキング表示関連------------------*/


@media screen and (min-width:765px){
	
#otemoto_s2 .sub_info{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		padding: 0;
	}
	#otemoto_s2 .sub_info div:first-of-type{
		width: 30%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	#otemoto_s2 .sub_info div:first-of-type dl:last-of-type dt{
		float: left;
	}
	#otemoto_s2 .sub_info div:last-of-type{
		width: 70%;
	}
	
.item_box{
	padding: 0;
}
.item_box p{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 32px;
}
.item_box p:nth-of-type(even){
	margin-right: 2%;
}
	.item_box p:last-of-type{
	margin-right: 0;
}
.txt_box{
	font-size: 16px;
}
.txt_box div:first-of-type{
	top: 30%;
	height: 200px;
}
.txt_box div:last-of-type{
	bottom: 30%;
	height: 200px;
}
.txt_box div img{
	max-width: 180px;
}
#otemoto_s1 div:nth-of-type(2) p:first-of-type{
	font-size: 16px;
}
.popup_bn{
	width: 50%;
}
.key_title{
	max-width: 600px;
	margin: 0;
	margin-bottom: 25px;
}
.key_title span{
	font-size: 14px;
}
.key_title span:first-of-type{
	font-size: 18px;
}
#otemoto_s2 .item_box div{
	width: 32%;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 4%;
}
#otemoto_s2 .item_box div:nth-of-type(even){
	margin-right: 2%;
}
#otemoto_s2 .item_box div:nth-of-type(3n + 3){
	margin-right: 0;
}
#otemoto_s2 .item_box .last_item_div{
	margin: 0;
}
.popup_bn a:nth-of-type(2){
	top: 55%;
	transform: translateY(-55%);
}
/*------------------ランキング表示関連------------------*/
.ranking_column{
	padding-top: 50px;
}
.ranking_column .parent_wrapper{
	overflow: unset;
}
.ranking_column::before,.ranking_column::after{
	display: none;
}
#otemoto_main .ranking_column h3{
	line-height: 2.5;
}
.ranking_column dl{
	width: 100%;
}
.ranking_column dl div{
	font-size: 16px;
}
.ranking_column dl div dt{
	margin-bottom: 10px;
}
.ranking_column dl div a span{
	font-size: 12px;
}
/*------------------ランキング表示関連------------------*/
}



@media screen and (min-width:960px){
    
.sp{display: none;}
.pc{display: block;}

.sa-dm-bg{
	background-color: #D7E3EE;
}

#item_nav{
	display: none;
}	
	
#mail_btn{
	top: auto;
	bottom: 60px;
	right: 0;
	font-size: 70px;
}
.popup_bn{
	width: 25%;
}
#i_tubo{
	top: auto;
	bottom: 140px;
	right: 0;
	font-size: 65px;
}
.pc_position{
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	}
#glass .pc_position{
	padding: 0 1%;
	}
#otemoto_main section{
	padding: 10px 1%;
	}
.jumb_btn{
	max-width: 1400px;
	padding: 15px 10%;
}
.pc_bg{
	box-sizing: border-box;
	background-color: #D7E3EE;
	padding: 10px 0;
	}
#otemoto_main #otemoto_s2 .jumb_btn li a{
	line-height: 1.8;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0;
}
#otemoto_main #otemoto_s2 .jumb_btn li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#otemoto_main #otemoto_s2 .jumb_btn li:nth-of-type(even){
	margin-right: 2%;
}
#otemoto_main #otemoto_s2 .jumb_btn li:nth-of-type(4n + 4){
	margin-right: 0;
}
#otemoto_main p{
	font-size: 20px;
	}	
#otemoto_main section{
	max-width: 1400px;
	margin-bottom: 80px;
}
#otemoto_main section h1,#otemoto_main section h3{
	margin: 30px 0;
	font-size: 36px;
	border-left: none;
	text-align: center;
	padding-left: 0px;
	text-shadow: 2px 2px 3px rgba(80,131,171,.5);
}
#otemoto_main #type_s_pendant h5{
	margin-top: 4%;
	}
#otemoto_main .caution_box p{
	line-height: 1.5;
	text-align: center;
	margin-left: 0;
	font-size: 14px;
}
.caution_box{
	margin: 20px 0;
	}
#otemoto_main section h4{
	font-size: 28px;
	line-height: 1.8;
}
#otemoto_main section h5{
	font-size: 30px;
}
#otemoto_main section h5 span{
	font-size: 18px;
}
#otemoto_main section h5 .series{
	font-size: 18px;
	letter-spacing: 0;
}
#otemoto_s1 h2{
	margin-bottom: 3%;
	}
.txt_box{
	max-width: 1400px;
	margin: 0 auto 100px;
	text-align: center;
}
.txt_box div:first-of-type{
	top: 20%;
	height: 300px;
}
.txt_box div:last-of-type{
	bottom: 20%;
	height: 300px;
}
.txt_box div img{
	max-width: 340px;
	top: 30%;
}
#otemoto_main .txt_box p{
	line-height: 2;
	font-size: 20px;
	}
.df_txt_box{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.df_txt_box div{
	margin-bottom: 30px;
	width: 45%;
	margin-right: 5%;
}
.df_txt_box div:nth-of-type(even){
	margin-right: 0;
	}
.df_txt_box div:nth-of-type(odd){
	margin-left: 0;
	}
.df_txt_box div::after{
	content: "";
	border-width: 60px 0 60px 30px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #1468aa;
	position: absolute;
	top: 30%;
	left: 116%;
	transform: translateY(-50%);
	transform: translateX(-116%);
}
.df_txt_box div:nth-of-type(2)::after{
	display: none;
	}
.df_txt_box div dd span{
	padding: 15px 10px;
	}
.df_txt_box dd span{
	padding-left: 10px;
	padding-right: 10px;
}
#otemoto_main #otemoto_s2{
    max-width: 100%;
	margin-bottom: 0;
}
#otemoto_main #otemoto_s2 h3:first-of-type{
	margin: 25px 0 5px;
	}
#otemoto_s2 .click_txt{
	font-size: 16px;
	width: 100%;
	max-width: 600px;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
}
#otemoto_s2 dl:first-of-type{
	margin-top: 100px;
}
#otemoto_s2 dl{
	max-width: 1400px;
	margin: 0 auto 80px;
}
#otemoto_s2 #glass{
	margin-top: 80px;
	}
/*///////////////////fs関連//////////////////*/
#otemoto_main #otemoto_s2 .single .dl_title h5 span{
	color: #787878;
	font-size: 16px;
}
#otemoto_s2 dl div #item2 h5 span,#otemoto_s2 dl div #item10 h5 span,#otemoto_s2 dl div #item12 h5 span{
	font-size: 16px;
	margin-top: 5px;
}
#otemoto_s2 .single div div dt span:first-of-type{
	font-size: 24px;
	}
/*///////////////////fs関連//////////////////*/
#otemoto_s2 .sapphire_diamond a{
	display: block;
	float: left;
	width: 49%;
	margin: 0;
	margin-right: 2%;
}
#otemoto_s2 .sapphire_diamond a:last-of-type{
	margin-right: 0;
}
#t_sapphire .sapphire_diamond span a{
	width: 100%;
	margin-bottom: 15px;
}
#otemoto_s2 .sapphire_diamond a:first-of-type img{
	margin: 0;
	}
#otemoto_s2 .sapphire_diamond span:first-of-type{
	margin-bottom: 20px;
	font-size: 16px;
	}
.key_title{
	max-width: 1200px;
	margin: 0;
	padding-left: 0;
}
.key_title span{
	font-size: 18px;
	color: #1468aa;
	display: inline-block;
	margin-right: 2%;
	border-bottom-color: #1468aa;
	border-left: 1px solid #1468aa;
	position: relative;
}
.key_title span:first-of-type{
	display: block;
	font-size: 18px;
	margin-right: 0;
}
#otemoto_s2 .item_box div{
	width: 23.5%;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 4%;
}
#otemoto_s2 .item_box div:nth-of-type(3n + 3){
	margin-right: 2%;
}
#otemoto_s2 .item_box div:nth-of-type(4n + 4){
	margin-right: 0;
}
#otemoto_s2 .special div dt h5 span{
	font-size: 16px;
	}
#otemoto_s2 dl:nth-of-type(even){
	max-width: 100%;
}
#otemoto_s2 #t_sapphire,#otemoto_s2 #glass,#otemoto_s2 #china,#otemoto_s2 #kutani_gold,#otemoto_s2 #dairiseki,#otemoto_s2 #ginga_original,#otemoto_s2 #musubi{
	background-color: transparent;
}
#otemoto_s2 #figure{
	background-color: #D7E3EE;
}
#otemoto_main #otemoto_s2 #type_s_pendant div:first-child{
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    width: auto;
    float: none;
	overflow: hidden;
	}
#otemoto_main #otemoto_s2 dl:nth-of-type(even) div h5{
	text-align: left;
	}
#otemoto_s2 dl .dl_title{
	margin-bottom: 10px;
}
#otemoto_s2 dl div{
	width: 22%;
	margin-right: 4%;
	margin-bottom: 2%;
}
#otemoto_s2 dl div:nth-of-type(even){
	margin-right: 4%;
}
#otemoto_main #otemoto_s2 dl .mr_cancel_pc{
	margin-right: 0;
	}
#otemoto_s2 dl div:last-of-type{
	margin-bottom: 4%;
}
#otemoto_s2 dl div dt span{
	font-size: 18px;
	margin: 5px 0;
	letter-spacing: 0;
	color: #787878;
}
#otemoto_s2	.pc_dl_gr{
	box-sizing: border-box;
	overflow: hidden;
	background-color: #D7E3EE;
	padding: 4% 0;
	}
#otemoto_main #otemoto_s2 .bgt{
	background-color: transparent;
	}
#otemoto_s2	.pc_dl_gr dl{
	float: left;
	width: 47%;
	margin: 0 2% 0;
	padding-left: 0;
	padding-right: 0;
	}
#otemoto_s2	.pc_dl_gr #kutani{
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	}
#otemoto_s2	.pc_dl_gr dl:nth-of-type(even){
	margin: 0;
	}
#otemoto_s2	.pc_dl_gr dl:first-of-type{
	background-color: transparent;
	}	
#otemoto_s2	.pc_dl_gr dl:last-of-type{
	background-color: transparent;
	}
#otemoto_s2	.pc_dl_gr dl .dl_title h5 span{
	font-size: 16px;
	color: #787878;
	}
#otemoto_main #otemoto_s2 .glass_tsubo,#otemoto_main #otemoto_s2 .kuyouhin{
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	}
#otemoto_main #otemoto_s2 .glass_tsubo div,#otemoto_main #otemoto_s2 .kuyouhin div{
	overflow: hidden;
	}
#otemoto_main #otemoto_s2 .glass_tsubo div div,#otemoto_main #otemoto_s2 .kuyouhin div div,#otemoto_main #otemoto_s2 #musubi div{
	box-sizing: border-box;
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 0;
	}
#otemoto_main #otemoto_s2 .glass_tsubo div div:nth-of-type(3n + 3),#otemoto_main #otemoto_s2 .kuyouhin div div:nth-of-type(3n + 3){
	margin-right: 0;
	margin-bottom: 2%;
	}
#otemoto_main #otemoto_s2 .glass_tsubo div div:nth-of-type(3){
	margin-bottom: 6%;
	}
#otemoto_main #otemoto_s2 .glass_tsubo div .cp{
	width: 32%;
	}
#otemoto_main #otemoto_s2 .glass_tsubo div div:last-of-type,#otemoto_main #otemoto_s2 .kuyouhin div div:last-of-type,#otemoto_main #otemoto_s2 #musubi div:last-of-type{
	margin-right: 0;
	}
#otemoto_s2 .special div dt span{
	color: #1c1c1c;
}
#otemoto_s2 dl div dd h6{
	font-size: 16px;
	margin-bottom: 10px;
}
#otemoto_s2 .special div,#otemoto_s2 .single div{
    max-width: 1400px;
}
#otemoto_s2 .single div{
	margin-bottom: 0;
}
#otemoto_s2 .special div dt:first-of-type{
	text-align: left;
	margin-bottom: 15px;
}
#otemoto_s2 .special div dd h6{
	font-size: 20px;
}
#otemoto_s2 .special div dt img,#otemoto_s2 .single div dt img,#otemoto_s2 .special div dd img{
	width: 100%;
}
#otemoto_s2 .single div dt span:first-of-type{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
#otemoto_s2 .single div .explain{
	font-size: 16px;
}

#otemoto_s2 #arumi dt:first-of-type{
	margin-bottom: 10px;
}
#otemoto_s2 #arumi dt:first-of-type h5 span{
	margin-top: 10px;
	line-height: 30px;
	}
#otemoto_s2 .kutaniyaki div dt span{
	display: block;
	margin: 0;
	line-height: 1.5;
	letter-spacing: -0.05em;
}
#otemoto_s2 .kutaniyaki div dt{
	overflow: hidden;
	text-align: center;
}
#otemoto_s2 #seto{
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin-bottom: 5%;
	}
#otemoto_s2 .pc_item_table{
	width: 100%;
	box-sizing: border-box;
	line-height: 30px;
	overflow-x: scroll;
	}
#otemoto_s2 .scroll_txt{
	text-align: left;
	font-size: 16px;
	margin-top: 5px;
	}
#otemoto_s2 .pc_item_table th,#otemoto_s2 .pc_item_table td{
	vertical-align: middle;
	}
#otemoto_s2 .pc_item_table tr:first-child{
	border-bottom: 1px solid #EDEDED;
	}
#otemoto_s2 .pc_item_table tr td:nth-of-type(odd){
	background-color: #dadada;
	padding: 10px;
	}
#otemoto_s2 .pc_item_table tr td:nth-of-type(even),#otemoto_s2 .pc_item_table tr th{
	padding: 10px;	
	background-color: #eaeaea;
	}
#otemoto_s2 .pc_item_table tr:last-of-type td{
		color: #B71316;
		padding: 10px;
		line-height: 1.2;
	}
#otemoto_main #otemoto_s2 #figure div .pc_explain{
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	}
#otemoto_main #otemoto_s2 #figure div .pc_explain p{
	line-height: 25px;
	padding: 10px 0;
	font-size: 20px;
	width: 48%;
	margin-right: 4%;
	float: left;
	color: #1468AA;
	}
#otemoto_main #otemoto_s2 #figure div .pc_explain p:last-of-type{
	margin-right: 0;
	}
#otemoto_main #otemoto_s2 #figure div .pc_explain p span{
	display: block;
	border-top: 1px solid #1c1c1c;
	margin-top: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-size: 16px;
	color: #1c1c1c;
	}
#otemoto_s2 #figure div .pc_item_table tr td span:first-of-type{
	display: block;
	font-size: 14px;
	margin: 0 auto;
	background-color: rgba(120,197,244,0.8);
	width: 50%;
	border-radius: 5px;
	line-height: 1.5;
	padding: 5px;
}
#otemoto_main #otemoto_s2 #musubi{
	overflow: hidden;
	width: 100%;
	}
#otemoto_s2 #seto div{
	width: 47%;
	margin-right: 2%;
	float: left;
	}
#otemoto_s2 #musubi div{
	width: 49%;
	margin-right: 2%;
	float: left;
	}
#otemoto_s2 #seto div:last-of-type,#otemoto_s2 #musubi div:last-of-type{
	margin-right: 0;
	}
#otemoto_s2 #musubi div:last-of-type dt:last-of-type img{
	width: 58%;
	}
#otemoto_s2 #ginga_original,#otemoto_s2 #poem{
	overflow: hidden;
	}
#otemoto_s2 #ginga_original div,#otemoto_s2 #poem div{
	width: 22%;
	margin-right: 4%;
	float: left;
	margin-bottom: 0;
	}
#otemoto_s2 #ginga_original div:nth-of-type(4),#otemoto_s2 #poem div:nth-of-type(4){
	margin-right: 0;
	}
#otemoto_s2 #ginga_original div:nth-child(1){
	width: 100%;
	}
#otemoto_main #otemoto_s2 #figure .pc_phs_gr{
	width: 100%;
	overflow: hidden;
	}
#otemoto_main #otemoto_s2 #figure .pc_phs_gr dt:last-of-type{
	display: inline-block;
	width: 55%;
	float: left;
	margin: 1.5% 0 0 0;
	background-color: transparent;
	}
#otemoto_main #otemoto_s2 #figure .pc_phs_gr .explain{
	width: 44%;
	margin-right: 1%;
	float: left;
	margin-top: 0;
	}
#otemoto_main #otemoto_s2 #figure{
	padding: 4% 0;
	}
#otemoto_s2 .kuyouhin div dt:last-of-type{
	margin-top: 0;
}
#otemoto_s2 .kuyouhin div #item18{
	margin-top: -35px;
	}
#otemoto_s2 .kuyouhin div .explain{
	margin-bottom: 10px;
}
#otemoto_main #otemoto_s2 #iseki,#otemoto_main #otemoto_s2 #juzu{
		width: 47%;
		margin-right: 2%;
		float: left;
	}
#otemoto_main #otemoto_s2 #juzu{
		margin-right: 0;
	}
#otemoto_main #otemoto_s2 #juzu div{
		width: 100%;
	}
#otemoto_main #otemoto_s2 #iseki .pc_item_table{
	font-size: 15px;
	line-height: 1.5;
	}
#otemoto_main #otemoto_s2 #others #others_div{
	max-width: 1400px;
	overflow: hidden;
	width: 100%;
	}
#otemoto_main #otemoto_s2 #others_div div{
	width: 47%;
	margin-right: 3%;
	}
#otemoto_main #otemoto_s2 #others_div div:last-of-type{
	margin-right: 0;
	}
#otemoto_s2 #others #others_div div .pc_item_table tr td span{
	display: block;
	}
#otemoto_s2 #others #others_div div .pc_item_table tr td span:nth-of-type(2){
	font-size: 16px;
	}
.inquiry_box{
	margin: 5% auto;
}
.inquiry_box p a{
	font-size: 24px;
}
#otemoto_s2 .sa-dm-bg .inquiry_btn a{
	margin: 0 auto 10%;
	}
#seto div dd:nth-of-type(3),#dairiseki div dd:nth-of-type(3),#egg div dd:nth-of-type(3){
	overflow-x: scroll;
	}
#otemoto_s2 #poem{
	background-color: transparent;
	}
#otemoto_s2 #others,#otemoto_s2 #others #others_div{
	margin-bottom: 0;
	}
#otemoto_main #otemoto_s2 #others div:first-of-type{
	margin-bottom: 2%;
	}
#otemoto_s2 #others div:nth-of-type(3){
	clear: both;
	}
#otemoto_s2 #kutani_new{
	clear: both;
	margin: 0;
	padding: 0 2%;
	}
#otemoto_s2 #kutani_new div{
	overflow: hidden;
	}
#otemoto_s2 #kutani_new{
	width: 100%;
	}
#otemoto_s2 #kutani_new div div{
	box-sizing: border-box;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	}
#otemoto_s2 #kutani_new div div:nth-of-type(3),#otemoto_s2 #kutani_new div div:nth-of-type(6),#otemoto_s2 #kutani_new div div:nth-of-type(9){
	margin-right: 0;
	}
#otemoto_s2 #kutani_new .pc_item_table td span{
	display: block;
	background-color: rgba(120,197,244,0.8);
	width: 65%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
	}
#otemoto_s2 #kutani_new .pc_item_table td span:first-of-type{
	background-color: transparent;
	padding: 0;
	width: 100%;
	line-height: 1.2;
	margin-bottom: 10px;
	}
#otemoto_s2 #kutani_new div dt span{
	font-size: 24px;
	}
#kutani div .price p{
	font-size: 16px;
}
#kutani div dd:nth-of-type(2){
	font-size: 16px;
}
#otemoto_s2 .inquiry_btn span{
	width: 100%;
	max-width: 360px;
}
#otemoto_s2 #kutani div{
	float: left;
	width: 48%;
	margin-right: 4%;
	}
#otemoto_s2 #kutani div:last-of-type{
	margin-right: 0;
	}
#otemoto_s2 #t_sapphire,#otemoto_s2 #t_daiamond{
	margin-bottom: 0;
	}
#otemoto_s2 .item_box .last_item_div{
	margin-bottom: 1%;
	}
.popup_bn a:nth-of-type(2){
	top: 65%;
	transform: translateY(-65%);
	}
.ruby_sample{
	grid-template-columns: repeat(4,1fr);
	grid-gap: 0 10px;
}
.ruby_sample img:first-of-type{
	grid-area: 1/3/2/4;
}
.ruby_sample img:last-of-type{
	grid-area: 1/1/2/2;
}
	#otemoto_main .ranking_column h3{
		font-size: 24px;
	}
	#otemoto_main .ranking_column h3 span{
		font-size: 16px;
	}
	#otemoto_s2 .info_box dl{
		font-size: 16px;
	}
	#otemoto_s2 .info_box dl div:nth-of-type(even){
		margin: 0;
	}
	#otemoto_s2 .info_box .detail_info{
		padding: 0;
	}
	#otemoto_s2 .lastdt{
		font-size: 14px;
		padding-left: 0;
	}
}



@media (max-width:1025px) and (min-width:960px){
	.popup_bn a:nth-of-type(2){
	top: 55%;
	transform: translateY(-55%);
}
.popup_bn{
		width: 40%;
	}
}



@media screen and (max-width:420px){
	#otemoto_s2 dl div dd h6 span{
	font-size: 12px;
}
}
@media screen and (max-width:320px){
#kutani_new .sp_item_table ul:last-of-type li:first-of-type{
	line-height: 1.5;
	padding: 0 0 47px;
}
#kutani_new .sp_item_table ul:last-of-type li{
	line-height: 1;
	padding-bottom: 42%;
}
#kutani_new .sp_item_table ul:last-of-type li:last-of-type{
	padding-bottom: 50%;
}
}
